.async-import--loading{display:flex;width:100%;height:200px;align-items:center;justify-content:center}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2017 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(/js/imgs/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(/js/imgs/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(/js/imgs/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(/js/imgs/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(/js/imgs/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(/js/imgs/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:"Glyphicons Halflings";src:url(/js/f4769f9bdb7466be65088239c12046d1.eot);src:url(/js/f4769f9bdb7466be65088239c12046d1.eot?#iefix) format("embedded-opentype"),url(/js/448c34a56d699c29117adc64c43affeb.woff2) format("woff2"),url(/js/fa2772327f55d8198301fdb8bcfc8158.woff) format("woff"),url(/js/e18bbf611f2a2e43afc071aa2f4e1512.ttf) format("truetype"),url(/js/imgs/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.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}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:focus,a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:focus,a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:focus,a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:focus,a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:focus,a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:""}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=col-]{padding-right:0;padding-left:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}.form-control: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,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px\9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion:reduce),(print){.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget{list-style:none}.bootstrap-datetimepicker-widget.dropdown-menu{display:block;margin:2px 0;padding:4px;width:19em}@media (min-width:768px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:992px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}@media (min-width:1200px){.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{width:38em}}.bootstrap-datetimepicker-widget.dropdown-menu:before,.bootstrap-datetimepicker-widget.dropdown-menu:after{content:'';display:inline-block;position:absolute}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before{border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);top:-7px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;top:-6px;left:8px}.bootstrap-datetimepicker-widget.dropdown-menu.top:before{border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);bottom:-7px;left:6px}.bootstrap-datetimepicker-widget.dropdown-menu.top:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid white;bottom:-6px;left:7px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before{left:auto;right:6px}.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after{left:auto;right:7px}.bootstrap-datetimepicker-widget .list-unstyled{margin:0}.bootstrap-datetimepicker-widget a[data-action]{padding:6px 0}.bootstrap-datetimepicker-widget a[data-action]:active{box-shadow:none}.bootstrap-datetimepicker-widget .timepicker-hour,.bootstrap-datetimepicker-widget .timepicker-minute,.bootstrap-datetimepicker-widget .timepicker-second{width:54px;font-weight:bold;font-size:1.2em;margin:0}.bootstrap-datetimepicker-widget button[data-action]{padding:6px}.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Hours"}.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Increment Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Hours"}.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Decrement Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Hours"}.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Show Minutes"}.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle AM/PM"}.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Clear the picker"}.bootstrap-datetimepicker-widget .btn[data-action="today"]::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Set the date to today"}.bootstrap-datetimepicker-widget .picker-switch{text-align:center}.bootstrap-datetimepicker-widget .picker-switch::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Toggle Date and Time Screens"}.bootstrap-datetimepicker-widget .picker-switch td{padding:0;margin:0;height:auto;width:auto;line-height:inherit}.bootstrap-datetimepicker-widget .picker-switch td span{line-height:2.5;height:2.5em;width:100%}.bootstrap-datetimepicker-widget table{width:100%;margin:0}.bootstrap-datetimepicker-widget table td,.bootstrap-datetimepicker-widget table th{text-align:center;border-radius:4px}.bootstrap-datetimepicker-widget table th{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table th.picker-switch{width:145px}.bootstrap-datetimepicker-widget table th.disabled,.bootstrap-datetimepicker-widget table th.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table th.prev::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Previous Month"}.bootstrap-datetimepicker-widget table th.next::after{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;content:"Next Month"}.bootstrap-datetimepicker-widget table thead tr:first-child th{cursor:pointer}.bootstrap-datetimepicker-widget table thead tr:first-child th:hover{background:#eee}.bootstrap-datetimepicker-widget table td{height:54px;line-height:54px;width:54px}.bootstrap-datetimepicker-widget table td.cw{font-size:.8em;height:20px;line-height:20px;color:#777}.bootstrap-datetimepicker-widget table td.day{height:20px;line-height:20px;width:20px}.bootstrap-datetimepicker-widget table td.day:hover,.bootstrap-datetimepicker-widget table td.hour:hover,.bootstrap-datetimepicker-widget table td.minute:hover,.bootstrap-datetimepicker-widget table td.second:hover{background:#eee;cursor:pointer}.bootstrap-datetimepicker-widget table td.old,.bootstrap-datetimepicker-widget table td.new{color:#777}.bootstrap-datetimepicker-widget table td.today{position:relative}.bootstrap-datetimepicker-widget table td.today:before{content:'';display:inline-block;border:solid transparent;border-width:0 0 7px 7px;border-bottom-color:#337ab7;border-top-color:rgba(0,0,0,0.2);position:absolute;bottom:4px;right:4px}.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td.active.today:before{border-bottom-color:#fff}.bootstrap-datetimepicker-widget table td.disabled,.bootstrap-datetimepicker-widget table td.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget table td span{display:inline-block;width:54px;height:54px;line-height:54px;margin:2px 1.5px;cursor:pointer;border-radius:4px}.bootstrap-datetimepicker-widget table td span:hover{background:#eee}.bootstrap-datetimepicker-widget table td span.active{background-color:#337ab7;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.bootstrap-datetimepicker-widget table td span.old{color:#777}.bootstrap-datetimepicker-widget table td span.disabled,.bootstrap-datetimepicker-widget table td span.disabled:hover{background:none;color:#777;cursor:not-allowed}.bootstrap-datetimepicker-widget.usetwentyfour td.hour{height:27px;line-height:27px}.bootstrap-datetimepicker-widget.wider{width:21em}.bootstrap-datetimepicker-widget .datepicker-decades .decade{line-height:1.8em !important}.input-group.date .input-group-addon{cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
.ReactCrop {
  position: relative;
  display: inline-block;
  cursor: crosshair;
  overflow: hidden;
  max-width: 100%; }
  .ReactCrop--disabled {
    cursor: inherit; }
  .ReactCrop:focus {
    outline: none; }
  .ReactCrop__image {
    display: block;
    max-width: 100%; }
  .ReactCrop__image-copy {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%; }
  .ReactCrop__crop-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .ReactCrop__crop-selection {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    box-sizing: border-box;
    cursor: move;
    box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.5);
    border: 1px solid;
    border-image-source: url("data:image/gif;base64,R0lGODlhCgAKAJECAAAAAP///////wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEI5RDc5MTFDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEI5RDc5MTBDNkE2MTFFM0JCMDZEODI2QTI4MzJBOTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAyODAxMTc0MDcyMDY4MTE4MDgzQzNDMjA5MzREQ0ZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAgAsAAAAAAoACgAAAhWEERkn7W3ei7KlagMWF/dKgYeyGAUAIfkEBQoAAgAsAAAAAAoACgAAAg+UYwLJ7RnQm7QmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYgLJHdiinNSAVfOEKoUCACH5BAUKAAIALAAAAAAKAAoAAAIRVISAdusPo3RAzYtjaMIaUQAAIfkEBQoAAgAsAAAAAAoACgAAAg+MDiem7Q8bSLFaG5il6xQAIfkEBQoAAgAsAAAAAAoACgAAAg+UYRLJ7QnQm7SmsCyVKhUAIfkEBQoAAgAsAAAAAAoACgAAAhCUYBLJDdiinNSEVfOEKoECACH5BAUKAAIALAAAAAAKAAoAAAIRFISBdusPo3RBzYsjaMIaUQAAOw==");
    border-image-slice: 1;
    border-image-repeat: repeat; }
    .ReactCrop--disabled .ReactCrop__crop-selection {
      cursor: inherit; }
  .ReactCrop__drag-handle {
    position: absolute;
    width: 9px;
    height: 9px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    outline: 1px solid transparent; }
  .ReactCrop .ord-nw {
    top: 0;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: nw-resize; }
  .ReactCrop .ord-n {
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    cursor: n-resize; }
  .ReactCrop .ord-ne {
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: ne-resize; }
  .ReactCrop .ord-e {
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: -5px;
    cursor: e-resize; }
  .ReactCrop .ord-se {
    bottom: 0;
    right: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    cursor: se-resize; }
  .ReactCrop .ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: s-resize; }
  .ReactCrop .ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: sw-resize; }
  .ReactCrop .ord-w {
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: -5px;
    cursor: w-resize; }
  .ReactCrop__disabled .ReactCrop__drag-handle {
    cursor: inherit; }
  .ReactCrop__drag-bar {
    position: absolute; }
    .ReactCrop__drag-bar.ord-n {
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      margin-top: -4px; }
    .ReactCrop__drag-bar.ord-e {
      right: 0;
      top: 0;
      width: 6px;
      height: 100%;
      margin-right: -4px; }
    .ReactCrop__drag-bar.ord-s {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 6px;
      margin-bottom: -4px; }
    .ReactCrop__drag-bar.ord-w {
      top: 0;
      left: 0;
      width: 6px;
      height: 100%;
      margin-left: -4px; }
  .ReactCrop--new-crop .ReactCrop__drag-bar,
  .ReactCrop--new-crop .ReactCrop__drag-handle,
  .ReactCrop--fixed-aspect .ReactCrop__drag-bar {
    display: none; }
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,
  .ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w {
    display: none; }
  @media (max-width: 768px) {
    .ReactCrop__drag-handle {
      width: 17px;
      height: 17px; }
    .ReactCrop .ord-nw {
      margin-top: -9px;
      margin-left: -9px; }
    .ReactCrop .ord-n {
      margin-top: -9px;
      margin-left: -9px; }
    .ReactCrop .ord-ne {
      margin-top: -9px;
      margin-right: -9px; }
    .ReactCrop .ord-e {
      margin-top: -9px;
      margin-right: -9px; }
    .ReactCrop .ord-se {
      margin-bottom: -9px;
      margin-right: -9px; }
    .ReactCrop .ord-s {
      margin-bottom: -9px;
      margin-left: -9px; }
    .ReactCrop .ord-sw {
      margin-bottom: -9px;
      margin-left: -9px; }
    .ReactCrop .ord-w {
      margin-top: -9px;
      margin-left: -9px; }
    .ReactCrop__drag-bar.ord-n {
      height: 14px;
      margin-top: -12px; }
    .ReactCrop__drag-bar.ord-e {
      width: 14px;
      margin-right: -12px; }
    .ReactCrop__drag-bar.ord-s {
      height: 14px;
      margin-bottom: -12px; }
    .ReactCrop__drag-bar.ord-w {
      width: 14px;
      margin-left: -12px; } }

h1,h2,h3,h4,h5,h6{font-weight:100}h1{font-size:30px}h2{font-size:24px}h3{font-size:16px}h4{font-size:14px}h5{font-size:12px}h6{font-size:10px}h3,h4,h5{margin-top:5px;font-weight:600}.nav > li > a{color:#a7b1c2;font-weight:600;padding:14px 20px 14px 25px}.nav.navbar-right > li > a{color:#999c9e}.nav > li.active > a{color:#fff}.navbar-default .nav > li > a:hover,.navbar-default .nav > li > a:focus{background-color:#293846;color:#fff}.nav .open > a,.nav .open > a:hover,.nav .open > a:focus{background:#fff}.nav.navbar-top-links > li > a:hover,.nav.navbar-top-links > li > a:focus{background-color:transparent}.nav > li > a i{margin-right:6px}.navbar{border:0}.navbar-default{background-color:transparent;border-color:#2f4050}.navbar-top-links li{display:inline-block}.navbar-top-links li:last-child{margin-right:40px}.body-small .navbar-top-links li:last-child{margin-right:0}.navbar-top-links li a{padding:20px 10px;min-height:50px}.dropdown-menu{border:medium none;border-radius:3px;box-shadow:0 0 3px rgba(86,96,117,0.7);display:none;float:left;font-size:12px;left:0;list-style:none outside none;padding:0;position:absolute;text-shadow:none;top:100%;z-index:1000}.dropdown-menu > li > a{border-radius:3px;color:inherit;line-height:25px;margin:4px;text-align:left;font-weight:400}.dropdown-menu > .active > a,.dropdown-menu > .active > a:focus,.dropdown-menu > .active > a:hover{color:#fff;text-decoration:none;background-color:#1ab394;outline:0}.dropdown-menu > li > a.font-bold{font-weight:600}.navbar-top-links .dropdown-menu li{display:block}.navbar-top-links .dropdown-menu li:last-child{margin-right:0}.navbar-top-links .dropdown-menu li a{padding:3px 20px;min-height:0}.navbar-top-links .dropdown-menu li a div{white-space:normal}.navbar-top-links .dropdown-messages,.navbar-top-links .dropdown-tasks,.navbar-top-links .dropdown-alerts{width:310px;min-width:0}.navbar-top-links .dropdown-messages{margin-left:5px}.navbar-top-links .dropdown-tasks{margin-left:-59px}.navbar-top-links .dropdown-alerts{margin-left:-123px}.navbar-top-links .dropdown-user{right:0;left:auto}.dropdown-messages,.dropdown-alerts{padding:10px}.dropdown-messages li a,.dropdown-alerts li a{font-size:12px}.dropdown-messages li em,.dropdown-alerts li em{font-size:10px}.nav.navbar-top-links .dropdown-alerts a{font-size:12px}.nav-header{padding:33px 25px;background-color:#2f4050;background-image:url(/js/imgs/header-profile.png)}.pace-done .nav-header{transition:all .4s}.nav > li.active{border-left:4px solid #19aa8d;background:#293846}.nav.nav-second-level > li.active{border:none}.nav.nav-second-level.collapse[style]{height:auto!important}.nav-header a{color:#DFE4ED}.nav-header .text-muted{color:#8095a8}.minimalize-styl-2{padding:4px 12px;margin:14px 5px 5px 20px;font-size:14px;float:left}.navbar-form-custom{float:left;height:50px;padding:0;width:200px;display:block}.navbar-form-custom .form-group{margin-bottom:0}.nav.navbar-top-links a{font-size:14px}.navbar-form-custom .form-control{background:none repeat scroll 0 0 rgba(0,0,0,0);border:medium none;font-size:14px;height:60px;margin:0;z-index:2000}.count-info .label{line-height:12px;padding:2px 5px;position:absolute;right:6px;top:12px}.arrow{float:right}.fa.arrow:before{content:"\f104"}.active > a > .fa.arrow:before{content:"\f107"}.nav-second-level li,.nav-third-level li{border-bottom:none!important}.nav-second-level li a{padding:7px 10px;padding-left:52px}.nav-third-level li a{padding-left:62px}.nav-second-level li:last-child{margin-bottom:10px}body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav li:hover > .nav-second-level,.mini-navbar .nav li:focus > .nav-second-level{display:block;border-radius:0 2px 2px 0;min-width:140px;height:auto}body.mini-navbar .navbar-default .nav > li > .nav-second-level li a{font-size:12px;border-radius:3px}.fixed-nav .slimScrollDiv #side-menu{padding-bottom:60px}.mini-navbar .nav-second-level li a{padding:10px 10px 10px 15px}.mini-navbar .nav .nav-second-level{position:absolute;left:70px;top:0;background-color:#2f4050;padding:10px;font-size:12px}.canvas-menu.mini-navbar .nav-second-level{background:#293846}.mini-navbar li.active .nav-second-level{left:65px}.navbar-default .special_link a{background:#1ab394;color:#fff}.navbar-default .special_link a:hover{background:#17987e!important;color:#fff}.navbar-default .special_link a span.label{background:#fff;color:#1ab394}.navbar-default .landing_link a{background:#1cc09f;color:#fff}.navbar-default .landing_link a:hover{background:#1ab394!important;color:#fff}.navbar-default .landing_link a span.label{background:#fff;color:#1cc09f}.logo-element{text-align:center;font-size:18px;font-weight:600;color:#fff;display:none;padding:18px 0}.pace-done .navbar-static-side,.pace-done .nav-header,.pace-done li.active,.pace-done #page-wrapper,.pace-done .footer{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.navbar-fixed-top{background:#fff;transition-duration:.4s;border-bottom:1px solid #e7eaec!important;z-index:2030}.navbar-fixed-top,.navbar-static-top{background:#f3f3f4}.fixed-nav #wrapper{margin-top:0}.nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background:none;border-color:#ddd #ddd rgba(0,0,0,0);border-bottom:#f3f3f4;border-image:none;border-style:solid;border-width:1px;color:#555;cursor:default}.nav.nav-tabs li{background:none;border:none}body.fixed-nav #wrapper .navbar-static-side,body.fixed-nav #wrapper #page-wrapper{margin-top:60px}body.top-navigation.fixed-nav #wrapper #page-wrapper{margin-top:0}body.fixed-nav.fixed-nav-basic .navbar-fixed-top{left:220px}body.fixed-nav.fixed-nav-basic.mini-navbar .navbar-fixed-top{left:70px}body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar .navbar-fixed-top{left:0}body.fixed-nav.fixed-nav-basic #wrapper .navbar-static-side{margin-top:0}body.fixed-nav.fixed-nav-basic.body-small .navbar-fixed-top{left:0}body.fixed-nav.fixed-nav-basic.fixed-sidebar.mini-navbar.body-small .navbar-fixed-top{left:220px}.fixed-nav .minimalize-styl-2{margin:14px 5px 5px 15px}.body-small .navbar-fixed-top{margin-left:0}body.mini-navbar .navbar-static-side{width:70px}body.mini-navbar .profile-element,body.mini-navbar .nav-label,body.mini-navbar .navbar-default .nav li a span{display:none}body.canvas-menu .profile-element{display:block}body:not(.fixed-sidebar):not(.canvas-menu).mini-navbar .nav-second-level{display:none}body.mini-navbar .navbar-default .nav > li > a{font-size:16px}body.mini-navbar .logo-element{display:block}body.canvas-menu .logo-element{display:none}body.mini-navbar .nav-header{padding:0;background-color:#1ab394}body.canvas-menu .nav-header{padding:33px 25px}body.mini-navbar #page-wrapper{margin:0 0 0 70px}body.fixed-sidebar.mini-navbar .footer,body.canvas-menu.mini-navbar .footer{margin:0!important}body.canvas-menu.mini-navbar #page-wrapper,body.canvas-menu.mini-navbar .footer{margin:0}body.fixed-sidebar .navbar-static-side,body.canvas-menu .navbar-static-side{position:fixed;width:220px;z-index:2001;height:100%}body.fixed-sidebar.mini-navbar .navbar-static-side{width:0}body.fixed-sidebar.mini-navbar #page-wrapper{margin:0}body.body-small.fixed-sidebar.mini-navbar #page-wrapper{margin:0 0 0 220px}body.body-small.fixed-sidebar.mini-navbar .navbar-static-side{width:220px}.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,.canvas-menu.mini-navbar .nav li:focus > .nav-second-level{display:block;height:auto}body.fixed-sidebar.mini-navbar .navbar-default .nav > li > .nav-second-level li a{font-size:12px;border-radius:3px}body.canvas-menu.mini-navbar .navbar-default .nav > li > .nav-second-level li a{font-size:13px;border-radius:3px}.fixed-sidebar.mini-navbar .nav-second-level li a,.canvas-menu.mini-navbar .nav-second-level li a{padding:10px 10px 10px 15px}.fixed-sidebar.mini-navbar .nav-second-level,.canvas-menu.mini-navbar .nav-second-level{position:relative;padding:0;font-size:13px}.fixed-sidebar.mini-navbar li.active .nav-second-level,.canvas-menu.mini-navbar li.active .nav-second-level{left:0}body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,body.canvas-menu.mini-navbar .navbar-default .nav > li > a{font-size:13px}body.fixed-sidebar.mini-navbar .nav-label,body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,body.canvas-menu.mini-navbar .nav-label,body.canvas-menu.mini-navbar .navbar-default .nav li a span{display:inline}body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span{display:block}.canvas-menu.mini-navbar .nav-second-level li a,.fixed-sidebar.mini-navbar .nav-second-level li a{padding:7px 10px 7px 52px}.fixed-sidebar.mini-navbar .nav-second-level,.canvas-menu.mini-navbar .nav-second-level{left:0}body.canvas-menu nav.navbar-static-side{z-index:2001;background:#2f4050;height:100%;position:fixed;display:none}body.canvas-menu.mini-navbar nav.navbar-static-side{display:block;width:220px}.top-navigation #page-wrapper{margin-left:0}.top-navigation .navbar-nav .dropdown-menu > .active > a{background:#fff;color:#1ab394;font-weight:700}.white-bg .navbar-fixed-top,.white-bg .navbar-static-top{background:#fff}.top-navigation .navbar{margin-bottom:0}.top-navigation .nav > li > a{padding:15px 20px;color:#676a6c}.top-navigation .nav > li a:hover,.top-navigation .nav > li a:focus{background:#fff;color:#1ab394}.top-navigation .nav > li.active{background:#fff;border:none}.top-navigation .nav > li.active > a{color:#1ab394}.top-navigation .navbar-right{margin-right:10px}.top-navigation .navbar-nav .dropdown-menu{box-shadow:none;border:1px solid #e7eaec}.top-navigation .dropdown-menu > li > a{margin:0;padding:7px 20px}.navbar .dropdown-menu{margin-top:0}.top-navigation .navbar-brand{background:#1ab394;color:#fff;padding:15px 25px}.top-navigation .navbar-top-links li:last-child{margin-right:0}.top-navigation.mini-navbar #page-wrapper,.top-navigation.body-small.fixed-sidebar.mini-navbar #page-wrapper,.mini-navbar .top-navigation #page-wrapper,.body-small.fixed-sidebar.mini-navbar .top-navigation #page-wrapper,.canvas-menu #page-wrapper{margin:0}.top-navigation.fixed-nav #wrapper,.fixed-nav #wrapper.top-navigation{margin-top:50px}.top-navigation .footer.fixed{margin-left:0!important}.top-navigation .wrapper.wrapper-content{padding:40px}.top-navigation.body-small .wrapper.wrapper-content,.body-small .top-navigation .wrapper.wrapper-content{padding:40px 0}.navbar-toggle{background-color:#1ab394;color:#fff;padding:6px 12px;font-size:14px}.top-navigation .navbar-nav .open .dropdown-menu > li > a,.top-navigation .navbar-nav .open .dropdown-menu .dropdown-header{padding:10px 15px 10px 20px}@media (max-width: 768px){.top-navigation .navbar-header{display:block;float:none}}.menu-visible-lg,.menu-visible-md{display:none!important}@media (min-width: 1200px){.menu-visible-lg{display:block!important}}@media (min-width: 992px){.menu-visible-md{display:block!important}}@media (max-width: 767px){.menu-visible-md{display:block!important}.menu-visible-lg{display:block!important}}.btn{border-radius:3px}.float-e-margins .btn{margin-bottom:5px}.btn-w-m{min-width:120px}.btn-primary.btn-outline{color:#1ab394}.btn-success.btn-outline{color:#1c84c6}.btn-info.btn-outline{color:#23c6c8}.btn-warning.btn-outline{color:#f8ac59}.btn-danger.btn-outline{color:#ed5565}.btn-primary.btn-outline:hover,.btn-success.btn-outline:hover,.btn-info.btn-outline:hover,.btn-warning.btn-outline:hover,.btn-danger.btn-outline:hover{color:#fff}.btn-primary{background-color:#1ab394;border-color:#1ab394;color:#FFF}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary,.btn-primary:active:focus,.btn-primary:active:hover,.btn-primary.active:hover,.btn-primary.active:focus{background-color:#18a689;border-color:#18a689;color:#FFF}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary.active[disabled],fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active{background-color:#1dc5a3;border-color:#1dc5a3}.btn-success{background-color:#1c84c6;border-color:#1c84c6;color:#FFF}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success,.btn-success:active:focus,.btn-success:active:hover,.btn-success.active:hover,.btn-success.active:focus{background-color:#1a7bb9;border-color:#1a7bb9;color:#FFF}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled]:active,.btn-success.active[disabled],fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active{background-color:#1f90d8;border-color:#1f90d8}.btn-info{background-color:#23c6c8;border-color:#23c6c8;color:#FFF}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info,.btn-info:active:focus,.btn-info:active:hover,.btn-info.active:hover,.btn-info.active:focus{background-color:#21b9bb;border-color:#21b9bb;color:#FFF}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled]:active,.btn-info.active[disabled],fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active{background-color:#26d7d9;border-color:#26d7d9}.btn-default{color:inherit;background:#fff;border:1px solid #e7eaec}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default,.btn-default:active:focus,.btn-default:active:hover,.btn-default.active:hover,.btn-default.active:focus{color:inherit;border:1px solid #d2d2d2}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{box-shadow:0 2px 5px rgba(0,0,0,0.15) inset}.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:active,.btn-default.active[disabled],fieldset[disabled] .btn-default,fieldset[disabled] .btn-default:hover,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default.active{color:#cacaca}.btn-warning{background-color:#f8ac59;border-color:#f8ac59;color:#FFF}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning,.btn-warning:active:focus,.btn-warning:active:hover,.btn-warning.active:hover,.btn-warning.active:focus{background-color:#f7a54a;border-color:#f7a54a;color:#FFF}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled]:active,.btn-warning.active[disabled],fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active{background-color:#f9b66d;border-color:#f9b66d}.btn-danger{background-color:#ed5565;border-color:#ed5565;color:#FFF}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger,.btn-danger:active:focus,.btn-danger:active:hover,.btn-danger.active:hover,.btn-danger.active:focus{background-color:#ec4758;border-color:#ec4758;color:#FFF}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled]:active,.btn-danger.active[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active{background-color:#ef6776;border-color:#ef6776}.btn-link{color:inherit}.btn-link:hover,.btn-link:focus,.btn-link:active,.btn-link.active,.open .dropdown-toggle.btn-link{color:#1ab394;text-decoration:none}.btn-link:active,.btn-link.active,.open .dropdown-toggle.btn-link{background-image:none}.btn-link.disabled,.btn-link.disabled:hover,.btn-link.disabled:focus,.btn-link.disabled:active,.btn-link.disabled.active,.btn-link[disabled],.btn-link[disabled]:hover,.btn-link[disabled]:focus,.btn-link[disabled]:active,.btn-link.active[disabled],fieldset[disabled] .btn-link,fieldset[disabled] .btn-link:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:active,fieldset[disabled] .btn-link.active{color:#cacaca}.btn-white{color:inherit;background:#fff;border:1px solid #e7eaec}.btn-white:hover,.btn-white:focus,.btn-white:active,.btn-white.active,.open .dropdown-toggle.btn-white,.btn-white:active:focus,.btn-white:active:hover,.btn-white.active:hover,.btn-white.active:focus{color:inherit;border:1px solid #d2d2d2}.btn-white:active,.btn-white.active{box-shadow:0 2px 5px rgba(0,0,0,0.15) inset}.btn-white:active,.btn-white.active,.open .dropdown-toggle.btn-white{background-image:none}.btn-white.disabled,.btn-white.disabled:hover,.btn-white.disabled:focus,.btn-white.disabled:active,.btn-white.disabled.active,.btn-white[disabled],.btn-white[disabled]:hover,.btn-white[disabled]:focus,.btn-white[disabled]:active,.btn-white.active[disabled],fieldset[disabled] .btn-white,fieldset[disabled] .btn-white:hover,fieldset[disabled] .btn-white:focus,fieldset[disabled] .btn-white:active,fieldset[disabled] .btn-white.active{color:#cacaca}.form-control,.form-control:focus,.has-error .form-control:focus,.has-success .form-control:focus,.has-warning .form-control:focus,.navbar-collapse,.navbar-form,.navbar-form-custom .form-control:focus,.navbar-form-custom .form-control:hover,.open .btn.dropdown-toggle,.panel,.popover,.progress,.progress-bar{box-shadow:none}.btn-outline{color:inherit;background-color:transparent;transition:all .5s}.btn-rounded{border-radius:50px}.btn-large-dim{width:90px;height:90px;font-size:42px}button.dim{display:inline-block;text-decoration:none;text-transform:uppercase;text-align:center;padding-top:6px;margin-right:10px;position:relative;cursor:pointer;border-radius:5px;font-weight:600;margin-bottom:20px!important}button.dim:active{top:3px}button.btn-primary.dim{box-shadow:inset 0 0 0 #16987e,0 5px 0 0 #16987e,0 10px 5px #999}button.btn-primary.dim:active{box-shadow:inset 0 0 0 #16987e,0 2px 0 0 #16987e,0 5px 3px #999}button.btn-default.dim{box-shadow:inset 0 0 0 #b3b3b3,0 5px 0 0 #b3b3b3,0 10px 5px #999}button.btn-default.dim:active{box-shadow:inset 0 0 0 #b3b3b3,0 2px 0 0 #b3b3b3,0 5px 3px #999}button.btn-warning.dim{box-shadow:inset 0 0 0 #f79d3c,0 5px 0 0 #f79d3c,0 10px 5px #999}button.btn-warning.dim:active{box-shadow:inset 0 0 0 #f79d3c,0 2px 0 0 #f79d3c,0 5px 3px #999}button.btn-info.dim{box-shadow:inset 0 0 0 #1eacae,0 5px 0 0 #1eacae,0 10px 5px #999}button.btn-info.dim:active{box-shadow:inset 0 0 0 #1eacae,0 2px 0 0 #1eacae,0 5px 3px #999}button.btn-success.dim{box-shadow:inset 0 0 0 #1872ab,0 5px 0 0 #1872ab,0 10px 5px #999}button.btn-success.dim:active{box-shadow:inset 0 0 0 #1872ab,0 2px 0 0 #1872ab,0 5px 3px #999}button.btn-danger.dim{box-shadow:inset 0 0 0 #ea394c,0 5px 0 0 #ea394c,0 10px 5px #999}button.btn-danger.dim:active{box-shadow:inset 0 0 0 #ea394c,0 2px 0 0 #ea394c,0 5px 3px #999}button.dim:before{font-size:50px;line-height:1em;font-weight:400;color:#fff;display:block;padding-top:10px}button.dim:active:before{top:7px;font-size:50px}.btn:focus{outline:none!important}.label{background-color:#d1dade;color:#5e5e5e;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:10px;font-weight:600;padding:3px 8px;text-shadow:none}.badge{background-color:#d1dade;color:#5e5e5e;font-family:'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;font-size:11px;font-weight:600;padding-bottom:4px;padding-left:6px;padding-right:6px;text-shadow:none}.label-primary,.badge-primary{background-color:#1ab394;color:#FFF}.label-success,.badge-success{background-color:#1c84c6;color:#FFF}.label-warning,.badge-warning{background-color:#f8ac59;color:#FFF}.label-warning-light,.badge-warning-light{background-color:#f8ac59;color:#fff}.label-danger,.badge-danger{background-color:#ed5565;color:#FFF}.label-info,.badge-info{background-color:#23c6c8;color:#FFF}.label-inverse,.badge-inverse{background-color:#262626;color:#FFF}.label-white,.badge-white{background-color:#FFF;color:#5E5E5E}.label-white,.badge-disable{background-color:#2A2E36;color:#8B91A0}.onoffswitch{position:relative;width:64px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.onoffswitch-checkbox{display:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #1ab394;border-radius:2px}.onoffswitch-inner{width:200%;margin-left:-100%;-moz-transition:margin .3s ease-in 0;-webkit-transition:margin .3s ease-in 0;-o-transition:margin .3s ease-in 0;transition:margin .3s ease-in 0}.onoffswitch-inner:before,.onoffswitch-inner:after{float:left;width:50%;height:20px;padding:0;line-height:20px;font-size:12px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.onoffswitch-inner:before{content:"ON";padding-left:10px;background-color:#1ab394;color:#FFF}.onoffswitch-inner:after{content:"OFF";padding-right:10px;background-color:#FFF;color:#999;text-align:right}.onoffswitch-switch{width:20px;margin:0;background:#FFF;border:2px solid #1ab394;border-radius:2px;position:absolute;top:0;bottom:0;right:44px;-moz-transition:all .3s ease-in 0;-webkit-transition:all .3s ease-in 0;-o-transition:all .3s ease-in 0;transition:all .3s ease-in 0}.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch{right:0}.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:before{background-color:#919191}.onoffswitch-checkbox:disabled + .onoffswitch-label,.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch{border-color:#919191}.chosen-container-single .chosen-single{background:#fff;box-shadow:none;-moz-box-sizing:border-box;border-radius:2px;cursor:text;height:auto!important;margin:0;min-height:30px;overflow:hidden;padding:4px 12px;position:relative;width:100%}.chosen-container-multi .chosen-choices li.search-choice{background:#f1f1f1;border:1px solid #e5e6e7;border-radius:2px;box-shadow:none;color:#333;cursor:default;line-height:13px;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;position:relative}.bootstrap-tagsinput{border:1px solid #e5e6e7;box-shadow:none}.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus{background-color:#f4f4f4;border-color:#DDD;color:inherit;cursor:default;z-index:2}.pagination > li > a,.pagination > li > span{background-color:#FFF;border:1px solid #DDD;color:inherit;float:left;line-height:1.42857;margin-left:-1px;padding:4px 10px;position:relative;text-decoration:none}.tooltip-inner{background-color:#2F4050}.tooltip.top .tooltip-arrow{border-top-color:#2F4050}.tooltip.right .tooltip-arrow{border-right-color:#2F4050}.tooltip.bottom .tooltip-arrow{border-bottom-color:#2F4050}.tooltip.left .tooltip-arrow{border-left-color:#2F4050}.easypiechart{position:relative;text-align:center}.easypiechart .h2{margin-left:10px;margin-top:10px;display:inline-block}.easypiechart canvas{top:0;left:0}.easypiechart .easypie-text{line-height:1;position:absolute;top:33px;width:100%;z-index:1}.easypiechart img{margin-top:-4px}.jqstooltip{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-state-default{background-color:#fff;background-image:none;background-repeat:repeat-x;box-shadow:none;color:#333;text-shadow:none;border:1px solid}.fc-button{color:inherit;border:1px solid #e7eaec;cursor:pointer;display:inline-block;height:1.9em;line-height:1.9em;overflow:hidden;padding:0 .6em;position:relative;white-space:nowrap}.fc-state-active{background-color:#1ab394;border-color:#1ab394;color:#fff}.fc-header-title h2{font-size:16px;font-weight:600;color:inherit}.fc-content .fc-widget-header,.fc-content .fc-widget-content{border-color:#e7eaec;font-weight:400}.fc-border-separate tbody{background-color:#F8F8F8}.fc-state-highlight{background:none repeat scroll 0 0 #FCF8E3}.external-event{padding:5px 10px;border-radius:2px;cursor:pointer;margin-bottom:5px}.fc-ltr .fc-event-hori.fc-event-end,.fc-rtl .fc-event-hori.fc-event-start{border-radius:2px}.fc-event,.fc-agenda .fc-event-time,.fc-event a{padding:4px 6px;background-color:#1ab394;border-color:#1ab394}.fc-event-time,.fc-event-title{color:#717171;padding:0 1px}.ui-calendar .fc-event-time,.ui-calendar .fc-event-title{color:#fff}.chat-activity-list .chat-element{border-bottom:1px solid #e7eaec}.chat-element:first-child{margin-top:0}.chat-element{padding-bottom:15px}.chat-element,.chat-element .media{margin-top:15px}.chat-element,.media-body{overflow:hidden}.media-body{display:block;width:auto}.chat-element > .pull-left{margin-right:10px}.chat-element img.img-circle,.dropdown-messages-box img.img-circle{width:38px;height:38px}.chat-element .well{border:1px solid #e7eaec;box-shadow:none;margin-top:10px;margin-bottom:5px;padding:10px 20px;font-size:11px;line-height:16px}.chat-element .actions{margin-top:10px}.chat-element .photos{margin:10px 0}.right.chat-element > .pull-right{margin-left:10px}.chat-photo{max-height:180px;border-radius:4px;overflow:hidden;margin-right:10px;margin-bottom:10px}.chat{margin:0;padding:0;list-style:none}.chat li{margin-bottom:10px;padding-bottom:5px;border-bottom:1px dotted #B3A9A9}.chat li.left .chat-body{margin-left:60px}.chat li.right .chat-body{margin-right:60px}.chat li .chat-body p{margin:0;color:#777}.panel .slidedown .glyphicon,.chat .glyphicon{margin-right:5px}.chat-panel .panel-body{height:350px;overflow-y:scroll}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{background-color:#1ab394;border-color:#1ab394;color:#FFF;z-index:2}.list-group-item-heading{margin-top:10px}.list-group-item-text{margin:0 0 10px;color:inherit;font-size:12px;line-height:inherit}.no-padding .list-group-item{border-left:none;border-right:none;border-bottom:none}.no-padding .list-group-item:first-child{border-left:none;border-right:none;border-bottom:none;border-top:none}.no-padding .list-group{margin-bottom:0}.list-group-item{background-color:inherit;border:1px solid #e7eaec;display:block;margin-bottom:-1px;padding:10px 15px;position:relative}.elements-list .list-group-item{border-left:none;border-right:none;padding:15px 25px}.elements-list .list-group-item:first-child{border-left:none;border-right:none;border-top:none!important}.elements-list .list-group{margin-bottom:0}.elements-list a{color:inherit}.elements-list .list-group-item.active,.elements-list .list-group-item:hover{background:#f3f3f4;color:inherit;border-color:#e7eaec;border-radius:0}.elements-list li.active{transition:none}.element-detail-box{padding:25px}.flot-chart{display:block;height:200px}.widget .flot-chart.dashboard-chart{display:block;height:120px;margin-top:40px}.flot-chart.dashboard-chart{display:block;height:180px;margin-top:40px}.flot-chart-content{width:100%;height:100%}.flot-chart-pie-content{width:200px;height:200px;margin:auto}.jqstooltip{position:absolute;display:block;left:0;top:0;visibility:hidden;background:#2b303a;background-color:rgba(43,48,58,0.8);color:#fff;text-align:left;white-space:nowrap;z-index:10000;padding:5px;min-height:22px;border-radius:3px}.jqsfield{color:#fff;text-align:left}.fh-150{height:150px}.fh-200{height:200px}.h-150{min-height:150px}.h-200{min-height:200px}.h-300{min-height:300px}.w-150{min-width:150px}.w-200{min-width:200px}.w-300{min-width:300px}.legendLabel{padding-left:5px}.stat-list li:first-child{margin-top:0}.stat-list{list-style:none;padding:0;margin:0}.stat-percent{float:right}.stat-list li{margin-top:15px;position:relative}table.dataTable thead .sorting,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{background:transparent}.dataTables_wrapper{padding-bottom:30px}.dataTables_length{float:left}.dataTables_filter label{margin-right:5px}.html5buttons{float:right}.html5buttons a{border:1px solid #e7eaec;background:#fff;color:#676a6c;box-shadow:none;padding:6px 8px;font-size:12px}.html5buttons a:hover,.html5buttons a:focus:active{background-color:#eee;color:inherit;border-color:#d2d2d2}div.dt-button-info{z-index:100}@media (max-width: 768px){.html5buttons{float:none;margin-top:10px}.dataTables_length{float:none}}.img-circle{border-radius:50%}.btn-circle{width:30px;height:30px;padding:6px 0;border-radius:15px;text-align:center;font-size:12px;line-height:1.428571429}.btn-circle.btn-lg{width:50px;height:50px;padding:10px 16px;border-radius:25px;font-size:18px;line-height:1.33}.btn-circle.btn-xl{width:70px;height:70px;padding:10px 16px;border-radius:35px;font-size:24px;line-height:1.33}.show-grid [class^="col-"]{padding-top:10px;padding-bottom:10px;border:1px solid #ddd;background-color:#eee!important}.show-grid{margin:15px 0}.css-animation-box h1{font-size:44px}.animation-efect-links a{padding:4px 6px;font-size:12px}#animation_box{background-color:#f9f8f8;border-radius:16px;width:80%;margin:0 auto;padding-top:80px}.animation-text-box{position:absolute;margin-top:40px;left:50%;margin-left:-100px;width:200px}.animation-text-info{position:absolute;margin-top:-60px;left:50%;margin-left:-100px;width:200px;font-size:10px}.animation-text-box h2{font-size:54px;font-weight:600;margin-bottom:5px}.animation-text-box p{font-size:12px;text-transform:uppercase}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#1ab394;position:fixed;z-index:2040;top:0;right:100%;width:100%;height:2px}.pace-inactive{display:none}.widget{border-radius:5px;padding:15px 20px;margin-bottom:10px;margin-top:10px}.widget.style1 h2{font-size:30px}.widget h2,.widget h3{margin-top:5px;margin-bottom:0}.widget-text-box{padding:20px;border:1px solid #e7eaec;background:#fff}.widget-head-color-box{border-radius:5px 5px 0 0;margin-top:10px}.widget .flot-chart{height:100px}.vertical-align div{display:inline-block;vertical-align:middle}.vertical-align h2,.vertical-align h3{margin:0}.todo-list{list-style:none outside none;margin:0;padding:0;font-size:14px}.todo-list.small-list{font-size:12px}.todo-list.small-list > li{background:#f3f3f4;border-left:none;border-right:none;border-radius:4px;color:inherit;margin-bottom:2px;padding:6px 6px 6px 12px}.todo-list.small-list .btn-xs,.todo-list.small-list .btn-group-xs > .btn{border-radius:5px;font-size:10px;line-height:1.5;padding:1px 2px 1px 5px}.todo-list > li{background:#f3f3f4;border-left:6px solid #e7eaec;border-right:6px solid #e7eaec;border-radius:4px;color:inherit;margin-bottom:2px;padding:10px}.todo-list .handle{cursor:move;display:inline-block;font-size:16px;margin:0 5px}.todo-list > li .label{font-size:9px;margin-left:10px}.check-link{font-size:16px}.todo-completed{text-decoration:line-through}.geo-statistic h1{font-size:36px;margin-bottom:0}.glyphicon.fa{font-family:"FontAwesome"}.inline{display:inline-block!important}.input-s-sm{width:120px}.input-s{width:200px}.input-s-lg{width:250px}.i-checks{padding-left:0}.form-control,.single-line{background-color:#FFF;background-image:none;border:1px solid #e5e6e7;border-radius:1px;color:inherit;display:block;padding:6px 12px;transition:border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0;width:100%;font-size:14px}.form-control:focus,.single-line:focus{border-color:#1ab394!important}.has-success .form-control{border-color:#1ab394}.has-warning .form-control{border-color:#f8ac59}.has-error .form-control{border-color:#ed5565}.has-success .control-label{color:#1ab394}.has-warning .control-label{color:#f8ac59}.has-error .control-label{color:#ed5565}.input-group-addon{background-color:#fff;border:1px solid #E5E6E7;border-radius:1px;color:inherit;font-size:14px;font-weight:400;line-height:1;padding:6px 12px;text-align:center}.spinner-buttons.input-group-btn .btn-xs{line-height:1.13}.spinner-buttons.input-group-btn{width:20%}.noUi-connect{background:none repeat scroll 0 0 #1ab394;box-shadow:none}.slider_red .noUi-connect{background:none repeat scroll 0 0 #ed5565;box-shadow:none}.ui-sortable .ibox-title{cursor:move}.ui-sortable-placeholder{border:1px dashed #cecece!important;visibility:visible!important;background:#e7eaec}.ibox.ui-sortable-placeholder{margin:0 0 23px!important}.onoffswitch{position:relative;width:54px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.onoffswitch-checkbox{display:none}.onoffswitch-label{display:block;overflow:hidden;cursor:pointer;border:2px solid #1AB394;border-radius:3px}.onoffswitch-inner{display:block;width:200%;margin-left:-100%;-moz-transition:margin .3s ease-in 0;-webkit-transition:margin .3s ease-in 0;-o-transition:margin .3s ease-in 0;transition:margin .3s ease-in 0}.onoffswitch-inner:before,.onoffswitch-inner:after{display:block;float:left;width:50%;height:16px;padding:0;line-height:16px;font-size:10px;color:#fff;font-family:Trebuchet,Arial,sans-serif;font-weight:700;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.onoffswitch-inner:before{content:"ON";padding-left:7px;background-color:#1AB394;color:#FFF}.onoffswitch-inner:after{content:"OFF";padding-right:7px;background-color:#FFF;color:#919191;text-align:right}.onoffswitch-switch{display:block;width:18px;margin:0;background:#FFF;border:2px solid #1AB394;border-radius:3px;position:absolute;top:0;bottom:0;right:36px;-moz-transition:all .3s ease-in 0;-webkit-transition:all .3s ease-in 0;-o-transition:all .3s ease-in 0;transition:all .3s ease-in 0}.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner{margin-left:0}.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch{right:0}.ui-jqgrid{-moz-box-sizing:content-box}.ui-jqgrid-btable{border-collapse:separate}.ui-jqgrid-htable{border-collapse:separate}.ui-jqgrid-titlebar{height:40px;line-height:15px;color:#676a6c;background-color:#F9F9F9;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.ui-jqgrid .ui-jqgrid-title{float:left;margin:1.1em 1em .2em}.ui-jqgrid .ui-jqgrid-titlebar{position:relative;border-left:0 solid;border-right:0 solid;border-top:0 solid}.ui-widget-header{background:none;background-image:none;background-color:#f5f5f6;text-transform:uppercase;border-top-left-radius:0;border-top-right-radius:0}.ui-jqgrid tr.ui-row-ltr td{border-right-style:solid;border-right-width:1px;text-align:left;border-color:#DDD;background-color:inherit}.ui-search-toolbar input[type="text"]{font-size:12px;height:15px;border:1px solid #CCC;border-radius:0}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{background:#F9F9F9;border:1px solid #DDD;line-height:15px;font-weight:700;color:#676a6c;text-shadow:0 1px 0 rgba(255,255,255,0.5)}.ui-widget-content{box-sizing:content-box}.ui-icon-triangle-1-n{background-position:1px -16px}.ui-jqgrid tr.ui-search-toolbar th{border-top-width:0!important;border-top-color:inherit!important;border-top-style:ridge!important}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{background:#f5f5f5;border-collapse:separate}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{background:#f2fbff}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #ddd;background:#fff;font-weight:400;color:#212121}.ui-jqgrid .ui-pg-input{font-size:inherit;width:50px;border:1px solid #CCC;height:15px}.ui-jqgrid .ui-pg-selbox{display:block;font-size:1em;height:25px;line-height:18px;margin:0;width:auto}.ui-jqgrid .ui-pager-control{position:relative}.ui-jqgrid .ui-jqgrid-pager{height:32px;position:relative}.ui-pg-table .navtable .ui-corner-all{border-radius:0}.ui-jqgrid .ui-pg-button:hover{padding:1px;border:0}.ui-jqgrid .loading{position:absolute;top:45%;left:45%;width:auto;height:auto;z-index:101;padding:6px;margin:5px;text-align:center;font-weight:700;display:none;border-width:2px!important;font-size:11px}.ui-jqgrid .form-control{height:10px;width:auto;display:inline;padding:10px 12px}.ui-jqgrid-pager{height:32px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:0}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:0}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:0}.ui-widget-content{border:1px solid #ddd}.ui-jqgrid .ui-jqgrid-titlebar{padding:0}.ui-jqgrid .ui-jqgrid-titlebar{border-bottom:1px solid #ddd}.ui-jqgrid tr.jqgrow td{padding:6px}.ui-jqdialog .ui-jqdialog-titlebar{padding:10px}.ui-jqdialog .ui-jqdialog-title{float:none!important}.ui-jqdialog > .ui-resizable-se{position:absolute}.dd{position:relative;display:block;margin:0;padding:0;list-style:none;font-size:13px;line-height:20px}.dd-list{display:block;position:relative;margin:0;padding:0;list-style:none}.dd-list .dd-list{padding-left:30px}.dd-collapsed .dd-list{display:none}.dd-item,.dd-empty,.dd-placeholder{display:block;position:relative;margin:0;padding:0;min-height:20px;font-size:13px;line-height:20px}.dd-handle{display:block;margin:5px 0;padding:5px 10px;color:#333;text-decoration:none;border:1px solid #e7eaec;background:#f5f5f5;-webkit-border-radius:3px;border-radius:3px;box-sizing:border-box;-moz-box-sizing:border-box}.dd-handle span{font-weight:700}.dd-handle:hover{background:#f0f0f0;cursor:pointer;font-weight:700}.dd-item > button{display:block;position:relative;cursor:pointer;float:left;width:25px;height:20px;margin:5px 0;padding:0;text-indent:100%;white-space:nowrap;overflow:hidden;border:0;background:transparent;font-size:12px;line-height:1;text-align:center;font-weight:700}.dd-item > button:before{content:'+';display:block;position:absolute;width:100%;text-align:center;text-indent:0}.dd-item > button[data-action="collapse"]:before{content:'-'}#nestable2 .dd-item > button{font-family:FontAwesome;height:34px;width:33px;color:#c1c1c1}#nestable2 .dd-item > button:before{content:"\f067"}#nestable2 .dd-item > button[data-action="collapse"]:before{content:"\f068"}.dd-placeholder,.dd-empty{margin:5px 0;padding:0;min-height:30px;background:#f2fbff;border:1px dashed #b6bcbf;box-sizing:border-box;-moz-box-sizing:border-box}.dd-empty{border:1px dashed #bbb;min-height:100px;background-color:#e5e5e5;background-image:-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-webkit-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-image:-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),-moz-linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-image:linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff),linear-gradient(45deg,#fff 25%,transparent 25%,transparent 75%,#fff 75%,#fff);background-size:60px 60px;background-position:0 0,30px 30px}.dd-dragel{position:absolute;z-index:9999;pointer-events:none}.dd-dragel > .dd-item .dd-handle{margin-top:0}.dd-dragel .dd-handle{-webkit-box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1);box-shadow:2px 4px 6px 0 rgba(0,0,0,0.1)}.nestable-lists{display:block;clear:both;padding:30px 0;width:100%;border:0;border-top:2px solid #ddd;border-bottom:2px solid #ddd}#nestable-menu{padding:0;margin:10px 0 20px}#nestable-output,#nestable2-output{width:100%;font-size:.75em;line-height:1.333333em;font-family:open sans,lucida grande,lucida sans unicode,helvetica,arial,sans-serif;padding:5px;box-sizing:border-box;-moz-box-sizing:border-box}#nestable2 .dd-handle{color:inherit;border:1px dashed #e7eaec;background:#f3f3f4;padding:10px}#nestable2 span.label{margin-right:10px}#nestable-output,#nestable2-output{font-size:12px;padding:25px;box-sizing:border-box;-moz-box-sizing:border-box}.CodeMirror{border:1px solid #eee;height:auto}.CodeMirror-scroll{overflow-y:hidden;overflow-x:auto}.google-map{height:300px}label.error{color:#cc5965;display:inline-block;margin-left:5px}.form-control.error{border:1px dotted #cc5965}.gridStyle{border:1px solid #d4d4d4;width:100%;height:400px}.gridStyle2{border:1px solid #d4d4d4;width:500px;height:300px}.ngH eaderCell{border-right:none;border-bottom:1px solid #e7eaec}.ngCell{border-right:none}.ngTopPanel{background:#F5F5F6}.ngRow.even{background:#f9f9f9}.ngRow.selected{background:#EBF2F1}.ngRow{border-bottom:1px solid #e7eaec}.ngCell{background-color:transparent}.ngHeaderCell{border-right:none}.cg-notify-message.inspinia-notify{background:#fff;padding:0;box-shadow:0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 0 1px rgba(0,0,0,0.1),0 2px 4px rgba(0,0,0,0.2);border:none;margin-top:30px;color:inherit}.inspinia-notify.alert-warning{border-left:6px solid #f8ac59}.inspinia-notify.alert-success{border-left:6px solid #1c84c6}.inspinia-notify.alert-danger{border-left:6px solid #ed5565}.inspinia-notify.alert-info{border-left:6px solid #1ab394}.img-container,.img-preview{overflow:hidden;text-align:center;width:100%}.img-preview-sm{height:130px;width:200px}.forum-post-container .media{margin:10px;padding:20px 10px;border-bottom:1px solid #f1f1f1}.forum-avatar{float:left;margin-right:20px;text-align:center;width:110px}.forum-avatar .img-circle{height:48px;width:48px}.author-info{color:#676a6c;font-size:11px;margin-top:5px;text-align:center}.forum-post-info{padding:9px 12px 6px;background:#f9f9f9;border:1px solid #f1f1f1}.media-body > .media{background:#f9f9f9;border-radius:3px;border:1px solid #f1f1f1}.forum-post-container .media-body .photos{margin:10px 0}.forum-photo{max-width:140px;border-radius:3px}.media-body > .media .forum-avatar{width:70px;margin-right:10px}.media-body > .media .forum-avatar .img-circle{height:38px;width:38px}.mid-icon{font-size:66px}.forum-item{margin:10px 0;padding:10px 0 20px;border-bottom:1px solid #f1f1f1}.views-number{font-size:24px;line-height:18px;font-weight:400}.forum-container,.forum-post-container{padding:30px!important}.forum-item small{color:#999}.forum-item .forum-sub-title{color:#999;margin-left:50px}.forum-title{margin:15px 0}.forum-info{text-align:center}.forum-desc{color:#999}.forum-icon{float:left;width:30px;margin-right:20px;text-align:center}a.forum-item-title{color:inherit;display:block;font-size:18px;font-weight:600}a.forum-item-title:hover{color:inherit}.forum-icon .fa{font-size:30px;margin-top:8px;color:#9b9b9b}.forum-item.active .fa{color:#1ab394}.forum-item.active a.forum-item-title{color:#1ab394}@media (max-width: 992px){.forum-info{margin:15px 0 10px;display:none}.forum-desc{float:none!important}}.vertical-container{width:90%;max-width:1170px;margin:0 auto}.vertical-container::after{content:'';display:table;clear:both}#vertical-timeline{position:relative;padding:0;margin-top:2em;margin-bottom:2em}#vertical-timeline::before{content:'';position:absolute;top:0;left:18px;height:100%;width:4px;background:#f1f1f1}.vertical-timeline-content .btn{float:right}#vertical-timeline.light-timeline:before{background:#e7eaec}.dark-timeline .vertical-timeline-content:before{border-color:transparent #f5f5f5 transparent transparent}.dark-timeline.center-orientation .vertical-timeline-content:before{border-color:transparent transparent transparent #f5f5f5}.dark-timeline .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before,.dark-timeline.center-orientation .vertical-timeline-block:nth-child(2n) .vertical-timeline-content:before{border-color:transparent #f5f5f5 transparent transparent}.dark-timeline .vertical-timeline-content,.dark-timeline.center-orientation .vertical-timeline-content{background:#f5f5f5}@media only screen and (min-width: 1170px){#vertical-timeline.center-orientation{margin-top:3em;margin-bottom:3em}#vertical-timeline.center-orientation:before{left:50%;margin-left:-2px}}@media only screen and (max-width: 1170px){.center-orientation.dark-timeline .vertical-timeline-content:before{border-color:transparent #f5f5f5 transparent transparent}}.vertical-timeline-block{position:relative;margin:2em 0}.vertical-timeline-block:after{content:"";display:table;clear:both}.vertical-timeline-block:first-child{margin-top:0}.vertical-timeline-block:last-child{margin-bottom:0}@media only screen and (min-width: 1170px){.center-orientation .vertical-timeline-block{margin:4em 0}.center-orientation .vertical-timeline-block:first-child{margin-top:0}.center-orientation .vertical-timeline-block:last-child{margin-bottom:0}}.vertical-timeline-icon{position:absolute;top:0;left:0;width:40px;height:40px;border-radius:50%;font-size:16px;border:3px solid #f1f1f1;text-align:center}.vertical-timeline-icon i{display:block;width:24px;height:24px;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-9px}@media only screen and (min-width: 1170px){.center-orientation .vertical-timeline-icon{width:50px;height:50px;left:50%;margin-left:-25px;-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden;font-size:19px}.center-orientation .vertical-timeline-icon i{margin-left:-12px;margin-top:-10px}.center-orientation .cssanimations .vertical-timeline-icon.is-hidden{visibility:hidden}}.vertical-timeline-content{position:relative;margin-left:60px;background:#fff;border-radius:.25em;padding:1em}.vertical-timeline-content:after{content:"";display:table;clear:both}.vertical-timeline-content h2{font-weight:400;margin-top:4px}.vertical-timeline-content p{margin:1em 0;line-height:1.6}.vertical-timeline-content .vertical-date{float:left;font-weight:500}.vertical-date small{color:#1ab394;font-weight:400}.vertical-timeline-content::before{content:'';position:absolute;top:16px;right:100%;height:0;width:0;border:7px solid transparent;border-right:7px solid #fff}@media only screen and (min-width: 768px){.vertical-timeline-content h2{font-size:18px}.vertical-timeline-content p{font-size:13px}}@media only screen and (min-width: 1170px){.center-orientation .vertical-timeline-content{margin-left:0;padding:1.6em;width:45%}.center-orientation .vertical-timeline-content::before{top:24px;left:100%;border-color:transparent;border-left-color:#fff}.center-orientation .vertical-timeline-content .btn{float:left}.center-orientation .vertical-timeline-content .vertical-date{position:absolute;width:100%;left:122%;top:2px;font-size:14px}.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content{float:right}.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content::before{top:24px;left:auto;right:100%;border-color:transparent;border-right-color:#fff}.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .btn{float:right}.center-orientation .vertical-timeline-block:nth-child(even) .vertical-timeline-content .vertical-date{left:auto;right:122%;text-align:right}.center-orientation .cssanimations .vertical-timeline-content.is-hidden{visibility:hidden}}.tabs-container .panel-body{background:#fff;border:1px solid #e7eaec;border-radius:2px;padding:20px;position:relative}.tabs-container .nav-tabs > li.active > a,.tabs-container .nav-tabs > li.active > a:hover,.tabs-container .nav-tabs > li.active > a:focus{border:1px solid #e7eaec;border-bottom-color:transparent;background-color:#fff}.tabs-container .nav-tabs > li{float:left;margin-bottom:-1px}.tabs-container .tab-pane .panel-body{border-top:none}.tabs-container .nav-tabs > li.active > a,.tabs-container .nav-tabs > li.active > a:hover,.tabs-container .nav-tabs > li.active > a:focus{border:1px solid #e7eaec;border-bottom-color:transparent}.tabs-container .nav-tabs{border-bottom:1px solid #e7eaec}.tabs-container .tab-pane .panel-body{border-top:none}.tabs-container .tabs-left .tab-pane .panel-body,.tabs-container .tabs-right .tab-pane .panel-body{border-top:1px solid #e7eaec}.tabs-container .nav-tabs > li a:hover{background:transparent;border-color:transparent}.tabs-container .tabs-below > .nav-tabs,.tabs-container .tabs-right > .nav-tabs,.tabs-container .tabs-left > .nav-tabs{border-bottom:0}.tabs-container .tabs-left .panel-body{position:static}.tabs-container .tabs-left > .nav-tabs,.tabs-container .tabs-right > .nav-tabs{width:20%}.tabs-container .tabs-left .panel-body{width:80%;margin-left:20%}.tabs-container .tabs-right .panel-body{width:80%;margin-right:20%}.tabs-container .tab-content > .tab-pane,.tabs-container .pill-content > .pill-pane{display:none}.tabs-container .tab-content > .active,.tabs-container .pill-content > .active{display:block}.tabs-container .tabs-below > .nav-tabs{border-top:1px solid #e7eaec}.tabs-container .tabs-below > .nav-tabs > li{margin-top:-1px;margin-bottom:0}.tabs-container .tabs-below > .nav-tabs > li > a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-container .tabs-below > .nav-tabs > li > a:hover,.tabs-container .tabs-below > .nav-tabs > li > a:focus{border-top-color:#e7eaec;border-bottom-color:transparent}.tabs-container .tabs-left > .nav-tabs > li,.tabs-container .tabs-right > .nav-tabs > li{float:none}.tabs-container .tabs-left > .nav-tabs > li > a,.tabs-container .tabs-right > .nav-tabs > li > a{min-width:74px;margin-right:0;margin-bottom:3px}.tabs-container .tabs-left > .nav-tabs{float:left;margin-right:19px}.tabs-container .tabs-left > .nav-tabs > li > a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.tabs-container .tabs-left > .nav-tabs .active > a,.tabs-container .tabs-left > .nav-tabs .active > a:hover,.tabs-container .tabs-left > .nav-tabs .active > a:focus{border-color:#e7eaec transparent #e7eaec #e7eaec;*border-right-color:#fff}.tabs-container .tabs-right > .nav-tabs{float:right;margin-left:19px}.tabs-container .tabs-right > .nav-tabs > li > a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.tabs-container .tabs-right > .nav-tabs .active > a,.tabs-container .tabs-right > .nav-tabs .active > a:hover,.tabs-container .tabs-right > .nav-tabs .active > a:focus{border-color:#e7eaec #e7eaec #e7eaec transparent;*border-left-color:#fff;z-index:1}@media (max-width: 767px){.tabs-container .nav-tabs > li{float:none!important}.tabs-container .nav-tabs > li.active > a{border-bottom:1px solid #e7eaec!important;margin:0}}.jvectormap-container{width:100%;height:100%;position:relative;overflow:hidden}.jvectormap-tip{position:absolute;display:none;border:solid 1px #CDCDCD;border-radius:3px;background:#292929;color:#fff;font-family:sans-serif,Verdana;font-size:smaller;padding:5px}.jvectormap-zoomin,.jvectormap-zoomout,.jvectormap-goback{position:absolute;left:10px;border-radius:3px;background:#1ab394;padding:3px;color:#fff;cursor:pointer;line-height:10px;text-align:center;box-sizing:content-box}.jvectormap-zoomin,.jvectormap-zoomout{width:10px;height:10px}.jvectormap-zoomin{top:10px}.jvectormap-zoomout{top:30px}.jvectormap-goback{bottom:10px;z-index:1000;padding:6px}.jvectormap-spinner{position:absolute;left:0;top:0;right:0;bottom:0;background:center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==)}.jvectormap-legend-title{font-weight:700;font-size:14px;text-align:center}.jvectormap-legend-cnt{position:absolute}.jvectormap-legend-cnt-h{bottom:0;right:0}.jvectormap-legend-cnt-v{top:0;right:0}.jvectormap-legend{background:#000;color:#fff;border-radius:3px}.jvectormap-legend-cnt-h .jvectormap-legend{float:left;margin:0 10px 10px 0;padding:3px 3px 1px}.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick{float:left}.jvectormap-legend-cnt-v .jvectormap-legend{margin:10px 10px 0 0;padding:3px}.jvectormap-legend-cnt-h .jvectormap-legend-tick{width:40px}.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample{height:15px}.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample{height:20px;width:20px;display:inline-block;vertical-align:middle}.jvectormap-legend-tick-text{font-size:12px}.jvectormap-legend-cnt-h .jvectormap-legend-tick-text{text-align:center}.jvectormap-legend-cnt-v .jvectormap-legend-tick-text{display:inline-block;vertical-align:middle;line-height:20px;padding-left:3px}.slick-prev:before,.slick-next:before{color:#1ab394!important}.payment-card{background:#fff;padding:20px;margin-bottom:25px;border:1px solid #e7eaec}.payment-icon-big{font-size:60px;color:#d1dade}.payments-method.panel-group .panel + .panel{margin-top:-1px}.payments-method .panel-heading{padding:15px}.payments-method .panel{border-radius:0}.payments-method .panel-heading h5{margin-bottom:5px}.payments-method .panel-heading i{font-size:26px}.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--multiple{border-color:#e7eaec}.tour-tour .btn.btn-default{background-color:#fff;border:1px solid #d2d2d2;color:inherit}.tour-step-backdrop{z-index:2101}.tour-backdrop{z-index:2100;opacity:.7}.popover[class*=tour-]{z-index:2100}body.tour-open .animated{animation-fill-mode:initial}.resizable-panels .ibox{clear:none;margin:10px;float:left;overflow:hidden;min-height:150px;min-width:150px}.resizable-panels .ibox .ibox-content{height:calc(100% - 49px)}.ui-resizable-helper{background:rgba(211,211,211,0.4)}.wizard > .content > .body{position:relative}.pdf-toolbar{max-width:600px;margin:0 auto}.dropzone{min-height:140px;border:1px dashed #1ab394;background:#fff;padding:20px}.dropzone .dz-message{font-size:16px}.sidebard-panel{width:220px;background:#ebebed;padding:10px 20px;position:absolute;right:0}.sidebard-panel .feed-element img.img-circle{width:32px;height:32px}.sidebard-panel .feed-element,.media-body,.sidebard-panel p{font-size:12px}.sidebard-panel .feed-element{margin-top:20px;padding-bottom:0}.sidebard-panel .list-group{margin-bottom:10px}.sidebard-panel .list-group .list-group-item{padding:5px 0;font-size:12px;border:0}.sidebar-content .wrapper,.wrapper.sidebar-content{padding-right:230px!important}.body-small .sidebar-content .wrapper,.body-small .wrapper.sidebar-content{padding-right:20px!important}#right-sidebar{background-color:#fff;border-left:1px solid #e7eaec;border-top:1px solid #e7eaec;overflow:hidden;position:fixed;top:60px;width:260px!important;z-index:1009;bottom:0;right:-260px}#right-sidebar.sidebar-open{right:0}#right-sidebar.sidebar-open.sidebar-top{top:0;border-top:none}.sidebar-container ul.nav-tabs{border:none}.sidebar-container ul.nav-tabs.navs-4 li{width:25%}.sidebar-container ul.nav-tabs.navs-3 li{width:33.3333%}.sidebar-container ul.nav-tabs.navs-2 li{width:50%}.sidebar-container ul.nav-tabs li{border:none}.sidebar-container ul.nav-tabs li a{border:none;padding:12px 10px;margin:0;border-radius:0;background:#2f4050;color:#fff;text-align:center;border-right:1px solid #334556}.sidebar-container ul.nav-tabs li.active a{border:none;background:#f9f9f9;color:#676a6c;font-weight:700}.sidebar-container .nav-tabs > li.active > a:hover,.sidebar-container .nav-tabs > li.active > a:focus{border:none}.sidebar-container ul.sidebar-list{margin:0;padding:0}.sidebar-container ul.sidebar-list li{border-bottom:1px solid #e7eaec;padding:15px 20px;list-style:none;font-size:12px}.sidebar-container .sidebar-message:nth-child(2n+2){background:#f9f9f9}.sidebar-container ul.sidebar-list li a{text-decoration:none;color:inherit}.sidebar-container .sidebar-content{padding:15px 20px;font-size:12px}.sidebar-container .sidebar-title{background:#f9f9f9;padding:20px;border-bottom:1px solid #e7eaec}.sidebar-container .sidebar-title h3{margin-bottom:3px;padding-left:2px}.sidebar-container .tab-content h4{margin-bottom:5px}.sidebar-container .sidebar-message > a > .pull-left{margin-right:10px}.sidebar-container .sidebar-message > a{text-decoration:none;color:inherit}.sidebar-container .sidebar-message{padding:15px 20px}.sidebar-container .sidebar-message .message-avatar{height:38px;width:38px;border-radius:50%}.sidebar-container .setings-item{padding:15px 20px;border-bottom:1px solid #e7eaec}body{font-family:"open sans","Helvetica Neue",Helvetica,Arial,sans-serif;background-color:#2f4050;font-size:13px;color:#676a6c;overflow-x:hidden}html,body{height:100%}body.full-height-layout #wrapper,body.full-height-layout #page-wrapper{height:100%}#page-wrapper{min-height:auto}body.boxed-layout{background:url(/js/imgs/shattered.png)}body.boxed-layout #wrapper{background-color:#2f4050;max-width:1200px;margin:0 auto;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.75);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.75);box-shadow:0 0 5px 0 rgba(0,0,0,0.75)}.top-navigation.boxed-layout #wrapper,.boxed-layout #wrapper.top-navigation{max-width:1300px!important}.block{display:block}.clear{display:block;overflow:hidden}a{cursor:pointer}a:hover,a:focus{text-decoration:none}.border-bottom{border-bottom:1px solid #e7eaec!important}.font-bold{font-weight:600}.font-noraml{font-weight:400}.text-uppercase{text-transform:uppercase}.font-italic{font-style:italic}.b-r{border-right:1px solid #e7eaec}.hr-line-dashed{border-top:1px dashed #e7eaec;color:#fff;background-color:#fff;height:1px;margin:20px 0}.hr-line-solid{border-bottom:1px solid #e7eaec;background-color:rgba(0,0,0,0);border-style:solid!important;margin-top:15px;margin-bottom:15px}video{width:100%!important;height:auto!important}.gallery > .row > div{margin-bottom:15px}.fancybox img{margin-bottom:5px;width:24%}.note-editor{height:auto!important}.note-editor.fullscreen{z-index:2050}.note-editor.note-frame.fullscreen{z-index:2020}.note-editor.note-frame{border:none}.note-editor.panel{margin-bottom:0}.modal-content{background-clip:padding-box;background-color:#FFF;border:1px solid rgba(0,0,0,0);border-radius:4px;box-shadow:0 1px 3px rgba(0,0,0,0.3);outline:0 none;position:relative}.modal-dialog{z-index:2200}.modal-body{padding:20px 30px 30px}.inmodal .modal-body{background:#f8fafb}.inmodal .modal-header{padding:30px 15px;text-align:center}.animated.modal.fade .modal-dialog{-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none}.inmodal .modal-title{font-size:26px}.inmodal .modal-icon{font-size:84px;color:#e2e3e3}.modal-footer{margin-top:0}#wrapper{width:100%;overflow-x:hidden}.wrapper{padding:0 20px}.wrapper-content{padding:20px 10px 40px}#page-wrapper{padding:0 15px;min-height:568px;position:relative!important}@media (min-width: 768px){#page-wrapper{position:inherit;margin:0 0 0 240px;min-height:2002px}}.title-action{text-align:right;padding-top:30px}.ibox-content h1,.ibox-content h2,.ibox-content h3,.ibox-content h4,.ibox-content h5,.ibox-title h1,.ibox-title h2,.ibox-title h3,.ibox-title h4,.ibox-title h5{margin-top:5px}ul.unstyled,ol.unstyled{list-style:none outside none;margin-left:0}.big-icon{font-size:160px!important;color:#e5e6e7}.footer{background:none repeat scroll 0 0 #fff;border-top:1px solid #e7eaec;bottom:0;left:0;padding:10px 20px;position:absolute;right:0}.footer.fixed_full{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:10px 20px;background:#fff;border-top:1px solid #e7eaec}.footer.fixed{position:fixed;bottom:0;left:0;right:0;z-index:1000;padding:10px 20px;background:#fff;border-top:1px solid #e7eaec;margin-left:220px}body.mini-navbar .footer.fixed,body.body-small.mini-navbar .footer.fixed{margin:0 0 0 70px}body.mini-navbar.canvas-menu .footer.fixed,body.canvas-menu .footer.fixed{margin:0!important}body.fixed-sidebar.body-small.mini-navbar .footer.fixed{margin:0 0 0 220px}body.body-small .footer.fixed{margin-left:0}.page-heading{border-top:0;padding:0 10px 20px}.panel-heading h1,.panel-heading h2{margin-bottom:5px}.table-bordered{border:1px solid #EBEBEB}.table-bordered > thead > tr > th,.table-bordered > thead > tr > td{background-color:#F5F5F6;border-bottom-width:1px}.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td{border:1px solid #e7e7e7}.table > thead > tr > th{border-bottom:1px solid #DDD;vertical-align:bottom}.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td{border-top:1px solid #e7eaec;line-height:1.42857;padding:8px;vertical-align:top}.panel.blank-panel{background:none;margin:0}.blank-panel .panel-heading{padding-bottom:0}.nav-tabs > li > a{color:#A7B1C2;font-weight:600;padding:10px 20px 10px 25px}.nav-tabs > li > a:hover,.nav-tabs > li > a:focus{background-color:#e6e6e6;color:#676a6c}.ui-tab .tab-content{padding:20px 0}.no-padding{padding:0!important}.no-borders{border:none!important}.no-margins{margin:0!important}.no-top-border{border-top:0!important}.ibox-content.text-box{padding-bottom:0;padding-top:15px}.border-left-right{border-left:1px solid #e7eaec;border-right:1px solid #e7eaec}.border-top-bottom{border-top:1px solid #e7eaec;border-bottom:1px solid #e7eaec}.border-left{border-left:1px solid #e7eaec}.border-right{border-right:1px solid #e7eaec}.border-top{border-top:1px solid #e7eaec}.border-bottom{border-bottom:1px solid #e7eaec}.border-size-sm{border-width:3px}.border-size-md{border-width:6px}.border-size-lg{border-width:9px}.border-size-xl{border-width:12px}.full-width{width:100%!important}.link-block{font-size:12px;padding:10px}.nav.navbar-top-links .link-block a{font-size:12px}.link-block a{font-size:10px;color:inherit}body.mini-navbar .branding{display:none}img.circle-border{border:6px solid #FFF;border-radius:50%}.branding{float:left;color:#FFF;font-size:18px;font-weight:600;padding:17px 20px;text-align:center;background-color:#1ab394}.login-panel{margin-top:25%}.icons-box h3{margin-top:10px;margin-bottom:10px}.icons-box .infont a i{font-size:25px;display:block;color:#676a6c}.icons-box .infont a{color:#a6a8a9;padding:10px;margin:1px;display:block}.ui-draggable .ibox-title{cursor:move}.breadcrumb{background-color:#fff;padding:0;margin-bottom:0}.breadcrumb > li a{color:inherit}.breadcrumb > .active{color:inherit}code{background-color:#F9F2F4;border-radius:4px;color:#ca4440;font-size:90%;padding:2px 4px;white-space:nowrap}.ibox{clear:both;margin-bottom:25px;margin-top:0;padding:0}.ibox.collapsed .ibox-content{display:none}.ibox.collapsed .fa.fa-chevron-up:before{content:"\f078"}.ibox.collapsed .fa.fa-chevron-down:before{content:"\f077"}.ibox:after,.ibox:before{display:table}.ibox-title{-moz-border-bottom-colors:none;-moz-border-left-colors:none;-moz-border-right-colors:none;-moz-border-top-colors:none;background-color:#fff;border-color:#e7eaec;border-image:none;border-style:solid solid none;border-width:2px 0 0;color:inherit;margin-bottom:0;padding:15px 15px 7px;min-height:48px}.ibox-content{background-color:#fff;color:inherit;padding:15px 20px 20px;border-color:#e7eaec;border-image:none;border-style:solid solid none;border-width:1px 0}.ibox-footer{color:inherit;border-top:1px solid #e7eaec;font-size:90%;background:#fff;padding:10px 15px}table.table-mail tr td{padding:12px}.table-mail .check-mail{padding-left:20px}.table-mail .mail-date{padding-right:20px}.star-mail,.check-mail{width:40px}.unread td a,.unread td{font-weight:600;color:inherit}.read td a,.read td{font-weight:400;color:inherit}.unread td{background-color:#f9f8f8}.ibox-content{clear:both}.ibox-heading{background-color:#f3f6fb;border-bottom:none}.ibox-heading h3{font-weight:200;font-size:24px}.ibox-title h5{display:inline-block;font-size:14px;margin:0 0 7px;padding:0;text-overflow:ellipsis;float:left}.ibox-title .label{float:left;margin-left:4px}.ibox-tools{display:block;float:none;margin-top:0;position:relative;padding:0;text-align:right}.ibox-tools a{cursor:pointer;margin-left:5px;color:#c4c4c4}.ibox-tools a.btn-primary{color:#fff}.ibox-tools .dropdown-menu > li > a{padding:4px 10px;font-size:12px}.ibox .ibox-tools.open > .dropdown-menu{left:auto;right:0}.gray-bg,.bg-muted{background-color:#f3f3f4}.white-bg{background-color:#fff}.navy-bg,.bg-success{background-color:#1ab394;color:#fff}.blue-bg,.bg-primary{background-color:#1c84c6;color:#fff}.lazur-bg,.bg-info{background-color:#23c6c8;color:#fff}.yellow-bg,.bg-warning{background-color:#f8ac59;color:#fff}.red-bg,.bg-danger{background-color:#ed5565;color:#fff}.black-bg{background-color:#262626}.panel-primary{border-color:#1ab394}.panel-primary > .panel-heading{background-color:#1ab394;border-color:#1ab394}.panel-success{border-color:#1c84c6}.panel-success > .panel-heading{background-color:#1c84c6;border-color:#1c84c6;color:#fff}.panel-info{border-color:#23c6c8}.panel-info > .panel-heading{background-color:#23c6c8;border-color:#23c6c8;color:#fff}.panel-warning{border-color:#f8ac59}.panel-warning > .panel-heading{background-color:#f8ac59;border-color:#f8ac59;color:#fff}.panel-danger{border-color:#ed5565}.panel-danger > .panel-heading{background-color:#ed5565;border-color:#ed5565;color:#fff}.progress-bar{background-color:#1ab394}.progress-small,.progress-small .progress-bar{height:10px}.progress-small,.progress-mini{margin-top:5px}.progress-mini,.progress-mini .progress-bar{height:5px;margin-bottom:0}.progress-bar-navy-light{background-color:#3dc7ab}.progress-bar-success{background-color:#1c84c6}.progress-bar-info{background-color:#23c6c8}.progress-bar-warning{background-color:#f8ac59}.progress-bar-danger{background-color:#ed5565}.panel-title{font-size:inherit}.jumbotron{border-radius:6px;padding:40px}.jumbotron h1{margin-top:0}.text-navy{color:#1ab394}.text-primary{color:inherit}.text-success{color:#1c84c6}.text-info{color:#23c6c8}.text-warning{color:#f8ac59}.text-danger{color:#ed5565}.text-muted{color:#888}.text-white{color:#fff}.simple_tag{background-color:#f3f3f4;border:1px solid #e7eaec;border-radius:2px;color:inherit;font-size:10px;margin-right:5px;margin-top:5px;padding:5px 12px;display:inline-block}.img-shadow{-webkit-box-shadow:0 0 3px 0 #919191;-moz-box-shadow:0 0 3px 0 #919191;box-shadow:0 0 3px 0 #919191}.dashboards\.dashboard_2 nav.navbar,.dashboards\.dashboard_3 nav.navbar,.mailbox\.inbox nav.navbar,.mailbox\.email_view nav.navbar,.mailbox\.email_compose nav.navbar,.dashboards\.dashboard_4_1 nav.navbar,.metrics nav.navbar,.metrics\.index nav.navbar,.dashboards\.dashboard_5 nav.navbar{background:#fff}.Dashboard_2 .navbar.navbar-static-top,.Dashboard_3 .navbar.navbar-static-top,.Dashboard_4_1 .navbar.navbar-static-top,.ComposeEmail .navbar.navbar-static-top,.EmailView .navbar.navbar-static-top,.Inbox .navbar.navbar-static-top,.Metrics .navbar.navbar-static-top,.Dashboard_5 .navbar.navbar-static-top{background:#fff}a.close-canvas-menu{position:absolute;top:10px;right:15px;z-index:1011;color:#a7b1c2}a.close-canvas-menu:hover{color:#fff}.close-canvas-menu{display:none}.canvas-menu .close-canvas-menu{display:block}.light-navbar .navbar.navbar-static-top{background-color:#fff}.full-height{height:100%}.fh-breadcrumb{height:calc(100% - 196px);margin:0 -15px;position:relative}.fh-no-breadcrumb{height:calc(100% - 99px);margin:0 -15px;position:relative}.fh-column{background:#fff;height:100%;width:240px;float:left}.modal-backdrop{z-index:2040!important}.modal{z-index:2050!important}.spiner-example{height:200px;padding-top:70px}.p-xxs{padding:5px}.p-xs{padding:10px}.p-sm{padding:15px}.p-m{padding:20px}.p-md{padding:25px}.p-lg{padding:30px}.p-xl{padding:40px}.p-w-xs{padding:0 10px}.p-w-sm{padding:0 15px}.p-w-m{padding:0 20px}.p-w-md{padding:0 25px}.p-w-lg{padding:0 30px}.p-w-xl{padding:0 40px}.p-h-xs{padding:10px 0}.p-h-sm{padding:15px 0}.p-h-m{padding:20px 0}.p-h-md{padding:25px 0}.p-h-lg{padding:30px 0}.p-h-xl{padding:40px 0}.m-xxs{margin:2px 4px}.m-xs{margin:5px}.m-sm{margin:10px}.m-md{margin:20px}.m-lg{margin:30px}.m-xl{margin:50px}.m-n{margin:0!important}.m-l-none{margin-left:0}.m-l-xs{margin-left:5px}.m-l-sm{margin-left:10px}.m-l{margin-left:15px}.m-l-md{margin-left:20px}.m-l-lg{margin-left:30px}.m-l-xl{margin-left:40px}.m-l-n-xxs{margin-left:-1px}.m-l-n-xs{margin-left:-5px}.m-l-n-sm{margin-left:-10px}.m-l-n{margin-left:-15px}.m-l-n-md{margin-left:-20px}.m-l-n-lg{margin-left:-30px}.m-l-n-xl{margin-left:-40px}.m-t-none{margin-top:0}.m-t-xxs{margin-top:1px}.m-t-xs{margin-top:5px}.m-t-sm{margin-top:10px}.m-t{margin-top:15px}.m-t-md{margin-top:20px}.m-t-lg{margin-top:30px}.m-t-xl{margin-top:40px}.m-t-n-xxs{margin-top:-1px}.m-t-n-xs{margin-top:-5px}.m-t-n-sm{margin-top:-10px}.m-t-n{margin-top:-15px}.m-t-n-md{margin-top:-20px}.m-t-n-lg{margin-top:-30px}.m-t-n-xl{margin-top:-40px}.m-r-none{margin-right:0}.m-r-xxs{margin-right:1px}.m-r-xs{margin-right:5px}.m-r-sm{margin-right:10px}.m-r{margin-right:15px}.m-r-md{margin-right:20px}.m-r-lg{margin-right:30px}.m-r-xl{margin-right:40px}.m-r-n-xxs{margin-right:-1px}.m-r-n-xs{margin-right:-5px}.m-r-n-sm{margin-right:-10px}.m-r-n{margin-right:-15px}.m-r-n-md{margin-right:-20px}.m-r-n-lg{margin-right:-30px}.m-r-n-xl{margin-right:-40px}.m-b-none{margin-bottom:0}.m-b-xxs{margin-bottom:1px}.m-b-xs{margin-bottom:5px}.m-b-sm{margin-bottom:10px}.m-b{margin-bottom:15px}.m-b-md{margin-bottom:20px}.m-b-lg{margin-bottom:30px}.m-b-xl{margin-bottom:40px}.m-b-n-xxs{margin-bottom:-1px}.m-b-n-xs{margin-bottom:-5px}.m-b-n-sm{margin-bottom:-10px}.m-b-n{margin-bottom:-15px}.m-b-n-md{margin-bottom:-20px}.m-b-n-lg{margin-bottom:-30px}.m-b-n-xl{margin-bottom:-40px}.space-15{margin:15px 0}.space-20{margin:20px 0}.space-25{margin:25px 0}.space-30{margin:30px 0}.img-sm{width:32px;height:32px}.img-md{width:64px;height:64px}.img-lg{width:96px;height:96px}.b-r-xs{-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.b-r-sm{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.b-r-md{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.b-r-lg{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px}.b-r-xl{-webkit-border-radius:24px;-moz-border-radius:24px;border-radius:24px}.fullscreen-ibox-mode .animated{animation:none}body.fullscreen-ibox-mode{overflow-y:hidden}.ibox.fullscreen{z-index:2030;position:fixed;top:0;left:0;right:0;bottom:0;overflow:auto;margin-bottom:0}.ibox.fullscreen .collapse-link{display:none}.ibox.fullscreen .ibox-content{min-height:calc(100% - 48px)}body.modal-open{padding-right:inherit!important}body.modal-open .wrapper-content.animated{-webkit-animation:none}body.modal-open .animated{animation-fill-mode:initial;z-index:inherit}body.mini-navbar.fixed-sidebar .profile-element,.block{display:block!important}body.mini-navbar.fixed-sidebar .nav-header{padding:33px 25px}body.mini-navbar.fixed-sidebar .logo-element{display:none}.fullscreen-video .animated{animation:none}.search-form{margin-top:10px}.search-result h3{margin-bottom:0;color:#1E0FBE}.search-result .search-link{color:#006621}.search-result p{font-size:12px;margin-top:5px}.contact-box{background-color:#fff;border:1px solid #e7eaec;padding:20px;margin-bottom:20px}.contact-box > a{color:inherit}.contact-box.center-version{border:1px solid #e7eaec;padding:0}.contact-box.center-version > a{display:block;background-color:#fff;padding:20px;text-align:center}.contact-box.center-version > a img{width:80px;height:80px;margin-top:10px;margin-bottom:10px}.contact-box.center-version address{margin-bottom:0}.contact-box .contact-box-footer{text-align:center;background-color:#fff;border-top:1px solid #e7eaec;padding:15px 20px}.invoice-table tbody > tr > td:last-child,.invoice-table tbody > tr > td:nth-child(4),.invoice-table tbody > tr > td:nth-child(3),.invoice-table tbody > tr > td:nth-child(2){text-align:right}.invoice-table thead > tr > th:last-child,.invoice-table thead > tr > th:nth-child(4),.invoice-table thead > tr > th:nth-child(3),.invoice-table thead > tr > th:nth-child(2){text-align:right}.invoice-total > tbody > tr > td:first-child{text-align:right}.invoice-total > tbody > tr > td{border:0 none}.invoice-total > tbody > tr > td:last-child{border-bottom:1px solid #DDD;text-align:right;width:15%}.middle-box{max-width:400px;z-index:100;margin:0 auto;padding-top:40px}.lockscreen.middle-box{width:200px;padding-top:110px}.loginscreen.middle-box{width:300px}.loginColumns{max-width:800px;margin:0 auto;padding:100px 20px 20px}.passwordBox{max-width:460px;margin:0 auto;padding:100px 20px 20px}.logo-name{color:#e6e6e6;font-size:180px;font-weight:800;letter-spacing:-10px;margin-bottom:0}.middle-box h1{font-size:170px}.wrapper .middle-box{margin-top:140px}.lock-word{z-index:10;position:absolute;top:110px;left:50%;margin-left:-470px}.lock-word span{font-size:100px;font-weight:600;color:#e9e9e9;display:inline-block}.lock-word .first-word{margin-right:160px}.dashboard-header{border-top:0;padding:20px}.dashboard-header h2{margin-top:10px;font-size:26px}.fist-item{border-top:none!important}.statistic-box{margin-top:40px}.dashboard-header .list-group-item span.label{margin-right:10px}.list-group.clear-list .list-group-item{border-top:1px solid #e7eaec;border-bottom:0;border-right:0;border-left:0;padding:10px 0}ul.clear-list:first-child{border-top:none!important}.timeline-item .date i{position:absolute;top:0;right:0;padding:5px;width:30px;text-align:center;border-top:1px solid #e7eaec;border-bottom:1px solid #e7eaec;border-left:1px solid #e7eaec;background:#f8f8f8}.timeline-item .date{text-align:right;width:110px;position:relative;padding-top:30px}.timeline-item .content{border-left:1px solid #e7eaec;border-top:1px solid #e7eaec;padding-top:10px;min-height:100px}.timeline-item .content:hover{background:#f6f6f6}ul.notes li,ul.tag-list li{list-style:none}ul.notes li h4{margin-top:20px;font-size:16px}ul.notes li div{text-decoration:none;color:#000;background:#ffc;display:block;height:140px;width:140px;padding:1em;position:relative}ul.notes li div small{position:absolute;top:5px;right:5px;font-size:10px}ul.notes li div a{position:absolute;right:10px;bottom:10px;color:inherit}ul.notes li{margin:10px 40px 50px 0;float:left}ul.notes li div p{font-size:12px}ul.notes li div{text-decoration:none;color:#000;background:#ffc;display:block;height:140px;width:140px;padding:1em;-moz-box-shadow:5px 5px 2px #212121;-webkit-box-shadow:5px 5px 2px rgba(33,33,33,0.7);box-shadow:5px 5px 2px rgba(33,33,33,0.7)}ul.notes li div{-webkit-transform:rotate(-6deg);-o-transform:rotate(-6deg);-moz-transform:rotate(-6deg)}ul.notes li:nth-child(even) div{-o-transform:rotate(4deg);-webkit-transform:rotate(4deg);-moz-transform:rotate(4deg);position:relative;top:5px}ul.notes li:nth-child(3n) div{-o-transform:rotate(-3deg);-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);position:relative;top:-5px}ul.notes li:nth-child(5n) div{-o-transform:rotate(5deg);-webkit-transform:rotate(5deg);-moz-transform:rotate(5deg);position:relative;top:-10px}ul.notes li div:hover,ul.notes li div:focus{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);position:relative;z-index:5}ul.notes li div{text-decoration:none;color:#000;background:#ffc;display:block;height:210px;width:210px;padding:1em;-moz-box-shadow:5px 5px 7px #212121;-webkit-box-shadow:5px 5px 7px rgba(33,33,33,0.7);box-shadow:5px 5px 7px rgba(33,33,33,0.7);-moz-transition:-moz-transform .15s linear;-o-transition:-o-transform .15s linear;-webkit-transition:-webkit-transform .15s linear}.file-box{float:left;width:220px}.file-manager h5{text-transform:uppercase}.file-manager{list-style:none outside none;margin:0;padding:0}.folder-list li a{color:#666;display:block;padding:5px 0}.folder-list li{border-bottom:1px solid #e7eaec;display:block}.folder-list li i{margin-right:8px;color:#3d4d5d}.category-list li a{color:#666;display:block;padding:5px 0}.category-list li{display:block}.category-list li i{margin-right:8px;color:#3d4d5d}.category-list li a .text-navy{color:#1ab394}.category-list li a .text-primary{color:#1c84c6}.category-list li a .text-info{color:#23c6c8}.category-list li a .text-danger{color:#EF5352}.category-list li a .text-warning{color:#F8AC59}.file-manager h5.tag-title{margin-top:20px}.tag-list li{float:left}.tag-list li a{font-size:10px;background-color:#f3f3f4;padding:5px 12px;color:inherit;border-radius:2px;border:1px solid #e7eaec;margin-right:5px;margin-top:5px;display:block}.file{border:1px solid #e7eaec;padding:0;background-color:#fff;position:relative;margin-bottom:20px;margin-right:20px}.file-manager .hr-line-dashed{margin:15px 0}.file .icon,.file .image{height:100px;overflow:hidden}.file .icon{padding:15px 10px;text-align:center}.file-control{color:inherit;font-size:11px;margin-right:10px}.file-control.active{text-decoration:underline}.file .icon i{font-size:70px;color:#dadada}.file .file-name{padding:10px;background-color:#f8f8f8;border-top:1px solid #e7eaec}.file-name small{color:#676a6c}.corner{position:absolute;display:inline-block;width:0;height:0;line-height:0;border:.6em solid transparent;border-right:.6em solid #f1f1f1;border-bottom:.6em solid #f1f1f1;right:0;bottom:0}a.compose-mail{padding:8px 10px}.mail-search{max-width:300px}.profile-content{border-top:none!important}.profile-stats{margin-right:10px}.profile-image{width:120px;float:left}.profile-image img{width:96px;height:96px}.profile-info{margin-left:120px}.feed-activity-list .feed-element{border-bottom:1px solid #e7eaec}.feed-element:first-child{margin-top:0}.feed-element{padding-bottom:15px}.feed-element,.feed-element .media{margin-top:15px}.feed-element,.media-body{overflow:hidden}.feed-element > .pull-left{margin-right:10px}.feed-element img.img-circle,.dropdown-messages-box img.img-circle{width:38px;height:38px}.feed-element .well{border:1px solid #e7eaec;box-shadow:none;margin-top:10px;margin-bottom:5px;padding:10px 20px;font-size:11px;line-height:16px}.feed-element .actions{margin-top:10px}.feed-element .photos{margin:10px 0}.feed-photo{max-height:180px;border-radius:4px;overflow:hidden;margin-right:10px;margin-bottom:10px}.file-list li{padding:5px 10px;font-size:11px;border-radius:2px;border:1px solid #e7eaec;margin-bottom:5px}.file-list li a{color:inherit}.file-list li a:hover{color:#1ab394}.user-friends img{width:42px;height:42px;margin-bottom:5px;margin-right:5px}.mail-box{background-color:#fff;border:1px solid #e7eaec;border-top:0;padding:0;margin-bottom:20px}.mail-box-header{background-color:#fff;border:1px solid #e7eaec;border-bottom:0;padding:30px 20px 20px}.mail-box-header h2{margin-top:0}.mailbox-content .tag-list li a{background:#fff}.mail-body{border-top:1px solid #e7eaec;padding:20px}.mail-text{border-top:1px solid #e7eaec}.mail-text .note-toolbar{padding:10px 15px}.mail-body .form-group{margin-bottom:5px}.mail-text .note-editor .note-toolbar{background-color:#F9F8F8}.mail-attachment{border-top:1px solid #e7eaec;padding:20px;font-size:12px}.mailbox-content{background:none;border:none;padding:10px}.mail-ontact{width:23%}.project-people,.project-actions{text-align:right;vertical-align:middle}dd.project-people{text-align:left;margin-top:5px}.project-people img{width:32px;height:32px}.project-title a{font-size:14px;color:#676a6c;font-weight:600}.project-list table tr td{border-top:none;border-bottom:1px solid #e7eaec;padding:15px 10px;vertical-align:middle}.project-manager .tag-list li a{font-size:10px;background-color:#fff;padding:5px 12px;color:inherit;border-radius:2px;border:1px solid #e7eaec;margin-right:5px;margin-top:5px;display:block}.project-files li a{font-size:11px;color:#676a6c;margin-left:10px;line-height:22px}.faq-item{padding:20px;margin-bottom:2px;background:#fff}.faq-question{font-size:18px;font-weight:600;color:#1ab394;display:block}.faq-question:hover{color:#179d82}.faq-answer{margin-top:10px;background:#f3f3f4;border:1px solid #e7eaec;border-radius:3px;padding:15px}.faq-item .tag-item{background:#f3f3f4;padding:2px 6px;font-size:10px;text-transform:uppercase}.message-input{height:90px!important}.chat-avatar{white:36px;height:36px;float:left;margin-right:10px}.chat-user-name{padding:10px}.chat-user{padding:8px 10px;border-bottom:1px solid #e7eaec}.chat-user a{color:inherit}.chat-view{z-index:20012}.chat-users,.chat-statistic{margin-left:-30px}@media (max-width: 992px){.chat-users,.chat-statistic{margin-left:0}}.chat-view .ibox-content{padding:0}.chat-message{padding:10px 20px}.message-avatar{height:48px;width:48px;border:1px solid #e7eaec;border-radius:4px;margin-top:1px}.chat-discussion .chat-message.left .message-avatar{float:left;margin-right:10px}.chat-discussion .chat-message.right .message-avatar{float:right;margin-left:10px}.message{background-color:#fff;border:1px solid #e7eaec;text-align:left;display:block;padding:10px 20px;position:relative;border-radius:4px}.chat-discussion .chat-message.left .message-date{float:right}.chat-discussion .chat-message.right .message-date{float:left}.chat-discussion .chat-message.left .message{text-align:left;margin-left:55px}.chat-discussion .chat-message.right .message{text-align:right;margin-right:55px}.message-date{font-size:10px;color:#888}.message-content{display:block}.chat-discussion{background:#eee;padding:15px;height:400px;overflow-y:auto}.chat-users{overflow-y:auto;height:400px}.chat-message-form .form-group{margin-bottom:0}.jstree-open > .jstree-anchor > .fa-folder:before{content:"\f07c"}.jstree-default .jstree-icon.none{width:0}.clients-list{margin-top:20px}.clients-list .tab-pane{position:relative;height:600px}.client-detail{position:relative;height:620px}.clients-list table tr td{height:46px;vertical-align:middle;border:none}.client-link{font-weight:600;color:inherit}.client-link:hover{color:inherit}.client-avatar{width:42px}.client-avatar img{width:28px;height:28px;border-radius:50%}.contact-type{width:20px;color:#c1c3c4}.client-status{text-align:left}.client-detail .vertical-timeline-content p{margin:0}.client-detail .vertical-timeline-icon.gray-bg{color:#a7aaab}.clients-list .nav-tabs > li.active > a,.clients-list .nav-tabs > li.active > a:hover,.clients-list .nav-tabs > li.active > a:focus{border-bottom:1px solid #fff}.blog h2{font-weight:700}.blog h5{margin:0 0 5px}.blog .btn{margin:0 0 5px}.article h1{font-size:48px;font-weight:700;color:#2F4050}.article p{font-size:15px;line-height:26px}.article-title{text-align:center;margin:40px 0 100px}.article .ibox-content{padding:40px}.issue-tracker .btn-link{color:#1ab394}table.issue-tracker tbody tr td{vertical-align:middle;height:50px}.issue-info{width:50%}.issue-info a{font-weight:600;color:#676a6c}.issue-info small{display:block}.team-members{margin:10px 0}.team-members img.img-circle{width:42px;height:42px;margin-bottom:5px}.sortable-list{padding:10px 0}.agile-list{list-style:none;margin:0}.agile-list li{background:#FAFAFB;border:1px solid #e7eaec;margin:0 0 10px;padding:10px;border-radius:2px}.agile-list li:hover{cursor:pointer;background:#fff}.agile-list li.warning-element{border-left:3px solid #f8ac59}.agile-list li.danger-element{border-left:3px solid #ed5565}.agile-list li.info-element{border-left:3px solid #1c84c6}.agile-list li.success-element{border-left:3px solid #1ab394}.agile-detail{margin-top:5px;font-size:12px}ins{background-color:#c6ffc6;text-decoration:none}.product-box{padding:0;border:1px solid #e7eaec}.product-box:hover,.product-box.active{border:1px solid transparent;-webkit-box-shadow:0 3px 7px 0 #a8a8a8;-moz-box-shadow:0 3px 7px 0 #a8a8a8;box-shadow:0 3px 7px 0 #a8a8a8}.product-imitation{text-align:center;padding:90px 0;background-color:#f8f8f9;color:#bebec3;font-weight:600}.cart-product-imitation{text-align:center;padding-top:30px;height:80px;width:80px;background-color:#f8f8f9}.product-imitation.xl{padding:120px 0}.product-desc{padding:20px;position:relative}.ecommerce .tag-list{padding:0}.ecommerce .fa-star{color:#d1dade}.ecommerce .fa-star.active{color:#f8ac59}.ecommerce .note-editor{border:1px solid #e7eaec}table.shoping-cart-table{margin-bottom:0}table.shoping-cart-table tr td{border:none;text-align:right}table.shoping-cart-table tr td.desc,table.shoping-cart-table tr td:first-child{text-align:left}table.shoping-cart-table tr td:last-child{width:80px}.product-name{font-size:16px;font-weight:600;color:#676a6c;display:block;margin:2px 0 5px}.product-name:hover,.product-name:focus{color:#1ab394}.product-price{font-size:14px;font-weight:600;color:#fff;background-color:#1ab394;padding:6px 12px;position:absolute;top:-32px;right:0}.product-detail .ibox-content{padding:30px 30px 50px}.image-imitation{background-color:#f8f8f9;text-align:center;padding:200px 0}.product-main-price small{font-size:10px}.product-images{margin:0 20px}.social-feed-separated .social-feed-box{margin-left:62px}.social-feed-separated .social-avatar{float:left;padding:0}.social-feed-separated .social-avatar img{width:52px;height:52px;border:1px solid #e7eaec}.social-feed-separated .social-feed-box .social-avatar{padding:15px 15px 0;float:none}.social-feed-box{border:1px solid #e7eaec;background:#fff;margin-bottom:15px}.article .social-feed-box{margin-bottom:0;border-bottom:none}.article .social-feed-box:last-child{margin-bottom:0;border-bottom:1px solid #e7eaec}.article .social-feed-box p{font-size:13px;line-height:18px}.social-action{margin:15px}.social-avatar{padding:15px 15px 0}.social-comment .social-comment{margin-left:45px}.social-avatar img{height:40px;width:40px;margin-right:10px}.social-avatar .media-body a{font-size:14px;display:block}.social-body{padding:15px}.social-body img{margin-bottom:10px}.social-footer{border-top:1px solid #e7eaec;padding:10px 15px;background:#f9f9f9}.social-footer .social-comment img{width:32px;margin-right:10px}.social-comment:first-child{margin-top:0}.social-comment{margin-top:15px}.social-comment textarea{font-size:12px}.vote-item{padding:20px 25px;background:#fff;border-top:1px solid #e7eaec}.vote-item:last-child{border-bottom:1px solid #e7eaec}.vote-item:hover{background:#fbfbfb}.vote-actions{float:left;width:30px;margin-right:15px;text-align:center}.vote-actions a{color:#1ab394;font-weight:600}.vote-actions{font-weight:600}.vote-title{display:block;color:inherit;font-size:18px;font-weight:600;margin-top:5px;margin-bottom:2px}.vote-title:hover,.vote-title:focus{color:inherit}.vote-info,.vote-title{margin-left:45px}.vote-info,.vote-info a{color:#b4b6b8;font-size:12px}.vote-info a{margin-right:10px}.vote-info a:hover{color:#1ab394}.vote-icon{text-align:right;font-size:38px;display:block;color:#e8e9ea}.vote-icon.active{color:#1ab394}body.body-small .vote-icon{display:none}.lightBoxGallery{text-align:center}.lightBoxGallery img{margin:5px}#small-chat{position:fixed;bottom:20px;right:20px;z-index:100}#small-chat .badge{position:absolute;top:-3px;right:-4px}.open-small-chat{height:38px;width:38px;display:block;background:#1ab394;padding:9px 8px;text-align:center;color:#fff;border-radius:50%}.open-small-chat:hover{color:#fff;background:#1ab394}.small-chat-box{display:none;position:fixed;bottom:20px;right:75px;background:#fff;border:1px solid #e7eaec;width:230px;height:320px;border-radius:4px}.small-chat-box.ng-small-chat{display:block}.body-small .small-chat-box{bottom:70px;right:20px}.small-chat-box.active{display:block}.small-chat-box .heading{background:#2f4050;padding:8px 15px;font-weight:700;color:#fff}.small-chat-box .chat-date{opacity:.6;font-size:10px;font-weight:400}.small-chat-box .content{padding:15px}.small-chat-box .content .author-name{font-weight:700;margin-bottom:3px;font-size:11px}.small-chat-box .content > div{padding-bottom:20px}.small-chat-box .content .chat-message{padding:5px 10px;border-radius:6px;font-size:11px;line-height:14px;max-width:80%;background:#f3f3f4;margin-bottom:10px}.small-chat-box .content .chat-message.active{background:#1ab394;color:#fff}.small-chat-box .content .left{text-align:left;clear:both}.small-chat-box .content .left .chat-message{float:left}.small-chat-box .content .right{text-align:right;clear:both}.small-chat-box .content .right .chat-message{float:right}.small-chat-box .form-chat{padding:10px}.metismenu .plus-minus,.metismenu .plus-times{float:right}.metismenu .arrow{float:right;line-height:1.42857}.metismenu .glyphicon.arrow:before{content:"\e079"}.metismenu .active > a > .glyphicon.arrow:before{content:"\e114"}.metismenu .fa.arrow:before{content:"\f104"}.metismenu .active > a > .fa.arrow:before{content:"\f107"}.metismenu .ion.arrow:before{content:"\f3d2"}.metismenu .active > a > .ion.arrow:before{content:"\f3d0"}.metismenu .fa.plus-minus:before,.metismenu .fa.plus-times:before{content:"\f067"}.metismenu .active > a > .fa.plus-times{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.metismenu .active > a > .fa.plus-minus:before{content:"\f068"}.metismenu .collapse{display:none}.metismenu .collapse.in{display:block}.metismenu .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;transition-property:height,visibility}.mini-navbar .metismenu .collapse{opacity:0}.mini-navbar .metismenu .collapse.in{opacity:1}.mini-navbar .metismenu .collapse a{display:none}.mini-navbar .metismenu .collapse.in a{display:block}.sk-spinner-rotating-plane.sk-spinner{width:30px;height:30px;background-color:#1ab394;margin:0 auto;-webkit-animation:sk-rotatePlane 1.2s infinite ease-in-out;animation:sk-rotatePlane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes sk-rotatePlane{0%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg);transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}100%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.sk-spinner-double-bounce.sk-spinner{width:40px;height:40px;position:relative;margin:0 auto}.sk-spinner-double-bounce .sk-double-bounce1,.sk-spinner-double-bounce .sk-double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#1ab394;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:sk-doubleBounce 2s infinite ease-in-out;animation:sk-doubleBounce 2s infinite ease-in-out}.sk-spinner-double-bounce .sk-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-doubleBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-spinner-wave.sk-spinner{margin:0 auto;width:50px;height:30px;text-align:center;font-size:10px}.sk-spinner-wave div{background-color:#1ab394;height:100%;width:6px;display:inline-block;-webkit-animation:sk-waveStretchDelay 1.2s infinite ease-in-out;animation:sk-waveStretchDelay 1.2s infinite ease-in-out}.sk-spinner-wave .sk-rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-spinner-wave .sk-rect3{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-spinner-wave .sk-rect4{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-spinner-wave .sk-rect5{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes sk-waveStretchDelay{0%,40%,100%{-webkit-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes sk-waveStretchDelay{0%,40%,100%{-webkit-transform:scaleY(0.4);transform:scaleY(0.4)}20%{-webkit-transform:scaleY(1);transform:scaleY(1)}}.sk-spinner-wandering-cubes.sk-spinner{margin:0 auto;width:32px;height:32px;position:relative}.sk-spinner-wandering-cubes .sk-cube1,.sk-spinner-wandering-cubes .sk-cube2{background-color:#1ab394;width:10px;height:10px;position:absolute;top:0;left:0;-webkit-animation:sk-wanderingCubeMove 1.8s infinite ease-in-out;animation:sk-wanderingCubeMove 1.8s infinite ease-in-out}.sk-spinner-wandering-cubes .sk-cube2{-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes sk-wanderingCubeMove{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(0.5);transform:translateX(42px) rotate(-90deg) scale(0.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);transform:translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes sk-wanderingCubeMove{25%{-webkit-transform:translateX(42px) rotate(-90deg) scale(0.5);transform:translateX(42px) rotate(-90deg) scale(0.5)}50%{-webkit-transform:translateX(42px) translateY(42px) rotate(-179deg);transform:translateX(42px) translateY(42px) rotate(-179deg)}50.1%{-webkit-transform:translateX(42px) translateY(42px) rotate(-180deg);transform:translateX(42px) translateY(42px) rotate(-180deg)}75%{-webkit-transform:translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);transform:translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.sk-spinner-pulse.sk-spinner{width:40px;height:40px;margin:0 auto;background-color:#1ab394;border-radius:100%;-webkit-animation:sk-pulseScaleOut 1s infinite ease-in-out;animation:sk-pulseScaleOut 1s infinite ease-in-out}@-webkit-keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes sk-pulseScaleOut{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.sk-spinner-chasing-dots.sk-spinner{margin:0 auto;width:40px;height:40px;position:relative;text-align:center;-webkit-animation:sk-chasingDotsRotate 2s infinite linear;animation:sk-chasingDotsRotate 2s infinite linear}.sk-spinner-chasing-dots .sk-dot1,.sk-spinner-chasing-dots .sk-dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#1ab394;border-radius:100%;-webkit-animation:sk-chasingDotsBounce 2s infinite ease-in-out;animation:sk-chasingDotsBounce 2s infinite ease-in-out}.sk-spinner-chasing-dots .sk-dot2{top:auto;bottom:0;-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-chasingDotsRotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-chasingDotsBounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}.sk-spinner-three-bounce.sk-spinner{margin:0 auto;width:70px;text-align:center}.sk-spinner-three-bounce div{width:18px;height:18px;background-color:#1ab394;border-radius:100%;display:inline-block;-webkit-animation:sk-threeBounceDelay 1.4s infinite ease-in-out;animation:sk-threeBounceDelay 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.sk-spinner-three-bounce .sk-bounce1{-webkit-animation-delay:-.32s;animation-delay:-.32s}.sk-spinner-three-bounce .sk-bounce2{-webkit-animation-delay:-.16s;animation-delay:-.16s}@-webkit-keyframes sk-threeBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-threeBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-spinner-circle.sk-spinner{margin:0 auto;width:22px;height:22px;position:relative}.sk-spinner-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-spinner-circle .sk-circle:before{content:'';display:block;margin:0 auto;width:20%;height:20%;background-color:#1ab394;border-radius:100%;-webkit-animation:sk-circleBounceDelay 1.2s infinite ease-in-out;animation:sk-circleBounceDelay 1.2s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.sk-spinner-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-spinner-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-spinner-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-spinner-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-spinner-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-spinner-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-spinner-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-spinner-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-spinner-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-spinner-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-spinner-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-spinner-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-spinner-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-spinner-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-spinner-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-spinner-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-spinner-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-spinner-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-spinner-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-spinner-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-spinner-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-spinner-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes sk-circleBounceDelay{0%,80%,100%{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.sk-spinner-cube-grid.sk-spinner{width:30px;height:30px;margin:0 auto}.sk-spinner-cube-grid .sk-cube{width:33%;height:33%;background-color:#1ab394;float:left;-webkit-animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out;animation:sk-cubeGridScaleDelay 1.3s infinite ease-in-out}.sk-spinner-cube-grid .sk-cube:nth-child(1){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-spinner-cube-grid .sk-cube:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.sk-spinner-cube-grid .sk-cube:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.sk-spinner-cube-grid .sk-cube:nth-child(4){-webkit-animation-delay:.1s;animation-delay:.1s}.sk-spinner-cube-grid .sk-cube:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}.sk-spinner-cube-grid .sk-cube:nth-child(6){-webkit-animation-delay:.3s;animation-delay:.3s}.sk-spinner-cube-grid .sk-cube:nth-child(7){-webkit-animation-delay:0;animation-delay:0}.sk-spinner-cube-grid .sk-cube:nth-child(8){-webkit-animation-delay:.1s;animation-delay:.1s}.sk-spinner-cube-grid .sk-cube:nth-child(9){-webkit-animation-delay:.2s;animation-delay:.2s}@-webkit-keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}@keyframes sk-cubeGridScaleDelay{0%,70%,100%{-webkit-transform:scale3D(1,1,1);transform:scale3D(1,1,1)}35%{-webkit-transform:scale3D(0,0,1);transform:scale3D(0,0,1)}}.sk-spinner-wordpress.sk-spinner{background-color:#1ab394;width:30px;height:30px;border-radius:30px;position:relative;margin:0 auto;-webkit-animation:sk-innerCircle 1s linear infinite;animation:sk-innerCircle 1s linear infinite}.sk-spinner-wordpress .sk-inner-circle{display:block;background-color:#fff;width:8px;height:8px;position:absolute;border-radius:8px;top:5px;left:5px}@-webkit-keyframes sk-innerCircle{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes sk-innerCircle{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.sk-spinner-fading-circle.sk-spinner{margin:0 auto;width:22px;height:22px;position:relative}.sk-spinner-fading-circle .sk-circle{width:100%;height:100%;position:absolute;left:0;top:0}.sk-spinner-fading-circle .sk-circle:before{content:'';display:block;margin:0 auto;width:18%;height:18%;background-color:#1ab394;border-radius:100%;-webkit-animation:sk-circleFadeDelay 1.2s infinite ease-in-out;animation:sk-circleFadeDelay 1.2s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.sk-spinner-fading-circle .sk-circle2{-webkit-transform:rotate(30deg);-ms-transform:rotate(30deg);transform:rotate(30deg)}.sk-spinner-fading-circle .sk-circle3{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}.sk-spinner-fading-circle .sk-circle4{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.sk-spinner-fading-circle .sk-circle5{-webkit-transform:rotate(120deg);-ms-transform:rotate(120deg);transform:rotate(120deg)}.sk-spinner-fading-circle .sk-circle6{-webkit-transform:rotate(150deg);-ms-transform:rotate(150deg);transform:rotate(150deg)}.sk-spinner-fading-circle .sk-circle7{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.sk-spinner-fading-circle .sk-circle8{-webkit-transform:rotate(210deg);-ms-transform:rotate(210deg);transform:rotate(210deg)}.sk-spinner-fading-circle .sk-circle9{-webkit-transform:rotate(240deg);-ms-transform:rotate(240deg);transform:rotate(240deg)}.sk-spinner-fading-circle .sk-circle10{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.sk-spinner-fading-circle .sk-circle11{-webkit-transform:rotate(300deg);-ms-transform:rotate(300deg);transform:rotate(300deg)}.sk-spinner-fading-circle .sk-circle12{-webkit-transform:rotate(330deg);-ms-transform:rotate(330deg);transform:rotate(330deg)}.sk-spinner-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-spinner-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-spinner-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-spinner-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-spinner-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-spinner-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-spinner-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-spinner-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-spinner-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-spinner-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-spinner-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}@-webkit-keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,39%,100%{opacity:0}40%{opacity:1}}body.rtls #page-wrapper{margin:0 220px 0 0}body.rtls .nav-second-level li a{padding:7px 35px 7px 10px}body.rtls .ibox-title h5{float:right}body.rtls .pull-right{float:left!important}body.rtls .pull-left{float:right!important}body.rtls .ibox-tools{float:left}body.rtls .stat-percent{float:left}body.rtls .navbar-right{float:left!important}body.rtls .navbar-top-links li:last-child{margin-left:40px;margin-right:0}body.rtls .minimalize-styl-2{float:right;margin:14px 20px 5px 5px}body.rtls .feed-element > .pull-left{margin-left:10px;margin-right:0}body.rtls .timeline-item .date{text-align:left}body.rtls .timeline-item .date i{left:0;right:auto}body.rtls .timeline-item .content{border-right:1px solid #e7eaec;border-left:none}body.rtls .theme-config{left:0;right:auto}body.rtls .spin-icon{border-radius:0 20px 20px 0}body.rtls .toast-close-button{float:left}body.rtls #toast-container > .toast:before{margin:auto -1.5em auto .5em}body.rtls #toast-container > div{padding:15px 50px 15px 15px}body.rtls .center-orientation .vertical-timeline-icon i{margin-left:0;margin-right:-12px}body.rtls .vertical-timeline-icon i{right:50%;left:auto;margin-left:auto;margin-right:-12px}body.rtls .file-box{float:right}body.rtls ul.notes li{float:right}body.rtls .chat-users,body.rtls .chat-statistic{margin-right:-30px;margin-left:auto}body.rtls .dropdown-menu > li > a{text-align:right}body.rtls .b-r{border-left:1px solid #e7eaec;border-right:none}body.rtls .dd-list .dd-list{padding-right:30px;padding-left:0}body.rtls .dd-item > button{float:right}body.rtls .theme-config-box{margin-left:-220px;margin-right:0}body.rtls .theme-config-box.show{margin-left:0;margin-right:0}body.rtls .spin-icon{right:0;left:auto}body.rtls .skin-setttings{margin-right:40px;margin-left:0;direction:ltr}body.rtls .footer.fixed{margin-right:220px;margin-left:0}@media (max-width: 992px){body.rtls .chat-users,body.rtls .chat-statistic{margin-right:0}}body.rtls.mini-navbar .footer.fixed,body.body-small.mini-navbar .footer.fixed{margin:0 70px 0 0}body.rtls.mini-navbar.fixed-sidebar .footer.fixed,body.body-small.mini-navbar .footer.fixed{margin:0}body.rtls.top-navigation .navbar-toggle{float:right;margin-left:15px;margin-right:15px}.body-small.rtls.top-navigation .navbar-header{float:none}body.rtls.top-navigation #page-wrapper{margin:0}body.rtls.mini-navbar #page-wrapper{margin:0 70px 0 0}body.rtls.mini-navbar.fixed-sidebar #page-wrapper{margin:0}body.rtls.body-small.fixed-sidebar.mini-navbar #page-wrapper{margin:0 220px 0 0}body.rtls.body-small.fixed-sidebar.mini-navbar .navbar-static-side{width:220px}.body-small.rtls .navbar-fixed-top{margin-right:0}.body-small.rtls .navbar-header{float:right}body.rtls .navbar-top-links li:last-child{margin-left:20px}body.rtls .top-navigation #page-wrapper,body.rtls.mini-navbar .top-navigation #page-wrapper,body.rtls.mini-navbar.top-navigation #page-wrapper{margin:0}body.rtls .top-navigation .footer.fixed,body.rtls.top-navigation .footer.fixed{margin:0}@media (max-width: 768px){body.rtls .navbar-top-links li:last-child{margin-left:20px}.body-small.rtls #page-wrapper{position:inherit;margin:0;min-height:1000px}.body-small.rtls .navbar-static-side{display:none;z-index:2001;position:absolute;width:70px}.body-small.rtls.mini-navbar .navbar-static-side{display:block}.rtls.fixed-sidebar.body-small .navbar-static-side{display:none;z-index:2001;position:fixed;width:220px}.rtls.fixed-sidebar.body-small.mini-navbar .navbar-static-side{display:block}}.rtls .ltr-support{direction:ltr}.rtls.mini-navbar .nav-second-level,.rtls.mini-navbar li.active .nav-second-level{left:auto;right:70px}.rtls #right-sidebar{left:-260px;right:auto}.rtls #right-sidebar.sidebar-open{left:0}.theme-config{position:absolute;top:90px;right:0;overflow:hidden}.theme-config-box{margin-right:-220px;position:relative;z-index:2000;transition-duration:.8s}.theme-config-box.show{margin-right:0}.spin-icon{background:#1ab394;position:absolute;padding:7px 10px 7px 13px;border-radius:20px 0 0 20px;font-size:16px;top:0;left:0;width:40px;color:#fff;cursor:pointer}.skin-setttings{width:220px;margin-left:40px;background:#f3f3f4}.skin-setttings .title{background:#efefef;text-align:center;text-transform:uppercase;font-weight:600;display:block;padding:10px 15px;font-size:12px}.setings-item{padding:10px 30px}.setings-item.skin{text-align:center}.setings-item .switch{float:right}.skin-name a{text-transform:uppercase}.setings-item a{color:#fff}.default-skin,.blue-skin,.ultra-skin,.yellow-skin{text-align:center}.default-skin{font-weight:600;background:#283A49}.default-skin:hover{background:#1e2e3d}.blue-skin{font-weight:600;background:url(/js/imgs/header-profile-skin-1.png) repeat scroll 0 0}.blue-skin:hover{background:#0d8ddb}.yellow-skin{font-weight:600;background:url(/js/imgs/header-profile-skin-3.png) repeat scroll 0 100%}.yellow-skin:hover{background:#ce8735}.ultra-skin{padding:20px 10px;font-weight:600;background:url(/js/imgs/3.png) repeat scroll 0 0}.ultra-skin:hover{background:url(/js/imgs/4.png) repeat scroll 0 0}body.md-skin{font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;background-color:#fff}.md-skin .nav-header{background:url(/js/imgs/4.png) no-repeat}.md-skin .label,.md-skin .badge{font-family:'Roboto'}.md-skin .font-bold{font-weight:500}.md-skin .wrapper-content{padding:30px 20px 40px}@media (max-width: 768px){.md-skin .wrapper-content{padding:30px 0 40px}}.md-skin .page-heading{border-bottom:none!important;border-top:0;padding:0 10px 20px;box-shadow:0 1px 1px -1px rgba(0,0,0,0.34),0 0 6px 0 rgba(0,0,0,0.14)}.md-skin .full-height-layout .page-heading{border-bottom:1px solid #e7eaec!important}.md-skin .ibox{clear:both;margin-bottom:25px;margin-top:0;padding:0;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.md-skin .ibox.border-bottom{border-bottom:none!important}.md-skin .ibox-title,.md-skin .ibox-content{border-style:none}.md-skin .ibox-title h5{font-size:16px;font-weight:400}.md-skin a.close-canvas-menu{color:#fff}.md-skin .welcome-message{color:#fff;font-weight:300}.md-skin #top-search::-moz-placeholder{color:#fff}.md-skin #top-search::-webkit-input-placeholder{color:#fff}.md-skin #nestable-output,.md-skin #nestable2-output{font-family:'Roboto',lucida grande,lucida sans unicode,helvetica,arial,sans-serif}.md-skin .landing-page{font-family:'Roboto',helvetica,arial,sans-serif}.md-skin .landing-page.navbar-default.navbar-scroll{background-color:#fff!important}.md-skin .landing-page.navbar-default{background-color:transparent!important;box-shadow:none}.md-skin .landing-page.navbar-default .nav li a{font-family:'Roboto',helvetica,arial,sans-serif}.md-skin .nav > li > a{color:#676a6c;padding:14px 20px 14px 25px}.md-skin .nav.navbar-right > li > a{color:#fff}.md-skin .nav > li.active > a{color:#5b5d5f;font-weight:700}.md-skin .navbar-default .nav > li > a:hover,.md-skin .navbar-default .nav > li > a:focus{font-weight:700;color:#5b5d5f}.md-skin .nav .open > a,.md-skin .nav .open > a:hover,.md-skin .nav .open > a:focus{background:#1ab394}.md-skin .navbar-top-links li{display:inline-table}.md-skin .navbar-top-links .dropdown-menu li{display:block}.md-skin .pace-done .nav-header{transition:all .4s}.md-skin .nav > li.active{background:#f8f8f9}.md-skin .nav-second-level li a{padding:7px 10px 7px 52px}.md-skin .navbar-top-links li a{padding:20px 10px;min-height:50px}.md-skin .nav > li > a{font-weight:400}.md-skin .navbar-static-side .nav > li > a:focus,.md-skin .navbar-static-side .nav > li > a:hover{background-color:inherit}.md-skin .navbar-top-links .dropdown-menu li a{padding:3px 20px;min-height:inherit}.md-skin .nav-header .navbar-fixed-top a{color:#fff}.md-skin .nav-header .text-muted{color:#fff}.md-skin .navbar-form-custom .form-control{font-weight:300}.md-skin .mini-navbar .nav-second-level{background-color:inherit}.md-skin .mini-navbar li.active .nav-second-level{left:65px}.md-skin .canvas-menu.mini-navbar .nav-second-level{background:inherit}.md-skin .pace-done .navbar-static-side,.md-skin .pace-done .nav-header,.md-skin .pace-done li.active,.md-skin .pace-done #page-wrapper,.md-skin .pace-done .footer{-webkit-transition:all .4s;-moz-transition:all .4s;-o-transition:all .4s;transition:all .4s}.md-skin .navbar-fixed-top{background:#fff;transition-duration:.4s;z-index:2030;border-bottom:none!important}.md-skin .navbar-fixed-top,.md-skin .navbar-static-top{background-color:#1ab394!important;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.md-skin .navbar-static-side{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.md-skin #right-sidebar{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);border:none;z-index:900}.md-skin .white-bg .navbar-fixed-top,.md-skin .white-bg .navbar-static-top{background:#fff!important}.md-skin .contact-box{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);border:none}.md-skin .dashboard-header{border-bottom:none!important;border-top:0;padding:20px;margin:30px 20px 0;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}@media (max-width: 768px){.md-skin .dashboard-header{margin:20px 0 0}}.md-skin ul.notes li div{box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.md-skin .file{border:none;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.md-skin .mail-box{background-color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);padding:0;margin-bottom:20px;border:none}.md-skin .mail-box-header{border:none;background-color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);padding:30px 20px 20px}.md-skin .mailbox-content{border:none;padding:20px;background:#fff}.md-skin .social-feed-box{border:none;background:#fff;margin-bottom:15px;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.md-skin.landing-page .navbar-default{background-color:transparent!important;border-color:transparent;transition:all .3s ease-in-out 0;box-shadow:none}.md-skin.landing-page .navbar-default.navbar-scroll,.md-skin.landing-page.body-small .navbar-default{background-color:#fff!important}.md-skin.landing-page .nav > li.active{background:inherit}.md-skin.landing-page .navbar-scroll .navbar-nav > li > a{padding:20px 10px}.md-skin.landing-page .navbar-default .nav li a{font-family:'Roboto',helvetica,arial,sans-serif}.md-skin.landing-page .nav > li > a{padding:25px 10px 15px}.md-skin.landing-page .navbar-default .navbar-nav > li > a:hover,.md-skin.landing-page .navbar-default .navbar-nav > li > a:focus{background:inherit;color:#1ab394}.md-skin.landing-page.body-small .nav.navbar-right > li > a{color:#676a6c}.md-skin .landing_link a,.md-skin .special_link a{color:#fff!important}.md-skin.canvas-menu.mini-navbar .nav-second-level{background:#f8f8f9}.md-skin.mini-navbar .nav-second-level{background-color:#fff;box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12)}.md-skin.mini-navbar .nav-second-level li a{padding-left:0}.md-skin.mini-navbar.fixed-sidebar .nav-second-level li a{padding-left:52px}.md-skin.top-navigation .nav.navbar-right > li > a{padding:15px 20px;color:#676a6c}.md-skin.top-navigation .nav > li a:hover,.md-skin .top-navigation .nav > li a:focus,.md-skin.top-navigation .nav .open > a,.md-skin.top-navigation .nav .open > a:hover,.md-skin.top-navigation .nav .open > a:focus{color:#1ab394;background:#fff}.md-skin.top-navigation .nav > li.active a{color:#1ab394;background:#fff}.md-skin.fixed-nav #wrapper.top-navigation #page-wrapper{margin-top:0}.md-skin.fixed-sidebar.mini-navbar .navbar-static-side{width:0}.md-skin.fixed-sidebar.mini-navbar #page-wrapper{margin:0}.md-skin.body-small.fixed-sidebar.mini-navbar #page-wrapper{margin:0}.md-skin.body-small.fixed-sidebar.mini-navbar .navbar-static-side{width:220px;background-color:#fff}.md-skin.boxed-layout #wrapper{background-color:#fff}.md-skin.canvas-menu nav.navbar-static-side{z-index:2001;background:#fff;height:100%;position:fixed;display:none}@media (min-width: 768px){#page-wrapper{position:inherit;margin:0 0 0 220px;min-height:1200px}.navbar-static-side{z-index:2001;position:absolute;width:220px}.navbar-top-links .dropdown-messages,.navbar-top-links .dropdown-tasks,.navbar-top-links .dropdown-alerts{margin-left:auto}}@media (max-width: 768px){#page-wrapper{position:inherit;margin:0;min-height:1000px}.body-small .navbar-static-side{display:none;z-index:2001;position:absolute;width:70px}.body-small.mini-navbar .navbar-static-side{display:block}.lock-word{display:none}.navbar-form-custom{display:none}.navbar-header{display:inline;float:left}.sidebard-panel{z-index:2;position:relative;width:auto;min-height:100%!important}.sidebar-content .wrapper{padding-right:0;z-index:1}.fixed-sidebar.body-small .navbar-static-side{display:none;z-index:2001;position:fixed;width:220px}.fixed-sidebar.body-small.mini-navbar .navbar-static-side{display:block}.ibox-tools{float:none;text-align:right;display:block}.navbar-static-side{display:none}body:not(.mini-navbar){-webkit-transition:background-color 500ms linear;-moz-transition:background-color 500ms linear;-o-transition:background-color 500ms linear;-ms-transition:background-color 500ms linear;transition:background-color 500ms linear;background-color:#f3f3f4}}@media (max-width: 350px){.timeline-item .date{text-align:left;width:110px;position:relative;padding-top:30px}.timeline-item .date i{position:absolute;top:0;left:15px;padding:5px;width:30px;text-align:center;border:1px solid #e7eaec;background:#f8f8f8}.timeline-item .content{border-left:none;border-top:1px solid #e7eaec;padding-top:10px;min-height:100px}.nav.navbar-top-links li.dropdown{display:none}.ibox-tools{float:none;text-align:left;display:inline-block}}@media (max-width: 1000px){.welcome-message{display:none}}@media print{nav.navbar-static-side{display:none}body{overflow:visible!important}#page-wrapper{margin:0}}

*{font-family:'Roboto', sans-serif}html,body{font-size:14px;min-height:100%;background-color:#fcfcfc}body.mini-navbar .navbar-static-side{width:97px;display:block;z-index:1050;max-height:100vh}body.mini-navbar #page-wrapper{margin:0 0 0 97px}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-button{height:0;width:0}::-webkit-scrollbar-corner{background:0 0}::-webkit-scrollbar-thumb{background:#9E9E9E;border:8px #fff;border-radius:10px}::-webkit-scrollbar-track{border:9px #fff;border-radius:10px;margin:6px 0}#root{height:100%}a{cursor:pointer}a:hover,a:focus{text-decoration:none}.form-control:focus,.single-line:focus{border-color:#673ab7 !important}.form-control,.single-line{border:solid 1px #eceeef;border-radius:4px}.arena-form--error{color:#cc5965;display:none;margin-top:8px}.arena-form--error--contact-us{color:#0A91E6;text-decoration:underline;cursor:pointer}.form-optional{font-weight:300}.live--form--container{background:white;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);margin-bottom:20px}.arena-form-multi-input .Select-control{border-radius:4px !important;box-shadow:none !important;border-color:#eceeef !important}.arena-form-multi-input .Select-multi-value-wrapper{display:flex;flex-wrap:wrap}.arena-form-multi-input .Select--multi .Select-clear-zone{padding:7px 10px}.arena-form-multi-input .Select-value{display:flex;flex-direction:row-reverse;margin:5px;background:#EFEFEF;border:none;border-radius:4px;font-size:10px;text-align:center}.arena-form-multi-input .Select-value-label{padding:5px 0px 5px 10px;color:#4A4A4A;flex-shrink:0}.arena-form-multi-input .Select-value-icon{padding:5px 6px;border:none;color:#8E8E8E;line-height:13px;flex-shrink:0}.arena-form-multi-input .Select-value-icon:hover{color:#D0021B;background:none}.arena-form-multi-input .Select-menu-outer,.arena-form-multi-input .Select-arrow-zone{display:none}.arena-form-multi-input .Select.is-searchable.is-focused>.Select-control,.arena-form-multi-input .Select.is-focused:not(.is-open)>.Select-control{border-color:#673ab7 !important;box-shadow:none}.navbar-static-side.arena-sidebar{background:#5021a6;height:100%}.navbar-static-side.arena-sidebar{display:table}.navbar-analystics{background:url(/js/imgs/icon_analytics.svg);width:31px;height:31px}.navbar-widgets{background:url(/js/imgs/icon_widgets.png) center center/contain no-repeat;width:31px;height:31px}.nav.arena-sidebar>li.active>a>i.navbar-widgets,.nav.arena-sidebar>li>a:hover>i.navbar-widgets{background:url(/js/imgs/icon_widgets_active.png) center center/contain no-repeat;width:31px;height:31px}.nav.arena-sidebar>li.active>a>i.navbar-analystics,.nav.arena-sidebar>li>a:hover>i.navbar-analystics{background:url(/js/imgs/icon_analytics_active.svg);width:32px;height:32px}.nav.arena-sidebar>li.active>a>i.navbar-chat,.nav.arena-sidebar>li>a:hover>i.navbar-chat{background:url(/js/imgs/icon_chat_active.svg)}.navbar-liveblog{background:url(/js/imgs/icon_liveblog.svg);width:32px;height:32px}.nav.arena-sidebar>li.active>a>i.navbar-liveblog,.nav.arena-sidebar>li>a:hover>i.navbar-liveblog{background:url(/js/imgs/icon_liveblog_active.svg)}.navbar-chat{background:url(/js/imgs/icon-chat_sidebar.svg) center center/contain no-repeat;width:32px;height:32px}.nav.arena-sidebar>li.active>a>i.navbar-chat,.nav.arena-sidebar>li>a:hover>i.navbar-chat{background:url(/js/imgs/icon-chat_sidebar_active.svg) center center/contain no-repeat}.navbar-content-manager{background:url(/js/imgs/icon_content-manager.svg) center center/contain no-repeat;width:32px;height:32px}.nav.arena-sidebar>li.active>a>i.navbar-content-manager,.nav.arena-sidebar>li>a:hover>i.navbar-content-manager{background:url(/js/imgs/icon_content-manager_active.svg) center center/contain no-repeat}.navbar-engagement{background:url(/js/imgs/icon_engagement.svg) center center/contain no-repeat;width:32px;height:32px}.nav.arena-sidebar>li.active>a>i.navbar-engagement,.nav.arena-sidebar>li>a:hover>i.navbar-engagement{background:url(/js/imgs/icon_engagement_active.svg) center center/contain no-repeat}.navbar-logout{background:url(/js/imgs/icon_logout.svg);width:32px;height:32px}.nav.arena-sidebar>li>a:hover>i.navbar-logout{background:url(/js/imgs/icon_logout_active.svg)}.navbar-monetization{background:url(/js/imgs/icon_monetization.svg) center center/contain no-repeat;width:32px;height:32px}.nav.arena-sidebar>li.active>a>i.navbar-monetization,.nav.arena-sidebar>li>a:hover>i.navbar-monetization{background:url(/js/imgs/icon_monetization_active.svg) center center/contain no-repeat}.navbar-personas{background:url(/js/imgs/icon_personas.svg) center center/contain no-repeat;width:32px;height:32px}.nav.arena-sidebar>li.active>a>i.navbar-personas,.nav.arena-sidebar>li>a:hover>i.navbar-personas{background:url(/js/imgs/icon_personas_active.svg) center center/contain no-repeat}.navbar-content-wall{background:url(/js/imgs/icon_content-wall.svg) center center/cover;width:31px;height:31px}.nav.arena-sidebar>li.active>a>i.navbar-content-wall,.nav.arena-sidebar>li>a:hover>i.navbar-content-wall{background:url(/js/imgs/icon_content-wall_active.svg) center center/cover}.nav.arena-sidebar>li.active{background:#f5f6fa;border-left:5px solid #00c1f9;padding-left:5px}.nav.arena-sidebar>li.active>a{color:#7f53b1;margin-left:-10px;background:transparent !important}.mini-navbar .logo-element{padding-bottom:26px}.nav.arena-sidebar>li>a{color:white;font-weight:normal;display:flex;justify-content:center;height:82px;flex-direction:column;align-items:center}@media (max-height: 740px){.nav.arena-sidebar>li>a{height:49px !important}.nav-label{display:none !important}.profile-menu{bottom:0px !important}}.nav-header{background-image:none}body.mini-navbar .nav-header{background-color:transparent}.navbar-default .nav>li>a:hover,.navbar-default .nav>li>a:focus{background:#f5f6fa;color:#7f53b1}body.mini-navbar .navbar-default .nav>li>a>i{font-size:32px;display:block}body.mini-navbar .navbar-default .nav li a span{display:block;margin-top:5px;font-weight:500}body.mini-navbar .navbar-default .nav>li>a{font-size:13px}.nav.arena-sidebar>li>a{padding:0}body.mini-navbar .navbar-default .nav>li>a{text-align:center}.nav.arena-sidebar>li>a i{margin-right:0}.fill{width:100%;height:100%;display:table;background:#f3f3f4}p{margin:0}.divisor{width:100%}.dashboard--content{height:calc(100% - 66px);display:flex;justify-content:space-between}.arena-login-wrapper{width:350px !important;height:100vh;display:flex;align-items:center;justify-content:center}.arena-login-container{margin-bottom:200px}.arena-login-logo{background:url(/js/imgs/logo-purple.png);height:104px;width:300px;background-size:contain;margin:0 auto;display:block;background-repeat:no-repeat}.login--facebook{height:53px;background:#2f4a84;color:white;display:flex;border-radius:4px;cursor:pointer}.login--facebook--logo{background:url(/js/imgs/logo-white.svg) no-repeat;background-size:contain;width:13px;height:29px}.login--facebook--logo--wrapper{border-right:1px solid white;width:70px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.login--facebook--text--wrapper{display:flex;align-items:center;justify-content:center;width:100%}.login--facebook--text{font-size:18px}.arena-logo{background:url(/js/imgs/arena-logo-all-white-all-transparent.png);height:41px;width:41px;background-size:cover;margin:0 auto;display:block}.arena-logo-bigger{background:url(/js/imgs/arena-logo-all-white-all-transparent.png);height:36px;width:160px;background-size:contain;background-repeat:no-repeat;display:block}.arena--chat--input{position:relative;padding:10px}.arena--chat--input .form-control{border-radius:16px;height:auto;max-height:120px}.arena--chat--input--additional{position:relative}.arena--chat--input--wrapper{display:flex;position:relative;width:100%;margin-top:3px;margin-right:40px;margin-bottom:0;max-width:calc(100% - 110px);height:auto}.arena--chat--form .arena--chat--input--wrapper{max-width:100%;margin-right:0}.arena--chat--input--wrapper .emoji-picker-icon{right:-33px;bottom:5px;top:auto}.arena--chat--form .react-input-emoji--container{line-height:12px}.arena--chat--form .react-input-emoji--input{overflow-wrap:anywhere}.arena--chat--form .react-input-emoji--button{margin-bottom:6px}.arena--chat--form .react-emoji{align-items:flex-end;position:static}.arena--chat--input--add-media{height:35px;display:inline-block;color:white;border:1px solid #e5e6e7;border-right:0;padding:9px 12px;cursor:pointer}.arena--chat--input--add-media--icon{color:#d0d0d0;font-size:17px;font-weight:100}.arena-chatlist--wrapper{max-height:calc(100vh - 200px)}.arena-chatlist{height:calc(100% - 50px);overflow-y:auto}.arena-chat-wrapper{padding-bottom:10px}.arena-chat-message--tools{float:right}.arena-chat-message--body{overflow:visible;margin-right:20px;position:relative;margin-left:50px;background:#fff;box-shadow:0px 2px 4px rgba(167,169,197,0.546847);border-radius:4px;padding:8px 9px;margin-bottom:10px}.media-body.arena-chat-message--body::before{content:' ';width:0;height:0;border-style:solid;border-width:0 6px 6px 0;border-color:transparent #fff transparent transparent;position:absolute;top:0;left:-5px}.arena-chat{overflow:visible}.arena-chat--dropdown-menu{left:-138px}.arena-delete-msg--button{background:transparent;border:0}.arena-chatlist--wrapper{margin-right:0}.chatlist--wrapper{height:100%;display:flex;flex-direction:column}.chatlist--wrapper .arena--chat--input{padding-top:0}.arena-banned-users--tools{background:white}.arena--channel-card--flag{width:25px;margin-left:5px}.arena--message-content--reply{margin-top:5px}.arena--message-content--reply--original{border-left:5px solid #0a91e6;border-radius:4px;background:#f9f9f9;margin-right:5px;padding:5px}.arena--message-content--reply--name{font-weight:bold;line-height:17px;font-size:14px;color:#233646}.arena--message-content--reply--text{margin-top:9px;font-size:12px !important}.arena--media-message--wrapper iframe{max-width:452px !important}.arena--media-message--title{font-weight:600}.arena-media-url.error{border:1px dotted #cc5965}.arena-channel-chooselangs{margin-top:20px}.arena-channel-langbtn{margin-left:10px}.message-emoji{font-size:16px;line-height:20px;display:inline-block;vertical-align:middle;margin:0 3px}@media screen and (max-width: 770px){.message-emoji{font-size:initial}}.mention{width:100%;z-index:100;position:absolute;bottom:80px;border:1px solid #e5e6e7;border-bottom:0}.mention--input-item{display:inline-block;color:#4078c0}.mention--header{padding:5px 10px 4px;color:#7f7f83;font-size:12px;line-height:22.4px;background:#faf8f6}.mention--header--help{float:right;margin-left:16px}.mention--main{width:100%;background:white}.mention--main--list{list-style-type:none;margin:0;overflow:hidden;padding:0}.mention--main--item{border:0;margin:0;cursor:pointer;padding:3px 10px;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:24px;display:flex;align-items:center}.mention--main--item--highlight{color:#8f66b5}.mention--main--item__selected{background:#469fe0;text-shadow:0 1px rgba(0,0,0,0.1)}.mention--main--item__selected .mention--main--item--username{color:white}.mention--main--item__selected .mention--main--item--name{color:white}.mention--main--item__selected .mention--main--item--status__offline{border:1px solid #b5d9f3}.mention--main--item--img{width:20px;height:20px;margin-right:4px;border-radius:3px}.mention--main--item--username{color:#9e9ea6;margin-right:6px;text-size-adjust:100%;white-space:nowrap}.mention--main--item--status{width:9px;height:9px;background:#93cc93;border-radius:50%;margin-right:6px}.mention--main--item--status__offline{background:transparent;border:1px solid #99989b}.mention--main--item--name{color:#555459;font-weight:900;font-size:14px;margin-right:6px;white-space:nowrap}.message--mention{cursor:pointer}.arena-chat-message--name{color:#233646;cursor:pointer;font-size:14px;font-weight:bold;line-height:17px}.arena-chat-message--name--myuser{font-weight:bold;font-size:14px;line-height:23px;text-align:left}.arena-chat-message--timestamp{color:#b1b1b1;font-size:12px;font-weight:300}.arena-chat-message--timestamp__dot{height:3px;width:3px;background-color:#bbb;border-radius:50%;display:inline-block;margin:0 4px;position:relative;bottom:3px}.arena-chat-message--timestamp-tooltip{background-color:#445362 !important;opacity:0.87 !important;border-radius:4px !important;font-size:10px !important;font-weight:normal}.arena-chat-message--timestamp-tooltip:after{border-top-color:#445362 !important}.arena-chat-message--img{cursor:pointer}.arena-chat-message--img>img{width:32px;height:32px;border-radius:50%}.arena-chat-message--img--myuser-tab{border-radius:50% !important}.arena-chat-message--body--myuser{display:flex;justify-content:space-between}.arena--message--wrapper{padding-left:48px;padding-top:10px}.create-new-chat--button{color:#9e9ea6;font-weight:400;line-height:30px;font-size:14px;align-self:flex-start;display:flex;align-items:center;justify-content:center;padding:1px 12px}.chat-global--wrapper{height:calc(100vh - 138px)}.chat-global--chat{height:100%;padding:0px !important}.chat-global--container{margin:34px 0}.chat-global--get-embed-button{display:none;width:100%;background:#5029a3;color:white;font-weight:100;padding:20px;border-radius:4px;text-align:center;margin-bottom:20px;cursor:pointer}.users-online--wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.users-online--info{display:flex;align-items:center}.users-online--remove{color:#9173c7;font-size:14px;padding:10px;cursor:pointer}.users-online--img{width:32px;height:32px;border-radius:50%}.users-online--text{margin-left:11px;font-size:14px;color:#233646}.chat-list{width:100%;max-width:900px;margin:0 auto}.chat-list--loading{display:flex;height:200px;align-items:center;justify-content:center}.create-chat-rom-modal--body-wrapper{max-width:374px;margin:0 auto}.update-chat-rom-modal--body-wrapper{display:flex;justify-content:space-between}.delete-chat-rom-modal--body-wrapper{max-width:590px;margin:0 auto}.delete-chat-rom-modal--body-wrapper--title{color:#4a4a4a;font-size:22px;line-height:28px;text-align:center}.create-chat-rom-modal--footer-wrapper{text-align:center}.chat-activity-list{height:100%;padding:10px 30px 0 10px;overflow-y:auto}.live-chat--dropzone{height:100%}.live--chat--loading--previous{height:40px;display:flex;align-items:center;justify-content:center}.live--chat--loading{height:100px;display:flex;align-items:center;justify-content:center}.live--chat--empty-state{display:flex;height:100%;justify-content:center;align-items:center}.live--chat--empty-state--icon{background:url(/js/imgs/empty-state-content-manager.png) center center/contain no-repeat;margin:auto;height:200px;width:250px}.live--chat--empty-state--title{font-size:18px;font-weight:bold;text-align:center;color:#8e8e8e;margin-top:24px}.live--chat--empty-state--subtitle{font-size:16px;text-align:center;color:#8e8e8e;margin-top:8px}.reddit-widget--container{width:100%;height:0px;position:relative;padding-bottom:100%}.reddit-widget--iframe{width:100%;height:100%;position:absolute}.gfycat-widget--container{position:relative;padding-bottom:calc(100% / 1)}.gfycat-widget--iframe{position:absolute;top:0;left:0}.mixtape--video{width:100%;max-width:500px;height:auto}.live--chat--empty{height:58px;opacity:0.5;font-size:50px;font-weight:bold;line-height:1.16;text-align:center;margin:100px 0;font-size:18px;font-weight:bold;text-align:center;color:#4e5766}.live--chat--empty--icon{font-size:36px}.chat-list--global-chat--text{display:inline-block;margin-left:10px;height:16px;font-size:10px;font-weight:900;line-height:1.6;color:#9173c7}.chat-list--global-chat--icon{width:18px;height:18px;background:#9173c7;color:white;border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:12px;margin-left:10px}.chat-list--global-chat{display:flex;align-items:center}.chat-list--global-chat:hover .chat-list--global-chat--text{color:#673ab7}.chat-list--global-chat:hover .chat-list--global-chat--icon{background:#673ab7}.chat-list--item--dashboard--ctas{display:flex;flex-direction:column;align-items:center;justify-content:center}.arena-chat-message--body:hover .arena-chat-message--menu,.report:hover .arena-chat-message--menu{display:block}.arena-chat-rich-message{margin:0 20px}.arena-chat-rich-message__dialog[open]{display:inline-block}.arena-chat-rich-message__dialog{font-weight:400;font-size:12px;line-height:20px;background-color:#EFEEEE;border-radius:8px;padding:5px 16px 14px;position:relative;border:none}.arena-chat-rich-message__dialog>button{background-color:transparent;border:none;padding:0;font-size:18px;height:20px;display:flex;align-items:center;line-height:0;position:absolute;right:10px}.arena-chat-rich-message__title{font-weight:600;font-size:12px;line-height:40px}.arena-chat-rich-message>button{background-color:transparent;border:none;padding:0;margin-top:6px;font-size:18px;height:20px;display:flex;align-items:center;line-height:0}.arena-chat-message--menu{display:none;position:absolute;right:5px;top:2px}.arena-chat-message--menu .stream-menu{height:24px;font-size:18px}.arena-chat-message--menu .stream-menu:hover{background:#ffffff;box-shadow:0px 0px 4px rgba(0,0,0,0.3);border-radius:4px}.arena-chat-message--menu.open .stream-menu{border:1px solid #9173c7;border-radius:4px;color:#673ab7}.chat-list--wrapper{display:flex;flex-direction:column;width:100%}.arena-chat-message--text{color:#777777;font-size:13px;width:100%;overflow:hidden;text-overflow:ellipsis;margin-top:5px}.arena-chatlist--new-messages-bubble{height:34px;width:180px;position:absolute;bottom:120px;left:50%;margin-left:-90px;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,0.15);border-radius:100px;display:flex;justify-content:space-around;align-items:center;cursor:pointer}.arena-chatlist--new-messages-bubble-wrapper{position:relative}.arena-chatlist--new-messages-bubble--text{font-size:14px;color:#0a91e6}.arena-chatlist--new-messages-bubble--icon{background:url(/js/imgs/icon-double-arrow-down.svg) center center/contain no-repeat;height:11px;width:11px}.chat-reports .arena-chat--dropdown-menu{top:-15px;left:-185px}.arena-userlist{max-height:calc(100vh - 200px);background:white}.arena--show{display:block}.arena--hide{display:none}.arena--loading--square{background-color:#7d55aa !important;margin-top:10px !important}.loading{position:absolute;bottom:0;top:0;left:0;right:0;margin:auto;background:url(/js/imgs/logo-purple.png);height:40px;width:40px;background-size:cover}.bounce{-moz-animation:bounce 2s infinite;-webkit-animation:bounce 2s infinite;animation:bounce 2s infinite}.arena-subtitle{display:inline-block}.left_margin{margin-left:16px}.chosen-premium{float:right;background:#F2C94C;padding:0 5px;font-weight:300;line-height:normal;font-size:11px;color:#673AB7;border-radius:10px;margin-right:10px}.arena-chat-getembed{margin-bottom:10px}.arena-embed-input{width:100px;display:inline-block;margin-right:10px}.arena-embed-code-modal-img{max-width:450px;width:100%;margin:0 auto;margin-bottom:30px;background:url(/js/imgs/embed-img-first.png) no-repeat;height:175px;background-position:center center;background-size:contain}.arena-embed-preview-wrapper{align-items:center;text-align:center;width:100%;margin-top:20px}.arena-embed-preview{border:0px;height:462px;width:455px;border-radius:4px;box-shadow:0 2px 2px 1px rgba(0,0,0,0.2)}.arena-embed-code-modal-input{width:100%;text-align:left;margin-top:10px;flex:1;margin-bottom:10px}.arena-embed-code-modal-footer{text-align:center !important}.arena-embed-code-steps-wrapper{display:flex;margin-bottom:20px}.arena-embed-code-steps{width:50%;margin:0 10px;text-align:left;display:flex;flex-direction:column}.embed-code-modal-wrapper{max-width:770px;width:auto}.embed-code{width:100%;max-width:900px;margin:0 auto}.embed-code--code{width:100%;border:0;font-size:14px;line-height:1.14;color:#8e8e8e}.embed-code--url--text{margin-top:6px;font-size:14px;line-height:1.14;color:#8e8e8e}.list-embeded-code{width:100%}.list-embeded-code--title{font-size:18px;font-weight:bold;line-height:1.17;color:#4a4a4a;padding-bottom:9px;border-bottom:1px solid #e8e8e8}.list-embeded-code--subtitle{font-size:14px;line-height:1.14;color:#8e8e8e;margin-top:15px;margin-bottom:15px}.list-embeded-code--list{margin-top:20px;margin-bottom:100px}.event-embed-item{padding:12px;width:100%}.event-embed-item--wrapper{display:flex}.event-embed-item--code{margin-top:16px}.event-embed-item--code--ctas{display:flex;align-items:center;justify-content:flex-end}.event-embed-item--code--info{color:#4A4A4A;line-height:16px;margin-bottom:17px;padding:0px 8px}.event-embed-item--code--text{width:100%;height:55px;border:0;font-size:14px;padding:8px;line-height:1.14;color:#8e8e8e;resize:none;border-radius:4px;box-shadow:inset 0 2px 4px 0 rgba(0,0,0,0.08)}.event-embed-item--code--config{display:flex;margin-top:-20px;margin-left:-20px;padding-left:20px;border-bottom:1px solid #e7eaec;padding-bottom:10px;padding-top:10px;margin-bottom:10px;margin-right:-20px}.event-embed-item--code--config--field{display:flex;align-items:center;margin-right:10px;padding-right:10px}.event-embed-item--code--config--field:first-child{border-right:1px solid #e7eaec}.event-embed-item--code--config--field-label{margin:0;margin-right:10px}.event-embed-item--code--config--field-inputs--text{margin-right:10px;width:56px;border:solid 1px #e7eaec;border-radius:4px}.event-embed-item--code--config--field-inputs--check{margin-right:5px !important}.event-embed-item--container{cursor:default !important}.event-embed-item--container:hover{box-shadow:0 1px 2px 0 rgba(0,0,0,0.2)}.event-embed-item--code--config--field-inputs--text[disabled]{cursor:no-drop;background:#EEEEEE}.message-embed-error--btn{border-radius:5px;background-color:#ffffff;padding:6px 10px;font-size:14px;font-weight:bold;text-align:center;color:#9173c7;margin:0 10px}.message-embed-error-modal--url{border-radius:4px;background-color:#ffffff;margin:12px 0;display:flex;align-items:center;justify-content:center;padding:10px}.message-embed-error-modal--label{font-size:16px;font-weight:bold;line-height:1.19;text-align:center;color:#373a3c}.message-embed-error-modal--urls{margin:10px 26px}.embed-chat-position{margin-bottom:20px}.embed-chat-position--items{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px;width:100%}.embed-chat-position--item{flex:1;margin:0 20px}.embed-confirm-site{padding:30px 30px 0px;text-align:left}.embed-confirm-site--form{display:flex;justify-content:center;align-items:center}.embed-confirm-site--title{line-height:19px;font-size:15px;color:#373A3C;margin-bottom:16px}.embed-confirm-site--body{line-height:16px;font-size:14px;color:#8E8E8E;margin-bottom:15px}.embed-confirm-site--form--input-wrapper{flex:1;width:100%}.embed-confirm-site--form input{height:38px;margin-bottom:30px}.embed-confirm-site--form--buttons{margin-bottom:30px}.embed-confirm-site--form .btn-arena{height:32px;min-width:98px;margin-left:15px}.embed-confirm-site--form .arena-form--error{font-weight:300;line-height:12px;font-size:12px;color:#DB0D1B;align-self:normal;position:absolute;margin-top:-20px}.event-wizard-finish .embed-confirm-site,.list-embeded-code .embed-confirm-site,.social-widget-embed-code--main .embed-confirm-site{max-width:630px;width:100%;margin:auto;padding:0px}.event-wizard-finish .embed-confirm-site--title,.list-embeded-code .embed-confirm-site--title,.social-widget-embed-code--main .embed-confirm-site--title{font-weight:bold;line-height:21px;font-size:18px;color:#4A4A4A;padding-bottom:9px;margin-bottom:25px;border-bottom:1px solid #E8E8E8}.event-wizard-finish .load,.list-embeded-code .load,.social-widget-embed-code--main .load{width:96px;display:flex;margin:auto}.embed-code-available{width:100%;display:flex;align-items:center}.embed-code-available--text{font-size:14px;line-height:16px;color:#8E8E8E}.embed-code-available--text--site{text-decoration:underline;cursor:pointer}.user-profile--picture{width:90px;height:90px;border-radius:50%;margin:20px auto}.user-profile--name{text-align:center;font-size:21px;font-weight:600;color:#333}.user-profile-wrapper{min-height:228px}.profile-connected-accounts--loading{display:flex;align-items:center;justify-content:center;height:100px}.profile-informations--container{width:100%;margin:0 auto;background:white;padding:40px 100px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);border-radius:4px}.arena-profile-informations--btn>button{margin:0 auto}.profile-informations--container .control-label{height:16px;font-size:14px;line-height:1.14;letter-spacing:1.7px;color:#4a4a4a;font-weight:normal}.profile--content{width:100%}.profile--content--info{margin-top:30px;display:block;max-width:600px;margin:30px auto}.profile-editors--info{font-size:14px;line-height:1.71;color:#4a4a4a}.profile-editors--add-editor{margin-top:20px}.profile-editors--title{height:19px;font-size:16px;font-weight:bold;line-height:1.19;color:#373a3c;margin-bottom:8px}.add-editor--input--wrapper{display:flex;width:100%;height:38px;justify-content:space-between;border:solid 1px #cccccc;border-radius:4px;padding-left:15px}.add-editor--input{border:0;background:white;font-size:14px;color:#8e8e8e;width:100%;outline:none !important}.add-editor--role--wrapper{background:#f5f6fa;border-left:solid 1px #cccccc;border-top-right-radius:4px;border-bottom-right-radius:4px}.add-editor--role{border:0;width:75px;height:36px;font-size:13px;font-weight:500;line-height:1.08;color:#999999;background:transparent}.profile-editors--add-editor--by-name--input{display:flex;align-items:center;position:relative}.profile-editors--add-editor--btn{padding:0 26px;height:38px;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-left:10px;font-size:14px;font-weight:bold;text-align:center;text-transform:uppercase}.profile-editors--add-editor--divider{width:100%;height:1px;margin:15px 0;background:#e8e8e8}.profile-editors--add-editor--explain{margin-top:15px;font-size:11px;line-height:1.36;color:#9d9d9d}.profile-editors--editors{margin-top:30px}.profile-editors--editors--item{display:flex;justify-content:space-between;align-items:center;margin:10px 0}.profile-editors--editors--item--info{display:flex}.profile-editors--editors--item--photo{background:url(http://stationfy.imgix.net/abgrd/1.png?txtfont=Arial%20Bold&txt=NC&txtsize=100&txtcolor=FFFFFF&txtalign=center,middle&w=50&h=50) center center/contain;width:50px;height:50px;border-radius:50%;flex-shrink:0}.profile-editors--editors--item--title-sub{margin-left:15px}.profile-editors--editors--item--title{height:19px;font-size:16px;font-weight:bold;line-height:1.19;color:#373a3c}.profile-editors--editors--item--subtitle{font-size:11px;line-height:1.36;color:#9d9d9d;margin-top:6px}.profile-editors--editors--separator{margin:15px 0;background:#e8e8e8;width:100%;height:1px}.profile-editors--editors--item__edit{width:100%;background-color:#f6f7f9;display:flex;flex-direction:column;padding:0 15px}.profile-editors--editors--item__edit__user{display:flex;height:38px;justify-content:space-between;border-radius:4px;border:solid 1px #cccccc;margin-top:10px;flex-shrink:0}.profile-editors--editors--item__edit__user_details{display:flex;align-items:center}.profile-editors--editors--item__edit__user_details--photo{width:28px;height:28px;border-radius:4px;margin-left:5px;margin-right:15px}.profile-editors--editors--item__edit__user_details--name{font-size:16px;font-weight:bold;line-height:1.0;color:#4a4a4a}.profile-editors--editors--item__edit .add-editor--role--wrapper{background:white}.profile-editors--editors--item__edit .profile-editors--add-editor--explain{width:100%}.profile-editors--editors--item__edit__ctas{display:flex;border-top:1px solid #e8e8e8;width:100%;margin-top:10px;padding:7px;align-items:center;justify-content:space-between}.profile-editors--editors--item__edit__ctas--save-cancel{display:flex}.profile-editors--editors--item__edit__ctas--save{margin-left:15px}.editor--profile--text_admin{height:12px;font-family:Roboto;font-size:12px;line-height:1.0;color:#00c1f9;text-transform:uppercase}.editor--profile--add{text-transform:uppercase}.add-editor-modal--explain{font-size:14px;line-height:1.71;color:#4a4a4a}.add-editor-modal--list{display:flex;justify-content:center}.add-editor-modal--list>.profile-editors--editors--item:hover{background:white}.add-editor-modal--list>.profile-editors--editors--item{height:70px;padding:0 10px}.profile-editors--editors--item--ctas{display:flex;align-items:center;cursor:pointer}.profile-editors--editors--item--ctas--pending{font-size:14px;line-height:1.71;text-align:left;color:#f6a623;text-transform:uppercase}.profile-editors--editors--item--ctas--accepted{font-size:14px;line-height:1.71;text-align:left;color:#8AC45F;text-transform:uppercase}.profile-editors--editors--item:hover .profile-editors--editors--item--ctas--pending-resend{display:inline-block}.organization--organization--editor--body--item--wrapper:hover .profile-editors--editors--item--ctas--pending-resend{display:inline-block}.profile-editors--editors--item:hover .profile-editors--editors--item--ctas--pending-getlink{display:inline-block}.organization--organization--editor--body--item--wrapper:hover .profile-editors--editors--item--ctas--pending-getlink{display:inline-block}.organization--organization--editor--body--item--wrapper:hover .profile-editors--editors--item--ctas--pending-text{display:none}.profile-editors--editors--item:hover .profile-editors--editors--item--ctas--pending-text{display:none}.profile-editors--editors--item--ctas--pending-resend,.profile-editors--editors--item--ctas--pending-getlink{display:none;font-size:14px;line-height:1.71;text-align:center;cursor:pointer}.profile-editors--editors--item--ctas--pending-resend{color:#2fcd4a}.profile-editors--editors--item--ctas--pending-getlink{color:#0A91E6}.profile-editors--editors--item--ctas--pending-resend-icon,.profile-editors--editors--item--ctas--pending-getlink-icon{margin-right:5px}.add-editor--empty{font-size:50px;font-weight:bold;line-height:1.16;text-align:center;color:rgba(74,74,74,0.5);padding:92px 0}.information-modal--alert--icon{color:#fcce00;font-size:75px;text-align:center}.profile-informations--connected-accounts--twitter{color:#1da1f2;font-size:21px}.profile-informations--connected-accounts--facebook{background:url(/js/imgs/ic-facebook.svg) center center/contain;width:20px;height:20px}.no-image{background:url(/js/imgs/no-image.png) center center/contain no-repeat;opacity:.2}.profile-informations--connected-account{width:100%;display:flex;align-items:center;justify-content:space-between}.profile-informations--connected-accounts--name{margin-left:10px;font-size:14px;line-height:1.29;text-align:left;color:#999999}.profile-informations--connected-account--info{display:flex;align-items:center}.profile-informations--connected-accounts--btn{font-size:14px;font-weight:bold;text-align:left;color:#9173c7;text-transform:uppercase;cursor:pointer}.profile-informations--new-connected-accounts--btn{border-bottom:1px solid #eceeef;padding-bottom:21px;text-align:right}.profile-informations--connected-account{padding:10px 0;border-bottom:1px solid #eceeef}.profile-informations--connected-accounts--twitter--wrapper{border-bottom:1px solid #eceeef;padding-top:10px}.profile-informations--connected-accounts--facebook--wrapper{padding-top:10px}.profile-informations--new-connected-account{border-bottom:0}.profile-informations--new-connected-account .profile-informations--connected-accounts--name{color:#4a4a4a}.profile-informations--connected-accounts--connected{display:flex;align-items:center}.profile-informations--connected-accounts--connected--name{font-size:14px;line-height:1.71;text-align:left;color:#4a4a4a}.profile-informations--connected-accounts--connected--separator{font-size:6px;color:#4a4a4a;margin:0 10px}.profile-informations--connected-accounts--connected--disconnect{font-size:14px;line-height:1.29;text-align:left;color:#999999;cursor:pointer}.profile-menu{display:none;width:220px;background-color:#9173c7;box-shadow:0 2px 4px 0 rgba(0,0,0,0.33);border-radius:4px;position:absolute;bottom:30px;left:80px;z-index:11}.profile-menu--user{padding:20px;border-top-left-radius:4px;border-top-right-radius:4px;cursor:pointer;display:flex;align-items:center}.profile-menu--user:hover{background:#673ab7}.profile-menu--user--name{margin-left:10px;font-size:13px;font-weight:bold;line-height:1.08;color:#ffffff}.profile-menu--publisher{padding:13px 10px 10px 10px;display:flex;justify-content:space-between;cursor:pointer;position:relative}.profile-menu--publisher--icon{font-size:15px;color:white;height:15px;width:15px}.profile-menu--publisher--info{display:flex}.profile-menu--publisher--icon-show{font-size:15px;color:white}.profile-menu--publisher:hover{background:#673ab7}.profile-menu--publisher--info--title{font-size:13px;line-height:1.23;color:#ffffff}.profile-menu--publisher--info--title span{margin-top:0 !important}.profile-menu--publisher--info--subtitle{font-size:12px;line-height:1.33;color:rgba(255,255,255,0.5);margin-top:3px}.profile-menu--logout{padding-left:10px;padding-top:13px;padding-bottom:15px;display:flex;align-items:center;cursor:pointer;position:relative;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.profile-menu--logout--text{margin-left:14px}.profile-menu--logout:hover{background:#673ab7}.profile-menu--logout--text{font-size:13px;line-height:1.23;color:#ffffff;margin-left:15px;height:18px}.profile-menu--logout--icon{color:white}.profile-menu--publisher--info-title{margin-left:10px}.profile-menu--divider{height:1px;background-color:rgba(103,58,183,0.33);margin:0 10px}.arrow-left{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #9173c7;position:absolute;left:-8px;top:13px}.profile-menu--publishers{display:none;position:absolute;background:#9173c7;width:220px;border-radius:4px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.33);top:-10px;left:216px}.profile-menu--publishers--item{padding:10px;cursor:pointer;padding-bottom:0;display:block}.profile-menu--publishers--item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.profile-menu--publishers--item:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.profile-menu--publishers--item:hover{background:#673ab7}.profile-menu--publishers--item:not(:last-child) .profile-menu--publishers--item--info{border-bottom:1px solid rgba(103,58,183,0.33)}.profile-menu--publishers--item--name{font-size:13px;line-height:1.23;color:#ffffff;margin-left:7px}.profile-menu--publishers--item--info{display:flex;align-items:center;padding-bottom:10px}.profile-menu--publishers--item--icon{width:11px;color:white}.profile-menu--publisher--switch:hover .profile-menu--publishers{display:block}.profile--content--wrapper{width:100% !important;margin-top:0 !important}.profile-informations--connected-accounts--loading{display:flex;align-items:center;justify-content:center}.profile-editors--subtitle{font-style:normal;font-weight:bold;line-height:19px;font-size:13px;color:#A6A6A6}.profile-editors--permissions{margin-top:15px}.profile-editors--permissions--options{margin-top:10px}.profile-editors--permissions--option{font-weight:normal;line-height:24px;font-size:14px;color:#4A4A4A;flex-shrink:0}.profile-editors--permissions--option>label{margin:0 10px;display:inline-block;font-weight:normal}.profile-editors--permissions--option--with-select{display:flex;align-items:center;justify-content:space-between}.profile-editors--permissions--option--select{width:235px}.profile-editors--permissions--specific-events{border:1px solid #E8E8E8;box-sizing:border-box;border-radius:4px;margin:20px 0;display:flex;padding:10px;padding-bottom:0;flex-wrap:wrap}.profile-editors--permissions--specific-events--item{background:#EFEFEF;border-radius:2px;padding:5px 10px;font-weight:normal;line-height:normal;font-size:10px;color:#4A4A4A;margin-right:10px;margin-bottom:10px;padding-right:0}.profile-editors--permissions--specific-events--item--delete{margin-left:10px;color:#8E8E8E;padding:5px 8px;cursor:pointer}.profile-editors--editors--admin{margin-top:20px;border-bottom:1px solid #E8E8E8;padding-bottom:15px}.confirm-password-modal{padding:30px 30px 24px}.confirm-password-modal--text{font-size:16px;line-height:20px;color:#4A4A4A;margin-bottom:20px}.confirm-password-modal--buttons{text-align:center;margin-top:30px}.public-DraftEditor-content,.public-DraftEditorPlaceholder-root{padding:0 !important}.editor--container{border:1px solid #e5e6e7;height:90px;overflow:scroll}.md-RichEditor-root{font-family:"open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important}.md-RichEditor-editor .public-DraftEditor-content{min-height:50px !important}.medium-editor-element{word-wrap:break-word;min-height:30px;padding:6px 12px}.medium-editor-element:focus{outline-style:none;padding:5px 11px}.editor--container:focus{border:1px solid yellow}.user-editor--container{display:flex;flex-direction:column;justify-content:flex-start}.editor--profile--wrapper{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-shrink:0;margin:5px}.editor--profile--text{margin-left:15px;font-size:14px;line-height:1.71;color:#4a4a4a}.editor--profile--image{width:45px;height:45px;border-radius:50%;flex-shrink:0}.editor--profile--plus{width:45px;height:45px;display:flex;justify-content:center;align-items:center;background:#f4f4f4;border-radius:50%;border:1px solid #dbdbdb;color:#a2a2a2;font-size:20px;cursor:pointer}.public-DraftEditor-content .md-block-paragraph{margin:0 !important}.edui-editor-messageholder{display:none !important}#editor>div{z-index:800 !important}.edui-default .edui-editor-toolbarbox{position:relative !important;width:auto !important}.live--header{border-radius:4px;color:#676a6c;font-size:17px;font-weight:300;display:flex;align-items:center;justify-content:space-between;font-size:32px;font-weight:500;text-align:center;color:#5021a6;margin:0 auto;height:49px;background:white;padding-left:15px;padding-right:33px}.live--header--title-cta{display:flex;align-items:center;justify-content:space-between;width:100%}.live--header--title>a{font-size:16px;color:#454c5f;font-weight:400}.live--header--title--wrapper{display:flex;height:24px;align-items:center}.live--header--switch--wrapper{display:flex;gap:5px;align-items:center}.live--header--switch--wrapper{display:flex;gap:5px;align-items:center;font-family:'Assistant', sans-serif;font-size:14px;font-weight:600;color:#9124FF;position:relative;padding:10px}.live--header--switch--wrapper>button{border:none;background:transparent;white-space:nowrap}.live--header--switch--wrapper>button:hover{text-decoration:underline}.live--header--switch--tooltip{position:absolute;top:50px;left:14px;min-width:400px;background:#9124FF;border-radius:9px;color:white;z-index:1;padding:20px 30px;font-family:'Assistant', sans-serif}.live--header--switch--tooltip--close{background:transparent;border:none;position:absolute;top:10px;right:10px}.live--header--switch--tooltip>h1{font-family:inherit;font-size:22px;font-weight:600;line-height:29px;letter-spacing:-0.02em;text-align:left;margin:0;padding:0;margin-bottom:10px}.live--header--switch--tooltip>h2{font-family:inherit;font-size:17px;font-weight:500;line-height:22px;letter-spacing:0em;text-align:left;margin:0;padding:0}.live--header--switch--tooltip>h1>span,.live--header--switch--tooltip>h2>span{font-family:inherit}.live--header--switch--tooltip::before{content:' ';position:absolute;top:-7px;left:8px;height:20px;width:20px;background:#9124FF;transform:rotate(45deg)}.live--header--switch--new--tag{padding:2px 10px;background:linear-gradient(90deg, #9124FF 4.27%, #FF6682 63.34%, #F2E461 113.12%);border-radius:16px;color:white;font-weight:700;font-size:12px;line-height:16px;cursor:pointer}.live--header--switch--wrapper .sk-spinner-three-bounce div{width:10px;height:10px;background-color:#9173c7}.live--header--title--site{font-weight:500;line-height:normal;font-size:16px;color:#4A4A4A;max-width:130px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live--header--title{font-size:16px;color:#454c5f;font-weight:400;display:flex;align-items:center}.live--header--title--badge{background:#F5456F;font-weight:300;line-height:normal;font-size:9px;text-align:center;color:#FFFFFF;border-radius:10px;padding:3px 10px;margin-left:10px}.live--header--input{font-size:12px;color:#4A4A4A;font-weight:400;display:flex;height:30px;width:590px;border-radius:4px;border-color:#cccccc;border-width:1px;margin-left:auto;margin-right:auto;background:url(/js/imgs/ios-search.svg) no-repeat scroll 7px 7px;padding-left:30px}.live--header--app{font-size:16px;color:#4A4A4A;cursor:pointer;font-weight:bold;display:flex;align-items:center;margin-right:45px}.live--header--app--googleplay{background:url(/js/imgs/google_play.svg);width:108.13px;height:32px;margin-left:17px}.live--header--app--applestore{background:url(/js/imgs/apple_store.svg);width:94.45px;height:30.6px;margin-left:17px;background-size:cover}.live--header--title--separate{color:#dddddd;font-size:20px;margin:0 17px;margin-top:1px}.live--header--title--separate__title-site{margin:0 12px 0 10px}.live--header--title>span{line-height:24px;display:flex;align-items:center}.live--header--title>a:last-child{font-weight:bold;color:#5021a6;border-bottom:0}.live--header--title>span:last-child{font-weight:bold;color:#5021a6}.live--header--title--hover>a{color:#353b4c}.live--header--title--hover{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:350px;display:block !important;color:#353B4C !important;padding:6px 5px 5px 5px}.live--header--title--hover:hover{background:#ECEEEF;border-radius:4px}.live--header--main{display:flex;align-items:center;justify-content:center}.live--header--back{height:20px;font-size:17px;font-weight:300;line-height:1.18;color:#5021a6;margin-top:8px;cursor:pointer;text-align:left;display:block}.live--header--back--icon{margin-right:13px}.live--header--back:hover{color:#5021a6}:root{--color-link: #009cff;--color-link-hover: #009cff}.live-message--container{position:relative;padding-left:10px;padding-top:5px;padding-bottom:5px}.live-message--container--wrapper{margin-bottom:35px}.live-message--time-title{display:flex;align-items:baseline}.live-message--time{background:#ebebeb;font-size:11px;display:flex;align-items:center;font-weight:700;border-radius:3px;padding:2px 5px;margin-right:5px;flex-shrink:0;height:25px}.live-message--title{font-weight:600;width:100%;font-size:20px}.live-message--team{display:flex;align-items:center;margin-bottom:10px}.live-message--team-img{margin-right:10px;height:30px;width:30px}.live-message--team-name{font-size:16px;color:#454c5f}.live-message--preview-link{margin:0 5px}.live-message--message{margin-top:10px;word-break:break-word}.live-message--message img{max-width:100%}.live-message--message .twitter-tweet-rendered{min-width:185px !important}.live-message--media{max-width:500px;margin-top:10px}.live-message--media>iframe{max-width:100% !important;min-width:0 !important}.live-message--media>img{max-width:100%}.live-message--media--gif-container>div{padding-bottom:0 !important}.live-chat--container{background:white;width:100%;box-sizing:border-box;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);height:calc(100% - 20px);min-height:calc(100vh - 121px);position:relative}.videoWrapper--container{max-width:460px}.videoWrapper{position:relative;padding-bottom:56.25%;margin-top:10px;height:0}.videoWrapper video{outline:none}.pdfWrapper{position:relative;padding-bottom:100%;height:0}.videoWrapper iframe,.pdfWrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.live--box--header{margin:10px 0;display:flex;align-items:center;justify-content:space-between;height:26px}.live--box--title{font-size:20px;font-weight:100}.live--actions button{margin:0 3px}.live-box--container{background:white;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);margin-bottom:20px}.live-box--title{padding:18px 23px 9px 20px;font-weight:bold;font-size:18px;border-bottom:1px solid #f5f6fa;display:flex;align-items:center;justify-content:space-between;color:#5021a6}.live-box--info{padding:10px 20px;position:relative}.analytics-page--number{text-align:center;font-size:40px;font-weight:700;padding:0 5px}.analytics-page--text{text-align:center;font-style:italic;color:#c5c5c5;font-weight:100}.analytics-page--page-view{text-align:center;background:#f5f6fa;border:1px solid #e9eaef;border-radius:4px;margin-top:20px;padding:10px;color:#a5a5a5}.analytics-page--page-view--text{font-weight:100}.live-score{display:flex;align-items:center;justify-content:center}.live-score--info{display:flex;align-items:center}.live-score--title{padding:20px;font-weight:700;font-size:14px;display:flex}.live-score--type{font-size:12px;font-weight:100;font-style:italic;color:#a5a5a5}.live-score--vs{margin:0 10px;font-style:italic;color:#c5c5c5;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#f5f6fa;font-size:10px;flex-shrink:0}.live--content{width:960px;margin:0px auto;display:flex;padding-top:10px}.live--content--edit{margin:15px auto;max-width:1480px;width:100%}.live--tabs{width:100%;height:30px;border-bottom:1px solid #e5e5e5;position:relative}.live--tabs--wrapper{display:flex;align-items:center;justify-content:center;position:relative;margin:0 auto;background:#fefefe;box-shadow:0 1px 1px 0 #f5f6fa;border-top:1px solid #f5f6fa}.live--tabs--item,.live--tabs--chat--item{color:#4a4a4a !important;font-weight:300;font-size:14px;text-transform:uppercase;text-align:center;cursor:pointer;border-bottom:2px solid transparent;padding:6px 0;margin:0 20px}.live--tabs--item__active{color:#673ab7 !important;font-weight:bold;border-bottom:2px solid #673ab7}.live--tabs--chat--item{padding:0;margin:0}.live--tabs--chat--wrapper{position:relative;padding:2px 0 7px 0;margin:0 20px}.live--tabs--chat--item__active{color:#673ab7 !important;font-weight:bold}.live--tabs--chat--wrapper__active{padding-bottom:5px;border-bottom:2px solid #673ab7}.moderation-badge--wrapper{position:absolute;top:-4px;display:flex;left:81px}.live--tabs--moderation--badge,.live--tabs--moderation--badge__extended{width:14px;height:12px;background:#eb5757;border-radius:13px;color:#ffffff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:9px;line-height:30px}.live--tabs--moderation--badge__extended{width:20px;height:12px}.live-box--chat{height:683px}.live-box--info--chat{height:590px}.live--pages{display:block;position:relative;width:100%}.live--pages--item{width:100%}.live-card{background:white;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2)}.arena--chat--form{display:flex;align-items:flex-end}.live-message--media--twitter-video{max-width:100%;margin-top:10px}.live-message--media--image{padding:10px 0}.live-message--media--image>img{max-width:460px}.live-message--article--read-more{word-wrap:break-word}.live-message--article{max-width:700px}.live-message--article--provider{padding:5px 0 7px;display:flex;align-items:center}.live-message--article--provider--img{vertical-align:middle;margin-right:4px}.live-message--article--provider--text{vertical-align:middle;font-weight:bold;margin-left:5px}.live-message--article--img>img{max-width:100%}.live-message--article--title{font-weight:500;color:#464646;font-size:20px;margin-bottom:3px;line-height:25px;margin-top:3px;display:block;font-weight:bold}.live-message--article--description{margin-bottom:4px;font-size:13px;line-height:20px}.live-message--article>a{color:#464646;text-decoration:none}.live-chat-message--wrapper{padding:0 30px 0px 15px;position:absolute;height:calc(100% - 55px);overflow:auto;width:100%}.live-chat-message--container{padding-top:30px;padding-left:13px;margin-left:60px}.live-message--action--container{display:flex;position:absolute;align-items:center;left:-78px;width:74px}.live-message--action--container__is-mobile{display:flex;position:absolute;align-items:center;left:-23px;top:-17px}.live-message--action--period-time{width:100%;overflow:hidden}.live-message--action--time{width:50px;height:24px;font-size:25px;line-height:25px;font-weight:300;text-align:center;color:#9b9b9b;margin-bottom:5px;display:flex;justify-content:center}.live-message--action--period{width:50px;height:auto;font-size:9px;font-weight:500;text-align:center;color:#9b9b9b}.live-message--action--icon{width:24px;height:24px}.live-message--action--date{width:100%;text-align:center;color:#9b9b9b}.live-message--action--date>div{display:flex;flex-direction:column}.live-message--action--date>div>span:first-child,.live-message--action--date>div>span:last-child{font-weight:500;font-size:11px;line-height:13px}.live-message--action--date__is-mobile,.live-message--action--date--no-timeline__is-mobile{width:100%;font-size:11px;font-weight:300;line-height:1.23;text-align:center;color:#9b9b9b}.live-message--action--date__is-mobile>div,.live-message--action--date--no-timeline__is-mobile>div{display:flex}.live-message--action--date__is-mobile>div>span:first-child,.live-message--action--date--no-timeline__is-mobile>div>span:first-child{border-right:1px solid #9b9b9b;height:14px;padding-right:5px;margin-right:5px}.live-message--action--date--no-timeline{width:100%;font-size:11px;font-weight:300;line-height:1.23;text-align:center;color:#9b9b9b}.live-message--action--date--no-timeline>div{display:flex;flex-direction:column-reverse}.live-message--action--date--no-timeline>div>span:first-child{font-size:14px;line-height:20px}.live-message--action--date--no-timeline>div>span:last-child{font-size:22px}.live-message--editor{display:flex;flex-direction:row;margin-top:10px;margin-left:10px}.live-message--editor-by{color:#7c7c7c;font-size:11px}.live-message--editor--name{color:#9b9b9b;font-size:11px;margin-left:4px}.live-message--tools{position:absolute;right:-27px}.live-message--container .live-message--tools{right:-17px}.live-conversation .live-message--tools{display:none}.live-message--action--player-info{display:flex;align-items:center;max-width:300px}.live-message--action--player{display:flex;align-items:center;margin-bottom:10px;flex:1}.live-message--action--player--img{margin-right:10px;width:50px;height:50px;background-size:contain;border-radius:50%;flex-shrink:0}.live-message--action--player--name--first{height:20px;font-size:16px;font-weight:900;line-height:1.25;color:#454c5f}.live-message--action--player--name--last{height:13px;font-size:10px;font-weight:900;line-height:1.3;color:#9b9b9b;text-transform:uppercase}.live-message--action--golf-club{display:flex;flex-direction:column;align-items:center}.live-message--action--golf-club--img{height:26px;width:26px}.live-message--action--golf-club--text{font-weight:900;font-size:10px;line-height:13px;text-transform:uppercase;color:#9b9b9b;margin-top:5px}.summary--title{font-size:20px;font-weight:900;line-height:1;color:#454c5f;margin-bottom:15px}.summary--wrapper{background:#fcfcfc;border-bottom:1px solid #d8dce9}.summary--container{margin-left:60px;padding-top:50px;padding-bottom:50px}.live-content{display:flex;margin-top:15px}.live-content--add-content{padding:0px;display:flex;flex-wrap:wrap;justify-content:flex-end;max-width:1282px;max-height:760px}.live-content--form-post{margin:0 15px;width:100%;max-width:760px;min-width:520px}.live-content--pin-stream{flex-shrink:0;height:100%}.live-content--pin-stream .live-srteam--stream--container{background:transparent;border:0;border-radius:0}.live-content--chat{flex:0.5;margin-right:15px}.live-content--analytics{margin:20px 15px;width:400px}#live-preview-post-modal{width:400px;margin:20px auto 0 auto}.live-content--play-by-play{width:100%;min-width:320px;flex-shrink:0;margin:0 15px;flex:1}.live-content--aside{display:none}.live-score--container{margin-bottom:20px}@media screen and (max-width: 1919px){.live-content--analytics{flex:none;width:300px}}@media screen and (max-width: 1486px){.live-content--add-content{max-height:none;max-width:100%}.live--form--container{margin-bottom:20px}.live-content--add-content{width:100%;margin-bottom:20px}.live-content--chat{display:none}.live-content--analytics{display:none}.live-content--aside{display:block;width:390px;margin:0 15px}.live-content--aside .live-content--chat{display:block;width:100%;margin:0}.live-content--aside .live-content--analytics{display:block;width:100%;margin:0}}@media screen and (max-width: 1359px){.live-content{flex-wrap:wrap}.live-content--pin-stream{flex:1;width:100%;min-width:300px}}@media screen and (max-width: 1279px){.live-info--stream--placholder{height:649px}.live-content--pin-stream{width:100%;flex-shrink:1}.live-content--play-by-play{width:100%;margin-bottom:20px;flex-shrink:1}.live-content--aside{width:100%}.new-post-body{margin-bottom:20px}.live-content--add-content{max-height:none}.live-info--stream--placholder{margin-bottom:0}}@media screen and (max-width: 1262px){.live-content--form-post{width:100%;max-width:100%;min-width:0}.live-content--pin-stream{width:100%;max-width:100%;min-width:300px;flex-shrink:0;flex:1;min-height:100vh}.live-content--play-by-play{max-width:100%;width:100%;min-width:400px;flex-shrink:0;min-height:100vh}}@media screen and (min-width: 1360px){.live-content--play-by-play{margin:0 8px;min-width:360px;max-width:360px}.live-content--form-post{margin:0 8px;max-width:100%}}@media screen and (min-width: 1544px){.live-content--form-post{max-width:690px}.live-content--play-by-play{max-width:100%}}@media screen and (min-width: 1263px) and (max-width: 1359px){.pdfWrapper{padding:0;min-height:500px;max-height:700px}}.soccer-tournament-rounds{margin:15px 0}.soccer-tournament-rounds--header{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;display:flex;padding:5px 0;align-items:center;justify-content:space-between;color:#e8e8e8;font-size:18px}.soccer-tournament-rounds--title{font-size:16px;font-weight:bold;line-height:1.5;text-align:center;color:#4a4a4a}.soccer-tournament-rounds--group{font-size:14px;line-height:1.14;text-align:center;color:#8e8e8e;padding-top:30px;padding-bottom:5px;border-bottom:1px solid #e8e8e8}.soccer-tournament-rounds--match{display:flex;align-items:center;padding:5px 0;border-bottom:1px solid #e8e8e8;cursor:pointer;position:relative}.soccer-tournament-rounds--match--teams{margin-left:31px}.soccer-tournament-rounds--match--team{display:flex;align-items:center;margin:5px 0}.soccer-tournament-rounds--match--team--image{width:18px;height:18px}.soccer-tournament-rounds--match--team--name{margin-left:10px;font-size:13px;font-weight:bold;line-height:1.31;color:#373a3c}.soccer-tournament-rounds--match--hour{font-size:13px;line-height:1.14;text-align:center;color:#8e8e8e;width:40px}.soccer-tournament-rounds--header--button{color:#9173c7;cursor:pointer}.soccer-tournament-rounds--header--button:hover{color:#9173c7}.soccer-tournament-rounds--match:hover{background:rgba(145,115,199,0.1)}.soccer-official-event{margin:15px 0;text-align:center}.soccer-official-event--info{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.31;letter-spacing:normal;text-align:center;color:#373a3c;margin-bottom:10px}.soccer-official-event--info--venue{font-weight:300;margin:0 5px}.soccer-official-event--match--teams{display:flex;align-items:center;justify-content:center}.soccer-official-event--match--team{display:flex;align-items:center}.soccer-official-event--match--team--name{font-size:16px;font-weight:bold;line-height:1.5;text-align:center;color:#4a4a4a}.soccer-official-event--match--team--image{width:40px;height:40px;margin:0 15px}.soccer-official-event--match--x{width:25px;font-size:14px;line-height:1.14;text-align:center;color:#8e8e8e}.soccer-official-event--change{margin-top:15px;font-size:14px;font-weight:bold;text-align:center;color:#9173c7;cursor:pointer;text-transform:uppercase}.live-content--pin-stream .live-srteam--stream--title{padding-bottom:6px}.live-message--action--substitution--in{position:relative;display:flex;align-items:center;justify-content:space-between;padding-right:10px}.live-message--action--substitution--out{position:relative;display:flex;align-items:center;justify-content:space-between}.live-message--action--substitution--out--text{font-size:10px;font-weight:900;line-height:1.3;text-align:right;color:#f04d5c}.live-message--action--substitution--out--overlay{position:absolute;top:0;left:0;width:calc(100% - 40px);height:100%;background:rgba(255,255,255,0.5)}.live-message--action--substitution--in--text{font-size:10px;font-weight:900;line-height:1.3;text-align:right;color:#2fcd4a}.live-message--action--team--img{margin-right:10px;width:26px;height:26px}.live-message--action--pinned{display:flex;align-items:center}.live-message--action--pinned--icon{color:#00c1f9;margin-right:5px}.live-message--action--pinned--text{font-size:11px;color:#9b9b9b}.live-score--player-list>.Select{margin-left:0 !important}.live-score--player-list{width:240px}.live--content--full-width{padding:15px}.live-score--match-list{width:450px}@media screen and (min-width: 1360px){.live-score--opens-up .Select-menu-outer{top:auto;bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:unset;border-bottom-left-radius:unset}.live-score--opens-up .Select-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.live-score--opens-up .Select-option:last-child{border-bottom-right-radius:unset;border-bottom-left-radius:unset}.live-score--opens-up .Select.is-open>.Select-control{border-top-right-radius:unset;border-top-left-radius:unset;border-bottom-right-radius:4px;border-bottom-left-radius:4px}}.live-score-option-two{display:flex;align-items:center;justify-content:center}.live-score-option-two--name{font-size:14px;line-height:1.29;text-align:left;color:#4a4a4a;width:150px}.live-score-option-two--img{width:24px;height:24px;margin:0 5px;border-radius:50%}.live-score-option-two--vs{font-size:16px;font-weight:bold;line-height:1.19;text-align:left;color:#373a3c;margin:0 10px}.live-score--official-event--info{display:flex;align-items:center;justify-content:center}.live-score--official-event--info--name{font-size:16px;font-weight:bold;line-height:1.5;text-align:center;color:#4a4a4a;margin:0 10px}.live-score--official-event--info--img{margin:0 10px;width:40px;height:40px}.live-score--official-event--info--vs{font-size:16px;font-weight:bold;line-height:1.19;color:#373a3c;margin:0 10px}.live-score--official-event--score{display:flex;margin-top:15px;width:290px;align-items:center;justify-content:center}.live-score--official-event--score>div{margin:0 8px}.live-predictions{width:100%;max-width:900px;margin:0 auto}.live-predictions--list{margin-top:10px}.create-prediction--result{width:90px;height:36px;border-radius:4px;background-color:#ffffff;border:solid 1px #cccccc;margin-left:10px}.create-prediction--result:disabled{background:#eeeeee;border:0;cursor:not-allowed}.live-message--action--time--sec{vertical-align:top;font-size:16px;font-weight:300;letter-spacing:-1px;text-align:center;color:#9b9b9b}.live--users-online{position:absolute;top:7px;right:40px;display:flex;align-items:center}.live--users-online--circle{width:12px;height:12px;background-color:#2fcd4a;display:inline-block;border-radius:50%}.live--users-online--label{font-size:14px;line-height:1.71;text-align:left;color:#4a4a4a;margin-left:8px}.analytics-page{padding:15px 38px;display:flex;flex-wrap:wrap;justify-content:center;max-width:1300px;left:0;right:0;margin:auto}.analytics-page--map--card{width:620px;height:350px;background-color:#ffffff;box-shadow:0 2px 3px 0 #e3dddd;border-radius:4px;margin:10px}.analytics-page--map--card--content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:gray}.analytics-page--map--left--card{width:300px;height:320px;background-color:#ffffff;box-shadow:0 2px 3px 0 #e3dddd;border-radius:4px;margin:10px;padding-top:20px;display:flex;flex-direction:column;justify-content:flex-start}.analytics-page--map--left--card>.analytics-page--card--chart-loading{margin:0}.analytics-page--map--left--card--header{display:flex;width:100%;padding:0 20px 5px 32px}.analytics-page--country--users--title{width:100%;margin-right:10px}.analytics-page--map--left--card--title{font-size:16px;font-weight:bold;line-height:1.19;color:#373a3c;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end}.analytics-page--map--left--card--content{flex:1;display:flex;flex-direction:column;border-top:solid #d8d8d8 1px}.analytics-page--map--left--card--country{display:flex;flex-direction:row;height:30px;width:100%}.analytics-page--map--left--card--country--order{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:30px;width:30px}.analytics-page--map--left--card--country--order-number{color:#39393a;font-weight:bold;font-size:14px;line-height:18px;margin-left:8px}.analytics-page--map--left--card--country--name-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:30px;width:142px;border-left:solid #d8d8d8 1px;border-right:solid #d8d8d8 1px}.analytics-page--map--left--card--country--flag{width:20px;height:14px;margin-left:8px}.analytics-page--map--left--card--country--name{color:#39393a;font-size:14px;line-height:18px;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analytics-page--map--left--card--country--users{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:30px;width:103px}.analytics-page--map--left--card--country--users--number{color:#39393a;font-weight:bold;font-size:14px;line-height:18px;margin-left:15px;color:#39393a;width:20px}.analytics-page--map--left--card--country--users--percentage{color:#39393a;font-size:14px;line-height:18px;margin-right:8px;margin-left:8px}.analytics-page--card{width:300px;height:320px;background-color:#ffffff;box-shadow:0 2px 3px 0 #e3dddd;border-radius:4px;margin:10px;padding:20px 30px;display:flex;flex-direction:column}.analytics-page--card--title{font-size:16px;font-weight:bold;line-height:1.19;color:#373a3c;display:flex;justify-content:space-between}.analytics-page--card--content{flex:1;display:flex;align-items:center;justify-content:center}.analytics-page--card--engagement-content{flex:1;display:flex;align-items:stretch;justify-content:center;flex-direction:column}.analytics-page--card--online-users--number{font-size:70px;line-height:0.91;letter-spacing:-4px;text-align:center;color:#0a91e6}.analytics-page--card--content--per-device{padding:40px}.analytics-page--card--footer{font-size:16px;line-height:1.19;text-align:right;color:#4a4a4a;display:flex;align-items:center;justify-content:center}.analytics-page--card--chart-loading{height:100%;width:100%;margin-top:15px}.analytics-page--card--chart-info{display:flex;margin-top:15px;justify-content:center;width:100%}.analytics-page--card--chart-info--item{margin:0 10px}.analytics-page--card--chart-info--item--text{font-size:12px;line-height:1.71;text-align:center}.analytics-page--card--chart-info--item--icon-number{display:flex;font-size:20px;font-weight:bold;line-height:1.05;text-align:center}.analytics-page--card--chart-info--item--icon{margin-right:4px}.analytics-page--card--chart-info--item--mobile{color:#0a91e6}.analytics-page--card--chart-info--item--desktop{color:#5021a6}.analytics-page--card--chart-info--item--mobile .analytics-page--card--chart-info--item--icon{background:url(/js/imgs/icon-mobile.svg);width:11px;height:19px;background-size:contain;background-repeat:no-repeat}.analytics-page--card--chart-info--item--desktop .analytics-page--card--chart-info--item--icon{background:url(/js/imgs/icon-desktop.svg);width:24px;height:19px;background-size:contain;background-repeat:no-repeat}.analytics-page--card--page-views--number{font-size:70px;line-height:0.91;text-align:center;color:#0a91e6}.analytics-page--card--engagement--number{font-size:70px;line-height:0.91;text-align:center;color:#0a91e6}.analytics-page--card--engagement-row{display:flex;flex:1;flex-direction:row;justify-content:flex-start;align-items:center}.analytics-page--card--engagement-row-title{display:flex;flex:2;flex-direction:row;justify-content:flex-start;align-items:center}.analytics-page--card--post-comments-row-title-icon{background:url(/js/imgs/post-comments.svg);width:20px;height:20px;background-size:contain;background-repeat:no-repeat;margin-left:-8px;padding-right:30px}.analytics-page--card--number-clicks-row-title-icon{background:url(/js/imgs/icon-number-clicks.svg);width:20px;height:20px;background-size:contain;background-repeat:no-repeat;margin-left:-8px;padding-right:30px}.analytics-page--card--chat-messages-row-title-icon{background:url(/js/imgs/chat-message.svg);width:20px;height:20px;background-size:contain;background-repeat:no-repeat;margin-left:-8px;padding-right:30px}.analytics-page--card--claps-row-title-icon{background:url(/js/imgs/clap-icon.svg);width:20px;height:20px;background-size:contain;background-repeat:no-repeat;margin-left:-8px;padding-right:30px}.analytics-page--card--thumbs-up-row-title-icon{background:url(/js/imgs/icon-thumbs-up-green.svg);width:20px;height:20px;background-size:contain;background-repeat:no-repeat;margin-left:-8px;padding-right:30px}.analytics-page--card--thumbs-down-row-title-icon{background:url(/js/imgs/icon-thumbs-down-red.svg);width:20px;height:20px;background-size:contain;background-repeat:no-repeat;margin-left:-8px;padding-right:30px}.analytics-page--card--engagement-row-content{display:flex;flex:1;flex-direction:row;justify-content:flex-end;align-items:center;margin-right:30px}.analytics-page--card--engagement-row-content-post-comments{color:#0a91e6}.analytics-page--card--engagement-row-content-chat-messages{color:#47149d}.analytics-page--card--engagement-row-content-claps{color:#47149d}.analytics-page--card--engagement-row-content-thumbs-up{color:#2dc73a}.analytics-page--card--engagement-row-content-thumbs-down{color:#e9344a}.analytics-page--card--average-session-time--number{font-size:70px;line-height:0.91;text-align:center;color:#0a91e6}.live-message--reactions{display:flex}.live-message--reaction--icon--thumbs-up{background:url(/js/imgs/icon-thumbs-up.svg);width:16px;height:16px}.live-message--reaction--icon--thumbs-up__green{background:url(/js/imgs/icon-thumbs-up-green.svg);width:16px;height:16px}.live-message--reaction--icon--thumbs-down{background:url(/js/imgs/icon-thumbs-down.svg);width:16px;height:16px}.live-message--reaction--icon--thumbs-down__red{background:url(/js/imgs/icon-thumbs-down-red.svg);width:16px;height:16px}.live-message--reactions{display:flex}.live-message--reaction--icon--thumbs-up{background:url(/js/imgs/icon-thumbs-up.svg);width:16px;height:16px}.live-message--reaction--icon--thumbs-up__green{background:url(/js/imgs/icon-thumbs-up-green.svg);width:16px;height:16px}.live-message--reaction--icon--thumbs-down{background:url(/js/imgs/icon-thumbs-down.svg);width:16px;height:16px}.live-message--reaction--icon--thumbs-down__red{background:url(/js/imgs/icon-thumbs-down-red.svg);width:16px;height:16px}.live-message--reaction--container{font-size:12px;text-align:center;color:#9d9d9d;display:flex;align-items:center;padding:10px 15px 9px 0}.live-message--reaction--number{margin-left:10px}.live-message--reaction--clap--container{width:32px;height:32px;background-color:#ffffff;box-shadow:0 1px 3px 0 rgba(0,0,0,0.25);border:solid 1.3px #e8e8e8;border-radius:50%;display:flex;align-items:center;justify-content:center}.live-message--reaction--container__claps{padding:0}.live-message--reaction--clap--icon{background:url(/js/imgs/clap-icon-gray.svg) center center/contain no-repeat;width:20px;height:20px;display:inline-block}.live-motor-racing--list{margin:0 auto;list-style:none;padding:0;max-width:900px;margin-top:24px}.live-motor-racing--item{margin-bottom:16px;height:92px;background-color:#ffffff;box-shadow:0 2px 5px 0 rgba(0,0,0,0.2);border:solid 1.1px #f5f6fa;display:flex;align-items:center;position:relative;justify-content:center;cursor:move}.live-motor-racing--item--position{width:150px;font-size:50px;font-weight:300;line-height:1.16;letter-spacing:-4px;color:#9d9d9d;margin-left:60px}.live-motor-racing--item--info{display:flex;align-items:center;flex:1}.live-motor-racing--item--info--scuderia--image{width:45px;height:45px}.live-motor-racing--item--info--pilot--image{width:60px;height:60px;border-radius:50%;margin-left:30px;margin-right:16px}.live-motor-racing--item--info--scuderia--car{width:100px;height:25px;margin-right:16px}.live-motor-racing--item--info--pilot--info--name{font-size:14px;font-weight:bold;line-height:1.71;text-align:left;color:#4a4a4a}.live-motor-racing--item--info--pilot--info--country{font-size:13px;font-weight:300;text-align:left;color:#4a4a4a}.live-editable-score--team{display:flex;align-items:center;border:2px solid transparent;padding:3px;border-radius:24px;cursor:pointer}.live-editable-score--team--edit{color:#b8b8b8;font-size:16px;margin:0 6px}.live-editable-score--team--title{font-style:normal;font-weight:bold;line-height:24px;font-size:16px;text-align:center;color:#4a4a4a;margin-right:16px}.live-editable-score--team--title__team2{margin-right:0;margin-left:16px}.live-editable-score--team--image{width:40px;height:40px;background:#fafafa;border:1px dotted #9d9d9d;box-sizing:border-box;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.live-editable-score--team--image--icon{font-size:17px;color:#dadada}.live-editable-score--x{font-style:normal;font-weight:normal;line-height:16px;font-size:14px;text-align:center;color:#8e8e8e;margin:0 15px}.live-editable-score__cricket .live-editable-score--x{font-weight:bold;font-size:16px;color:#4a4a4a;margin:0px 40px}.live-score-cricket--input-row{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.live-editable-score--teams{display:flex;align-items:center;justify-content:center}.live-editable-score--team--numbers{display:flex;margin-top:16px;justify-content:center}.live-score--info--number{max-width:160px;margin:0 20px}.live-score--info--number--cricket{width:73px;margin:0 4px}.live-score--info--inning-text--cricket{margin:0px 11px;width:70px;height:36px;margin-bottom:10px;line-height:16px;font-size:14px;color:#8e8e8e;display:flex;align-items:center;justify-content:center}.live-score--info--input--cricket{text-align:center;border:1px solid #ccc;height:36px;font-weight:bold;font-size:16px;color:#373a3c;padding-top:7px}.live-score--info--input-text-cricket{text-align:left}.live-score--info--input-text-cricket::placeholder{font-weight:normal;font-size:12px;color:#dcdcdc}.live-editable-score--team:hover{border-color:#00c1f9;background:#fafafa}.live-editable-score--team:hover .live-editable-score--team--edit{color:#00c1f9}.live-editable-score--team:hover .live-editable-score--team--title{color:#00c1f9}.live-editable-score--team:hover .live-editable-score--team--image{border-color:#00c1f9}.live-editable-score--team:hover .live-editable-score--team--image--icon{color:#00c1f9}.live-editable-score--team--wrapper__team2 .live-editable-score--team{flex-direction:row-reverse}.live-editable-score--team--wrapper__team2 .live-editable-score--team--title{margin-right:0;margin-left:16px}.live-volleyball-editable-score{display:flex;flex:1;flex-direction:row;height:100px}.live-volleyball-editable-score--table{width:100%}.live-volleyball-editable-score--tbody td{padding:0px 10px 0 0;width:80px;text-align:center}.live-volleyball-editable-score--tbody td .react-numeric-input input{border:1px solid #ccc}.live-volleyball-editable-score--tbody td .react-numeric-input b{background:#f1f1f1 !important;border:none !important;box-shadow:none !important;right:1px !important;top:1px !important}.live-volleyball-editable-score--tbody td .react-numeric-input b:last-child{top:50% !important;bottom:1px !important}.live-volleyball-editable-score--tbody td .react-numeric-input b:hover{background:#d2d2d2 !important}.live-volleyball-editable-score--thead th{text-align:center}.live-volleyball-editable-score--column--wrapper{display:flex;flex:1;flex-direction:column;justify-content:space-around}.live-volleyball-editable-score--column--wrapper--item{font-size:18px;color:#4a4a4a;margin:10px;white-space:nowrap;text-overflow:ellipsis}.xyzw{height:27.5px !important}.live-volleyball-editable-score--column--wrapper--item .react-numeric-input b{border-radius:5% !important;width:2.3ex !important;height:2.3ex !important}.live-editable-score{width:100%}.live-editable-score__cricket{max-width:420px}.live-editable-score--team--wrapper{width:100%;display:flex;justify-content:flex-end}.live-editable-score--team--wrapper__team2{justify-content:flex-start}.live-score--info--number--wrapper{width:100%;display:flex;justify-content:flex-end}.live-score--info--number--wrapper--cricket{display:flex;flex-direction:column;justify-content:center}.live-score--info--number--wrapper--cricket>div{margin-bottom:10px}.live-score--info--number--wrapper__team2{justify-content:flex-start}.live-editable-score--team--image-set{border:0;border-radius:0}.event-team-editable{margin-bottom:20px}.create-team--select-country{margin-left:130px}.schedule-post{padding:24px 96px}.schedule-post--input--wrapper{position:relative}.schedule-post--input{margin:5px 0;padding-right:30px}.schedule-post--input--icon{position:absolute;top:6px;right:14px;font-size:17px}.scheule-post--button-wrapper{display:flex;justify-content:flex-end}.live--pbp--tabs{width:100%;text-align:center}.live-draft{padding:8px 16px;border-bottom:1px solid #e8e8e8}.live-draft--message{width:100%}.live-draft--text{font-weight:300;line-height:16px;font-size:12px;color:#8e8e8e;word-break:break-all}.live-draft--badge--type{font-style:normal;font-weight:500;line-height:10px;font-size:10px;text-transform:uppercase;color:#ffffff;background:#d7d7d7;padding:4px 5px}.live-draft--header{margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}.live-draft--footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.live-draft--created{font-style:normal;font-weight:500;line-height:10px;font-size:10px;text-transform:uppercase;color:#8e8e8e}.live-draft--sender{font-style:normal;font-weight:normal;line-height:normal;font-size:10px;text-align:right;color:#8e8e8e}.live-draft--options>button{border:0;color:#8e8e8e}.live-draft--options>button:focus{outline:none}.live-draft--title{font-style:normal;font-weight:900;line-height:18px;font-size:15.6px;color:#4a4a4a;margin-top:0;margin-bottom:5px}.live-draft--post{display:flex}.live-draft--photo--wrapper{width:65px;height:65px;display:flex;align-items:center;justify-content:center}.live-draft--photo--wrapper>img{max-width:100%;max-height:100%}.live-draft--media{margin-right:10px}.live-drafts{position:absolute;height:calc(100% - 55px);overflow:auto;width:100%}.live-drafts .live-schedule-post-modal .alert-modal--main{z-index:10001}.live-drafts .live-schedule-post-modal .alert-modal--overlay{z-index:10000}.live-draft--badge--scheduled{font-weight:500;line-height:10px;font-size:10px;text-transform:uppercase;color:#8e8e8e;margin-left:5px}.live-edit-draft-modal--post-button{width:163px;position:relative}.live-edit-draft-modal--footer{display:flex;align-items:center;justify-content:flex-end;margin-top:0px !important;background:#fff;box-shadow:0 -2px 4px rgba(0,0,0,0.045);position:relative;border-radius:4px;margin:0;padding:14px 0}.live-edit-draft-modal--schedule{display:flex;align-items:center;margin-left:30px;margin-bottom:20px}.live-edit-draft-modal--schedule>div{margin-right:15px}.live-edit-draft-modal--schedule .schedule-post--input{margin:0}.live-edit-draft-modal--schedule--clean{cursor:pointer;font-size:12px;color:#8e8e8e}.live-bookmarks{position:absolute;height:calc(100% - 55px);overflow:auto;width:100%}.live-draft--article{display:flex;border:1px solid #eceeef}.live-draft--article--image{width:65px;height:65px;flex-shrink:0}.live-draft--article--content{margin-left:10px;padding:5px}.live-draft--article--title{font-style:normal;font-weight:900;line-height:18px;font-size:14px;color:#4a4a4a;margin-bottom:10px}.live-draft--article--text{font-style:normal;font-weight:300;line-height:16px;font-size:12px;color:#8e8e8e}.live-draft--article--provider--img{width:10px;height:10px}.live-draft--article--provider--text{font-size:11px;color:#8e8e8e;margin-left:5px}.live--header--notifications--icon{color:black;outline:none}.live--header--notifications--icon:focus,.live--header--notifications--icon:hover{outline:none;color:black}.live--header--notifications--icon--whatsnew{background:url(/js/imgs/icon-whats-new.png) 50%/contain no-repeat;width:28px;height:28px;margin-bottom:4px;cursor:pointer}.Canny_Badge{top:19px !important;right:17px !important}.loader-live{display:inline-block;position:relative;width:50px;height:50px;display:block;margin:0 auto}.loader-quart{border-radius:50px;border:6px solid rgba(255,255,255,0.4)}.loader-quart:after{content:'';position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50px;border:6px solid transparent;border-top-color:#656c7a;-o-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);tranform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);tranform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);tranform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);tranform:rotate(360deg)}}.live-message--message a{color:var(--color-link)}.live-message--message a:hover{color:var(--color-link-hover)}.live-message--title__link{margin-bottom:10px;font-weight:300;font-size:14px;color:#454C5F}.live-message--title__link:hover{color:var(--color-link-hover) !important}.comments--empty--icon{background:url(/js/imgs/empty_state_comments.png) center center/contain no-repeat;width:72px;height:72px}.comments--empty{padding:41px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.comments--empty--text{margin-top:26px;font-weight:bold;line-height:21px;font-size:18px;color:#8e8e8e}.live-message--action-pitstop{margin-bottom:10px}.live-message---action-pitstop--driver{align-items:center;display:flex;margin-bottom:10px}.live-message---action-pitstop--driver--name--first{color:#454c5f;font-size:16px;font-weight:900;line-height:1.25}.live-message---action-pitstop--driver--name--last{height:13px;font-size:10px;font-weight:900;line-height:1.3;color:#9b9b9b;text-transform:uppercase}.live-message---action-pitstop--driver--img{margin-right:10px;background-size:contain;border-radius:50%;min-height:50px;min-width:50px}.live-message---action-pitstop--pitstop--img{margin-right:10px;width:60px;height:15px}.live-message---action-pitstop--tires{max-width:400px}.live-message---action-pitstop--tire{display:flex;align-items:center;justify-content:space-between}.live-message---action-pitstop--tire__off{opacity:0.5}.live-message---action-pitstop--tire-img{display:flex;min-height:50px;min-width:50px}.live-message---action-pitstop--tire-name{margin-left:10px;color:#454c5f;font-weight:900;line-height:20px;font-size:16px;text-transform:uppercase}.live-message---action-pitstop--time{margin-top:10px;font-weight:300;line-height:20px;font-size:14px;color:#454c5f}.live-message---action-pitstop--time__duration{font-weight:900;text-transform:uppercase}.live-message---action-pitstop--change{font-weight:900;line-height:13px;font-size:10px;text-align:right;text-transform:uppercase}.live-message---action-pitstop--change__on{color:#2fcd4a}.live-message---action-pitstop--change__off{color:#f04d5c}.event--form--date--container{display:flex}div.ReactTags__tags{position:relative}div.ReactTags__tagInput{width:200px;border-radius:2px;display:inline-block}div.ReactTags__tagInput input,div.ReactTags__tagInput input:focus{margin:0;font-size:12px;width:100%;border:1px solid #eee;padding:8px 10px;display:block}div.ReactTags__selected span.ReactTags__tag{border:1px solid #ddd;background:#eee;font-size:12px;display:inline-block;padding:5px 10px;margin:0 3px;cursor:move;border-radius:2px}div.ReactTags__selected a.ReactTags__remove{color:#aaa;margin-left:5px;cursor:pointer;font-size:14px}div.ReactTags__suggestions{position:absolute}div.ReactTags__suggestions ul{list-style-type:none;box-shadow:0.05em 0.01em 0.5em rgba(0,0,0,0.2);background:white;width:220px;padding:0;margin:0}div.ReactTags__suggestions li{border-bottom:1px solid #ddd;padding:10px 5px;margin:0}div.ReactTags__suggestions li mark{text-decoration:underline;background:none;font-weight:600}div.ReactTags__suggestions ul li.active{background:#b7cfe0;cursor:pointer}.ReactTags__tagInputField{background-color:#FFFFFF;background-image:none;border:1px solid #e5e6e7;border-radius:1px;color:inherit;display:block;padding:6px 12px;transition:border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;width:100%;font-size:14px;box-shadow:none;outline:none}.ReactTags__tagInputField:focus{border-color:#1ab394 !important}.event--language--wrapper{display:flex;align-items:center}.event--language--wrapper input{margin:0}.event--language--flag{width:30px;height:22px;margin:0 5px}.event--language--second{margin-left:30px}.event--inner-section{border-top:1px solid #e5e6e7;margin:30px}.event--inner-section--images{display:flex;align-items:center;justify-content:space-between}.event--inner-section--image-wraper{display:flex}.event--inner-section--images--remove{position:relative;top:40px;color:white;font-size:20px;height:30px;cursor:pointer}.event--inner-section--header{color:#d5d5d5;text-align:center;padding:10px}.event--image--wrapper{display:flex;margin-top:30px;align-items:flex-end;flex-wrap:wrap-reverse;flex-direction:column;justify-content:flex-end;width:180px}.event--box--image--preview{background:#f5f6fa;display:flex;align-items:center;justify-content:center;flex-shrink:0}.event--box--image--preview--icon{color:#d2d2d2;font-size:20px}.event--box--image--preview--avatar,.event--box--image--preview--avatar>img{border:1px solid #d2d2d2;border-radius:4px;width:74px;height:74px}.event--box--image--preview--cover,.event--box--image--preview--cover>img{border:1px solid #d2d2d2;border-radius:4px;width:174px;height:100px}.color-component--color{width:25px;height:25px;border-radius:2px}.color-component--color--hidden{width:20px;height:20px}.color-component--wrapper{width:55%}.color-component--swatch{background:#fff;cursor:pointer;border-radius:4px;display:flex;align-items:center;width:155px;padding:0;border:1px solid #dbdbdc}.color-component--swatch--hidden{background:#fff;cursor:pointer;border-radius:4px;display:flex;align-items:center;width:100%;padding:0}.color-component--popover{border-radius:6px;box-shadow:0px 0px 3px #D3D3D3;position:absolute;z-index:2;left:-50px;top:35px}.color-component--popover--hidden{position:absolute;z-index:4;margin-left:-65px;margin-top:15px}.color-component--cover{position:fixed;top:0px;right:0px;bottom:0px;left:0px}.color-component--cover--wrapper{padding:7px;background:#eceeef;border:1px solid #dbdbdc;border-top-left-radius:4px;border-bottom-left-radius:4px}.color-component--cover--wrapper--hidden{background:transparent;border:1px solid #dbdbdc}.color-component--color--hex{color:#c7c7ca;margin-left:10px}.color-component--color--hex--hidden{font-size:14px;line-height:1.14;color:#8e8e8e;padding-left:8px;font-weight:400}.color-component--wrapper__top{position:relative;width:100%}.color-component--wrapper__top .color-component--popover--hidden{margin:0px;bottom:36px;left:-70px}.color-component--wrapper__top .block-picker>div:first-child{transform:rotate(180deg);border-width:0 8px 10px !important;border-color:transparent transparent rgba(0,0,0,0.1) !important;top:216px !important}.color-component--wrapper__top .block-picker>div:first-child::after{content:"";border-style:solid;border-width:0 6px 9px;display:flex;border-color:transparent transparent #fff;position:relative;z-index:1 !important;top:1px;right:6px}.event--box--container{background:white;padding:15px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);border-radius:4px;margin-bottom:25px}.event--status--wrapper .radio label{padding-left:22px}.event--status--wrapper .popover-content{font-size:12px;line-height:14px;letter-spacing:0.0164214em;padding:4px 10px}.event--status--wrapper--items--wrapper{display:flex;justify-content:space-between;align-items:flex-end}.event--form--label{position:relative;text-align:left !important}.event--form--label2{color:#8e8e8e}.new_label{background:#FFE81B;padding:3px 5px;border-radius:10px;font-weight:bold;font-size:7px;color:#5021A6;position:absolute;top:0;right:45px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.event--box--label-warning label{color:#EB5757;font-size:12px;font-style:italic;font-weight:300;margin-top:5px}.event--box--label-warning label{color:#EB5757;font-size:12px;font-style:italic;font-weight:300;margin-top:5px}.event--box--label-warning-required{display:flex;background:#EB5757;height:14px;width:14px;border-radius:50%;padding:2px 2px 2px 5px;margin:10px}.required-field--star:after{content:"*";vertical-align:sub;margin-left:8px}.event--form--img{width:100%;height:131px;margin-top:10px}.chat-bottom{background:url(/js/imgs/bottom.svg) 0%/contain no-repeat}.chat-tab{background:url(/js/imgs/tab.svg) 0%/contain no-repeat}.chat-side{background:url(/js/imgs/aside.svg) 0%/contain no-repeat}.chat-overlay{background:url(/js/imgs/overlay.svg) 0%/contain no-repeat}.theme-light{background:url(/js/imgs/light.png) center center/contain no-repeat;width:116px;height:80px}.theme-dark{background:url(/js/imgs/dark.png) center center/contain no-repeat;width:116px;height:80px}.theme-custom{background:url(/js/imgs/custom.png) center center/contain no-repeat;width:116px;height:80px}.liveblog-timeline-format{background:url(/js/imgs/liveblog-timeline-format.png) center center/contain no-repeat}.liveblog-no-timeline-format{background:url(/js/imgs/liveblog-no-timeline-format.png) center center/contain no-repeat}.liveblog-card-format{background:url(/js/imgs/liveblog-card-format.png) center center/contain no-repeat}.exclamation-icon{background:url(/js/imgs/icon-exclamation.png) center center/contain no-repeat;width:3px;height:10px}.event--form--edit{color:#9173C7;font-size:12px;line-height:14px;font-weight:bold;margin-left:43px;cursor:pointer}.ReactTags__selected{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.ReactTags__tag{margin-top:10px !important;order:2}.ReactTags__tagInput{width:100% !important;flex-shrink:0;order:1}.event--box--title{padding:12px 20px;font-weight:700;font-size:18px;border-bottom:1px solid #f5f6fa;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;color:#4a4a4a;margin-left:-10px;margin-right:-10px}.subitem--wrapper{display:flex;align-items:center;border-left:2px solid #dedfe0;margin:10px 0}.subitem--label{flex-shrink:0;margin:0 10px}.switch--wrapper{display:flex;align-items:center}.switch--subtitle{margin-left:10px;font-style:italic;font-weight:300;color:#8E8E8E;flex-shrink:1 !important}.event-list--events--container{display:flex;justify-content:center;width:100%}.event-list--container{max-width:900px;margin:20px auto}.events{width:100%}.events--card--wrapper{display:flex;flex-wrap:wrap;justify-content:center}.events--item{padding:12px;display:flex;justify-content:space-between;width:100%}.events--item--wrapper{background:white;margin:13px 0;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);border-radius:4px;display:flex;cursor:pointer;transition:all 0.2s ease}.events--item--wrapper:hover{box-shadow:rgba(0,0,0,0.188235) 0px 10px 30px,rgba(0,0,0,0.227451) 0px 6px 10px}.events--item--img{width:100px;height:59px;flex-shrink:0}.events--item--info--wrapper{display:flex;justify-content:space-between;width:100%}.events--item--info{margin-left:20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.events--item--ctas{margin-left:10px;display:flex;margin-left:auto;margin-top:0;align-items:center}.events--item--info--title{font-size:17px;font-weight:300;line-height:1.18;color:#5021a6;word-break:break-word}.events--item--info--subtitle{height:16px;font-size:14px;text-align:left;color:#8e8e8e}.events--empty{display:flex;flex-direction:column;align-items:center;margin:100px auto}.events--empty--img{background:url(/js/imgs/empty-states_icon_event-list.svg);width:319px;height:155px;flex-shrink:0}.events--empty--title{height:21px;font-size:18px;font-weight:bold;text-align:center;color:#4e5766;margin-top:18px}.events--empty--text{width:274px;height:48px;font-size:18px;line-height:1.33;text-align:center;color:#737c89;margin-top:7px}.events--empty--btn{width:240px;height:48px;border-radius:5px;background-color:#a47fec;margin-top:24px;font-size:16px;color:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.dashborad-events{background:white}.events--item--ctas--item{margin-top:5px;height:29.1px;border-radius:4px;background-color:#f4f4f4;border:solid 1px #d3d3d3;display:flex;align-items:center;justify-content:center;color:#7c7c7c;padding:0 20px;font-size:13px;margin:0 3px}.event-form--buttons-wrapper{height:80px;background:white;position:fixed;bottom:0;width:calc(100% - 97px);left:97px;display:flex;align-items:center;justify-content:space-between;padding:0 100px;z-index:10;box-shadow:0 -2px 5px 0 rgba(0,0,0,0.1),0 1px 1px 0 rgba(0,0,0,0.3)}.event-form--buttons-wrapper .btn{margin-top:0px !important;margin-bottom:0px !important}.events--item--analytics--item{border-left:1px solid #f5f6fa;padding:0 20px}.event-analytics-item--quantity{text-align:center;margin-bottom:10px}.event-analytics-item--quantity--number{font-size:30px;font-weight:bold;color:#233646}.event-analytics-item--quantity--text{font-size:14px;font-style:italic;color:#b0b0b0}.event-analytics-item--graphs--platform{display:flex;flex-direction:column;height:45px;justify-content:space-between}.event-analytics-item--graphs--platform--badge{padding:5px;font-size:10px}.event-analytics--item{padding:30px 35px;display:flex;justify-content:space-between;align-items:center;background:white;margin:28px 0;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);border-radius:4px}.events--item--analytics{display:flex}@media screen and (max-width: 640px){.events--item{flex-direction:column}.events--item--info--wrapper{text-align:center}.events--item--info{margin:0 auto}.events--item--ctas{margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-left:auto}.analytics-item{flex-direction:column;height:150px}}.events-badge{width:100%;height:20px;color:white;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;line-height:1.54;border-top-left-radius:4px;text-transform:uppercase}.events-badge-live{background:#ff0054}.events-badge-today{background:#2fcd4a}.events-badge-upcoming{background:#efefef;color:#9b9b9b}.events-badge-done{background:#e8e8e8;color:#9b9b9b}.events-upcoming-wrapper{display:flex;flex-direction:column;align-items:center}.events-upcoming-day{height:30px;font-size:36px;font-weight:300;line-height:0.83;text-align:center;color:#9d9d9d;margin-bottom:7px}.events-done-day{height:30px;font-size:36px;font-weight:300;line-height:0.83;text-align:center;color:#e8e8e8;margin-bottom:7px}.events--past-events--separator{margin-top:30px;margin-bottom:10px;height:19px;font-size:16px;font-weight:bold;line-height:1.19;text-align:left;color:#373a3c}.event-form--ufc-events--wrapper{margin-top:10px}.event-form--ufc-events--wrapper>div{margin-left:0 !important}.soccer-tournament-rounds--title-wraper,.soccer-tournament-rounds--subtitle-wrapper{display:flex}.soccer-tournament-rounds--subtitle{font-size:14px;line-height:1.14;text-align:center;color:#8e8e8e;position:relative;cursor:pointer}.soccer-tournament-rounds--loading{position:relative;left:25px}.soccer-tournament-rounds--title-wraper .soccer-tournament-rounds--loading .load{position:absolute;top:5px}.soccer-tournament-rounds--subtitle-wrapper .soccer-tournament-rounds--loading .load{position:absolute}.soccer-tournament-rounds--loading .load .loading-inner{stroke-width:15px}.tournament-matches--empty{display:inline-block;width:100%;text-align:center;margin-top:20px;font-size:13px}.tournament-rounds--event--name{font-size:13px;font-weight:bold;line-height:1.31;color:#373a3c}.tournament-rounds--event--venue{font-size:12px;line-height:1.14;color:#8e8e8e;margin-top:3px}.official-event--event{display:flex}.official-event--event--image{width:40px;height:40px;margin-right:10px}.official-event--event--name{font-size:13px;font-weight:bold;line-height:1.31;color:#373a3c}.official-event--event--venue{font-size:12px;line-height:1.14;color:#8e8e8e}.official-event--event--info{text-align:left}.tournament-rounds--event--img{width:35px;height:35px}.tournament-rounds--event--wrapper{display:flex;justify-content:space-between;width:100%;margin-left:10px}.tourmanent-rounds--select-all{background:rgba(232,232,232,0.5);width:100%;height:35px;display:flex;align-items:center;padding:0 10px}.tourmanent-rounds--select-all--label{font-size:14px;line-height:1.14;color:#8e8e8e;margin-left:10px}.tourmanent-rounds--select-all--checkbox{width:15px;height:15px;background-color:#ffffff;border:solid 1px #9d9d9d;margin:0 !important}.soccer-tournament-rounds--match--checkbox{width:15px;height:15px;background-color:#ffffff;border:solid 1px #9d9d9d;margin:0 10px !important}.event--edit-later{font-size:14px;line-height:1.14;color:#8e8e8e}.new-event--num-events{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;width:100%;height:14px;text-align:center;font-size:14px;line-height:1.14;color:#8e8e8e}.new-event--corona-map--label{display:flex;align-items:center}.new-event--corona-map--icon{background:url(/js/imgs/icon-new.png) center center/contain no-repeat;width:24px;height:24px;margin-left:5px}.new-event--corona-map--hint{display:flex;font-size:20px;margin-left:5px}.soccer-tournament-rounds--datepicker{visibility:hidden;position:absolute;top:25px;right:-71px;background:white;border-radius:3px;background-color:#fcfcfc;box-shadow:0 2px 5px 0 rgba(0,0,0,0.25);border:solid 1px #e5e5e5;padding:10px;z-index:10}.events-template{padding:30px;width:600px;margin-left:auto;margin-right:auto}.events-template--description{font-size:14px;line-height:1.71;color:#4a4a4a;padding:10px 0;border-bottom:1px solid #e8e8e8;margin-bottom:30px}.events-template--save--wrapper{text-align:center;margin-top:20px;width:100%;justify-content:center;display:flex}.events-template--save{width:250px;margin:0 auto;margin-top:40px;display:block}.events-template--reset{margin-bottom:20px;text-align:right}.match-card{width:100%;height:140px;background-color:#ffffff;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);border-radius:4px;margin:10px 0}.match-card--players--wrapper{display:flex;align-items:center}.match-card--player{width:54px;height:54px;border:solid 1px #f5f6fa;border-radius:50%}.match-card--player--vs{font-size:16px;font-weight:bold;line-height:1.19;text-align:center;color:#373a3c}.match-card--player--wrapper{margin:0 16px;position:relative}.match-card--player{width:54px;height:54px;border:solid 1px #f5f6fa;border-radius:50%}.match-card--overlay{display:flex;font-size:13px;font-weight:300;font-style:normal;font-stretch:normal;line-height:normal;letter-spacing:normal;text-align:right;color:#4a4a4a;margin-top:10px;font-weight:bold;width:100%}.match-card--divisor{width:48px;flex-shrink:0}.match-card--player--name--last{font-weight:bold}.match-card--loss-badge{position:absolute;top:0;bottom:0;margin:auto;width:54px;height:20px;border-radius:2px;background-color:#ff0059;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;line-height:1.27;text-align:center;color:#ffffff;text-transform:uppercase}.match-card--draw-badge{position:absolute;top:0;bottom:0;margin:auto;width:54px;height:20px;border-radius:2px;background-color:#0091B4;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900;line-height:1.27;text-align:center;color:#ffffff;text-transform:uppercase}.match-card--badge--p2{left:74px}.match-card--badge--p1{right:74px}.match-card--win-badge{position:absolute;top:0;bottom:0;margin:auto;width:54px;height:20px;border-radius:2px;background-color:#2fcd4a;font-size:11px;font-weight:900;line-height:1.27;text-align:center;color:#ffffff;text-transform:uppercase;display:flex;align-items:center;justify-content:center}.match-card--player--name{width:100%;display:flex}.match-card--player--record{font-weight:300;margin:0 10px}.match-card--player--name--left{justify-content:flex-end}.match-card--menu{position:absolute;top:10px;right:10px}.event--field--hint{font-size:20px;float:right;flex:1;text-align:right}.new-event--label--hint{font-size:17px;margin-left:10px}.sports--sport--info--img{width:20px;height:20px;flex-shrink:0}.sports--sport--info{display:flex;align-items:center;margin:6px 10px}.sports--sport--info--basic{display:flex;flex-direction:column;align-items:flex-start;margin-left:10px}.sports--sport--info--name{font-size:15px;font-weight:bold;line-height:1.17;color:#5021a6;margin-left:20px}.soccer-tournament-rounds--header--right__disabled,.soccer-tournament-rounds--header--left__disabled,.soccer-tournament-rounds--header--right__disabled:hover,.soccer-tournament-rounds--header--left__disabled:hover{color:#eee}.tournament-option--top--title{font-size:10px;line-height:2.4;color:#9b9b9b;border-top:1px solid #e4e4ee;position:absolute;top:-20px;left:0;width:100%;padding-left:10px}.tournament-option--recent--title{font-size:10px;line-height:2.4;color:#9b9b9b;position:absolute;top:-20px;left:0;width:100%;padding-left:10px}.event-form--ufc-events--wrapper .Select-menu-outer{max-height:600px !important}.event-form--ufc-events--wrapper .Select-menu{max-height:598px !important}.event-form--sports--wrapper .Select-menu-outer{max-height:388px !important}.event-form--sports--wrapper .Select-menu{max-height:386px !important}.event-form--sports--loading{text-align:center;margin-top:24px}.events-badge--wrapper{width:65px;background:#f5f6fa;border-bottom-left-radius:4px;flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between}.events-badge--date{color:#a57cef;text-align:center;margin-top:2px}.events-badge--date--day{font-size:20px}.events-badge--date--month{font-size:12px}.events-badge--date--hour{font-size:10px}.events-info-done .events-badge--date{color:#cccccc}.events-item--past .events--item--info--title,.events-item--past .events--item--info--subtitle{color:#9b9b9b}.events--item--team--logo{width:30px;height:30px}.events--item--team--name{font-size:12px;font-weight:bold;line-height:0.8;color:#4a4a4a;margin-top:5px}.events--item--match{display:flex;align-items:center;width:100px;flex-shrink:0;justify-content:center}.events--item--team{text-align:center}.events--item--match--vs{color:#4a4a4a;font-size:6px;margin:0 8px;padding-bottom:10px}.events--search--input--icon{font-size:14px;color:#9b9b9b;margin-left:-29px;padding:5px;cursor:pointer}.events--search--input--icon:hover{color:#4A4A4A}.events--item--card--wrapper{width:268px;box-shadow:none;border-radius:0;width:auto;margin:0;border-top-right-radius:4px;flex:1}.events--item--card--wrapper:hover{box-shadow:none}.events--item--card{flex-direction:column}.events--item--card--info{margin-left:0;width:180px}.events--item--card--info--title{font-size:14px;color:#4a4a4a;width:100%;text-align:left}.events--item--card--info--title__one-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.events--item--card--info--subtitle{font-size:14px;line-height:1.14;color:#8e8e8e;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.events--item--card--img{margin:0 auto;width:167px;height:105px}.events--item--card--container{background:white;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);border-radius:4px;cursor:pointer;transition:all 0.2s ease;width:268px;margin:15px 20px;display:flex;flex-direction:column;justify-content:space-between}.events--item--card--container:hover{box-shadow:rgba(0,0,0,0.188235) 0px 10px 30px,rgba(0,0,0,0.227451) 0px 6px 10px}.events--item--card--ctas{margin-left:0;justify-content:space-between;display:flex;width:100%;border-top:1px solid #efefef}.events--item--card--team--logo{width:60px;height:60px}.events--item--card--team--name{font-size:18px}.events--item--card--match--vs{font-size:12px;color:#9b9b9b}.events-badge--card{height:24px}.events-badge--date--day--card{font-size:40px}.events-badge--date--month--card{font-size:16px}.events-badge--date--hour--card{font-size:12px}.events--header{position:relative;display:flex;justify-content:space-between}.events--display{top:7px;right:15px;display:flex;align-items:center;width:156px;justify-content:flex-end}.events--display--item--wrapper{width:26px;height:26px;padding:2px;display:flex;align-items:center;justify-content:center;margin:0 5px;cursor:pointer}.events--display--list{background:url(/js/imgs/bt-list.svg) center center/contain no-repeat;width:24px;height:24px}.events--display--list__selected{background:url(/js/imgs/bt-list-selected.svg) center center/contain no-repeat}.events--display--cards{background:url(/js/imgs/bt-cards.svg) center center/contain no-repeat;width:24px;height:24px}.events--display--cards__selected{background:url(/js/imgs/bt-cards-selected.svg) center center/contain no-repeat}@media screen and (max-width: 2262px){.events--card{width:1856px}}@media screen and (max-width: 1953px){.events--card{width:1540px}}@media screen and (max-width: 1637px){.events--card{width:1232px}}@media screen and (max-width: 1329px){.events--card{width:924px}}@media screen and (max-width: 1021px){.events--card{width:616px}}.event-auto-stream--header{display:flex;font-size:16px;font-weight:bold;line-height:1.19;color:#373a3c;margin-bottom:10px}.event-auto-stream--header--match,.event-auto-stream--item--match{width:110px}.event-auto-stream--header--accounts,.event-auto-stream--item--accounts{width:163px}.event-auto-stream--header--autopost,.event-auto-stream--item--autopost{width:95px}.event-auto-stream--header--starting-time,.event-auto-stream--item--starting-time{width:130px}.event-auto-stream--item--account{width:150px;height:27px;border:1px solid #e8e8e8;border-radius:4px;display:flex;align-items:center;margin:5px 0}.event-auto-stream--item--account--image{width:25px;height:25px;border-top-left-radius:4px;border-bottom-left-radius:4px}.event-auto-stream--item--account--icon{margin:0 5px;width:14px !important}.event-auto-stream--item--account--text{font-size:12px;font-weight:bold;line-height:1.58;color:#373a3c;width:92px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event-auto-stream--item--account--info{display:flex;align-items:center}.event-auto-stream--item{display:flex;position:relative}.event-auto-stream--item--json--icon{background:url(/js/imgs/icon-json.svg) center center/contain no-repeat;width:12px;height:12px}.event-auto-stream--item--rss--icon{background:url(/js/imgs/icon-rss.svg) center center/contain no-repeat;width:12px;height:12px}.event-auto-stream--item--dailymotion--icon{background:url(/js/imgs/icon-dailymotion.png) center center/contain no-repeat;width:12px;height:12px}.event-auto-stream--item--delete{color:#fd4444;font-size:20px;position:absolute;right:0;cursor:pointer}.event-auto-stream--item:not(:first-child){padding-top:15px;margin-top:15px;border-top:1px solid #e8e8e8}.event-auto-stream--item--starting-time--select{width:90px;height:38px;border-radius:4px;background-color:#ffffff;font-size:14px;line-height:1.71;color:#4a4a4a;margin-left:3px;border:0}.event-auto-stream--item--starting-time{display:flex;border:solid 1px #cccccc;border-radius:4px;height:40px;align-items:center}.event-auto-stream--item--starting-time--icon{font-size:18px;margin-left:10px;color:#9d9d9d}.event-auto-stream--item--accounts--add{width:147px;height:20px;border-radius:4px;background-color:#ffffff;border:solid 1px #e8e8e8;display:flex;align-items:center;cursor:pointer;justify-content:center}.event-auto-stream--item--accounts--add--icon{font-size:10px;font-weight:bold;color:#4a4a4a;margin:0 8px}.event-auto-stream--item--accounts--add--text{color:#4a4a4a;font-size:12px}.calendar-leagues--list{width:100%}.calendar-leagues--list--header{height:46px;background-color:#eeeeee;font-size:16px;font-weight:bold;line-height:1.19;text-align:left;color:#373a3c}.calendar-leagues--list--header>td:first-child{padding:0 57px}.calendar-leagues--list--row{font-size:14px;line-height:1.71;text-align:left;color:#4a4a4a;border-bottom:1px solid #e8e8e8}.calendar-leagues--list--row>td:first-child{padding:25px 57px}.calendar-leagues--list--info{display:flex;align-items:center}.calendar-leagues--list--image{width:30px;height:30px;display:block;margin-right:28px}.calendar-leagues--list--name{font-size:18px;font-weight:bold;line-height:1.17;text-align:left;color:#5021a6;margin-right:10px}.calendar--badge--live{text-transform:uppercase;border-radius:3px;background-color:#7ed321;padding:3px 5px;font-size:10px;font-weight:500;line-height:1.0;text-align:center;color:#ffffff;display:inline-block}.calendar-event--list--info{padding-top:1px;margin-left:20px}.calendar-event--list--item--premium{position:absolute;top:-14px;right:-30px;background:#F2C94C;border:1px solid #FCFCFC;font-weight:300;font-size:11px;color:#673AB7;border-radius:10px;line-height:16px;padding:0px 12px}.calendar-event--list--name{font-size:17px;font-weight:300;line-height:1.18;text-align:left;color:#5021a6;display:block}.calendar-event--list--league{font-size:14px;line-height:1.14;text-align:left;color:#8e8e8e}.calendar-events--group--date{font-size:24px;font-weight:bold;line-height:0.88;text-align:left;color:#5021a6;margin-bottom:20px;margin-left:57px}.calendar-events--group{margin-top:50px}.calendar-events--group:first-child{margin-top:25px}.calendar-event--list--header--column{width:125px}.calendar-events--loading{width:100%;display:flex;justify-content:center}.events--list--reload{background:url(/js/imgs/icon-reload.svg) center center/contain no-repeat;width:24px;height:24px}.events--create-event--btn{position:absolute;top:-2px;left:0}.event--status--overlay-wrapper{position:relative}.event--status--overlay{position:absolute;width:100%;height:81px;background:rgba(255,255,255,0.7);z-index:5;left:0}.events--item--subinfo{display:flex;margin:5px 0}.events--subinfo--icon-wrapper{margin-right:8px}.events--subinfo--icon-wrapper-background{display:flex;justify-content:center;align-items:center;margin:5px auto;background:#d7d7d7;border-radius:50%;height:30px;width:30px}.events--subinfo--icon--grid{width:20px;height:20px}.events--subinfo--icon--list{width:15px;height:15px}.events--item--subinfo--stream{font-size:14px;text-align:left;color:#8e8e8e;font-weight:normal;margin-left:13px;padding-left:13px;border-left:1px solid #8e8e8e}.events--item--subinfo--stream--number{font-size:16px;font-weight:bold;text-align:left;color:#373a3c}.stream--user-profile__selected{background:#9173c7;color:white}.stream--user-profile--name__selected,.stream--user-profile--displayname__selected{color:white}.events--item--ctas--hover--code{background:url(/js/imgs/icon-code.svg) center center/contain no-repeat;width:33px;height:20px;cursor:pointer}.events--item--ctas--hover--code:hover{background:url(/js/imgs/icon-code-hover.svg) center center/contain no-repeat}.events--item--ctas--hover--edit{background:url(/js/imgs/ic-edit.svg) center center/contain no-repeat;width:24px;height:24px;cursor:pointer}.events--item--ctas--hover--edit:hover{background:url(/js/imgs/ic-edit-hover.svg) center center/contain no-repeat}.events--item--ctas--hover{visibility:hidden;display:flex}.new-event--selected-events--item{font-size:14px;line-height:1.14;text-align:left;color:#8e8e8e;display:flex;margin-top:15px}.new-event--selected-events--item--icon{margin-right:10px;cursor:pointer}.new-event--selected-events--item--text{padding-bottom:16px;border-bottom:1px solid #e8e8e8;width:100%}.new-event--selected-events--item:last-child .new-event--selected-events--item--text{border-bottom:0}.events--item--card--streams{font-size:14px;line-height:1.14;text-align:center;color:#8e8e8e;border-top:1px solid #e8e8e8;padding-top:10px}.event--add-stream--placeholder{border:dashed 2px rgba(151,151,151,0.2);height:120px;display:flex;align-items:center;justify-content:center;cursor:pointer}.event--add-stream--placeholder--icon{width:50px;height:50px;border-radius:50%;background:#cfcfcf;color:white;display:flex;align-items:center;justify-content:center;font-size:28px}.event--add-stream--placeholder--desc{margin-left:16px}.event--add-stream--placeholder--desc--title{font-size:18px;font-weight:bold;line-height:1.06;text-align:left;color:#454c5f}.event--add-stream--placeholder--desc--subtitle{font-size:14px;line-height:1.71;text-align:left;color:#4a4a4a}.events--not-found{background:#F2F2F2;border-radius:3px;width:100%;height:37px;display:flex;align-items:center;justify-content:center;margin:15px 5px}.calendar-leagues--filters{display:flex;justify-content:center;padding-top:16px;padding-bottom:33px;flex-wrap:wrap}.calendar-leagues--filters--field{height:35px;border-radius:4px;background-color:#ffffff;border:solid 1px #cccccc;padding-left:10px;margin:8px}.calendar-leagues--filters--field--search--wrapper{position:relative}.calendar-leagues--filters--field--search--icon{position:absolute;top:0;bottom:0;margin:auto;font-size:20px;color:#9d9d9d;height:28px;left:19px}.calendar-leagues--filters--field--search--input{width:300px;padding-left:36px}.calendar-leagues--list--row>td:last-child{width:160px;padding-right:20px}.event-form--sports--wrapper .chosen-container-single{width:100% !important}.event--form--date--container input{min-width:0}.list-embeded-code--button--done{padding:13px 12px}.new-event--profanity-filter{display:flex;justify-content:space-between;padding:0 15px}.new-event--profanity-filter--label{font-weight:bold;font-size:14px}.new-event--profanity-filter--options{display:flex;flex-direction:column}.new-event--profanity-filter--options>div{display:flex}.new-event--profanity-filter--options .Select.is-focused:not(.is-open)>.Select-control{border-color:#d9d9d9 #ccc #b3b3b3;border:1px solid #ccc;box-shadow:unset}.new-event--profanity-filter--options--types{list-style:none;margin:0;padding:0}.new-event--profanity-filter--options--types--img{display:flex;height:70px;width:190px;border:2px dotted #999}@media screen and (max-width: 870px){.new-event--profanity-filter--options--types--img{margin-left:5px}}.new-event--profanity-filter--options--type{display:flex;align-items:center;height:24px}.new-event--profanity-filter--options--button{font-size:14px;border:none;background:none;margin:10px;color:#0A91E6;position:relative;top:8px}.new-event--profanity-filter--options--button:hover{text-decoration:underline;cursor:pointer}.new-event--profanity-filter--type--input{width:25px;margin-bottom:4px !important}.tournament-upgrade--info--img{background:url(/js/imgs/tournament-upgrade.png) center center/contain no-repeat;width:151px;height:122px;margin:0 auto;margin-bottom:40px}.switch--wrapper>span{flex-shrink:0}.event--layout-customization--items{display:flex;width:100%}.event--layout-customization--item{margin:0 20px}.event--layout-customization .event--form--img{width:143px;height:125px}.event--layout-customization .event--form--edit{margin-left:60px;margin-top:10px}.event--layout-customization--theme--cancel{display:flex;justify-content:center;align-items:center;height:10px;margin-top:20px}.event--premium-flag{background:#f2c94c;border:1px solid #fcfcfc;border-radius:10px;display:flex;justify-content:center;align-items:center;margin-left:20px;min-width:74px;min-height:18px}.event--premium-flag>span{font-style:normal;font-weight:300;font-size:11px;text-align:center;color:#673AB7}.add-editor--search-result--wrapper{background:rgba(255,255,255,0.95);padding-bottom:10px;z-index:10000;border-bottom-left-radius:4px;border-bottom-right-radius:4px;overflow-y:scroll;max-height:calc(100vh - 50px);position:absolute;top:37px;left:0;width:287px;box-shadow:0 2px 4px 0 rgba(0,0,0,0.33);background-color:white}.add-editor--search-input-results{position:relative}.add-editor--search-result{display:flex;align-items:center;padding:10px;cursor:pointer;border-top:1px solid #f3f3f3}.add-editor--search-result:hover{background:#fdfdfd}.add-editor--search-result--img{flex-shrink:0;width:38px;height:38px;padding:10px;border-radius:50%}.add-editor--search-result--info{width:100%;margin-left:10px}.add-editor--search-result--info--title{font-size:15px;font-weight:600;color:#3f4d51}.add-editor--search-result--info--subtitle{font-size:12px;font-weight:300;color:#9e9ea6}.add-editor--details--wrapper{background:white;padding:10px;margin:10px 0;display:flex;align-items:center;justify-content:center}.add-editor--details--icon--wrapper{display:flex;justify-content:center}.add-editor--details--icon{font-size:22px;cursor:pointer}.add-editor--details--info{width:100%}.editor-login{margin:0 auto;margin-top:70px}.editor-login--header{text-align:center;margin-bottom:50px}.editor-login--header--title{font-weight:300;line-height:normal;font-size:36px;text-align:center;color:#5021A6}.editor-login--header--subtitle{height:19px;font-size:16px;color:#4a4a4a}.editor-login--form{width:100%;max-width:390px;margin:0 auto}.editor-login--form-btn--wrapper{position:relative}.editor-login--form-btn--icon{position:absolute;right:22px;top:18px;color:white;font-size:16px}.editor-login--match{display:flex;align-items:center;justify-content:center}.editor-login--match>div{width:60px;height:60px;border-radius:50%;margin:0 10px}.editor-login--title{font-weight:300;line-height:normal;font-size:14px;color:#828282;margin-top:20px;margin-bottom:20px;text-align:center}.editor-login--form>input{margin:7px 0}.editor-login--form-btn,.editor-login--form-btn:focus{width:100%;height:50px;font-size:16px;font-weight:bold;text-align:center;color:#ffffff;margin:0 !important}.editor-login--form--explain{font-size:14px;line-height:1.71;text-align:center;color:#4a4a4a}.editor-login--forgot-password{margin-top:25px;font-size:14px;text-align:center;color:#8500ab;cursor:pointer}.analytics--empty--img{background:url(/js/imgs/empty-states_icon_analytics.svg);width:258px;height:144px}.analytics-item{display:flex;justify-content:space-around;align-items:center}.analytics-item--quantity{display:flex;flex-direction:column;align-items:center;height:65px;justify-content:space-between}.analytics-item--quantity--number{font-size:40px;line-height:30px}.analytics-item--quantity--text{font-size:12px;font-style:italic;color:#9e9ea6}.analytics-item--graphs--badge-left{margin-right:5px}.analytics-item--graphs--badge-right{margin-left:5px}.analytics-item--graphs--total{margin-top:20px}.analytics--items{width:100%}.live-stream--container .events--empty{cursor:pointer}.live-info--stream--placholder .events--empty{cursor:pointer;margin:40px auto 100px}.stream--empty--img{background:url(/js/imgs/empty-states_icon_stream-bw.svg) center center/contain no-repeat;height:205px;width:240px;flex-shrink:0}.events--empty:hover .stream--empty--img{background:url(/js/imgs/empty-states_icon_stream-color.svg) center center/contain no-repeat}.stream--empty--img--social-icons{background:url(/js/imgs/empty-states_icons.png) center center/contain no-repeat;height:31px;width:220px;flex-shrink:0;margin-top:26px;margin-bottom:41px}.live-info--stream--placholder{border:dashed 3px #e8e8e8;height:100%;display:flex;align-items:center;flex-direction:column;cursor:default;background:#fff}.live-info--stream--placholder--button{width:80px;height:80px;background-color:#e8e8e8;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column}.live-info--stream--placholder--button--icon{font-size:48px;color:#9d9d9d}.live-info--stream--placholder--title{margin-top:35px;height:19px;font-size:16px;font-weight:bold;line-height:1.19;text-align:center;color:#373a3c}.live-info--stream--placholder--subtitle{height:24px;font-size:14px;line-height:1.71;text-align:center;color:#4a4a4a}.live-info--streampin{height:100%}.live-info--streampin .live-srteam--stream--item{padding:0}.social-widget-pin-stream .live-srteam--stream--container{background:transparent;border:0;border-radius:0}.social-widget-pin-stream .live-info--streampin{display:flex}.social-widget-pin-stream .live-info--streampin>div{width:calc(50% - 15px)}.social-widget-pin-stream .live-info--streampin>div:nth-child(odd){margin-right:15px;margin-left:0px}.social-widget-pin-stream .live-info--streampin>div:nth-child(even){margin-left:15px;margin-right:0px}.social-widget-pin-stream .live-info--streampin>div:last-child{margin-left:15px;margin-right:0px}.social-widget-pin-stream .live-info--stream--placholder{margin-top:0px}.stream-modal--body .nav>li.active{border:none}.tabs-container .tabs-left>.nav-tabs.stream-config{width:21%;margin-top:3px}.tabs-container .tabs-left .panel-body{margin-left:21%}.stream-modal--body .nav-tabs.stream-config>li>a{padding:10px}.active>.tab-twitter{color:#1da1f7 !important}.active>.tab-youtube{color:#e62117 !important}.active>.tab-facebook{color:#365899 !important}.active>.tab-instagram{color:#cd486b !important}.active>.tab-reddit{color:#ff5700 !important}.stream-config--title{text-align:center;font-size:10px;color:#c5c5c5;margin-bottom:20px}.stream-config--tab--counter{width:17px;height:17px;background:#8e8e8e;color:#ffffff;border-radius:50%;text-align:center;font-size:10px;padding-top:2px;position:absolute;top:-7px;right:-8px}.stream-conding--group-input-button{display:flex;align-items:center;height:30px}.stream-conding--group-input-button>button{margin-left:5px}.tags{display:flex;flex-wrap:wrap}.tags--item{display:flex;color:white;background:#9173c7;align-items:center;justify-content:center;font-size:12px;padding:0 8px;height:24px;font-weight:100;margin-right:5px;margin-top:10px;border-radius:4px}.tags--item__duplicated{border:1px solid #f26500;box-sizing:border-box;box-shadow:inset 0px 0px 10px rgba(242,101,0,0.5);border-radius:4px}.tags--item--dot-warning-duplicated{width:7px;height:7px;background:#f26500;border:0.5px white solid;border-radius:50%;position:relative;bottom:6px;left:3px}.page-title-cta{margin-left:32px}.tags--item--text{margin-right:10px;height:12px;font-size:13px;font-weight:bold;line-height:0.92;color:#ffffff;max-width:460px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;direction:rtl}.result-profile{position:absolute;background:white;top:56px;width:100%;box-shadow:0 1px 4px rgba(0,0,0,0.25);border-radius:4px;padding:5px 0}.result-profile-typeahead{display:flex;align-items:center;font-size:13px;padding:7px 15px 6px 10px}.result-profile-typeahead--img{width:32px;height:32px;margin-right:10px;border-radius:4px;flex-shrink:0}.result-profile-typeahead--name{margin-right:5px;font-weight:600;flex-shrink:0}.result-profile-typeahead--displayname{color:#8899a6;flex-shrink:0}.result-profile-typeahead--followers{width:100%;text-align:right;text-transform:uppercase;color:#8899a6}.stream-config--form--wrapper{position:relative;margin-bottom:10px}.typeahead--wrapper{width:100%;position:relative}.typeahead--results--wrapper{position:absolute;background:white;top:30px;width:100%;box-shadow:0 1px 4px rgba(0,0,0,0.25);border-radius:4px;padding:5px 0;z-index:10}.typeahead--results--item{cursor:pointer}.stream-instagram-accounts .stream--user-profiles{margin-top:10px !important}.stream--user-profiles{display:flex;flex-wrap:wrap}.stream--user-profile{display:flex;align-items:center;border:1px solid #e5e6e7;border-radius:4px;padding-right:10px;margin-right:5px;background:white;margin-bottom:10px;justify-content:space-between;z-index:9999}.stream--user-profile__duplicated{border:1px solid #f26500;box-shadow:inset 0px 0px 10px rgba(242,101,0,0.5);padding-right:3px}.stream--user-profile--dot-warning-duplicated{width:7px;height:7px;background:#f26500;border-radius:50%;position:relative;bottom:15px}.stream-config-modal--tooltip-warning-duplicated{width:163px !important;background:#f26500 !important;text-align:center !important;color:#ffffff !important;padding:5px !important;transition:opacity 0.3s ease-in-out !important;font-size:12px !important;visibility:visible !important}.stream-config-modal--tooltip-warning-duplicated:after{border-left:4px solid transparent !important;border-right:4px solid transparent !important;border-top-color:#f26500 !important;bottom:-5px !important}.stream--user-profile--img{width:42px;height:42px;border-radius:4px;flex-shrink:0}.stream--user-profile--details{margin:0 10px;font-size:13px;flex-shrink:0}.stream--user-profile--name{font-weight:600;height:15px;font-size:13px;text-align:left;color:#5021a6}.stream--user-profile--displayname{color:#8899a6;font-size:12px;display:none}.stream--user-profile--delete{color:#676a6c;cursor:pointer;font-size:13px;height:13px}.stream--user-profile--data{display:flex;align-items:center}.typeahead--wrapper .sk-spinner-three-bounce div{width:8px;height:8px}.event-wizard .tags--item--delete{height:auto;margin-top:1px}.tags--item--delete{cursor:pointer;width:10px;height:16px;font-size:13px;color:rgba(255,255,255,0.37)}.live-srteam--stream--container{background:white;height:100%;border:1px solid #e1e8ed;border-radius:4px;position:relative;min-height:calc(100vh - 121px);overflow:hidden}.live-srteam--stream--header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(250,250,250,0.9);height:44px;margin-left:16px;margin-right:3px}.live-srteam--stream--sources{display:flex;align-items:center;justify-content:space-between;font-size:10px;margin:0 16px;border-bottom:1px solid rgba(250,250,250,0.9)}.live-srteam--stream--sources--social{display:flex;align-items:center;line-height:16px;color:#8e8e8e;cursor:pointer}.live-srteam--stream--sources--social>span{margin:5px 5px 5px 0}.live-srteam--stream--sources--social--text{color:#8e8e8e}.live-srteam--stream--sources--social-tags{display:flex;overflow:hidden;color:#358ebc;cursor:pointer}.live-srteam--stream--sources--tags{color:#358ebc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-stream--container{display:flex;overflow-x:scroll;overflow-y:hidden;height:calc(100vh - 90px);width:calc(100vw - 115px);padding-left:15px;padding-top:15px}.live-stream--container::-webkit-scrollbar{-webkit-appearance:none;width:7px;height:10px}.live-stream--container::-webkit-scrollbar-thumb{box-shadow:0 0 1px rgba(255,255,255,0.5);-webkit-box-shadow:0 0 1px rgba(255,255,255,0.5);border-radius:4px;background-color:#777}.live-stream--container .events--empty--btn,.live-info--stream--placholder .events--empty--btn{background:#9173c7;border-radius:4px;width:201px;height:32px;font-size:14px;text-transform:uppercase;margin:0px}.live-stream--container .events--empty--title,.live-info--stream--placholder .events--empty--title{height:auto;max-width:200px;margin-top:0px;margin-bottom:24px}.live-stream--item{min-width:380px;margin-right:5px;max-width:600px;width:100%}.live-srteam--stream--item{padding:10px}.live-srteam--stream--item iframe{max-width:100%}.live-stream-stream-video{margin-bottom:10px}.live-stream-stream-image{width:100%}.live-stream-stream-text--wrapper{margin-bottom:20px}.live-stream-stream-image--wrapper{margin-bottom:20px}.live-stream-stream-text{background:#f9f9f9;padding:20px;font-weight:normal;line-height:20px;font-size:14px;color:#676a6c;margin-bottom:20px}.live-stream-stream-text--author,.live-stream-stream-image--text{font-weight:normal;line-height:normal;font-size:12px;color:#454c5f;margin-left:20px;margin-top:20px}.live-srteam--stream--view-more{padding:10px 0;background-color:#f5f8fa;border-top:1px solid #e1e8ed;border-bottom:1px solid #e1e8ed;color:#1c84c6;text-align:center;cursor:pointer}.live-srteam--stream--view-more:hover{background-color:#e1e8ed}.live-srteam--stream--new{width:45px;border-bottom-left-radius:0;border-top-left-radius:0}.live-srteam--stream--item--wrapper{display:flex;flex-direction:column}.live-srteam--stream--title{font-size:14px;font-weight:600;color:#5021a6;line-height:normal;width:calc(100% - 144px) !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:0;flex:1}.live-srteam--stream--list{overflow:scroll;height:calc(100% - 51px);position:absolute;width:100%}.live-srteam--stream--edit{font-size:16px;width:22px;height:22px;display:flex;align-items:center;justify-content:center}.live-srteam--stream--tools{display:flex;justify-content:space-between;align-items:center;position:relative;margin-top:3px}.live-srteam--stream--tools>i{cursor:pointer}.live-srteam--stream--pin__choosed{color:#1c84c6}.nav-tabs.stream-config>li>a{color:#989898}.nav-tabs.stream-config>li.active>a{background:white !important}.nav-tabs.stream-config>li>a{flex-direction:row}.nav-tabs.stream-config>li>a>i{margin-right:10px}.nav-tabs.stream-config>li{margin:-3px 0}.stream-modal--body .panel-body{min-height:257px}.stream-modal--body .nav>li.active{background:transparent}.stream-config--empty{margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.stream-config--empty--title{height:42px;font-size:36px;font-weight:bold}.stream-config--empty--title__instagram{color:#f6a623}.stream-config--empty--title__fb{color:#84c9f4}.stream-config--empty--img{width:132px;height:154px;margin-top:16px}.stream-config--empty--img__instagram{background:url(/js/imgs/empty-states_stream.png);background-size:cover;background-repeat:no-repeat}.stream-config--empty--img__fb{background:url(/js/imgs/empty-states_stream.png);background-size:cover;background-repeat:no-repeat}.stream-config--empty--subtitle{margin-top:24px;height:28px;font-size:24px;font-weight:500;text-align:center;color:#9b9b9b}.stream-config--empty--text{margin-top:14px;max-width:365px;height:40px;font-size:14px;line-height:1.43;text-align:center;color:#9b9b9b}.live-stream--stream--container{height:calc(100vh - 100px);min-width:300px}.stream-model--title--icon{font-size:20px;color:#9d9d9d;margin-left:8px;cursor:pointer}.stream-modal--title--input{height:38px;width:263px;border-radius:4px;background-color:#ffffff;border:solid 1px #cccccc;font-size:14px;padding:10px;color:#4a4a4a}.stream-ctas-floating{position:fixed;bottom:95px;right:25px;z-index:99;border:0;background:transparent}.add-stream-floating:hover{box-shadow:0 2px 15px 0 rgba(0,0,0,0.5)}.add-stream-floating{width:50px;height:50px;border-radius:50%;background-color:#00c1f9;box-shadow:0 2px 4px 0 rgba(0,0,0,0.5);font-size:26px;display:flex;align-items:center;justify-content:center;color:white;cursor:pointer;margin:20px 0}.stream-delete-btn{float:left;margin-left:117px}.stream-delete-confirmation{z-index:1950 !important}.global-stream .live-stream--container{height:calc(100vh - 64px) !important}.global-stream .live-stream--stream--container{height:calc(100vh - 100px)}.stream--options--wrapper{display:flex;justify-content:flex-end}.stream--autopost{display:flex;align-items:center;justify-content:flex-end}.stream--autopost--text--wrapper{margin-right:10px}.stream--autopost--text{height:19px;font-size:16px;font-weight:bold;line-height:1.19;color:#373a3c}.stream--autopost--icon{color:#989898;font-size:16px;margin-left:5px}.live-stream--auto-post>span{border-radius:2px;background-color:#2fcd4a;font-size:10px;font-weight:500;line-height:1;text-align:center;color:#ffffff;padding:3px 5px;margin-left:15px}.live-stream--auto-post{height:21px;text-transform:uppercase}.live-stream--item__posted{border-left:5px solid #2fcd4a}.stream-menu{text-transform:none;color:#4a4a4a;font-size:25px;width:24px;display:inline-block;text-align:center}.stream-menu--dropdown{left:-12px}.youtube{background-color:#000;margin-bottom:30px;position:relative;padding-top:56.25%;overflow:hidden;cursor:pointer}.youtube:hover .play-button{background-color:#ff0000}.youtube img{width:100%;top:-14%;left:0;opacity:0.7}.youtube .play-button{width:68px;height:48px;background-color:rgba(51,51,51,0.8);box-shadow:0 0 30px rgba(0,0,0,0.6);z-index:1;border-radius:13px}.youtube .play-button:before{content:"";border-style:solid;border-width:10px 0 10px 20px;border-color:transparent transparent transparent #fff;margin-left:4px}.youtube img,.youtube .play-button{cursor:pointer}.youtube img,.youtube iframe,.youtube .play-button,.youtube .play-button:before{position:absolute}.youtube .play-button,.youtube .play-button:before{top:50%;left:50%;transform:translate3d(-50%, -50%, 0)}.youtube iframe{height:100%;width:100%;top:0;left:0}.youtube .youtube-gradient{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom, rgba(0,0,0,0.52) 0%, rgba(229,229,229,0) 100%)}.youtube .youtube-title{position:absolute;top:10px;left:10px;overflow:hidden;white-space:nowrap;word-wrap:normal;text-overflow:ellipsis;color:white;font-size:17px;width:calc(100% - 20px);font-weight:300}.stream-config-instagram-login{display:flex;flex-direction:column;align-items:center;justify-content:center}.stream-config-instagram-login--title{height:19px;font-size:16px;font-weight:bold;line-height:1.19;text-align:center;color:#373a3c}.stream-config-instagram-login--text{margin-top:15px;height:32px;font-size:14px;text-align:center;color:#8e8e8e}.stream-config-instagram-login--button{border-radius:4px;background-color:#0a91e6;padding:12px 30px;font-size:14px;font-weight:bold;text-align:center;color:#ffffff;cursor:pointer}.stream--bookmark--show-btn{background:url(/js/imgs/flag-bookmark-white.svg) center center/contain no-repeat;width:18px;height:23px}.live-stream--bookmark--btn{background:url(/js/imgs/flag-bookmark.svg) center center/contain no-repeat;width:10px;height:14px;cursor:pointer}.live-stream--bookmarked--btn{background:url(/js/imgs/flag-bookmarked.svg) center center/contain no-repeat;width:10px;height:14px;cursor:pointer}.live-stream--stream--ctas{display:flex;align-items:center;justify-content:center}.live-stream--bookmarks-aside{position:fixed;top:0;right:0;background:white;width:400px;height:100vh;box-shadow:0 3px 9px 0 rgba(0,0,0,0.21);z-index:900 !important}.live-stream--bookmarks-aside--header{display:flex;align-items:center;justify-content:space-between;padding:24px 20px 16px 20px;background:#00c1f9;color:white;font-weight:bold;font-size:18px}.live-stream--bookmarks-aside--header--title{margin-left:20px}.live-stream--bookmarks-aside--list{overflow:auto;height:calc(100vh - 70px)}.live-stream--bookmarks-aside--header--close{cursor:pointer}.live-stream--bookmarks-aside--header--left{display:flex;align-items:center}.live-stream--bookmarks-aside--header--clean{font-size:14px;cursor:pointer}.live-stream--bookmarks-aside--overlay{position:fixed;top:0;left:0;width:100%;height:100%}.live-stream--bookmarks-aside--empty{margin-top:30%}.live-stream--bookmarks-aside--empty--wrapper{text-align:center}.live-stream--bookmarks-aside--empty--icon{font-size:50px;color:#e0e0e0}.live-stream--bookmarks-aside--empty--text{font-size:18px;font-weight:bold;text-align:center;color:#9e9e9e}.live-stream--empty{width:206px;margin:40% auto;text-align:center;align-items:center;display:flex;flex-direction:column}.live-stream--empty--icon{font-size:36px}.live-stream--empty--description{margin-top:20px;font-size:13px;text-align:center;color:#4e5766}.live-stream--empty--reload{width:136px;margin:20px auto;display:block}.live-stream--empty--edit-stream{width:136px;margin:10px auto;display:block}.stream-templates--create{margin-bottom:20px;text-align:center}.stream-templates{width:100%;max-width:600px;margin:0 auto}.stream-templates--templates--item{height:70px;background-color:#ffffff;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);border-radius:4px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;margin:10px 0;transition:all 0.2s ease}.stream-templates--templates--item:hover{box-shadow:0 5px 10px 0 rgba(0,0,0,0.1)}.stream-templates--templates--item--name{font-size:16px;font-weight:bold;color:#4a4a4a}.stream-templates--templates--item--ctas{flex-shrink:0;display:flex}.stream-modal--dialog{width:100%;max-width:1064px;padding:0 20px}.stream-modal--header{display:flex;align-items:center;justify-content:space-between}.stream-modal--header:before,.stream-modal--header:after{display:none}.stream-modal--template-select{display:inline-block;width:225px;height:40px;border-radius:4px;background-color:#efefef;margin-left:20px;position:absolute;left:10px;top:10px;font-size:14px;color:#4a4a4a;border:none}.stream-modal--title{display:inline-block}.stream-modal--close{float:none;width:20%;text-align:right;margin-right:20px}.live-info--stream--add{min-width:300px;background:#fff;cursor:default}.stream--accounts-suggestion{display:flex;flex-wrap:wrap}.stream--accounts-suggestion--title{font-size:14px;line-height:1.14;color:#8e8e8e;margin-top:10px;margin-bottom:5px}.stream--user-profile--suggested{cursor:pointer}.live-srteam--stream--tools--autopost{display:flex;height:14px;align-items:center}.live-srteam--stream--tools--autopost--label{font-size:12px;line-height:16px;text-align:left;color:#8e8e8e;margin-right:5px}.stream--autopost--starting-time{position:absolute;right:8px;top:6px;height:28px;z-index:10}.live-srteam--stream--header .stream--autopost--starting-time{position:static;margin-right:10px}.stream--autopost--starting-select{height:26px}.live-stream--twitter-alert{position:absolute;z-index:10;top:37px;left:0;background-image:linear-gradient(to bottom, rgba(255,255,255,0.9), #fff);padding:36px 24px;display:flex;flex-direction:column;align-items:center;width:100%;height:calc(100% - 38px)}.live-stream--twitter-alert--title{font-size:16px;font-weight:bold;line-height:1.19;text-align:center;color:#373a3c}.live-stream--twitter-alert--text{font-size:14px;text-align:center;color:#8e8e8e;margin-top:8px;margin-bottom:16px}.live-stream--twitter-alert--button{width:100%;max-width:249px;height:40px;border-radius:4px;background-color:#1da1f2;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:bold;text-align:left;color:#ffffff;cursor:pointer}.live-stream--twitter-alert--button--icon{margin-right:6px;font-size:16px}.stream-check-accounts{width:300px;margin:100px;background:white;padding-top:50px;padding-bottom:38px;display:flex;flex-direction:column;align-items:center;margin:0 auto;margin-bottom:30px;margin-top:30px}.stream-check-accounts--logo{color:#1da1f2;font-size:40px}.stream-check-accounts--text{font-size:14px;line-height:1.36;text-align:center;color:#373a3c;margin:30px}.stream-check-accounts--cancel{display:flex;justify-content:center}.event-auto-stream--twitter-alert{display:flex;align-items:center;margin-bottom:24px}.event-auto-stream--twitter-alert__column{flex-direction:column;margin-bottom:0}.event-auto-stream--twitter-alert__column .event-auto-stream--twitter-alert--text{margin-bottom:8px;margin-right:0;text-align:center}.event-auto-stream--twitter-alert--text{font-size:14px;text-align:left;color:#8e8e8e;margin-right:18px}.event-auto-stream--twitter-alert--button{width:100%;max-width:198px;height:32px;border-radius:4px;background-color:#1da1f2;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:bold;text-align:left;color:#ffffff;cursor:pointer}.event-auto-stream--twitter-alert--button--icon{margin-right:6px;font-size:16px}.event-auto-stream--twitter-alert--result{display:flex;align-items:center;justify-content:center;margin-bottom:20px}.event-auto-stream--twitter-alert--result--icon{color:#2fcd4a;font-size:40px;margin-right:8px}.event-auto-stream--twitter-alert--result--text{font-size:14px;text-align:left;color:#8e8e8e;max-width:224px}.event--twitter-access{border-radius:4px;background-color:#f9f9f9;border:solid 1px #ececec;padding:11px;margin-top:6px}.live-srteam--stream--tools--autoplaybyplay{justify-content:flex-end;margin-top:10px;margin-right:-27px}.stream-social-icon{display:flex;flex-shrink:0}.stream-social-icon-json{height:14px;width:14px;background:url(/js/imgs/icon-json.svg) center center/contain no-repeat}.stream-social-icon-rss{height:14px;width:14px;background:url("/img/icon-rss.svg") center center/contain no-repeat}.stream-social-icon-dailymotion{height:14px;width:14px;background:url("/img/icon-dailymotion.png") center center/contain no-repeat}.stream-social-icon-web{height:14px;width:14px;background:url("/img/icon-web.svg") center center/contain no-repeat}.stream-social-icon-twitter{height:14px;width:16px;background:url("/img/ic-twitter.png") center center/contain no-repeat}.stream-social-icon-youtube{height:14px;width:18px;background:url("/img/ic-youtube.png") center center/contain no-repeat}.stream-social-icon-facebook{height:14px;width:14px;background:url("/img/ic-facebook.svg") center center/contain no-repeat}.stream-social-icon-reddit{height:14px;width:17px;background:url("/img/ic-reddit.png") center center/contain no-repeat}.stream-social-icon-instagram{height:14px;width:14px;background:url("/img/ic-instagram.png") center center/contain no-repeat}.stream-config-modal--container{width:1032px}.stream-config-modal--container .Select.is-searchable.is-focused>.Select-control,.stream-config-modal--container .Select.is-focused:not(.is-open)>.Select-control{border-color:#673ab7 !important;border-radius:4px;box-shadow:none}.stream-config-modal--container .chosen-with-drop>a,.stream-config-modal--container .chosen-drop,.stream-config-modal--container select:focus,.stream-config-modal--container input:focus{border-color:#673ab7 !important;outline:0 !important}.stream-config-modal--body .modal-content{background:white}.stream-config-modal--body .event-wizard-stream--menu{justify-content:center;margin-top:30px}.stream-config-modal--body .event-wizard-stream--menu--item{width:70px;height:70px;margin-right:8px}.stream-config-modal--body .event-wizard-stream--menu--item--icon{font-size:20px}.stream-config-modal--body .event-wizard-stream--menu--item--name{font-size:13px;margin-top:3px}.stream-config-modal--body .event-wizard-stream--menu--instagram--icon{width:21px}.stream-config-modal--body .event-wizard-stream--menu--web--icon{width:21px}.stream-config-modal--body .event-wizard-stream--config{margin-top:30px}.stream-config-modal--body .event-wizard-stream--config--container{margin:0 auto}.stream-config-modal--body .stream--user-profiles{margin-bottom:0px}.stream-config-modal--body .stream-config-twitter--accounts .stream-config-web--field,.stream-config-modal--body .stream-config-twitter--hashtags .stream-config-web--field{margin-top:0px}.stream-config-modal--footer{display:flex;align-items:center;justify-content:space-between;padding:10px 30px;box-shadow:0px -2px 4px rgba(0,0,0,0.045);border-radius:4px}.stream-config-modal--footer--auto-post{display:flex;align-items:center}.stream-config-modal--footer--auto-post--toggle{margin-right:30px}.event-wizard-stream--config{margin:20px 0}.stream-condig--body{max-width:500px;margin:0 auto}.stream-config-modal--body{height:calc(100vh - 230px);overflow:auto}.stream--user-profiles{display:flex;flex-wrap:wrap;margin:10px 0}.stream-config--separator{height:1px;background:#c6cfd9;margin:30px 50px 20px;display:flex;justify-content:center}.stream-config--separator--label{background:white;padding:0 10px;margin-top:-10px}.stream-config--input--text{background:#ffffff;border:1px solid #cccccc;box-sizing:border-box;border-radius:4px;height:33px;width:100%;padding:0 10px;font-size:14px;color:#4a4a4a}.stream-config--input--text::-webkit-input-placeholder{color:#dcdcdc}.live-srteam--stream--item .content-manager-save-move-folder{right:100%;left:auto;width:200px}.live-srteam--stream--item .content-manager--menu--btn--subitems--arrow{left:auto;right:-48px;transform:rotate(90deg);top:0}.live-srteam--stream--item .content-manager-body-search-result-asset--options--save--icon{background:url(/js/imgs/icon-save.svg) 50%/contain no-repeat}.stream-config-twitter .stream-config-web--field-double .stream-config-web--field--description--inputs{margin-top:4px}.stream-config-twitter .resize-triggers{z-index:0}.stream-config-twitter .live-stream--twitter-alert{margin:100px auto 0;padding:0;position:relative;width:330px}.stream-config-twitter .live-stream--twitter-alert .live-stream--twitter-alert--button{font-size:14px;font-weight:normal;min-width:176px;width:auto}.stream-config-twitter .live-stream--twitter-alert .live-stream--twitter-alert--button--icon{margin-right:10px;font-size:22px}.stream-config-youtube .stream-config-web{align-items:baseline}.stream-config-youtube .stream-config-web--field--label{margin-bottom:10px;margin-left:1px}.stream-config-youtube .stream-config--form--wrapper label{margin-bottom:10px}.stream-config-youtube .typeahead--wrapper input{border-color:#ccc;height:33px}.stream-config-youtube .stream--user-profiles{margin-top:0px}.stream-config--additional-config{display:block !important}.stream-config--additional-config--section{align-items:center;background:#f9f9f9;border-radius:4px;cursor:pointer;display:flex;height:61px;justify-content:space-between;padding:0 10px 0 30px}.stream-config--additional-config--section--text{color:#4a4a4a;font-size:16px;font-weight:bold;line-height:19px;text-transform:uppercase}.stream-config--additional-config--section--icon-up{border-bottom:5px solid #373a3c;border-left:5px solid transparent;border-right:5px solid transparent;height:0;width:0}.stream-config--additional-config--section--icon-down{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #373a3c;height:0;width:0}.dashboard-header{padding:0}.arena-page-card{background:white;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);border-radius:4px;margin:10px 0;flex:1}.arena-page-card--header{display:flex;border-bottom:1px solid #f5f6fa;padding:18px 20px 9px 20px;justify-content:space-between}.arena-page-card--header--download-app{border-bottom:0}.arena-page-card--title,.arena-page-card--title--download-app{color:#6643a5;font-size:18px;font-weight:600}.arena-page-card--title--download-app{color:#4A4A4A;padding:10px 0;text-align:center}.arena-page-card--subtitle{color:#8E8E8E;font-size:12px;line-height:16px;text-align:center}.arena-page-card--download-app{display:flex;align-items:center;justify-content:center;padding:34px 0}.arena-page-card--download-app--googleplay,.arena-page-card--download-app-modal--googleplay{background:url(/js/imgs/google-play-store-app.png);background-repeat:no-repeat;background-size:cover;width:108px;height:32px}.arena-page-card--download-app--applestore,.arena-page-card--download-app-modal--applestore{background:url(/js/imgs/ios-app-store-app.png);background-repeat:no-repeat;background-size:cover;width:95px;height:32px;margin-left:13px}.arena-page-card--download-app-modal--googleplay{width:165px !important;height:49px !important;margin-right:19px}.arena-page-card--download-app-modal--applestore{width:147px !important;height:49px !important}.arena-page-card--content{padding:0;height:calc(100% - 66px);position:relative}.dashborad-events--loading{display:flex;padding:20px 0;align-items:center;justify-content:center}.dashborad-events--empty-state{display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:12px;color:#9e9ea6;line-height:30px;padding:46px 0}.dashboard-analytics--container{height:100%;display:flex;flex-direction:column;justify-content:space-around;position:relative;padding:20px 0}.dashboard-analytics--overlay{position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.6)}.dashboard--container{display:flex;max-width:100%;width:100%;flex-direction:column;justify-content:baseline}.dashboard--main{width:575px}.dashboard--secondary{width:300px}.dashboard--content{width:100%;flex-wrap:nowrap}@media screen and (max-width: 1020px){.dashboard--main{width:100%}.dashboard--secondary{width:100%}.live--content{width:100%;max-width:900px}.dashboard--container{flex-direction:column;width:100%;max-width:900px !important;margin-right:0 !important}.dashboard--content{flex-wrap:wrap}}.dashboard-events--see-all{width:100%;height:44px;border-top:1px solid #e8e8e8;font-size:12px;line-height:1.33;color:#8e8e8e;align-items:center;justify-content:center;display:flex;cursor:pointer}.dashborad-events--item{display:flex;box-shadow:0 2px 1px 0 rgba(0,0,0,0.1);margin-bottom:13px}.dashborad-events--item:hover{box-shadow:0 6px 10px 0 rgba(77,77,77,0.5)}.dashborad-events--item:last-child{margin-bottom:0}.dashboard-chats--item{padding:15px 25px 15px 33px;display:flex;justify-content:space-between}.dashboard-chats--item:not(:first-child){border-top:solid 1px #e8e8e8}.need-help{width:100%;height:98px;border-radius:4px;background-color:#9173c7;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:300;text-align:center;color:#ffffff;cursor:pointer}.need-help--icon{width:38px;height:38px;margin-right:21px;background:url(/js/imgs/need-help.png)}.dashborad-events--item .events-badge{border-radius:0}.dashborad-events--item .events--item--match{align-items:flex-start}.dashborad-events--item .events--item--match--vs{padding-top:10px}.dashboard-upcoming-events{padding:11px 17px}.dashboard-upcoming-events--tabs{height:29px;display:flex;align-items:center;border-radius:4px;border:solid 1px #e4e4e4;font-size:14px;margin:0 13px}.dashboard-upcoming-events--tab{flex:0.5;display:flex;align-items:center;justify-content:center;height:29px;cursor:pointer}.dashboard-upcoming-events--tab:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px;border-top-right-radius:0;border-bottom-right-radius:0}.dashboard-upcoming-events--tab__selected{background-color:#9173c7;color:#ffffff;border-top-right-radius:4px;border-bottom-right-radius:4px}.dashboard-upcoming-events--events--container{margin-top:5px}.dashboard-upcoming-events--event--container{padding:15px 0;border-bottom:1px solid #dddddd}.dashboard-upcoming-events--event--wrapper{display:flex}.dashboard-upcoming-events--info{margin-left:5px}.dashboard-upcoming-events--info-name{font-size:12px;font-weight:bold;text-align:left;color:#4a4a4a;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.dashboard-upcoming-events--info-date{font-size:12px;line-height:1.33;text-align:left;color:#9d9d9d;display:block}.dashboard-upcoming-events--item--premium--wrapper{display:flex;align-items:center}.dashboard-upcoming-events--info--button{border-radius:4px;border:solid 1px #d8d8d8;font-size:10px;font-weight:bold;text-align:center;color:#9173c7;padding:3px 6px;cursor:pointer}.dashboard-upcoming-events--item--premium{background:#F2C94C;border:1px solid #FCFCFC;font-weight:300;line-height:normal;font-size:11px;color:#673AB7;border-radius:10px;padding:2px 5px;margin-left:5px}.dashboard-upcoming-events--info---live{text-transform:uppercase;color:#ff0054;font-weight:bold;font-size:10px}.dashboard-upcoming-events-leagues--list--name{font-size:12px;font-weight:bold;line-height:1.33;text-align:left;color:#4a4a4a;display:block}.dashboard-upcoming-leagues--events--container{padding:0 15px;margin-top:5px}.dashboard-upcoming-events--calendar-leagues--list--image{width:30px;height:30px;display:block;margin-right:10px}.dashborad-events--item:hover .events--item--ctas--hover{visibility:visible}.live--header--right{display:flex;align-items:center}.live--header--right--calendar{display:flex;align-items:center}.live--header--right--calendar-text{font-weight:normal;font-size:13px;color:#000000;margin-right:10px}.live--header--notifications{display:flex;position:relative;margin:0 15px}.live--header--notifications--badge{background:#EB5757;border:1px solid #FFFFFF;box-sizing:border-box;width:10px;height:10px;position:absolute;border-radius:50%;right:0;top:7px}.live--header--notifications--list{position:absolute;width:360px;background:#FFFFFF;box-shadow:0px 4px 4px rgba(0,0,0,0.24),0px 0px 4px rgba(0,0,0,0.12);right:-20px;top:48px;z-index:810}.live--header--notifications--list--items{overflow:auto;height:430px}.live--header--notifications--see-all{height:33px;font-size:14px;line-height:33px;border-top:1px solid #dddfe2;display:inline-block;width:100%}.triangle-with-shadow{width:48px;height:48px;position:relative;overflow:hidden;position:absolute;top:-48px;right:0}.triangle-with-shadow:after{content:"";position:absolute;width:16px;height:16px;background:#fff;transform:rotate(45deg);top:43px;left:8px;box-shadow:-1px -1px 10px -2px rgba(0,0,0,0.5)}.header-notification{display:flex;align-items:center;margin-bottom:1px}.header-notification--image{width:50px;height:50px;border-radius:50%;flex-shrink:0;margin-left:10px}.header-notification--info{font-style:normal;font-weight:normal;line-height:normal;font-size:14px;color:#4A4A4A;display:flex;align-items:center;padding:15px 0;border-bottom:1px solid #E4E4E4;flex-direction:column;margin-left:10px;padding-right:17px;width:100%}.header-notification--info--text{text-align:left;min-height:50px;display:flex;align-items:center;width:100%}.header-notification__read{border-left:3px solid #0086E6}.header-notification__read .header-notification--image{margin-left:7px}.header-notification--info--event{color:#9173c7;font-weight:600}.header-notification--info--time{color:#DADADA}.live--header--notifications--list--overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:809}.live--header--notifications--empty{padding:0 43px;padding-top:88px;height:430px}.live--header--notifications--empty--icon{font-size:94px;color:#DADADA}.live--header--notifications--empty--title{font-style:normal;font-weight:bold;line-height:normal;font-size:18px;text-align:center;color:#242629}.live--header--notifications--empty--text{font-style:normal;font-weight:300;line-height:22px;font-size:16px;text-align:center;color:#515151;margin-top:16px}.live--header--whats-new--posts{background:#FFFFFF;border:1px solid #DDDDDD;box-shadow:0px 2px 1px rgba(0,0,0,0.1);position:absolute;height:calc(100vh - 49px);width:300px;z-index:999;top:49px;right:-102px;overflow:auto;padding-bottom:20px}.live--header--whats-new--posts--item{padding-top:13px;padding-bottom:5px}.live--header--whats-new--posts--item--header{display:flex;justify-content:space-between;padding:0 8px}.live--header--whats-new--posts--item--header--title{font-style:normal;font-weight:bold;line-height:16px;font-size:12px;color:#4A4A4A;width:168px;text-align:left;margin-left:14px}.live--header--whats-new--posts--item--header--time{font-style:normal;font-weight:normal;line-height:16px;font-size:10px;text-align:right;color:#9D9D9D}.live--header--whats-new--posts--item--header--description{font-style:normal;font-weight:normal;line-height:16px;font-size:11px;color:#9D9D9D;text-align:left;margin-left:22px;margin-right:8px;margin-top:8px}.live--header--whats-new--posts--item--header--description img{max-width:100%}.live--header--whats-new--posts--item--read-more{font-style:normal;font-weight:normal;line-height:16px;font-size:12px;text-align:center;margin-top:13px;color:#3E0695;cursor:pointer;border-bottom:1px solid #DDDDDD;padding-bottom:5px;margin-left:8px;margin-right:8px;display:inline-block;width:90%}.live--header--whats-new--posts--check-all{font-style:normal;font-weight:normal;line-height:16px;font-size:12px;text-align:center;margin:16px 0;color:#8E8E8E;cursor:pointer}.live--header--whats-new--posts--overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:998}.live--notifications--title{margin-left:10px}.modal-body--dashboard-download{display:flex;justify-content:center;justify-items:center;flex-direction:column}.modal-body--dashboard-download--container{display:flex;justify-content:center;justify-items:center;padding:20px 0}.modal-body--dashboard-download--img{background:url(/js/imgs/arena-im.png);background-size:cover;height:119px;width:119px}.modal-title--dashboard-download{font-size:20px;font-weight:bold;line-height:21px;text-align:left;padding-left:10px}.modal-header--dashboard{background:#fff;padding:10px}.modal-body--dashboard{background:#fff;border-top:1px solid #F5F6FA}.dashboard-header--top-bar{font-weight:normal;line-height:30px;font-size:14px;color:#5021A6;padding-left:10px}.dashboard-header--top-bar__blue{background:#0A91E6;color:white}.dashboard-header--top-bar__blue>a{color:white !important}.dashboard-header--top-bar>a{color:#5021A6;font-weight:bold;text-decoration:underline}.dashboard-header--top-bar__red{background:#EB5757;color:white}.dashboard-header--top-bar__red>a{color:white;font-weight:bold;text-decoration:underline}.badge{border-radius:4px;padding:7px;color:white}.progress-mini,.progress-mini .progress-bar{height:10px}.user-account--header{padding:35px 0;display:flex;align-items:center;background:white}.user-account--header--logo{margin:0 auto;text-align:center;display:inline-block;left:0;right:0;background:url(/js/imgs/logo-purple.png);height:31px;width:140px;background-size:contain;background-repeat:no-repeat}.user-account--header--login-button{margin-right:20px;position:absolute;right:0;width:95px;height:45px;border:1px solid #5020a6;border-radius:4px;color:#3e0495;line-height:1.25;display:flex;align-items:center;justify-content:center;cursor:pointer}.user-account--header--login-button:hover{color:white;background:#3e0495}.create-user .control-label{height:16px;font-size:14px;line-height:1.14;letter-spacing:1.7px;color:#4a4a4a;font-weight:normal;text-transform:uppercase}.user-account--content{max-width:600px;background:white;padding:50px 0;margin:47px auto;box-shadow:0 1px 1px 0 rgba(0,0,0,0.3);border:solid 1px #dddddd}.user-account--content--title{margin:30px 0;text-align:center;height:38px;font-size:32px;font-weight:500;color:#5021a6}.event--image--wrapper.user-account{flex-direction:row;flex-wrap:nowrap;width:100%;align-items:center;justify-content:flex-start}.event--box--image--preview.user-account{margin-right:40px}.image-upload-field--remove-image{color:#9173C7;width:74px;text-align:center;text-transform:uppercase;font-size:12px;line-height:18px;cursor:pointer}.create-user{max-width:390px;width:90%;margin:0 auto}.create-user .input-sm{height:38px}.create-user--verify-btn{margin-left:10px;width:63.2px;height:24px;border-radius:100px;background-color:#17b231 !important;display:flex;align-items:center;justify-content:center}.create-user--verify-btn:hover{border:0 !important}.create-user--verify-btn>span{margin-top:-4px}.create-user--verify--container{display:flex;align-items:center;margin-bottom:45px}.create-user--upload-avatar{margin:30px 0;display:flex;align-items:center;justify-content:center}.create-user--upload-avatar--text{font-weight:normal;line-height:normal;font-size:14px;color:#828282;margin-left:20px}.create-user--password-icon{color:#d2d2d2;font-size:20px}.create-user--display-name{width:100%}.login--container{width:100%;height:100%;position:relative;display:flex;background:#f9f9f9;min-height:100vh}.login--panel-enterprise--wrapper{width:541px;height:100%;min-height:600px;top:0;left:0;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;min-height:100vh}.login--panel-enterprise{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.login--main-panel{background:#f9f9f9;overflow:auto;position:relative;display:flex;align-items:center;justify-content:center;padding:20px 0;min-height:100%;width:100%;height:100vh;overflow:auto}@media screen and (max-width: 1024px){.login--main-panel{align-items:flex-start}}.login--main-panel--logo{background:url(/js/imgs/logo-purple.png);height:35px;width:161px;margin:0 auto;background-size:contain;background-repeat:no-repeat;display:none}.login--main-panel--divisor{margin:40px 0 21px 0;width:100%;position:relative;height:1px;background:#dddddd}.login--main-panel--divisor--or{position:absolute;left:0;right:0;margin:auto;top:-9px;text-align:center;background:#f9f9f9;max-width:50px;width:auto;font-size:16px;text-align:center;color:#a4a4a4}.login--main-panel--email-verified{background:#2BD88A;border-radius:4px 4px 0 0;display:flex;font-size:12px;height:30px;line-height:14px}.login--main-panel--email-verified--icon{display:flex;margin-top:9px;margin-left:12px}.login--main-panel--email-verified--text{color:#fff;margin-top:8px;margin-left:10px}.login--panel-enterprise--logo{background:url(/js/imgs/arena-logo@2x.png);height:64px;width:300px;background-size:contain;background-repeat:no-repeat}.login--background--sport--1{background:url(/js/imgs/1920_Baseball.jpg);background-size:cover;background-position:center}.login--background--sport--2{background:url(/js/imgs/1920_Cricket.jpg);background-size:cover;background-position:center}.login--background--sport--3{background:url(/js/imgs/1920_F1.jpg);background-size:cover;background-position:center}.login--background--sport--4{background:url(/js/imgs/1920_Fight.jpg);background-size:cover;background-position:center}.login--background--sport--5{background:url(/js/imgs/1920_NBA.jpg);background-size:cover;background-position:center}.login--background--sport--6{background:url(/js/imgs/1920_News.jpg);background-size:cover;background-position:center}.login--background--sport--7{background:url(/js/imgs/1920_NFL.jpg);background-size:cover;background-position:center}.login--background--sport--8{background:url(/js/imgs/1920_Poker.jpg);background-size:cover;background-position:center}.login--background--sport--9{background:url(/js/imgs/1920_Rugby.jpg);background-size:cover;background-position:center}.login--background--sport--10{background:url(/js/imgs/1920_Soccer.jpg);background-size:cover;background-position:center}.login--main-panel--singin--btns--wrapper{display:flex;align-items:center}.login--main-panel--singin--btns--twitter{width:100%;height:50px;border-radius:4px;background-color:#1da1f2;font-size:12px;font-weight:bold;text-align:left;color:#ffffff;display:flex;align-items:center;justify-content:center;padding:0 15px;cursor:pointer;min-width:170px}.login--main-panel--singin--btns--or{width:50px;flex-shrink:0;font-size:14px;line-height:1;text-align:center;color:#999999;height:30px;display:flex;align-items:center;justify-content:center}.login--main-panel--singin--btns--twitter--icon{font-size:19px;margin-right:7px}.login--main-panel--form--title{margin:30px 0;font-size:36px;font-weight:300;text-align:center;color:#5021a6;margin-bottom:49px}.auth--register--campaign--title{font-weight:bold;line-height:normal;font-size:30px;text-align:center;color:#3A3F52;max-width:794px}.auth--register--campaign--title--icon{color:#7BAD56;margin-right:10px;font-size:32px}.create-user .create-user--upload{width:72px !important;height:72px !important}.create-user .create-user--upload--icon{width:24px;height:24px}.create-user .create-user--image--preview{width:73px !important;height:73px !important}.create-user .create-user--image--preview>img{width:72px !important;height:72px !important}.create-user--upload{width:113px;height:113px;border-radius:50%;background-color:#f6f6f6;border:solid 1px #d2d2d2;display:flex;align-items:center;justify-content:center;margin:0 auto;cursor:pointer}.create-user--upload--icon--container{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:12px;text-align:center;color:#999999}.choose-subscription-plan--campaign--title{margin-top:0;font-weight:bold;line-height:normal;font-size:36px;text-align:center;color:#3A3F52;margin-bottom:40px}.choose-subscription-plan--campaign--subtitle{font-weight:normal;line-height:normal;font-size:28px;text-align:center;color:#8B98A5}.choose-subscription-plan--campaign--footer{padding:58px 0;max-width:915px;margin:0 auto;display:flex;justify-content:space-between}.choose-subscription-plan--campaign--footer--money-back{display:flex;align-items:center}.choose-subscription-plan--campaign--footer--money-back--info--title{font-weight:bold;line-height:normal;font-size:16px;color:#4A4A4A}@media screen and (max-width: 1440px){.login--background--sport--1{background:url(/js/imgs/1440_Baseball.jpg);background-size:cover;background-position:center}.login--background--sport--2{background:url(/js/imgs/1440_Cricket.jpg);background-size:cover;background-position:center}.login--background--sport--3{background:url(/js/imgs/1440_F1.jpg);background-size:cover;background-position:center}.login--background--sport--4{background:url(/js/imgs/1440_Fight.jpg);background-size:cover;background-position:center}.login--background--sport--5{background:url(/js/imgs/1440_NBA.jpg);background-size:cover;background-position:center}.login--background--sport--6{background:url(/js/imgs/1440_News.jpg);background-size:cover;background-position:center}.login--background--sport--7{background:url(/js/imgs/1440_NFL.jpg);background-size:cover;background-position:center}.login--background--sport--8{background:url(/js/imgs/1440_Poker.jpg);background-size:cover;background-position:center}.login--background--sport--9{background:url(/js/imgs/1440_Rugby.jpg);background-size:cover;background-position:center}.login--background--sport--10{background:url(/js/imgs/1440_Soccer.jpg);background-size:cover;background-position:center}}@media screen and (max-width: 1366px){.login--background--sport--1{background:url(/js/imgs/1366_Baseball.jpg);background-size:cover;background-position:center}.login--background--sport--2{background:url(/js/imgs/1366_Cricket.jpg);background-size:cover;background-position:center}.login--background--sport--3{background:url(/js/imgs/1366_F1.jpg);background-size:cover;background-position:center}.login--background--sport--4{background:url(/js/imgs/1366_Fight.jpg);background-size:cover;background-position:center}.login--background--sport--5{background:url(/js/imgs/1366_NBA.jpg);background-size:cover;background-position:center}.login--background--sport--6{background:url(/js/imgs/1366_News.jpg);background-size:cover;background-position:center}.login--background--sport--7{background:url(/js/imgs/1366_NFL.jpg);background-size:cover;background-position:center}.login--background--sport--8{background:url(/js/imgs/1366_Poker.jpg);background-size:cover;background-position:center}.login--background--sport--9{background:url(/js/imgs/1366_Rugby.jpg);background-size:cover;background-position:center}.login--background--sport--10{background:url(/js/imgs/1366_Soccer.jpg);background-size:cover;background-position:center}}@media screen and (max-width: 1280px){.login--panel-enterprise--wrapper{width:434px}.login--panel-enterprise--logo{width:224px;height:48px}.login--main-panel--divisor{margin:50px 0}.login--background--sport--1{background:url(/js/imgs/1280_Baseball.jpg);background-size:cover;background-position:center}.login--background--sport--2{background:url(/js/imgs/1280_Cricket.jpg);background-size:cover;background-position:center}.login--background--sport--3{background:url(/js/imgs/1280_F1.jpg);background-size:cover;background-position:center}.login--background--sport--4{background:url(/js/imgs/1280_Fight.jpg);background-size:cover;background-position:center}.login--background--sport--5{background:url(/js/imgs/1280_NBA.jpg);background-size:cover;background-position:center}.login--background--sport--6{background:url(/js/imgs/1280_News.jpg);background-size:cover;background-position:center}.login--background--sport--7{background:url(/js/imgs/1280_NFL.jpg);background-size:cover;background-position:center}.login--background--sport--8{background:url(/js/imgs/1280_Poker.jpg);background-size:cover;background-position:center}.login--background--sport--9{background:url(/js/imgs/1280_Rugby.jpg);background-size:cover;background-position:center}.login--background--sport--10{background:url(/js/imgs/1280_Soccer.jpg);background-size:cover;background-position:center}}@media screen and (max-width: 1024px){.choose-subscription-plan--campaign--footer--money-back--info--title{margin-top:10px}.choose-subscription-plan--campaign--footer--money-back{margin:20px 20px;flex-direction:column;text-align:center}.choose-subscription-plan--campaign--footer{flex-direction:column-reverse}.choose-subscription-plan--campaign--title{margin:0 20px;font-size:30px}.choose-subscription-plan--campaign--subtitle{font-size:18px;margin-top:18px;margin-bottom:40px}.create-user--upload{width:72px;height:72px}.create-user--upload--icon{width:24px;height:24px}.create-user--upload-avatar{margin:20px 0}.login--main-panel--singin--btns--twitter--wrapper{display:none}.auth--register--campaign--title{margin:0 20px;font-size:14px;display:flex;flex-direction:column}.login--container{flex-direction:column}.login--panel-enterprise--wrapper{width:100%;height:207px;min-height:0}.login--panel-enterprise--logo{width:154px;height:33px}.login--main-panel--form--title{font-size:22px;margin-bottom:10px}.login--main-panel{min-height:0}.login--background--sport--1{background:url(/js/imgs/1024_Baseball.jpg);background-size:cover;background-position:center}.login--background--sport--2{background:url(/js/imgs/1024_Cricket.jpg);background-size:cover;background-position:center}.login--background--sport--3{background:url(/js/imgs/1024_F1.jpg);background-size:cover;background-position:center}.login--background--sport--4{background:url(/js/imgs/1024_Fight.jpg);background-size:cover;background-position:center}.login--background--sport--5{background:url(/js/imgs/1024_NBA.jpg);background-size:cover;background-position:center}.login--background--sport--6{background:url(/js/imgs/1024_News.jpg);background-size:cover;background-position:center}.login--background--sport--7{background:url(/js/imgs/1024_NFL.jpg);background-size:cover;background-position:center}.login--background--sport--8{background:url(/js/imgs/1024_Poker.jpg);background-size:cover;background-position:center}.login--background--sport--9{background:url(/js/imgs/1024_Rugby.jpg);background-size:cover;background-position:center}.login--background--sport--10{background:url(/js/imgs/1024_Soccer.jpg);background-size:cover;background-position:center}}@media screen and (max-width: 430px){.login--main-panel--singin--btns--wrapper{flex-direction:column}.login--background--sport--1{background:url(/js/imgs/320_Baseball.png);background-size:cover;background-position:center}.login--background--sport--2{background:url(/js/imgs/320_Cricket.png);background-size:cover;background-position:center}.login--background--sport--3{background:url(/js/imgs/320_F1.png);background-size:cover;background-position:center}.login--background--sport--4{background:url(/js/imgs/320_Fight.png);background-size:cover;background-position:center}.login--background--sport--5{background:url(/js/imgs/320_NBA.png);background-size:cover;background-position:center}.login--background--sport--6{background:url(/js/imgs/320_News.png);background-size:cover;background-position:center}.login--background--sport--7{background:url(/js/imgs/320_NFL.png);background-size:cover;background-position:center}.login--background--sport--8{background:url(/js/imgs/320_Poker.png);background-size:cover;background-position:center}.login--background--sport--9{background:url(/js/imgs/320_Rugby.png);background-size:cover;background-position:center}.login--background--sport--10{background:url(/js/imgs/320_Soccer.png);background-size:cover;background-position:center}}.login--main-panel--spinner{display:flex;height:100vh;justify-content:center;position:fixed;width:100vw}.login--main-panel--form{max-width:385px;width:90%}.login--main-panel--form--utils{display:flex;align-items:center;justify-content:space-between;margin:20px 0;color:#9e9ea6}.login--main-panel--form--utils>div{cursor:pointer}.login--main-panel--signup{display:flex;align-content:center;text-align:center;justify-content:center}@media screen and (max-width: 375px){.login--main-panel--signup{flex-direction:column}}.login--main-panel--signup--text{color:#9e9ea6;display:flex;align-items:center;margin-right:8px;justify-content:center}@media screen and (max-width: 375px){.login--main-panel--signup--text{margin-right:0;margin-bottom:15px}}.login--main-panel--signup--btn{font-size:22px;font-weight:bold;color:#3e0495}.sign-in-input{height:42px;border-radius:4px;background-color:#ffffff;border:solid 1px #d2d2d2;padding-left:54px}.checkmark-icon{background:url(/js/imgs/icon-checkmark.png) center center/contain no-repeat;width:14px;height:12px}.profile-icon{background:url(/js/imgs/ic-profile.svg) center center/contain no-repeat;width:15px;height:14px}.message-icon{background:url(/js/imgs/ic-message.svg) center center/contain no-repeat;width:15px;height:11px}.job-icon{background:url(/js/imgs/ic-job.svg) center center/contain no-repeat;width:15px;height:14px}.phone-icon{background:url(/js/imgs/ic-phone.svg) center center/contain no-repeat;width:15px;height:11px}.company-size-icon{background:url(/js/imgs/ic-company-size.svg) center center/contain no-repeat;width:15px;height:11px}.create-user--upload--icon{background:url(/js/imgs/ic-gallery.svg) center center/contain no-repeat;width:27px;height:27px;margin-bottom:7px}.password-icon{background:url(/js/imgs/ic-password.svg) center center/contain no-repeat;width:13px;height:16px}.sign-in-input--icon{position:absolute;width:44px;height:39px;background-color:#f6f6f6;border-right:solid 1px #d2d2d2;display:flex;align-items:center;justify-content:center;top:2px;left:2px;color:#5A2CAD;font-size:17px}.sign-in-input--select{-webkit-appearance:none;background:url("/img/select-arrow-down.svg") no-repeat 95% 50%;background-size:10px}.sign-in-input--email{border-radius:0 0 4px 4px}.sign-in-input--wrapper{position:relative}.login--main-panel--singin{width:100%;height:50px;background:#5a2cad;border-color:#5a2cad}.singup--btn{margin-top:45px}.login--main-panel--singin--btns--twitter--wrapper{margin-bottom:20px}.login--main-panel--singin--btns--twitter--label{font-size:11px;line-height:1.45;text-align:center;color:#4a4a4a;margin-bottom:10px}.login--main-panel--singin--btns--twitter__finish{font-size:14px;font-weight:bold;text-align:center;height:42px;color:#30b4f3;background:white;border:1px solid #30b4f3}.choose-subscription-plan--campaign{padding-top:50px}.choose-subscription-plan--campaign--body{margin-top:50px;display:flex;flex-direction:column;align-items:center}.choose-subscription-plan--campaign--body--title{font-weight:bold;line-height:normal;font-size:30px;text-align:center;color:#3A3F52}.choose-subscription-plan--campaign--body--subtitle{font-weight:normal;line-height:normal;font-size:20px;text-align:center;color:#8B98A5;margin-top:8px;margin-bottom:20px}.campaign-countdown{display:flex}.campaign-countdown--number--container{text-align:center}.campaign-countdown--number{background:#BB1E2D;border:2px solid #8F1521;border-radius:4px;font-weight:500;line-height:normal;font-size:30px;text-align:center;color:#FFFFFF;padding:12px;margin:0 10px}.campaign-countdown--number--label{font-weight:300;line-height:normal;font-size:13px;text-align:center;text-transform:uppercase;color:#8E8E8E;margin-top:6px}.choose-subscription-plan--campaign--footer--money-back--image{background:url(/js/imgs/guarantee.png) center center/contain no-repeat;width:107px;height:78px;margin-right:17px;flex-shrink:0}.choose-subscription-plan--campaign--footer--money-back--info{max-width:382px}.choose-subscription-plan--campaign--footer--money-back--info--subtitle{font-weight:normal;line-height:normal;font-size:14px;color:#8E8E8E}.choose-subscription-plan--campaign--body--bonus{font-weight:500;line-height:normal;font-size:20px;text-align:center;color:#9173C7;margin-top:16px}.create-user--terms{font-weight:normal;line-height:normal;font-size:13px;color:#8E8E8E;margin-top:10px;text-align:left}.editor-settings-modal{display:flex;flex-direction:column;align-items:center;padding:30px}.editor-settings-modal .create-user--upload-avatar{margin-top:15px}.editor-settings-modal .event--image--wrapper{margin-top:0px}.editor-settings-modal .event--image--file-upload{flex:1}.editor-settings-modal .arena-newpost--upload--file{width:100%}.editor-settings-modal .arena-newpost--upload{border-left:none;font-weight:500;font-size:13px;color:#999;width:100%;max-width:89px;background:#F5F6FA}.editor-settings-modal>div{width:100%}.editor-settings-modal--import-item{cursor:pointer;display:flex;padding:14px 0px;padding-left:85px}.editor-settings-modal--import-item.twitter{border-bottom:1px solid #ECEEEF}.editor-settings-modal--import-item--text{font-weight:bold;line-height:18px;font-size:14px;color:#9173C7;text-transform:uppercase;cursor:pointer}.editor-settings-modal--import-item--icon{height:16px;width:20px;margin-right:10px}.editor-settings-modal--import-item--icon.twitter{background:url("/img/ic-twitter.png") center center/contain no-repeat}.editor-settings-modal--import-item--icon.facebook{background:url("/img/ic-facebook.svg") center center/contain no-repeat}.editor-settings-modal .btn{margin-top:23px !important;width:100%;max-width:250px}.monetization--chart{padding:0 50px 50px 50px}.monetization--tools{padding:33px 30px;margin-bottom:56px;border-bottom:solid 1px #f5f6fa;display:flex;align-items:center;justify-content:space-between;margin:0 -50px 56px -50px}.monetization--revenue--text{height:13px;font-size:11px;letter-spacing:0.1px;text-align:right;color:#485465}.monetization--revenue--value{height:25px;font-size:22px;font-weight:bold;letter-spacing:0.2px;text-align:right;color:#5021a6}.monetization--info{border:1px solid #9173C7;border-radius:10px;margin:50px;font-size:18px;text-align:center;color:#9173C7;padding:20px}.monetization--info--btn--wrapper{display:flex;justify-content:center}.monetization--info--btn{background:#9173C7;box-shadow:0px 4px 4px rgba(0,0,0,0.25);border-radius:4px;line-height:67px;font-weight:300;font-size:24px;text-align:center;color:#FFFFFF;border-radius:10px;margin:0 auto;padding:0 80px;cursor:pointer}.monetization--report{width:100%;margin:0 auto;padding:25px;position:relative;height:640px}.monetization--report--disabled{position:absolute;width:100%;height:100%;background:rgba(255,252,252,0.57);z-index:9}.monetization--report--settings{display:flex;justify-content:flex-end;margin:10px 0}.monetization--report--filter--currency{width:200px;height:35px;background:#FFFFFF;border:1px solid #CCCCCC;border-radius:4px;margin-right:10px}.monetization--report--filter{display:flex;margin:20px 0;justify-content:flex-end}.select-range-dates{position:relative}.select-range-dates--range{background:#FFFFFF;border:1px solid #CCCCCC;border-radius:4px;line-height:32px;padding:0 10px;width:210px;position:relative;font-size:14px;display:flex;cursor:pointer}.select-range-dates--range--icon{margin-left:18px}.select-range-dates--range--calendar{position:absolute;top:35px;right:0;width:552px;border:1px solid #cccccc;border-radius:4px;z-index:10}.select-range-dates--range--calendar--overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9}.monetization-tabs{display:flex;margin-bottom:20px}.monetization-tabs--tab{width:150px;margin-right:20px;cursor:pointer}.monetization-tabs--tab--name{font-weight:500;line-height:20px;font-size:12px;color:#8E8E8E}.monetization-tabs--tab--value{font-weight:bold;line-height:20px;font-size:18px;color:#4A4A4A}.monetization-tabs--tab--selected{border:2px solid #9173C7;margin-top:15px}.dashboard-estimated-earnings--configuration .monetization-config-step-4--position{margin:0 15px}.monetization--report--settings .alert-modal--main{width:900px}.monetization--report--settings .alert-modal--content{background:#F5F4F6;padding:20px 0}.monetization-preferences--ctas{display:flex;margin:20px 50px;justify-content:space-between}.monetization-preferences--disconnect{margin:20px 50px}.monetization-preferences--disconnect--ctas{display:flex;justify-content:center;margin:20px}.monetization-preferences--disconnect p{margin:10px}.monetization--status--error{border:1px solid #EB5757;border-radius:10px;margin:20px 40px;display:flex;align-items:center;justify-content:center}.monetization--status--error--icon{font-size:28px;color:#EB5757}.monetization--status--error--text{font-size:18px;text-align:center;color:#EB5757;line-height:100px}.monetization--status--error--link{font-size:18px;line-height:100px}.monetization-upgrade{max-width:580px;max-height:460px;padding:30px;text-align:center;background:#FFFFFF;border:1px solid #E9E9E9;box-sizing:border-box}.monetization-upgrade--title{font-weight:bold;line-height:16px;font-size:36px;text-align:center;color:#5021A6}.monetization--upgrade--wrapper{background:rgba(255,255,255,0.75);width:100%;height:100%;position:absolute;top:0;left:0;right:0;margin:auto;z-index:10;display:flex;justify-content:center}.monetization-upgrade--description{font-weight:normal;font-size:18px;text-align:center;color:#828282;margin:40px 0}.monetization-upgrade--info--img{background:url(/js/imgs/monetization.png) center center/contain no-repeat;width:151px;height:122px}.monetization-upgrade--info--details{list-style:none;margin:0;padding-left:20px;text-align:left;font-weight:normal;line-height:28px;font-size:12px;color:#4A4A4A}.monetization-upgrade--info{display:flex;align-items:center;justify-content:center;margin-top:40px}.monetization-upgrade--info--details{list-style:none;margin:0;padding-left:20px;text-align:left;font-weight:400;line-height:28px;font-size:12px;color:#4a4a4a}.monetization-upgrade--info--details--item{display:flex}.monetization-upgrade--info--details--item--icon{color:#2BD88A;margin-right:7px;font-size:19px}.monetization-upgreade-modal{display:flex;align-items:center;justify-content:center;padding:20px}.monetization-start-modal{display:flex;flex-direction:column;align-items:center}.monetization-start-modal--title{padding-top:30px;font-weight:normal;line-height:24px;font-size:14px;text-align:center;color:#4A4A4A}.monetization-start-modal--items{margin-top:30px}.monetization-start-modal--item{display:flex;flex-direction:column;margin-bottom:30px;align-items:center}.monetization-start-modal--item--img{width:168px;height:69px}.monetization-start-modal--item--button{width:100%}.monetization-start-modal .monetization-config .alert-modal--overlay{background:rgba(0,0,0,0.1)}.monetization-dfp-config-step-1--alert{display:flex;color:#EB5757;align-items:center;font-weight:normal;line-height:normal;font-size:14px;margin:0 20px}.monetization-dfp-config-step-1--alert--icon{font-size:31px;margin-right:10px}.monetization-dfp-config-step-1--form{margin:0 20px}.monetization-dfp-config--form--field{display:flex;margin-top:30px}.monetization-dfp-config--form--field--label{font-weight:bold;line-height:normal;font-size:14px;color:#4F4F4F;width:186px}.monetization-dfp-config--form--field--input{background:#FFFFFF;border:1px solid #CCCCCC;box-sizing:border-box;border-radius:4px;width:481px;height:33px}textarea.monetization-dfp-config--form--field--input{height:auto}.monetization-settings-global--button{min-width:250px}.monetization-settings-global--button--wrapper{text-align:center}.monetization-settings-dfp--button--wrapper{text-align:right;margin-top:10px;margin-right:20px}.monetization-settings-adsense--adunits--refresh{display:flex;justify-content:flex-end;padding-right:20px;margin-top:10px}.monetization-settings-adsense--adunits--accounts{margin-top:20px}.monetization-settings-adsense--adunits--accounts--title{font-style:normal;font-weight:bold;line-height:normal;font-size:14px;color:#373A3C;margin-bottom:10px}.monetization-settings-adsense--adunits--accounts--item{display:flex;align-items:center;justify-content:space-between}.monetization-settings-adsense--adunits--accounts--item--name{font-style:normal;font-weight:normal;line-height:18px;font-size:14px;color:#999999;display:flex;align-items:center}.monetization-settings-adsense--adunits--accounts--item{display:flex;align-items:center;justify-content:space-between}.monetization-settings-adsense--adunits--accounts--item--icon{background:url(/js/imgs/google_adsense-card-mini.png) center center/contain no-repeat;width:20px;height:20px;display:block}.monetization-setions-appnexus{margin-top:20px;padding:8px 10px 30px}.monetization-setions-appnexus .monetization-config-step-4--add-new-ad-unit--all-units--units{margin-top:0px;min-width:334px}.monetization-setions-appnexus .monetization-dfp-config--form--field{justify-content:space-between}.monetization-setions-appnexus .monetization-dfp-config--form--field--label{width:100%;max-width:194px}.monetization-setions-appnexus .monetization-dfp-config--form--field--input{width:100%;max-width:334px}.monetization--info--btn--wrapper .monetization-start-modal--item{width:246px;margin:0 25px}.monetization--report--dfp{height:94px;display:flex;align-items:center;justify-content:center;flex-direction:column}.monetization--report--dfp--icon.ion-checkmark-circled{font-size:28px;color:#2BD88A}.monetization--report--dfp--text{font-weight:bold;line-height:40px;font-size:18px;text-align:center;color:#2BD88A}.dashboard-estimated-earnings--empty--show-integration{text-align:center}.dashboard-estimated-earnings--empty--show-integration--connected{font-weight:normal;line-height:16px;font-size:12px;color:#8E8E8E}.dashboard-estimated-earnings--empty--show-integration .dashboard-estimated-earnings--empty--show-integration--connected{margin-bottom:10px}.dashboard-estimated-earnings--empty--show-integration--icon{color:#0A91E6;font-size:14px}.monetization--start-integrations{display:flex;justify-content:center}.monetization--start-integrations .monetization-start-modal--item{width:246px;margin:0px 15px}#page-wrapper{width:100%;height:100%;min-height:100vh;padding:0}body.mini-navbar #page-wrapper{overflow-x:hidden}#wrapper{display:flex;height:100%}.live--wrapper{height:calc(100% - 219px)}.chat--pages{position:absolute;width:100%;top:94px;left:0;background:#FCFCFC;z-index:12}.chat--pages .create-edit-conversion-card-preview-container{top:37px}.chat--pages .chat--analytics--page{margin-top:56px}.up-button{position:relative;right:0px;bottom:42px}.btn-arena-white,.btn-arena-white:focus{background:white;border:solid 1px #9173c7;color:#9173c7;font-size:13px;margin:5px}.btn-arena-white:hover{background:#673ab7;border:solid 1px #673ab7;color:white}.btn-arena-white:active{background:#5021a6;border:solid 1px #5021a6;color:white}.btn-arena-white__disabled{background:white;border:solid 1px #eceeef;color:#9b9b9b}.btn-arena,.btn-arena:focus{background:#9173c7;border-color:#9173c7;color:white;margin:5px;text-transform:uppercase}.btn-arena-blue{background:#0a91e6 !important;border-color:#0a91e6 !important;color:white !important;cursor:pointer}.btn-arena:hover{background:#673ab7;background-color:#673ab7 !important;color:white;border:1px solid #673ab7}.btn-arena:active{background:#5021a6;color:white;border:1px solid #5021a6}.btn-arena[disabled]{color:#9b9b9b;background:#eceeef;background-color:#eceeef !important;border:1px solid #eceeef !important}.btn-arena-block{position:relative;width:100%}.btn-arena-big{width:100%;height:50px;font-size:16px;font-weight:700;text-align:center;color:#fff;margin:0 !important;letter-spacing:1px}.btn-arena-icon-left{position:absolute;right:22px;top:0;color:#fff;font-size:16px;bottom:0;display:flex;align-items:center}.btn-arena-lg{height:52px;background:transparent;border:solid 1px #673ab7;font-size:20px;line-height:1.25;color:#673ab7;display:flex;align-items:center;justify-content:center;padding:0 56px;text-transform:uppercase}.btn-arena-lg:hover{background:#673ab7;color:white}.btn-arena-lg:hover{background:#673ab7;color:white}.btn-arena-lg:disabled{color:white;border:solid 1px #a3a3a3;color:#9b9b9b}.btn-arena-secondary,.btn-arena-secondary:focus{background:transparent;text-transform:uppercase;color:#9173c7;margin:5px;border:1px solid transparent}.btn-arena-secondary:hover{background:#eceeef;color:#9173c7;border:1px solid #eceeef}.btn-arena-secondary:active{background:#e1e1e1;color:#9173c7;border:1px solid #e1e1e1}.btn-arena-secondary__disabled{color:#9b9b9b;background:transparent;border:none}.live-score--scores--wrapper{margin-top:20px;display:flex;width:100%;justify-content:center}.live-score--scores--update-btn{margin-top:15px;margin-left:10px;text-align:right}.live-score--scores--update-btn>button{padding:6px 56px;text-transform:uppercase}.modal-body{background:transparent !important}.modal-content{background:#f5f4f6}.modal-title{font-size:22px;font-weight:300;color:#233646}.modal-subtitle{font-size:14px;line-height:1.71;text-align:center;color:#4a4a4a;font-weight:normal}.modal-header{border-bottom:none;box-shadow:0 2px 4px 0 rgba(0,0,0,0.04);background:white}.modal-header .close{font-size:30px;outline:none}.modal-footer{border-top:none;text-align:center;display:flex;justify-content:center;margin-top:20px}.modal-footer.right{justify-content:flex-end}.modal-backdrop{z-index:9998 !important}.modal{z-index:10000 !important}.modal-dialog{z-index:960 !important}.delete-confirmation-modal--text{font-size:22px;font-weight:500;line-height:26px;text-align:center;color:#4a4a4a}.delete-confirmation-modal--subtext{font-size:14px;line-height:22px;text-align:center;color:#4A4A4A;margin-top:4px}.delete-confirmation-modal{width:438px;margin:0 auto}.modal-footer .btn+.btn{margin:5px}.modal-footer--edit-delete-person{align-items:center;display:flex;justify-content:space-between}.substitute-modal{max-width:510px;margin:50px auto}.substitute-modal--player{display:flex;align-items:center;margin-bottom:15px}.substitute-modal--player--image{width:36px;height:36px;margin-right:10px;flex-shrink:0;border-radius:50%;border:solid 1px #cccccc}.create-prediction--team--no-image{display:flex;align-items:center;justify-content:center;padding-top:12px;color:#bdbdbd;font-size:40px;overflow:hidden}.substitute-modal--player--type{margin-left:10px}.substitute-modal--player--type{width:83px;height:36px;border-radius:100px;background-color:#2fcd4a;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:bold;text-align:center;color:#ffffff;flex-shrink:0}.substitute-modal--player--type--out{background-color:#db0d1b}.modal-live-media-library--content{height:calc(100vh - 60px)}.embeded-code-modal .alert-modal--main{width:100%;max-width:770px}.embeded-code-modal .alert-modal--main .alert-modal--main{max-width:600px}.embeded-code-modal .config-site--alert-modals .alert-modal--overlay{display:none}.embeded-code-modal .load{width:96px;display:flex;margin:79px auto}.arena-page-title{padding:10px;color:#676a6c;font-weight:300;display:flex;align-items:center;justify-content:space-between;height:85px;font-size:32px;font-weight:500;text-align:center;color:#5021a6;max-width:900px;margin:0 auto}.arena-page-title__back-button>div{display:flex;align-items:center;justify-content:center}.arena-page-title__back-button>div:first-child{content:"\F2CA";font-family:Ionicons;color:white;background:#5021a6;width:28px;height:28px;font-size:21px;display:inline-block;border-radius:50%;margin-top:3px}.arena-card{background:white;box-shadow:rgba(0,0,0,0.117647) 0px 1px 6px,rgba(0,0,0,0.117647) 0px 1px 4px;padding:10px;margin:10px 0;display:block;border-radius:4px;transition:all 0.2s ease}.arena-card__hover:hover{box-shadow:rgba(0,0,0,0.188235) 0px 10px 30px,rgba(0,0,0,0.227451) 0px 6px 10px;cursor:pointer}.arena-card--header{display:flex;border-bottom:1px solid #f5f6fa;padding:18px 20px 9px 20px;align-items:center;justify-content:space-between;margin:0 -10px}.arena-card--header--title{color:#6643a5;font-size:18px;font-weight:600}.arena-card--content{padding:15px}.hideme{opacity:0}.col-md-6{margin:10px 0}.page--title--button{margin-left:32px}.arena-newpost--upload--container{display:flex}.arena-newpost--upload{width:78px;height:30px;border-radius:4px;background-color:#eceeef;border:solid 1px #cccccc;font-size:14px;line-height:1.14;text-align:center;color:#8e8e8e;display:flex;align-items:center;justify-content:center;border-bottom-left-radius:0;border-top-left-radius:0;cursor:pointer}.arena-newpost--light-text{color:#8E8E8E;font-size:12px}.arena-newpost--upload--file{width:130px;height:30px;border-radius:4px;background-color:#ffffff;border:solid 1px #cccccc;border-bottom-right-radius:0;border-top-right-radius:0;border-right:0}.arena-newpost--btn{width:40%;margin-left:auto}.arena-newpost--btn>button{padding:6px 64px;text-transform:uppercase}.new-post-actions--container{display:flex;margin-bottom:10px;position:relative}.new-post-actions--container>select,.new-post-actions--container>div{margin:0 5px}.new-post-actions--container>select:first-child,.new-post-actions--container>div:first-child{margin-left:0}.new-post-actions--container>select:last-child,.new-post-actions--container>div:last-child{margin-right:0}.new-post-actions--period{border:1px #DADADA solid;height:36px;flex:1}.new-post-actions--time--container{display:flex;width:261px;border:1px solid #ccc;border-radius:4px;height:36px;align-items:center;flex-shrink:0;background:white}@media screen and (max-width: 1279px){.new-post-actions--time--container{width:244px}}.new-post-actions--time--period{border:0;background:white;font-size:14px;color:#8e8e8e;width:90px}.new-post-actions--time--divider{width:1px;margin:0 10px;border-right:1px solid #e4e4e4;height:21px}.new-post-actions--time--time{border:0;width:40px;color:#8e8e8e}.new-post-actions--time--time--sec{margin-left:10px}.new-post-actions--time--min{font-size:14px;color:rgba(142,142,142,0.5)}.arena-newpost--edit-image{width:126px;height:96px;border-radius:4px;border:solid 1px #979797;position:relative}.arena-newpost--edit-image--delete{position:absolute;top:-10px;right:-10px;width:20px;height:20px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#9173c7;cursor:pointer}.new-post-body{padding-top:20px;padding-right:20px;padding-bottom:10px;padding-left:20px}.live-new-post--post-hashtags{margin-bottom:20px}.new-post-header--container{padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8e8e8;padding-top:15px;padding-bottom:7px}.live-new-post--pitstop--container{display:flex;align-items:center;cursor:pointer}.live-new-post--pitstop--container>span{margin:0 5px}.live-new-post--pitstop--container>div{margin:0 5px}.live-new-post--pitstop--container .substitution-icon{transform:rotate(180deg)}.live-new-post--pitstop-time{color:#8E8E8E;line-height:16px;font-size:12px;white-space:nowrap}.live-new-post--pitstop--player--image--wrapper{width:36px;height:36px;border:1px solid #9d9d9d;border-radius:50%;border-style:dotted;display:flex;align-items:center;justify-content:center}.live-new-post--pitstop--player--image{width:32px;height:32px;border-radius:50%}.tire-icon{background:url(/js/imgs/icon-tire.png) center center/contain no-repeat;width:26px;height:26px;margin:auto}.substitution-icon{background:url(/js/imgs/icon-substitution.png) center center/contain no-repeat;width:13px;height:13px;margin:auto}.pitstop-modal .substitute-modal--player--image{margin-right:20px}.pitstop-modal--input-wrapper{background-color:#fff;border:1px solid #ccc;border-radius:4px;width:30%}.pitstop-modal--input-wrapper>input{border:none;width:100%}.pitstop-modal-time{display:flex;justify-content:center;margin-right:20px;width:36px}.new-post-header--title{min-width:200px;font-size:18px;font-weight:bold;line-height:1.17;color:#4a4a4a;min-height:30px;display:flex;align-items:center}.new-post-header--summary{display:flex;justify-content:space-between;align-items:center}.new-post-header--summary-wrapper-text{display:flex;align-items:center;margin-right:16px}.new-post-header--summary-wrapper-text span{margin-right:8px;color:#8E8E8E;font-family:Roboto;font-style:normal;font-weight:normal;font-size:12px;line-height:14px}.new-post-header--summary-wrapper-text input{background:transparent;height:30px;width:100px;padding-left:8px;font-size:14px;line-height:21px;outline:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ccc;color:#4A4A4A;border-radius:4px}.new-post-header--summary-wrapper-text input::placeholder{color:#CCCCCC}.new-post-header--summary--label{margin-right:10px;font-size:14px;font-weight:bold;line-height:1.5;text-align:right;color:#9b9b9b}.new-post-actions--overlay{position:absolute;width:100%;height:100%;background:rgba(255,255,255,0.8);z-index:10}.live-new-post--field{margin:10px 0;background:white}.live-new-post--footer{display:flex;align-items:center;justify-content:space-between;margin:10px 0}.live-new-post--substution--player--image--wrapper{width:36px;height:36px;border:solid 1px #9d9d9d;border-radius:50%;border-style:dotted;display:flex;align-items:center;justify-content:center}.live-new-post--substution--player--image{width:32px;height:32px;border-radius:50%}.live-new-post--substution--container{display:flex;align-items:center;cursor:pointer}.live-new-post--substution--icon{background:url(/js/imgs/icon-substitution.png) center center/contain no-repeat;margin:0 15px;width:23px;height:27px}.live-new-post--media{display:flex;align-items:center;font-size:14px;line-height:1.14;color:#8e8e8e;width:100%}.live-new-post--media>div{height:36px;min-width:36px;max-width:97px;border-radius:4px;background-color:#ffffff;border:solid 1px #cccccc;display:flex;align-items:center;cursor:pointer;flex-shrink:0;padding:0 7px;margin-right:5px}.live-new-post--media>div:last-child{margin-right:0}.live-new-post--media--item{cursor:pointer}.live-new-post--media--image--img{font-size:21px;height:100%;display:flex;align-items:center}.live-new-post--media--image--text{padding-left:8px;height:100%;display:flex;align-items:center}.live-new-post--media--image--result--image{width:24px;height:24px;margin-right:8px;flex-shrink:0}.live-new-post--media--image--result--delete{margin-right:10px}.live-new-post--media--image--result{display:flex;justify-content:space-between;border:1px solid #2BD88A !important;box-shadow:0px 0px 5px #2BD88A}.live-new-post--color{display:flex;align-items:center;font-size:14px;line-height:1.14;color:#8e8e8e;max-width:123px !important;height:36px;position:relative}.live-new-post--color--picker{position:absolute;z-index:4;top:40px;left:-68px}.live-new-post--media--image--result--info{display:flex;align-items:center;width:calc(100% - 30px)}.live-new-post--media--image--result--text{display:inline-block;width:100%;white-space:nowrap;overflow:hidden !important;text-overflow:ellipsis;max-width:567px}.live-new-action{width:420px;margin:30px auto}.live-new-action>.alert-modal>.alert-modal--overlay{background:rgba(0,0,0,0.1)}.live-new-action--icon{display:flex;align-items:center}.live-new-action--icon--wrapper{width:50px;height:50px;background-color:#ffffff;border:solid 1px #979797;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.live-new-action--icon--img{width:50px;height:50px;border-radius:50%}.live-new-action--form{margin-top:20px}.live-new-action--form--input{width:420px;height:36px;border-radius:4px;background-color:#fff;border:solid 1px #ccc;font-size:14px;line-height:1.14;color:#4A4A4A;padding:0 15px;outline:none}.live-new-action--form--count{font-size:11px;line-height:1.45;text-align:right;color:#8e8e8e;margin-top:5px}.live-new-action--ctas{margin-top:30px;display:flex;justify-content:center;align-items:center}.new-action--create{border-top:1px solid #ccc}.live-action-option--right-options{display:'flex'}.live-action-option--create{font-size:16px;display:inline-block;margin-right:10px;margin-left:5px;width:18px;height:18px;flex-shrink:0;color:#9d9d9d}.action--edit,.live-action-option--right-options>div{width:20px;height:20px;border-radius:4px;background-color:#e8e8e8;display:flex;align-items:center;justify-content:center;color:#9d9d9d;margin:0 5px}.action--edit:hover,.action--pin:hover:not(.is-pinned){color:#4A4A4A}.action--pin.is-pinned{color:#00C1F9}.live-new-post--field--url{position:relative}.live-new-post--field--url--icon{position:absolute;font-size:25px;left:16px;top:-2px;color:#8e8e8e}.live-new-post--field--url--input{padding-left:48px;border:1px solid #ccc}.live-new-post--important--player--image--wrapper{margin:0 7px}.live-new-post--important--player--image--wrapper--green{border:1px dotted #2fcd4a}.live-new-post--important--player--image--wrapper--red{border:1px dotted #db0d1b}.live-message--action--important--pitcher{background:url(/js/imgs/pitcher-icon.png) center center/contain;width:20px;height:20px}.live-message--action--important--batter{background:url(/js/imgs/batter-icon.png) center center/contain;width:20px;height:20px}.live-message--action--important--catcher{background:url(/js/imgs/catcher-icon.png) center center/contain;width:20px;height:20px}.live-message--action--important--pitcher-wrapper{border-bottom:2px solid #f5f6fa;margin-bottom:10px}.live-new-post-to{display:flex;align-items:center}.live-new-post-to--label{margin-right:8px}.live-new-post-to--option--connection-select{margin-left:6px}.live-new-post-to--option{margin-right:8px;display:flex;align-items:center;height:42px}.live-new-post-to--option--twitter--icon{color:#1da1f2;font-size:16px;margin-right:3px;height:14px;display:flex;align-items:center;justify-content:center}.live-new-post-to--option--facebook--icon{background:url(/js/imgs/ic-facebook.svg) center center/contain;width:14px;height:14px;margin-right:6px;flex-shrink:0}.live-new-post-to--option--check{width:14px;height:14px;margin:0 !important;flex-shrink:0;margin-right:6px !important}.live-new-post-to--option--none{display:none}.twitter-video{min-width:0 !important}.live-select-social-account{width:54px;height:24px;background-color:#ffffff;border:1px solid #BDBDBD;border-radius:4px;display:flex;align-items:center;position:relative;justify-content:space-around;padding:0 5px}.live-select-social-account>span{cursor:pointer}.live-select-social-account--clear{color:#999;padding:0 5px;font-size:16px;position:relative;z-index:10}.live-select-social-account--clear:hover{color:#D0021B}.live-select-social-account .ion-arrow-up-b:hover,.live-select-social-account .ion-arrow-down-b:hover{color:#373A3C}.live-select-social-account--image{width:16px;height:16px}.live-select-social-account--accounts{position:absolute;margin-bottom:0;bottom:23px;z-index:9999;padding-left:0;list-style:none;min-width:200px;background:white;box-shadow:0 2px 1px 0 rgba(0,0,0,0.1);border:solid 1px #dddddd;left:0;border-radius:4px}.live-select-social-account--add--account{border-top:1px solid #CCCCCC;color:#9D9D9D;padding:10px;margin-top:16px;font-size:14px;cursor:pointer}.live-select-social-account--add--account span:first-child{margin-right:8px}.live-select-social-account--account{display:flex;margin:8px 10px;align-items:center;cursor:pointer}.live-select-social-account--account>label{margin-bottom:0px}.live-select-social-account--account--check{margin:0px !important}.live-select-social-account--account--info{display:flex;align-items:center;margin-left:10px}.live-select-social-account--account--image{width:30px;height:30px;border-radius:4px;flex-shrink:0}.live-select-social-account--account--name{margin-left:8px;color:#8e8e8e;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px}.live-select-social-account--account__selected{color:#9d9d9d}.media-expandable{transition:max-height 0.2s ease-in-out}.media-expandable .twitter-tweet-rendered{margin:10px auto !important}.media-expandable--button{position:absolute;width:125px;height:25px;border-radius:16px;background-color:#ffffff;box-shadow:0 1px 1px 0 rgba(0,0,0,0.5),0 2px 3px 0 rgba(0,0,0,0.15);bottom:10px;left:0;right:0;margin:auto;z-index:99;display:flex;align-items:center;justify-content:center;color:#9173c7;cursor:pointer}.media-expandable--button__collapse{bottom:auto;top:20px}.media-expandable--button--icon{position:absolute;left:10px}.live-new-post--bottom--buttons{display:flex}.live-new-post--bottom{display:flex;align-items:flex-start;justify-content:space-between}.live-new-post--button{display:flex;flex-direction:column;width:150px}.option-button{position:relative}.option-button--choose{padding-top:1px;background:#9173c7;width:30px;height:30px;margin:5px;margin-left:-4px;border-top-right-radius:5px;border-bottom-right-radius:5px;color:white;display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;float:right}.option-button--choose:hover{background:#673ab7}.options-button--options{position:absolute;background:white;border:1px solid #DDDDDD;box-shadow:0px 2px 1px rgba(0,0,0,0.1);text-align:left;list-style:none;padding:0;font-size:14px;z-index:800;right:5px;bottom:26px;min-width:115px}.options-button--options li{padding:10px;cursor:pointer}.options-button--options li:hover{background:#f6f8fa}.options-button--options li:not(:last-child){border-bottom:1px solid #E8E8E8}.options-button--options--overlay{position:fixed;width:100%;height:100%;z-index:9;top:0;left:0}.live-new-post--editor{display:flex;padding-bottom:5px;align-items:center}.live-new-post--editor .arena-checkbox--check{border:1px solid #ccc !important;height:15px;width:15px}.live-new-post--editor .arena-checkbox--checked{border:none !important;background:#9175C5 !important;padding-top:2px}.live-new-post--editor--label{font-size:14px;color:#999999}.live-new-post--editor--editor-info{display:flex;margin-left:14px;align-items:center}.live-new-post--editor--name{font-weight:500;font-size:11px;color:#9B9B9B;margin:0px 11px 0px 3px}.live-new-post--editor--image{height:26px;width:26px;flex-shrink:0;border-radius:50%}.live-new-post--editor--edit{cursor:pointer}.live-new-post--button{display:flex;flex-direction:column;align-content:flex-end}.live-action-option--right-option{float:'right';color:#B8B8B8;margin:0 8px;font-size:12px}.live-new-post--title--wrapper{background-color:#FFF;background-image:none;border:1px solid #ccc;color:inherit;display:block;width:100%;font-size:14px;border-radius:4px;position:relative}.live-new-post--title{border:0;width:100%;padding-right:35px}.live-new-post--title--icon{position:absolute;right:10px;top:0px;font-size:22px;cursor:pointer}.live-new-post--title--link--filled{background:#EFEFEF;color:#435565;padding-right:70px;text-overflow:ellipsis}.live-new-post--title--link--close{position:absolute;right:40px;top:4px;font-size:18px;color:#C2C2C2 !important;cursor:pointer}.live-new-post--title--link{background-color:#fff;border:1px solid #ccc;box-shadow:0px 0px 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap;position:absolute;z-index:11;right:0;top:30px}.live-new-post--title--link--overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10}.live-new-post--title--link--input{width:170px;margin:0 10px;border:1px solid #ccc;font-size:13px;height:26px}.live-new-post--title--link--button{color:#06c;cursor:pointer}.live-new-post--dropzone{width:auto;height:auto;border-width:0;border-color:initial;border-style:initial;border-radius:0;position:relative}.live-new-post--dropzone--overlay{position:absolute;width:100%;height:100%;background:rgba(242,242,242,0.7);z-index:999;display:flex;align-items:center;justify-content:center}.live-new-post--dropzone--overlay--center{background:#FFFFFF;border:1px dashed #BEC0C2;border-radius:3px;width:80%;height:60%;font-size:15px;text-align:center;color:#828282;display:flex;align-items:center;justify-content:center;flex-direction:column}.live-new-post--dropzone--overlay--center--icon{font-size:78px;color:#BDBDBD}.live-new-post--dropzone .alert-modal--main{z-index:9998 !important}.live-new-post--dropzone .alert-modal--overlay{z-index:9997 !important}.create-poll{padding:20px}.create-poll--list{list-style:none;margin:0;padding:0}.create-poll--item{display:flex;align-items:baseline;margin-top:10px}.create-poll--item--input--wrapper{width:100%;display:flex;flex-direction:column}.create-poll--item--input--length-hint{font-weight:normal;font-size:11px;line-height:21px;text-align:right;color:#8E8E8E}.create-poll--item--radio{margin-bottom:4px !important;margin-right:10px !important}.create-poll--item--remove{margin:0 20px;font-size:24px;color:#9E9E9E;cursor:pointer}.create-poll--ctas{margin:20px 0;color:#ccc;display:flex;justify-content:space-between}.create-poll--ctas>div{cursor:pointer}.create-poll--ctas--wrapper{display:flex;align-items:center;justify-content:space-between}.create-poll--show--votes--wrapper{display:flex;align-items:center}.create-poll--show--votes--wrapper label{cursor:pointer;color:#999999;font-weight:normal;font-size:14px;margin:0}.create-poll--show--votes--wrapper input{margin:0 9px 0 0;cursor:pointer}.ql-snow .ql-tooltip{z-index:10}.arena-form-group{display:flex;align-items:center}.arena-form-label{font-size:14px !important;text-align:left !important;flex-shrink:0;margin-right:18px}.arena-select--add{width:100%;display:flex;align-items:center;border-width:1px;border-color:#CCCCCC;border-style:solid;border-radius:4px;flex:2}.arena-select--add .Select-control{border:0;height:34px}.arena-select--add--icon{cursor:pointer;width:30px;border-right:1px solid #CCCCCC;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#00C1F9;font-size:17px;z-index:9999999}.arena-select--search--icon{cursor:pointer;width:30px;margin-right:-12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#9D9D9D;font-size:17px;z-index:1}.is-open ~ .arena-select--add--icon{display:flex}.arena-new-post-select-wrapper{width:100%;display:flex}.arena-new-post-select-wrapper .Select.is-focused:not(.is-open)>.Select-control{box-shadow:none}.arena-new-post-select-wrapper .arena-select--add--icon{z-index:1;position:absolute;top:0px;height:100%;margin-left:-28px;background:white;border:1px solid #ccc;border-radius:4px 0 0 4px;box-shadow:-2px 2px 4px rgba(0,0,0,0.15)}.arena-new-post-select-container{width:100%}.arena-new-post-select-container .Select-menu-outer{margin-top:1px;background:#FFFFFF;border:1px solid #DDDDDD;box-shadow:0px 3px 4px rgba(74,74,74,0.2774);border-radius:3px;overflow:auto;width:115%;min-width:260px;margin-left:-28px}.arena-new-post-select-wrapper--search-add .arena-new-post-select-container .Select-menu-outer{width:120%;min-width:260px;margin-left:-45px}.modal-content .live-media-library{height:800px}.schedule-post--input--wrapper .bootstrap-datetimepicker-widget td{padding:0px}.schedule-post--input--wrapper .bootstrap-datetimepicker-widget td.separator{width:10px}.arena-search-player-modal{margin-bottom:20px}.arena-search-player-modal .infinite-scroll-component{overflow-x:hidden !important}.arena-search-player-modal--add-person{cursor:pointer;display:flex;width:max-content;width:-webkit-fit-content;width:-moz-fit-content;align-items:center;text-align:right;justify-content:center;padding:6px 10px;margin:13px 46px 13px auto}.arena-search-player-modal--add-person--icon{color:#673AB7;flex-shrink:0;font-size:22px}.arena-search-player-modal--add-person--text{color:#673AB7;font-weight:bold;font-size:14px;margin-left:11px}.arena-search-player-modal--header{padding:0px 30px}.arena-search-player-modal--header--search{flex:2}.arena-search-player-modal--header--search--input-wrapper{display:flex;align-items:center;flex-shrink:0;width:100%}.arena-search-player-modal--header--search--input{height:38px;padding-left:20px;border-radius:4px;background-color:#fff;border:1px solid #ccc;outline:none;width:100%;font-size:14px;line-height:1.71;color:#4a4a4a;flex-shrink:0;padding-right:30px}.arena-search-player-modal--header--select{flex:1;width:100%;height:38px;border-radius:4px;background-color:#fff;border:1px solid #ccc;outline:none;font-size:13px;line-height:1.71;color:#333;padding-left:10px;margin-left:10px}.arena-search-player-modal--header--players-label{display:flex;margin-top:15px;color:#8E8E8E;font-size:14px;font-weight:bold}.arena-search-player-modal--player-wrapper:hover{background:rgba(145,115,199,0.1);cursor:pointer}.arena-search-player-modal--player{height:55px;border-bottom:1px #E8E8E8 solid;display:flex;align-items:center;justify-content:space-between;margin:0px 20px;padding:0px 10px}.arena-search-player-modal--player--player{display:flex;align-items:center;flex:2}.arena-search-player-modal--player--player-img{height:35px;width:35px;border-radius:50%;flex-shrink:0;margin-right:12px}.arena-search-player-modal--player--position{text-transform:capitalize;flex:1;text-align:center}.live-content--play-by-play .new-post-header--container,.live-content-media .new-post-header--container{padding:13px 0 0}.new-post-body .Select-value-label>span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ql-toolbar.ql-snow{border-radius:4px 4px 0px 0px;border-bottom:none}.ql-container.ql-snow{border-radius:0px 0px 4px 4px}.live-edit-post-modal .ql-editor{height:100%;min-height:150px;max-height:400px;overflow:scroll}.live-edit-post-modal .new-post-body{padding:33px 0px 0px;margin-bottom:0px}.live-edit-post-modal .new-post-header--container{padding:0px 0px 7px}.live-edit-post-modal .alert-modal--header{font-weight:normal;font-size:24px;color:#4A4A4A}.live-edit-post-modal .alert-modal--content .alert-modal .alert-modal--overlay{background:rgba(0,0,0,0.4)}.live-edit-post-modal--container{max-width:810px;width:100% !important}.live-edit-post-modal--body{overflow:scroll;max-height:75vh;background:#fdfdfd !important;padding:30px 30px 0}.social-widget-edit #edit-post,#stream-edit-post,#live-edit-post-modal-editor,#live-post-above-modal-editor,#live-stream-edit-post-modal-editor,#live-edit-draft-post-modal-editor{height:100% !important}.live-edit-post-modal--footer{background:#FFFFFF;box-shadow:0px -2px 4px rgba(0,0,0,0.045);position:relative;border-radius:4px;margin:0px;padding:14px 0px;display:flex;justify-content:center;align-items:center}.live-edit-post-modal--footer .btn{width:100px;border-radius:4px}.live-edit-post-modal--footer .btn-arena-secondary{margin-right:20px;margin-left:10px}.live-edit-post-modal--footer--save:hover .live-edit-post-modal--footer--post-tip{display:block}.live-edit-post-modal--footer--post-tip{display:none;position:absolute;top:26px;text-align:right;margin-left:170px;font-size:14px;color:#8e8e8e}#stream-edit-post-modal .alert-modal--overlay,#live-edit-draft-modal .alert-modal--overlay,#live-post-above-modal .alert-modal--overlay{background:rgba(0,0,0,0.4)}#stream-edit-post-modal .modal-dialog,#live-edit-draft-modal .modal-dialog,#live-post-above-modal .modal-dialog{max-width:810px;width:100% !important}#stream-edit-post-modal .modal-header,#live-edit-draft-modal .modal-header,#live-post-above-modal .modal-header{padding:10px}.arena-asset-html{position:relative;padding-bottom:56.25%;margin-top:10px;height:0}.arena-asset-html iframe{position:absolute;top:0;left:0;width:100%;height:100%}#post-area--live-new-post--media{display:none !important}#live-new-post .social-widget-post-area--media--item,.live-new-post--media .social-widget-post-area--media--item{display:none !important}#live-new-post .social-widget-post-area--media--item .live-new-post--color,.live-new-post--media .social-widget-post-area--media--item .live-new-post--color{width:100%;justify-content:center}@media screen and (max-width: 800px), (min-width: 1360px) and (max-width: 1480px){#live-new-post .live-new-post--media>div{padding:0px;width:36px;display:flex;justify-content:center;margin-right:10px}#live-new-post .live-new-post--media>.live-new-post--color{display:none !important}#live-new-post .live-new-post--media .live-new-post--media--image--text,#live-new-post .live-new-post--media .color-component--color--hex--hidden{display:none}#live-new-post #post-area--live-new-post--media{display:inline-block !important}#live-new-post .social-widget-post-area--media--item{display:flex !important}}.load{width:150px;animation:loading 3s linear infinite}.load .loading-inner{stroke-dashoffset:0;stroke-dasharray:300;stroke-width:10;stroke-miterlimit:10;stroke-linecap:round;animation:loading-circle 2s linear infinite;stroke:#5021a6;fill:transparent}@keyframes loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes loading-circle{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-600}}@keyframes highlight{0%{opacity:1}100%{opacity:0}}.refresh_spin{animation-name:spin;animation-duration:2000ms;animation-iteration-count:infinite;animation-timing-function:linear}@-ms-keyframes spin{from{-ms-transform:rotate(0deg)}to{-ms-transform:rotate(360deg)}}@-moz-keyframes spin{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.Select-menu-outer{z-index:1000 !important}.Select{width:100% !important}.gray-bg,.bg-muted{background-color:#fcfcfc !important}.wait-fetch{cursor:wait}.generic-page--header{width:100%;height:70px;background-image:linear-gradient(274deg, #3023ae, #3f23ae 18%, #8426ac);display:flex;align-items:center;justify-content:center}.generic-page--logo{width:126px;height:29px;background:url(/js/imgs/arena-logo-all-white-all-transparent.png);background-size:contain;background-repeat:no-repeat}.generic-page--body{margin-top:40px;display:flex;align-items:center}.nav--publisers{position:fixed;top:0;left:97px;background:#fcfcfc;height:100%;width:120px;border-right:1px solid rgba(157,157,157,0.2);display:flex;flex-direction:column;align-items:center;z-index:900}.nav--publisers--header{width:100%;background:rgba(232,232,232,0.2);text-align:center;padding:15px 0}.nav--publisers--close{color:#5032a7}.nav--publisers--close{font-size:14px;font-weight:bold;line-height:1.14;text-align:center;color:#5021a6;margin-top:15px;cursor:pointer}.nav--publisers--list{margin-top:5px;z-index:400}.nav--publisers--item{margin-top:25px;display:flex;flex-direction:column;align-items:center;position:relative;cursor:pointer}.nav--publisers--item--image{width:50px;height:50px;border-radius:50%;position:relative}.nav--publisers--item--name{font-size:13px;font-weight:500;line-height:1.08;text-align:center;color:#5021a6;margin-top:10px}.nav--publisers--item--current{position:absolute;right:-25px;top:13px;font-size:17px;color:#5021a6}.nav--publisers--list--overlay{position:fixed;width:100%;height:100%;z-index:400;top:0;left:0}.modal-live-media-library{max-width:1113px;width:calc(100% - 203px)}.live-media-library--menu{width:243px;background:#e8e8e8;padding:20px 0;font-size:16px;color:#a2a2a2}.live-media-library--menu--list{margin:0;list-style:none;padding:0}.live-media-library--menu--item{height:50px;padding:0 23px;display:flex;align-items:center;cursor:pointer;text-transform:uppercase}.live-media-library--menu--item__active{background:rgba(0,193,249,0.1);color:#00c1f9}.live-media-library--menu--item--icon{margin-right:18px;font-size:32px}.live-media-library--menu--item--icon__gettyimages{background:url(/js/imgs/icon-gettyimages.svg) center center/contain no-repeat;width:20px;height:20px}.live-media-library--menu--item__active .live-media-library--menu--item--icon__gettyimages{background:url(/js/imgs/icon-gettyimages__active.svg) center center/contain no-repeat;width:20px;height:20px}.live-media-library--menu--item--icon__sotic{background:url(/js/imgs/icon-sotic.svg) center center/contain no-repeat;width:20px;height:20px}.live-media-library--menu--item__active .live-media-library--menu--item--icon__sotic{background:url(/js/imgs/icon-sotic__active.svg) center center/contain no-repeat;width:20px;height:20px}.live-media-library{display:flex;height:calc(100vh - 200px)}.live-media-library--body{width:100%;display:flex;flex-direction:column}.live-media-library--body--tabs{padding:0 20px}.live-media-library--body--tabs--list{margin:0;list-style:none;padding:0;display:flex;align-items:center;justify-content:space-around;width:100%;border-bottom:1px solid #e8e8e8;margin-top:10px;color:#9d9d9d}.live-media-library--body--tabs--item{padding:10px 0;width:100%;cursor:pointer;text-align:center;position:relative}.live-media-library--body--tabs--item__active{font-weight:bold;line-height:1.12;color:#4a4a4a;border-bottom:3px solid #4a4a4a}.media-import--upload{display:flex;align-items:center;justify-content:center;flex-direction:column;flex:1}.media-import--upload--active{background:rgba(0,193,249,0.1)}.media-import--icons{display:flex;align-items:flex-end}.media-import--icon--bg{color:rgba(0,193,249,0.5);font-size:70px;height:83px;margin:0 7px}.media-import--icon--sm{font-size:32px;color:rgba(0,193,249,0.6);margin:0 7px}.media-import--upload--title{font-size:30px;line-height:1.0;text-align:center;color:#4a4a4a;margin-top:20px}.media-import--upload--subtitle{font-size:14px;line-height:1.14;text-align:center;color:#8e8e8e;margin-top:10px}.media-import--link{border-top:1px solid #cccccc;padding-top:20px;padding-bottom:85px;display:flex;flex-direction:column;align-items:center;justify-content:center}.media-import--link--title{font-size:30px;line-height:1.93;text-align:center;color:#4a4a4a}.media-import--link--form{display:flex;height:50px;width:100%;align-items:center;justify-content:center;flex-shrink:0}.media-import--link--form--input{border:solid 1px #cccccc;border-right:0;border-top-left-radius:4px;border-bottom-left-radius:4px;width:75%;height:100%;font-size:14px;line-height:1.29;color:#999999;padding:0 15px}.media-import--link--form--input:focus{outline:0}.media-import--link--form--btn{width:90px;height:100%;background:#00c1f9;display:flex;font-size:14px;font-weight:bold;line-height:1.29;color:#ffffff;align-items:center;justify-content:center;border-bottom-right-radius:4px;border-top-right-radius:4px;cursor:pointer}.media-search .media-import--link--form--input{width:100%;display:flex;flex-direction:column;flex:1}.media-search{width:90%;margin:0 auto;margin-top:37px;display:flex;flex-direction:column;flex:1}.media-search--tabs{font-size:16px;font-weight:300;line-height:1.19;color:rgba(55,58,60,0.5);margin-bottom:5px}.media-search--tabs--list{list-style:none;margin:0;padding:0;display:flex;align-items:center}.media-search--tab{margin-right:20px;cursor:pointer}.media-search--tab__active{font-size:16px;font-weight:bold;line-height:1.19;color:#00c1f9}.media-search--result--item{cursor:pointer;position:relative}.media-search--result{padding-top:20px;overflow:auto}.masonry{margin:0 auto}.media-library{padding-top:20px;width:100%}.masonry-library{position:relative;width:100% !important}.media-search--youtube--item{margin-top:15px;display:flex;justify-content:space-between;align-items:center}.media-search--youtube--item--info{display:flex;cursor:pointer}.media-search--youtube--item--info--img{width:140px;height:78px;flex-shrink:0}.media-search--youtube--item--info--text{margin-left:20px}.media-search--youtube--item--info--title{font-size:15px;font-weight:bold;color:#4a4a4a}.media-search--youtube--item--info--channel{margin-top:4px;font-size:12px;line-height:1.33;color:#8e8e8e}.media-search--youtube--item--info--description{margin-top:4px;font-size:12px;line-height:1.33;color:#8e8e8e}.media-search--youtube--item--info--time{margin-top:5px;font-size:12px;line-height:1.33;color:#8e8e8e}.media-search--youtube--item--add{font-size:22px;margin-left:40px;margin-right:20px;cursor:pointer}.media-search--youtube--item--added{width:70px;height:24px;border-radius:100px;background-color:#00c1f9;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:bold;text-align:center;color:#ffffff;flex-shrink:0;margin-left:10px}.media-search .alert-modal--overlay{background:rgba(0,0,0,0.1);cursor:default}.alert-modal--main__previewModal{cursor:default}.media-library--videos{display:flex;flex-wrap:wrap}.media-library--videos--item{width:204px;margin-top:15px;margin-right:5px;cursor:pointer}.media-library--videos--item--image{width:204px;height:114px;position:relative}.media-library--videos--item--title{margin-top:10px;font-size:15px;font-weight:bold;color:#4a4a4a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-library--videos--item--channel{font-size:12px;line-height:1.33;color:#8e8e8e;margin-top:4px}.media-library--videos--item--time{font-size:12px;line-height:1.33;color:#8e8e8e;margin-top:4px}.media-import--loading{display:flex;align-items:center;justify-content:center;height:438px}.media-import--loading--wait-for-algolia{max-width:451px;font-size:16px;text-align:center;color:#9D9D9D;margin:0 auto}.media-search--not-found{text-align:center}.media-search--not-found--title{font-size:90px;font-weight:bold;text-align:center;color:#5c5c5c}.media-search--not-found--subtitle{font-size:15px;font-weight:bold;text-align:center;color:#636363}.media-search--empty{display:flex;align-items:center;justify-content:center;margin-top:120px;flex-direction:column}.media-search--empty--text{font-size:16px;text-align:center;color:#999999;margin-top:18px}.media-search--empty--youtube{background:url(/js/imgs/you-tube-logo-emptystate.png);width:152px;height:64px}.media-search--empty--giphy{background:url(/js/imgs/emptysite-giphy.png);width:259px;height:54px}.media-search--empty--gettyimages{background:url(/js/imgs/emptysate-gattyimages.png) center center/contain no-repeat;width:266px;height:46px}.media-search--result--item--hover{display:none;top:0;left:0;width:100%;height:100%;position:absolute;background:rgba(145,115,199,0.5)}.media-library--videos--item--image:hover .media-search--result--item--hover,.media-search--result--item:hover .media-search--result--item--hover{display:block}.media-library--icons--item:hover .media-search--result--item--hover,.media-search--result--item:hover .media-search--result--item--hover{display:block}.media-search--result--item--hover--check{position:absolute;top:0;right:0;width:25px;height:25px;border:2px solid white;margin:10px}.media-search--result--item--hover--preview{position:absolute;color:white;right:13px;top:38px;font-size:23px}.media-library--status-bar{height:65px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;flex-shrink:0}.media-library--status-bar--details--title{font-size:16px;font-weight:bold;line-height:1.12;color:#a2a2a2}.media-library--status-bar--details--subtitle{font-size:14px;line-height:1.14;color:#8e8e8e;margin-top:3px}.media-library--icons--item--image{width:50px;height:50px}.media-library--icons--item{margin:20px;position:relative}.media-library--icons{display:flex;width:100%;flex-wrap:wrap}.media-library--wrapper{padding-bottom:0;overflow:auto;width:100%;display:flex;flex-direction:column;flex:1;justify-content:space-between}.live-video-setting--upload-completed{background:#00c1f9;width:100%;font-size:12px;font-weight:bold;line-height:1.33;text-align:center;color:#ffffff;padding:10px 0}.live-video-settings--title{font-size:14px;line-height:1.14;letter-spacing:2px;color:#8e8e8e;margin-top:36px;text-align:center;margin-bottom:26px}.live-video-settings--form-field{max-width:510px;margin:10px auto;padding:0 10px;display:flex}.live-video-settings--ctas{display:flex;align-items:center;justify-content:center;margin:26px 0}.live-video-settings--loading{display:flex;align-items:center;justify-content:center;height:158px}.live-video-settings--form-field--restriction-type{max-width:150px}.live-video-setting--upload-bar--bg{background:#e8e8e8;width:100%;height:35px;position:relative}.live-video-setting--upload-bar{height:35px;position:absolute;background:#00c1f9;top:0;left:0;z-index:10}.live-video-setting--upload-bar--text{font-size:14px;font-weight:bold;line-height:1.14;text-align:center;color:#ffffff;position:absolute;top:10px;bottom:0;left:0;right:0;margin:auto;z-index:20}.live-video-setting--upload-uploading{background:white;width:100%;font-size:12px;font-weight:bold;line-height:1.33;text-align:center;color:#ffffff;padding:10px 0}.live-media-library--body--content{display:flex;align-items:center;justify-content:center;flex:1;flex-direction:column}.media-import{width:100%;display:flex;flex-direction:column;flex:1}.select-video-library--jwplayer{background:url(/js/imgs/jwplayer.png) center center/contain no-repeat;width:188px;height:67px;display:inline-block;margin-right:72px}.select-video-library--wordpress{background:url(/js/imgs/wordpress-logo.png) center center/contain no-repeat;width:186px;height:38px;display:inline-block;margin-right:72px}.select-video-library--gettyimages{background:url(/js/imgs/gettyimages-logo.png) center center/contain no-repeat;width:186px;height:32px;display:inline-block}.video-library{width:100%;height:100%;padding:20px}.select-video-library--list{list-style:none;margin-top:40px;display:flex;align-items:center}.video-library-credentials--form{display:flex;align-items:center;max-width:620px;flex-wrap:wrap}.video-library-credentials--form--input{margin:0 10px 0 0;flex:1;position:relative}.video-library-credentials--form--input .arena-form--error{position:absolute;top:35px}.select-video-player{padding:50px}.select-video-player--title{font-weight:400}.select-video-player--actions{padding-top:10px;display:flex;justify-content:flex-end}.live-media-library--body--tabs--ctas{position:absolute;right:0;top:10px;font-size:18px;color:rgba(38,38,38,0.56);display:flex;width:40px;justify-content:space-between}.live-media-library--body--tabs--ctas>div{cursor:pointer}.media-library--search{width:600px;display:flex;align-items:center;justify-content:center;margin:0 auto}.video-integration-settings{height:100%;width:100%;padding:20px;display:flex;flex-direction:column;justify-content:space-between}.video-integration-settings--back{color:#A8A8A8;cursor:pointer}.video-integration-settings--back-icon{margin-right:10px}.video-integration-settings--content{margin-top:20px}.video-integration-settings--remove{display:flex}.video-integration-settings--remove--warning{padding:20px;text-align:center}.preview-media--media{display:flex;align-items:center;justify-content:center}.preview-media--media>img{max-width:100%}.live-new-post--media--image{display:flex;align-items:center;height:100%}.live-new-post--media--image__disabled{opacity:0.55;cursor:default !important}.live-new-post--media--icon--gif{background:url(/js/imgs/icon-gif.svg) center center/contain no-repeat;width:22px;height:10px;display:inline-block}.slider--title{color:white;font-weight:400;font-stretch:normal;font-size:12px}.slider--wrapper{margin:0 auto;display:flex;width:400px}.slider{position:absolute;width:400px;height:2px;margin-top:-7px}.line{position:absolute;background:white;width:400px;height:2px}.break{position:absolute;background:#222;width:6px;height:2px}.dot1{animation:loading-line 2s infinite}.dot2{animation:loading-line 2s 0.5s infinite}.dot3{animation:loading-line 2s 1s infinite}@keyframes loading-line{from{left:0}to{left:400px}}#fb-root{display:none}.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget span iframe[style]{width:100% !important;overflow-x:visible}.publishers .event-list--events--container{display:block}@media screen and (max-width: 768px){.publishers .event-list--events--container{padding-top:45px}}@media screen and (max-width: 768px){.publishers .live--header{padding:0 15px}}.publishers .live--header--title{position:absolute;left:20px;top:13px}.publishers .live--header--title-cta{justify-content:center}@media screen and (max-width: 768px){.publishers .live--header--title-cta{justify-content:flex-end;flex-direction:column;padding-top:65px}}.publishers .live--header--input{width:100%;flex-direction:column}@media screen and (max-width: 768px){.publishers .btn-arena{width:100%;z-index:999}}.publishers--list--loader{display:flex;justify-content:center;align-items:center;height:75px}.publishers--search--wrapper{display:flex;align-items:center;width:100%;max-width:600px;padding:0 100px}@media screen and (max-width: 768px){.publishers--search--wrapper{flex-direction:column;padding:0;margin-top:35px}}.publishers--item--wrapper{width:100%;position:relative;padding:20px}.publishers--item{width:100%;display:flex;align-items:center;justify-content:space-between}.publishers--item--info{display:flex;align-items:center}.publishers--item--info--img{width:60px;height:60px;border-radius:50%}.publishers--item--info--desc{margin-left:35px;width:220px;margin-right:20px}.publishers--item--info--name{font-size:18px;font-weight:bold;line-height:1.17;color:#5021a6;word-break:break-all}.publishers--item--info--url{font-size:17px;font-weight:300;line-height:1.18;color:#5021a6;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}.publishers--item--info--followers-events{display:flex;flex-direction:row;font-size:14px;line-height:1.14;color:#8e8e8e;margin-top:6px}.publishers--item--info--followers{margin-right:5px}.publishers--item--info--events{border-left:1px solid #8e8e8e;padding-left:5px}.publishers--item--info--events{font-size:14px;line-height:1.14;color:#8e8e8e}.publishers--item--info--created,.publishers--item--info--id{font-size:14px;line-height:1.71;color:#4a4a4a;padding-left:20px}.publishers--item--info--id{margin-top:8px}.publishers--item--ctas{display:flex;flex-direction:column}.publishers--email--verified{display:flex;align-items:center;margin-top:10px}.publishers--email--not--verified{color:#eb5757;margin-top:10px}.publishers--icon--checkmark{background:url("/img/icon-checkmark.svg") center center/contain no-repeat;width:11px;height:8px;margin-left:6px}.publishers--item--menu{position:absolute;height:30px;top:10px;right:10px}.site-settings--billing{display:flex;justify-content:center;margin:30px auto}.delete-publisher--text{font-size:14px;line-height:1.71;text-align:center;color:#4a4a4a}.delete-publisher--input--wrapper{margin-top:16px}.delete-publisher--input{border-radius:4px;background-color:#ffffff;border:solid 1px #eceeef;width:100%;height:38px;font-size:14px;text-align:center;color:#999999}.publishers .infinite-scroll-component{min-height:210px}.publishers .arena-chat--dropdown-menu{left:-168px}.empty-state--image{font-size:36px;height:30px}.empty-state--title{margin-top:20px;font-size:18px;font-weight:bold;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:normal;text-align:center;color:#4e5766}.empty-state--subtitle{margin-bottom:20px;font-size:16px;font-weight:normal;font-style:normal;font-stretch:normal;line-height:1.33;letter-spacing:normal;text-align:center;color:#9d9d9d}.admin--people--info--name{font-size:18px;font-weight:bold;line-height:1.17;color:#5021a6}.admin--people--info--email{font-size:14px;line-height:16px;color:#8e8e8e}.cell-middle{display:flex;align-items:center;height:100%}.cell-middle-people-select{width:100%;margin:5px}.cell-capitalize{text-transform:capitalize}.people-list .rt-td{overflow:visible !important;display:flex;align-items:center}.people-list--header{display:flex;flex-direction:row;align-items:center}.people--subpage--btn{margin:10px auto 10px 20px}.people--subpage--counter{margin-right:10px;color:#4a4a4a;font-weight:500}.admin--people--input{font-size:12px;color:#4A4A4A;font-weight:400;display:flex;height:30px;width:590px;border-radius:4px;border-color:#cccccc;border-width:1px;background:url(/js/imgs/ios-search.svg) no-repeat scroll 7px 7px;padding-left:30px}.admin--people--input--wrapper{display:flex;flex:1;flex-direction:row;justify-content:center;align-items:center;margin-left:auto;margin-right:auto}.admin-peopleList-checkbox{width:20px;height:20px}.sports--container{margin-top:20px}.sports--sport--info--img.players{width:40px;height:40px;border-radius:50%;flex-shrink:0}.sports--sport--info--img.league{width:30px;height:30px}.sports--subpage--title{text-transform:capitalize;font-size:24px;font-weight:bold;line-height:0.88;color:#5021a6;margin-bottom:15px;margin-left:50px;display:flex;align-items:center}.sports--subpage--image{width:30px;height:30px;margin-right:10px}.sports--player--social-media--icon{width:14px;height:14px;padding:5px;margin:0 5px;font-size:16px;color:#8e8e8e}.sports--player--social-media--icon--wikipedia{background:url(/js/imgs/icon-wikipedia.svg) center center/contain no-repeat;width:20px;height:12px;display:inline-block}.sports--create--info{display:flex}.sports--create--info--image{text-align:center;margin-right:20px;flex-shrink:0}.sports--create--label{font-size:12px;line-height:1.14;letter-spacing:1.7px;color:#4a4a4a;margin-bottom:8px;text-transform:uppercase}.sports--create--label--image--drop{width:113px;height:113px;border-radius:4px;background-color:#f9f9f9;border:dashed 1px #d2d2d2;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer}.sports--create--label--image--drop--icon{color:#4a4a4a;font-size:24px;text-align:center}.sports--create--label--image--drop--title{margin-top:5px;font-size:12px;line-height:1.42;color:#4a4a4a}.sports--create--label--image--drop--subtitle{color:#9b9b9b;font-size:10px;line-height:1.7}.sports--create--info--form{width:100%}.sports--create--input{width:100%;height:38px;border-radius:4px;background-color:#ffffff;border:solid 1px #cccccc;font-size:13px;line-height:1.71;color:#333;padding-left:10px}.sports--create--form-group--half{width:50%;display:inline-block}.sports--create--form-group--half:first-child{padding-right:17px}.sports--create--form-group:not(:first-child){margin-top:11px}.sports--create--others{margin-top:20px}.sports--subpage--btn{margin:10px 30px}.sports--create--input[disabled]{background:#efefef;cursor:no-drop}.create-player-modal--body{position:relative}.create-player-modal--body .Select--multi .Select-multi-value-wrapper{display:flex;flex-wrap:wrap}.create-player-modal--body .Select--multi .Select-multi-value-wrapper,.create-player-modal--body .Select--multi .Select-clear-zone,.create-player-modal--body .Select--multi .Select-arrow-zone{position:relative;top:2px}.create-player-modal--body .Select--multi .Select-value{background:#9173C7 !important;border-radius:4px;border:none !important;color:#fff !important;font-size:11px;margin:8px 0 8px 8px;display:flex;flex-direction:row-reverse}.create-player-modal--body .Select--multi .Select-value-icon{font-size:14px;border:none;opacity:0.5;background:none;font-weight:300;padding:0 5px;line-height:17px}.create-player-modal--body .Select--multi .Select-value-icon:hover{background:none;color:white;opacity:1}.create-player-modal--body .Select.is-disabled>.Select-control{background:none !important}.create-player-modal--body .Select.is-disabled .Select-value,.create-player-modal--body .Select.is-disabled .Select-arrow-zone{opacity:0.4}.create-player-modal--body .sports--create--label--image--drop{width:101px;height:101px;margin:auto;margin-bottom:5px}.alert-modal--main__create-player-modal--body--crop-image .modal-body{overflow:scroll;max-height:80vh;text-align:center;padding-bottom:0px}.alert-modal--main__create-player-modal--body--crop-image .alert-modal--overlay{background:rgba(0,0,0,0.1)}.sports--create--sport--header{padding:0 30px}.sports--create--sport--header--title{font-size:26px;line-height:0.92;color:#4a4a4a}.sports--create--sport--body{background-color:#ffffff;box-shadow:0 2px 1px 0 rgba(0,0,0,0.1);border:solid 1px #dddddd;padding:50px}.sports--create--sport--image{display:flex;flex-direction:column;align-items:center;width:62px;padding-top:4px}.sports--create--sport--body .sports--create--label--image--drop{width:38px;height:38px}.sports--create--sport--body .sports--create--label--image--drop--subtitle{font-size:9px}.sports--create--sport--body--footer{margin-top:54px}.sports--create--sport--form-group{margin:0 10px}.sports--create--sport--body--header{display:flex}.sports--create--sport--empty-state--image .sports--create--label--image--drop{width:240px;align-items:flex-start;padding:0 10px}.sports--create--sport--empty-state--image .sports--create--label--image--drop--icon{font-size:17px;text-align:left;color:#999999}.sports--create--label--image--drop--text{font-size:14px;line-height:1.43;text-align:left;color:#999999;margin-left:10px}.sports--create--sport--footer{margin-top:56px}.sports--create--sport--body--content{margin-top:33px}.create-sport-language{max-width:580px;min-width:450px;flex:1;margin:10px}.create-sport-language--title{font-size:14px !important;line-height:1.14;letter-spacing:1.7px;text-align:right;color:#4a4a4a}.create-sport-language--body{border-radius:4px;background-color:#ffffff;box-shadow:0 1px 1px 0 rgba(149,149,149,0.5);border:solid 1px #f3f3f3;padding:30px}.create-sport-language--body--title{font-size:14px;line-height:1.14;letter-spacing:1.7px;text-align:left;color:#4a4a4a}.create-sport-language--body--section{margin-top:20px}.create-sport-language--action{clear:both}.create-sport-language--action--actions{width:100%}.create-sport-language--period--input{width:100%;margin:8px 0}.create-sport-language--action--actions--head{font-size:14px;line-height:1.36;text-align:left;color:#373a3c;height:30px}.create-sport-language--action--icon{width:50px}.create-sport-language--action--actions .sports--create--label--image--drop{width:35px;height:35px}.create-sport-language--action--actions .sports--create--label--image--drop--icon{font-size:18px;color:#9d9d9d}.create-sport-language--action--row>td,.create-sport-language--action--actions--head>td{padding:0 5px}.create-sport-language--action--row{height:50px}.create-sport-language--body--footer{margin-top:20px;display:flex;justify-content:flex-end}.sports--create--sport--body--content--languages{display:flex;flex-wrap:wrap}.create-sport-language--action--row--title{height:24px;border-radius:100px;background-color:#9173c7;color:white;padding:2px 10px;margin-right:10px;margin-top:5px;display:inline-block}.create-sport-language--action--row--title--delete{font-size:13px;color:rgba(255,255,255,0.37);margin-left:10px;cursor:pointer}.select-language-modal--main{width:100% !important;max-width:85vw}.select-language-modal--main .modal-body{padding:30px 30px 0px;max-height:70vh;overflow:scroll;background:#E8E8E8 !important}.select-language-modal--main .modal-footer{margin:0px;background:#E8E8E8}.select-language--language--flag{width:35px;height:25px;margin-right:10px}.select-language{display:flex;flex-direction:column;flex-wrap:wrap;max-height:65vh}.select-language--column{width:190px;margin-bottom:20px}.select-language--language{display:flex;align-items:center;font-weight:normal;line-height:18px;font-size:14px;color:#39393A;cursor:pointer}.select-language--language input{margin-right:10px}.select-language--language__selected{color:#a57cef;margin-left:10px}.sports--create--action--delete{position:absolute;top:15px;right:-13px;font-size:17px;color:#f04b5c;cursor:pointer}.team-info-edit--field{display:flex;align-items:center;border:0.5px solid #CCCCCC;border-radius:4px;z-index:10;width:190px}.team-info-edit__team2 .team-info-edit--field{flex-direction:row-reverse}.team-info-edit__team2 .team-info-edit--field--add{border-right:0;border-left:1px solid #ccc}.team-info-edit--field--add{font-size:10px;height:46px;width:32px;display:flex;align-items:center;justify-content:center;border-right:1px solid #CCCCCC;color:#C3C3C3;font-weight:bold;cursor:pointer;flex-shrink:0}.team-info-edit--field--add:hover{color:#673AB7}.team-info-edit--field--add--icon{font-size:16px;display:flex}.team-info-edit--field--input{border:0;margin:0 12px;height:45px;outline:none;width:86px}.team-info-edit--field--image{margin:3px 1px;border:1px dashed #9d9d9d}.team-info-edit--field--image:hover{border-color:#673AB7}.team-info-edit--field--image .live-editable-score--team--image--icon{font-size:20px}.team-info-edit--field--image:hover .live-editable-score--team--image--icon{color:#673AB7}.live-volleyball-editable-score--table .team-info-edit{justify-content:flex-start}.team-info-edit{display:flex;justify-content:flex-end;position:relative}.team-info-edit__team2{justify-content:flex-start}.team-info-edit--result{position:absolute;top:50px;background:white;z-index:10;list-style:none;margin:0;padding:0;border:0.5px solid #CCCCCC;box-sizing:border-box;box-shadow:0px 2px 7px rgba(0,0,0,0.1);border-radius:4px;width:209px;font-style:normal;font-weight:normal;line-height:16px;font-size:12px;color:#8E8E8E}.team-info-edit--result--item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.team-info-edit--result--item:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.team-info-edit--result--item{height:33px;display:flex;align-items:center;padding:0 8px;border-bottom:1px solid #CCCCCC;cursor:pointer}.team-info-edit--result--item:hover{background:#00C1F9;color:white}.team-info-edit--result--item:last-child{border-bottom:0}.team-info-edit--result--item--name{margin-left:10px}.team-info-edit--result--item--image{width:18px;height:18px}.team-info-edit--result--item--add{color:#00c1f9;font-size:15px;width:18px;text-align:center}.team-info-edit--result--item:hover .team-info-edit--result--item--add{color:white}.sports--appears-in{margin-top:16px}.sports--appears-in--options{display:flex}.sports--appears-in--options>div:first-child{margin-right:90px}.sports--container .crop-image-modal{overflow:auto;max-height:80vh}.create-team-modal .alert-modal--overlay{background:rgba(0,0,0,0.1)}.loading-2{width:100%;height:100%;background:#16171d;opacity:0.9;position:absolute;top:0;left:0;z-index:999}.loading-2>div{width:60px;height:60px;position:absolute;left:50%;margin-left:-30px;top:50%;margin-top:-30px}.loading-2>div>div{content:'';position:absolute;width:16px;height:16px;background:#ffffff;top:10px;left:10px;transform-origin:20px 20px;border-radius:8px;animation:spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1)}.loading-2>div>.c2{top:10px;left:auto;right:10px;transform-origin:-4px 20px;animation:spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1)}.loading-2>div>.c3{top:auto;left:auto;right:10px;bottom:10px;transform-origin:-4px -4px;animation:spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1)}.loading-2>div>.c4{top:auto;bottom:10px;transform-origin:20px -4px;animation:spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1)}.dropdown-menu>li>span{border-radius:3px;color:inherit;line-height:25px;margin:4px;text-align:left;font-weight:400;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap;cursor:pointer}.dropdown-menu>li>span:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-toggle.stream-menu{cursor:pointer}@keyframes spin-a{0%{transform:rotate(90deg)}0%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}100%{transform:rotate(360deg)}}@keyframes spin-b{0%{transform:rotate(90deg)}25%{transform:rotate(90deg)}25%{transform:rotate(180deg)}75%{transform:rotate(270deg)}100%{transform:rotate(360deg)}}@keyframes spin-c{0%{transform:rotate(90deg)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}50%{transform:rotate(270deg)}100%{transform:rotate(360deg)}}@keyframes spin-d{0%{transform:rotate(90deg)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}75%{transform:rotate(360deg)}100%{transform:rotate(360deg)}}.loading-2>span{width:100px;height:30px;position:absolute;left:50%;margin-left:-50px;top:50%;margin-top:30px;color:#ffffff;font-size:12px;text-align:center}.popover.right .arrow:after{border-right-color:#fefde8}.popover{background:rgba(248,231,28,0.1);z-index:6 !important}.react-flexible-switch{padding:3px !important;background-color:#d7d7d7 !important;border:0 !important}.react-flexible-switch--active{background-color:#2fcd4a !important}.toggle-switch---switch---3EchW.toggle-switch---checked---3aC9B .toggle-switch---toggle---mncCu{border-color:#2fcd4a !important;background-color:#2fcd4a !important}.not-found{background-image:linear-gradient(to top, #efefef, #fff);height:100vh;padding-top:32px;min-height:640px}.not-found--wrapper{color:#8255ad;text-align:center;position:absolute;left:0;right:0;top:0;bottom:100px;margin:auto;max-width:994px;height:330px;display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}.not-found--wrapper--title{font-size:180px;font-weight:bold;font-style:italic;line-height:1.0;text-align:left;color:#8255ad}.not-found--wrapper--title--subtitle{font-size:24px;font-weight:500;text-align:center;color:#8255ad}.not-found--wrapper--secondary{width:353px}.not-found--wrapper--subtitle{font-size:50px;font-weight:bold;line-height:1.16;text-align:left;color:#9d9d9d}.home--footer--cta{width:145px;height:32px;border:solid 1px #8255ad;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;text-align:center;color:#8255ad;margin-top:27px}.not-found--logo{background:url(/js/imgs/arena-logo-purple.png) center center/contain no-repeat;width:146px;height:30px;margin:0 auto}.not-found--footer{position:absolute;bottom:0;left:0;right:0;margin:auto}.not-found--footer--img--sm{max-width:100%;margin:0 auto;display:none}.not-found--footer--img{max-width:100%;margin:0 auto;display:block}@media screen and (max-width: 720px){.not-found--wrapper{justify-content:center;height:370px;max-width:404px}.not-found--logo{width:120px;height:24px}.not-found--wrapper--title{font-size:97px}.not-found--wrapper--title--subtitle{font-size:12px}.not-found--wrapper--subtitle{font-size:35.4px}.home--footer--cta{width:105px;height:25px;font-size:8.7px}.not-found--wrapper--secondary{width:250px}.not-found--footer--img--sm{display:block}.not-found--footer--img{display:none}}.message-bar{height:72px;background-image:linear-gradient(273deg, #0a91e6, #00c1f9);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:bold;line-height:1.19;text-align:left;color:#ffffff}.message-bar--icon{width:42px;height:42px;margin-right:24px}.ql-picker-options{z-index:999 !important}.ql-size-large{font-size:1.5em}.ql-size-small{font-size:0.75em}.ql-size-huge{font-size:2.5em}.ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.chosen-select{width:100%}.chosen-container-single .chosen-single{min-height:0 !important;height:36px !important;border-color:#d9d9d9 #ccc #b3b3b3;border-radius:4px;padding:6px 12px}.chosen-container-single .chosen-single div{top:6px;cursor:pointer}.chosen-container-single .chosen-single abbr{top:8px;cursor:pointer}.chose-image-small,.chose-image-list{width:16px;max-height:16px;vertical-align:middle;margin:-3px 3px 0 0;margin-right:10px}.chosen-group{font-size:10px;line-height:2.4;color:#9b9b9b;border-top:1px solid #e4e4ee;width:100%}.disabled-result:first-child>.chosen-group{border-top:0}.chosen-container-single .chosen-single div b{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}.chosen-container-single:not(.chosen-disabled) .chosen-single div:hover b{border-top-color:#666}.chosen-container-active.chosen-with-drop .chosen-single div b{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.chosen-container-single .chosen-single abbr{background:none !important;background-image:none !important;color:#999}.chosen-container-single:not(.chosen-disabled) .chosen-single abbr:hover{color:#D0021B}.search-choice-close::after{content:'×';display:block;font-size:12px;display:inline-block;font-size:18px;line-height:1;box-sizing:border-box}.chosen-container-single .chosen-single{cursor:default}.ql-align-right{text-align:right}.ql-direction-rtl{direction:rtl;text-align:inherit}.chosen-container .chosen-results li{padding:6px 6px}.chosen-container .chosen-results{max-height:477px}.chosen-sec-img{float:right;margin-top:2px}.group-result{font-size:10px;line-height:2.4 !important;text-align:left;color:#9b9b9b;border-top:solid 1px #e3e3e3;margin-top:10px !important}.chosen-container .chosen-results li.group-option{padding-left:6px}.chosen-wrapper__top .chosen-container .chosen-drop{border-bottom:0;border-top:1px solid #aaa;top:auto;bottom:40px}.chosen-wrapper__top .chosen-container.chosen-with-drop .chosen-single{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;background-image:none}.chosen-wrapper__top .chosen-container.chosen-with-drop .chosen-drop{border-bottom-left-radius:0px;border-bottom-right-radius:0px;border-top-left-radius:5px;border-top-right-radius:5px;box-shadow:none;margin-bottom:-7px}.group-result:first-child{border-top:0;margin-top:0 !important}img.chose-image-small.chosen-sec-img{margin-top:5px}.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR…0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important}.loader{font-size:12px}.react-ios-switch-Switch-switch{flex-shrink:0}.ladda-button{transition:0.3s !important}.live-pbp--score{position:relative;width:100%;font-size:18px;flex-shrink:0}.live-pbp--score--teams{display:flex;justify-content:center}.live-pbp--score--team--wrapper{width:50%;display:flex;flex-direction:column}.live-pbp--score{position:relative;width:100%;font-size:18px;flex-shrink:0}.live-pbp--score--team{display:flex;width:100%;height:40px;flex-direction:row;justify-content:center;align-items:center}.live-pbp--score--team-a{padding-right:40px}.live-pbp--score--team-a>.live-pbp--score--name{border-bottom-left-radius:4px;border-top-left-radius:4px;padding-right:0;text-align:right}.live-pbp--score--team-a>.live-pbp--score--score{padding-right:0 !important;margin-left:10px}.live-pbp--score--team-b{padding-left:40px}.live-pbp--score--team-b>.live-pbp--score--name{border-bottom-right-radius:4px;border-top-right-radius:4px;padding-left:0;text-align:left}.live-pbp--score--team-b>.live-pbp--score--score{padding-left:0 !important;margin-right:10px}.live-pbp--score--name{padding:0;width:auto;background:transparent;color:#454c5f;font-size:18px;line-height:15px;font-weight:600;width:100%;text-transform:uppercase}.live-pbp--score--score{font-weight:600;font-size:24px;line-height:15px;padding:0;background:transparent;color:#454c5f}.live-pbp--score--vs{border-radius:50%;margin:0 -25px;display:flex;align-items:center;justify-content:center;font-size:14px;z-index:1;flex-shrink:0;color:white;width:35px;height:35px;color:#4f5668;opacity:0.7;margin-top:5px}.live-pbp--score--image{width:45px;height:40px;flex-shrink:0;position:relative}.live-message--prediction--competitor--vote-btn{width:70px;height:24px;border-radius:2px;background-color:#0a91e6;font-size:12px;font-weight:bold;text-align:center;color:#ffffff;display:flex;align-items:center;justify-content:center;margin-top:8px;cursor:pointer}.live-pbp--score--competitor--user-vote{width:15px;height:15px;background:#0a91e6;border-radius:50%;font-size:18px;color:#ffffff;display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:-4px}.live-pbp--status-bar{display:flex;align-items:flex-end;flex-shrink:0;justify-content:space-between;padding:10px 20px;font-size:12px;font-weight:600;color:#9b9b9b;font-weight:400;border-bottom:1px solid #ececec}.live-pbp--status-bar--updating{display:flex;align-items:center;width:100%}.live-pbp--status-bar--updating--wrapper{background:#f00000;display:flex;align-items:center;justify-content:center;color:white;font-size:13px;font-weight:500;border-radius:4px;animation:blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;padding:1px 5px}.live-pbp--last-update{margin-left:auto}.live-closed-chat--wrapper{position:absolute;width:289px;height:30px;display:flex;flex-direction:row;justify-content:space-around;align-items:center}.live-closed-chat--text{color:#ffffff}.live-message--reaction{display:flex}.live-message--reaction--container{font-size:12px;text-align:center;color:#9d9d9d;display:flex;align-items:center;padding:10px 15px 9px 0;cursor:pointer}.live-message--reaction--number{margin-left:10px;font-size:12px}.live-message-icon{font-size:24px}.preview-buttons--wrapper{display:flex;flex-direction:row;justify-content:space-between}.live-tabs{width:100%;border:0;display:flex;justify-content:center;align-items:center}.live-tabs--wrapper{display:flex;align-items:center;justify-content:center;position:relative;height:18px;opacity:0.7;border-radius:52.1px;border:solid 1px #454c5f;margin-top:10px}.live-tabs--selection-bar{position:absolute;height:4px;bottom:-1px;left:0;right:0;background:#673AB7;transform-origin:left center;transition:transform .6s ease-in-out;width:50px}.live-tabs--item{padding:0 10px;height:18px;display:flex;align-items:center;justify-content:center;font-size:13px;text-transform:uppercase;font-weight:300;cursor:pointer}.live-tabs--item__active{font-weight:300;background-color:#454c5f;color:white}.live-tabs--item--left{border-bottom-left-radius:52px;border-top-left-radius:52px}.live-tabs--item--right{border-bottom-right-radius:52px;border-top-right-radius:52px}.live-event-info{width:100%;max-width:560px;margin:0 auto;margin-top:30px;margin-bottom:493px;display:flex;flex-direction:column;height:100%;-webkit-overflow-scrolling:touch}.live-event-info--info{display:flex;align-items:center;justify-content:space-around;color:#673AB7;font-size:18px;font-weight:400;padding:22px;flex-wrap:wrap}.live-event-info--info--item{display:flex;align-items:center;margin:10px 0;padding:0 10px}.live-event-info--info--item>span{margin-right:5px;font-size:18px}.arena-icon-location{width:15px;height:21px;background-repeat:no-repeat}.event--info--metadata--info--timer{display:flex;align-items:center;justify-content:center;margin:0 auto}.event--info--metadata--info--timer--item--number{background:#5021a6;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:bold;color:#ffffff}.event--info--metadata--info--timer--item{margin:0 8px}.event--info--metadata--info--timer--item--label{height:15px;font-size:13px;text-align:center;color:#5021a6;text-transform:uppercase;margin-top:5px}.substitution-icon-preview{display:flex;margin:-4px 0 -4px auto;height:24px;width:24px;transform:rotate(180deg)}.live-message--action--pitstop--img{margin-right:10px;width:60px;height:15px}.live-conversation{width:100%;justify-content:flex-end}.live-conversation--pre-moderation{max-width:28%}.live-conversation--tabs{max-width:48%}.live-conversation--go-to-chat{display:flex;justify-content:center;margin-bottom:25px}.live-conversation--go-to-chat--button{align-items:center;display:flex}.live-conversation--go-to-chat--button--icon{margin-left:20px;font-size:20px;line-height:20px}.live-conversation--settings-info{max-width:24%}.live-conversation--chat{height:calc(100% - 53px);padding:0}.live-conversation--comments .live-chat-message--wrapper{width:calc(100% - 30px);height:calc(100vh - 197px)}.live-conversation--comments--my-users{height:calc(100vh - 100px)}.live-conversation--comments--my-users .chat-element{padding-top:5px}.live-conversation .arena-chat--dropdown-menu{top:-35px;left:-185px}.interactions--empty--icon{background:url(/js/imgs/reported-user-empty-icon.png) center center/contain no-repeat;width:72px;height:72px}.interactions--empty{padding:41px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.interactions--empty--text{margin-top:26px;font-weight:bold;line-height:21px;font-size:18px;color:#8E8E8E}@media screen and (min-width: 1441px){.live-conversation{justify-content:center}.live-conversation--pre-moderation{max-width:350px}.live-conversation--tabs{max-width:600px}.live-conversation--settings-info{max-width:300px}}.live-play-by-play--message--comments{margin-top:-50px;padding-top:5px;margin-bottom:20px}.live-play-by-play--message--comments--comment{display:flex;margin-top:10px;position:relative}.live-play-by-play--message--comments--comment--image{width:24px;height:24px;flex-shrink:0;border-radius:50%}.live-play-by-play--message--comments--comment--info{margin-left:8px;width:100%;position:relative}.live-play-by-play--message--comments--comment--info--header{display:flex}.live-play-by-play--message--comments--comment--info--name{font-size:14px;font-weight:500;line-height:1.31;text-align:left;color:#4a4a4a}.live-play-by-play--message--comments--comment--info--time{font-size:12px;line-height:1.6;text-align:left;color:#9d9d9d;margin-left:8px}.live-play-by-play--message--comments--comment .live-message--reaction--clap--container{width:20px;height:20px}.live-play-by-play--message--comments--comment .live-message--reaction--clap--icon{width:14px;height:14px}.live-play-by-play--message--comments--comment .live-message--reaction--number{font-size:11px}.live-play-by-play--message--comments--comment .live-message--reaction--number{margin-left:8px}.live-play-by-play--message--comments--comment .live-message--reaction--icon--thumbs-up,.live-play-by-play--message--comments--comment .live-message--reaction--icon--thumbs-down,.live-play-by-play--message--comments--comment .live-message--reaction--icon--thumbs-up__green,.live-play-by-play--message--comments--comment .live-message--reaction--icon--thumbs-down__red{width:14px !important;height:14px !important;background-size:contain !important}.live-play-by-play--message--comments--comment--info--text{font-size:14px;text-align:left;color:#9d9d9d}.live-play-by-play--message--comments--show-previous{font-size:13px;font-weight:bold;line-height:1.14;text-align:left;color:#9d9d9d;cursor:pointer;margin:15px 0}.live-play-by-play--message--comments--replies{margin-top:0;padding-top:0}.live-play-by-play--replies--mobile-modal .live-play-by-play--message--comments--replies{padding:0 16px}.live-play-by-play--comment--replies--show-more{background:#F2F2F2;position:relative;width:100%;height:1px;margin-top:10px}.live-play-by-play--comment--replies--show-more--btn{position:absolute;left:0;right:0;margin:auto;display:flex;justify-content:center;margin-top:-6px}.live-play-by-play--comment--replies--show-more--btn>span{background:white;border:1px solid #F2F2F2;box-sizing:border-box;border-radius:7.5px;font-style:normal;font-weight:normal;line-height:normal;font-size:10px;color:#9d9d9d;padding:0 14px;cursor:pointer}.live-play-by-play--comment--replies--show-more--btn--icon{width:7px;height:4px;display:inline-block}.live-play-by-play--message--comments--replies{margin-top:0;padding-top:0}.live-play-by-play--comment--replies--number-replies__desktop{font-style:normal;font-weight:normal;line-height:13px;font-size:12px;color:#4a4a4a;margin-top:12px}@media screen and (max-width: 425px){.live-play-by-play--comment--replies--number-replies__desktop{display:none}}.live-play-by-play--comment--replies--number-replies__mobile{display:none;font-style:normal;font-weight:normal;line-height:13px;font-size:10px;color:#2F80ED;margin-top:12px}@media screen and (max-width: 425px){.live-play-by-play--comment--replies--number-replies__mobile{display:block}}.live-play-by-play--comment--replies--number-replies--icon{width:12px;height:8px;display:inline-block;margin-right:8px}@media screen and (max-width: 425px){.live-play-by-play--comment--replies__desktop{display:none}}@media screen and (max-width: 425px){.live-play-by-play--comment--replies__mobile{display:block}}.live-play-by-play--replies--mobile-modal{position:fixed;background:white;top:0;left:0;height:100vh;width:100%;z-index:2147482999 !important;padding-top:13px}.live-play-by-play--replies--mobile-modal--back{display:flex;align-items:center;font-weight:500;line-height:14px;font-size:11.2px;color:#4a4a4a;padding-left:15px;padding-bottom:13px}.live-play-by-play--replies--mobile-modal--back--icon{width:20px;height:8px;display:inline-block;margin-right:15px}.live-play-by-play--replies--mobile-modal .live-play-by-play--message--comments--replies{padding:0 16px}.live-play-by-play--replies--mobile-modal--comment{padding:5px 16px;background:#F2F2F2}.live-play-by-play--replies--mobile-modal--body{overflow-y:scroll;height:calc(100vh - 40px)}.live-play-by-play--replies--mobile-modal--body .live-play-by-play-new-comment{margin-left:-48px;margin-right:-16px;margin-bottom:-5px;padding:10px 16px;background:white;margin-top:5px}@media screen and (max-width: 425px){.live-play-by-play--comment--reply--btn__desktop{display:none}}.live-play-by-play--comment--reply--btn__mobile{display:none}@media screen and (max-width: 425px){.live-play-by-play--comment--reply--btn__mobile{display:block}}.live-play-by-play--message--comments--comment--info--reply-to{display:flex;align-items:center}.live-play-by-play--message--comments--comment--info--reply-to--name{margin:0 8px;font-style:normal;font-weight:bold;line-height:normal;font-size:10px;color:#4a4a4a}.live-play-by-play--message--comments .arena-chat-message--menu{right:-20px}.live-play-by-play--message--comments--new-comment--info--wrapper{width:100%;margin-left:8px;position:relative}.live-play-by-play--message--comments--new-comment--info--name{margin-top:5px;margin-bottom:10px;font-size:12px;line-height:0.92;text-align:left;color:#4a4a4a;display:flex;justify-content:space-between}.live-play-by-play--message--comments--fake-input--wrapper{display:flex;align-items:center}.live-play-by-play--message--comments--fake-input{margin-left:8px;border-radius:5px;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.15);border:solid 1px #ced0d2;width:100%;padding:5px 10px;height:35px}.live-play-by-play-new-comment--cancel--button{background-color:transparent !important;color:#9d9d9d !important}.live-play-by-play-new-comment--ctas{display:flex}.live-play-by-play--message--comments--new-comment--info--login{font-size:12px;font-weight:bold;line-height:0.92;color:#9d9d9d;cursor:pointer;margin-left:auto;position:absolute;top:5px;right:0}.live-play-by-play--message--comments--new-comment--info--settings{width:12px;height:12px;cursor:pointer}.live-play-by-play--message--comments--show-previous{font-size:13px;font-weight:bold;line-height:1.14;text-align:left;color:#9d9d9d;cursor:pointer;margin:15px 0}.live-play-by-play-new-comment--textarea--wrapper{padding:10px 0;width:100%}.live-play-by-play-new-comment--textarea{text-align:left !important;border:0px !important;width:100% !important;margin:0px !important;height:70px !important;resize:none !important;outline:none !important}.live-play-by-play-new-comment--textarea:focus{border:0 !important}.live-play-by-play-new-comment--button{border-radius:4px;background-color:#0a91e6;font-size:12px;font-weight:bold;line-height:1.27;text-align:center;color:#ffffff;padding:8px 30px;cursor:pointer;border:0;outline:none}.live-play-by-play--comment--reply--btn{margin-left:10px;font-size:11px;cursor:pointer;color:#9D9D9D}.live-play-by-play-new-comment--info{border-radius:5px;box-shadow:inset 0 1px 3px 0 rgba(0,0,0,0.15);border:solid 1px #ced0d2;padding:8px;width:100%;display:flex;flex-direction:column;align-items:flex-end}.live-play-by-play-new-comment{display:flex}.mobile-article-code--wrapper{margin-top:20px}.mobile-article-code--tabs{display:flex;justify-content:center}.mobile-article-code--tabs--item{font-weight:normal;line-height:24px;font-size:14px;text-align:center;color:#4A4A4A;margin:0 40px;padding:0px 20px}.mobile-article-code--tabs--item__active{border-bottom:3px solid #9173C7}.event-embed-item--code--ctas--how-to-use{margin:0 10px;font-weight:bold;line-height:normal;font-size:14px;text-align:center;text-transform:uppercase;color:#9173C7;letter-spacing:1px;display:flex;align-items:center;cursor:pointer}.event-embed-item--code--ctas--how-to-use--icon{font-size:20px;margin-right:10px}.event-embed-item--code--ctas--how-to-use--wrapper{display:flex;margin-top:10px}.event-embed-item--code--ctas--how-to-use--native-app{display:flex;line-height:16px;align-items:center;color:#8E8E8E;margin:10px 10px 0}.event-embed-item--code--ctas--how-to-use--native-app .event-embed-item--code--ctas--how-to-use--icon{color:#9173C7}.event-embed-item--code--ctas--how-to-use--native-app a{color:#0A91E6}.event-embed-item--code--ctas--how-to-use--native-app a:hover{text-decoration:underline}.alert-modal--main{position:fixed;background:white;z-index:9999;left:50%;top:50%;transform:translate(-50%, -50%);width:600px;border-radius:4px}.tooltip-modal{z-index:99999}.alert-modal--header{font-weight:500;line-height:60px;font-size:20px;text-align:center;box-shadow:0px 2px 4px rgba(0,0,0,0.0449219);position:relative}.alert-modal--overlay{cursor:default;position:fixed;background:rgba(0,0,0,0.7);width:calc(100% + 2px);height:calc(100% + 2px);top:-1px;left:-1px;z-index:9998}.alert-modal--close{position:absolute;top:0;right:20px;font-size:20px;color:rgba(74,74,74,0.5);cursor:pointer}.live-pbp--score{position:relative;width:100%;font-size:18px;flex-shrink:0}.live-pbp--score--teams{display:flex;justify-content:center}.live-pbp--score--team--wrapper{width:50%;display:flex;flex-direction:column}.live-pbp--score{position:relative;width:100%;font-size:18px;flex-shrink:0}.live-pbp--score--team{display:flex;width:100%;height:40px;flex-direction:row;justify-content:center;align-items:center}.live-pbp--score--team-a{padding-right:40px}.live-pbp--score--team-a>.live-pbp--score--name{border-bottom-left-radius:4px;border-top-left-radius:4px;padding-right:0;text-align:right}.live-pbp--score--team-a>.live-pbp--score--score{padding-right:0 !important;margin-left:10px}.live-pbp--score--team-b{padding-left:40px}.live-pbp--score--team-b>.live-pbp--score--name{border-bottom-right-radius:4px;border-top-right-radius:4px;padding-left:0;text-align:left}.live-pbp--score--team-b>.live-pbp--score--score{padding-left:0 !important;margin-right:10px}.live-pbp--score--name{padding:0;width:auto;background:transparent;color:#454c5f;font-size:18px;line-height:15px;font-weight:600;width:100%;text-transform:uppercase}.live-pbp--score--score{font-weight:600;font-size:24px;line-height:15px;padding:0;background:transparent;color:#454c5f}.live-pbp--score--vs{border-radius:50%;margin:0 -25px;display:flex;align-items:center;justify-content:center;font-size:14px;z-index:1;flex-shrink:0;color:white;width:35px;height:35px;color:#4f5668;opacity:0.7;margin-top:5px}.live-pbp--score--image{width:45px;height:40px;flex-shrink:0;position:relative}.live-message--prediction--competitor--vote-btn{width:70px;height:24px;border-radius:2px;background-color:#0a91e6;font-size:12px;font-weight:bold;text-align:center;color:#ffffff;display:flex;align-items:center;justify-content:center;margin-top:8px;cursor:pointer}.live-pbp--score--competitor--user-vote{width:15px;height:15px;background:#0a91e6;border-radius:50%;font-size:18px;color:#ffffff;display:flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:-4px}.live-pbp--status-bar{display:flex;align-items:flex-end;flex-shrink:0;justify-content:space-between;padding:10px 20px;font-size:12px;font-weight:600;color:#9b9b9b;font-weight:400;border-bottom:1px solid #ececec}.live-pbp--status-bar--updating{display:flex;align-items:center;width:100%}.live-pbp--status-bar--updating--wrapper{background:#f00000;display:flex;align-items:center;justify-content:center;color:white;font-size:13px;font-weight:500;border-radius:4px;animation:blinker 1.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;padding:1px 5px}.live-pbp--last-update{margin-left:auto}.live-closed-chat--wrapper{position:absolute;width:289px;height:30px;display:flex;flex-direction:row;justify-content:space-around;align-items:center}.live-closed-chat--text{color:#ffffff}.live-message--reaction{display:flex}.live-message--reaction--container{font-size:12px;text-align:center;color:#9d9d9d;display:flex;align-items:center;padding:10px 15px 9px 0;cursor:pointer}.live-message--reaction--number{margin-left:10px;font-size:12px}.live-message-icon{font-size:24px}.preview-buttons--wrapper{display:flex;flex-direction:row;justify-content:space-between}.live-tabs{width:100%;border:0;display:flex;justify-content:center;align-items:center}.live-tabs--wrapper{display:flex;align-items:center;justify-content:center;position:relative;height:18px;opacity:0.7;border-radius:52.1px;border:solid 1px #454c5f;margin-top:10px}.live-tabs--selection-bar{position:absolute;height:4px;bottom:-1px;left:0;right:0;background:#673AB7;transform-origin:left center;transition:transform .6s ease-in-out;width:50px}.live-tabs--item{padding:0 10px;height:18px;display:flex;align-items:center;justify-content:center;font-size:13px;text-transform:uppercase;font-weight:300;cursor:pointer}.live-tabs--item__active{font-weight:300;background-color:#454c5f;color:white}.live-tabs--item--left{border-bottom-left-radius:52px;border-top-left-radius:52px}.live-tabs--item--right{border-bottom-right-radius:52px;border-top-right-radius:52px}.live-event-info{width:100%;max-width:560px;margin:0 auto;margin-top:30px;margin-bottom:493px;display:flex;flex-direction:column;height:100%;-webkit-overflow-scrolling:touch}.live-event-info--info{display:flex;align-items:center;justify-content:space-around;color:#673AB7;font-size:18px;font-weight:400;padding:22px;flex-wrap:wrap}.live-event-info--info--item{display:flex;align-items:center;margin:10px 0;padding:0 10px}.live-event-info--info--item>span{margin-right:5px;font-size:18px}.arena-icon-location{width:15px;height:21px;background-repeat:no-repeat}.event--info--metadata--info--timer{display:flex;align-items:center;justify-content:center;margin:0 auto}.event--info--metadata--info--timer--item--number{background:#5021a6;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:bold;color:#ffffff}.event--info--metadata--info--timer--item{margin:0 8px}.event--info--metadata--info--timer--item--label{height:15px;font-size:13px;text-align:center;color:#5021a6;text-transform:uppercase;margin-top:5px}.substitution-icon-preview{display:flex;margin:-4px 0 -4px auto;height:24px;width:24px;transform:rotate(180deg)}.live-message--action--pitstop--img{margin-right:10px;width:60px;height:15px}.poll-message{border:1px solid #D8DCE9;box-sizing:border-box;border-radius:4px;padding:0 20px 10px}.poll-message--question{font-weight:bold;font-size:20px;color:#454C5F;margin:20px 0}.poll-message--vote--option{align-items:baseline;display:flex;margin-bottom:14px}.poll-message--option{position:relative;margin:15px 0}.poll-message--option--percentage{height:100%;position:absolute;background:#E1E1E1;border-radius:10px}.poll-message--option--title{font-weight:300;line-height:20px;font-size:14px;color:#4A4A4A;z-index:10;position:relative;margin-left:7px;display:flex;justify-content:space-between}.poll-message--option--title--percentage{font-weight:bold;margin-left:10px}.poll-message--total-votes{margin-top:20px;width:100%;text-align:right;font-size:12px;color:#8E8E8E}.widget-store{padding:5px 3px}.widget-store--header{padding:0 30px}.widget-store--header--tabs{list-style:none;margin:0;padding:0;display:flex;justify-content:center}.widget-store--customization{display:flex;flex-wrap:wrap}.widget-store--customization--item--input{position:relative}.widget-store--custom--option .color-component--cover--wrapper{background:#F5F6FA;border:none;padding:4px}.widget-store--custom--option .color-component--wrapper{margin-top:3px;position:relative}.widget-store--custom--option .color-component--popover{left:-65px;top:45px}.widget-store--custom--option .color-component--color{border-radius:4px}.widget-store--header--tabs--item__selected .widget-store--availability--badge{display:block}.widget-store--availability--badge{display:none;position:absolute;top:0;right:-43px;background:#F2C94C;border:1px solid #FCFCFC;border-radius:10px;padding:0 5px;color:#673AB7;font-weight:300;line-height:normal;font-size:11px}.widget-store--header--tabs--item{min-width:106px;height:34px;display:flex;margin:0px 10px;align-items:center;justify-content:flex-start;background:#FFFFFF;box-shadow:0px 2px 5px rgba(74,74,74,0.15);border:1px solid transparent;border-radius:3px;cursor:pointer;flex-shrink:0}.widget-store--header--tabs--item>a{display:flex;align-items:center;height:100%;flex:1;padding:0 12px;color:#676a6c}.widget-store--header--tabs--item:hover{box-shadow:0 2px 6px 2px rgba(0,0,0,0.2)}.widget-store--header--tabs--item__selected{border:1px solid #9173C7;box-shadow:0px 2px 5px rgba(74,74,74,0.15) !important;cursor:default}.widget-store--header--tabs--item--icon{height:18px;width:18px;flex-shrink:0;margin-right:9px}.widget-store--customization--item{min-width:300px;display:flex;align-items:center;margin-top:15px}.widget-store--customization--item .chosen-container{width:100% !important}.widget-store--customization--item:nth-child(1),.widget-store--customization--item:nth-child(3){width:33%;min-width:300px;max-width:33%}.widget-store--customization--item:nth-child(1) .widget-store--customization--item--input,.widget-store--customization--item:nth-child(3) .widget-store--customization--item--input{max-width:230px}.widget-store--customization--item:nth-child(2){flex:1;min-width:50%}.widget-store--customization--item--label{min-width:100px;text-align:right;padding-right:14px}.widget-store--customization--item--input{width:100%}.widget-store--customization--widget-devices{display:flex;align-items:center;justify-content:center}.widget-store--customization--widget-device{background:#FFFFFF;box-shadow:4px 6px 10px rgba(74,74,74,0.1);border-radius:3px;height:34px;min-width:106px;margin:0 10px;display:flex;align-items:center;justify-content:center;cursor:pointer}.widget-store--customization--widget-device:hover{box-shadow:0 2px 6px 2px rgba(0,0,0,0.2)}.widget-store--customization--widget-device__selected{border:1px solid #9173C7;box-sizing:border-box;box-shadow:4px 6px 10px rgba(74,74,74,0.1),inset 0px 0px 40px rgba(145,115,199,0.25) !important;cursor:default}.widget-store--customization--widget-device--icon{height:20px;width:20px;margin-right:8px}.widget-stores{display:flex;flex-wrap:wrap;margin-left:-20px;list-style:none}.widget-store{margin:10px;padding:0}.widget-store .stream-modal--body{padding:0}.widget-store--generate-code--wrapper{text-align:center}.widget-store--custom--header{display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:16px;color:#4a4a4a}.widget-store--custom--options{display:flex;margin-top:20px;align-items:baseline}.widget-store--custom--option{margin-right:50px}.widget-store--custom--option:last-child{margin-right:0px}.widget-store--customization--wrapper{display:flex;align-items:baseline;flex-wrap:wrap;padding-top:0px;padding-bottom:64px}.widget-store--customization--link{margin:0 20px 0 10px;text-align:center;font-size:16px;color:#9173C7;text-transform:capitalize}.widget-store--customization--link .ion-ios-arrow-back{margin-right:8px;font-size:20px;position:relative;top:2px}.widget-store--customization--widget{margin:0;flex:1;min-width:300px;max-width:1024px}.widget-store--customization--widget-customization{background:#FFFFFF;box-shadow:0px 1px 6px rgba(0,0,0,0.15);border-radius:4px;padding:20px;margin:30px 0}.widget-store--title{color:#4a4a4a;font-style:normal;font-weight:500;line-height:normal;font-size:14px;text-transform:uppercase}.widget-store--footer{border-top:1px solid #E0E0E0;margin-top:20px;padding-top:10px}.widget-store--footer--button{float:right}.widget-store--groups--wrapper{margin-top:20px}.widget-store--group{display:flex;flex-direction:column;width:100%}.widget-store--group--title{font-weight:bold;font-size:18px;text-transform:uppercase;color:#4A4A4A;margin-left:12px;margin-right:12px}.widget-store--group--title:first{margin-top:0px}.widget-store--group--widgets{margin-top:24px;display:flex;flex-wrap:wrap}.widget-store--group--widget{width:298px;height:290px;background:#FFFFFF;box-shadow:0px 0px 30px rgba(0,0,0,0.15);margin:20px 12px;padding:15px 10px 0px;display:flex;flex-direction:column}.widget-store--group--widget--name{font-weight:500;font-size:14px;text-transform:uppercase;color:#000000;padding-bottom:10px;border-bottom:1px solid #E0E0E0}.widget-store--group--widget--image{height:140px;margin-top:9px;flex-shrink:0}.widget-store--group--widget--link{margin:auto}.widget-store--group--widget--link>a{color:#9173C7;font-weight:bold;font-size:14px;text-transform:capitalize;padding:10px}.widget-store--group--widget--link:hover{cursor:pointer;text-decoration:underline}.widget-store--code{background:#FFFFFF;border-radius:4px;padding:10px;margin:10px 0}.widget-store--code--title{font-weight:bold;font-size:16px;color:#676A6C}.widget-store--code--content{position:relative}.widget-store--code--content .event-embed-item--code--text{height:91px;border:1px solid #CCCCCC;padding:16px 10px 11px}.widget-store--code--content--locked--overlay{position:absolute;top:0;width:100%;background:rgba(255,255,255,0.65);text-align:center;line-height:55px;height:100%}.widget-store--code--footer{display:flex;justify-content:center}.widget-store .widget-page{height:100%;width:100%}.widget--poweredby{display:none !important}.widget-store--code .embed-confirm-site{padding:20px 10px 0px}.widget-store--code .embed-confirm-site--title{font-weight:bold;line-height:21px;font-size:18px;color:#4a4a4a;padding-bottom:9px;margin-bottom:25px;border-bottom:1px solid #e8e8e8}.widget-store--code .embed-confirm-site--form input,.widget-store--code .embed-confirm-site--form--buttons{margin-bottom:10px}.widget-store--code .embed-confirm-site--form{align-items:baseline}.widget-store--code .embed-confirm-site--form .arena-form--error{position:relative;margin-top:8px;bottom:5px}.widget-store--code .load{display:flex;margin:auto}.widget-store--blocked{position:absolute;top:0;background:rgba(255,252,252,0.75);width:100%;height:100%}.post-hashtags{display:flex;align-items:baseline;height:36px}.post-hashtags--label{font-weight:400;min-width:140px;display:flex;justify-content:space-between}.new-post--include-hashtags--info{color:#9D9D9D;margin:0 10px}.post-hashtags--input-wraper{text-align:right;width:100%}.post-hashtags--input{width:100%}.post-hashtags--input-limit{color:#999999;font-size:14px;margin-right:5px}.sidemenu-wrapper{background-color:#fff;display:flex;min-height:calc(100vh - 50px);width:218px;flex-shrink:0}.sidemenu-content{margin:30px 0;padding:0;width:100%;list-style:none}.sidemenu-content>li{padding:10px 0 10px 10px;min-height:40px}.sidemenu-content>li>a{color:#4A4A4A;font-size:14px;font-weight:bold;text-align:left}.sidemenu-content>li.active{background:rgba(145,115,199,0.1);border-radius:4px}.sidemenu-content>li.active>a{color:#673AB7 !important}.report--info{display:flex;padding:10px 0}.report--info--image{width:60px;height:60px;border-radius:50%}.report--info--data{margin-left:22px;width:calc(100% - 80px)}.report--info--data--name{font-weight:bold;line-height:normal;font-size:14px;color:#233646}.report--info--data--text{font-weight:normal;line-height:normal;font-size:14px;color:#8E8E8E;margin-top:4px;overflow-wrap:break-word}.report--info--data--date{font-style:normal;font-weight:normal;line-height:normal;font-size:10px;color:#9B9B9B;margin:5px 0 30px 0}.reports--empty--icon{background:url(/js/imgs/reported-user-empty-icon.svg) center center/contain no-repeat;height:56px;width:72px}.reports--empty{padding:88px 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.reports--empty--text{margin-top:26px;font-weight:bold;line-height:21px;font-size:18px;color:#8E8E8E}.report--reported-by--images--image{width:20px;height:20px;border-radius:50%;position:absolute}.report--reported-by--images{width:70px;height:20px;position:relative}.report--reported-by--images--plus{position:absolute;right:0;background:#454C5F;width:20px;height:20px;border-radius:50%;font-weight:bold;line-height:normal;font-size:10px;color:#FFFFFF;display:flex;align-items:center;justify-content:center}.report--reported-by{display:flex;position:relative}.report--reported-by--names{margin-left:10px;font-weight:bold;line-height:normal;font-size:14px;color:#233646}.report--reported-by--names--reported,.report--reported-by--names--plus{margin-left:5px}.report--reported-by--names--reported{font-weight:normal;text-transform:lowercase}.report{padding:19px 0 0 16px}.report:not(:last-child) .report--info .report--info--data{border-bottom:1px solid #F5F6FA}.dashboard-estimated-earnings--empty--image--wrapper{height:116px;display:flex;justify-content:center;background:linear-gradient(180deg, #9173C7 0%, #9173C7 100%)}.dashboard-estimated-earnings--empty--image{background:url(/js/imgs/estimated-earnings.png);width:83px;height:117px;background-size:contain;background-repeat:no-repeat;background-position-y:-9px}.dashboard-estimated-earnings--empty--text{font-size:12px;margin-bottom:15px;color:#4F4F4F}.dashboard-estimated-earnings--empty--cta--button{background:#9173C7;box-shadow:1px 1px 4px rgba(0,0,0,0.21);border-radius:2px;font-size:18px;color:#FFFFFF;line-height:42px;text-align:center;cursor:pointer}.dashboard-estimated-earnings--chart{padding:10px}.dashboard-estimated-earnings--chart--tabs--wrapper{margin-top:10px;margin-left:10px;margin-right:10px}.monetization-config .alert-modal--main{width:917px;max-height:90vh;overflow:auto}.monetization-config .alert-modal--content{display:flex;flex-direction:column;height:100%}.monetization-config-steps{display:flex;padding:10px 100px;padding-bottom:60px;flex-shrink:0;justify-content:center}.monetization-config-steps--step--wrapper{display:flex;align-items:center}.monetization-config-steps--step{position:relative}.monetization-config-steps--step__selected .monetization-config-steps--step--number{width:30px;background:#9370DB;line-height:30px;text-align:center;color:white;border-radius:50%;border:0}.monetization-config-steps--step--number{width:30px;line-height:26px;text-align:center;color:white;border-radius:50%;border:2px solid #828282;flex-shrink:0;color:#828282}.monetization-config-steps--step__selected .monetization-config-steps--step--label{color:#9173C7;font-weight:300}.monetization-config-steps--step--label{position:absolute;top:35px;left:50%;width:110px;text-align:center;right:0;margin:auto;margin-left:auto;margin-right:auto;transform:translateX(-50%);font-weight:300;line-height:normal;font-size:14px;text-align:center;color:#828282}.monetization-config-steps--step--separator{width:110px;background:#BDBDBD;height:1px;margin:0 20px}.monetization-config--step{box-shadow:0 2px 4px rgba(0,0,0,0.0449219) inset;background:#F5F4F6;padding:40px 15px 60px;flex:1;position:relative;height:100%}.monetization-config-step-1--title{font-size:14px;text-align:center;color:#4F4F4F;margin-bottom:10px}.monetization-config-step-1--instructions{font-weight:300;line-height:normal;font-size:14px;color:#4F4F4F;padding:0 30px}.monetization-config-step-1--upload{background:#F9F9F9;border:1px dashed #9173C7;border-radius:4px;width:296px;margin:0 auto;cursor:pointer;margin-top:40px}.monetization-config-step-1--upload--icon{color:#9173C7;text-align:center;font-size:45px}.monetization-config-step-1--upload--info{font-size:14px;text-align:center;color:#8E8E8E;margin-bottom:13px}.monetization-config-step-1--upload--button{background:#9173C7;border-radius:1px;width:126px;text-align:center;font-weight:300;line-height:26px;font-size:12px;text-align:center;color:#FFFFFF;margin:0 auto}.monetization-config-step-1--upload--info2{font-weight:300;line-height:26px;font-size:10px;text-align:center;color:#8E8E8E}.monetization-config-step-1--upload--loading--spinner{width:66px;margin:20px auto}.monetization-config-step-1--upload--loading--text{font-size:14px;text-align:center;color:#999999;margin-bottom:20px}.monetization-config--step--footer{text-align:center;margin-top:20px;width:100%;left:0;bottom:10px}.monetization-config-step-2--info{font-weight:300;line-height:normal;font-size:14px;color:#4F4F4F;margin:20px 100px}.monetization-config-step-2--cta{display:flex;align-items:center;margin:20px 100px}.monetization-config-step-1--instructions{font-weight:300;line-height:normal;font-size:14px;color:#4F4F4F;margin:20px 50px}.monetization-config-step-3--error{margin:0 120px;color:#EB5757;font-size:14px;display:flex;align-items:center}.monetization-config-step-3--error--icon{font-size:18px}.monetization-config-step-4--info{font-weight:300;line-height:normal;font-size:18px;color:#4F4F4F;margin:0 50px;margin-bottom:30px}.monetization-config-step-4--event{margin:0 50px;display:flex;align-items:center;font-weight:300;line-height:normal;font-size:14px;color:#828282}.monetization-config-step-4--subtitle{font-weight:500;line-height:normal;font-size:14px;color:#4F4F4F;display:flex;justify-content:space-between}.monetization-config-step-4--position .Select-value-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monetization-config-step-4--position,.monetization-config-step-4--frequency{margin:30px 50px}.monetization-config-step-4--position--in-content--image{background:url(/js/imgs/ads-in-content.png) center center/contain no-repeat;width:94px;height:137px}.monetization-config-step-4--position--top-fixed--image{background:url(/js/imgs/ads-top-fixed.png) center center/contain no-repeat;width:94px;height:137px}.monetization-config-step-4--position--bottom-fixed--image{background:url(/js/imgs/ads-bottom-fixed.png) center center/contain no-repeat;width:94px;height:137px}.monetization-config-step-4--position--in-content{width:166px;display:flex;flex-direction:column;align-items:center;margin:20px 10px}.monetization-config-step-4--position--in-content--check{font-weight:300;line-height:normal;font-size:12px;color:#000000;margin:10px 0}.monetization-config-step-4--position .Select-menu-outer{width:120%;min-width:222px}.monetization-config-step-4--positions{display:flex;justify-content:space-around}.monetization-config-step-4--frequency--select{width:233px;margin-top:20px}.monetization-config-step-4--add-new-ad-unit{font-weight:300;line-height:normal;font-size:14px;margin:20px;color:#4F4F4F}.monetization-config-step-4--add-new-ad-unit--title{margin-bottom:20px}.monetization-config-step-4--add-new-ad-unit--all-units{margin-top:20px}.monetization-config-step-4--add-new-ad-unit--all-units--units{background:#FFFFFF;border:1px solid #CCCCCC;box-sizing:border-box;padding:10px;margin-top:20px;line-height:16px;font-size:14px;color:#8E8E8E;height:115px;overflow:auto}.monetization-config-step-4--add-new-ad-unit--all-units--units--loading{width:100%;display:flex;justify-content:center;margin:-40px 0}.monetization-config-step-4--add-new-ad-unit--all-units--ctas{margin:20px 0 10px;text-align:center}.monetization-config-step-4--add-new-ad-unit--all-units--refresh{font-weight:300;line-height:normal;font-size:14px;text-align:center;color:#9173C7;cursor:pointer}.monetization-config--wrapper{height:calc(100% - 100px);text-align:left}.monetization-settings-dfp--adunits--list{padding-left:20px}.monetization-settings-dfp--adunits--list--item{margin:5px 0;position:relative}.monetization-settings-dfp--adunits--list--item--wrapper{display:flex;justify-content:space-between}.monetization-settings-dfp--adunits--list--item--delete{cursor:pointer}.monetization-dfp-config{text-align:left}.monetization-appnexus-config .alert-modal--main__monetization-appnexus-config{width:727px;height:453px;display:flex;flex-direction:column}.alert-modal--main__monetization-appnexus-config .monetization-config--step{box-shadow:none;padding:0}.alert-modal--main__monetization-appnexus-config .alert-modal--content{height:100%;background:#f5f4f6}.alert-modal--main__monetization-appnexus-config .alert-modal--content textarea.monetization-dfp-config--form--field--input{height:200px}.monetization-start-modal .monetization-appnexus-config .alert-modal--overlay{background:rgba(0,0,0,0.1)}.alert-modal--main__monetization-ads-configuration--adsense{width:auto}.monetization-settings--adunits-loading{height:100%;display:flex;justify-content:center}.subscription-body{font-size:14px;min-height:100%;font-family:'Roboto', sans-serif}a{cursor:pointer}a:hover,a:focus{text-decoration:none}.subscription-plans--title{line-height:19px;font-size:18px;color:#373a3c;font-weight:normal;text-align:center;margin:26px 0;margin-top:0}.subscription-plans--tabs{font-size:14px;text-align:center;color:#4a4a4a;display:flex;margin:0 auto;align-items:center;justify-content:center}.subscription-plans--tab.subscription-plans--tab__selected:first-child{border-right:0}.subscription-plans--tab.subscription-plans--tab__selected:last-child{border-left:0}.subscription-plans--tab.subscription-plans--tab__selected{border-color:#0a91e6;background:rgba(10,145,230,0.15);font-weight:bold;font-size:14px;text-align:center;color:#0a91e6;cursor:default}.subscription-plans--tab:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.subscription-plans--tab{line-height:38px;padding:0 20px;border:1px solid;border-radius:4px;cursor:pointer;position:relative}.subscription-plans--tab:hover{border-color:#0a91e6;font-weight:bold;font-size:14px;color:#0a91e6}.subscription-plans--tab:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.subscription-plans--product{width:300px;background:#ffffff;border:1px solid #9173c7;border-radius:5px;margin:0 5px}.subscription-plans--products{display:flex;justify-content:center;margin-top:50px;padding:0 20px}.subscription-plans--product.subscription-plans--product__most-popular{margin-top:-18px;border-color:#73c79a}.subscription-plans--product--title{padding:10px 0;background:rgba(145,115,199,0.1);font-weight:bold;font-size:24px;text-align:center;color:#9173c7}.subscription-plans--product--details{margin:48px 15px 20px;border-bottom:1px solid #c4c4ba}.subscription-plans--product--details--price{font-weight:bold;line-height:58px;font-size:48px;text-align:center;color:#4a4a4a}.subscription-plans--product--details--price--subtitle{font-weight:normal;line-height:52px;font-size:14px;text-align:center;color:#9fa3a7}.subscription-plans--product--details--button{width:100%;background:#673ab7;border-radius:4px;font-weight:bold;font-size:16px;text-align:center;color:#ffffff;cursor:pointer;height:54px;display:flex;align-items:center;justify-content:center;text-decoration:none;outline:none}.subscription-plans--product--details--button:hover{background:#5021a6;color:white}.subscription-plans--product--details--button[disabled]{color:#9b9b9b;background:#eceeef;background-color:#eceeef !important;border:1px solid #eceeef !important}.subscription-plans--product--details--button--subtitle{font-size:10px;font-weight:normal}.subscription-plans--product--details--pageviews{font-weight:normal;line-height:20px;font-size:14px;text-align:center;color:#9fa3a7;margin:20px 0}.subscription-plans--product--details--pageviews--campaign{color:#eb5757;text-decoration:line-through}.subscription-plans--product--details--description{font-weight:normal;font-size:14px;text-align:center;color:#4a4a4a;margin-bottom:30px;display:flex;align-items:center}.subscription-plans--product__most-popular .subscription-plans--product--details--description--campaign{text-align:left}.subscription-plans--product--features{margin:0 15px 30px}.subscription-plans--product--features--title{font-weight:normal;line-height:35px;font-size:14px;color:#4a4a4a}.subscription-plans--product--features--list{margin:0;padding:0;list-style:none;font-weight:normal;line-height:16px;font-size:14px;color:#9fa3a7}li.subscription-plans--product--features--item{margin:15px 0;display:flex}.subscription-plans--product--features--item--highlighted{font-weight:bold;color:#35a22c}.subscription-plans--product--features--item--not-available{opacity:0.5}.subscription-plans--product--features--item--icon{color:#673ab7;margin-right:10px}.subscription-plans--product--features--item--icon--not-available{color:#9fa3a7}.subscription-plans--product--features--item--icon--highlighted{color:#35a22c}.subscription-plans--product__most-popular .subscription-plans--product--title--most-popular{display:block}.subscription-plans--product--title--most-popular{display:none;line-height:18px;background:#73c79a;border:1px solid #73c79a;font-weight:normal;font-size:12px;text-align:center;color:#fcfcfc}.subscription-plans--product--details--withoutdiscount{position:relative;font-weight:bold;line-height:45px;font-size:35px;text-align:center;color:#9fa3a7;opacity:0.5;margin-top:-44px;margin-bottom:13px}.subscription-plans--product--details--description--dollar{display:none;background:url(/js/imgs/dollar.png) center center/contain no-repeat;width:36px;height:36px;margin-right:7px;flex-shrink:0}.subscription-plans--product__most-popular .subscription-plans--product--details--description--dollar{display:block}.subscription-plans--product--details--withoutdiscount--line{position:absolute;height:3px;width:130px;background:#eb5757;top:20px;left:0;right:0;margin:auto}.subscription-plans--product--details--pageviews--unlimited{font-weight:500;line-height:16px;font-size:14px;text-align:center;color:#35a22c;margin-top:-18px;margin-bottom:19px}.subscription-plans--product--details--price--rocket{background:url(/js/imgs/rocket.svg);background-size:contain;background-repeat:no-repeat;height:70px;background-position:center;margin-bottom:41px}.subscription-plans--product__most-popular .subscription-plans--product--details--price{color:#673ab7}.subscription-plans--product--details--button__black{background:#4a4a4a}.subscription-plans--tabs--anual-discount--icon{background:url(/js/imgs/subscription_arrow.svg);width:36px;height:14px;background-size:contain;display:inline-block;background-repeat:no-repeat;flex-shrink:0;margin-top:16px;margin-right:10px}.subscription-plans--tabs--anual-discount{position:absolute;width:200px;display:flex;align-items:center;font-weight:normal;line-height:normal;font-size:14px;color:#4a4a4a;bottom:0;right:-210px}@media screen and (max-width: 1680px){.subscription-plans--product{width:240px}}@media screen and (max-width: 1586px){.subscription-plans--product{width:80%;min-width:240px}.subscription-plans--products{flex-wrap:wrap;gap:10px}.subscription-plans--product.subscription-plans--product__most-popular{margin-top:10px}.subscription-plans--tabs--anual-discount{bottom:-40px;left:10px;width:130px}.subscription-plans--tabs--anual-discount--icon{transform:rotate(40deg);margin-top:-10px}}.confirm-account--logo-icon{background:url(/js/imgs/logo-icon.png) center center/contain no-repeat;width:14px;height:14px}.confirm-account--identification-number-logo-icon{background:url(/js/imgs/ic-profile-gray.svg) center center/contain no-repeat;width:18px;height:18px}.StripeElement{background-color:white;height:40px;padding:10px 12px;border-radius:4px;border:1px solid #d2d2d2;box-shadow:0 1px 3px 0 #e6ebf1;-webkit-transition:box-shadow 150ms ease;transition:box-shadow 150ms ease}.StripeElement--focus{box-shadow:0 1px 3px 0 #cfd7df}.StripeElement--invalid{border-color:#fa755a}.StripeElement--webkit-autofill{background-color:#fefde5 !important}.confirm-account--fields{width:100%}.confirm-account--fields--header{display:flex;justify-content:space-between;height:24px}.confirm-account--fields--overage{margin-top:10px;display:flex;justify-content:space-between;font-size:14px;color:#8e8e8e}.confirm-account--fields--overage--value{font-weight:500}.confirm-account--plan-type{font-weight:normal;line-height:24px;font-size:11px;color:#4a4a4a}.confirm-account--plan-type--label{margin-left:10px;margin-right:15px}.confirm-account--compare-plans{font-weight:normal;line-height:14px;font-size:12px;text-align:right;text-decoration-line:underline;text-transform:capitalize;color:#8e8e8e;cursor:pointer}.confirm-account--messages{display:flex;justify-content:space-between;margin-top:40px}.confirm-account--messages--item{display:flex;height:36px;align-items:center;margin-bottom:20px;font-weight:normal;line-height:16px;font-size:12px;color:#4a4a4a}.confirm-account--messages--icon{margin-right:7px;color:#2bd88a;font-size:20px}.confirm-account--payment-form{max-width:384px;margin:0 auto}.confirm-account--payment-form--loading{display:flex;align-items:center;justify-content:center}.confirm-account--fields--wrapper{display:flex;margin:0 auto;margin-bottom:20px}.card-name-icon{background:url(/js/imgs/card-name.png) center center/contain no-repeat;width:24px;height:17px}.card-input{height:36px;border-radius:4px;background-color:#fff;border:1px solid #d2d2d2;padding-left:42px;font-size:15px}.card-input--icon{position:absolute;width:44px;height:32px;display:flex;align-items:center;justify-content:center;top:2px;left:2px}.card-input--select--wrapper{width:100%;border:1px solid #d2d2d2;border-radius:4px;background:white;position:relative}.card-input--select{border:0;margin-left:34px;width:calc(100% - 40px);color:#8e8e8e;font-size:15px;height:37px}.confirm-account--btn{background:#5a2cad;border-radius:4px;font-weight:bold;font-size:16px;text-align:center;color:#ffffff;line-height:50px;cursor:pointer}.confirm-account--recomendation{margin-top:74px;margin-bottom:50px;display:flex;flex-direction:column;align-items:center}.confirm-account--recomendation--phrase{max-width:524px;font-style:italic;font-weight:bold;line-height:normal;font-size:18px;text-align:center;color:#673ab7}.confirm-account--recomendation--user{margin:20px 0;display:flex}.confirm-account--recomendation--user--photo{background:url(/js/imgs/recomendation-photo.png) center center/contain no-repeat;width:29px;height:29px;margin-right:4px;border:1px solid #dddddd;border-radius:50%}.confirm-account--recomendation--user--info--name{font-weight:bold;line-height:normal;font-size:16px;color:#747b8c}.confirm-account--recomendation--user--info--company{font-weight:300;line-height:normal;font-size:12px;color:#979fb0;margin-top:4px}.confirm-account--buttons{border-top:1px solid #dddddd;padding-top:50px;display:flex;justify-content:space-around}.confirm-account--buttons--intercom{font-size:16px;text-align:center;color:#8e8e8e !important;cursor:pointer}.confirm-account--buttons--intercom--icon{color:#0a91e6;font-size:50px}.choose-subscription-plan{padding:50px 0}.subscription-plans--product--details--current{font-weight:bold;line-height:54px;font-size:16px;text-align:center;color:#9c9a9a}.choose-subscription-plan--title{font-weight:300;line-height:normal;font-size:36px;text-align:center;color:#5021a6;margin-bottom:50px}.subscription-plan-enterprise{max-width:550px;margin:0 auto}.subscription-loading{height:144px;display:flex;align-items:center;justify-content:center}.choose-subscription-plan--downgrade-modal{padding:30px;background:#f5f4f6}.choose-subscription-plan--downgrade-modal--text{font-weight:500;line-height:25px;font-size:19px;text-align:center;color:#4a4a4a}.choose-subscription-plan--downgrade-modal--actions{margin-top:30px;text-align:center}.my-awesome-submit-button{background:#9173c7;border-radius:4px;width:100%;font-weight:bold;line-height:32px;font-size:14px;text-align:center;text-transform:uppercase;color:#ffffff}.confirm-account--continue{font-weight:300;line-height:normal;font-size:14px;text-align:center;color:#5021a6;width:350px;margin:0 auto;margin-top:10px}.confirm-account--checkout-details{margin-top:38px;font-weight:normal;line-height:normal;font-size:14px;color:#4a4a4a}.confirm-account--checkout-details--value{font-weight:bold}.confirm-account--checkout-details--value--saving{color:#219653}.confirm-account--checkout-details--total,.confirm-account--checkout-details--value--total{font-size:16px;font-weight:bold}.confirm-account--checkout-details--total{margin-top:15px}.confirm-account--checkout-details--item{display:flex;align-items:center;justify-content:space-between;line-height:25px}.choose-subscription-plan--upgrade--description{font-weight:normal;line-height:normal;font-size:20px;padding:0 30px;text-align:center;color:#4a4a4a;margin-bottom:20px}@media screen and (max-width: 1280px){.confirm-account{padding:0 20px}.confirm-account--fields{width:100%}.confirm-account--messages{display:none}}.downgrade-subscription-modal--form{max-height:80vh;overflow:auto;padding:30px}.downgrade-subscription-modal--form-header{border-bottom:1px solid #e4e4e4;height:75px;line-height:25px;font-size:18px;color:#4a4a4a}.downgrade-subscription-modal--form-header--required{font-size:14px;color:#9173c7;position:relative;bottom:1px}.downgrade-subscription-modal--form-header--required-icon{background:url(/js/imgs/icon-required.svg) center center/contain no-repeat;display:inline-block;height:18px;width:17px;margin-left:10px;margin-right:5px;position:relative;top:2px}.downgrade-subscription-modal--form-title{padding:25px 0 10px;font-weight:500;line-height:25px;font-size:16px;color:#4a4a4a}.downgrade-subscription-modal--form-option:not(:last-child){margin-bottom:5px}.downgrade-subscription-modal--textarea{min-height:70px !important;max-height:280px !important;width:100% !important;outline:none;background:#ffffff;border:1px solid #cccccc;box-sizing:border-box;border-radius:4px;padding:11px}.downgrade-subscription-modal--textarea__required{box-shadow:inset 2px 2px 5px rgba(255,43,43,0.25);border:1px #ffabab solid}.downgrade-subscription-modal label{margin-left:5px;outline:none;font-size:16px;color:#4a4a4a;font-weight:normal}.downgrade-subscription-modal .arena-form--error{font-weight:normal;line-height:10px;font-size:14px;color:#eb5757;margin:0px}.billing .sidemenu-wrapper{width:218px !important;float:left !important}.billing-content{margin-left:234px;padding:20px 50px}.billing--current-plan{display:flex;flex-wrap:wrap;margin-bottom:20px}.billing--current-plan--change-plan{display:flex;align-items:center}.billing--current-plan--change-plan--text{margin-left:8px}.billing--invoice-data,.billing--payment-preferences,.billing--current-plan--subscription-plan{max-width:637px;width:100%;min-width:476px;background:#ffffff;border:1px solid #dddddd;box-shadow:0px 2px 1px rgba(0,0,0,0.1);padding:40px;margin-right:20px}.billing--invoice-data--loading{display:flex;align-items:center;justify-content:center;height:200px}.billing--current-plan--subscription-plan{padding:20px 30px 30px}.billing--current-plan--item--usage{display:flex}.billing--current-plan--item--usage--icon{background:url(/js/imgs/icon-preview.png) center center/contain no-repeat;width:24px;height:24px;display:inline-block;margin-left:10px;cursor:pointer}.billing--invoice-data--title,.billing--payment-preferences--title,.billing--current-plan--subscription-plan--title{font-weight:bold;line-height:19px;font-size:16px;color:#373a3c;margin:0;margin-bottom:30px}.billing--current-plan--subscription-plan--title{margin-bottom:15px}.billing--current-plan--separator{border-top:1px solid #e8e8e8;width:100%;height:1px;margin:10px 0}.billing--current-plan--items{font-weight:normal;width:100%;line-height:24px;font-size:14px;color:#4a4a4a;border-collapse:separate;margin-top:10px}.billing--current-plan--item{height:40px}.billing--current-plan--item--label{width:135px}.billing--current-plan--item--tooltip{color:#989898;font-size:20px;margin-left:7px}.billing--current-plan--item--value{width:185px;font-weight:bold;font-size:14px;text-align:left;min-width:125px;color:#673ab7}.billing--current-plan--item--value p{width:185px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.billing--current-plan--top-item{display:flex;margin-top:5px}.billing--current-plan--usage--label,.billing--current-plan--usage--limit--warning,.billing--current-plan--top-item--label{font-size:12px;line-height:normal;color:#8e8e8e}.billing--current-plan--top-item--value{font-size:12px;line-height:normal;color:#4a4a4a;margin-left:5px}.billing--current-plan--item--value--tooltip{background:#4a4a4a !important;opacity:0.4;font-weight:200;line-height:11px;font-size:11px;width:210px;word-wrap:break-word;padding:7px}.billing--current-plan--item--description{font-style:italic;font-weight:300;font-size:12px;line-height:14px;color:#4a4a4a}.billing--current-plan--subscription-plan--subtitle{display:block;font-weight:normal;line-height:24px;font-size:14px;color:#4a4a4a}.billing--current-plan--usage--pageviews{display:flex;align-items:center}.billing--current-plan--usage--pageviews--views{font-weight:bold;font-size:24px;color:#4a4a4a;margin-right:10px}.billing--current-plan--usage--pageviews .btn{line-height:18px;text-transform:capitalize;padding:3px 12px}.billing--current-plan--usage--limit{display:flex;align-items:center}.billing--current-plan--usage--limit--progress-bar-wrapper{max-width:415px;background:#e8e8e8;border-radius:2px;height:5px;margin:10px 0px 5px;flex:1}.billing--current-plan--usage--limit--progress-bar{max-width:100%;background:#9173c7;border-radius:2px;height:5px}.billing--current-plan--usage--limit--text{font-size:14px;color:#8e8e8e;margin-left:24px}.billing--current-plan--usage--limit--warning{height:32px;max-width:415px;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.billing--current-plan--usage--limit--warning a{color:#0a91e6}.billing--current-plan--usage--limit--warning a:hover{text-decoration:underline}.billing--current-plan--usage--limit--warning--btn{display:flex;text-transform:capitalize !important;height:32px;margin-right:0 !important}.billing--current-plan--usage--limit--warning--btn--icon{font-size:18px;margin-left:7px;position:relative;bottom:2px}.billing--invoice-data--items{width:100%}.billing--invoice-data--head{font-weight:bold;line-height:24px;font-size:12px;text-align:center;color:#4a4a4a}.billing--invoice-data--body{font-weight:normal;line-height:24px;font-size:12px;color:#4a4a4a}.billing--invoice-data--item{height:50px;border-bottom:1px solid #c6cfd9}.billing--invoice-data--item--amount{display:flex;padding-top:15px}.billing--invoice-data--item--amount--icon{font-size:18px;height:40px;margin-right:6px;color:#2bd88a}.billing--invoice-data--item--amount--icon__red{color:#eb5757}.billing--invoice-data--item--options{width:10px}.billing--current-plan--item--description .btn{font-style:normal}.current-plan--feedback-modal--input{margin-top:30px}.current-plan--feedback-modal--input textarea{width:100%;border:1px solid #cccccc}.choose-subscription-plan--payment{padding:30px}.choose-subscription-plan--downgrade-modal--actions--btn{width:100% !important}.billing--payment-preferences--head{font-weight:bold;line-height:24px;font-size:12px;color:#4a4a4a}.billing--payment-preferences--card{display:flex;align-items:center;width:270px}.billing--payment-preferences--card--icon{font-size:26px;margin-right:10px}.billing--payment-preferences--card--ellipsis{display:flex}.billing--payment-preferences--card--ellipsis--group{margin-right:5px;display:flex;align-items:center}.billing--payment-preferences--card--ellipsis--dot{width:5px;height:5px;background:black;border-radius:50%;display:inline-block;margin-right:2px}.billing--payment-preferences--card--number{font-style:normal;font-weight:normal;line-height:24px;font-size:12px;color:#4a4a4a}.billing--payment-preferences--card--brand{font-style:normal;font-weight:normal;line-height:24px;font-size:12px;color:#4a4a4a;margin:0 10px}.billing--payment-preferences--payment-method{border-bottom:1px solid #c6cfd9;margin-bottom:20px;padding-bottom:20px}.billing--payment-preferences--expiration{font-weight:normal;line-height:24px;font-size:12px;color:#4a4a4a}.billing--payment-preferences--cta{width:10px}.billing--payment-preferences--items{width:100%}.billing--payment-preferences--invoices--field--wrapper{margin-bottom:20px}.billing--payment-preferences--invoices--field--label{font-style:normal;font-weight:bold;line-height:24px;font-size:12px;color:#4a4a4a}.billing--payment-preferences--invoices--field--input--wrapper{font-weight:normal;line-height:24px;font-size:14px;color:#4a4a4a}.billing--payment-preferences--invoices--field--input{max-width:242px;width:100%;border:1px solid #cccccc}.billing--payment-preferences--invoices{border-top:1px solid #c6cfd9;margin-top:20px;padding-top:20px}.billing--payment-preferences--ctas{text-align:center;margin-top:50px}.usage-per-billing-cycle-modal--loading{padding:15px 0;text-align:center}.usage-per-billing-cycle-modal{padding:20px 30px 20px;background:#f5f4f6}.usage-per-billing-cycle-modal--cycles{display:flex;justify-content:center;align-items:center;min-height:31px}.usage-per-billing-cycle-modal--cycles--date{font-size:12px;color:#444c63;margin:0 25px}.usage-per-billing-cycle-modal--cycles--arrow{cursor:pointer;font-size:22px;color:#9173c7;padding:0px 5px}.usage-per-billing-cycle-modal--header{font-weight:bold;line-height:12px;font-size:12px;color:#4a4a4a;display:flex;justify-content:space-between}.usage-per-billing-cycle-modal--list-widgets{padding-top:2px}.usage-per-billing-cycle-modal--widget{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e7e8ec}.usage-per-billing-cycle-modal--widget:last-child{border-bottom:0}.usage-per-billing-cycle-modal--widget--name{font-weight:bold;line-height:33px;font-size:14px;color:#8e8e8e}.usage-per-billing-cycle-modal--widget--pageviews{font-weight:normal;line-height:normal;font-size:14px;text-align:right;color:#1f2229}.usage-per-billing-cycle-modal--footer{border-top:1px solid #8e8e8e;display:flex;justify-content:space-between;font-weight:900;line-height:normal;font-size:14px;text-align:right;color:#1f2229;padding:10px 0}.usage-per-billing-cycle-modal--footer--total{color:#673ab7}.usage-per-billing-cycle-modal--limit{font-weight:normal;line-height:normal;font-size:12px;letter-spacing:0.0016px;text-transform:uppercase;color:#1f2229;display:flex;justify-content:space-between;margin-bottom:10px}.usage-per-billing-cycle-modal--limit--limit{font-size:14px;color:#9173c7}.billing--current-plan--loading{display:flex;align-items:center;justify-content:center;height:200px}.billing--current-plan--auto-upgrade-modal{padding:20px 34px;text-align:center;font-style:normal;font-weight:normal;line-height:20px;font-size:14px;color:#4a4a4a}.billing--current-plan--auto-upgrade-modal--text{text-align:left}.billing--current-plan--auto-upgrade-modal--card{margin-top:20px}.billing--current-plan .subscription-plans--product{height:100%}.billing--current-plan .subscription-plans--product--features--item{margin:5px 0}@media screen and (max-width: 1393px){.billing--current-plan--plan .subscription-plans--product{display:none}}.organization-menu{margin-right:16px;position:relative}.organization-menu--button{display:flex;align-items:center;cursor:pointer}.organization-menu--button--icon{background:url(/js/imgs/organization-icon.png) center center/contain no-repeat;width:26px;height:26px;border-radius:50%;margin-right:7px}.organization-menu--button--arrow{color:#8E8E8E;font-size:14px;line-height:3px}.organization-menu--link--icon--add-editor{background:url(/js/imgs/add-editor.svg) center center/cover;width:12px;height:14px}.organization-menu--link:hover .organization-menu--link--icon--add-editor{background:url(/js/imgs/add-editor-hover.svg) center center/cover}.organization-menu--link--icon--add-site{background:url(/js/imgs/add-site.svg) center center/cover;width:12px;height:14px}.organization-menu--link:hover .organization-menu--link--icon--add-site{background:url(/js/imgs/add-site-hover.svg) center center/cover}.organization-menu--items--wrapper{position:absolute;background:#FFFFFF;border:1px solid #C6CFD9;box-sizing:border-box;box-shadow:0px 0px 4px rgba(0,0,0,0.25);padding:10px 0;width:350px;border-radius:4px;top:35px;left:-10px;z-index:810}.organization-menu--organizations{margin:0;padding:0;list-style:none}.organization-menu--organization--title{font-weight:900;line-height:normal;font-size:12px;text-transform:uppercase;color:#4A4A4A;display:flex;margin:0 10px}.organization-menu--organization--sites{list-style:none;padding:0;margin:0}.organization-menu--organization--site{display:flex;align-items:center;margin:5px 0;cursor:pointer;padding:5px 10px 5px 30px}.organization-menu--organization--site:hover{background:#F5F5F5}.organization-menu--organization--site--list{display:flex;justify-content:center;width:15px}.organization-menu--organization--site--icon{color:#4A4A4A;font-size:11px}.organization-menu--organization--site--title{text-align:left;font-style:normal;font-weight:500;line-height:normal;font-size:12px;color:#4A4A4A;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organization-menu--organization--site--title--subtitle{font-style:normal;font-weight:normal;line-height:normal;font-size:12px;color:#4A4A4A;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organization-menu--organization--site--icon--dot{width:4px;height:4px;background:#C6CFD9;border-radius:50%;margin:4px}.organization-menu--organization--site-logo{width:24px;height:24px;min-width:24px;border-radius:50%;margin-right:7px}.organization-menu--links{border-top:1px solid #C6CFD9;margin-top:15px;padding:5px 10px;text-align:left}.organization-menu--link{font-style:normal;font-weight:500;line-height:normal;font-size:12px;color:#4A4A4A;width:100%;align-items:center;display:flex;margin:10px 0}.organization-menu--link:hover{color:#9173C7}.organization-menu--link--icon{font-size:16px;display:block;margin-right:6px}.organization-menu--organization{margin-top:10px}.settings{display:flex}.settings--content{width:100%;position:relative}@media screen and (max-width: 1360px){.settings--content .event-theme--custom-color{display:flex;flex-direction:column}.settings--content .event-theme--custom-color label{margin:0 0 10px}}.manage-roles--actions{position:fixed;bottom:0;background:#FFFFFF;box-shadow:0px -2px 1px rgba(0,0,0,0.1);width:calc(100vw - 317px);right:0;line-height:61px;text-align:right;padding-right:100px}.settings--site{background:white;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);border-radius:4px;padding-bottom:20px}.settings--site .config-site--body{max-height:initial}.settings--site .config-site--actions{box-shadow:none}.organization-sites--card{background:#FFFFFF;border:1px solid #DDDDDD;box-shadow:0px 2px 1px rgba(0,0,0,0.1);max-width:650px;margin-top:23px;margin-left:75px;padding:20px}.organization-sites--card--actions{display:flex;justify-content:flex-end}.organization--organizations{margin-top:15px}.organization--organizations--header{padding:10px;font-weight:bold;font-size:18px;color:#4A4A4A;text-transform:uppercase;border-bottom:1px solid #E8E8E8;margin:10px 0}.organization--organizations--people-card{max-width:1000px;margin:24px 70px;background:#FFFFFF;padding:1px 30px;box-shadow:0px 2px 1px rgba(0,0,0,0.1)}.list-people--loading{display:flex;align-items:center;justify-content:center;padding:70px 0}.organization--organization--header{background:#F9F9F9;border-radius:4px;padding:0 10px;line-height:36px;font-weight:bold;font-size:14px;text-transform:uppercase;color:#4A4A4A;cursor:pointer;display:flex;justify-content:space-between}.organization--organizations--people-card .organization--organization--header{font-size:16px;height:61px;align-items:center}.organization--organizations--people-card .organization--organization--header:hover{background:#E8E8E8}.organization--organization--header--icon{margin-right:10px;font-size:12px}.organization--organization--header--arena-icon{background:url(/js/imgs/organization-icon.png) center center/contain no-repeat;width:24px;height:20px}.organization--organization--header--config{color:#9173C7;font-size:20px}.organization--organization--sites{width:100%}.organization--organization--sites--head{font-weight:bold;line-height:24px;font-size:12px;color:#4A4A4A}.organization--organization--sites--wrapper{padding:15px}.organization--organization--sites--head--item--site{width:148px}.organization--organization--sites--head--item--url{width:223px}.organization--organization--sites--head--item--plan{width:136px}.organization--organization--sites--head--item--options{width:71px}.organization--organization--site--body--item{border-bottom:1px solid #E8E8E8;height:44px;font-weight:normal;line-height:24px;font-size:12px;color:#4A4A4A}.organization--organization--site--body--item--action{color:#A5A5A5;font-size:19px;margin-right:15px;cursor:pointer}.organization--organization--site--body--item--action:hover{color:#9173C7}.organization--organization--site--body--item--action svg:hover path{fill:#9173C7}.organization--organization--site--body--item--action__disabled{opacity:0.3;cursor:not-allowed}.organization--organization--sites--body--item--site{font-weight:500;height:43px;display:flex;align-items:center;line-height:normal}.organization--organization{margin-bottom:10px;margin-left:10px}.config-site--body{padding:30px 50px 20px;max-height:70vh;overflow-y:scroll}.config-site--body .image-upload-field--remove-image{width:auto;margin-top:5px}.config-site--loading{padding:50px;text-align:center}.config-site--image--drop{background:#f6f6f6;border:1px solid #d2d2d2;box-sizing:border-box;border-radius:50%;width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin:0 auto;flex-direction:column;font-weight:normal;line-height:normal;font-size:12px;text-align:center;color:#999999;cursor:pointer}.config-site--image--drop--icon{font-size:23px;color:#5021A6}.config-site--field--label{font-weight:bold;font-size:16px;color:#373A3C;line-height:45px}input[disabled].disabled--input{width:100%;background-color:#FFFFFF;color:#CDCDCD;border:0;cursor:text}.ion-ios-photos-outline{margin-left:10px;font-size:20px;cursor:pointer}.config-site--subscribe-plan--tabs{display:flex;margin-bottom:5px;font-weight:normal;line-height:24px;font-size:11px;color:#4A4A4A}.config-site--subscribe-plan--tabs>label{margin:0 10px}.config-site--subscribe-plan--tab{font-weight:normal;line-height:normal;font-size:11px;text-align:center;color:#4A4A4A;margin-right:10px;cursor:pointer}.config-site--subscribe-plan--tab__active{font-weight:bold;line-height:normal;font-size:11px;text-align:center;color:#0A91E6;text-decoration:underline}.config-site--subscribe-plan--input--wrapper{display:flex;align-items:center}.config-site--subscribe-plan--link{line-height:14px;font-size:12px;text-decoration-line:underline;text-transform:capitalize;color:#8E8E8E;flex-shrink:0;margin-left:20px}.config-site--declare{display:flex;align-items:center;margin-top:30px}.config-site--declare>input{width:30px;height:15px;margin-top:0;cursor:pointer}.config-site--declare--label{font-weight:normal;font-size:14px;color:#4A4A4A;margin:0;cursor:pointer}.config-site--actions{display:flex;justify-content:center;padding:0px 30px;height:60px;box-shadow:0px -2px 4px rgba(0,0,0,0.045);border-radius:0px 0px 4px 4px;align-items:center}.config-site--alert-modals .alert-modal--overlay{z-index:9999}.config-site--alert-modals .alert-modal--main{z-index:99999}.config-site--alert-modals .crop-image-modal--crop{max-height:60vh;overflow:scroll}.config-site .load{display:flex;width:96px;margin:227px auto}.editor-settings--double-field{display:flex}.editor-settings--double-field>div:first-child{margin-right:15px}.editor-settings--double-field>div{flex:1}.editor-settings--accounts{display:flex;align-items:center;margin-top:5px}.editor-settings--accounts--label{font-weight:bold;font-size:13px;line-height:14px;color:#A6A6A6;margin-right:10px}.editor-settings--invited-email--warnning{font-size:14px;line-height:12px;color:#DB0D1B;margin-top:20px}.organization--organization--editor--body--item{height:60px;font-weight:500;line-height:24px;font-size:12px;color:#4a4a4a;display:flex;align-items:center}.organization--organization--editor--body--item--wrapper{border-bottom:1px solid #e8e8e8}.organization--organization--editor--body--item--user{display:flex;align-items:center;height:60px;width:220px}.organization--organization--editor--body--item--user--photo{width:34px;height:34px;border-radius:50%;margin-right:10px;flex-shrink:0}.organization--organization--editor--body--item--user--name{font-weight:bold;line-height:19px;font-size:16px;color:#373A3C;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:160px}.organization--organization--editor--body--item--user--email{font-weight:normal;line-height:15px;font-size:11px;color:#9D9D9D}.organization--organization--editor--body--item--status{line-height:normal;font-size:14px;text-transform:uppercase;color:#F2994A;width:120px}.organization--organization--editor--body--item--options{text-align:right}.organization--organization--editors--head--item{display:flex}.organization--organization--editors--head--item--user{width:220px}.organization--organization--editors--head--item--website{width:137px}.organization--organization--editors--head--item--status{width:120px}.organization--organization--editors--head--item--rote{width:150px}.organization--organization--editor--body--item--website{width:137px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.organization--organization--editor--body--item--role{width:150px}.editor-settings--edit--actions{display:flex;justify-content:space-between;margin:20px 0}.manage-roles{max-width:600px;margin:23px 72px;padding-bottom:60px}.manage-roles--header{display:flex;justify-content:space-between}.manage-roles--container{margin-top:30px}.manage-roles--card{background:#fff;box-shadow:0 1px 6px rgba(0,0,0,0.117647),0 1px 4px rgba(0,0,0,0.117647);margin:10px 0;display:block;border-radius:4px}.manage-roles--card--header{line-height:50px;padding:0 20px;font-weight:bold;font-size:16px;color:#4A4A4A;border-bottom:1px solid #E8E8E8}.manage-roles--body{padding:10px 0}.manage-roles--body--item{display:flex;align-items:center;padding:10px 30px}.manage-roles--body--item--label{width:185px;font-weight:bold;line-height:19px;font-size:14px;color:#373A3C;flex-shrink:0}.manage-roles--body--item--input{display:flex}.manage-roles--body--item--description{font-style:italic;font-weight:300;line-height:16px;font-size:12px;color:#8E8E8E;margin-left:20px}.manage-roles--body--item--input--toggle{flex-shrink:0}.config-site--description{font-weight:normal;line-height:24px;font-size:14px;text-align:center;color:#4A4A4A}.editor-settings--button-container{text-align:center;margin:30px 0}.access-denied{padding-top:115px;display:flex;flex-direction:column;align-items:center}.access-denied--image{width:50px;height:116px;background:url(/js/imgs/access-denied.png) center center/contain no-repeat}.access-denied--title{font-weight:bold;line-height:40px;font-size:36px;text-align:center;color:#DDDDDD;width:475px;margin:16px 0}.access-denied--subtitle{font-weight:300;line-height:19px;font-size:16px;text-align:center;color:#8E8E8E;margin-bottom:16px}.access-denied--owners--list{font-weight:300;line-height:19px;font-size:16px;color:#8E8E8E}.manage-roles--wrapper--header{background:#FEFEFE;box-shadow:0px 1px 1px #F5F6FA;height:35px;padding:0 10px;display:flex}.manage-roles--wrapper--header--back{line-height:35px;font-weight:normal;font-size:16px;color:#9173C7;display:flex;align-items:center;cursor:pointer}.manage-roles--wrapper--header--back--icon.ion-ios-arrow-back{margin-right:10px;font-size:19px}.delete-site-confirmation{padding:15px;text-align:center;max-width:372px;margin:0 auto}.delete-site-confirmation--text{font-weight:normal;line-height:normal;font-size:14px;text-align:center;color:#4A4A4A;margin:0 auto}.delete-site-confirmation--items{font-weight:normal;line-height:normal;font-size:14px;color:#4A4A4A;text-align:left;margin:20px auto;margin-left:0px;padding-left:30px}.delete-site-confirmation--item{line-height:22px}.delete-site-confirmation--loading{width:100%;height:212px;display:flex;align-items:center;justify-content:center}.config-organization--delete{padding:30px;text-align:center}.config-organization--delete--text{font-weight:500;line-height:normal;font-size:27px;text-align:center;color:#4A4A4A;margin-bottom:30px}.subscription-body{font-size:14px;min-height:100%;background-color:#fcfcfc;font-family:'Roboto', sans-serif}.optinout--text{font-weight:normal;line-height:normal;font-size:18px;letter-spacing:0.8px;color:#3A3F52}.optinout--button{margin-top:20px;line-height:57px;padding:0 39px;background:#8C4FCA;border-radius:5px;font-weight:500;font-size:17px;text-align:center;width:150px;color:#FFFFFF;cursor:pointer}.multi-select-group{position:relative}.multi-select-group--opened .multi-select-group--select{border-bottom-left-radius:0;border-bottom-right-radius:0}.multi-select-group--select{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#333;cursor:default;height:36px;outline:none;overflow:hidden;position:relative;width:100%;display:flex;align-items:center;padding:0 10px;justify-content:space-between}.multi-select-group--select[disabled]{background:#eeeeee;border:0;cursor:not-allowed}.multi-select-group--select--placeholder{color:#aaa}.multi-select-group--select--icon--wrapper{height:36px;width:33px;margin-right:-10px;cursor:pointer;display:flex;align-items:center;justify-content:center}.multi-select-group--select--icon{box-sizing:border-box;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0px;width:0px;position:relative}.multi-select-group--opened .multi-select-group--dropdown{display:block}.multi-select-group--dropdown{display:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border-width:1px;border-style:solid;border-color:#e6e6e6 #ccc #ccc;border-image:initial;box-shadow:rgba(0,0,0,0.06) 0px 1px 0px;box-sizing:border-box;margin-top:-1px;max-height:300px;position:absolute;top:100%;width:100%;z-index:10;overflow-y:auto;padding:5px 10px}.multi-select-group--dropdown--item{padding:2px 0}.multi-select-group--dropdown--item--label--text{font-weight:normal;line-height:24px;font-size:12px;color:#4A4A4A;margin-left:10px}.multi-select-group--dropdown--group{border-bottom:1px solid #E3E3E3;padding:5px 0;padding-top:10px}.multi-select-group--dropdown--group--label{font-weight:normal;line-height:24px;font-size:10px;color:#9B9B9B;margin-bottom:5px}.multi-select-group--dropdown--group:last-child{border-bottom:0}.multi-select-group--overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9}.multi-select-group--select--choosed{width:100%}.facebook-disconnected{text-align:center;max-width:420px;padding:30px 10px;margin:0 auto}.facebook-disconnected--title{font-weight:500;line-height:38px;font-size:24px;text-align:center;color:#4A4A4A}.facebook-disconnected--subtitle{font-weight:normal;line-height:38px;font-size:14px;text-align:center;color:#4A4A4A;margin:20px 0}.welcome-modal{background:white;position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;max-width:1200px;height:500px;margin:auto;border-radius:10px;box-shadow:0px 10px 40px rgba(0,0,0,0.15);display:flex;justify-content:space-between}.welcome-modal--main{padding:30px;width:100%;display:flex;flex-direction:column}.welcome-modal--secondary{width:400px;background:#FCFCFC;border-radius:10px;position:relative;overflow:hidden;padding-top:30px;padding-left:30px;padding-right:30px;flex-shrink:0}.welcome-modal--secondary--blue-ball{width:128px;height:128px;background:#0A91E6;border-radius:50%;position:absolute;top:-70px;left:-80px}.welcome-modal--secondary--title{font-weight:bold;line-height:33px;font-size:18px;color:#4A4A4A;display:flex;align-items:center}.welcome-modal--secondary--description{font-weight:normal;line-height:26px;font-size:16px;color:#000000;margin-top:20px}.welcome-modal--secondary--includes{font-weight:normal;line-height:26px;font-size:16px;color:#000000;margin-top:20px;margin-bottom:10px}.welcome-modal--secondary--includes--items{margin-top:20px;list-style-type:none;margin:0;padding:0;font-weight:normal;line-height:13px;font-size:13px;color:#8E8E8E}.welcome-modal--secondary--purple-balls{position:absolute;right:0;bottom:-250px;width:320px;height:320px}.welcome-modal--secondary--purple-balls--1{width:203px;height:203px;opacity:0.75;box-shadow:inset 0px 10px 40px rgba(0,0,0,0.15);border-radius:300px;transform:rotate(4.24deg);position:absolute;top:30px;left:60px;background:#4500c1}.welcome-modal--secondary--purple-balls--2{opacity:0.6;position:absolute;width:245px;height:245px;border-radius:50%;top:-34px;left:144px;background:#4500c1}.welcome-modal--secondary--purple-balls--3{width:102px;height:102px;opacity:0.5;border-radius:300px;transform:rotate(4.24deg);position:absolute;top:-74px;right:-49px;background:#4500c1}.welcome-modal--secondary--includes--items li{margin:10px 0}.welcome-modal--secondary--includes--items--icon{margin-right:5px}.welcome-modal--secondary--title--badge{background:url(/js/imgs/badge-arena.png) center center/contain no-repeat;width:26px;height:41px;margin-left:20px}.welcome-modal--category--wrapper{display:flex;font-size:16px;align-items:center;margin-bottom:24px}.welcome-modal--category{-webkit-appearance:none;appearance:none;margin:0;font:inherit;color:#9124FF;width:24px;height:24px;border:3px solid #9124FF;border-radius:50%;transform:translateY(-0.075em);display:grid;place-content:center}.welcome-modal--category::before{content:"";width:12px;height:12px;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #9124FF}.welcome-modal--category:focus{outline:none}.welcome-modal--category:checked::before{transform:scale(1);outline:none}.welcome-modal--category:checked:focus{outline:none}.welcome-modal--category:last-child{margin-left:10px}.welcome-modal--category--label{margin-top:4px;margin-bottom:0px;margin-left:33px}.welcome-modal--category--areas{display:flex;flex-direction:column;flex-wrap:wrap;max-width:640px;margin-top:46px}.welcome-modal--main--title{font-weight:bold;line-height:33px;font-size:24px;color:#4A4A4A}.welcome-modal--main--sub-title{font-weight:normal;line-height:33px;font-size:16px;color:#4A4A4A;margin-bottom:20px}.welcome-modal--category--check{width:17px;height:17px;position:absolute;border:1px solid #C6CFD9;top:10px;left:10px;display:flex;align-items:center;justify-content:center}.welcome-modal--category--check__selected{background:#0A91E6;border:0}.welcome-modal--category--check--icon{font-size:11px;color:white}.welcome-modal--category--other{max-width:612px;height:35px;width:100%;justify-content:flex-start;flex-direction:row;flex-shrink:0;font-weight:normal;line-height:20px;font-size:14px;text-align:center;color:#9173C7;margin-bottom:23px}.welcome-modal--category--other--icon{background:url(/js/imgs/Other-sm.png) center center/contain no-repeat;width:24px;height:24px;margin-right:10px;margin-left:16px;flex-shrink:0}.welcome-modal--category--other--input{margin-left:26px;border:0;outline:none;font-weight:normal;line-height:16px;font-size:14px;color:#8E8E8E;width:100%;margin-right:20px}.welcome-modal--ctas{text-align:right;margin-top:auto}.welcome-modal--ctas .btn{height:30px;min-width:100px;padding:0px 12px}.welcome-modal--invite-people--main--description{font-weight:bold;font-size:16px;line-height:19px;color:#373A3C;max-width:230px;margin-right:30px}.welcome-modal--invite-people--main--invites-wrapper{height:100%;display:flex;align-items:baseline}.welcome-modal--invite-people--main--invites{flex:1;max-height:100%;overflow:scroll;margin-right:-20px;padding-right:10px;display:flex;flex-direction:column;align-items:center}.welcome-modal--invite-people--main--invites--input{width:100%;background:#FFFFFF;border:1px solid #CCCCCC;outline:none;box-sizing:border-box;border-radius:4px;height:38px;padding:0 15px;margin-bottom:15px;flex-shrink:0}.welcome-modal--invite-people--main--invites--input::placeholder{color:#DCDCDC}.welcome-modal--invite-people--secondary{width:400px;background:#fcfcfc;border-radius:0px 10px 10px 0px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.welcome-modal--invite-people--secondary--image{background:url(/js/imgs/welcome-modal-invite-people.png) center center/contain no-repeat;display:flex;width:100%;height:100%;max-width:200px;max-height:150px;margin:0 auto 20px}.welcome-modal--invite-people--secondary--description{font-weight:500;font-size:18px;line-height:20px;text-align:center;color:#8E8E8E;max-width:216px}@media screen and (max-width: 1240px){.welcome-modal{margin-left:120px !important;margin-right:20px !important}}@media screen and (max-width: 1112px){.welcome-modal{height:620px}}.dashborad-events--empty-state--image{background:url(/js/imgs/empty-state-create-event.png) center center/contain no-repeat;width:155px;height:129px}.dashborad-events--empty-state--title{font-weight:bold;line-height:24px;font-size:18px;text-align:center;color:#4E5766;margin:30px 0}.dashborad-events--empty-state--btn{font-style:normal;font-weight:normal;line-height:25px;font-size:18px;text-align:center;color:#FFFFFF}.event-wizard--container{position:fixed;top:0;left:0;width:100%;height:100%;background:white;z-index:9999999;padding-top:30px;padding-left:40px;padding-right:40px;overflow:auto}#toast-container{z-index:99999999}.event-wizard-steps{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto}.event-wizard-step{display:flex;align-items:center;flex-direction:column;position:relative;flex:1}.event-wizard--dot{width:18px;height:18px;border-radius:50%;border:2px solid #C6CFD9;background:white;z-index:10}.event-wizard--name{font-weight:300;line-height:35px;font-size:18px;text-align:center;color:#828282;letter-spacing:1px}.event-wizard-steps--line{position:absolute;width:100%;height:1px;background:#C6CFD9;left:-50%;top:9px}.event-wizard-step:first-child .event-wizard-steps--line{display:none}.event-wizard-step__selected .event-wizard--dot{border:0;background:#9370db}.event-wizard-step__selected .event-wizard--name{font-weight:bold;color:#9173C7}.event-wizard-step__past .event-wizard--dot{border:2px solid #9173C7}.event-wizard-step__past .event-wizard--name{color:#9173C7}.event-wizard-step__selected .event-wizard-steps--line,.event-wizard-step__past .event-wizard-steps--line{background:#9173C7;height:2px}.event-wizard--body{background:#FCFCFC;box-shadow:0px 10px 40px rgba(0,0,0,0.15);border-radius:10px;max-width:1200px;margin:30px auto;min-height:500px}.event-wizard-first{display:flex;height:500px}.event-wizard-step-main--first{width:100%;text-align:center;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.event-wizard-first--title{font-weight:bold;line-height:33px;font-size:36px;color:#9370DB}.event-wizard-first--subtitle{margin:40px 0;font-weight:normal;line-height:20px;font-size:20px;text-align:center;color:#828282}.event-wizard-first--btn{width:100%;max-width:404px;height:54px}.event-wizard-step-secondary{width:400px;flex-shrink:0;display:flex;align-items:center;flex-direction:column;background:white;border-radius:10px;justify-content:center}.event-wizard-first--or{font-weight:normal;line-height:20px;font-size:14px;text-align:center;color:#828282;margin:15px 0}.event-wizard-first--secondary{background:url(/js/imgs/wizard-first-step.png) center center/contain no-repeat}.event-wizard-step-container{display:flex;min-height:500px;justify-content:space-between}.event-wizard-step--title{font-weight:bold;line-height:33px;font-size:24px;color:#212121;margin-bottom:20px}.event-wizard-step-main{padding:30px;display:flex;flex-direction:column;justify-content:space-between;width:100%}.event-wizard-category--categories{display:flex}.event-wizard-step-secondary--category-image{background:url(/js/imgs/category-step.png) center center/contain no-repeat;width:200px;height:147px}.event-wizard-step-secondary--social-stream-image{background:url(/js/imgs/step-social-stream.png) center center/contain no-repeat;width:200px;height:150px}.event-wizard-step-secondary--information-image{background:url(/js/imgs/step-information.png) center center/contain no-repeat;width:200px;height:150px}.event-wizard-step-secondary--conversation-image{background:url(/js/imgs/step-conversation.png) center center/contain no-repeat;width:200px;height:150px}.event-wizard-conversation--img{background:url(/js/imgs/conversation-img.png) center center/contain no-repeat;width:418px;height:137px;margin-top:30px;margin-bottom:40px}.event-wizard-step-secondary--text{width:200px;font-style:normal;font-weight:500;line-height:20px;font-size:18px;text-align:center;color:#737373;margin-top:20px}.event-wizard-category-sports--list{display:flex;flex-wrap:wrap;margin-top:17px}.event-wizard-category-sports--sport{background:#FFFFFF;border-radius:3px;height:37px;width:140px;margin-right:8px;margin-bottom:10px;display:flex;align-items:center;padding:0 8px;cursor:pointer}.event-wizard-category-sports--sport--icon{width:21px;height:21px;margin-right:10px}.event-wizard-category-sports--sport--name{font-style:normal;font-weight:normal;line-height:18px;font-size:14px;color:#4a4a4a}.event-wizard-category-sports--input{background:#FFFFFF;border:1px solid #CCCCCC;box-sizing:border-box;border-radius:4px;width:100%;padding-left:35px}.event-wizard-category-sports--input--wrapper{padding:0 10px;position:relative}.event-wizard-category-sports{border-top:1px solid #C6CFD9;margin-top:30px;padding-top:20px}.event-wizard-category-sports--title{font-weight:normal;line-height:20px;font-size:20px;text-align:center;color:#737373;margin-bottom:13px}.event-wizard--footer{display:flex;justify-content:space-between;align-items:center}.event-wizard-category-sports--input--icon{position:absolute;top:3px;left:20px;font-size:20px}.event-wizard-category-tournaments--list{display:flex;flex-wrap:wrap;margin-top:20px;margin-bottom:30px}.event-wizard-category-tournaments--item{background:#FCFCFC;border-radius:10px;box-shadow:0 2px 6px 0 rgba(0,0,0,0.2);margin-right:10px;margin-bottom:10px;width:140px;height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1)}.event-wizard-category-tournaments--item:hover{box-shadow:0 2px 6px 2px rgba(0,0,0,0.2)}.event-wizard-category-tournaments--item--country-img{width:20px;height:14px;position:absolute;top:10px;right:10px}.event-wizard-category-tournaments--item--img{width:40px;height:40px}.event-wizard-category-tournaments--item--name{font-weight:normal;line-height:13px;font-size:13px;text-align:center;color:#9173C7;margin-top:7px}.event-wizard-category-tournaments--item--premium{position:absolute;top:10px;left:5px;background:#F2C94C;padding:0 5px;font-weight:300;line-height:normal;font-size:9px;color:#673AB7;border-radius:10px}.event-wizard-category-match{width:373px;margin:0 auto}.event-wizard-category-match--group{height:350px;overflow:auto}.event-wizar-category-match--choose{position:absolute;right:10px;font-size:16px;color:#8E8E8E}.event-wizard-category-auto-pbp--form .toggle-switch---toggle---mncCu::before{height:46px;width:46px;bottom:-5px;left:-10px;display:flex;align-items:center;justify-content:center;color:#6643A5;content:"●"}.event-wizard-category-auto-pbp--form .toggle-switch---switch---3EchW.toggle-switch---checked---3aC9B .toggle-switch---toggle---mncCu:before{transform:translateX(33px)}.event-wizard-category-auto-pbp--form .toggle-switch---toggle---mncCu{height:34px;width:63px}.event-wizard-category-auto-pbp--form .toggle-switch---switch---3EchW.toggle-switch---checked---3aC9B .toggle-switch---toggle---mncCu{border-color:#6643A5 !important;background-color:#6643A5 !important}.event-wizard-category-auto-pbp--form .toggle-switch---switch---3EchW{width:68px;height:30px}.event-wizard-category-auto-pbp--form{text-align:center;display:flex;align-items:center;justify-content:center}.event-wizard-category-auto-pbp--form--label{font-weight:500;line-height:20px;font-size:14px;text-align:right;color:#4A4A4A;margin-right:15px}.event-wizard-category-auto-pbp--form--description{font-style:italic;font-weight:300;line-height:16px;font-size:14px;color:#8E8E8E;margin-left:5px}.event-wizard-category-auto-pbp--img{background:url(/js/imgs/wizard-pbp.png) center center/contain no-repeat;width:308px;height:300px;margin:33px auto;margin-bottom:20px}.event-wizard-category-sports--sport__selected{border:2px solid #9173c7;box-shadow:0 2px 6px 0 rgba(0,0,0,0.2),inset 0 2px 4px 0 rgba(145,115,199,0.35)}.event-wizard-step--subtitle{font-style:normal;font-weight:normal;line-height:33px;font-size:16px;color:#4A4A4A;margin-top:-20px}.event-wizard-stream--menu-config-wrapper{max-height:calc(100vh - 540px);min-height:315px;overflow:auto}.event-wizard-stream--menu{display:flex;margin-top:6px;width:100%;height:47px}.event-wizard-stream--menu--carousel{height:100%;width:100%}.event-wizard-stream--menu--carousel>.react-multiple-carousel__arrow{min-width:38px;width:38px;height:47px;background:#FFFFFF;box-shadow:-2px 0px 10px rgba(0,0,0,0.1);border-radius:0}.event-wizard-stream--menu--carousel>.react-multiple-carousel__arrow:hover{background:#FFFFFF}.event-wizard-stream--menu--carousel>.react-multiple-carousel__arrow::before{font-size:16px;color:#9173C7}.event-wizard-stream--menu--carousel>.react-multiple-carousel__arrow--right{right:0}.event-wizard-stream--menu--carousel>.react-multiple-carousel__arrow--left{left:0}.event-wizard-stream--menu>.event-wizard-stream--menu--carousel>.react-multi-carousel-track{margin:0 44px}.event-wizard-stream--menu>.event-wizard-stream--menu--carousel>.react-multi-carousel-track>.react-multi-carousel-item{width:30px !important;margin-right:5px !important;background:#FCFCFC;border:1px solid #EAEAEA;box-shadow:0px 1px 0px rgba(0,0,0,0.1);border-radius:4px}.event-wizard-stream--menu>.event-wizard-stream--menu--carousel>.react-multi-carousel-track>.react-multi-carousel-item:hover{box-shadow:0px 5px 8px rgba(0,0,0,0.1)}.event-wizard-stream--menu>.event-wizard-stream--menu--carousel>.react-multi-carousel-track>.react-multi-carousel-item .event-wizard-stream--menu--item__selected{border:1px solid #9173C7;box-shadow:0px 5px 8px rgba(0,0,0,0.1)}.event-wizard-stream--menu--item:last-child{margin-right:0}.event-wizard-stream--menu--instagram--icon{background:url(/js/imgs/icon-instagram.png) center center/contain no-repeat;width:32px;height:32px}.event-wizard-stream--menu--web--icon{background:url(/js/imgs/icon-web.svg) center center/contain no-repeat;width:32px;height:32px}.event-wizard-stream--menu--other--icon{background:url(/js/imgs/icon-more-horizontal.svg) center center/contain no-repeat;width:18px;height:32px}.event-wizard-stream--menu--item{box-shadow:0 2px 6px 0 rgba(0,0,0,0.2);width:70px;height:70px;margin-right:26px;border-radius:4px;background:#FCFCFC;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;position:relative}.event-wizard-stream--menu--item:hover{box-shadow:0 2px 6px 2px rgba(0,0,0,0.2)}.event-wizard-stream--menu--item--icon{font-size:20px;flex-shrink:0}.event-wizard-stream--menu--item--icon.ion-social-facebook:before{color:#fff !important;background:#1877f2;width:18px;height:18px;border-radius:50%;padding-top:2px;position:relative;top:2px;padding-left:5.5px;overflow:hidden}.event-wizard-stream--menu--item--name{font-style:normal;font-weight:normal;line-height:20px;font-size:13px;text-align:center;color:#9173C7;margin-top:3px}.event-wizard-step-main--wrapper .stream-config-web{padding:0}.event-wizard-stream--config{margin:30px 0}.event-wizard-stream--config .stream-config-web--left{flex:1}.event-wizard-stream--config label{font-weight:bold;line-height:19px;font-size:16px;color:#373A3C;border-radius:4px;margin-bottom:0px}.event-wizard-stream--menu--item__selected{border:1px solid #9173c7;box-shadow:0 2px 6px 0 rgba(0,0,0,0.2),inset 0 2px 4px 0 rgba(145,115,199,0.35)}.event-wizard-information--form--field{display:flex;margin-bottom:15px}.event-wizard-information--form--label{width:150px;font-weight:bold;line-height:19px;font-size:16px;color:#373A3C;flex-shrink:0;margin-top:5px}.event-wizard-information--form .event-team-editable{margin:0}.event-wizard-information--form--status{display:flex;align-items:center}.event-wizard-information--form--status--radio{display:flex;align-items:center}.event-wizard-information--form--input{border:1px solid #CCCCCC}.event-wizard-information--form--input--radio{width:14px;height:14px;margin-bottom:6px !important}.event-wizard-information--form--input--radio--label__disabled{color:#CCCCCC !important}.event-wizard-information--form--input--radio--label{font-style:normal;font-weight:normal;font-size:14px;color:#8E8E8E;margin:0 20px 0 8px}.event-wizard-information--form--field-description{font-style:italic;font-weight:300;line-height:16px;font-size:14px;color:#8E8E8E}.event-wizard-information--form--location{display:flex}.event-wizard-information--form--location>input{max-width:180px}.event-wizard-information--form--location .event-wizard-information--form--date>input{max-width:125px}.event-wizard-information--form--date{display:flex;margin-left:30px;width:175px;flex-shrink:0;align-items:center}.event-wizard-information--form--date--label{margin-right:14px;font-weight:bold;line-height:19px;font-size:16px;color:#373A3C}.event-wizard-information--form--field--language{max-width:182px;width:100%}.event-wizard-conversation .event-wizard-category-auto-pbp--form{justify-content:flex-start}.event-wizard-conversation .event-wizard-category-auto-pbp--form--label{font-size:16px}.event-wizard-conversation--chat-position{margin-bottom:30px}.event-wizard-conversation--chat-position--label{font-style:normal;font-weight:bold;line-height:19px;font-size:16px;color:#373A3C;margin:15px 0}.event-wizard-conversation--chat-position--sample--tab{background:url(/js/imgs/chat-tab.png) center center/contain no-repeat;width:171px;height:150px}.event-wizard-conversation--chat-position--sample--bottom{background:url(/js/imgs/chat-bottom.png) center center/contain no-repeat;width:171px;height:150px}.event-wizard-conversation--chat-position--sample--aside{background:url(/js/imgs/chat-aside.png) center center/contain no-repeat;width:171px;height:150px}.event-wizard-conversation--chat-position--sample--overlay{background:url(/js/imgs/chat-overlay.png) center center/contain no-repeat;width:171px;height:150px}.event-wizard-conversation--chat-position--sample{margin-left:20px}.event-wizard-conversation--chat-position{display:flex}.event-wizard-monetization--img{width:400px;margin:30px 0;margin-bottom:16px}.event-wizard-monetization--img--sports{background:url(/js/imgs/step-monetization.png) center center/contain no-repeat;widows:401px;height:299px}.event-wizard-monetization--img--news{background:url(/js/imgs/step-monetization-news.png) center center/contain no-repeat;height:324px}.event-wizard-monetization--img--technology{background:url(/js/imgs/step-monetization-technology.png) center center/contain no-repeat;height:324px}.event-wizard-monetization--img--films-tv-shows{background:url(/js/imgs/step-monetization-films-tv-shows.png) center center/contain no-repeat;height:324px}.event-wizard-monetization--img--finance{background:url(/js/imgs/step-monetization-finance.png) center center/contain no-repeat;height:324px}.event-wizard-monetization--img--weather{background:url(/js/imgs/step-monetization-weather.png) center center/contain no-repeat;height:324px}.event-wizard-monetization--img--others{background:url(/js/imgs/step-monetization-others.png) center center/contain no-repeat;height:324px}.event-wizard-step-secondary--monetization-image{background:url(/js/imgs/step-monetization-secondary.png) center center/contain no-repeat;width:200px;height:150px}.event-wizard-monetization--body{display:flex;flex-direction:column;align-items:center}.event-wizard-monetization--message{font-weight:bold;line-height:33px;font-size:18px;text-align:center;color:#72AD46;margin-top:40px}.event-wizard-category-sports--no-result{background:#F2F2F2;border-radius:3px;font-weight:normal;font-size:14px;color:#8E8E8E;line-height:37px;padding:0 20px}.event-wizard-category--loading--wrapper{width:100%;text-align:center;padding-top:20px}.event-wizard-finish{padding:0 20px;min-height:500px;display:flex;flex-direction:column;justify-content:space-between}.event-wizard-finish--title{font-style:normal;font-weight:bold;line-height:33px;font-size:24px;color:#4A4A4A;text-align:center;padding-top:30px}.event-wizard-finish--subtitle{font-style:normal;font-weight:normal;line-height:33px;font-size:16px;color:#4A4A4A;text-align:center;margin-bottom:20px}.event-wizard-finish .events--item--wrapper{max-width:900px;width:100%;margin:0 auto}.event-wizard-finish--button{width:404px;line-height:54px;font-weight:bold;font-size:18px;text-align:center}.event-wizard-finish--button--wrapper{text-align:center;margin-top:50px;padding-bottom:30px}.event-wizard-finish .embed-confirm-site{position:relative;top:20px}.event-wizard .stream--user-profile--delete,.event-wizard .stream--user-profile--name{height:auto}.event-wizard-stream-twitter{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:50px;margin-bottom:40px}.event-wizard-stream-twitter--title{font-weight:bold;line-height:19px;font-size:16px;text-align:center;color:#373A3C;border-radius:4px}.event-wizard-stream-twitter--text{font-weight:normal;font-size:16px;text-align:center;color:#4A4A4A;margin-top:15px;margin-bottom:15px}.event-auto-stream--twitter-alert--button{width:100%;max-width:198px;height:32px;border-radius:4px;background-color:#1da1f2;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;text-align:left;color:#fff;cursor:pointer}.event-wizard-stream--config--container{max-width:484px}.event-wizard-stream--config--container-web .stream-config-web--left,.event-wizard-stream--config--container-web .stream-config-web--right{max-width:355px}@media screen and (max-width: 1280px){.event-wizard-step-secondary{display:none}.event-wizard-category-tournaments--item{margin-right:10px !important}}.choose-button-type{background:#FCFCFC;box-shadow:0 2px 6px 0 rgba(0,0,0,0.2);border-radius:10px;width:90px;height:90px;margin-right:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1)}.choose-button-type:last-child{margin-right:0}.choose-button-type:hover{box-shadow:0 2px 6px 2px rgba(0,0,0,0.2)}.choose-button-type--image{width:40px;height:40px}.choose-button-type--name{font-weight:normal;line-height:20px;font-size:14px;text-align:center;color:#9173C7;margin-top:10px}.choose-button-type__selected{border:2px solid #9173C7;box-shadow:0 2px 6px 0 rgba(0,0,0,0.2),inset 0 2px 4px 0px rgba(145,115,199,0.35)}.conversion-cards{margin-bottom:50px}@media screen and (max-width: 926px){.conversion-cards{margin-bottom:90px}}.conversion-cards .widget-page--ctas{margin:24px auto;max-width:690px}.conversion-cards-cards{margin:24px auto 0;max-width:620px}.conversion-cards-cards>.list-conversion-cards{max-width:690px;margin:auto}.conversion-cards .list-conversion-card-item--ctas{margin:0 15px 0 0}.live-new-post--media--cards--icon{background:url(/js/imgs/icon-cards.png) center center/contain no-repeat;width:16px;height:100%}.live-new-post-cards .alert-modal--main{cursor:default}.live-new-post-cards--modal{padding:20px 30px 40px;max-height:85vh;overflow:auto}.live-new-post-cards--modal .list-conversion-card-item--image-info{max-width:400px}.live-new-post-cards--modal .list-conversion-card-item--ctas .btn{margin-left:20px}.live-new-post-cards--modal--preview__liveblog .create-edit-card-preview{border-top:1px #d8dce9 solid;margin-top:30px;margin-right:-30px;margin-left:-30px}.live-new-post-cards--modal--preview__liveblog .live-chat-message--container{height:100%;min-height:460px;margin-left:56px}.live-new-post-cards--modal--footer{text-align:right;padding:0 30px}.live-new-post-cards .alert-modal--content{height:calc(100% - 60px)}.list-conversion-cards{display:flex;flex-direction:column;flex:1}.list-conversion-cards__empty{align-items:center;justify-content:center;margin-top:30px}.list-conversion-cards--list--title{font-weight:500;line-height:32px;font-size:24px;color:#4A4A4A}.list-conversion-cards--card{cursor:pointer}.list-conversion-card-item{display:flex;align-items:center;padding:5px;margin-top:15px;background:#FFFFFF;box-shadow:0px 5px 10px rgba(0,0,0,0.05);border-radius:4px;transition:box-shadow 135ms cubic-bezier(0.4, 0, 0.2, 1)}@media screen and (max-width: 600px){.list-conversion-card-item{flex-wrap:wrap}}.list-conversion-card-item .arena-checkbox{background:none;margin-right:7px}.list-conversion-card-item .arena-checkbox--checked,.list-conversion-card-item .arena-checkbox--half-checked{background:#9175C5 !important}.list-conversion-card-item:hover{box-shadow:0 2px 6px 2px rgba(0,0,0,0.2)}.list-conversion-card-item--image-info{display:flex;align-items:center;width:100%;max-width:300px}.list-conversion-card-item--image{width:65px;height:65px;flex-shrink:0}.list-conversion-card-item--info{margin-left:8px}.list-conversion-card-item--info--name{font-weight:300;line-height:20px;font-size:17px;color:#5021A6}.list-conversion-card-item--info--updated{font-weight:normal;line-height:16px;font-size:12px;color:#8E8E8E;margin-top:8px}.list-conversion-card-item--type-ctas-wrapper{display:flex;align-items:center;flex:1}.conversion-cards-cards .list-conversion-card-item--type--wrapper{width:120px;display:flex}.list-conversion-card-item--type{background:#E9E9E9;border-radius:50px;font-weight:normal;line-height:32px;font-size:11px;color:#4A4A4A;padding:0 10px;display:flex;align-items:center;flex-shrink:0}.list-conversion-card-item--type--icon{width:20px;height:20px;margin-right:7px;flex-shrink:0}.list-conversion-card-item--ctas{display:flex;align-items:center;justify-content:flex-end;margin-left:25px;flex:1}.list-conversion-card-item--ctas--results{background:url(/js/imgs/icon-graphic-pizza.svg) center center/contain no-repeat;width:20px;height:20px;margin-right:20px;cursor:pointer;flex-shrink:0}.list-conversion-card-item--ctas--preview{background:url(/js/imgs/icon-preview.png) center center/contain no-repeat;width:26px;height:16px;margin-right:20px;cursor:pointer;flex-shrink:0}.list-conversion-card-item--ctas--edit{background:url(/js/imgs/icon-edit.png) center center/contain no-repeat;width:16px;height:16px;margin-right:5px;cursor:pointer;flex-shrink:0}.list-conversion-card-item--ctas--results:hover,.list-conversion-card-item--ctas--preview:hover,.list-conversion-card-item--ctas--edit:hover{transform:scale(1.2)}.list-conversion-card-item--auto-post{font-size:12px;color:#8e8e8e;display:flex;align-items:center;width:100%;max-width:170px;flex-shrink:0}.list-conversion-card-item--auto-post--label{margin-right:5px}.list-conversion-card-item--auto-post--frequency{border:1px solid #CCCCCC;background:white;border-radius:4px;line-height:24px;font-size:12px;margin-right:5px}.list-conversion-card-item--auto-post .toggle-switch---switch-sm---31JjY{width:25px;height:14px}.list-conversion-card-item--auto-post .toggle-switch---switch---3EchW.toggle-switch---checked---3aC9B .toggle-switch---toggle---mncCu{border-color:#9173C7 !important;background-color:#9173C7 !important}.list-conversion-card-item--auto-post .toggle-switch---toggle-sm---20q-N:before{height:12px;width:12px}.list-conversion-card-item--auto-post .toggle-switch---switch---3EchW.toggle-switch---checked---3aC9B .toggle-switch---toggle-sm---20q-N:before{transform:translateX(11px)}.create-edit-card{position:absolute;top:-48px;left:0;width:100%;height:calc(100vh - 49px);background:white;z-index:1049;align-items:center;overflow:auto;padding-bottom:60px}.create-edit-card--wrapper{display:flex;max-width:1144px;padding:0 20px;width:100%;flex-direction:column;margin:0 auto}.create-edit-card-info .arena-form-label{width:105px}.create-edit-card-info--card-types{display:flex}.create-edit-card-info--card-type{align-items:center;background:#FCFCFC;border-radius:5px;border:1px solid transparent;box-shadow:0px 2px 1px rgba(0,0,0,0.1);cursor:pointer;display:flex;flex-direction:column;margin-right:19px;padding:6px;transition:all .1s ease-in-out}.create-edit-card-info--card-type:hover{box-shadow:0px 5px 20px rgba(0,0,0,0.15)}.create-edit-card-info--card-type--text{align-items:center;color:#4A4A4A;display:flex;font-size:14px;height:22px}.create-edit-card-info--card-type--image{border:1px transparent solid;margin-top:5px;max-width:68px}.create-edit-card-info--card-type__selected{border:1px solid #9173C7;box-shadow:none !important;cursor:default}.create-edit-card--footer{bottom:0;display:flex;height:60px;align-items:center;justify-content:space-between;padding:0 20px;box-shadow:0 -2px 5px 0 rgba(0,0,0,0.1),0 1px 1px 0 rgba(0,0,0,0.3);position:fixed;background:white;width:calc(100% - 100px);padding-right:90px;z-index:2}.create-edit-card-content{margin-top:20px}.create-edit-card-content .arena-form--error{width:100% !important;margin-left:120px;margin-top:-10px;font-size:11px;color:#eb5757;font-weight:400}.arena-form--error--image{margin-left:165px}.create-edit-card-info .arena-form--error{width:100% !important;position:absolute;left:0;top:26px}.create-edit-card-info--input--wrapper{position:relative;width:100%}.create-edit-card-content label{width:105px;font-weight:500;display:flex;align-items:center;margin-bottom:0px}.create-edit-card--content--wrapper{padding:30px}.arena-form-group__textarea{align-items:flex-start}.image-upload-field{background:#FFFFFF;border:1px solid #CCCCCC;box-sizing:border-box;border-radius:4px;padding:0 10px;height:30px;display:flex;align-items:center;font-style:normal;font-weight:normal;font-size:14px;color:#8E8E8E;cursor:pointer}.image-upload-field--icon{font-size:19px;margin-right:10px}.crop-image-modal--footer{text-align:center;margin-top:20px}.crop-image-modal--crop{margin:20px 0;max-height:60vh;overflow:scroll}.crop-image-modal{padding:20px 0}.image-upload-field--wrapper{width:auto;height:auto;border-width:0}.image-upload-field--result{width:128px;height:68px;border:2px solid #2BD88A;border-radius:4px;box-shadow:inset 0px 0px 5px #2BD88A;position:relative}.image-upload-field--result--close{position:absolute;right:9px;top:2px;font-size:18px;cursor:pointer}.create-edit-card--content-customization{display:flex;flex-shrink:0}.create-edit-card-customization .color-component--wrapper{position:relative;width:auto}.create-edit-card-customization .color-component--popover{left:-63px;top:45px}.create-edit-card-customization .color-component--wrapper__top .color-component--popover{top:-220px}.create-edit-card-customization label{width:90px}.create-edit-card-customization--color-alpha{height:43px;width:53px;display:flex;justify-content:center;align-items:center;line-height:21px;font-size:14px;color:#999999;flex-shrink:0}.create-edit-card-customization--color-alpha>input{padding:0;text-align:right;height:100%;border-radius:0 4px 4px 0;position:relative;right:3px;border-color:#dbdbdc}.create-edit-card-preview .live-chat-message--container{width:auto;margin-left:70px;padding-top:20px;margin-right:70px}.conversion-card--image{width:100%;margin:20px 0}.chat-advanced.conversion-card--image{margin:0;height:190px}.conversion-card--title{font-weight:900;font-size:20px;margin:10px 0}.chat-advanced.conversion-card--title{font-size:14px;margin:12px 0;white-space:normal}.conversion-card--text{font-weight:300;line-height:19px;font-size:14px;margin:10px 0;white-space:break-spaces}.chat-advanced.conversion-card--text{line-height:150%;font-size:12px}.conversion-card{max-width:626px;padding:20px;border:1px solid #E0E6E8;border-radius:8px}.chat-advanced.conversion-card{padding:12px !important;height:auto;width:100%;margin:0 auto}.chat-advanced.conversion-card-3{height:auto}.chat-advanced.conversion-card-3 .conversion-card--image{margin:0;margin-right:12px}.chat-advanced.conversion-card-4{height:auto}.chat-advanced.conversion-card-4 .conversion-card--image{margin:0;margin-left:12px}.chat-advanced.conversion-card-5{height:136px}.conversion-card div:first-child,.conversion-card h1:first-child{margin-top:0}.conversion-card--ctas{margin-top:20px;text-align:right;flex-shrink:0}.conversion-card--ctas--button{font-weight:bold;font-size:14px;padding:8px 15px;border-radius:4px;border:0;position:relative;z-index:1}.conversion-card--ctas--button:hover{text-decoration:none}.conversion-card__horizontal{display:flex;max-width:626px}.conversion-card__horizontal .conversion-card--image{margin:0 20px;width:100%;max-width:300px;height:300px;flex-shrink:0}.conversion-card__horizontal .chat-advanced.conversion-card--image{width:96px !important;height:96px !important}.conversion-card__horizontal .conversion-card--title{margin-top:0}.conversion-card__horizontal .conversion-card--ctas{text-align:center;margin:0}.conversion-card--info-image{display:flex;flex-direction:column;justify-content:space-between;width:100%}.conversion-card__horizontal__reverse{flex-direction:row-reverse}.conversion-card--wrapper{position:relative}.chat-basic.conversion-card--wrapper{position:relative;width:341px;height:auto}.chat-advanced.conversion-card--wrapper{position:relative;width:341px}.chat-form.conversion-card--wrapper{position:relative;width:341px;height:223px}.conversion-card--link{bottom:0px;left:0px;position:absolute;right:0px;top:0px;border-radius:8px}.conversion-card--link:hover{background:rgba(0,0,0,0.02)}.live-new-post-cards--button{max-width:88px;justify-content:center;height:38px}.conversion-cards--upgrade{text-align:center}.conversion-cards--upgrade--title{font-weight:bold;line-height:20px;font-size:36px;text-align:center;color:#8255AD;margin-top:25px;margin-bottom:30px}.conversion-cards--upgrade--info--img{background:url(/js/imgs/conversion-cards-upgrade.png) center center/contain no-repeat;width:102px;height:106px;margin:30px auto}.conversion-cards--upgrade--description{font-weight:normal;line-height:normal;font-size:18px;text-align:center;color:#8E8E8E;max-width:578px;margin:30px auto}.conversion-cards--upgrade--button-description{font-weight:normal;line-height:normal;font-size:13px;text-align:center;color:#8E8E8E;margin-top:10px}.conversion-cards--upgrade .choose-button-type{cursor:default}.conversion-cards--upgrade .choose-button-type:hover{box-shadow:0 2px 6px 0 rgba(0,0,0,0.2)}.create-edit-card-content--optional{color:#8E8E8E;font-size:14px;font-style:italic;font-weight:300;position:absolute;right:30px}.create-edit-card-content--action .Select-value-label>span{width:70px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversion-card--text-ctas{display:flex;align-items:center;justify-content:space-between}.create-edit-card-content .arena-form--image-upload .alert-modal--main{max-height:100vh}.create-edit-card-content .arena-form--image-upload .alert-modal--main .crop-image-modal{max-height:80vh;overflow:auto}.arena-widget--social-wall--card.create-edit-card-preview--content-wall{padding:0}.arena-widget--social-wall--card.create-edit-card-preview--content-wall .conversion-card{max-width:100%}.arena-widget--social-wall--card .conversion-card--wrapper{width:100%}.live-message--container .conversion-card--wrapper{max-width:626px}.create-edit-card-preview--content-wall{display:flex;justify-content:center;width:100%;padding:30px}.create-edit-card-preview--content-wall .conversion-card{max-width:300px;padding:0 !important;padding-bottom:20px !important;box-shadow:0px 2px 1px rgba(0,0,0,0.1);border:0;margin-top:0 !important}.create-edit-card-preview--content-wall .conversion-card--image{margin:0;border-radius:4px 4px 0 0}.create-edit-card-preview--content-wall .conversion-card--title{padding:0 20px}.create-edit-card-preview--content-wall .conversion-card--text{margin-left:20px;margin-right:20px}.create-edit-card-preview--content-wall .conversion-card--text-ctas{flex-direction:column}.create-edit-card-preview--content-wall .conversion-card--ctas--button{display:block}.create-edit-card-preview--content-wall .conversion-card-2{padding-bottom:0 !important}.create-edit-card-preview--content-wall .conversion-card-2 .conversion-card--title{padding-top:20px}.create-edit-card-preview--content-wall .conversion-card-2 .conversion-card--text-ctas{padding-bottom:20px}.create-edit-card-preview--content-wall .conversion-card-2 .conversion-card--ctas{margin-left:0 !important;margin-top:0 !important}.create-edit-card-preview--content-wall .conversion-card-2 .conversion-card--image{border-radius:0 0 4px 4px}.create-edit-card-preview--content-wall .conversion-card-5{padding-bottom:0 !important}.create-edit-card-preview--content-wall .conversion-card-5 .conversion-card--title{padding-top:20px}.create-edit-card-preview--content-wall .conversion-card-5 .conversion-card--text-ctas{padding-bottom:20px}.create-edit-card-preview--content-wall .conversion-card-5 .conversion-card--ctas{display:flex;justify-content:center;padding-bottom:20px}.create-edit-card-preview--content-wall .conversion-card-basic{padding:30px 20px 20px !important}.create-edit-card-preview--content-wall .conversion-card-form{min-width:250px;padding:20px 5px 20px 20px !important}.create-edit-card-preview--content-wall .conversion-card-form--form--submit-button{max-width:100%;height:40px}.create-edit-card-preview--content-wall .conversion-card-form--submitted{min-width:275px}.create-edit-card-content--image{display:flex}.create-edit-card-content--image .arena-form--image-upload .image-upload-field{height:36px}.create-edit-card-content--image--select{width:150px;margin-right:10px}.create-edit-card-content--image--select .Select-value-label>div{display:none !important}.create-edit-card-content--image--select .Select-menu-outer,.create-edit-card-content--image--select .Select-menu{min-height:255px}.create-edit-card-content--image--gradient,.create-edit-card-content--image--flat-color{background:#fff;border:1px solid #ccc;box-sizing:border-box;border-radius:4px;padding:0 10px;height:36px;display:flex;align-items:center;font-style:normal;font-weight:400;font-size:14px;color:#8e8e8e;cursor:pointer;margin-right:10px;flex-shrink:0}.create-edit-card-content--image--gradient__selected,.create-edit-card-content--image--flat-color__selected{border-color:#9173C7;cursor:default}.create-edit-card-content--image--flat-color-icon{background:url(/js/imgs/icon-palette.svg) center center/contain no-repeat;height:18px;width:18px;flex-shrink:0;margin-right:10px}.create-edit-card-content--image--gradient--icon{background:url(/js/imgs/icon-gradient.svg) center center/contain no-repeat;height:18px;width:18px;flex-shrink:0;margin-right:10px}.create-edit-card-content--select-position-options{height:50px}.create-edit-card-content--select-position-options div>span{display:flex;align-items:center}.create-edit-card-content--select-position-options div>span>span{width:36px !important;height:36px !important;margin-right:8px !important}.create-edit-card-info--divider{display:flex;justify-content:center;align-items:center}.create-edit-card-info--divider--divider{flex:1;opacity:0.5;border-top:1px solid #C6CFD9}.create-edit-card-info--divider--text{padding:0px 16px;font-size:14px;text-transform:uppercase;color:#C6CFD9}.create-edit-card-content--forms--fields{margin-bottom:15px;border-bottom:1px solid rgba(204,204,204,0.5)}.create-edit-card-content--forms--fields--empty-fields{display:flex;justify-content:center;align-items:center;padding-top:15px;padding-bottom:30px;font-size:13px;color:#EB5757;font-weight:normal;border-bottom:1px solid rgba(204,204,204,0.5);box-sizing:border-box;border-radius:4px}.create-edit-card-content--forms--fields--empty-fields .arena-form--error{margin:0px !important;width:auto !important}.create-edit-card-content--forms--fields--empty-fields--icon{background:url(/js/imgs/icon-required-red.svg) center center/contain no-repeat;display:inline-block;height:18px;width:17px;margin-left:10px;margin-right:5px;bottom:1px}.create-edit-card-content--forms--field{display:flex;margin:0px -10px;padding:15px 0px;box-sizing:border-box;border-radius:4px}.create-edit-card-content--forms--field .arena-form-group{align-items:center !important;flex-direction:row !important}.create-edit-card-content--forms--field .form-control{margin-right:15px}.create-edit-card-content--forms--field .form-group label{width:120px;max-height:35px;margin:0px;display:block}.create-edit-card-content--tracking-tooltip{max-width:217px;border-radius:4px;padding:5px;background:#4a4a4a !important;opacity:0.88 !important;font-size:12px;line-height:16px;text-align:center;pointer-events:auto !important}.create-edit-card-content--tracking-tooltip a{color:#0ff}.create-edit-card-content--tracking-tooltip a:hover{color:#0ff;text-decoration:underline}.create-edit-card-content--tracking-tooltip:hover{visibility:visible !important;opacity:0.88 !important}.create-edit-card-content--forms--field__text .arena-form--error{position:absolute;font-size:11px;color:#EB5757;font-weight:normal;margin-top:-15px;margin-left:100px}.create-edit-card-content--forms--field__checkbox{align-items:center}.create-edit-card-content--forms--field__checkbox .form-group{margin:0px;display:flex;align-items:center}.create-edit-card-content--forms--field__checkbox .arena-form--error{position:absolute;font-size:11px;color:#EB5757;font-weight:normal;margin-top:-5px;margin-left:100px}.create-edit-card-content--forms--field--position{display:flex;margin-right:10px;width:42px;height:30px;align-items:center}.create-edit-card-content--forms--field--position-change{display:flex;flex-direction:column;margin-right:11px;width:15px;align-items:center;height:30px}.create-edit-card-content--forms--field--position-change--up{background:url(/js/imgs/icon-arrow-up.png) center center/contain no-repeat;width:15px;height:9px;flex-shrink:0;cursor:pointer}.create-edit-card-content--forms--field--position-change--down{background:url(/js/imgs/icon-arrow-down.png) center center/contain no-repeat;width:15px;height:9px;flex-shrink:0;margin-top:14px;cursor:pointer}.create-edit-card-content--forms--field--remove{position:absolute;right:10px}.create-edit-card-content--forms--field--remove--icon{color:#4A4A4A;opacity:0.5;padding:5px;cursor:pointer}.create-edit-card-content--forms--field--remove--icon:hover{color:#eb5757;opacity:1}.create-edit-card-content--forms--field--mandatory{display:flex;justify-content:flex-end;align-items:center;margin-right:15px}.create-edit-card-content--forms--field--mandatory>a{margin:0px;margin-left:5px}.create-edit-card-content--forms--field--mandatory .toggle-switch---switch---3EchW.toggle-switch---checked---3aC9B .toggle-switch---toggle---mncCu{border-color:#9173c7 !important;background-color:#9173c7 !important}.create-edit-card-content--forms--field-label--optional{text-transform:lowercase;font-weight:300;position:relative;bottom:3px}.create-edit-card-content--forms--btn-wrapper{height:40px;display:flex;justify-content:flex-end}.create-edit-card-content--forms--btn-wrapper .dropdown-toggle{position:absolute}.create-edit-card-content--forms--btn-wrapper .dropdown-menu{margin:0px;position:relative;top:-120px;width:202px;height:114px;border:1px solid #DDDDDD;border-radius:3px;box-shadow:0px 3px 4px rgba(160,50,50,0.277)}.create-edit-card-content--forms--btn-wrapper .dropdown-menu>li>a{padding:3px 12px;margin:4px 0px;display:flex;align-items:center}.create-edit-card-content--forms--btn-wrapper .btn-arena{width:202px;height:30px;margin:0px;padding:1px}.create-edit-card-content--forms--btn-wrapper .btn-arena span{font-size:14px;text-transform:uppercase;font-weight:bold}.create-edit-card-content--forms--dropdown--icon{display:flex;flex-shrink:0;height:20px;width:20px;margin-right:7px}.conversion-card-basic{width:100%;height:100%;flex-direction:column;display:flex;cursor:default;min-height:256px}.chat-basic.conversion-card-basic{min-height:0;padding:12px 16px}.conversion-card-basic--text{position:relative;z-index:1;font-size:25px;text-align:center;font-weight:normal;word-break:break-word;white-space:break-spaces;min-height:124px;margin:auto;display:flex;justify-content:center;align-items:center;flex:1}.chat-basic.conversion-card-basic--text{font-weight:500;font-size:14px;line-height:150%;text-align:center;min-height:0}.conversion-card--overlay{position:absolute;width:100%;height:100%;border-radius:8px}.conversion-card-basic--ctas,.conversion-card-form--ctas{display:flex;justify-content:center;margin-top:30px}.chat-basic.conversion-card-basic--ctas{margin-top:12px}.chat-advanced.conversion-card--ctas{margin-top:15px}.chat-form.conversion-card-form--ctas{margin-top:20px}.conversion-card-basic--ctas--button,.conversion-card-form--ctas--button{display:flex;width:220px;height:60px;align-items:center;justify-content:center;font-size:20px;text-align:center;font-weight:bold;text-decoration:none !important;border-radius:4px}.conversion-card-basic--ctas--button{position:relative;z-index:1}.chat-basic.conversion-card-basic--ctas--button,.chat-advanced.conversion-card--ctas--button,.chat-form.conversion-card-form--form--submit-button{width:95px;height:32px;font-size:12px}.conversion-card-form{overflow:hidden;width:100%;height:100%;height:310px;cursor:default;overflow-y:hidden;padding:20px 5px 20px 20px}.chat-form.conversion-card-form{overflow:hidden;width:341px;height:223px;cursor:default;overflow-y:hidden;padding:16px 12px}.conversion-card-form--close{position:absolute;right:20px;z-index:1;top:20px;display:flex;padding:2px;cursor:pointer}.conversion-card-form--close--icon{background:url(/js/imgs/icon-close.svg) center center/contain no-repeat;height:15px;width:15px;opacity:0.5}.conversion-card-form--close--icon:hover{opacity:1}.conversion-card-form--text{font-size:25px;text-align:center;font-weight:normal;word-break:break-word;white-space:break-spaces;min-height:200px;margin:auto;display:flex;justify-content:center;align-items:center;padding-right:15px;flex:1;position:relative;top:0px;transition:top .25s linear}.conversion-card-form--text__hide{top:-250px}.chat-form.conversion-card-form--text{font-size:14px;font-weight:500;min-height:0;line-height:150%}.conversion-card-form--form-wrapper{position:relative !important;top:13px;min-height:260px !important;height:100% !important;transition:top .25s linear}.chat-form.conversion-card-form--form-wrapper{min-height:0 !important}.conversion-card-form--form-wrapper__focus{top:-200px}.chat-form.conversion-card-form--form-wrapper__focus{top:-60px}.conversion-card-form--form{display:flex;flex-direction:column;justify-content:space-between;height:100%;padding-right:15px}.arena--conversion-card-form--form--open-form-overlay{width:100%;height:30px;position:absolute;top:26px}.conversion-card-form--form--first-field{margin-bottom:20px}.conversion-card-form--form--others{display:none}.conversion-card-form--form-wrapper__focus .conversion-card-form--form--first-field{margin-bottom:0px}.conversion-card-form--form-wrapper__focus .conversion-card-form--form--others{display:block}.conversion-card-form--form--submit{display:flex;justify-content:center}.conversion-card-form--form--submit-button{width:100%;max-width:260px;height:60px;border:none;outline:none;cursor:pointer}.conversion-card-form--form--input-text-wrapper{display:flex;flex-direction:column;margin-bottom:8px}.conversion-card-form--form--input-text-wrapper label{padding-left:15px;margin-bottom:10px}.conversion-card-form--form--input-text-wrapper input{border:1px #CCCCCC solid;border-radius:4px;height:30px;padding-left:15px;outline:none;font-size:14px;color:#4A4A4A}.conversion-card-form--form--input-text-wrapper input::placeholder{color:#DCDCDC;opacity:1}.chat-form.conversion-card-form--form--input-text-wrapper{font-size:12px;font-weight:bold}.conversion-card-form--form--input-text-wrapper__required input{box-shadow:inset 0px 0px 20px rgba(255,43,43,0.5);border-radius:4px;border:1px red solid}.conversion-card-form--form--checkbox-wrapper{display:flex;align-items:baseline;margin:24px 0px !important;height:25px}.conversion-card-form--form--checkbox-wrapper label,.conversion-card-form--form--checkbox-wrapper label input{cursor:pointer;margin:0}.chat-form.conversion-card-form--form--checkbox-wrapper{font-size:12px;font-weight:bold}.conversion-card-form--form--checkbox{display:flex;flex-direction:column;margin-right:8px}.conversion-card-form--form--checkbox label>input{height:12px;width:12px}.conversion-card-form--form--checkbox__required{border:1px #EB5757 solid;border-radius:4px;margin-top:39px;display:flex;width:14px;margin-bottom:5px !important}.conversion-card-form--form--checkbox__required input{box-shadow:inset 0px 0px 20px rgba(255,43,43,0.5)}.conversion-card-form--submitted{height:100%;padding:0px 25px 34px 10px}.conversion-card-form--submitted--text{color:#fff;height:134px;margin:10px 0px !important;line-height:normal;text-align:center;word-break:break-word;white-space:break-spaces}.chat-form.conversion-card-form--submitted--text{font-style:normal;font-weight:500;font-size:14px;line-height:150%;height:unset}.conversion-card-form--submitted--icon-wrapper{width:100px;height:100px;display:flex;background:#fff;border-radius:50%;margin:auto}.chat-form.conversion-card-form--submitted--icon-wrapper{width:80px;height:80px}.conversion-card-form--submitted--icon{background:url(/js/imgs/icon-form-submitted.svg) center center/contain no-repeat;width:100%;height:100%;margin:auto}#create-edit-card-content-background-tooltip{display:none !important}@media screen and (min-width: 1025px) and (max-width: 1280px){.create-edit-card-info .arena-form-group,.create-edit-card-info .arena-form-group__textarea,.create-edit-card-content .arena-form-group,.create-edit-card-content .arena-form-group__textarea{flex-direction:column;align-items:start}.create-edit-card-content label{margin-bottom:5px;width:100%}.create-edit-card-content label>div{height:16px;margin-left:10px}.create-edit-card-content .form-control{max-width:100% !important}.create-edit-card-content--image--flat-color,.create-edit-card-content--image--gradient,.create-edit-card-content--image--image-upload .image-upload-field{padding:8px}.create-edit-card-content--image--flat-color:hover,.create-edit-card-content--image--gradient:hover,.create-edit-card-content--image--image-upload .image-upload-field:hover{background:#F5F5F5}.create-edit-card-content--image--flat-color-icon,.create-edit-card-content--image--gradient--icon,.create-edit-card-content--image--image-upload .image-upload-field--icon{margin:0 !important}.create-edit-card-content--image--flat-color--text,.create-edit-card-content--image--gradient--text,.create-edit-card-content--image--image-upload .image-upload-field--text{display:none}#create-edit-card-content-background-tooltip{display:inline-block !important}}.create-conversion-card .create-edit-card,.conversion-card-result .create-edit-card{background:transparent;margin:0 !important;position:unset !important;z-index:1050 !important}.create-conversion-card .create-edit-card--footer,.conversion-card-result .create-edit-card--footer{padding:0 90px 0 20px !important;position:absolute !important;width:100% !important;z-index:unset !important}.conversion-card-result .card-form-results{height:100%;overflow:auto;padding:0}.ud-loader__u{animation:fadein 1.5s cubic-bezier(1, 0.04, 0.46, 0.98)}.ud-loader--flip{width:55px;height:55px;position:relative;perspective:55px;animation:zoom 1.5s cubic-bezier(1, 0.04, 0.46, 0.98)}.ud-loader--flip__content{width:100%;height:100%;position:absolute;transform-style:preserve-3d;transition:transform 3s;animation:rotate 3s 1s cubic-bezier(1, 0.04, 0.46, 0.98) infinite}.ud-loader--flip__side{display:block;position:absolute;width:100%;height:100%;backface-visibility:hidden}.ud-loader--flip__side svg{width:55px}.ud-loader--flip__side--back{transform:rotateY(180deg)}@keyframes rotate{0%{transform:rotateY(0deg)}50%{transform:rotateY(180deg)}100%{transform:rotateY(360deg)}}@keyframes zoom{0%{transform:scale(0.8);opacity:0}50%{transform:scale(1);opacity:1}100%{transform:scale(1)}}.center{position:absolute;left:50%;top:45%}.engagement{display:flex;flex-wrap:wrap;justify-content:center}.engagement .choose-button-type{width:270px;height:240px;margin:20px;flex-direction:column-reverse}.engagement .choose-button-type--image{height:164px;width:100%}.engagement .choose-button-type--name{margin-top:0;margin-bottom:18px;font-size:18px}.widget-page--image{width:100%;max-width:993px;display:inherit}.widget-page--ctas{text-align:center;display:flex;align-items:center;justify-content:center;max-width:800px;margin:25px auto;padding:0 20px;margin-bottom:0}.widget-page--image--wrapper{display:flex;align-items:center;justify-content:center;padding:0 20px}.widget-page--not-found{max-width:800px;margin:25px auto;background:#f2f2f2;border-radius:3px;width:100%;height:37px;display:flex;align-items:center;justify-content:center}.create-social-wall--form{max-width:640px;margin:0 auto;padding:30px 20px 0}.create-social-wall--form .event-wizard-stream--menu--item{box-shadow:0px 5px 10px rgba(0,0,0,0.07);width:70px;height:70px;border-radius:4px;background:#FCFCFC;display:flex;align-items:center;justify-content:center;flex-direction:column;cursor:pointer;position:relative}.create-social-wall--form .event-wizard-stream--menu--item:not(:last-of-type){margin-right:8px}.create-social-wall--form .event-wizard-stream--menu--item--icon{width:18px;height:27px}.create-social-wall--form .event-wizard-stream--menu--item--name{margin-top:10px}.social-wall-info .arena-form-label{width:125px}.arena-form-group-multiple{display:flex;justify-content:space-between}.arena-form-label__internal{width:auto !important}.social-wall-info .color-component--wrapper{position:relative;width:55%}.social-wall-info .color-component--popover{left:-64px}.social-wall-info--title{height:58px}.social-wall--stream .event-wizard-stream--config--container{max-width:100%}.social-wall--stream .arena-form-label{display:flex;width:100px}.social-wall--stream .event-wizard-stream--menu{display:flex;justify-content:center;margin-top:22px;margin-bottom:30px}.social-wall--instagram--icon{background:url(/js/imgs/icon-instagram.png) center center/contain no-repeat;width:18px;height:18px}.social-wall--web--icon{background:url(/js/imgs/icon-web.svg) center center/contain no-repeat;width:18px;height:18px}.social-wall--other--icon{background:url(/js/imgs/icon-more-horizontal.svg) center center/contain no-repeat;width:18px;height:18px}.social-wall--stream--filters{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:20px}.social-wall--stream--filters>div{display:flex;align-items:center}.social-wall--stream--filters label{font-weight:400;width:auto !important;margin-right:10px;color:#4F4F4F;font-size:16px !important}.create-social-wall .event--box--container{margin-bottom:0}.social-wall-score .arena-form-label{width:100px}.social-wall-score .chosen-container-single{width:100% !important}.social-wall-score .chosen-container .chosen-drop{border-bottom:0;border-top:1px solid #aaa;top:auto;bottom:40px}.arena-form-description{font-style:italic;font-weight:300;line-height:16px;font-size:14px;color:#8E8E8E;margin-left:10px}.arena-form-group--chosen{width:100%}.create-social-wall{padding-bottom:100px}.social-widget-embed-code--main{max-width:900px;margin:0 20px;padding:41px 0;width:100%}.social-widget-embed-code--main--title{font-weight:bold;line-height:21px;font-size:18px;color:#4A4A4A;padding-bottom:10px;border-bottom:1px solid #E8E8E8;margin-bottom:15px}.social-widget-embed-code--main--subtitle{font-weight:normal;line-height:16px;font-size:14px;color:#8E8E8E;margin-bottom:22px}.social-widget-embed-code--main--code--wrapper{padding:25px;background:white;box-shadow:0 1px 6px rgba(0,0,0,0.117647),0 1px 4px rgba(0,0,0,0.117647)}.social-widget-embed-code--main--container{display:flex;justify-content:center}.social-widget-embed-code--main--code--title{font-weight:300;line-height:20px;font-size:17px;color:#5021A6;margin-bottom:25px}.social-wall-list .events--item--wrapper{margin:7px 15px;padding:15px;width:100%;max-width:800px;display:flex;justify-content:space-between;cursor:pointer}.social-wall-list .events--item--wrapper:hover{box-shadow:rgba(0,0,0,0.05) 0px 10px 10px,rgba(0,0,0,0.05) 0px 6px 7px}.social-wall-list{display:flex;flex-direction:column;align-items:center;padding:15px 20px}.social-wall-list--item--title{font-weight:300;line-height:20px;font-size:17px;color:#5021A6}.social-wall-list--item--info{margin-top:8px;font-weight:normal;line-height:16px;font-size:14px;color:#8E8E8E;display:flex;align-items:center}.social-wall-list--item--info--streams{margin-left:30px}.social-wall-list--item--info--streams b{font-weight:bold;line-height:19px;font-size:16px;color:#373A3C;margin-right:5px}.social-wall-list--embed-code{padding:30px}.social-wall-post--embed-code-modal .embed-confirm-site,.social-wall-list--embed-code .embed-confirm-site{padding:0px}.social-wall-post--embed-code-modal .embed-confirm-site--form--buttons,.social-wall-list--embed-code .embed-confirm-site--form--buttons{margin:0px}.social-wall-post--embed-code-modal .load,.social-wall-list--embed-code .load{display:flex;width:96px;margin:49px auto}.social-wall-list--embed-code .alert-modal--main .alert-modal--main{max-width:600px}.social-wall-list--embed-code .config-site--alert-modals .alert-modal--overlay{display:none}.social-wall--loading{display:flex;align-items:center;justify-content:center;height:170px}.create-social-wall--form__no-stream .event--add-stream--placeholder{display:none}.social-widget-post--container{background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);width:100%}.social-widget-post--post-stream{display:flex}.social-widget-post{padding:16px 0 20px}.social-widget-post--container--wrapper{padding:15px;padding-top:0;width:100%}.social-widget-post--container--body .arena-widget--social-wall--card{margin-right:20px !important}.social-widget-post--container--body{margin:0 20px !important;padding-bottom:10px}.social-widget-post--container--wrapper__post-area{width:480px;flex-shrink:0;padding-top:0px}.social-widget-post--container--wrapper__preview{flex:1;min-width:calc(100% - 560px) !important}.social-widget-post-area--media--item{border:1px solid #ccc;border-radius:4px;margin-right:5px;display:flex;align-items:center;cursor:pointer;width:36px;height:36px;padding:0;justify-content:center}.social-widget-post-area--media--item>.alert-modal>.alert-modal--main,.social-widget-post-area--media--item>.alert-modal>.alert-modal--overlay{cursor:default}.social-widget-post-area--media--item .live-new-post--media--image{justify-content:center;height:36px;width:36px}.social-widget-post-area--media{display:flex}.social-widget-post-area--media .live-new-post--media--image--result{padding:0 !important;position:relative;width:36px;height:36px}.social-widget-post-area--media .live-new-post--media--image--result--image{margin:0;width:36px;height:36px;border-radius:4px}.social-widget-post-area--media .live-new-post--media--image--result--delete{position:absolute;color:white;margin:0;top:6px}.social-widget-post-area--media .live-new-post--media--image--img{margin:0;height:36px;width:36px;display:flex;align-items:center;justify-content:center}.social-widget-post-area--media .live-new-post--color{justify-content:center;width:36px}.social-widget-post-area--post-edit{margin-top:20px;display:flex;justify-content:center}.social-widget-pin-stream{width:100%;padding:0px 0px 15px 15px}.social-widget-post-stream--container{overflow:auto;max-height:calc(90vh - 60px);padding:20px 30px 30px}.live-edit-post-modal-chat .alert-modal--main{min-height:558px;min-width:547px;display:flex;flex-direction:column;justify-content:space-between}.live-edit-post-modal-chat .alert-modal--content{padding:30px}.chat-widget-post-stream--container{min-width:498px;min-height:367px;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-end;background:#FFFFFF;box-shadow:0px 0px 4px rgba(0,0,0,0.16);border-radius:4px}.chat-widget-post-stream--container .arena--chat--input--wrapper{max-width:calc(100% - 75px);margin:12px 10px 25px 15px;border:1px solid #EDEFF5}.chat-widget-post-area--post-edit{margin-top:20px;display:flex;justify-content:flex-end;align-items:center}.chat-widget-post-area--post-edit>button{margin-right:36px}.chat-widget-post-area--post-edit>span{margin-left:45px}.social-widget-post-area--post-stream{text-align:center;margin-top:20px}.social-widget-post .live-info--stream--placholder{min-height:582px;width:100%;margin:0 15px;height:660px}.social-widget-post-stream--streams--alert-pin{padding:30px}.social-widget-post-stream--streams--alert-pin--text{font-weight:bold;line-height:20px;font-size:14px;text-align:center;color:#4A4A4A}.social-widget-post-stream--streams--alert-pin--ctas{margin-top:30px;text-align:center}.social-widget-edit{padding:30px 30px;overflow:scroll;max-height:75vh;background:#fdfdfd !important}.social-widget-post-preview{display:flex;align-items:center;justify-content:center}.social-wall-post--embed-code-modal{padding:30px}.social-widget-post .live-srteam--stream--container{min-height:0;height:663px}.social-widget-post .social-widget-pin-stream--first .live-srteam--stream--container{margin:0 !important}.social-widget-post .social-widget-pin-stream--first .live-srteam--stream--item{padding:0}.social-widget-post .live-content-media--body .live-srteam--stream--list{height:calc(100% - 97px)}.social-widget-pin-stream--first .live-info--stream--placholder{min-width:0 !important;min-height:100%;margin:0;height:100%}.social-widget-pin-stream--second .social-widget-post--container--wrapper{width:100% !important}.social-widget-pin-stream--second .content-manager-body-empty--dropzone{border:5px dashed #9173C7}.social-widget-pin-stream--second .content-manager-body-empty--dropzone--img{margin-top:-60px}.social-widget-pin-stream--second .content-manager-body-empty--dropzone--text{box-shadow:0px 4px 15px rgba(0,0,0,0.35);padding:0 20px;width:184px}.social-widget-pin-stream .live-info--streampin>div{width:100%}.social-widget-post .live-content-media{height:675px}.social-widget-post .live-content-media-library{width:100%}@media screen and (min-width: 1920px){.social-widget-pin-stream{width:100% !important}}@media screen and (min-width: 1360px){.social-widget-pin-stream--second{display:block !important;height:703px}.social-widget-pin-stream--second .social-widget-post--container--wrapper{height:100%}.social-widget-pin-stream--second .social-widget-post--container{height:100%}.social-widget-pin-stream--second .social-widget-post--container--body{height:calc(100% - 53px)}.social-widget-pin-stream--second .content-manager-body-search-result-assets--dropzone{height:100%}.social-widget-pin-stream--second .social-widget-post .live-content-media-library{height:100%}.social-widget-pin-stream--second .live-content-media-library--body{height:calc(100% - 60px)}.social-widget-pin-stream--second .content-manager-body-search{height:100%}.social-widget-pin-stream--second .live-content-media-library{height:100%}.social-widget-post--container--wrapper__post-area{width:calc(100% - 680px) !important}}@media screen and (max-width: 1360px){.social-widget-post--container--wrapper__post-area{width:760px !important}}@media screen and (min-width: 1280px){.social-widget-post--post-stream{display:flex;flex-wrap:wrap}.social-widget-post .social-widget-pin-stream,.social-widget-post .live-info--stream--placholder{flex:1;min-width:328px}.social-widget-post .social-widget-pin-stream--second{max-width:350px}.live-info--stream--placholder+.social-widget-post--container--wrapper{width:100%}.social-widget-post--container--wrapper{width:calc(100% - 560px);padding-top:0}.social-widget-pin-stream+.social-widget-pin-stream--second .live-info--stream--placholder{width:100% !important}.social-widget-pin-stream+.social-widget-pin-stream--second{max-width:521px !important;margin-right:15px}.social-widget-pin-stream{padding-left:0}.social-widget-pin-stream--second{display:none}}@media screen and (max-width: 1279px){.social-widget-post--container--wrapper__post-area{width:100% !important}.social-widget-post--post-stream{display:flex;flex-wrap:wrap}.social-widget-post .live-content-media{flex:initial;width:100%}.social-widget-pin-stream{width:100%;padding-left:0}.social-widget-post--container--wrapper{width:100%;padding-top:15px}.social-widget-pin-stream--second{display:none}}.social-widget-pin-stream--second .social-widget-post--container--body{margin:0 !important}@media screen and (min-width: 1280px) and (max-width: 1360px){.social-widget-post .live-content-media{max-width:calc(100% - 775px)}}.arena-dropdown--icon{font-size:20px;cursor:pointer;padding:5px}.arena-dropdown--list{border:medium none;border-radius:3px;box-shadow:0 0 3px rgba(86,96,117,0.7);float:left;font-size:12px;list-style:none outside none;padding:0;position:absolute;text-shadow:none;top:100%;z-index:1000;background:white;min-width:160px;left:-155px}.arena-dropdown--item{padding:4px 10px;font-size:12px;border-radius:3px;color:inherit;line-height:25px;margin:4px;text-align:left;font-weight:400;cursor:pointer}.arena-dropdown--item:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.arena-dropdown--overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:100}.arena-dropdown--item>span{display:block;width:100%;height:100%}.ud-loader__u{animation:fadein 1.5s cubic-bezier(1, 0.04, 0.46, 0.98)}.ud-loader--flip{width:55px;height:55px;position:relative;perspective:55px;animation:zoom 1.5s cubic-bezier(1, 0.04, 0.46, 0.98)}.ud-loader--flip__content{width:100%;height:100%;position:absolute;transform-style:preserve-3d;transition:transform 3s;animation:rotate 3s 1s cubic-bezier(1, 0.04, 0.46, 0.98) infinite}.ud-loader--flip__side{display:block;position:absolute;width:100%;height:100%;backface-visibility:hidden}.ud-loader--flip__side svg{width:55px}.ud-loader--flip__side--back{transform:rotateY(180deg)}@keyframes rotate{0%{transform:rotateY(0deg)}50%{transform:rotateY(180deg)}100%{transform:rotateY(360deg)}}@keyframes zoom{0%{transform:scale(0.8);opacity:0}50%{transform:scale(1);opacity:1}100%{transform:scale(1)}}.center{position:absolute;left:50%;top:45%}.chat-analytics--card{width:300px;height:320px;background-color:#fff;box-shadow:0 2px 3px 0 #e3dddd;border-radius:4px;margin:10px;padding:23px 26px;display:flex;flex-direction:column}.chat-analytics--card--title{font-weight:bold;line-height:19px;font-size:16px;color:#373A3C;margin-bottom:7px;margin-left:5px;display:flex;justify-content:space-between}.chat-analytics--card--engagement-content{display:flex;flex-direction:column}.chat-analytics--card--engagement-row{display:flex;margin:9px 0;justify-content:space-between;align-items:center}.chat-analytics--card--engagement-row-title{display:flex;align-items:center}.chat-analytics--card--chat-messages-row-title-icon{background:url(/js/imgs/chat-message.svg);width:24px;height:18px;background-size:contain;background-repeat:no-repeat;margin-right:12px}.chat-analytics--card--chat-replies-row-title-icon{background:url(/js/imgs/icon-reply-outline.svg);width:24px;height:19px;background-size:contain;background-repeat:no-repeat;margin-right:12px}.chat-analytics--card--chat-reactions-row-title-icon{background:url(/js/imgs/icon-reaction.png);width:24px;height:20px;background-size:contain;background-repeat:no-repeat;margin-right:12px}.chat-pre-moderation{height:100%}.chat-pre-moderation--empty--img{background:url(/js/imgs/empty-state-moderation.svg) center center/contain no-repeat;width:108px;height:72px;flex-shrink:0}.chat-pre-moderation--empty{display:flex;align-items:center;flex-direction:column;justify-content:center;padding:10px 0px;height:calc(100vh - 230px)}.chat-pre-moderation--empty--text{font-weight:bold;font-size:18px;text-align:center;color:#8E8E8E;margin:24px}.chat-pre-moderation--messages{height:100%;overflow:auto;padding:35px 15px}.chat-pre-moderation--message{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.chat-pre-moderation--message--ctas--item{margin:0 5px;font-size:27px;cursor:pointer;height:23px;line-height:20px;display:flex;align-items:center}.chat-pre-moderation--message--ctas--item:first-child{color:#2BD88A}.chat-pre-moderation--message--ctas--item:hover{filter:brightness(85%)}.chat-pre-moderation--message--ctas--item:last-child{color:#EB5757}.chat-pre-moderation--message--ctas--item__reply{background:#9173c7;border-radius:50%;height:24px;width:24px;margin:0px 5px;display:flex;cursor:pointer}.chat-pre-moderation--message--ctas--item__reply:hover{filter:brightness(85%)}.chat-pre-moderation--message--ctas--item__reply--icon{background:url(/js/imgs/icon-reply.svg) center center/contain no-repeat;height:10px;width:16px;flex-shrink:0;margin:auto}.chat-pre-moderation--message--ctas{display:flex;align-items:end}.chat-settings--field{display:flex;align-items:center;justify-content:space-between;margin:20px 0}.chat-settings--advanced{font-weight:normal;font-size:16px;line-height:18px;color:#9173C7;display:flex;align-items:center;justify-content:center}.chat-settings--advanced--icon{font-size:20px;font-weight:bold;margin-left:10px;margin-top:2px}.chat-settings--field--label{font-weight:bold;line-height:19px;font-size:16px;color:#373A3C}.chat-settings--field--hint{margin-left:5px}.chat-settings--field>span{flex-shrink:0}.chat-pre-moderation-reply--input{height:100%;padding-right:30px}.chat-pre-moderation--message .arena-chat{display:flex;align-items:flex-start;justify-content:flex-start;width:calc(100% - 100px)}.chat-pre-moderation--message .arena-chat-message--body{box-shadow:none;margin:0 10px;padding:0 10px;position:unset}.chat-pre-moderation--message .arena-chat-message--name{margin-bottom:10px;display:block}.custom-widget--image{width:100%;max-width:340px;display:inherit;opacity:0.5}.create-custom-widget{padding-bottom:100px}.create-custom-widget--container{display:flex;padding:30px;flex-wrap:wrap}.create-custom-widget--left{margin-right:30px}.custom-widget--widget{width:634px;min-height:390px}@media screen and (max-width: 1320px){.custom-widget--widget{width:433px}}.custom-widget--widget--header{padding:7px;font-weight:900;line-height:normal;font-size:12px}.custom-widget--widget--body{width:100%;height:360px;background-color:#f7f7f7}.custom-widget--widget--body__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:bold;line-height:normal;font-size:18px;text-align:center;color:#4E5766}.custom-widget--widget--body__empty-state--btn{margin-top:30px}.custom-widget--widget--body__empty-state--btn--icon{margin-right:8px;font-size:15px}.custom-widget--widget--body__empty-state--button{position:relative}.custom-widget--widget--body__empty-state--button .arena-dropdown--list{left:50%;top:105%;width:180px;transform:translateX(-50%)}.arena-dropdown__opened .custom-widget--widget--body__empty-state--btn{background:white !important;color:#0a91e6 !important}.custom-widget--columns--menu--item{display:flex !important;align-items:center}.custom-widget--columns--menu--item--icon{width:24px;height:24px;display:block;margin-right:15px}.custom-widget-design{margin:20px;position:relative;margin-right:38px;overflow:auto;min-height:390px;margin-left:10px}.custom-widget-design--table--handle__column{width:100%;background:#eef1f4;height:12px;border-radius:4px 4px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-widget-design--table--handle__column::before{content:'';width:16px;height:1px;background:#C6CFD9;display:block;margin:1px 0}.custom-widget-design--table--handle__column::after{content:'';width:16px;height:1px;background:#C6CFD9;display:block;margin:1px 0}.custom-widget-design--table--handle__row{width:12px;background:#eef1f4;height:40px;border-radius:4px 0 0 4px;display:flex;flex-direction:row;align-items:center;justify-content:center;display:block}.custom-widget-design--table--handle__row::before{content:"";width:1px;height:16px;background:#c6cfd9;display:block;margin:0 1px}.custom-widget-design--table--handle__row::after{content:"";width:1px;height:16px;background:#c6cfd9;display:block;margin:0 1px}#custom-widget-design--table{border-collapse:separate;border-spacing:5px 0;width:100%;position:relative}#custom-widget-design--table th{position:relative}#custom-widget-design--table td{position:relative;height:40px}#custom-widget-design--table tbody tr:hover .custom-widget-design--table--handle__row{display:flex}#custom-widget-design--table tbody tr:hover .custom-widget-design--table--handle__row--wrapper{margin-left:0}#custom-widget-design--table thead>tr>th:first-child{padding-left:12px;width:12px !important}#custom-widget-design--table input{background:transparent;border:0;width:100%}.custom-widget-design--table--handle__row--wrapper{display:flex;align-items:center;min-height:40px;margin-left:12px}.sindu_dragger table{background:transparent !important;border-collapse:separate;border-spacing:5px 0;width:100%}.sindu_dragger>li:first-child>table>thead>tr>th:first-child{padding-left:12px;width:12px !important}.sindu_dragger .gu-transit table{border:1px dashed #0A91E6}.sindu_dragger .gu-transit table .custom-widget-design--table--handle__row{background:#0A91E6}.sindu_dragger .gu-transit table .custom-widget-design--table--handle__row::before{background:#FFFFFF}.sindu_dragger .gu-transit table .custom-widget-design--table--handle__row::after{background:#FFFFFF}.sindu_dragger .gu-transit table .custom-widget-design--table--handle__column{background:#0A91E6}.sindu_dragger .gu-transit table .custom-widget-design--table--handle__column::before{background:#FFFFFF}.sindu_dragger .gu-transit table .custom-widget-design--table--handle__column::after{background:#FFFFFF}.custom-widget-design--add-column{position:absolute;right:5px;top:10px}.custom-widget-design--add-column--button{padding:0 5px;margin:0}.custom-widget-design--add-column--button--icon{font-size:19px}.custom-widget-design--container{position:relative}.custom-widget-design--column--button{background:#9173C7;border-radius:4px;line-height:normal;font-size:12px;text-align:center;color:#FFFFFF;height:20px;display:flex;align-items:center;justify-content:center;width:100%}.custom-widget-design--column--button:hover{opacity:.8}.custom-widget-design--add-row--wrapper{text-align:center;border-top:1px solid #E0E0E0;padding-top:20px}.custom-widget-design--table{padding:20px;position:relative;padding-right:40px}.custom-widget-design--controls--line{position:absolute;left:3px}.custom-widget-design--controls--line--up{background:url(/js/imgs/icon-arrow-up.png) center center/contain no-repeat;width:7px;height:11px}.custom-widget-design--controls--line--down{background:url(/js/imgs/icon-arrow-down.png) center center/contain no-repeat;width:7px;height:11px}.custom-widget-design--controls--line--button--wrapper{width:15px;height:15px;display:flex;align-items:center;justify-content:center;cursor:pointer}.custom-widget-design--controls--line--button--wrapper:hover{background:#E5E5E5}.custom-widget-design--table table,.custom-widget-design--table thead,.custom-widget-design--table tr,.custom-widget-design--table th,.custom-widget-design--table td,.custom-widget-design--table thead,.custom-widget-design--table tbody,.custom-widget-design--table .panel-default{border:0 !important}.custom-widget-design--table thead>tr>th>div:first-child{position:relative}.custom-widget-design--table thead>tr>th>div:first-child>div{padding-top:7px;overflow:visible !important}.custom-widget-design--table thead>tr>th>div:first-child>div>span{width:100%}.custom-widget-design--table thead>tr>th>div:first-child::before{content:"";display:block;width:100%;height:12px;background:url(/js/imgs/dnd-line.svg) center center/contain no-repeat;position:absolute;top:-7px;border-radius:4px 4px 0 0;background-size:14px;background-color:#EEF1F4}.custom-widget-design--table tbody>tr>td{overflow:visible !important}.custom-widget-design--table .medium-editor-placeholder>p{display:inline}.custom-widget-design--table .panel-default,.custom-widget-design--table .table-responsive,.custom-widget-design--table .table{background:transparent}.custom-widget-design--controls--delete-row--icon{background:url(/js/imgs/icon-delete-row.png) center center/contain no-repeat;width:15px;height:16px}.custom-widget-design--controls--delete-row{position:absolute;right:10px;cursor:pointer;padding:4px}.custom-widget-design--controls--delete-row:hover{background:#E5E5E5;border-radius:4px}.custom-widget-design--controls--column-menu{position:absolute;top:-21px;right:10px;cursor:pointer}.custom-widget-design--controls--column-menu--icon.ion-android-arrow-dropdown{font-size:18px}.custom-widget-design--column--title--wrapper{position:relative}.custom-widget-design--column--title{width:100%;min-height:20px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-widget-design--column--title .medium-editor-placeholder:after{top:0px !important}.custom-widget-design--column--title--menu{position:relative}.custom-widget-design--column--title--menu .arena-dropdown--list{top:5px;left:50px}.custom-widget-design--table .medium-editor-element{min-height:0 !important;padding:0 !important;white-space:pre-wrap}.custom-widget-design--table .medium-editor-element p{white-space:pre-wrap}.custom-widget-design--table--cell--container{position:relative;min-height:20px}.custom-widget-design--table--cell--addlink{position:absolute;right:-21px;top:-10px;background:#FFFFFF;border:1px solid #C6CFD9;box-sizing:border-box;border-radius:4px;padding:0 5px;color:#0A91E6;display:none;cursor:pointer}.custom-widget-design--table--cell--container:hover .custom-widget-design--table--cell--addlink{display:block}.custom-widget-design--button-link{position:absolute;background:#FFFFFF;box-shadow:0px 0px 10px rgba(0,0,0,0.25);border-radius:4px;display:flex;align-items:center}.custom-widget-design--button-link--label{font-weight:500;line-height:normal;font-size:13px;color:#4F4F4F;margin-left:9px;margin-right:5px}.custom-widget-design--button-link--input{background:#FFFFFF;border:1px solid #CCCCCC;box-sizing:border-box;border-radius:4px;margin-right:5px;width:200px;height:30px;padding:0 5px}.custom-widget-design--column--avatar{width:30px;height:30px;border-radius:50%;cursor:pointer}.custom-widget-design--table--cell--avatar-container{display:flex;align-content:center;justify-content:center;cursor:pointer;text-align:center;width:100%}.custom-widget-design--table--cell--avatar--dropzone{display:flex}.custom-widget-design--table--cell--avatar-container--edit--icon{background:url(/js/imgs/icon-pencil.png) center center/contain no-repeat;width:13px;height:13px}.custom-widget-design--table--cell--avatar-container--edit{display:none;position:absolute;top:0;left:0;width:30px;height:30px;border-radius:50%;background:rgba(74,74,74,0.5);align-items:center;justify-content:center;cursor:pointer}.custom-widget-design--table--cell--avatar-container--modified:hover .custom-widget-design--table--cell--avatar-container--edit{display:flex}.custom-widget-design--table--cell--avatar-container--modified{position:relative;width:30px;height:30px;margin:0 auto}.custom-widget-design--table--cell--avatar--menu{position:relative}.custom-widget-design--table--cell--avatar--menu .arena-dropdown--list{top:0;left:60px}.custom-widget-design--column-menu{position:absolute}.custom-widget-design--avatar-menu{position:absolute}.custom-widget-design--avatar-menu .arena-dropdown--list{top:0;left:0}td.custom-widget-design--column--highlight{background:#F2F2F2 !important;border-left:1px solid #E0E0E0 !important;border-right:1px solid #E0E0E0 !important}td.custom-widget-design--column--highlight__first{border-top:1px solid #E0E0E0 !important}td.custom-widget-design--column--highlight__last{border-bottom:1px solid #E0E0E0 !important}.media-sotic-dam{height:calc(100vh - 250px);padding:20px 0;cursor:default}.media-sotic-dam--loading,.media-sotic-dam--no-results{height:calc(100% - 50px);display:flex;align-items:center;justify-content:center;flex-direction:column}.media-sotic-dam--loading--text{font-weight:normal;line-height:18px;font-size:16px;text-align:center;color:#9D9D9D;display:flex;flex-direction:column;margin-top:20px}.media-sotic-dam--no-results--title{font-weight:bold;line-height:normal;font-size:90px;text-align:center;color:#5C5C5C}.media-sotic-dam--no-results--subtitle{font-weight:bold;line-height:normal;font-size:15px;text-align:center;color:#636363;margin-top:20px}.media-sotic-dam--photos{display:flex;flex-wrap:wrap;padding:10px;justify-content:center;height:calc(100% - 50px);overflow:auto;padding-top:0;margin-top:10px}.media-sotic-dam--photo{width:150px;height:150px;margin:5px 10px;cursor:pointer}.custom-json-widget{max-width:520px;border:1px solid #e1e8ed;border-radius:4px;display:block}.custom-json-widget--image{width:100%;border-radius:4px 4px 0 0}.custom-json-widget--title{font-weight:900;line-height:20px;font-size:15px;color:#454C5F;margin:15px 10px}.media-gettyimages--ctas{display:flex;justify-content:flex-end;padding:0 20px;align-items:center}.media-gettyimages--logo{background:url(/js/imgs/logo-gettyimages.png) center center/contain no-repeat;width:92px;height:16px}.media-gettyimages--ctas--separator{width:1px;height:20px;background:#CCCCCC;margin-left:15px}.media-gettyimages--photos{display:flex;flex-wrap:wrap;padding:10px;justify-content:center;height:calc(100% - 90px);overflow:auto;padding-top:0;margin-top:10px}.media-gettyimages--loading,.media-gettyimages--no-results{height:calc(100% - 90px);display:flex;align-items:center;justify-content:center;flex-direction:column}.media-brightcove--ctas{display:flex;justify-content:flex-end;align-items:center;margin-top:5px}.media-brightcove--logo{background:url(/js/imgs/brightcove.png) center center/contain no-repeat;width:92px;height:24px}.media-brightcove--ctas--separator{width:1px;height:20px;background:#CCCCCC;margin-left:15px}.media-brightcove--photos{display:flex;flex-wrap:wrap;padding:10px;justify-content:center;height:calc(100% - 90px);overflow:auto;padding-top:0;margin-top:10px}.media-brightcove--loading,.media-brightcove--no-results{height:calc(100% - 90px);display:flex;align-items:center;justify-content:center;flex-direction:column}.social-crm{margin:30px 0}.social-crm--user{position:absolute;top:0;left:0;z-index:100;width:100%;background:#fcfcfc;height:100vh;overflow:auto}.social-crm--filters{display:flex;justify-content:flex-end;margin-bottom:10px;padding:0 16px 16px 6px}.social-crm--header{display:flex;align-items:baseline;padding:0 20px;justify-content:center}.social-crm--header button{white-space:nowrap}.social-crm--container--with-page{height:100vh;overflow:hidden}.social-crm-tab{width:100%;display:flex;justify-content:space-between;max-width:1200px}.social-crm-tab--items{display:flex;justify-content:space-between;max-width:1200px;margin:0 auto;width:100%}.social-crm-tab--item{display:flex;align-items:center;flex-direction:column;position:relative;flex:1}.social-crm-tab--item--icon--wrapper{width:30px;height:30px;border-radius:50%;border:1px solid #c6cfd9;background:#fff;z-index:10;display:flex;align-items:center;justify-content:center;transition:transform 0.2s ease-in-out}.social-crm-tab--item--icon{width:18px;height:18px;display:block}.social-crm-tab--item--name{font-weight:300;line-height:35px;font-size:18px;text-align:center;color:#828282;letter-spacing:1px;cursor:pointer;transition:transform 0.2s ease-in-out}.social-crm-tab--item--info:hover .social-crm-tab--item--name,.social-crm-tab--item--info:hover .social-crm-tab--item--icon--wrapper{transform:scale(1.08)}.social-crm-tab--item--line{position:absolute;width:100%;height:1px;background:#c6cfd9;left:-50%;top:15px}.social-crm-tab--item--line__selected{background:#9173C7}.social-crm-tab--item:first-child .social-crm-tab--item--line{display:none}.social-crm-tab--item__selected .social-crm-tab--item--icon--wrapper{background:#9173C7;border:0;cursor:default}.social-crm-tab--item__selected .social-crm-tab--item--name{color:#9173C7;font-weight:bold;cursor:default}.social-crm-tab--item--info{display:flex;flex-direction:column;align-items:center;cursor:pointer}.social-crm--table--wrapper{padding:30px 16px}.social-crm--table--wrapper .ReactTable .rt-thead.-header{box-shadow:none;border-bottom:1px solid #E8E8E8;height:45px}.social-crm--table--wrapper .ReactTable{box-shadow:0px 2px 5px rgba(74,74,74,0.15);border:0;border-radius:4px}.social-crm--table--wrapper .ReactTable .rt-thead .rt-th{display:flex;align-items:flex-end;padding-bottom:10px;justify-content:flex-start;border-right:0;font-weight:bold;line-height:21px;font-size:14px;text-transform:capitalize;color:#8E8E8E;padding-left:20px}.social-crm--table--wrapper .ReactTable .rt-tbody .rt-td{border:0;padding:25px 5px;font-weight:normal;line-height:20px;font-size:14px;color:#8E8E8E;display:flex;align-items:center}.social-crm--table--wrapper .ReactTable .rt-tbody .rt-tr-group{border:0}.social-crm--table--wrapper .rt-tr.-odd{background:#FAFBFC}.social-crm--table--wrapper .pagination-bottom{position:absolute;bottom:-60px;width:100%;display:flex;justify-content:flex-end}.social-crm--table--wrapper .pagination-bottom button{background:transparent !important;color:#9173C7 !important;width:auto !important;display:flex !important;align-items:center !important;font-size:16px !important}.social-crm--table--wrapper .pagination-bottom .-pagination{box-shadow:none;border:0;margin-right:70px}.social-crm--table--wrapper .pagination-bottom .-pageInfo{line-height:10px;font-size:14px;text-align:center;color:#8E8E8E}.social-crm--table--wrapper .pagination-bottom .-pageSizeOptions{position:absolute;left:0}.social-crm--table--wrapper .pagination-bottom .-previous button::before{content:"<";font-size:19px;font-weight:bold;margin-right:10px}.social-crm--table--wrapper .pagination-bottom .-next button::after{content:">";font-size:19px;font-weight:bold;margin-left:10px}.social-crm-table--column{display:flex;align-items:center;margin:0 15px}.social-crm-table--column--name{font-weight:normal;font-size:14px;line-height:16px;color:#4A4A4A}.social-crm-table--column--name--handle{font-weight:normal;font-size:14px;line-height:16px;color:#8E8E8E}.social-crm-table--column--name--img{width:35px;height:35px;flex-shrink:0;margin-right:15px;border-radius:50%}.social-crm-table--column--score{display:flex;flex-direction:column;align-items:center}.social-crm-table--column--score--text{font-weight:bold;line-height:normal;font-size:16px;text-align:right;color:#95CF68;margin-bottom:5px}.social-crm-table--column--score--bar--wrapper{width:158px;height:8px;background:#EFEFEF;border-radius:4px;position:relative}.social-crm-table--column--score--bar{width:100%;height:8px;position:absolute;left:0;background:linear-gradient(90deg, #EB5757 0%, #F2C94C 50.02%, #2BD88A 100%);border-radius:4px}.social-crm-table--interests{flex-wrap:wrap}.social-crm-table--interests--item{background:#EFEFEF;border-radius:4px;padding:2px 7px;margin:3px}.social-crm-table--connections{transition:transform 0.2s ease-in-out}.social-crm-table--connection{width:24px;height:24px;border-radius:50%;margin-right:-10px;transition:margin-right 0.2s ease-in-out}.social-crm-table--connections:hover{transform:translateX(-10px)}.social-crm-table--connections:hover .social-crm-table--connection{margin-right:3px}.social-crm--total{display:flex;margin-left:24px;height:32px;margin-top:5px}.social-crm--search{width:430px;margin-left:auto}.social-crm--search>div{width:100%}.social-crm--total--number{font-weight:bold;line-height:normal;font-size:27px;text-align:center;color:#37394C}.social-crm--total--label{font-weight:normal;line-height:normal;font-size:15px;letter-spacing:0.1px;color:#77848F;margin-left:12px}.social-crm-table--column--unknown{color:#A2ABB3}.social-crm-table--column--account--icon{width:20px;height:20px}.social-crm-main--container{position:relative;min-height:100% !important}.social-crm-main{height:calc(100% - 49px)}.social-crm-main .content-manager-upload-files{max-height:460px}.social-crm-table--loading{padding-top:145px;text-align:center}.payment-offer{width:100%}.payment-offer--title{margin:60px 0 20px;font-size:36px;font-weight:300;line-height:normal;text-align:center;color:#5021a6}.payment-offer--amount{text-align:center;margin-bottom:30px}.payment-offer--amount--value{font-weight:bold;line-height:normal;font-size:36px;color:#5021A6}.payment-offer--amount--value--interval{font-weight:normal;font-size:16px;line-height:normal;margin-left:7px;text-transform:lowercase}.payment-offer--amount--valid-for{font-size:14px;line-height:normal;color:#8E8E8E;margin-top:15px}.payment-offer--amount--interval{font-weight:normal;line-height:normal;font-size:16px;text-align:center;color:#5021A6}.payment-offer .confirm-account--messages{display:flex !important;justify-content:center !important}.payment-offer .confirm-account--messages--item{margin:0px;height:auto;font-size:16px}.payment-offer .confirm-account--recomendation{margin-top:47px !important}.payment-offer .confirm-account--fields--wrapper{margin-bottom:18px}.payment-offer .btn-arena{font-size:16px;background:#5A2CAD;text-transform:capitalize}.offer-payment-form--details{margin-bottom:37px}.offer-payment-form--details--overage{display:flex;justify-content:space-between;font-weight:normal;line-height:normal;font-size:14px;color:#4A4A4A}.offer-payment-form--details--overage--value{font-weight:500}.offer-payment-form--details--page-views{display:flex;justify-content:space-between;font-weight:500;line-height:normal;font-size:16px;color:#4A4A4A;margin-top:8px}.offer-payment-form--terms{line-height:normal;font-size:13px;color:#8E8E8E;margin-top:8px}.offer-payment-form--terms a{color:#0A91E6}.offer-payment-form--terms a:hover{text-decoration:underline}@media screen and (max-width: 1024px){.payment-offer--title{margin-top:10px}}@media screen and (max-width: 430px){.payment-offer{margin-top:-20px}.payment-offer .confirm-account--messages{margin-top:20px}.payment-offer .confirm-account--recomendation{margin:20px 20px 0px !important}.payment-offer .confirm-account--recomendation--user{margin-top:27px}.payment-offer .confirm-account--fields--wrapper{margin-bottom:0px}.payment-offer--title{font-size:24px;margin-top:0px}.payment-offer--amount{margin-bottom:34px}}.payment-offer--sucess{display:flex;flex-direction:column;height:100%;align-items:center;justify-content:center}.payment-offer--sucess--text{display:flex;align-items:center;font-weight:300;line-height:normal;font-size:18px;text-align:center;color:#4A4A4A}.payment-offer--sucess--ctas{margin-top:44px;width:100%}.payment-offer--sucess--ctas>button{width:100%}.feature-flags--badge--menu{background:url(/js/imgs/badge-new-product-menu.png) center center/contain no-repeat;width:34px;height:34px;position:absolute;right:-20px;top:-18px;z-index:10}.premium-feature-start-using{padding:30px}.premium-feature-start-using--description{font-weight:normal;line-height:22px;font-size:18px;text-align:center;color:#828282}.premium-feature-start-using--image{width:420px;height:280px;margin:22px auto}.premium-feature-start-using--button{width:100%}.premium-feature-upgrade-modal{width:650px}.premium-feature-upgrade-modal--body{text-align:center;padding:25px 45px 45px}.premium-feature-upgrade-modal--title{margin:0px;font-weight:bold;font-size:36px;color:#7C51AB}.premium-feature-upgrade-modal--img{background:url(/js/imgs/premium-feature-upgrade-empty-state.png) center center/contain no-repeat;margin:40px auto 35px;height:130px;width:130px}.premium-feature-upgrade-modal--subtitle{margin-top:40px;font-weight:normal;line-height:20px;font-size:18px;color:#828282;margin-bottom:25px}.premium-feature-upgrade-modal--footer-text{font-size:13px;line-height:20px;color:#828282}.content-manager--content{display:flex;position:relative}.content-manager label{margin-bottom:auto;font-weight:unset}.content-manager-menu{width:197px;background:white;height:calc(100vh - 49px);padding:20px 15px;flex-shrink:0;overflow-x:hidden;overflow-y:auto}.content-manager-modal .content-manager{margin-bottom:60px}.content-manager-modal .content-manager-menu,.content-manager-modal .content-manager-body{height:calc(100vh - 160px)}.content-manager-modal--footer{background:#fff;position:fixed;bottom:0;display:flex;align-items:center;justify-content:space-between;padding:0 30px;z-index:10;box-shadow:0 -2px 5px 0 rgba(0,0,0,0.1),0 1px 1px 0 rgba(0,0,0,0.3);width:100%;left:0;border-radius:0 0 4px 4px;height:60px;justify-content:space-between}.content-manager--menu--btn{width:100%;height:36px;display:flex;align-items:center;border-radius:3px;font-size:14px;padding:0 9px;cursor:pointer;position:relative}.content-manager--menu--btn--icon{margin-right:10px;width:24px;height:24px;flex-shrink:0}.content-manager-menu-folder--more--help{font-size:18px;color:#dadada}.content-manager-menu-folder--more--text--wrapper{line-height:21px;display:flex;align-items:center;width:100%;justify-content:space-between}.content-manager--menu--btn--primary{background:#9173c7;color:white}.content-manager--menu--btn--secondary{color:#4a4a4a}.content-manager--menu--btn--secondary span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-manager--menu--btn--secondary:hover,.content-manager--menu--btn--secondary__selected{background:rgba(145,115,199,0.1);color:#673ab7;font-weight:bold}.content-manager-save-move-folder{width:252px;padding:0}.content-manager--menu--btn--subitems{position:absolute;background:white;box-shadow:0px 0px 4px rgba(0,0,0,0.25);border-radius:4px;z-index:10;left:calc(100% + 13px);top:0;display:flex;flex-direction:column;width:auto;font-weight:500;line-height:normal;font-size:12px;color:#4a4a4a;padding:4px 0}.content-manager--menu--btn--subitems--item:hover{background:rgba(145,115,199,0.1)}.content-manager--menu--btn--subitems--item{display:flex;align-items:center;padding:10px;font-weight:500;line-height:normal;font-size:12px;color:#4a4a4a;cursor:pointer}.content-manager--menu--btn--subitems--item__disabled{color:#a5a5a5}.content-manager--menu--btn--subitems--arrow{left:-48px;top:-14px;transform:rotate(-90deg)}.content-manager-menu-separator{font-weight:normal;line-height:24px;font-size:12px;text-align:center;color:#8e8e8e;border-bottom:1px solid #c6cfd9;position:relative;margin:25px 0}.content-manager-menu-separator--title{position:absolute;left:0;right:0;top:-11px;background:white;margin:auto;width:fit-content;padding:0 10px;text-transform:uppercase}.content-manager-menu-folder{padding:0 15px}.content-manager-menu-folder__new{z-index:1051}.content-manager-menu-folder__new--overlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1050}.content-manager-menu-folder--more{display:none}.content-manager-menu-folder--more>.content-manager--menu--btn--icon{margin-right:0}.content-manager-menu-folder__selected,.content-manager-menu-folder:hover{background:rgba(145,115,199,0.1);border-radius:4px;font-weight:bold;color:#673ab7}.content-manager-menu-folder__selected .content-manager-menu-folder--icon,.content-manager-menu-folder:hover .content-manager-menu-folder--icon{background:url(/js/imgs/icon-simple-folder-selected.svg) center center/contain no-repeat}.content-manager-menu-folder:hover .content-manager-menu-folder--more{display:block}.content-manager-menu-folder:hover .content-manager-menu-folder--total{display:none}.content-manager-menu-folder--icon{background:url(/js/imgs/icon-simple-folder.svg) center center/contain no-repeat;width:24px;height:24px;flex-shrink:0}.content-manager-menu-folder--folders{margin-left:15px}.content-manager-menu-folder--open{background:url(/js/imgs/icon-folder-arrow.svg) center center/contain no-repeat;width:8px;height:6px;transition:transform 0.2s ease-in-out}.content-manager-menu-folder--info{display:flex;width:100%;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-manager-menu-folder--name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-manager-menu-folder--total{font-weight:normal;line-height:14px;font-size:12px;text-align:right;color:#999999}.content-manager-menu-folder--open--wrapper{position:absolute;left:3px;top:3px;padding:12px 3px}.content-manager-body-empty--img--trash{background:url(/js/imgs/empty-state-content-manager-trash.png) center center/contain no-repeat;width:245px;height:187px}.content-manager-body-empty--img{background:url(/js/imgs/empty-state-content-manager.png) center center/contain no-repeat;width:280px;height:203px}.content-manager-body-empty--txt{font-weight:normal;line-height:21px;font-size:18px;text-align:center;color:#8e8e8e;margin-top:30px}.content-manager-body{width:100%;height:calc(100vh - 49px);overflow:auto}.content-manager-body-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding-top:40px;padding-bottom:50px;position:relative}.content-manager-import-content--form{padding:0 30px;display:flex;align-items:center}.content-manager-import-content--form--input{width:100%;height:34px;background:white;padding:0 15px;border:1px solid #aaaaaa;border-radius:4px;outline:0}.content-manager-import-content--form--input::placeholder{color:#bbbbbb}.content-manager-upload-modal{display:flex;flex-direction:column;height:100%;justify-content:space-between}.content-manager-upload-modal--ctas{text-align:center;padding:25px 0}.content-manager-upload-files{padding:20px 30px;max-height:370px;overflow:auto}.content-manager-upload-file{display:flex;align-items:center;padding:10px 0;border-bottom:1px solid #e8e8e8}.content-manager-upload-file--info{display:flex;align-items:center;width:200px;flex-shrink:0;position:relative;padding-right:30px}.content-manager-upload-file--info--img{width:34px;height:30px;border-radius:4px;flex-shrink:0}.content-manager-upload-file--info--names{font-weight:normal;line-height:15px;font-size:14px;color:#4a4a4a;margin-left:8px}.content-manager-upload-file--info--filename{color:#8e8e8e}.content-manager-upload-file--progress{width:435px;flex-shrink:0;background:#e8e8e8;border-radius:20px}.content-manager-upload-file--progress--bar{background:#673ab7;border-radius:20px;height:4px;width:10%;transition:width 0.2s ease-in-out}.content-manager-upload-file--progress--bar__animtation{animation:slide-in-left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both}.content-manager-upload-file--progress--bar--container{display:flex;flex-direction:column;align-items:center}.content-manager-upload-file--progress--bar--label{margin-top:8px;color:#8e8e8e;font-size:12px}@keyframes slide-in-left{0%{transform:translateX(0)}100%{transform:translateX(235px)}}.content-manager-upload-file--info--rename--icon{background:url(/js/imgs/icon-rename-sm.svg) center center/contain no-repeat;width:12px;height:12px}.content-manager-upload-file--info--rename{position:absolute;right:7px;padding:4px;top:-4px;cursor:pointer}.content-manager-upload-file--info--finalname,.content-manager-upload-file--info--filename{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:127px}.content-manager-asset-details--filename{width:calc(100% - 32px)}.content-manager-upload-file--info--finalname--input{background:#ffffff;border:1px solid #cccccc;border-radius:4px;width:154px;height:20px}.content-manager-upload-file--info--finalcaption--textarea{background:#ffffff;border:1px solid #cccccc;box-sizing:border-box;border-radius:4px;width:201px;height:42px;resize:none}.content-manager-upload-file--status{width:100%}.content-manager-upload-file--status--wrapper{display:flex;justify-content:center}.content-manager-upload-file--status--finished{background:url(/js/imgs/icon-upload-done.svg) center center/contain no-repeat;width:24px;height:24px}.content-manager-upload-file--error{display:flex;align-items:center}.content-manager-upload-file--error--icon{background:url(/js/imgs/icon-upload-error.svg) center center/contain no-repeat;width:20px;height:20px;margin-right:10px}.content-manager-upload-file--error--text{font-weight:normal;line-height:14px;font-size:12px;color:#8e8e8e}.content-manager-upload-modal--canceling{margin:25px 30px 30px;display:flex;align-items:center;justify-content:space-between}.content-manager-upload-modal--canceling--label{font-weight:normal;line-height:normal;font-size:14px;color:#4a4a4a}.content-manager-body-empty--dropzone--img{background:url(/js/imgs/icon-dropzone.png) center center/contain no-repeat;width:100%;height:92px}.content-manager-body-empty--dropzone{position:absolute;width:100%;height:100%;background:rgba(145,115,199,0.2);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.content-manager-body-empty--dropzone--text{align-items:center;background:#ffffff;border-radius:4px;color:#673ab7;display:flex;font-size:14px;font-weight:normal;height:70px;justify-content:center;line-height:18px;margin-top:12px;text-align:center;width:320px}.content-manager-body-search--fields{display:flex;padding:10px 20px;justify-content:center;align-items:center}.content-manager-body-search--fields--search{background:#ffffff;border:1px solid #cccccc;box-sizing:border-box;border-radius:4px;height:36px;padding:0 10px;width:100%;max-width:530px}.content-manager-body-search--fields--filter{cursor:pointer;border-radius:4px;margin-left:15px}.content-manager-body-search--fields--filter:hover{background:#f4f1fa}.content-manager-body-search--fields--filter__open{background:#f4f1fa}.content-manager-body-search--fields--sort--icon{background:url(/js/imgs/icon-sort-by.png) center center/contain no-repeat;width:30px;height:30px}.content-manager-body-search--fields--filter--icon{background:url(/js/imgs/icon-filter.png) center center/contain no-repeat;width:30px;height:30px}.content-manager-body-search--fields--sort--wrapper{position:relative}.content-manager-body-search--fields--sort--wrapper .arena-dropdown--list{left:-50px;text-transform:capitalize}.content-manager-body-search--fields--search--wrapper{width:100%;position:relative;display:flex;align-items:baseline}.content-manager-body-search--fields--search--wrapper.content-manager-body-search--fields--search--main-assets{max-width:530px}.content-manager-body-search--fields--search--icon{position:absolute;font-size:20px;color:#9b9b9b;right:15px;top:5px}.content-manager--menu--btn--new{margin-bottom:15px}.content-manager-body-search-filter--web--done{position:absolute;bottom:0;display:flex;justify-content:center;width:200px;left:0;right:0;margin:auto}.content-manager-body-search-filter{display:flex;margin:0 30px;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding-top:10px;padding-bottom:10px;margin-bottom:12px;position:relative}.content-manager-body-search-filter--selection{max-width:270px;width:100%}.content-manager-body-search-filter--tags,.content-manager-body-search-filter--types{width:100%;max-width:330px}.content-manager-body-search-filter--label{font-weight:normal;line-height:19px;font-size:14px;color:#8e8e8e}.content-manager-body-search-filter--tags--item{display:flex;align-items:center;justify-content:space-between;padding-right:20px;margin:15px 0;max-width:250px}.content-manager-body-search-filter--tags--item--info{display:flex;align-items:center}.content-manager-body-search-filter--tags--item--check{background:#ffffff;border:1px solid #9d9d9d;width:15px;height:15px;margin:0}.content-manager-body-search-filter--tags--item--label{font-weight:normal;line-height:17px;font-size:14px;color:#39393a;margin-left:10px;text-transform:capitalize}.content-manager-body-search-filter--tags--item--total{background:#c6cfd9;padding:5px 15px;line-height:10px;font-size:14px;text-align:center;color:#4a4a4a;border-radius:10px}.content-manager-body-search-filter--selection--list{display:flex;flex-wrap:wrap}.content-manager-body-search-filter--selection--item{background:#00c1f9;border-radius:4px;font-weight:normal;line-height:14px;font-size:11px;color:#ffffff;display:flex;align-items:center;padding:4px 6px;width:fit-content;margin:4px 0;margin-right:4px}.content-manager-body-search-filter--selection--item--remove{margin-left:6px;line-height:10px;cursor:pointer}.content-manager-body-search-filter--show-more{position:relative;font-weight:normal;line-height:24px;font-size:12px;text-decoration-line:underline;color:#9b9b9b}.content-manager-body-search-filter--show-more--wrapper{padding:15px;max-height:256px}.content-manager-body-search-filter--show-more--input--wrapper{position:relative}.content-manager-body-search-filter--show-more--input{background:#ffffff;border:1px solid #cccccc;box-sizing:border-box;border-radius:4px;width:100%;height:33px;padding-right:40px;padding-left:5px}.content-manager-body-search--fields--search--icon{position:absolute;font-size:20px;color:#9b9b9b;right:15px;top:5px;padding-left:10px}.content-manager-body-search-filter--show-more>span{cursor:pointer}.content-manager-body-search-filter--tags--list__show-more{max-height:215px;overflow:auto}.content-manager-body-search-filter--cta{text-align:right;padding-right:30px}.content-manager-body-search-filter--cta-bottom{display:flex;align-items:flex-end}.content-manager-body-search-empty--img{background:url(/js/imgs/empty-state-content-manager-search.png) center center/contain no-repeat;width:253px;height:194px}.content-manager-body-search-empty--text{font-weight:bold;line-height:21px;font-size:18px;text-align:center;color:#8e8e8e;margin-top:50px}.content-manager-body-search-empty{display:flex;flex-direction:column;align-items:center;margin-top:50px}.content-manager-body-search-result{padding:0 30px;position:relative}.content-manager-body-search-result--select-all--select{margin-left:15px;font-weight:normal;line-height:24px;font-size:14px;color:#8e8e8e}.content-manager-body-search-result--select-all{min-height:48px;display:flex;align-items:center;margin-bottom:12px}.content-manager-body-search-result--post--icon{background:url(/js/imgs/icon-post-icon.svg) center center/contain no-repeat;width:24px;height:24px;margin-right:8px}.content-manager-body-search-result--tag--icon{background:url(/js/imgs/icon-tag-icon.svg) center center/contain no-repeat;width:24px;height:24px;margin-right:8px}.content-manager-body-search-result--restore--icon{background:url(/js/imgs/icon-restore-black.png) center center/contain no-repeat;width:24px;height:24px;margin-right:8px}.content-manager-body-search-result--delete--icon{background:url(/js/imgs/icon-delete-black.png) center center/contain no-repeat;width:24px;height:24px;margin-right:8px}.content-manager-body-search-result--post{background:#dcd8df;border-radius:3px;height:30px;padding:0 12px;display:flex;align-items:center;margin-left:5px;font-weight:normal;line-height:18px;font-size:14px;color:#4a4a4a;cursor:pointer;position:relative}.content-manager-body-search-result--post:hover,.content-manager-body-search-result--tags__open{background:rgba(145,115,199,0.1);font-weight:bold;color:#673ab7}.content-manager-body-search-result--post:hover .content-manager-body-search-result--post--icon,.content-manager-body-search-result--tags__open .content-manager-body-search-result--post--icon{background:url(/js/imgs/icon-post-icon-active.svg) center center/contain no-repeat}.content-manager-body-search-result--post:hover .content-manager-body-search-result--tag--icon,.content-manager-body-search-result--tags__open .content-manager-body-search-result--tag--icon{background:url(/js/imgs/icon-tag-icon-active.svg) center center/contain no-repeat}.content-manager-body-search-result--post:hover .content-manager-body-search-result--restore--icon,.content-manager-body-search-result--tags__open .content-manager-body-search-result--restore--icon{background:url(/js/imgs/icon-restore-black-active.png) center center/contain no-repeat}.content-manager-body-search-result--post:hover .content-manager-body-search-result--delete--icon,.content-manager-body-search-result--tags__open .content-manager-body-search-result--delete--icon{background:url(/js/imgs/icon-delete-black-active.png) center center/contain no-repeat}.content-manager-body-search-result--tags{position:relative}.content-manager-body-add-tags--tags{display:flex;flex-wrap:wrap;margin-top:10px}.content-manager-body-add-tags--tag{background:rgba(0,193,249,0.9);border-radius:4px;font-weight:normal;font-size:10px;color:#ffffff;line-height:20px;padding:0 10px;margin-bottom:5px;margin-right:5px}.ion-close.content-manager-body-add-tags--tag--close{color:rgba(255,255,255,0.5);margin-left:10px;cursor:pointer}.content-manager-body-search-result-asset{width:210px;height:210px;background:white;box-shadow:0px 3px 8px rgba(0,0,0,0.2);border-radius:8px;margin-bottom:10px;margin-right:10px;position:relative;cursor:pointer;overflow:hidden}.content-manager-body-search-result-asset--image{width:210px;height:155px;border-radius:8px 8px 0 0;object-fit:cover}.content-manager-body-search-result-asset--info{display:flex;align-items:center;height:55px;padding:0 20px;justify-content:space-between;border:2px solid transparent}.content-manager-body-search-result-asset--info>div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-manager-body-search-result-assets{display:flex;flex-wrap:wrap;margin:10px 0}.content-manager-body-search-result-assets--pagination{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:30px}.content-manager-body-search-result-assets--pagination--items-per-page--select{background:#ffffff;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px;height:28px}.content-manager-body-search-result-assets--pagination--control{margin-right:70px;display:flex}.content-manager-body-search-result-assets--pagination--control--next-prev{display:flex;align-items:center;font-weight:normal;line-height:normal;font-size:16px;color:#9173c7;cursor:pointer}.content-manager-body-search-result-assets--pagination--control--next-prev--icon{margin-right:8px;font-size:19px;font-weight:bold}.content-manager-body-search-result-assets--pagination--control--current{margin:0 10px;display:flex;align-items:center}.content-manager-body-search-result-assets--pagination--control--current--input{width:62px;height:28px;background:#ffffff;border:1px solid #e0e0e0;box-sizing:border-box;border-radius:4px;text-align:center}.content-manager-body-search-result-assets--pagination--control--current--total{font-weight:normal;line-height:10px;font-size:14px;text-align:center;color:#8e8e8e;margin-left:5px}.content-manager-body-search-result-asset--options{position:absolute;top:0;left:0;background:rgba(37,44,58,0.88);width:100%;height:calc(100% - 55px);border-radius:8px 8px 0px 0px;display:flex;padding:10px;justify-content:space-between;transform:translateY(-100%);opacity:0;transition:all 300ms ease-in-out}.content-manager-body-search-result-asset__selected .content-manager-body-search-result-asset--options{display:flex;border:2px solid #2bd88a;border-bottom:none;transform:translateY(0);opacity:1}.content-manager-body-search-result-asset__selected .content-manager-body-search-result-asset--info{border:2px solid #2bd88a;border-radius:0px 0px 8px 8px}.content-manager-body-search-result-asset:hover .content-manager-body-search-result-asset--options{transform:translateY(0);opacity:1}.content-manager-body-search-result-asset--options--right{display:flex}.content-manager-body-search-result-asset--options--post--icon{background:url(/js/imgs/icon-post-icon-white.svg) center center/contain no-repeat;width:20px;height:20px}.content-manager-body-search-result-asset--options--select{margin-top:2px;max-height:30px}.content-manager-body-search-result-asset--options--select .arena-checkbox__transparent .arena-checkbox--check{border:1px solid rgba(255,255,255,0.5);transition:border-color 0.15s ease}.content-manager-body-search-result-asset--options--select .arena-checkbox__transparent .arena-checkbox--checked{border:2px solid white !important}.content-manager-body-search-result-asset--options--select :hover .arena-checkbox--check{border-color:#fff !important}.content-manager-body-search-result-asset--options--post{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.content-manager-body-search-result-asset--options--post:hover{background:white}.content-manager-body-search-result-asset--options--post:hover .content-manager-body-search-result-asset--options--post--icon{background:url(/js/imgs/icon-post-icon.svg) center center/contain no-repeat}.content-manager-body-search-result .infinite-scroll-component{overflow:hidden !important}.content-manager-body-post{padding:30px 30px 20px;background:#f5f4f6}.content-manager-body-post--wrapper .tabs-container{width:100%}.content-manager-body-post--wrapper .tabs-container ul>li>a>span{margin-left:4px}.content-manager-body-post--post-on{width:300px;margin-left:20px;background:#ffffff;box-shadow:0px 2px 1px rgba(0,0,0,0.1);border-radius:4px;flex-shrink:0}.content-manager-body-post--post-on--title{line-height:33px;padding:0 28px;font-weight:bold;font-size:14px;color:#4a4a4a;border-bottom:1px solid #e8e8e8}.content-manager-body-post--post-on--list{padding:15px;overflow:auto;height:346px}.content-manager-body-post--post-on--list>div:nth-child(2n){margin:10px 0 10px 22px;border-bottom:1px solid #e8e8e8}.content-manager-body-post--post-on--item--title{font-weight:normal;line-height:20px;font-size:14px;color:#8e8e8e;margin-left:9px;flex:1}.content-manager-body-post--post-on--item--delete{background:url(/js/imgs/icon-remove.svg) center center/contain no-repeat;width:13px;height:13px;flex-shrink:0;cursor:pointer;align-self:flex-start}.content-manager-body-post--wrapper{display:flex}.content-manager-body-post--post-on--item{align-items:center;display:flex}.content-manager-body-post--post-on--item div:nth-child(3){font-style:normal;font-weight:bold;font-size:10px;align-self:flex-start;color:#9173C7}.content-manager-body-post--post-on--item:last-child{margin-bottom:0}.content-manager-body-search-filter--tags--list label{cursor:pointer;font-weight:normal}.content-manager-body-post--ctas{display:flex;align-items:center;justify-content:space-between;margin-top:30px}.content-manager-body-post--ctas--post{display:flex}.content-manager--menu--new-folder--input{width:100%;font-weight:normal;line-height:20px;font-size:14px;color:#454c5f}.content-manager-menu-folder__new .content-manager-menu-folder--more{display:none !important}.content-manager-menu--upload{display:inline-block}.content-manager-body-search-filter--selection--item--label{text-transform:capitalize}.content-manager-body-add-tags--tags--cta{width:100%;text-align:right}.content-manager-body-search-result-asset--image--wrapper{position:relative}.content-manager-body-search-result-asset--image--wrapper__folder{background:#f9f9f9;display:flex;justify-content:center;align-items:center;width:210px;height:155px}.content-manager-body-search-result-asset--image--wrapper__folder .content-manager-body-search-result-asset--image__folder{background:url(/js/imgs/icon-folder.png) center center/contain no-repeat;width:74px;height:59px}.content-manager-body-search-filter--cta-bottom--hide{font-weight:bold}.content-manager-body-search-filter--with-selections{display:flex;justify-content:space-between;margin:0 30px;margin-bottom:12px;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:15px 0}.content-manager-body-search-filter--with-selections .content-manager-body-search-filter--selection{display:flex;align-items:center;max-width:100%}.content-manager-body-search-filter--with-selections .content-manager-body-search-filter--label{margin-right:15px}.content-manager-body-search-filter--with-selections .content-manager-body-search-filter--cta{padding-right:0}.content-manager-menu--special-folders>div{margin-top:10px}.content-manager-social-search--fields{padding:10px 20px;display:flex;width:100%;flex-direction:column;max-width:660px}.content-manager-social-search--filters{display:flex;align-items:center}.content-manager-social-search--filter{display:flex}.content-manager-social-search--filter--label{font-weight:normal;line-height:24px;font-size:11px;color:#4a4a4a;margin-left:9px;margin-right:15px}.content-manager-social-search--fields--wrapper{display:flex;align-items:center;justify-content:center;margin-bottom:30px}.content-manager-body-search--social .event-wizard-stream--menu--web--icon{width:20px;height:29px}.content-manager-body-search--social .event-wizard-stream--menu--item{width:70px;height:70px;margin-right:8px}.content-manager-body-search--social .icon-social-instagram{background:url(/js/imgs/icon-instagram.png) center center/contain no-repeat;width:16px;height:16px}.content-manager-body-search--social .event-wizard-stream--menu--item--icon{font-size:20px;margin-top:10px}.content-manager-body-search--social .event-wizard-stream--menu--item--name{font-size:13px;margin-top:0px}.content-manager-body-search--social{display:flex;justify-content:center}.content-manager-body-search-result-asset--text--wrapper{height:155px;overflow:hidden;padding:20px;padding-bottom:0;background:#f9f9f9}.content-manager-body-search-result-asset--info--globo-videos{margin:10px 0;white-space:inherit;overflow:visible;text-overflow:initial}.content-manager-body-search-result-asset--info--globo-videos--author{font-size:11px;color:#898c95;line-height:13px}.content-manager-body-search-result-asset--info--globo-videos--title{font-weight:bold;font-size:14px;line-height:16px;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-manager-body-search-result-asset--info--globo-videos--description{font-size:12px;line-height:14px;color:#454c5f;margin-top:5px;white-space:initial}.content-manager-body-search-result-asset--options--globo-videos .content-manager-body-search-result-asset--options{height:117px}.content-manager-body-search-result-asset--options--globo-videos .content-manager-body-search-result-asset--options--details--wrapper{top:auto;bottom:10px;margin:auto}.content-manager-body-search-result-asset--options--globo-videos .content-manager-body-search-result-asset--options--select{margin-top:-4px}.content-manager-body-search-result-asset--options--globo-videos .content-manager-body-search-result-asset--options--right{margin-top:-7px}.content-manager-body-search-result-asset--options--globo-videos .content-manager-body-search-result-asset--options--save{display:none}.content-manager-body-search-result-asset--options--globo-video{position:absolute;color:white;font-size:12px;font-weight:normal;left:47px}.content-manager-body-search-result-asset--info--author--image{width:25px;height:25px;border:1px solid #ddd;border-radius:50%;margin-right:10px;flex-shrink:0}.content-manager-body-search-result-asset--info--author{font-weight:normal;line-height:normal;font-size:12px;color:#454c5f;display:flex;align-items:center}.content-manager-body-search-result-asset--info--author--name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.content-manager-body-search--fields--search--wrapper .typeahead--wrapper input{background:#fff;border:1px solid #ccc;box-sizing:border-box;border-radius:4px;height:36px;padding:0 10px;width:100%;max-width:530px}.content-manager-social--gettyimages--icon{background:url(/js/imgs/icon-gettyimages-transparent.svg) center center/contain no-repeat;width:21px;height:21px}.content-manager-social--globo-videos--icon{background:url(/js/imgs/icon-globo-videos-blue.svg) center center/contain no-repeat;width:21px;height:21px}.content-manager-social--gshow-videos--icon{background:url(/js/imgs/icon-gshow-videos-orange.svg) center center/contain no-repeat;width:21px;height:21px}.content-manager-social--giphy--icon{background:url(/js/imgs/icon-giphy.svg) center center/contain no-repeat;width:21px;height:21px}.content-manager-body-search--fields--search--input--wrapper{width:100%}.content-manager-body-search-result-asset__image .content-manager-body-search-result-asset--image{height:210px;border-radius:8px}.content-manager-body-search-result-asset__image .content-manager-body-search-result-asset--info{display:none}.content-manager-body-search-result-asset__image .content-manager-body-search-result-asset--options{height:100%;border-radius:8px}.content-manager-body-search-result-asset__image .content-manager-body-search-result-asset--options--details--wrapper{margin:auto}.content-manager-body-search-result-asset--options--details--wrapper{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;height:36px;margin:auto 0px 32px}.content-manager-body-search-result-asset--options--details{background:rgba(255,255,255,0.12);border:1px solid #ffffff;box-sizing:border-box;border-radius:3px;padding:10px 8px;font-weight:normal;line-height:14px;font-size:14px;text-align:center;color:#ffffff;cursor:pointer;transition:all 0.3s ease-out;user-select:none}.content-manager-body-search-result-asset--options--details:hover{background:rgba(255,255,255,0.2)}.content-manager-body-search-result-asset--options--details:active{background:#ffffff;color:#4a4a4a;transition-duration:0.1s}.content-manager-body-search-result-asset--options--title{position:absolute;bottom:20px;font-size:12px;line-height:normal;color:#fff;padding-right:10px;width:calc(100% - 10px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-manager-social-asset-details--article{max-width:80%;margin:0 auto;margin-bottom:20px}.content-manager-social-asset-details--card{width:100%;min-width:325px;max-width:350px;min-height:380px;margin:0 auto}.content-manager-social-asset-details--card img{max-width:100%}.content-manager-social-asset-details--native-image{margin:30px 30px 20px}.content-manager-social-asset-details-arcxp{padding:20px 70px 10px}.content-manager-social-asset-details--native-image--image{max-width:100%;height:402px;margin:0 auto}.content-manager-social-asset-details--native-image--description--header{display:flex;align-items:center;justify-content:space-between;margin-top:18px}.content-manager-social-asset-details--native-image--description--header--title{font-size:12px;color:#454c5f}.content-manager-social-asset-details--native-image--description--header--date{margin-top:5px;font-size:12px;text-transform:uppercase;color:#9d9d9d}.content-manager-social-asset-details--native-image--description--header--icon{height:17px;flex-shrink:0;margin-left:20px}.content-manager-social-asset-details--native-image--description--header--icon.gettyimages{background:url(/js/imgs/logo-gettyimages.png) center center/contain no-repeat;width:99px}.content-manager-social-asset-details--native-image--description--header--icon.giphy{background:url(/js/imgs/logo-giphy.png) center center/contain no-repeat;width:82px}.content-manager-social-asset-details--native-image--description--body--text{margin-top:10px;font-weight:300;font-size:14px;line-height:19px;color:#454c5f}.content-manager-social-asset-details--loading{width:100%;height:380px;display:flex;align-items:center;justify-content:center}.content-manager-social-asset-details--ctas{display:flex;align-items:center;justify-content:center;margin:20px 0}.content-manager-social-asset-details--cta{background:#dcd8df;border-radius:3px;margin:0 5px;padding:3px 11px;display:flex;align-items:center;cursor:pointer;position:relative}.content-manager-social-asset-details--cta .arena-checkbox{margin:-3px 5px -3px 0px}.content-manager-social-asset-details--cta .arena-checkbox--check{border:1px solid #b0aeb3 !important}.content-manager-social-asset-details--cta .arena-checkbox--checked{border:2px solid white !important}.content-manager-social-asset-details--cta__disabled{color:#b0aeb3;background:#dcd8df !important}.content-manager-social-asset-details--cta:hover{background:#f3f2f5}.content-manager-social-asset-details--post--icon{background:url(/js/imgs/icon-post-icon.svg) center center/contain no-repeat;width:24px;height:24px;display:inline-block;margin-right:10px}.content-manager-social-asset-details--save--icon{background:url(/js/imgs/icon-save.svg) center center/contain no-repeat;width:24px;height:24px;display:inline-block;margin-right:10px}.content-manager-body-search-result-asset--options--save--icon{background:url(/js/imgs/icon-save-white.svg) center center/contain no-repeat;width:20px;height:20px}.content-manager-body-search-result-asset--options--save{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.content-manager-body-search-result-asset--options--save:hover{background:white}.content-manager-body-search-result-asset--options--save:hover .content-manager-body-search-result-asset--options--save--icon{background:url(/js/imgs/icon-save.svg) center center/contain no-repeat}.content-manager-body-search-result-asset--options--right{display:flex}.content-manager--save-move--folder--list{overflow:auto;max-height:200px;height:auto;padding:5px 0;padding-right:8px}.content-manager--save-move--folder--list .content-manager-menu-folder--info{padding:0 10px;justify-content:space-between;cursor:pointer}.content-manager--save-move--folder--list .content-manager-menu-folder--info:hover{background:rgba(145,115,199,0.1)}.content-manager--save-move--folder--list .content-manager-menu-folder--name{padding:0}.content-manager--save-move--folder__selected{font-weight:bold;color:#673ab7;line-height:14px;font-size:14px;background:rgba(145,115,199,0.1)}.content-manager-menu-folder--info--stepinto{border-radius:4px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.content-manager-menu-folder--info--stepinto:hover{background:#9173c7}.content-manager-menu-folder--info--stepinto:hover .content-manager-menu-folder--info--stepinto--icon{border-left:5px solid white}.content-manager-menu-folder--info--stepinto--icon{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #8e8e8e}.content-manager-menu-folder--name--wrapper{display:flex;align-items:center}.content-manager--save-move--folder--back{background:#f1f1f1;display:flex;padding:10px 20px;align-items:center;margin-bottom:5px;cursor:pointer;font-weight:bold;line-height:18px;font-size:14px;color:#4a4a4a;border-radius:4px 4px 0 0}.content-manager--save-move--folder--back--icon{color:#8e8e8e;font-size:19px;margin-right:15px}.content-manager--save-move--folder--ctas{display:flex;align-items:center;justify-content:space-between;padding:11px 15px;border-top:1px solid #e8e8e8}.content-manager--save-move--folder--ctas--add-folder{width:24px;height:24px;cursor:pointer}.content-manager-social-asset-details--card.videoWrapper{width:480px;max-width:480px}.content-manager-social-asset-details{margin-bottom:10px;max-height:calc(100vh - 100px);overflow:auto}.content-manager-social-asset-details .content-manager-save-move-folder{left:330px;position:fixed;top:78px}.content-manager-asset-details--header{display:flex;align-items:center}.content-manager-asset-details--header--back{display:flex;align-items:center;color:#9173c7;font-weight:bold;line-height:18px;font-size:16px;text-align:center;text-transform:uppercase;margin-right:45px;cursor:pointer}.content-manager-asset-details--icon{font-size:20px;margin-right:10px}.content-manager-asset-details--body{margin-top:7px;display:flex}.content-manager-asset-details--body--media{width:520px;height:477px;margin-right:30px}.content-manager-asset-details--body--media img{max-width:100%}.content-manager-asset-details--body--card{background:#ffffff;box-shadow:0px 2px 1px rgba(0,0,0,0.1);border-radius:4px;margin-bottom:30px;width:320px}.content-manager-asset-details--header--card{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8e8e8}.content-manager-asset-details--body--card--title{padding:10px 28px 7px;border-bottom:1px solid #e8e8e8}.content-manager-asset-details--body--card--body{padding:15px}.content-manager-asset-details--body--card--information{font-weight:normal;line-height:20px;font-size:14px;color:#4a4a4a;table-layout:fixed;width:100%}.content-manager-asset-details--body--card--information tr{height:30px}.content-manager-asset-details--body--card--information tr>td{vertical-align:top}.content-manager-asset-details--body--card--information tr>td:first-child{text-align:right;color:#8e8e8e;padding-right:10px;width:100px}.content-manager-asset-details--body--card--information--buttons{display:inline-flex;margin:16px 15px}.content-manager-asset-details--body--card--information--buttons>button{width:137px;height:32px;border-radius:3px;border:0;outline:0}.content-manager-asset-details--body--card--information--buttons>button:first-child{background:#ffffff;color:#9173c7}.content-manager-asset-details--body--card--information--buttons>button:last-child{background:#9173c7;color:#ffffff}.content-manager-asset-details--body--card{background:#ffffff;box-shadow:0px 2px 1px rgba(0,0,0,0.1);border-radius:4px;margin-bottom:30px;width:320px}.content-manager-asset-details--body--card--title{padding:10px 28px 7px;border-bottom:1px solid #e8e8e8;font-weight:bold;line-height:normal;font-size:14px;color:#4a4a4a}.content-manager-asset-details--body--card--body{padding:15px}.content-manager-asset-details--body--card--tags{background:#ffffff;border:1px solid #e8e8e8;border-radius:4px;padding:10px;display:flex;align-items:center;flex-wrap:wrap}.content-manager-asset-details--author--header{display:flex;align-items:center;justify-content:space-between}.content-manager-asset-details--author--info{display:flex;align-items:center}.content-manager-asset-details--author--image{width:37px;height:37px;border-radius:50%;border:1px solid #dddddd}.content-manager-asset-details--author--name{font-weight:bold;line-height:normal;font-size:18px;color:#454c5f;margin-left:10px}.content-manager-asset-details--author--socialnetwork{width:27px;height:27px}.content-manager-asset-details{padding:30px}.content-manager-asset-details--body--media--image img{max-width:520px}.content-manager-asset-details--body--media--video>iframe{max-width:100% !important;min-width:0 !important}.content-manager-asset-details--body--media--video{max-width:520px}.content-manager-asset-details--edit-icon{background:url(/js/imgs/icon-edit-name.svg) center center/contain no-repeat;width:24px;height:24px;margin-left:8px}.content-manager-asset--folder-icon{background:url(/js/imgs/icon-folder.png) center center/contain no-repeat;width:24px;height:24px;margin-left:8px}.content-manager-asset-details--edit--wrapper{display:flex;align-items:center;cursor:pointer;overflow-wrap:break-word}.content-manager-integrations{padding:30px}.content-manager-integrations--title{font-weight:normal;line-height:17px;font-size:17px;color:#8e8e8e}.content-manager-integrations--platforms{display:flex;align-items:center;margin-bottom:15px;flex-wrap:wrap;padding-top:20px}.content-manager-integrations--platform{background:#ffffff;box-shadow:0px 3px 8px rgba(0,0,0,0.2);border-radius:4px;width:200px;height:80px;display:flex;align-items:center;justify-content:center;margin-right:15px;margin-bottom:15px;cursor:pointer}.content-manager-integrations--platform--logo{width:160px;height:40px}.content-manager-integration-config--card{background:#ffffff;box-shadow:0px 2px 1px rgba(0,0,0,0.1);border-radius:4px;margin-top:20px}.content-manager-integration-config--title{padding:25px 25px 7px;border-bottom:1px solid #e8e8e8;font-weight:bold;line-height:21px;font-size:18px;color:#4a4a4a}.content-manager-integration-config--body{padding:20px 30px}.content-manager-integration-brightcove--title{font-weight:bold;line-height:17px;font-size:17px;color:#4a4a4a;margin-bottom:15px}.content-manager-integration-brightcove--ctas{margin-top:30px;display:flex}.content-manager-integration-jwplayer--title{font-weight:bold;line-height:17px;font-size:17px;color:#4a4a4a;margin-bottom:15px}.content-manager-integration-jwplayer--ctas{margin-top:30px;text-align:right}.content-manager-integrations--integrations{background:#ffffff;box-shadow:0px 2px 1px rgba(0,0,0,0.1);border-radius:4px;padding:30px 15px;margin-top:15px}.content-manager-integrations--group:not(:first-child){border-top:1px solid #e8e8e8;padding-top:20px}.content-manager-integrations--group--header{display:flex;align-items:center;justify-content:space-between;font-weight:normal;line-height:18px;font-size:14px;color:#4a4a4a;margin-bottom:15px}.content-manager-integrations--group--header--info{text-transform:capitalize;display:flex;align-items:center;margin-left:10px}.content-manager-integrations--group--header--icon{width:24px;height:24px;margin-right:8px}.content-manager-integrations--group--header--add{font-size:29px;color:#9173c7;margin-right:40px;cursor:pointer}.content-manager-integrations--group--list{margin-left:40px}.content-manager-integrations--group--item{border-top:1px solid #e8e8e8;display:flex;padding:15px 0;align-items:center;justify-content:space-between;padding-left:15px}.content-manager-integrations--group--item--info{display:flex;align-items:center}.content-manager-integrations--group--item--bullet{width:8px;height:8px;border-radius:50%;background:#4a4a4a;margin-right:8px}.content-manager-integration-gettyimages .media-gettyimages--ctas{justify-content:flex-start}.content-manager--menu--btn--dropup{font-size:18px}.content-manager--menu--btn--dropup--wrapper{position:absolute;right:10px;padding:0px 10px;cursor:pointer}.content-manager-social-asset-details--native-html{padding:0 20px}.content-manager-asset-details-twitter-info{display:flex;margin-top:15px;justify-content:space-between}.content-manager-asset-details-twitter-info--title{font-weight:300;line-height:normal;font-size:12px;color:#5c5c5c}.content-manager-asset-details-twitter-info--total{font-weight:bold;line-height:normal;font-size:16px;color:#454c5f;margin-top:3px;text-transform:uppercase}.content-manager-asset-details--folder{display:flex;align-items:center}.content-manager-asset-details--folder--icon{background:url(/js/imgs/icon-simple-folder.svg) center center/contain no-repeat;width:20px;height:21px;margin-right:5px}.content-manager-modal{height:calc(100vh - 100px)}.content-manager-modal--selected-assets{display:flex;align-items:center}.content-manager-modal--selected-asset{width:40px;height:40px;margin-right:10px;border-radius:4px}.content-manager-modal--footer--left{display:flex;align-items:center}.content-manager-body-selected-assets{width:calc(100% - 40px);margin:20px 15px}.content-manager-body-selected-assets--head{height:30px;font-weight:bold;line-height:21px;font-size:14px;text-transform:capitalize;color:#8e8e8e;border-bottom:1px solid #e8e8e8}.content-manager-body-selected-assets--row{border-bottom:1px solid #e8e8e8}.content-manager-body-selected-assets--row>td{padding:20px 0}.content-manager-body-selected-assets--row--content{display:flex;align-items:center}.content-manager-body-selected-assets--row--delete{cursor:pointer;padding:10px;text-align:center}.content-manager-body-selected-assets--row--content--image{width:60px;height:60px;border-radius:4px;flex-shrink:0}.content-manager-body-selected-assets--row--content--info{margin-left:15px}.content-manager-body-selected-assets--row--tags{width:340px}.content-manager-body-selected-assets--row--tags--container{display:flex;flex-wrap:wrap}.content-manager-body-selected-assets--back{color:#9173c7;margin:30px 15px;display:inline-block;cursor:pointer}.content-manager-body-selected-assets--container{overflow:auto;height:100%;padding-bottom:60px}.content-manager-modal--selected-asset--social--container{background:#f9f9f9;width:40px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-right:10px}.content-manager-modal--selected-asset--social--container .content-manager-modal--selected-asset{width:22px;height:18px;margin-right:0}.content-manager-body-selected-assets--row--content--social{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f9f9f9;border-radius:4px}.content-manager-body-selected-assets--row--content--social .content-manager-body-selected-assets--row--content--image{width:33px;height:27px}.content-manager-body-selected-assets--row--content--info--author--image{width:32px;height:32px;border-radius:50%}.content-manager-body-selected-assets--row--content--info--author--provider--image{width:12px;height:10px;margin-right:8px}.content-manager-body-selected-assets--row--content--info--author--info{margin-left:10px}.content-manager-body-selected-assets--row--content--info--author--username{font-size:14px;color:#454c5f}.content-manager-body-selected-assets--row--content--info--author--provider{display:flex;align-items:center}.content-manager-body-selected-assets--row--content--info--author--provider--image{width:12px;height:10px;margin-right:8px}.content-manager-body-selected-assets--row--content--info--author{align-items:center;display:flex}.content-manager-modal--selected-assets--alert{display:flex;align-items:center;color:#f26500;font-style:normal;font-weight:normal;line-height:normal;font-size:14px}.content-manager-modal--selected-assets--alert--icon{font-size:22px;margin-right:5px}.content-manager-body-empty--btn{margin-top:24px}.content-manager-body-empty--btn{display:flex;align-items:center;height:36px;margin-top:24px}.content-manager-body-empty--btn--icon{font-size:22px;line-height:16px;margin-right:12px}.content-manager-body-search-result-stream--empty--container{border:2px dashed #dcdcdc;margin-left:10px;margin-top:30px;margin-right:4px}.content-manager-body-search-result-stream--empty--container .content-manager-body-empty{padding-top:33px;padding-bottom:33px}.content-manager-body-search-result-stream--empty--container .content-manager-body-empty input{width:100%}.content-manager-body-search-result-stream--empty--container .content-manager-body-empty--img{width:210px;height:152px}.content-manager-menu-folders-empty--image{background:url(/js/imgs/empty-state-menu-folders.png) 50%/contain no-repeat;width:56px;height:44px}.content-manager-menu-folders-empty{display:flex;flex-direction:column;align-items:center;max-width:167px;margin:0 auto;margin-top:15px}.content-manager-menu-folders-empty--image{background:url(/imgs/empty-state-menu-folders.png) 50%/contain no-repeat;width:56px;height:44px}.content-manager-menu-folders-empty--title{font-weight:bold;font-size:14px;line-height:16px;text-align:center;color:#8e8e8e;margin-top:13px}.content-manager-menu-folders-empty--subtitle{font-weight:normal;font-size:14px;line-height:23px;text-align:center;color:#8e8e8e;margin-bottom:10px}.content-manager-social-search--youtube{display:flex;padding:0 8px;justify-content:center}.content-manager-social-search--youtube .Select--multi .Select-value{color:white;background-color:#9173C7;display:inline-flex;flex-direction:row-reverse;border:none;border-radius:4px}.content-manager-social-search--youtube .Select--multi .Select-value-icon{border-right:0;font-size:19px;font-weight:300;opacity:0.5;line-height:17px;background:transparent}.content-manager-social-search--youtube .Select--multi .Select-value-icon:hover{color:white;opacity:1}.content-manager-social-search--youtube .Select-value-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:183px}.content-manager-social-search--youtube .Select-menu-outer{display:none !important}.content-manager-social-search--youtube .Select-arrow-zone{display:none !important}.content-manager-social-search--youtube .Select--multi .Select-input{display:inline-flex !important;flex-direction:column;align-items:center;justify-content:center}.content-manager-social-search--youtube .Select-input>input{width:100% !important}.content-manager-social-search--youtube .Select--multi.has-value .Select-input>input{border:1px solid #673ab7;line-height:21px;padding:0px 10px;border-radius:4px;height:10px;width:60px !important}.content-manager-social-search--youtube .Select--multi.has-value .Select-input:focus{border:1px solid rgba(0,0,0,0.13)}.content-manager-social-search--youtube .Select.is-searchable.is-focused>.Select-control,.content-manager-social-search--youtube .Select.is-focused:not(.is-open)>.Select-control{border-color:#673ab7 !important;box-shadow:none}.content-manager-social-search--youtube--item{display:flex;justify-content:center;align-items:center;flex:1;position:relative;padding:0 20px}.content-manager-social-search--youtube--item .channels-label{font-weight:bold;color:#4A4A4A;margin-top:16px;margin-bottom:3px}.content-manager-social-search--youtube--item input{background-color:#FFF;background-image:none;border:1px solid #ccc;border-radius:3px;color:inherit;display:block;padding:6px 12px !important;transition:border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0;width:100%;font-size:14px;height:35px}.content-manager-social-search--button--area{display:flex;justify-content:right;align-items:center;flex:1;padding:0 20px}.content-manager-social-search--youtube--form--wrapper{position:relative;margin-bottom:10px;flex:1}.content-manager-social-search--youtube--selected--channel{display:flex;flex-wrap:wrap;margin:10px 0;position:absolute;left:20px;top:75px}.arena-checkbox{background:#DCD8DF;width:30px;height:30px;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:12px}.arena-checkbox__transparent{background:none}.arena-checkbox__transparent .arena-checkbox--check{border:2px solid white;background:transparent}.arena-checkbox--check{background:#FFFFFF;border:1px solid #4A4A4A;box-sizing:border-box;border-radius:4px;width:60%;height:60%;cursor:pointer}.arena-checkbox--checked,.arena-checkbox--half-checked{background:#2BD88A !important;display:flex;align-items:center;justify-content:center;border:1px solid #fff}.arena-checkbox--checked::after{content:"✓";display:block;color:white;font-size:100%;font-weight:bold}.arena-checkbox--half-checked::after{content:"";width:8px;height:2px;background:white;border-radius:0.5px;display:block}.card-form-results{height:calc(100vh - 35px);overflow:scroll;padding-bottom:100px}.live--pages>.card-form-results{height:calc(100vh - 35px);position:absolute;top:-51px;left:0;width:100%;background:#fff;z-index:801;overflow:auto;padding-bottom:150px}.card-form-results--counter{margin-top:40px;display:flex;justify-content:center;align-items:center}.card-form-results--counter-box{background:#FFFFFF;box-shadow:0px 2px 10px rgba(74,74,74,0.15);height:120px;min-width:150px;margin:0px 5px;display:flex;flex-direction:column}.card-form-results--counter-box--header{font-weight:bold;font-size:18px;text-transform:uppercase;color:#4A4A4A;border-bottom:1px #E8E8E8 solid;margin:0 7px;line-height:21px;padding:15px 10px 3px}.card-form-results--counter-box--body{font-weight:bold;font-size:26px;color:#575757;height:100%;display:flex;justify-content:center;align-items:center}.card-form-results-table{margin-top:25px;box-shadow:0px 2px 5px rgba(74,74,74,0.15);background:#FFFFFF}.card-form-results-table--header{padding-top:17px;padding-left:20px;padding-bottom:7px;font-weight:bold;line-height:21px;font-size:18px;text-transform:uppercase;color:#4A4A4A}.card-form-results-table--row-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-form-results-table--empty-state{position:absolute;height:100%;background:#fff;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.card-form-results-table--empty-state--text{font-weight:bold;font-size:24px;color:#8E8E8E;margin-top:25px}.card-form-results-table--empty-state--icon{background:url(/js/imgs/icon-empty-card-form-results.svg) center center/contain no-repeat;width:90px;height:92px;flex-shrink:0}.card-form-results-table .ReactTable{border:none}.card-form-results-table .ReactTable .rt-thead .rt-th,.card-form-results-table .ReactTable .rt-thead .rt-td{text-align:left;font-weight:bold;font-size:14px;padding-left:20px;padding-top:30px;padding-bottom:15px;color:#8E8E8E;outline:none}.card-form-results-table .ReactTable .rt-tbody .rt-tr-group{border:none}.card-form-results-table .ReactTable .rt-tbody .rt-tr.-odd{background:#FAFBFC}.card-form-results-table .ReactTable .rt-tbody .rt-td{color:#8e8e8e;border:none;height:50px;padding:0px;font-size:14px;padding-left:20px;display:flex;align-items:center}.card-form-results-table .ReactTable .rt-thead.-header{box-shadow:none;border:1px solid rgba(232,232,232,0.5);border-right:none;border-left:none}.card-form-results-table .pagination-bottom{position:absolute;bottom:-60px;width:100%;display:flex;justify-content:flex-end}.card-form-results-table .pagination-bottom button{background:transparent !important;color:#9173C7 !important;width:auto !important;display:flex !important;align-items:center !important;font-size:16px !important}.card-form-results-table .pagination-bottom .-pagination{box-shadow:none;border:0;margin-right:70px}.card-form-results-table .pagination-bottom .-pageInfo{line-height:10px;font-size:14px;text-align:center;color:#8E8E8E}.card-form-results-table .pagination-bottom .-pageSizeOptions{position:absolute;left:0}.card-form-results-table .pagination-bottom .-previous button::before{content:"<";font-size:19px;font-weight:bold;margin-right:10px}.card-form-results-table .pagination-bottom .-next button::after{content:">";font-size:19px;font-weight:bold;margin-left:10px}.card-form-results--export-results-wrapper{display:flex;justify-content:flex-end;height:36px;margin-top:-36px}.card-form-results--export-results{color:#9173c7;position:relative;bottom:4px;display:flex;justify-content:center;align-items:center;cursor:pointer;width:142px}.card-form-results--export-results:hover{background:#ECEEEF}.card-form-results--export-results--icon{padding-right:10px;margin-top:2px}.card-form-results-export-modal .alert-modal--main{width:550px;min-height:282px}.card-form-results-export-modal--body{height:100%;padding:30px}.card-form-results-export-modal--date{display:flex;align-items:center}.card-form-results-export-modal--format-result-wrapper{display:flex;justify-content:space-between;align-items:baseline}.card-form-results-export-modal--result{font-size:16px;color:#4A4A4A}.card-form-results-export-modal--result>span{font-weight:500;margin-right:5px}.card-form-results-export-modal--format{display:flex;align-items:center;margin-top:20px;margin-bottom:25px;cursor:pointer}.card-form-results-export-modal--label{width:125px;margin-right:25px;font-weight:500;font-size:16px;color:#4A4A4A;white-space:nowrap}.card-form-results-export-modal--date-input-icon{position:absolute}.card-form-results-export-modal--date-input-icon svg{position:relative;bottom:28px;left:120px}.card-form-results-export-modal--date-input{color:#8E8E8E;font-size:14px;height:40px;width:150px;border:1px solid #ddd;box-sizing:border-box;border-radius:4px;padding:13px 17px 11px 16px}.card-form-results-export-modal--format-input{max-width:150px}.card-form-results-export-modal--format-input .Select-control{height:40px;width:150px;border:1px solid #ddd;box-sizing:border-box;border-radius:4px}.card-form-results-export-modal--format-input .Select-value{padding-top:2px}.card-form-results-export-modal--format-input .Select-value-label{color:#8E8E8E !important}.card-form-results-export-modal--format-input .Select.is-focused:not(.is-open)>.Select-control{border-color:#ddd;box-shadow:none}.card-form-results-export-modal--buttons{text-align:center}.card-form-results-export-modal--buttons .btn{width:96px}.card-form-results-export-modal--loading{display:flex;flex-direction:column;align-items:center}.card-form-results-export-modal--loading-text{margin-top:20px;font-size:16px;color:#9D9D9D}.card-form-results-export-modal--date-input-wrapper .react-datepicker-popper{z-index:10}.card-form-results .create-edit-card{background:none;margin-top:180px;padding-bottom:150px}.stream-config-web{display:flex;padding:0 50px}.stream-config-web .Select-control{height:33px}.stream-config-web .Select-control .Select-placeholder{line-height:30px;color:#DCDCDC}.stream-config-web .Select-control .Select-input{height:30px}.stream-config-web .chosen-container-single .chosen-single{height:33px !important}.stream-config-web--field--description--inputs>div{width:100%}.stream-config-web--left{display:flex;flex-direction:column;justify-content:space-between;flex:1;margin-right:14px;max-width:450px}.stream-config-web--right{display:flex;flex-direction:column;justify-content:space-between;flex:1;margin-left:14px;max-width:450px}.stream-config-web--field-double .stream-config-web--field:first-child{margin-right:14px;flex:1;max-width:208px}.stream-config-web--field-double .stream-config-web--field:last-child{margin-left:14px;flex:1}.stream-config-web--field{margin-top:20px}.stream-config-web--field--label--info{color:#989898;margin-left:15px;font-size:18px}.stream-config-web--field--label{font-weight:bold;line-height:17px;font-size:14px;color:#4A4A4A;display:flex;align-items:center}.stream-config-web--field--description{font-weight:normal;line-height:19px;font-size:12px;color:#8E8E8E;display:flex;justify-content:space-between}.stream-config-web--field--description--inputs{display:flex}.stream-config-web--field--description--inputs .arena-select--items{top:unset;bottom:100%}.stream-config-web--field--description--inputs input{border-color:#ccc;height:33px}.stream-config-web--field--description--inputs input::placeholder{color:#DCDCDC}.stream-config-web--field--description--inputs--select{background:#FFFFFF;border:1px solid #CCCCCC;box-sizing:border-box;border-radius:4px;height:33px;width:100%;flex-shrink:0}.stream-config-web--field--description--inputs--text{background:#FFFFFF;border:1px solid #CCCCCC;box-sizing:border-box;border-radius:4px;height:33px;width:100%;padding:0 10px}.stream-config-web--field-double{display:flex;justify-content:space-between;align-items:flex-end}.stream-config-web--field--checks{display:flex;justify-content:space-between;width:100%;margin-top:5px;height:28px}.stream-config-web--field--check{display:flex;align-items:center}.stream-config-web--field--check--label{margin-right:10px;font-weight:normal;line-height:19px;font-size:16px;text-align:right;color:#4F4F4F}.event-wizard-stream--config .toggle-switch---switch---3EchW.toggle-switch---checked---3aC9B .toggle-switch---toggle---mncCu{border-color:#9173C7 !important;background-color:#9173C7 !important}.stream-config-web--field--description--check--wrapper{width:53px;height:20px;position:relative}.stream-config-web--field--description--check{position:absolute;top:-10px;right:0}.stream-config-web--field--slider--numbers{font-weight:normal;line-height:12px;font-size:12px;color:#AAAAAA;display:flex;justify-content:space-between;margin-left:-3px;margin-right:-10px;margin-top:5px}.stream-config-web--field--slider--numbers--any{width:6.75px}.stream-config-web--field--slider{width:100%;padding:0 10px}.stream-config-web--field--entity{display:flex;width:100%;margin-bottom:10px;position:relative}.stream-config-web--field--entity--input{flex:1;margin-right:10px}.stream-config-web--field--entity--input:last-child{margin-right:0}.stream-config-web--field--entity--wrapper{width:100%}.stream-config-web--field--entity--add{font-weight:normal;line-height:10px;font-size:14px;text-align:center;color:#9173C7;margin:32px;display:flex;align-items:center;justify-content:center}.stream-config-web--field--entity--add--label{cursor:pointer}.stream-config-web .Select--multi .Select-value{color:white;background-color:#9173C7;display:inline-flex;flex-direction:row-reverse;border:none;border-radius:4px}.stream-config-web .Select--multi .Select-value-icon{border-right:0;font-size:19px;font-weight:300;opacity:0.5;line-height:17px;background:transparent}.stream-config-web .Select--multi .Select-value-icon:hover{color:white;opacity:1}.stream-config-web .Select-value-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:183px}.stream-config-web .Select-menu-outer{display:none !important}.stream-config-web .Select-arrow-zone{display:none !important}.stream-config-web .Select--multi .Select-input{display:inline-flex !important;flex-direction:column;align-items:center;justify-content:center}.stream-config-web .Select--multi.has-value .Select-input>input{border:1px solid rgba(0,0,0,0.13);line-height:21px;padding:0px 10px;border-radius:4px;height:19px}.stream-web-language-country--input>div{width:100% !important}.stream-web-language-country--input .chosen-container{width:100% !important}.stream-web-language-country--input .chosen-container .chosen-results{max-height:200px}.stream-config-web--field--entity--sentiment>div{width:143px}.stream-config-web--field--entity--close{position:absolute;top:8px;right:-20px;font-size:16px;cursor:pointer}.stream-config-web--field--multi-input{position:relative}.stream-config-web--field--multi-input .Select-multi-value-wrapper{margin-right:25px}.stream-config-web--field--multi-input--max-values{position:absolute;top:calc(50% - 7px);right:20px;height:10px;font-size:9px;letter-spacing:0.00909091em;color:#BDBDBD;opacity:0.7}.arena-select{width:100%;position:relative;font-weight:normal;font-size:14px;color:#4A4A4A}.arena-select--value-wrapper{display:flex;align-items:center;background:#FFFFFF;border:1px solid #CCCCCC;box-sizing:border-box;border-radius:4px;height:33px;justify-content:space-between;padding:0 10px}.arena-select--value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.arena-select--value--icon{font-size:18px}.arena-select--items{background:#FFFFFF;box-shadow:0px 3px 4px rgba(0,0,0,0.25);border-radius:4px;margin-top:6px;padding:4px 0;position:absolute;z-index:10;width:100%;top:100%;left:0;min-width:150px;max-height:150px;overflow-y:auto;overflow-x:visible}.arena-select--item{padding:6px 10px;cursor:pointer}.arena-select--item:hover{background:rgba(145,115,199,0.1)}.arena-select--overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9}.arena-select--item--wrapper--date-range{position:absolute;bottom:0;right:-400px;background:#FFFFFF;box-shadow:0px 3px 4px rgba(0,0,0,0.25);border-radius:4px}.stream-web-period--input{width:210px}.user-page{display:flex;flex-direction:column;align-items:center;position:relative}.user-page-body{margin-top:20px;display:flex;max-width:1180px;width:calc(100% - 40px)}.user-page-information{padding:30px;padding-top:10px}.user-page-information .social-crm-table--column--score{flex-direction:row-reverse;margin:0}.user-page-information .social-crm-table--column--score--text{margin-bottom:0;margin-left:16px}.user-page-information .social-crm-table--column--score--bar--wrapper{width:100%}.user-page-information .social-crm-table--column{margin:0}.user-page-information--label{font-weight:bold;line-height:normal;font-size:14px;color:#4A4A4A;margin-bottom:10px;margin-top:20px}.user-page-information--qualification--wrapper{display:flex}.user-page-information--qualification{background:#0A91E6;border-radius:100px;font-weight:normal;font-size:13px;color:#FFFFFF;line-height:32px;display:flex;align-items:center;padding:0 12px 0 4px}.user-page-information--qualification--icon--wrapper{background:#0071B8;width:24px;height:24px;border-radius:50%;margin-right:8px;display:flex;align-items:center;justify-content:center}.user-page-information--value{font-weight:normal;line-height:14px;font-size:14px;color:#8E8E8E;display:flex;align-items:center}.user-page-information--qualification--icon{width:15px;height:15px}.user-page-information--value--text{margin-left:10px;text-transform:capitalize}.user-page-information--last_viewed{display:block}.user-page-information--last_viewed a{color:#0A91E6;margin-right:5px;overflow-wrap:break-word}.user-page-information--connections{display:flex;align-items:center;font-weight:normal;line-height:14px;font-size:14px;color:#C7C7C7}.user-page-information--connections--icon--wrapper{width:35px;height:35px;background:#EFEFEF;border-radius:50%;margin-right:10px;display:flex;align-items:center;justify-content:center}.user-page-information--connections--icon{width:25px;height:19px}.user-page-interest{width:100%}.user-page-interest-categories--category{width:380px;height:400px;position:relative}.user-page-interest-categories{display:flex;justify-content:space-between}.user-page-interest-categories--category--name--wrapper{position:absolute;top:-20px;left:0;bottom:0;right:0;margin:auto;height:23px;width:160px;line-height:normal;font-size:14px;text-align:center;color:#8E8E8E}.user-page-interest-categories--category--name{line-height:normal;font-size:24px;text-align:center;color:#4A4A4A;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-page-interest-profile{padding:20px 30px}.user-page-interest-profile--title{font-weight:bold;line-height:normal;font-size:14px;color:#4A4A4A}.user-page-interest-profile--group--item{background:#FFFFFF;border:1px solid #CCCCCC;box-sizing:border-box;border-radius:4px;margin-right:10px;margin-top:10px;display:flex;align-items:center;line-height:normal;font-size:16px;color:#673AB7;font-weight:bold;padding-right:15px}.user-page-interest-profile--group--item--image{width:40px;height:40px;border-radius:4px;margin-right:10px}.user-page-interest-profile--group--items{display:flex;flex-wrap:wrap;padding-bottom:15px;margin-bottom:15px;border-bottom:1px solid #C6CFD9}.user-page--back{position:absolute;left:15px;top:20px;font-size:16px;color:#9173C7;cursor:pointer}.create-chat .new-event--profanity-filter{padding:initial}.create-chat .new-event--profanity-filter--label{width:168px}.create-chat .chat-settings .form-group{display:flex}.create-chat .chat-settings .form-group:first-child .arena-form-label{padding-top:7px}.page-unavailable--container{padding:20px;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.page-unavailable{display:flex;flex-direction:column;align-items:center}.page-unavailable--img{background:url(/js/imgs/page-unavailable.png) center center/contain no-repeat;width:116px;height:116px;margin:8px 0}.page-unavailable--title{font-weight:bold;line-height:40px;font-size:36px;text-align:center;color:#DDDDDD;margin:8px 0}.page-unavailable--subtitle{font-weight:300;line-height:19px;font-size:16px;text-align:center;color:#8E8E8E;margin:8px 0 15px}.page-unavailable--button{margin-top:15px}.conversion-cards-analytics{padding:10px 30px}.conversion-cards-analytics .arena-select--item--wrapper--date-range{right:auto;width:402px;left:-402px}.conversion-cards-analytics--select-date--wrapper{display:flex;justify-content:flex-end;margin-bottom:10px}.conversion-cards-analytics--select-date{width:212px}.analytics-card--tooltip{color:#DADADA}.conversion-cards-analytics-overview{display:flex}.conversion-cards-analytics-overview--result--response-rate--percentage{font-weight:bold;font-size:16px;line-height:normal;color:#0A91E6;margin-bottom:5px;margin-top:10px}.conversion-cards-analytics-overview--result--response-rate--bar{background:#EFEFEF;border-radius:4px;width:100%;height:8px;position:relative}.conversion-cards-analytics-overview--result--response-rate--bar--percentage{background:#0A91E6;border-radius:4px;position:absolute;top:0;left:0;height:8px;width:100%}.conversion-cards-analytics-overview--results--wrapper{margin-right:20px;min-width:150px}.conversion-cards-analytics-overview--result{background:#FFFFFF;box-shadow:0px 2px 1px rgba(0,0,0,0.1);border-radius:4px;width:150px;padding:15px;margin-bottom:10px}.conversion-cards-analytics-overview--result--title{font-weight:normal;font-size:16px;line-height:normal;color:#8E8E8E}.conversion-cards-analytics-overview--result--value{font-weight:bold;font-size:32px;line-height:normal;margin-top:5px}.conversion-cards-analytics-overview--chart{flex:1;overflow:hidden}.conversion-cards-analytics--multiple-cards{display:flex}.conversion-cards-analytics--multiple-cards .event--box--container{width:100%;margin-left:15px;margin-right:15px}.conversion-cards-analytics--multiple-cards .event--box--container:first-child{margin-left:0}.conversion-cards-analytics--multiple-cards .event--box--container:last-child{margin-right:0}.chart-empty-state--container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.chart-empty-state--image{background:url(/js/imgs/empty-state-chart.png) 50%/contain no-repeat;width:120px;height:120px}.chart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;width:100%}.chart-empty-state--text{font-weight:bold;font-size:18px;line-height:21px;text-align:center;color:#8E8E8E;margin-top:30px}.conversion-cards-best-widgets--widget--link{display:flex;justify-content:center;padding:6px;border-radius:3px;cursor:pointer;width:30px}.conversion-cards-best-widgets--widget--link--icon{background:url(/js/imgs/icon-clickout.svg) 50%/contain no-repeat;width:18px;height:18px}.conversion-cards-best-widgets--widget--link:hover{background:#F2F2F2}.conversion-cards-best-widgets--widget--link:hover .conversion-cards-best-widgets--widget--link--icon{background:url(/js/imgs/icon-clickout-purple.svg) 50%/contain no-repeat}.conversion-cards-best-widgets--widget--image{width:24px;height:24px}.conversion-cards-best-widgets--widget--name{font-weight:normal;font-size:14px;line-height:normal;color:#8E8E8E}.conversion-cards-best-widgets--widget--bold{font-weight:bold;font-size:16px;line-height:normal;color:#4A4A4A}.conversion-cards-best-widgets--head--tr{font-weight:bold;font-size:14px;line-height:16px;color:#4A4A4A}.conversion-cards-best-widgets--head--th{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversion-cards-best-widgets th{padding:0 10px !important}.conversion-cards-best-widgets td{padding:10px !important}.conversion-cards-best-widgets tbody>tr{border-bottom:1px solid rgba(232,232,232,0.5)}.conversion-cards-best-widgets table{width:100%}.conversion-cards-analytics--pie{width:267px}.conversion-cards-analytics--multiple-cards>.event--box--container{width:auto}.conversion-cards-analytics--multiple-cards>.event--box--container:last-child{flex:1}.conversion-cards-analytics-widget-per-device--header{display:flex;align-items:center;flex-wrap:wrap;width:750px;margin-bottom:20px;margin:0 auto}.conversion-cards-analytics-widget-per-device--card{height:110px;background:#FFFFFF;box-shadow:0 2px 6px 0 rgba(0,0,0,0.2);border-radius:4px;padding:15px;flex:45%;margin-bottom:20px;cursor:pointer}.conversion-cards-analytics-widget-per-device--card:hover{box-shadow:0 2px 6px 2px rgba(0,0,0,0.2)}.conversion-cards-analytics-widget-per-device--card:nth-of-type(2n+1){margin-right:20px}.conversion-cards-analytics-widget-per-device--card__selected{border:1px solid #9173c7;box-shadow:0 2px 6px 0 rgba(0,0,0,0.2),inset 0 2px 4px 0 rgba(145,115,199,0.35)}.conversion-cards-analytics-widget{display:flex}.conversion-cards-analytics-widget--chart{width:80px;height:80px}.conversion-cards-analytics-total-impressions{font-weight:normal;font-size:16px;line-height:normal;color:#8E8E8E;display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.conversion-cards-analytics-total-impressions--value{font-weight:bold;font-size:32px;line-height:normal;color:#4A4A4A}.conversion-cards-analytics-widget--total{margin-left:30px;display:flex;flex-direction:column;justify-content:space-between;font-weight:normal;font-size:16px;line-height:normal;color:#8E8E8E}.conversion-cards-analytics-widget--total--value{font-weight:bold;font-size:32px;line-height:normal;color:#4A4A4A}.conversion-cards-analytics-widget--devices{display:flex;align-items:flex-end;margin-left:15px;font-weight:normal;font-size:12px;line-height:normal;color:#8E8E8E;margin-right:20px}.conversion-cards-analytics-widget--devices--item.conversion-cards-analytics-widget--devices--item-desktop{margin-right:20px}.conversion-cards-analytics-widget--devices--item--value{font-weight:bold;font-size:18px;line-height:normal;color:#4A4A4A}.conversion-cards-analytics--main .conversion-cards-analytics--multiple-cards .event--box--container:first-child{flex:1}.conversion-cards-analytics-forms-completion-rate--table{width:100%}.conversion-cards-analytics-forms-completion-rate--row:not(:last-child){border-bottom:1px solid #C6CFD9}.conversion-cards-analytics-forms-completion-rate--info{display:flex;margin:10px;align-items:center}.conversion-cards-analytics-forms-completion-rate--info--name-date{font-weight:normal;font-size:14px;line-height:16px;color:#8E8E8E}.conversion-cards-analytics-forms-completion-rate--info--name{font-weight:300;font-size:17px;line-height:20px;color:#5021A6;margin-bottom:8px}.conversion-cards-analytics-forms-completion-rate--type{width:32px;height:32px;background:#E9E9E9;border-radius:50%;display:flex;align-items:center;justify-content:center}.conversion-cards-analytics-forms-completion-rate--type--icon{width:17px;height:17px}.conversion-cards-analytics-forms-completion-rate--score{display:flex;align-items:center;margin-right:20px}.conversion-cards-analytics-forms-completion-rate--score--text{font-weight:bold;font-size:16px;line-height:normal;text-align:right;color:#0A91E6;margin-right:5px}.conversion-cards-analytics-forms-completion-rate--score--bar--wrapper{background:#EFEFEF;border-radius:4px;width:100%;min-width:20px;height:8px}.conversion-cards-analytics-forms-completion-rate--score--bar{height:8px;background:#0A91E6;border-radius:4px}.conversion-cards-analytics-forms-completion-rate--see-more{font-weight:normal;font-size:14px;line-height:16px;text-align:center;color:#9173C7;margin-top:15px;cursor:pointer}.conversion-cards-analytics-top-cards .conversion-cards-analytics-forms-completion-rate--type{display:flex;align-items:center;width:auto;border-radius:50px;padding:9px;font-weight:normal;font-size:11px;line-height:normal;color:#4A4A4A}.conversion-cards-analytics-top-cards .conversion-cards-analytics-forms-completion-rate--type--icon{margin-right:5px}.conversion-cards-analytics-top-cards .conversion-cards-best-widgets--widget--image:not(:last-child){margin-right:10px}.conversion-cards-analytics-top-cards--goals{display:flex}.conversion-cards-analytics-top-cards--table td,.conversion-cards-analytics-top-cards--table th{padding:0 10px}.conversion-cards-analytics-top-cards--table--bold{font-weight:bold}.conversion-cards-best-widgets--widgets--container{display:flex}.conversion-cards-analytics-top-cards--table{width:100%}.conversion-cards-analytics-forms-completion-rate--info--image{width:75px;height:75px;border-radius:4px 0 0 4px;margin-right:10px}.live-content-media--container{width:100%;flex-shrink:0;margin:0 15px;flex:1;max-width:430px}.live-content-media{background:#fff;border:1px solid #e1e8ed;border-radius:4px;height:calc(100% - 18px);flex:1;margin-right:10px;width:100%;margin-bottom:20px;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2)}.live-content-media .content-manager-body-empty--dropzone{border:5px dashed #9173c7}.live-content-media .content-manager-body-empty--dropzone--img{margin-top:-60px}.live-content-media .content-manager-body-empty--dropzone--text{box-shadow:0px 4px 15px rgba(0,0,0,0.35);padding:0 20px;width:184px}.live-content-media--body{height:calc(100% - 43px)}.live-content-media--body .live-srteam--stream--list{height:calc(100% - 58px)}.live-content-media--body .live-srteam--stream--container{min-height:0}.live-content-media--body .content-manager-body-search-result-assets--dropzone{height:100%}.live-content-media--body .live-content-media-library{height:100%;width:100%}.live-content-media--body .live-content-media-library--body{height:calc(100% - 70px)}.live-content-media--body .content-manager-body-search{height:100%}.content-manager-body-search--fields--search--button--icon{display:none;line-height:0px;font-size:21px}.live-content-media-library--body .live-srteam--stream--item{padding:0}.live-content-media-library--body .live-srteam--stream--item img{max-width:100%}.live-content-media-library--body .live-srteam--stream--item--wrapper{max-width:100%}.live-content-media-search{height:100%}.live-content-media-search .content-manager-social-search--youtube{flex-direction:column}.live-content-media-search .content-manager-social-search--youtube--item{padding:12px 20px}.live-content-media-search .content-manager-body-search-filter--cta{display:none}.live-content-media-search .live-srteam--stream--item{padding:0;padding-bottom:10px}.live-content-media-search .live-srteam--stream--item--wrapper{max-width:100%;padding:0px}.live-content-media-search .content-manager-body-search{height:100%}.live-content-media-search .content-manager-body-search--social .event-wizard-stream--menu--item--name{display:none}.live-content-media-search .content-manager-body-search--social .event-wizard-stream--menu--item{width:30px;height:30px}.live-content-media-search .content-manager-body-search--social .event-wizard-stream--menu--item--icon{font-size:17px;margin-top:0}.live-content-media-search .content-manager-body-search--social .event-wizard-stream--menu--item--icon.ion-social-facebook:before{width:17px;height:17px}.live-content-media-search .event-wizard-stream--menu .event-wizard-stream--menu--item:last-child{margin-right:0}.live-content-media-search .content-manager-body-empty--img{width:210px;height:152px}.live-content-media-search .content-manager-body-search-empty--text{margin-top:40px}.live-content-media-search .content-manager-social-search--fields--wrapper{margin-bottom:0}.live-content-media-search .content-manager-social-search--fields{padding:10px 0;width:90%}.live-content-media-search .content-manager-body-search--fields--search--button--icon{display:block}.live-content-media-search .content-manager-body-search--fields--search--button--text{display:none}.live-content-media-search .content-manager-body-search--fields--search--wrapper{align-items:flex-start}.live-content-media-search .content-manager-body-search--fields--search--wrapper>button{margin:0px 5px}.live-content-media-search .content-manager-body-search-empty{margin:50px 20px}.live-content-media-search .content-manager-body-search-result-stream{height:calc(100% - 130px);position:relative}.live-content-media-search .content-manager-body-search--fields--search--input--wrapper{width:calc(100% - 40px)}.content-manager-body-search-result-stream{overflow:scroll;height:calc(100% - 56px);width:100%}.live-content-media-library--header{display:flex;align-items:center;justify-content:center;padding:20px 20px 15px}.live-content-media-library--tab{height:36px;flex:1;justify-content:center;display:flex;align-items:center;font-weight:normal;line-height:14px;font-size:14px;color:#4a4a4a;cursor:pointer}.live-content-media-library--tab__selected{background:#f4f1fa;color:#673ab7}.content-manager-body-search-result-stream .content-manager-body-search-result-asset{width:100%;height:auto;box-shadow:none;border-radius:0;margin-right:0;margin-bottom:0;cursor:default}.content-manager-body-search-result-stream .content-manager-body-search-result-asset--image{width:100%;border-radius:0;height:auto}.conent-manager-body-search-result-stream--item{border-bottom:1px solid #e5e5e5;padding-bottom:15px;margin-bottom:20px}.live-content-media-library--body .content-manager-body-search-filter{flex-direction:column}.live-content-media-library--body .content-manager-menu-folders{margin-bottom:20px}.live-content-media-library--body .content-manager-body-search-empty{margin:0 10px}.live-content-media-library--body .content-manager-body-search--fields--search{padding-right:40px}.content-manager-body-search-filter--label--drop{background:#f9f9f9;display:flex;align-items:center;padding:5px 12px;border-radius:4px;cursor:pointer;margin-top:15px}.content-manager-body-search-filter--label--drop--icon{font-size:16px;margin-right:10px}.content-manager-body-search-result-stream--breadcrumbs{display:flex;align-items:center;margin:10px}.content-manager-body-search-result-stream--breadcrumbs--item{font-weight:normal;line-height:normal;font-size:14px;color:#353b4c;cursor:pointer;padding:6px 5px}.content-manager-body-search-result-stream--breadcrumbs--item:hover{background:#eceeef;border-radius:4px}.content-manager-body-search-result-stream--breadcrumbs--item--link{display:flex;align-items:center;margin-left:15px;position:relative}.content-manager-body-search-result-stream--breadcrumbs--item--link .arena-dropdown--list{left:10px}.content-manager-body-search-result-stream--breadcrumbs--item--link--icon{font-size:20px;color:#dddddd}.content-manager-body-search-result-stream--breadcrumbs--item--link--text{line-height:normal;font-size:14px;color:#353b4c;margin-left:15px;cursor:pointer;padding:6px 5px}.content-manager-body-search-result-stream--breadcrumbs--item--link--text:hover{background:#eceeef;border-radius:4px}.content-manager-body-search-result-stream--breadcrumbs--item--link:last-child .content-manager-body-search-result-stream--breadcrumbs--item--link--text{font-weight:bold;color:#6643a5}.content-manager-body-search-result-stream--breadcrumbs--item--dots{width:4px;height:4px;background:#9b9b9b;border-radius:50%;position:relative;margin:0 9px}.content-manager-body-search-result-stream--breadcrumbs--item--dots::before,.content-manager-body-search-result-stream--breadcrumbs--item--dots::after{content:"";width:4px;height:4px;background:#9b9b9b;border-radius:50%;position:absolute}.content-manager-body-search-result-stream--breadcrumbs--item--dots::before{left:-7px}.content-manager-body-search-result-stream--breadcrumbs--item--dots::after{right:-7px}.live-content-media-library{width:320px}@media screen and (min-width: 1263px){.live-content-media--container{max-width:calc(100% - 820px)}}@media screen and (min-width: 1360px){.live-content-media{max-width:330px;margin-bottom:0}.live-content-media--container{max-width:320px;min-width:320px;margin:0 8px}}.content-manager-body-search-result-stream .divisor{display:none}.social-crm-overview{padding:20px 30px}.social-crm-overview .create-social-wall--form{max-width:100%}.social-crm-overview .event--box--title{text-transform:uppercase}.social-crm-overview .arena-select--item--wrapper--date-range{right:auto;width:402px;left:-402px}.social-crm-overview--multiple-cards>div{flex:1}.social-crm-overview--multiple-cards{display:flex}.social-crm-overview--multiple-cards .event--box--container{width:100%;margin-left:15px;margin-right:15px}.social-crm-overview--multiple-cards .event--box--container:first-child{margin-left:0}.social-crm-overview--multiple-cards .event--box--container:last-child{margin-right:0}.social-crm-overview-my-crm--chart1{width:276px}.social-crm-overview-my-crm{display:flex}.social-crm-overview-my-crm--chart2{flex:1;border-left:1px solid #E8E8E8;padding-left:20px;height:305px;overflow:hidden}.social-crm-overview-gauge{min-height:340px}.social-crm-overview-average-score--image--wrapper{background:#fff;position:absolute;top:105px;left:0;right:0;bottom:0;margin:auto;height:179px;width:130px;display:flex;align-items:center;justify-content:center;padding-bottom:0px;flex-direction:column}.social-crm-overview-average-lead--image{width:98px;height:94px}.social-crm-overview-average-user--image{width:98px;height:94px}.social-crm-overview-gauge--title{font-weight:bold;line-height:normal;font-size:32px;text-align:center;color:#F2C94C;margin-top:20px}.social-crm-overview-gauge--info{display:flex;width:250px;align-items:center;margin-top:30px}.social-crm-overview-gauge--info--percent{font-weight:bold;line-height:normal;font-size:44px;text-align:right;color:#575757;display:flex}.social-crm-overview-gauge--info--percent--symbol{font-size:24px;margin-top:5px}.social-crm-overview-gauge--info--description{font-weight:300;line-height:18px;font-size:12px;color:#4A4A4A;margin-left:6px}.social-crm-average-time{display:flex;align-items:center;justify-content:center;flex-direction:column;height:calc(100% - 80px);min-height:250px;position:relative}.social-crm-average-time--time{font-size:70px;text-align:center;letter-spacing:-0.0571429em;color:#0A91E6}.social-crm-average-time--time--measurement{font-size:55px;margin-left:10px}.social-crm-average-time--description{font-weight:normal;line-height:19px;font-size:16px;color:#4A4A4A;position:absolute;bottom:0;left:0}.social-crm-overview-top--table{width:100%}.social-crm-overview-top--head{font-weight:bold;line-height:16px;font-size:14px;color:#4A4A4A}.social-crm-overview-top--body{font-style:normal;font-weight:normal;line-height:20px;font-size:14px;color:#8E8E8E}.social-crm-overview-top--name--wrapper{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:1px}.social-crm-overview-top--name{display:flex;align-items:center;width:100%;margin-right:10px;padding:10px 0}.social-crm-overview-top--name--image{width:32px;height:32px;border-radius:50%;margin-right:10px;flex-shrink:0}.social-crm-overview-top--country--image{width:20px;height:14px;margin:0 auto}.social-crm-overview-top--score{margin-left:10px}.social-crm-overview-top--body--row:not(:last-child){border-bottom:1px solid #C6CFD9}.social-crm-overview-top--body--row{cursor:pointer}.social-crm-overview-top .social-crm-table--column--score--bar--wrapper{min-width:100px;width:100%}.social-crm-overview-top--name--text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.social-crm-overview-top--score{margin-left:10px;display:flex;align-items:center}.social-crm-overview-top--score--text{margin-right:6px;width:34px;text-align:center}.social-crm-overview-top--slug{font-weight:normal;line-height:normal;font-size:14px;color:#8E8E8E}.social-crm-overview-top--slug,.social-crm-overview-top--name--text--name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.social-crm-overview-top-leads--more{text-transform:capitalize;font-weight:normal;line-height:16px;font-size:14px;text-align:center;color:#9173C7;cursor:pointer}.social-crm-overview-top-leads{display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 80px)}.social-crm-overview-conversion-rate{margin-left:-36px;width:calc(100% + 69px);min-height:365px}.social-crm-overview-conversion-rate{margin-left:-36px;width:calc(100% + 69px);position:relative;height:365px}.social-crm-overview-conversion-rate--visitors{right:auto;left:0;padding-left:50px}.social-crm-overview-conversion-rate--lead{right:auto;left:calc(25% + 6px);padding-left:30px}.social-crm-overview-conversion-rate--contact{position:absolute;top:20px}.social-crm-overview-conversion-rate--contact--name{font-weight:bold;line-height:normal;font-size:18px;color:#8E8E8E}.social-crm-overview-conversion-rate--contact--number{font-weight:bold;line-height:normal;font-size:32px;color:#4A4A4A;margin-top:10px}.social-crm-overview-conversion-rate--user{margin:auto;width:100px;right:auto;left:calc(50% + -7px);padding-left:30px}.social-crm-overview-conversion-rate--buyer{margin:auto;width:100px;right:auto;left:calc(75% + -7px);padding-left:30px}.social-crm-overview-conversion-rate--divide-line{position:absolute;height:calc(100% + -55px);width:1px;top:-21px;left:0;right:0;margin:auto;background:#E8E8E8}.social-crm-overview-conversion-rate--divide-item{position:absolute;left:0;right:0;margin:auto;width:100px;text-align:center;bottom:15px;display:flex;flex-direction:column;align-items:center}.social-crm-overview-conversion-rate--divide-item--text{font-weight:bold;line-height:normal;font-size:32px;text-align:center;color:#4A4A4A}.social-crm-overview-conversion-rate--visitors .social-crm-overview-conversion-rate--contact--image{background:url(/js/imgs/visitor-on.png) 50%/contain no-repeat}.social-crm-overview-conversion-rate--lead .social-crm-overview-conversion-rate--contact--image{background:url(/js/imgs/lead-on.png) 50%/contain no-repeat}.social-crm-overview-conversion-rate--user .social-crm-overview-conversion-rate--contact--image{background:url(/js/imgs/user-off.png) 50%/contain no-repeat}.social-crm-overview-conversion-rate--buyer .social-crm-overview-conversion-rate--contact--image{background:url(/js/imgs/buyer-off.png) 50%/contain no-repeat}.social-crm-overview-conversion-rate--contact--image{width:20px;height:20px;margin-bottom:5px}.social-crm-overview-conversion-rate--divide-item--icon{background:url(/js/imgs/icon-chart-divide.png) 50%/contain no-repeat;width:32px;height:32px;margin-bottom:8px}.social-crm-overview-conversion-rate--divide-item--icon-buyer{background:url(/js/imgs/icon-checked-circle.png) 50%/contain no-repeat}.social-crm-overview-interest-profile--category--name{font-weight:bold;line-height:normal;font-size:20px;color:#4A4A4A}.social-crm-overview-interest-profile--category--items{display:flex;align-items:center;flex-wrap:wrap;margin-top:10px;padding-bottom:5px}.social-crm-overview-interest-profile--category:not(:last-child){margin-bottom:15px;border-bottom:1px solid #C6CFD9}.social-crm-overview-interest-profile--category--item{display:flex;align-items:center;border:1px solid #CCCCCC;border-radius:4px;font-weight:normal;line-height:12px;font-size:14px;color:#673AB7;margin-right:10px;height:32px;margin-bottom:10px}.social-crm-overview-interests-categories{position:relative;height:calc(100% - 80px)}.social-crm-overview-interest-profile--category--item--image{width:30px;height:30px;border-radius:3px 0 0 3px}.social-crm-overview-interest-profile--category--item--name{padding:0 10px}.social-crm-overview-top-countries--list{width:100%;height:100%;max-width:500px;background:#FAFBFC}.social-crm-overview-top-countries--list--head{font-weight:bold;line-height:normal;font-size:14px;color:#4A4A4A;border-bottom:1px solid #C6CFD9}.social-crm-overview-top-countries--list--head--country{width:100%;padding:15px}.social-crm-overview-top-countries--list--head--results{width:190px;text-align:center;min-width:190px}.social-crm-overview-top-countries--list--row:not(:last-child){border-bottom:1px solid #C6CFD9}.social-crm-overview-top-countries--position-name{display:flex;align-items:center;padding:10px}.social-crm-overview-top-countries--position{font-weight:bold;line-height:18px;font-size:14px;color:#39393A;margin-right:20px}.social-crm-overview-top-countries--flag{width:20px;height:14px;margin-right:8px}.social-crm-overview-top-countries--name{font-weight:normal;line-height:18px;font-size:14px;color:#39393A}.social-crm-overview-top-countries--results{width:190px;display:flex;justify-content:center}.social-crm-overview-top-countries--results--count{width:90px;margin-right:5px;font-weight:bold;line-height:18px;font-size:14px;text-align:right;color:#39393A}.social-crm-overview-top-countries--results--percentage{width:90px;margin-left:5px;font-weight:normal;line-height:18px;font-size:14px;color:#39393A}.social-crm-overview-top-countries{display:flex}.social-crm-overview-top-countries--table--wrapper{width:40%}.social-crm-overview-top-countries--map--wrapper{width:60%}.social-crm-overview--accounts--item{display:flex;align-items:center;justify-content:space-between;font-weight:bold;font-size:16px;line-height:19px;color:#4A4A4A;padding:10px 15px;border-bottom:1px solid #C6CFD9}.social-crm-overview--accounts--item:last-child{border:0}.social-crm-overview--accounts--info--wrapper{display:flex;align-items:center}.social-crm-overview--accounts--icon{width:30px;height:30px}.social-crm-overview--accounts--info{margin-left:22px}.social-crm-overview--accounts--info--name{font-weight:normal;font-size:12px;line-height:11px;color:#4A4A4A;margin-top:8px;text-transform:uppercase}.social-crm-overview-interest-profile--category--items--more{font-size:14px;line-height:12px;color:#9173C7;margin-bottom:10px;margin-left:10px;cursor:pointer}.chart-empty-state--container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.chart-empty-state--image{background:url(/js/imgs/empty-state-chart.png) 50%/contain no-repeat;width:120px;height:120px}.list-empty-state--container{width:100%;height:100%;display:flex;justify-content:center}.list-empty-state{display:flex;flex-direction:column;min-height:220px;width:100%}.list-empty-state--image{background:url(/js/imgs/empty-state-list.png) 50%/contain no-repeat;width:100%;height:85px}.chart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;width:100%}.chart-empty-state--text{font-weight:bold;font-size:18px;line-height:21px;text-align:center;color:#8E8E8E;margin-top:30px}.social-crm-overview-visitors{height:calc(100% - 80px)}.social-crm-overview--select-date--wrapper{display:flex;justify-content:flex-end;margin-bottom:10px}.social-crm-overview--select-date{width:212px}.social-crm-overview--filters{display:flex;align-items:center}.social-crm-overview--filters--audiences{width:240px;margin-right:16px}.social-crm-overview-card--tooltip{color:#DADADA}.social-crm-overview-interest-profile--see-more{font-weight:normal;font-size:14px;line-height:16px;text-align:center;color:#9173C7;margin-top:30px;cursor:pointer}.social-crm-overview-gauge--info--description--contact{color:#0A91E6;cursor:pointer}.interest-profile-page--items{margin-top:60px}.interest-profile-page--category{background:#FFFFFF;box-shadow:0px 2px 1px rgba(0,0,0,0.2);border-radius:4px;margin-bottom:30px;margin-left:20px;margin-right:20px}.interest-profile-page--category--name{font-weight:700;line-height:normal;font-size:20px;color:#4a4a4a;padding:17px 20px 7px;border-bottom:1px solid #E8E8E8}.interest-profile-page--category--items{display:flex;align-items:center;flex-wrap:wrap;margin-top:10px;padding-bottom:5px;padding:30px}.interest-profile-page--items--scroll{overflow:auto;height:calc(100vh - 110px)}

.Select{position:relative}.Select input::-webkit-contacts-auto-fill-button,.Select input::-webkit-credentials-auto-fill-button{display:none!important}.Select input::-ms-clear{display:none!important}.Select input::-ms-reveal{display:none!important}.Select,.Select div,.Select input,.Select span{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:.35}.Select.is-disabled>.Select-control{background-color:#f9f9f9}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.Select.is-open>.Select-control .Select-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.Select.is-searchable.is-open>.Select-control{cursor:text}.Select.is-searchable.is-focused:not(.is-open)>.Select-control{cursor:text}.Select.is-focused>.Select-control{background:#fff}.Select.is-focused:not(.is-open)>.Select-control{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 0 3px rgba(0,126,255,.1);background:#fff}.Select.has-value.is-clearable.Select--single>.Select-control .Select-value{padding-right:42px}.Select.has-value.Select--single>.Select-control .Select-value .Select-value-label,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{color:#333}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover{color:#007eff;outline:0;text-decoration:underline}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus{background:#fff}.Select.has-value.is-pseudo-focused .Select-input{opacity:0}.Select .Select-arrow-zone:hover>.Select-arrow,.Select.is-open .Select-arrow{border-top-color:#666}.Select.Select--rtl{direction:rtl;text-align:right}.Select-control{background-color:#fff;border-color:#d9d9d9 #ccc #b3b3b3;border-radius:4px;border:1px solid #ccc;color:#333;cursor:default;display:table;border-spacing:0;border-collapse:separate;height:36px;outline:0;overflow:hidden;position:relative;width:100%}.Select-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.Select-control .Select-input:focus{outline:0;background:#fff}.Select--single>.Select-control .Select-value,.Select-placeholder{bottom:0;color:#aaa;left:0;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Select-input{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{width:100%;background:none transparent;border:0 none;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;margin:0;outline:0;line-height:17px;padding:8px 0 12px;-webkit-appearance:none}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:0}.Select-loading-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:16px}.Select-loading{-webkit-animation:Select-animation-spin .4s infinite linear;-o-animation:Select-animation-spin .4s infinite linear;animation:Select-animation-spin .4s infinite linear;width:16px;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block;position:relative;vertical-align:middle}.Select-clear-zone{-webkit-animation:Select-animation-fadeIn .2s;-o-animation:Select-animation-fadeIn .2s;animation:Select-animation-fadeIn .2s;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#D0021B}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select--rtl .Select-arrow-zone{padding-right:0;padding-left:5px}.Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}.Select-control>:last-child{padding-right:5px}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{position:absolute;display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0,0,0,0);overflow:hidden;float:left}@-webkit-keyframes Select-animation-fadeIn{from{opacity:0}to{opacity:1}}@keyframes Select-animation-fadeIn{from{opacity:0}to{opacity:1}}.Select-menu-outer{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;left:0;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{box-sizing:border-box;background-color:#fff;color:#666;cursor:pointer;display:block;padding:8px 10px}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-selected{background-color:#f5faff;background-color:rgba(0,126,255,.04);color:#333}.Select-option.is-focused{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);color:#333}.Select-option.is-disabled{color:#ccc;cursor:default}.Select-noresults{box-sizing:border-box;color:#999;cursor:default;display:block;padding:8px 10px}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.Select--rtl .Select-input{margin-left:0;margin-right:10px}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{background-color:#ebf5ff;background-color:rgba(0,126,255,.08);border-radius:2px;border:1px solid #c2e0ff;border:1px solid rgba(0,126,255,.24);color:#007eff;display:inline-block;font-size:.9em;line-height:1.4;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid #c2e0ff;border-right:1px solid rgba(0,126,255,.24);padding:1px 5px 3px}.Select--multi .Select-value-icon:focus,.Select--multi .Select-value-icon:hover{background-color:#d8eafd;background-color:rgba(0,113,230,.08);color:#0071e6}.Select--multi .Select-value-icon:active{background-color:#c2e0ff;background-color:rgba(0,126,255,.24)}.Select--multi.Select--rtl .Select-value{margin-left:0;margin-right:5px}.Select--multi.Select--rtl .Select-value-icon{border-right:none;border-left:1px solid #c2e0ff;border-left:1px solid rgba(0,126,255,.24)}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:active,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:hover{background-color:#fcfcfc}@keyframes Select-animation-spin{to{transform:rotate(1turn)}}@-webkit-keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn)}}
.joyride-beacon {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0;
  height: 36px;
  position: relative;
  width: 36px;
  z-index: 1500; }
  .joyride-beacon:active, .joyride-beacon:focus, .joyride-beacon:hover {
    outline: none; }
  .joyride-beacon__inner {
    -webkit-animation: joyride-beacon-inner 1.2s infinite ease-in-out;
            animation: joyride-beacon-inner 1.2s infinite ease-in-out;
    background-color: #f04;
    border-radius: 50%;
    display: block;
    height: 50%;
    left: 50%;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%; }
  .joyride-beacon__outer {
    -webkit-animation: joyride-beacon-outer 1.2s infinite ease-in-out;
            animation: joyride-beacon-outer 1.2s infinite ease-in-out;
    background-color: rgba(255, 0, 68, 0.2);
    border: 2px solid #f04;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 100%; }

.joyride-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1500; }

.joyride-hole {
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
  position: absolute; }
  .joyride-hole.safari {
    -webkit-box-shadow: 0 0 999px 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 999px 9999px rgba(0, 0, 0, 0.5), 0 0 15px rgba(0, 0, 0, 0.5); }

.joyride-tooltip {
  background-color: #fff;
  border-radius: 4px;
  color: #555;
  cursor: default;
  -webkit-filter: drop-shadow(-1px -2px 3px rgba(0, 0, 0, 0.3)) drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(-1px -2px 3px rgba(0, 0, 0, 0.3)) drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.3));
  opacity: 0;
  padding: 20px;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 290px;
  z-index: 1510; }
  .joyride-tooltip--animate {
    -webkit-animation: joyride-tooltip 0.4s forwards;
            animation: joyride-tooltip 0.4s forwards;
    -webkit-animation-timing-function: cubic-bezier(0, 1.05, 0.55, 1.18);
            animation-timing-function: cubic-bezier(0, 1.05, 0.55, 1.18); }
  .joyride-tooltip__triangle {
    background-repeat: no-repeat;
    position: absolute; }
  .joyride-tooltip.bottom, .joyride-tooltip.bottom-left, .joyride-tooltip.bottom-right {
    margin-top: 18px; }
    .joyride-tooltip.bottom .joyride-tooltip__triangle, .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.bottom-right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28180 8 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 18px;
      left: 50%;
      top: -16px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 36px; }
  .joyride-tooltip.top, .joyride-tooltip.top-left, .joyride-tooltip.top-right {
    margin-bottom: 18px; }
    .joyride-tooltip.top .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2218px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%280%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      bottom: -16px;
      height: 18px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 36px; }
  .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle {
    left: 3%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    @media screen and (min-width: 480px) {
      .joyride-tooltip.bottom-left .joyride-tooltip__triangle, .joyride-tooltip.top-left .joyride-tooltip__triangle {
        left: 2%; } }
  .joyride-tooltip.bottom-right .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
    left: auto;
    right: 3%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    @media screen and (min-width: 480px) {
      .joyride-tooltip.bottom-right .joyride-tooltip__triangle, .joyride-tooltip.top-right .joyride-tooltip__triangle {
        right: 2%; } }
  .joyride-tooltip.left {
    margin-right: 18px; }
    .joyride-tooltip.left .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%28270 8 8%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 36px;
      right: -16px;
      width: 18px; }
  .joyride-tooltip.right {
    margin-left: 18px; }
    .joyride-tooltip.right .joyride-tooltip__triangle {
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218px%22%20height%3D%2236px%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20points%3D%220%2C%200%208%2C%208%2016%2C0%22%20fill%3D%22%23fff%22%20transform%3D%22scale%282.25%29%20rotate%2890 4 4%29%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E");
      height: 36px;
      left: -16px;
      width: 18px; }
  .joyride-tooltip__close {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14.117.323l-6.073%206.075-5.449-6.075c-.431-.431-1.131-.431-1.562%200-.431.431-.431%201.131%200%201.562l5.449%206.075-6.159%206.159c-.431.431-.431%201.134%200%201.562.431.431%201.131.431%201.562%200l6.075-6.073%205.449%206.073c.429.431%201.131.431%201.56%200%20.431-.429.431-1.131%200-1.562l-5.452-6.073%206.159-6.161c.431-.431.431-1.131%200-1.562-.431-.431-1.129-.431-1.56%200z%22%20fill%3D%22rgba(85, 85, 85, 0.5)%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 12px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    width: 12px;
    z-index: 10;
    display: block; }
    .joyride-tooltip__close:active, .joyride-tooltip__close:focus, .joyride-tooltip__close:hover {
      outline: none; }
    .joyride-tooltip__close:hover, .joyride-tooltip__close:focus {
      color: rgba(60, 60, 60, 0.5);
      outline: none; }
    .joyride-tooltip__close--header {
      right: 20px;
      top: 20px; }
  .joyride-tooltip__header {
    border-bottom: 1px solid #f04;
    color: #555;
    font-size: 20px;
    padding-bottom: 6px;
    padding-right: 18px;
    position: relative; }
    .joyride-tooltip__header ~ .joyride-tooltip__main {
      padding: 12px 0 18px; }
  .joyride-tooltip__main {
    font-size: 16px;
    padding-bottom: 18px;
    padding-right: 18px; }
  .joyride-tooltip__footer {
    text-align: right; }
  .joyride-tooltip__button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 0; }
    .joyride-tooltip__button:active, .joyride-tooltip__button:focus, .joyride-tooltip__button:hover {
      outline: none; }
    .joyride-tooltip__button--primary {
      background-color: #f04;
      border-radius: 4px;
      color: #fff;
      padding: 6px 12px;
      -webkit-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .joyride-tooltip__button--primary:active, .joyride-tooltip__button--primary:focus, .joyride-tooltip__button--primary:hover {
        background-color: #ff1f5a;
        color: #fff; }
    .joyride-tooltip__button--secondary {
      color: #f04;
      margin-right: 10px; }
    .joyride-tooltip__button--skip {
      color: #ccc;
      float: left;
      margin-right: 10px; }
  .joyride-tooltip--standalone .joyride-tooltip__main {
    padding-bottom: 0; }
  .joyride-tooltip--standalone .joyride-tooltip__footer {
    display: none; }
  @media screen and (min-width: 480px) {
    .joyride-tooltip {
      width: 360px; } }
  @media screen and (min-width: 960px) {
    .joyride-tooltip {
      width: 450px; } }

@-webkit-keyframes joyride-tooltip {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1px) scale(1);
            transform: perspective(1px) scale(1); } }

@keyframes joyride-tooltip {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: perspective(1px) scale(1);
            transform: perspective(1px) scale(1); } }

@-webkit-keyframes joyride-beacon-inner {
  20% {
    opacity: 0.9; }
  90% {
    opacity: 0.7; } }

@keyframes joyride-beacon-inner {
  20% {
    opacity: 0.9; }
  90% {
    opacity: 0.7; } }

@-webkit-keyframes joyride-beacon-outer {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 0.9;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes joyride-beacon-outer {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    opacity: 0.7;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 0.9;
    -webkit-transform: scale(1);
            transform: scale(1); } }
/*! react-toggle-switch v0.5.7 | (c) 2017 Trend Micro Inc. | MIT | https://github.com/trendmicro-frontend/react-toggle-switch */
.toggle-switch---switch---3EchW {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.toggle-switch---switch---3EchW *,
.toggle-switch---switch---3EchW *:before,
.toggle-switch---switch---3EchW *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
.toggle-switch---switch-sm---31JjY {
  width: 32px;
  height: 16px;
}
.toggle-switch---switch---3EchW input {
  display: none;
}
.toggle-switch---toggle---mncCu.toggle-switch---disabled---eCY9b {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  cursor: not-allowed;
}
.toggle-switch---switch---3EchW.toggle-switch---checked---3aC9B .toggle-switch---toggle---mncCu {
  border-color: #0096cc;
  background-color: #0096cc;
}
.toggle-switch---switch---3EchW.toggle-switch---checked---3aC9B .toggle-switch---toggle---mncCu:before {
  -webkit-transform: translateX(24px);
  -moz-transform: translateX(24px);
  -o-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.toggle-switch---switch---3EchW.toggle-switch---checked---3aC9B .toggle-switch---toggle-sm---20q-N:before {
  -webkit-transform: translateX(16px);
  -moz-transform: translateX(16px);
  -o-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.toggle-switch---toggle---mncCu {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-color: #bbb;
  background-color: #bbb;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.toggle-switch---toggle---mncCu:hover {
  background-color: #ccc;
}
.toggle-switch---toggle---mncCu:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 1px;
  bottom: 1px;
  background-color: #fff;
  -webkit-transition: all 0.24s ease;
  -moz-transition: all 0.24s ease;
  -o-transition: all 0.24s ease;
  -ms-transition: all 0.24s ease;
  transition: all 0.24s ease;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  box-shadow: 0 1px 4px rgba(0,0,0,0.3);
  border-radius: 50%;
}
.toggle-switch---toggle-sm---20q-N:before {
  height: 14px;
  width: 14px;
}
.toggle-switch---toggle---mncCu.toggle-switch---round---1fvZN {
  border-radius: 24px;
}
.toggle-switch---toggle-sm---20q-N.toggle-switch---round---1fvZN {
  border-radius: 16px;
}
/*!
 * Quill Editor v1.3.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-embed-selected {
  border: 1px solid #777;
  user-select: none;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

@-webkit-keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
            transform: matrix(0.97, 0, 0, 1, 0, 12); }
  20% {
    opacity: .7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
            transform: matrix(0.99, 0, 0, 1, 0, 2); }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
            transform: matrix(1, 0, 0, 1, 0, -1); }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
            transform: matrix(0.97, 0, 0, 1, 0, 12); }
  20% {
    opacity: .7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
            transform: matrix(0.99, 0, 0, 1, 0, 2); }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
            transform: matrix(1, 0, 0, 1, 0, -1); }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-anchor-preview a {
    color: #fff;
    display: inline-block;
    margin: 5px 5px 10px; }

.medium-editor-anchor-preview-active {
  visibility: visible; }

.medium-editor-dragover {
  background: #ddd; }

.medium-editor-image-loading {
  -webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
          animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px; }

.medium-editor-placeholder {
  position: relative; }
  .medium-editor-placeholder:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: absolute;
    left: 0;
    top: 0;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-editor-placeholder-relative {
  position: relative; }
  .medium-editor-placeholder-relative:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: relative;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0; }

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px; }

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px; }

.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-toolbar ul {
    margin: 0;
    padding: 0; }
  .medium-editor-toolbar li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .medium-editor-toolbar li button {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      font-size: 14px;
      line-height: 1.33;
      margin: 0;
      padding: 15px;
      text-decoration: none; }
      .medium-editor-toolbar li button:focus {
        outline: none; }
    .medium-editor-toolbar li .medium-editor-action-underline {
      text-decoration: underline; }
    .medium-editor-toolbar li .medium-editor-action-pre {
      font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
      font-size: 12px;
      font-weight: 100;
      padding: 15px 0; }

.medium-editor-toolbar-active {
  visibility: visible; }

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px; }

.medium-editor-relative-toolbar {
  position: relative; }

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  -webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
          animation: medium-editor-pop-upwards 160ms forwards linear; }

.medium-editor-action-bold {
  font-weight: bolder; }

.medium-editor-action-italic {
  font-style: italic; }

.medium-editor-toolbar-form {
  display: none; }
  .medium-editor-toolbar-form input,
  .medium-editor-toolbar-form a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .medium-editor-toolbar-form .medium-editor-toolbar-form-row {
    line-height: 14px;
    margin-left: 5px;
    padding-bottom: 5px; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input,
  .medium-editor-toolbar-form label {
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
    padding: 6px;
    width: 316px;
    display: inline-block; }
    .medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
    .medium-editor-toolbar-form label:focus {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      box-shadow: none;
      outline: 0; }
  .medium-editor-toolbar-form a {
    display: inline-block;
    font-size: 24px;
    font-weight: bolder;
    margin: 0 10px;
    text-decoration: none; }

.medium-editor-toolbar-form-active {
  display: block; }

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table; }

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px; }
  .medium-editor-element img {
    max-width: 100%; }
  .medium-editor-element sub {
    vertical-align: sub; }
  .medium-editor-element sup {
    vertical-align: super; }

.medium-editor-hidden {
  display: none; }

.medium-toolbar-arrow-under:after {
  border-color: #242424 transparent transparent transparent;
  top: 50px; }

.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #242424 transparent;
  top: -8px; }

.medium-editor-toolbar {
  background-color: #242424;
  background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.75));
  background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.75));
  border: 1px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 3px #000; }
  .medium-editor-toolbar li button {
    background-color: #242424;
    background: -webkit-linear-gradient(top, #242424, rgba(36, 36, 36, 0.89));
    background: linear-gradient(to bottom, #242424, rgba(36, 36, 36, 0.89));
    border: 0;
    border-right: 1px solid #000;
    border-left: 1px solid #333;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 50px;
    min-width: 50px;
    -webkit-transition: background-color .2s ease-in;
            transition: background-color .2s ease-in; }
    .medium-editor-toolbar li button:hover {
      background-color: #000;
      color: yellow; }
  .medium-editor-toolbar li .medium-editor-button-first {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px; }
  .medium-editor-toolbar li .medium-editor-button-last {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; }
  .medium-editor-toolbar li .medium-editor-button-active {
    background-color: #000;
    background: -webkit-linear-gradient(top, #242424, rgba(0, 0, 0, 0.89));
    background: linear-gradient(to bottom, #242424, rgba(0, 0, 0, 0.89));
    color: #fff; }

.medium-editor-toolbar-form {
  background: #242424;
  border-radius: 5px;
  color: #999; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input {
    background: #242424;
    box-sizing: border-box;
    color: #ccc;
    height: 50px; }
  .medium-editor-toolbar-form a {
    color: #fff; }

.medium-editor-toolbar-anchor-preview {
  background: #242424;
  border-radius: 5px;
  color: #fff; }

.medium-editor-placeholder:after {
  color: #b3b3b1; }

