.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//joburi-europa.com/wp-content/plugins/easyjobs/public/assets/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");@font-face{font-family:eicon;src:url(//joburi-europa.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.eot?85vupd);src:url(//joburi-europa.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.eot?85vupd#iefix) format("embedded-opentype"),url(//joburi-europa.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.ttf?85vupd) format("truetype"),url(//joburi-europa.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.woff?85vupd) format("woff"),url(//joburi-europa.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.svg?85vupd#eicon) format("svg");font-weight:400;font-style:normal;font-display:block}.easyjobs-icon{font-family:eicon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.easyjobs-thumbnail:before{content:"\e904"}.easyjobs-trello:before{content:"\e906"}.easyjobs-close:before{content:"\e916"}.easyjobs-arrow-up:before{content:"\e905"}.easyjobs-graphic:before{content:"\e801"}.easyjobs-men:before{content:"\e802"}.easyjobs-office:before{content:"\e803"}.easyjobs-sort-down:before{content:"\e804"}.easyjobs-sort-up:before{content:"\e805"}.easyjobs-double-angle-right:before{content:"\e806"}.easyjobs-google-cf .path1:before{content:"\e900";color:#ff7976}.easyjobs-google-cf .path2:before{content:"\e901";margin-left:-1em;color:#f4d72c}.easyjobs-google-cf .path3:before{content:"\e902";margin-left:-1em;color:#59c96e}.easyjobs-google-cf .path4:before{content:"\e903";margin-left:-1em;color:#0faef4}.easyjobs-linkedin-cf:before{content:"\e909";color:#0077b5}.easyjobs-tick-alt:before{content:"\e90a"}.easyjobs-tick:before{content:"\e90b"}.easyjobs-tick-o:before{content:"\e90c"}.easyjobs-check:before{content:"\e90d"}.easyjobs-check-alt:before{content:"\e90e"}.easyjobs-check-o:before{content:"\e90f"}.easyjobs-back:before{content:"\e910"}.easyjobs-logout:before{content:"\e911"}.easyjobs-arrow-left:before{content:"\e912"}.easyjobs-arrow-down:before{content:"\e913"}.easyjobs-arrow-right:before{content:"\e914"}.easyjobs-plus:before{content:"\e915"}.easyjobs-close2:before{content:"\e807"}.easyjobs-delete:before{content:"\e917"}.easyjobs-rotate-right:before{content:"\e918"}.easyjobs-search:before{content:"\e919"}.easyjobs-download:before{content:"\e91a"}.easyjobs-pencil:before{content:"\e91b"}.easyjobs-edit:before{content:"\e91c"}.easyjobs-bold:before{content:"\e91d"}.easyjobs-italic:before{content:"\e91e"}.easyjobs-underline:before{content:"\e91f"}.easyjobs-user:before{content:"\e920"}.easyjobs-users:before{content:"\e921"}.easyjobs-users-team:before{content:"\e922"}.easyjobs-eye-1:before{content:"\e923"}.easyjobs-eye-alt:before{content:"\e924"}.easyjobs-briefcase:before{content:"\e925"}.easyjobs-briefcase-2:before{content:"\e926"}.easyjobs-mail:before{content:"\e927"}.easyjobs-browser:before{content:"\e928"}.easyjobs-map-maker:before{content:"\e929"}.easyjobs-share:before{content:"\e92a"}.easyjobs-phone:before{content:"\e92b"}.easyjobs-notification:before{content:"\e92c"}.easyjobs-notification-o:before{content:"\e958"}.easyjobs-chat:before{content:"\e92d"}.easyjobs-chat-alt:before{content:"\e957"}.easyjobs-graduation:before{content:"\e92e"}.easyjobs-credit-card:before{content:"\e956"}.easyjobs-portfolio:before{content:"\e92f"}.easyjobs-list:before{content:"\e930"}.easyjobs-contract:before{content:"\e931"}.easyjobs-duplicate:before{content:"\e932"}.easyjobs-cv:before{content:"\e933"}.easyjobs-document:before{content:"\e934"}.easyjobs-paper:before{content:"\e935"}.easyjobs-file:before{content:"\e955"}.easyjobs-pdf:before{content:"\e936"}.easyjobs-pass:before{content:"\e954"}.easyjobs-diagram:before{content:"\e937"}.easyjobs-print:before{content:"\e938"}.easyjobs-dob:before{content:"\e953"}.easyjobs-calender:before{content:"\e939"}.easyjobs-flags:before{content:"\e952"}.easyjobs-gender:before{content:"\e951"}.easyjobs-clock:before{content:"\e93a"}.easyjobs-pipe:before{content:"\e93b"}.easyjobs-more:before{content:"\e93c"}.easyjobs-more-horiz:before{content:"\e950"}.easyjobs-home:before{content:"\e93d"}.easyjobs-star:before{content:"\e93e"}.easyjobs-setting:before{content:"\e93f"}.easyjobs-key:before{content:"\e940"}.easyjobs-facebook:before{content:"\e941"}.easyjobs-twitter:before{content:"\e942"}.easyjobs-linkedin:before{content:"\e943"}.easyjobs-parachute:before{content:"\e944"}.easyjobs-plane:before{content:"\e945"}.easyjobs-helicopter:before{content:"\e946"}.easyjobs-send:before{content:"\e947"}.easyjobs-spaceship:before{content:"\e948"}.easyjobs-boost:before{content:"\e949"}.easyjobs-checkmark:before{content:"\ea10"}@font-face{font-family:eicon-2;src:url(//joburi-europa.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.eot?5x4uc4);src:url(//joburi-europa.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.eot?5x4uc4#iefix) format("embedded-opentype"),url(//joburi-europa.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts-2/eicon-2.ttf?5x4uc4) format("truetype"),url(//joburi-europa.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.woff?5x4uc4) format("woff"),url(//joburi-europa.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.svg?5x4uc4#eicon-2) format("svg");font-weight:400;font-style:normal;font-display:block}.eicon-2{font-family:eicon-2!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-2-office-push-pin:before{content:"\e900"}.easyjobs-frontend-wrapper{padding:50px;width:100%;font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#2f323e;background-color:#f5f7fd;margin:0 auto}.easyjobs-frontend-wrapper *{box-sizing:border-box}.easyjobs-frontend-wrapper .easyjobs-content-wrapper{max-width:1600px;margin:0 auto;display:block}@media (max-width:767px){.easyjobs-frontend-wrapper{padding:20px}}.easyjobs-shortcode-wrapper{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#2f323e}.easyjobs-shortcode-wrapper h1,.easyjobs-shortcode-wrapper h2,.easyjobs-shortcode-wrapper h3,.easyjobs-shortcode-wrapper h4,.easyjobs-shortcode-wrapper h5,.easyjobs-shortcode-wrapper h6{font-family:inherit;color:#263859}.easyjobs-shortcode-wrapper p{font-family:inherit;color:#2f323e}.easyjobs-shortcode-wrapper a{text-decoration:none}.easyjobs-shortcode-wrapper a:hover{text-decoration:none}.easyjobs-shortcode-wrapper a:focus{outline:0}.easyjobs-shortcode-wrapper img{border-radius:0;max-width:100%}.easyjobs-shortcode-wrapper ul{list-style:disc;margin:0;padding-left:40px}.easyjobs-shortcode-wrapper .ej-no-cover-photo{min-height:120px;background-color:#e0e0e0}.easyjobs-shortcode-wrapper .ej-expired{color:#ff806d;margin:0;text-align:center}.easyjobs-shortcode-wrapper .ej-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);z-index:999999;overflow-y:auto;padding:50px;display:none}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner{display:flex;align-items:center;justify-content:center}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content{max-width:1140px;background-color:#fff;border-radius:4px}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header{width:100%;display:flex;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #ddd}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header .ej-modal-title{text-align:left;margin:0;font-size:20px;font-weight:500}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header button{padding:2px 4px;background:0 0;font-size:20px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header button:focus,.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header button:hover{text-decoration:none;opacity:1}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-body{padding:15px 20px}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-footer{padding:15px 20px;border-top:1px solid #ddd;text-align:right}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-footer button{padding:6px 12px;font-size:14px;border-radius:4px;background:#6c757d;color:#fff;text-transform:none;font-weight:400;line-height:1.5}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-footer button:hover{text-decoration:none;background:#545b62}.ej-btn{padding:15px 26px;font-size:14px;line-height:1.4286;font-weight:500;min-width:130px;border-radius:5px;text-align:center;display:inline-block;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.ej-btn.ej-info-btn{background:#2fc1e1;color:#fff;-webkit-box-shadow:0 10px 10px rgba(47,193,225,.3);box-shadow:0 10px 10px rgba(47,193,225,.3)}.ej-btn.ej-info-btn:focus,.ej-btn.ej-info-btn:hover{background:#1fb6d7;color:#fff}.ej-btn.ej-info-btn-light{background:rgba(47,193,225,.1);color:#2fc1e1}.ej-btn.ej-info-btn-light:hover{background:#2fc1e1;color:#fff;-webkit-box-shadow:0 10px 10px rgba(47,193,225,.3);box-shadow:0 10px 10px rgba(47,193,225,.3)}.ej-section{margin-top:50px}.ej-section .ej-section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;margin-bottom:40px}.ej-section .ej-section-title .ej-section-title-icon{height:50px;width:50px;min-width:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:20px;color:#597dfc;background:rgba(89,125,252,.1);border-radius:5px}.ej-section .ej-section-title .ej-section-title-text{font-size:32px;font-weight:600;line-height:1.25;margin-left:20px;text-transform:capitalize}@media (max-width:991px){.ej-section .ej-section-title .ej-section-title-text{font-size:24px}}@media (max-width:767px){.ej-section .ej-section-title .ej-section-title-text{font-size:20px}}.ej-section .ej-section-content.with-margin{margin-left:70px}.easyjobs-shortcode-wrapper .empty-message{background:#fff;padding:40px!important;border-radius:10px}h3.empty-message.mt-10{margin-top:10px}.easyjobs-shortcode-wrapper .error-message{display:none;color:red;text-align:center}.ej-header{margin:-50px 50px 0;background-color:#fff;border-radius:10px;padding:50px;position:relative;z-index:1}@media (max-width:767px){.ej-header{margin:-30px 10px 0;padding:20px}}.ej-company-highlights{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}@media (max-width:767px){.ej-company-highlights{flex-direction:column}}.ej-company-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;margin-right:10px}.ej-company-info .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background:#e0e6f9;border-radius:8px;height:100px;width:100px;min-width:100px;border:5px solid #e0e6f9;margin-right:30px}.ej-company-info .logo img{max-width:100%;max-height:100px;object-fit:cover;border-radius:4px}.ej-company-info .info .name{font-size:24px;font-weight:600;line-height:1.333333;color:#212529;margin:0 0 5px}.ej-company-info .info .location{font-size:14px;line-height:1.5rem;color:#7d8091}.ej-company-info .info .location i{margin-right:5px}@media (max-width:767px){.ej-company-info{flex-direction:column}.ej-company-info .info{margin-left:0;margin-bottom:10px}}.ej-company-description{margin-top:50px;color:#7d8091;font-size:16px;line-height:1.5}@media (max-width:767px){.ej-company-description{margin-top:30px}}.ej-company-description p{font-size:inherit;color:inherit;margin-bottom:5px}.ej-landingpage-alignment-left .easyjobs-elementor,.ej-landingpage-alignment-left .ej-job-list-container{float:left}.ej-landingpage-alignment-right .easyjobs-elementor,.ej-landingpage-alignment-right .ej-job-list-container{float:right}.ej-landingpage-alignment-center .easyjobs-elementor,.ej-landingpage-alignment-center .ej-job-list-container{display:block;margin:0 auto}.elej-error-msg{margin:10px 0;background-color:#f2dede;color:#a94442;font-size:85%;padding:15px;border-radius:3px}.elej-error-msg-editor{text-align:center;margin:10px 0;font-size:20px}.tooltip{position:relative;vertical-align:middle;display:inline-flex}.tooltip .tooltiptext{visibility:hidden;width:300px;background-color:#fff;color:#000;border-radius:10px;position:absolute;z-index:1;left:50%;bottom:35px;margin-left:-150px;opacity:0;transition:opacity .3s;font-size:14px;font-weight:400;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;padding:10px;word-wrap:break-word;text-align:left;border:1px solid #ddd}.tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:#fff transparent transparent transparent}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.easyjobs-shortcode-wrapper .mr-15{margin-right:15px}.easyjobs-shortcode-wrapper .ej-btn{text-decoration:none;text-transform:capitalize;min-width:auto;border:0;cursor:pointer}.easyjobs-shortcode-wrapper .ej-btn.ej-danger-btn{background:#cd2653;color:#fff}.easyjobs-shortcode-wrapper .ej-job-filter-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px;margin-bottom:40px}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-section-title{margin-bottom:0}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn{padding:13px 20px}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn:focus{outline:0}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn:hover{box-shadow:none;border:0}.easyjobs-shortcode-wrapper .job-filter{display:flex;flex-wrap:wrap;gap:15px}.easyjobs-shortcode-wrapper .job-filter .search-bar .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:0 15px;font-size:1rem;font-weight:500;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:5px;background:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.easyjobs-shortcode-wrapper .job-filter .search-bar .form-control{height:46px;font-size:14px}.easyjobs-shortcode-wrapper .job-filter .search-bar .form-control:focus{outline:0}.easyjobs-shortcode-wrapper .job-filter .select-option{position:relative;background:#fff;border-radius:5px;height:46px;border:none}.easyjobs-shortcode-wrapper .job-filter .select-option select{padding-right:66px;padding-left:15px;font-size:.875rem;line-height:1.4286;font-family:unset;font-weight:500;border-radius:5px;height:100%;background:0 0;color:#7d8091;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;border:1px solid #ced4da;padding-top:3px;padding-bottom:3px;cursor:pointer}.easyjobs-shortcode-wrapper .job-filter .select-option select:focus{outline:0}.easyjobs-shortcode-wrapper .job-filter .select-option:after{position:absolute;content:"\e913";font-family:eicon;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;background:rgba(89,125,252,.1);color:#597dfc;pointer-events:none;text-align:center;height:20px;width:20px;font-size:10px;line-height:20px}.easyjobs-shortcode-wrapper .easyjobs-job-post{width:100%;background-color:#fff;border-radius:5px;padding:20px 25px;margin-bottom:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-title{font-size:24px;font-weight:500;margin:0 0 10px;color:#757575}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-meta p{margin:0 0 5px;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#9a9595;font-weight:400}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-meta p strong{font-weight:400}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons{padding-left:15px}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a{display:block;width:120px;padding:5px 20px;text-align:center;background:#ddd;font-size:12px;text-transform:uppercase;text-decoration:none!important;border-radius:2px;border:1px solid}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a+a{margin-top:12px}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a.apply{background:#e4f1dd;color:#37a000;border-color:#c9e0bd}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a.details{color:#4285f4;border-color:#bfc7d6;background:#e1e8f5}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a:focus{outline:0}.easyjobs-shortcode-wrapper .ej-job-list-section{padding-bottom:20px}.easyjobs-shortcode-wrapper .ej-list-header{padding-bottom:25px}.easyjobs-shortcode-wrapper .ej-list-header .ej-list-heading h3{font-size:22px;margin-bottom:10px;font-weight:600;color:#242424}.easyjobs-shortcode-wrapper .ej-list-header .ej-list-subheading p{font-size:14px;color:#242424;margin-bottom:0;font-weight:300}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-header{background-color:#f1f1f1;padding:15px;width:100%}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-header .title{display:inline-block;max-width:30%;margin:0}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item{position:relative;border-top:0;background-color:#fff;border-radius:10px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item+.ej-job-list-item{margin-top:20px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner{display:table;width:100%;border-radius:10px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col{padding:25px 30px;display:table-cell;vertical-align:middle;padding-left:50px!important;width:23%;border-right:1px solid #f5f7fd}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child{width:54%;position:relative}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child>a{display:inline-block}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child>a span{display:block}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:last-child{border:none;text-align:right}@media (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:last-child{text-align:left}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title{font-size:24px;font-weight:600;line-height:1.5;margin:0 0 8px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a{color:#212529}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a:hover{color:#0056b3}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;-webkit-align-items:center;align-items:center}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;margin-right:30px;font-size:14px;color:#7d8091;font-weight:500}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block i{margin-right:10px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block a{color:#0056b3}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block{font-size:12px}}@media (max-width:575px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info{flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-deadline{font-size:18px;font-weight:500;line-height:2;margin-bottom:0;color:#7d8091}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-deadline{font-size:16px}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-list-sub{color:#7d8091;font-size:14px}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-list-sub{font-size:12px}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-employment-badge{display:inline-block;padding:10px 15px;background:#d674f3;font-size:16px;font-weight:600;color:#fff;letter-spacing:.5px;border-radius:4px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-employment-badge.permanent{background-color:#7492f3}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col{padding:15px 20px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title{font-size:18px}}@media (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-item-col{border-right:0}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col+.ej-job-list-item-col{border-top:1px solid #f5f7fd}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-apply-btn{display:inline-block;padding:8px 20px;background-color:#7492f3;font-size:14px;font-weight:600;color:#fff;letter-spacing:.5px;border-radius:4px}@media (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner{display:block}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col{display:block;width:100%}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child{width:100%}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-list-title.ej-job-title{font-size:18px}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-link{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.ej-job-apply-btn-alignment-right .ej-job-apply-btn{text-align:right!important}.ej-job-apply-btn-alignment-left .ej-job-apply-btn{text-align:left!important}.ej-job-apply-btn-alignment-center .ej-job-apply-btn{text-align:center!important}.easyjobs-elementor-job-list .ej-section{margin-top:unset}.no-job .ej-job-list-item-col{border-right:none!important}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn{padding:13px 20px}@media all and (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .search-bar{width:100%}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option{flex:0 0 calc(50% - 7.5px)}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option select{width:100%}}@media all and (max-width:575px){.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option{flex:1 1 100%}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option select{width:100%;min-width:auto}}.ej-has-badge{position:relative}.ej-has-badge:before{position:absolute;top:0;left:0;content:"";border-top-left-radius:10px;border-top:55px solid #2fc1e1;border-right:55px solid transparent}.ej-has-badge:after{position:absolute;top:8px;left:8px;color:#fff;content:"\e900";font-family:eicon-2;font-size:15px;line-height:1}.custom-job-pagination .pagination{display:flex;align-items:center;gap:0;padding:0;margin:40px 0 0;list-style:none;justify-content:center}.custom-job-pagination .pagination .page-item.active .page-link{color:#597dfc;background-color:transparent;border-top:4px solid #597dfc}.custom-job-pagination .pagination .page-item .page-link{position:relative;padding:.5rem .75rem;margin-left:0;font-size:16px;line-height:1.25;color:#212529;background-color:transparent;border-top:4px solid #fff;border-radius:0;width:60px;height:48px;display:flex;justify-content:center;transition:ease-in-out .35s;align-items:center;cursor:pointer}.custom-job-pagination .pagination .page-item .page-link i{font-size:12px;font-weight:700}.custom-job-pagination .pagination .page-item .page-link .pagination-text{padding:0 8px}@media (max-width:767px){.custom-job-pagination .pagination .page-item .page-link{width:44px;height:40px}.custom-job-pagination .pagination .page-item .page-link .pagination-text{display:none}}.custom-job-pagination .pagination .page-item.active .page-link,.custom-job-pagination .pagination .page-item.disabled .page-link{pointer-events:none}.custom-job-pagination .pagination .page-item:not(.disabled,.active) .page-link:hover{color:#597dfc;background-color:transparent}.easyjobs-details{padding-bottom:30px;border-radius:5px}.easyjobs-details div.ej-section-margin{margin-bottom:25px}.easyjobs-details .ej-job-cover{position:relative;border-radius:10px;overflow:hidden}.easyjobs-details .ej-job-cover img{width:100%;height:auto;max-width:100%;display:block;margin:0 auto}.easyjobs-details .ej-job-header{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 50px}.easyjobs-details .ej-job-header .ej-job-header-left{width:41%;width:-webkit-calc((100% / 12) * 5);width:41.6666666667%;padding-right:15px;height:100%}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview{padding:50px;margin-top:-50px;background-color:#fff;position:relative;z-index:1;border-radius:10px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights{margin-top:45px;margin-bottom:30px;display:table;border-collapse:separate;border-spacing:0 20px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item{display:table-row;color:#7d8091;font-size:16px;font-weight:500;line-height:1.333333}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-label{display:table-cell;color:#1c2238;font-weight:600;position:relative;min-width:110px;width:110px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-label:after{content:":";position:absolute;right:0;top:0}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-value{display:table-cell;padding-left:25px}@media (max-width:767px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview{padding:20px;margin-top:-30px}}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}@media (max-width:1400px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-apply-link{margin-bottom:20px}}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share{margin-left:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share .ej-social-share-title{margin-bottom:0;font-size:16px;font-weight:500}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul{list-style:none;padding-left:10px;display:flex}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li{display:inline-block;margin:0 0 0 8px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a{display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:50px;height:50px;background:rgba(47,193,225,.1);border-radius:50px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a svg{width:18px;height:18px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-facebook svg{fill:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-facebook:hover{background-color:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-facebook:hover svg{fill:#fff}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-twitter svg{fill:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-twitter:hover{background-color:#2fc1e1}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-twitter:hover svg{fill:#fff}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-linkedin svg{fill:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-linkedin:hover{background-color:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-linkedin:hover svg{fill:#fff}@media (max-width:1170px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{flex-direction:row;justify-content:space-between}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-apply-link{margin-bottom:0}}@media (max-width:600px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{flex-direction:column}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-apply-link{margin-bottom:20px}}@media (max-width:1170px){.easyjobs-details .ej-job-header .ej-job-header-left{width:100%;padding:0;margin-bottom:50px}}.easyjobs-details .ej-job-header .ej-job-header-right{width:59%;width:-webkit-calc((100% / 12) * 7);width:58.3333333333%;padding-left:15px;padding-top:50px}@media (max-width:1170px){.easyjobs-details .ej-job-header .ej-job-header-right{width:100%;padding:0}.easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block,.easyjobs-details .ej-job-header .ej-job-header-right .ej-section{width:calc(100% + 100px);margin-left:-50px}}@media (max-width:1170px){.easyjobs-details .ej-job-header{flex-direction:column}}@media (max-width:767px){.easyjobs-details .ej-job-header{padding:0 15px}.easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block,.easyjobs-details .ej-job-header .ej-job-header-right .ej-section{width:calc(100% + 30px);margin-left:-15px}}.easyjobs-details .ej-job-header.no-cover .ej-job-header-left .ej-job-overview{margin-top:0}.easyjobs-details .ej-content-block h1{padding-left:70px;color:#1c2238;font-size:32px;font-weight:600;line-height:1.25;padding-top:8px;position:relative;margin:0 0 40px}.easyjobs-details .ej-content-block h1:before{position:absolute;font-family:eicon;content:"\e930";height:50px;width:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;top:0;border-radius:5px;background:rgba(89,125,252,.1);color:#597dfc;font-size:22px}.easyjobs-details .ej-content-block h2,.easyjobs-details .ej-content-block h3,.easyjobs-details .ej-content-block h4,.easyjobs-details .ej-content-block h5,.easyjobs-details .ej-content-block h6{margin-top:0;margin-bottom:10px;font-weight:500;line-height:1.2}.easyjobs-details .ej-content-block h2{font-size:28px}.easyjobs-details .ej-content-block h3{font-size:24px}.easyjobs-details .ej-content-block h4{font-size:21px}.easyjobs-details .ej-content-block h5{font-size:18px}.easyjobs-details .ej-content-block h6{font-size:16px}.easyjobs-details .ej-content-block>:not(h1){margin-left:70px}.easyjobs-details .ej-content-block p{color:#7d8091;font-size:14px;line-height:1.5;margin-bottom:5px}.easyjobs-details .ej-content-block ul{padding-left:0;list-style:none!important}.easyjobs-details .ej-content-block ul li{color:#7d8091;font-size:14px;line-height:1.5;position:relative;padding-left:22px;margin:0 0 10px}.easyjobs-details .ej-content-block ul li:before{content:"";width:8px;height:8px;border-radius:10px;position:absolute;left:0;top:6px;background-color:#597dfc}.easyjobs-details .ej-content-block ol{padding-left:0}.easyjobs-details .ej-content-block ol li{color:#7d8091;font-size:14px;line-height:1.5;margin:0 0 10px}.easyjobs-details .ej-job-body{margin:0 auto}.easyjobs-details .ej-job-body .ej-job-highlights{margin-bottom:25px}.easyjobs-details .ej-job-body .ej-job-highlights ul{list-style:none;margin:0}.easyjobs-details .ej-job-body .ej-job-highlights ul li{font-size:17px;color:#343a40;margin:5px 0}.easyjobs-details .ej-job-body .ej-job-highlights ul li span{display:inline-block;width:145px;color:#707791;margin-right:10px}.easyjobs-details .ej-job-body .ej-job-section-title{font-size:20px;line-height:1.5;font-weight:500;margin:10px 0}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-title{font-size:16px;color:#98a6ad;line-height:1.5;font-weight:500;margin:10px 0}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block{margin-bottom:20px;width:32%}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block+.ej-job-benefits-block{margin-left:2%}@media (max-width:767px){.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block{width:100%}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block+.ej-job-benefits-block{margin-left:0}}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-text{margin:0;font-size:18px;line-height:1.5}.easyjobs-details .ej-job-body .ej-job-benefits ul li{font-size:16px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-image{padding:12px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-image .ej-image{background-color:#dee2e6;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;border-radius:5px;overflow:hidden}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left{width:50%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left .ej-showcase-image{width:100%;display:block;height:450px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left .ej-showcase-image img{width:100%;height:100%;object-fit:cover;max-width:100%}@media (max-width:991px){.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left{width:100%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left .ej-showcase-image{height:auto}}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:50%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right .ej-showcase-image{width:50%;height:225px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right .ej-image img{height:100%;width:100%;object-fit:cover}@media (max-width:991px){.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right{width:100%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right .ej-showcase-image{height:auto}}.easyjobs-details .ej-job-skills{list-style:none;margin:0;padding:0}.easyjobs-details .ej-job-skills li{display:inline-block;margin:0 4px 5px}.easyjobs-details .ej-label{padding:10px 20px;margin-bottom:5px;border-radius:50px;line-height:1.42858;font-size:14px;font-weight:500;display:inline-block}.easyjobs-details .ej-label.ej-info-label{background:rgba(47,193,225,.15);color:#2fc1e1}.easyjobs-details .ej-label.ej-success-label{background:rgba(96,206,131,.15);color:#60ce83}.easyjobs-details .ej-label.ej-primary-label{background:rgba(89,125,252,.15);color:#597dfc}.easyjobs-details .ej-label.ej-danger-label{background:rgba(255,95,116,.15);color:#ff5f74}.easyjobs-details .ej-label.ej-warning-label{background:rgba(255,150,53,.15);color:#ff9635}.easyjobs-details .ej-remote-label{padding:10px 20px;background:rgba(89,125,252,.15);color:#597dfc;border-radius:50px;line-height:1.42858;font-size:14px;font-weight:500;display:inline-block;margin-left:8px}.ej-template-default .easyjobs-details .ej-content-block ol{padding-left:12px}.ej-template-classic .easyjobs-details .ej-content-block ol{padding-left:18px}.easyjobs-shortcode-wrapper p{margin-bottom:0}.easyjobs-shortcode-wrapper a{color:inherit}.easyjobs-shortcode-wrapper .ej-template-classic *{padding:0;margin:0}.easyjobs-shortcode-wrapper .ej-row{display:flex;flex-wrap:wrap}.easyjobs-shortcode-wrapper .ej-col,.easyjobs-shortcode-wrapper .ej-col-lg-5,.easyjobs-shortcode-wrapper .ej-col-lg-7{padding-left:15px;padding-right:15px}.easyjobs-shortcode-wrapper .ej-col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.easyjobs-shortcode-wrapper .ej-col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.easyjobs-shortcode-wrapper .ej-col{flex:1 0 0;max-width:100%}@media all and (max-width:991px){.easyjobs-shortcode-wrapper .ej-col-lg-7{flex:0 0 100%;max-width:100%}.easyjobs-shortcode-wrapper .ej-col-lg-5{flex:0 0 100%;max-width:100%}}.easyjobs-shortcode-wrapper.ej-template-classic .mt60{margin-top:60px}.easyjobs-shortcode-wrapper.ej-template-classic .pb100{padding-bottom:100px}.easyjobs-shortcode-wrapper.ej-template-classic .pt100{padding-top:100px}.easyjobs-shortcode-wrapper.ej-template-classic .pb100{padding-bottom:100px}.easyjobs-shortcode-wrapper.ej-template-classic .pb50{padding-bottom:50px}.easyjobs-shortcode-wrapper.ej-template-classic .px30{padding-right:30px;padding-left:30px}.easyjobs-shortcode-wrapper.ej-template-classic .mr-15{margin-right:15px}.easyjobs-shortcode-wrapper.ej-template-classic .button{padding:15px 23px;font-size:14px;line-height:1.3;font-weight:500;text-align:center;border:1px solid #0c9;display:inline-block;color:#0c9;text-decoration:none!important;transition:background .3s ease,color .3s ease,border .3s ease,box-shadow .3s ease}.easyjobs-shortcode-wrapper.ej-template-classic .button__success{background:#0c9;color:#fff}.easyjobs-shortcode-wrapper.ej-template-classic .button__danger{border-color:transparent;color:#fff}.easyjobs-shortcode-wrapper.ej-template-classic .button.button__radius{border-radius:60px}.easyjobs-shortcode-wrapper.ej-template-classic .button.radius-5{border-radius:5px}.easyjobs-shortcode-wrapper.ej-template-classic.easyjobs-single-page.ej-frontend-fluid{width:100%;max-width:100%;padding:0}.easyjobs-shortcode-wrapper.ej-template-classic.easyjobs-single-page.ej-frontend-fluid .easyjobs-content-wrapper{max-width:100%}.easyjobs-shortcode-wrapper.ej-template-classic .ej-container{max-width:1140px;margin:0 auto;padding:0 15px}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company{text-align:center;margin:0 auto;padding-top:20px}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .ej-company-info{flex-direction:column}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .logo{margin:0 auto 15px;max-width:120px;border:0}.easyjobs-shortcode-wrapper.ej-template-classic .label{font-size:14px;font-weight:400;padding:8px 20px;border-radius:20px;text-transform:capitalize;display:inline-block}.easyjobs-shortcode-wrapper.ej-template-classic .label__primary{background:#fff0f2!important}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description h1{font-size:24px;color:#212529;font-weight:600;line-height:1.333333;margin-bottom:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description h2{font-size:22px;color:#212529;font-weight:600;line-height:1.333333;margin-bottom:8px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description p{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;margin-bottom:5px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul{text-align:left;padding:0;margin:0;margin-bottom:10px;list-style:none}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:25px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li:not(:last-child){margin-bottom:7px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li:before{position:absolute;top:7px;left:0;height:10px;width:10px;background:#597dfc;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li:after{position:absolute;top:10px;left:3px;height:4px;width:4px;background:#fff;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ol{padding-left:18px;margin-bottom:10px;margin-left:0;text-align:left}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ol li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ol li:not(:last-child){margin-bottom:7px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description blockquote{margin-left:0;font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;position:relative;padding-left:15px;border-left:5px solid #597dfc;margin-bottom:10px}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .button{margin-top:20px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{position:relative;z-index:1;height:auto;max-width:100%;margin:0 auto}.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover img{border-radius:30px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.easyjobs-shortcode-wrapper.ej-template-classic .section__header{text-align:center;margin-bottom:50px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header--flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header--text-center{text-align:center}.easyjobs-shortcode-wrapper.ej-template-classic .section__header--text-center .ej-section-title{display:block}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .ej-section-title{margin-bottom:0}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .ej-section-title .ej-section-title-text{margin-left:0}.easyjobs-shortcode-wrapper.ej-template-classic .section__header h2{color:#1a1751;font-size:36px;font-weight:600}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .search-bar .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:0 15px;font-size:1rem;font-weight:500;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:5px;background:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .search-bar .form-control{height:50px;font-size:14px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option{position:relative;background:#fff;border-radius:5px;height:50px;border:none}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option select{padding-right:66px;padding-left:15px;font-size:.875rem;line-height:1.4286;font-family:unset;font-weight:500;border-radius:5px;height:100%;background:0 0;color:#7d8091;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;border:1px solid #ced4da}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option:after{position:absolute;content:"\e913";font-family:eicon;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;background:rgba(89,125,252,.1);color:#597dfc;pointer-events:none;height:20px;width:20px;font-size:10px;line-height:20px}.easyjobs-shortcode-wrapper.ej-template-classic .d-flex{display:-ms-flexbox!important;display:flex!important}.easyjobs-shortcode-wrapper.ej-template-classic select{word-wrap:normal}.easyjobs-shortcode-wrapper.ej-template-classic .job__card{display:-webkit-box;display:-ms-flexbox;display:flex;padding:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:5px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card:not(:last-child){margin-bottom:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%;padding-right:15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3{font-size:24px;font-weight:600;margin-bottom:10px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3 a{color:#1a1751}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3 a:hover{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a,.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta span{color:#6e748a;font-size:14px;font-weight:500}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a i,.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta span i{font-size:15px;margin-right:8px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a:not(:last-child),.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta span:not(:last-child){margin-right:20px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy h4{font-size:28px;font-weight:700;color:#0c9;margin-bottom:0;line-height:1}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy p{font-size:16px;font-weight:400;color:#6e748a}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__apply{-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px;text-align:right}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__apply .deadline{font-size:15px;font-weight:400;color:#9397a3;margin-top:5px;display:block}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-showcase-classic{background:#fff;padding-top:50px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider{padding-bottom:70px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider .owl-stage{display:flex;max-height:400px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider .owl-item .item{width:auto;height:100%}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider .owl-item .item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-footer{padding-left:30px;padding-right:30px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-footer .footer__wrap{padding:50px 70px 10px;display:flex;align-items:center;justify-content:center;gap:15px;border-top:1px solid #cfdceb}.easyjobs-shortcode-wrapper.ej-template-classic .ej-header{display:flex;justify-content:space-between;align-items:center;padding:30px 0;background:0 0}.easyjobs-shortcode-wrapper.ej-template-classic .ej-header .site__logo img{max-height:50px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb{border-top:1px solid #cfdceb;border-bottom:1px solid #cfdceb}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb{display:flex;flex-wrap:wrap;list-style:none;border-radius:.25rem;background:0 0;padding:14.5px 0}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li{font-size:14px;font-weight:400}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li:not(:last-child){margin-right:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li:not(:first-child):before{content:"\e806";font-family:eicon!important;font-size:12px;padding-right:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li:last-child span{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li a{color:#6e748a}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li a:hover{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__title{font-size:42px;font-weight:700;color:#1a1751;margin-bottom:15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .meta{display:flex;gap:10px;flex-wrap:wrap}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__details__block>:not(h1){margin-left:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__details__block .title{font-size:36px;font-weight:600;color:#1a1751;margin-bottom:20px}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__details__block p{font-size:16px;font-weight:400;color:#6e748a;line-height:2}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul li{font-size:16px;color:#6e748a;font-weight:400;padding:3px 0}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul li:not(:last-child):after{content:"|";padding-left:10px;padding-right:10px}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul li:before{height:0;width:0}.easyjobs-shortcode-wrapper.ej-template-classic .company__description h2{font-size:22px;color:#212529;font-weight:600;line-height:1.333333}.easyjobs-shortcode-wrapper.ej-template-classic .company__description p{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;margin-bottom:5px}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul{text-align:left;padding:0;margin:0;margin-bottom:10px;list-style:none}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:25px}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li:not(:last-child){margin-bottom:7px}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li:before{background:#ff5f74!important;position:absolute;top:7px;left:0;height:10px;width:10px;background:#597dfc;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li:after{position:absolute;top:10px;left:3px;height:4px;width:4px;background:#fff;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details{background:#f6f8ff;padding:70px 50px}@media all and (max-width:991px){.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details{padding:30px;margin-top:30px}}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .deadline{font-size:14px;color:#6e748a;margin-top:20px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details>a.button{border:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px;margin-bottom:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos .info:not(:last-child){margin-right:20px;padding-right:20px;border-right:1px solid #b4b9ca}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos .info p{color:#1a1751;font-weight:500;font-size:16px;line-height:1.3}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos .info span{color:#6e748a;font-weight:400;font-size:14px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .office__time{font-size:14px;color:#6e748a}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .office__time i{color:#6e748a;margin-right:7px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .office__time span{font-size:18px;color:#1a1751}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .about__company{margin-top:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .about__company p{font-size:14px;font-weight:400;color:#6e748a;line-height:2}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options p{font-size:14px;font-weight:400;color:#6e748a;margin-right:15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li{margin:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li:not(:last-child){margin-right:12px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a{height:35px;width:35px;border-radius:50%;background:#fff;text-align:center;font-size:14px;display:inline-block}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a.facebook{color:#1877f2}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a.twitter{color:#1da1f2}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a.linkedin{color:#0077b5}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a:hover{background:#ff5f74!important;border:transparent;color:#fff}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a:hover,.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy h4,.easyjobs-shortcode-wrapper.ej-template-classic .job__info h3 a:hover,.easyjobs-shortcode-wrapper.ej-template-classic .label__primary,.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option:after{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .button__danger,.easyjobs-shortcode-wrapper.ej-template-classic .button__success:not(.hover__highlight),.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li::before{background:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .button__success:not(.hover__highlight),.easyjobs-shortcode-wrapper.ej-template-classic .company__description blockquote{border-color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .custom-job-pagination .pagination{margin:20px 0 0}@media all and (max-width:1399px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:650px}}@media all and (max-width:1199px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{padding:0 15px;height:600px}}@media all and (max-width:991px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:550px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider{padding:0 15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card{padding:20px 15px}}@media all and (max-width:767px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:400px}.easyjobs-shortcode-wrapper.ej-template-classic.section__header h2{font-size:28px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card{display:block;padding:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info{margin-bottom:15px;padding-right:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a{display:inline-block}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__apply{text-align:left;margin-top:15px}}@media all and (max-width:575px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:300px}}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .button{border:0}.easyjobs-shortcode-wrapper h1,.easyjobs-shortcode-wrapper h2,.easyjobs-shortcode-wrapper h3,.easyjobs-shortcode-wrapper h4{margin:0}.easyjobs-shortcode-wrapper p{margin-bottom:0}.easyjobs-shortcode-wrapper a{color:inherit}.easyjobs-shortcode-wrapper .ej-template-elegant *{padding:0;margin:0}.easyjobs-shortcode-wrapper .mt60{margin-top:60px}.easyjobs-shortcode-wrapper .ej-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.easyjobs-shortcode-wrapper .ej-col{flex:1 0 0;max-width:100%;padding-left:15px;padding-right:15px}.easyjobs-shortcode-wrapper .ej-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:15px;padding-right:15px}.easyjobs-shortcode-wrapper .pb100{padding-bottom:100px}.easyjobs-shortcode-wrapper .pt100{padding-top:100px}.easyjobs-shortcode-wrapper .pt60{padding-top:60px}.easyjobs-shortcode-wrapper .mr15{margin-right:15px}@media all and (max-width:991px){.easyjobs-shortcode-wrapper .ej-col-lg-6{flex:0 0 100%;max-width:100%}}.easyjobs-details.ej-template-elegant .ej-content-block>:not(h1){margin-left:0}.ej-template-elegant .job__vacancy h4{margin:0}.ej-template-elegant .ej-container{max-width:1140px;margin:0 auto;padding:0 15px}.ej-template-elegant .ej-section{margin-top:0}.ej-template-elegant .button{display:inline-block;padding:15px 23px;font-size:14px;line-height:1.3;font-weight:500;text-align:center;background:#ff5f74;border:1px solid #ff5f74;color:#fff;border-radius:5px;-webkit-transition:background .3s ease,color .3s ease,border .3s ease,-webkit-box-shadow .3s ease;transition:background .3s ease,color .3s ease,box-shadow .3s ease,border .3s ease;transition:background .3s ease,color .3s ease,box-shadow .3s ease,border .3s ease,-webkit-box-shadow .3s ease}.ej-template-elegant .button:hover{background:#ff5f74;border:1px solid #ff5f74;color:#fff}.ej-template-elegant .button .button__primary{background:#597dfc;color:#fff}.ej-template-elegant .button .button__primary:not(.hover__highlight){background:#ff5f74}.ej-template-elegant .button__primary:not(.hover__highlight),.ej-template-elegant .ej-header .header__block .button__area .button{border-color:#ff5f74}.ej-template-elegant .button.radius-15{border-radius:15px}.ej-template-elegant .section__header{text-align:center;margin-bottom:50px}.ej-template-elegant .section__header--flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.ej-template-elegant .section__header .ej-section-title{margin-bottom:0}.ej-template-elegant .section__header .ej-section-title .ej-section-title-text{margin-left:0}.ej-template-elegant .section__header h2{color:#1a1751;font-size:36px;font-weight:600}.ej-template-elegant .section__header .job-filter{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.ej-template-elegant .section__header .job-filter .search-bar .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:0 15px;font-size:1rem;font-weight:500;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:5px;background:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ej-template-elegant .section__header .job-filter .search-bar .form-control{height:50px;font-size:14px}.ej-template-elegant .section__header .job-filter .select-option{position:relative;background:#fff;border-radius:5px;height:50px;border:none}.ej-template-elegant .section__header .job-filter .select-option select{padding-right:66px;padding-left:15px;font-size:.875rem;line-height:1.4286;font-family:unset;font-weight:500;border-radius:5px;height:100%;background:0 0;color:#7d8091;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;border:1px solid #ced4da}.ej-template-elegant .section__header .job-filter .select-option:after{position:absolute;content:"\e913";font-family:eicon;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;background:rgba(89,125,252,.1);color:#597dfc;pointer-events:none;height:20px;width:20px;font-size:10px;line-height:20px}@media all and (max-width:767px){.ej-template-elegant .section__header .job-filter .ej-btn{padding:13px 15px}}.ej-template-elegant .about__company .ej-company-info{display:flex;flex-direction:row;align-items:center;margin-bottom:20px}.ej-template-elegant .about__company .ej-company-info .info .name{color:#1a1751;font-weight:500;font-size:24px;line-height:1.3;margin-bottom:0}.ej-template-elegant .about__company .ej-company-info .info .name a{color:inherit}.ej-template-elegant .about__company .ej-company-info .info .location{color:#6e748a;font-size:14px;font-weight:400;line-height:1.3}.ej-template-elegant .about__company .about__company__bottom{display:flex;margin-top:30px;align-items:flex-start}.ej-template-elegant .about__company .about__company__bottom .bottom__thumb{flex:1 1 auto}.ej-template-elegant .about__company .about__company__bottom .bottom__thumb img{max-width:100%}.ej-template-elegant .ej-company-description h1{font-size:24px;color:#212529;font-weight:600;line-height:1.333333}.ej-template-elegant .ej-company-description h2{font-size:22px;color:#212529;font-weight:600;line-height:1.333333}.ej-template-elegant .ej-company-description p{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;margin-bottom:5px}.ej-template-elegant .ej-company-description ul{text-align:left;padding:0;margin:0;margin-bottom:10px;list-style:none}.ej-template-elegant .ej-company-description ul li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:25px}.ej-template-elegant .ej-company-description ul li::before{position:absolute;top:7px;left:0;height:10px;width:10px;background:#597dfc;border-radius:50%;content:""}.ej-template-elegant .ej-company-description ul li::after{position:absolute;top:10px;left:3px;height:4px;width:4px;background:#fff;border-radius:50%;content:""}.ej-template-elegant .ej-company-description ul li:not(:last-child){margin-bottom:7px}.ej-template-elegant .ej-company-description ol{padding-left:18px;margin-bottom:10px;margin-left:0;text-align:left}.ej-template-elegant .ej-company-description ol li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:10px}.ej-template-elegant .ej-company-description ol li:not(:last-child){margin-bottom:7px}.ej-template-elegant .ej-company-description blockquote{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;position:relative;padding-left:15px;border-left:5px solid #597dfc;margin-bottom:10px}.ej-template-elegant .job__card{background:#fff;box-shadow:0 20px 100px rgba(40,37,91,.05);border-radius:5px;padding:50px;margin-bottom:30px}@media all and (max-width:767px){.ej-template-elegant .job__card{padding:25px 15px}}.ej-template-elegant .job__card h3{font-size:24px;font-weight:600;color:#1a1751;margin-bottom:5px}.ej-template-elegant .job__card h3 a{color:inherit}.ej-template-elegant .job__card .job__bottom{display:flex;margin-top:20px}@media all and (max-width:575px){.ej-template-elegant .job__card .job__bottom{flex-direction:column;gap:15px}}.ej-template-elegant .job__card .job__bottom .job__apply{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:30px}.ej-template-elegant .job__card .job__bottom .job__vacancy{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ej-template-elegant .job__card .job__bottom .job__vacancy h4{font-size:32px;font-weight:700;color:#597dfc;margin-bottom:0;line-height:1}.ej-template-elegant .job__card .job__bottom .job__vacancy p{font-size:16px;font-weight:400;color:#6e748a}.ej-template-elegant .job__card .meta a,.ej-template-elegant .job__card .meta span{color:#6e748a}.ej-template-elegant .job__card .meta a:not(:last-child),.ej-template-elegant .job__card .meta span:not(:last-child){margin-right:20px}.ej-template-elegant .job__card .meta a i,.ej-template-elegant .job__card .meta span i{font-size:15px;margin-right:8px}.ej-template-elegant .job__card .deadline{display:block;font-size:15px;font-weight:400;color:#9397a3;margin-top:10px}.ej-template-elegant .image__gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 30px}.ej-template-elegant .image__gallery .item{flex:0 0 calc(33.33% - 20px);height:400px}@media all and (max-width:991px){.ej-template-elegant .image__gallery .item{height:300px}}@media all and (max-width:767px){.ej-template-elegant .image__gallery .item{height:250px}}@media all and (max-width:575px){.ej-template-elegant .image__gallery .item{flex:0 0 calc(50% - 20px)}}@media all and (max-width:439px){.ej-template-elegant .image__gallery .item{flex:0 0 calc(100% - 30px)}}.ej-template-elegant .image__gallery .item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.ej-template-elegant .ej-hero{padding:200px 0 100px}@media all and (max-width:767px){.ej-template-elegant .ej-hero{padding:120px 0 80px}}.ej-template-elegant .ej-hero h1{font-size:48px;font-weight:700;color:#fff;margin-bottom:20px}.ej-template-elegant .ej-hero .job__infos__block{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;margin-top:30px;gap:15px}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block{flex-direction:column;gap:20px}}.ej-template-elegant .ej-hero .job__infos__block .job__informations{flex:1}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .job__informations{width:100%}}.ej-template-elegant .ej-hero .job__infos__block .job__informations .location_time p span{color:#e7e7e7;font-size:14px;font-weight:400}.ej-template-elegant .ej-hero .job__infos__block .job__informations .location_time p span:not(:last-child){margin-right:10px;padding-right:10px;border-right:1px solid #e7e7e7}.ej-template-elegant .ej-hero .job__infos__block .job__informations .location_time p span i{font-size:12px;margin-right:5px}.ej-template-elegant .ej-hero .job__infos__block .job__info{display:flex;flex-wrap:wrap;align-items:center;flex:1 1 45%;gap:15px;width:100%;margin-top:20px}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .job__info{flex:1 1 100%}}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item{text-align:center;padding:10px;border:1px solid #fff;border-radius:5px;-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px;transition:background .3s ease}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item:hover p,.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item:hover span{color:#ff5f74!important}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item:hover{background:#fff}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item p{font-size:16px;font-weight:600;color:#fff;-webkit-transition:color .3s ease;transition:color .3s ease}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item span{font-size:14px;font-weight:400;color:#e7e7e7;-webkit-transition:color .3s ease;transition:color .3s ease}.ej-template-elegant .ej-hero .job__infos__block .meta{flex:0 0 auto;text-align:right}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.ej-template-elegant .ej-hero .job__infos__block .meta .button{margin-bottom:12px;border:0}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta .button{order:3;margin-bottom:0;margin-top:14px}}.ej-template-elegant .ej-hero .job__infos__block .meta .deadline{color:#e7e7e7;font-size:14px;font-weight:400;text-align:right;margin-bottom:15px}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta .deadline{order:1}}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:auto}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta .share__options{order:2}}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options span{font-size:14px;font-weight:400;color:#e7e7e7;margin-right:15px}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul{padding:0;margin:0;list-style:none;display:flex;align-items:center;gap:10px}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li{margin:0}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a{height:35px;width:35px;border-radius:50%;border:1px solid #e9ecf0;background:#fff;text-align:center;font-size:14px;line-height:35px;display:inline-block}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a:hover{background:#ff5f74;border-color:#ff5f74}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.facebook{color:#1877f2}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.facebook:hover{color:#fff}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.twitter{color:#1da1f2}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.twitter:hover{color:#fff}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.linkedin{color:#0077b5}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.linkedin:hover{color:#fff}.ej-template-elegant .hero__bg{background:#f5f7fd;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.ej-template-elegant .hero__bg>.ej-container{position:relative}.ej-template-elegant .hero__bg::before{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);content:""}.ej-template-elegant .job__details__block .title{font-size:36px;font-weight:600;color:#1a1751;margin-bottom:20px}.ej-template-elegant .job__details__block .skills{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.ej-template-elegant .job__details__block ol{margin-left:0;list-style:inside decimal}.ej-template-elegant .label{font-size:14px;font-weight:400;padding:8px 20px;border-radius:20px;text-transform:capitalize;display:inline-block}.ej-template-elegant .label.label__primary{background:#fff0f2!important;color:#ff5f74!important}.ej-template-elegant .ej-header.fixed .button__area .button,.ej-template-elegant .job__card .job__bottom .job__vacancy h4,.ej-template-elegant .job__card .meta a:hover,.ej-template-elegant .job__card h3 a:hover{color:#ff5f74}.ej-template-elegant .company__description ul li::before,.ej-template-elegant .job__details .job__details__block__list li::before{background:#ff5f74!important}.ej-template-elegant.ej-template-elegant .ej-header-tools{flex-grow:1;text-align:right}.ej-template-elegant.ej-template-elegant .ej-company-description{margin-top:30px}form.ts_poll_form>.ts_poll_section {
padding: 0 !important;
margin: 0 !important;
}
form.ts_poll_form>.ts_poll_section:not(.tsp_active_section),
form.ts_poll_form>div.ts_load_vue_poll.tsp_not_active_section {
display: none !important;
}
form.ts_poll_form {
position: relative;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
width: 100% !important;
margin-bottom: .9375rem !important;
margin-top: .9375rem !important;
}
form.ts_poll_form>div.ts_load_vue_poll,
div.ts_load_vue_poll>div.ts_load_poll_logo {
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
flex-direction: column;
-ms-flex-direction: column;
-webkit-box-direction: column;
width: 100% !important;
}
.ts_poll_section button:focus,
.ts_poll_section button:hover,
.ts_poll_section button,
.ts_poll_section input[type="button"],
.ts_poll_section input[type="button"]:focus,
.ts_poll_section input[type="button"]:hover {
text-decoration: none !important;
box-shadow: none !important;
outline: none !important;
}
.ts_poll_section input[type=radio]:checked+label:before {
background-color: inherit !important;
}
div.ts_load_vue_poll>span.tsp_load_span {
margin-top: 1.25rem !important;
padding: .625rem .9375rem !important;
box-shadow: 0 .0625rem .25rem rgba(0, 0, 0, .3) !important;
background-color: #f7f7f7 !important;
border-radius: .3125rem !important;
font-size: .75rem !important;
color: #222 !important;
word-break: break-word !important;
letter-spacing: .0313rem !important;
}
div.ts_load_poll_logo>div.tsp_load_circle {
width: 3rem !important;
height: 3rem !important;
border: 0.5rem solid #f3f3f3 !important;
border-radius: 50% !important;
border-top: 0.5rem solid #7145e0 !important;
-webkit-animation: ts_poll_logo_spin 1.5s linear infinite;
animation: ts_poll_logo_spin 1.5s linear infinite;
}
@-webkit-keyframes ts_poll_logo_spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes ts_poll_logo_spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.tsp_sceleton_item {
background-color: #ced4da !important ;
border: 1px solid #e6e6e6 !important;
border-radius: 2px !important;
overflow: hidden !important;
position: relative
}
.tsp_sceleton_item:before {
-webkit-animation: ph-animation .8s linear infinite !important;
animation: ph-animation .8s linear infinite !important;
background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50% !important;
bottom: 0 !important;
content: " " !important;
left: 0% !important;
margin-left: -100% !important;
pointer-events: none !important;
position: absolute !important;
right: 0 !important;
top: 0 !important;
width: 500% !important;
z-index: 1
}
.tsp_sceleton_item * {
z-index: -1 !important;
visibility: hidden;
}
@-webkit-keyframes ph-animation {
0% {
transform: translate3d(-30%, 0, 0)
}
to {
transform: translate3d(30%, 0, 0)
}
}
@keyframes ph-animation {
0% {
transform: translate3d(-30%, 0, 0)
}
to {
transform: translate3d(30%, 0, 0)
}
}@font-face {
font-family: 'FontAwesome';
src: url(//joburi-europa.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.eot?v=4.6.3);
src: url(//joburi-europa.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(//joburi-europa.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(//joburi-europa.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(//joburi-europa.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(//joburi-europa.com/wp-content/plugins/poll-wp/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.ts-poll,
.ts-poll-fas,
.ts-poll-far,
.ts-poll-fal,
.ts-poll-fad,
.ts-poll-fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.ts-poll-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em;
}
.ts-poll-xs {
font-size: .75em;
}
.ts-poll-sm {
font-size: .875em;
}
.ts-poll-1x {
font-size: 1em;
}
.ts-poll-2x {
font-size: 2em;
}
.ts-poll-3x {
font-size: 3em;
}
.ts-poll-4x {
font-size: 4em;
}
.ts-poll-5x {
font-size: 5em;
}
.ts-poll-6x {
font-size: 6em;
}
.ts-poll-7x {
font-size: 7em;
}
.ts-poll-8x {
font-size: 8em;
}
.ts-poll-9x {
font-size: 9em;
}
.ts-poll-10x {
font-size: 10em;
}
.ts-poll-fw {
text-align: center;
width: 1.25em;
}
.ts-poll-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.ts-poll-ul>li {
position: relative;
}
.ts-poll-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.ts-poll-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em;
}
.ts-poll-pull-left {
float: left;
}
.ts-poll-pull-right {
float: right;
}
.ts-poll.ts-poll-pull-left,
.ts-poll-fas.ts-poll-pull-left,
.ts-poll-far.ts-poll-pull-left,
.ts-poll-fal.ts-poll-pull-left,
.ts-poll-fab.ts-poll-pull-left {
margin-right: .3em;
}
.ts-poll.ts-poll-pull-right,
.ts-poll-fas.ts-poll-pull-right,
.ts-poll-far.ts-poll-pull-right,
.ts-poll-fal.ts-poll-pull-right,
.ts-poll-fab.ts-poll-pull-right {
margin-left: .3em;
}
.ts-poll-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ts-poll-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.ts-poll-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.ts-poll-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.ts-poll-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.ts-poll-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.ts-poll-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
.ts-poll-flip-both,
.ts-poll-flip-horizontal.ts-poll-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
:root .ts-poll-rotate-90,
:root .ts-poll-rotate-180,
:root .ts-poll-rotate-270,
:root .ts-poll-flip-horizontal,
:root .ts-poll-flip-vertical,
:root .ts-poll-flip-both {
-webkit-filter: none;
filter: none;
}
.ts-poll-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
}
.ts-poll-stack-1x,
.ts-poll-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.ts-poll-stack-1x {
line-height: inherit;
}
.ts-poll-stack-2x {
font-size: 2em;
}
.ts-poll-inverse {
color: #fff;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.ts-poll.pull-left {
margin-right: .3em;
}
.ts-poll.pull-right {
margin-left: .3em;
}
.ts-poll-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.ts-poll-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.ts-poll-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.ts-poll-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.ts-poll-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.ts-poll-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.ts-poll-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .ts-poll-rotate-90,
:root .ts-poll-rotate-180,
:root .ts-poll-rotate-270,
:root .ts-poll-flip-horizontal,
:root .ts-poll-flip-vertical {
filter: none;
}
.ts-poll-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.ts-poll-stack-1x,
.ts-poll-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.ts-poll-stack-1x {
line-height: inherit;
}
.ts-poll-stack-2x {
font-size: 2em;
}
.ts-poll-inverse {
color: #ffffff;
} .ts-poll-glass:before {
content: "\f000";
}
.ts-poll-music:before {
content: "\f001";
}
.ts-poll-search:before {
content: "\f002";
}
.ts-poll-envelope-o:before {
content: "\f003";
}
.ts-poll-heart:before {
content: "\f004";
}
.ts-poll-star:before {
content: "\f005";
}
.ts-poll-star-o:before {
content: "\f006";
}
.ts-poll-user:before {
content: "\f007";
}
.ts-poll-film:before {
content: "\f008";
}
.ts-poll-th-large:before {
content: "\f009";
}
.ts-poll-th:before {
content: "\f00a";
}
.ts-poll-th-list:before {
content: "\f00b";
}
.ts-poll-check:before {
content: "\f00c";
}
.ts-poll-remove:before,
.ts-poll-close:before,
.ts-poll-times:before {
content: "\f00d";
}
.ts-poll-search-plus:before {
content: "\f00e";
}
.ts-poll-search-minus:before {
content: "\f010";
}
.ts-poll-power-off:before {
content: "\f011";
}
.ts-poll-signal:before {
content: "\f012";
}
.ts-poll-gear:before,
.ts-poll-cog:before {
content: "\f013";
}
.ts-poll-trash-o:before {
content: "\f014";
}
.ts-poll-home:before {
content: "\f015";
}
.ts-poll-file-o:before {
content: "\f016";
}
.ts-poll-clock-o:before {
content: "\f017";
}
.ts-poll-road:before {
content: "\f018";
}
.ts-poll-download:before {
content: "\f019";
}
.ts-poll-arrow-circle-o-down:before {
content: "\f01a";
}
.ts-poll-arrow-circle-o-up:before {
content: "\f01b";
}
.ts-poll-inbox:before {
content: "\f01c";
}
.ts-poll-play-circle-o:before {
content: "\f01d";
}
.ts-poll-rotate-right:before,
.ts-poll-repeat:before {
content: "\f01e";
}
.ts-poll-refresh:before {
content: "\f021";
}
.ts-poll-list-alt:before {
content: "\f022";
}
.ts-poll-lock:before {
content: "\f023";
}
.ts-poll-flag:before {
content: "\f024";
}
.ts-poll-headphones:before {
content: "\f025";
}
.ts-poll-volume-off:before {
content: "\f026";
}
.ts-poll-volume-down:before {
content: "\f027";
}
.ts-poll-volume-up:before {
content: "\f028";
}
.ts-poll-qrcode:before {
content: "\f029";
}
.ts-poll-barcode:before {
content: "\f02a";
}
.ts-poll-tag:before {
content: "\f02b";
}
.ts-poll-tags:before {
content: "\f02c";
}
.ts-poll-book:before {
content: "\f02d";
}
.ts-poll-bookmark:before {
content: "\f02e";
}
.ts-poll-print:before {
content: "\f02f";
}
.ts-poll-camera:before {
content: "\f030";
}
.ts-poll-font:before {
content: "\f031";
}
.ts-poll-bold:before {
content: "\f032";
}
.ts-poll-italic:before {
content: "\f033";
}
.ts-poll-text-height:before {
content: "\f034";
}
.ts-poll-text-width:before {
content: "\f035";
}
.ts-poll-align-left:before {
content: "\f036";
}
.ts-poll-align-center:before {
content: "\f037";
}
.ts-poll-align-right:before {
content: "\f038";
}
.ts-poll-align-justify:before {
content: "\f039";
}
.ts-poll-list:before {
content: "\f03a";
}
.ts-poll-dedent:before,
.ts-poll-outdent:before {
content: "\f03b";
}
.ts-poll-indent:before {
content: "\f03c";
}
.ts-poll-video-camera:before {
content: "\f03d";
}
.ts-poll-photo:before,
.ts-poll-image:before,
.ts-poll-picture-o:before {
content: "\f03e";
}
.ts-poll-pencil:before {
content: "\f040";
}
.ts-poll-map-marker:before {
content: "\f041";
}
.ts-poll-adjust:before {
content: "\f042";
}
.ts-poll-tint:before {
content: "\f043";
}
.ts-poll-edit:before,
.ts-poll-pencil-square-o:before {
content: "\f044";
}
.ts-poll-share-square-o:before {
content: "\f045";
}
.ts-poll-check-square-o:before {
content: "\f046";
}
.ts-poll-arrows:before {
content: "\f047";
}
.ts-poll-step-backward:before {
content: "\f048";
}
.ts-poll-fast-backward:before {
content: "\f049";
}
.ts-poll-backward:before {
content: "\f04a";
}
.ts-poll-play:before {
content: "\f04b";
}
.ts-poll-pause:before {
content: "\f04c";
}
.ts-poll-stop:before {
content: "\f04d";
}
.ts-poll-forward:before {
content: "\f04e";
}
.ts-poll-fast-forward:before {
content: "\f050";
}
.ts-poll-step-forward:before {
content: "\f051";
}
.ts-poll-eject:before {
content: "\f052";
}
.ts-poll-chevron-left:before {
content: "\f053";
}
.ts-poll-chevron-right:before {
content: "\f054";
}
.ts-poll-plus-circle:before {
content: "\f055";
}
.ts-poll-minus-circle:before {
content: "\f056";
}
.ts-poll-times-circle:before {
content: "\f057";
}
.ts-poll-check-circle:before {
content: "\f058";
}
.ts-poll-question-circle:before {
content: "\f059";
}
.ts-poll-info-circle:before {
content: "\f05a";
}
.ts-poll-crosshairs:before {
content: "\f05b";
}
.ts-poll-times-circle-o:before {
content: "\f05c";
}
.ts-poll-check-circle-o:before {
content: "\f05d";
}
.ts-poll-ban:before {
content: "\f05e";
}
.ts-poll-arrow-left:before {
content: "\f060";
}
.ts-poll-arrow-right:before {
content: "\f061";
}
.ts-poll-arrow-up:before {
content: "\f062";
}
.ts-poll-arrow-down:before {
content: "\f063";
}
.ts-poll-mail-forward:before,
.ts-poll-share:before {
content: "\f064";
}
.ts-poll-expand:before {
content: "\f065";
}
.ts-poll-compress:before {
content: "\f066";
}
.ts-poll-plus:before {
content: "\f067";
}
.ts-poll-minus:before {
content: "\f068";
}
.ts-poll-asterisk:before {
content: "\f069";
}
.ts-poll-exclamation-circle:before {
content: "\f06a";
}
.ts-poll-gift:before {
content: "\f06b";
}
.ts-poll-leaf:before {
content: "\f06c";
}
.ts-poll-fire:before {
content: "\f06d";
}
.ts-poll-eye:before {
content: "\f06e";
}
.ts-poll-eye-slash:before {
content: "\f070";
}
.ts-poll-warning:before,
.ts-poll-exclamation-triangle:before {
content: "\f071";
}
.ts-poll-plane:before {
content: "\f072";
}
.ts-poll-calendar:before {
content: "\f073";
}
.ts-poll-random:before {
content: "\f074";
}
.ts-poll-comment:before {
content: "\f075";
}
.ts-poll-magnet:before {
content: "\f076";
}
.ts-poll-chevron-up:before {
content: "\f077";
}
.ts-poll-chevron-down:before {
content: "\f078";
}
.ts-poll-retweet:before {
content: "\f079";
}
.ts-poll-shopping-cart:before {
content: "\f07a";
}
.ts-poll-folder:before {
content: "\f07b";
}
.ts-poll-folder-open:before {
content: "\f07c";
}
.ts-poll-arrows-v:before {
content: "\f07d";
}
.ts-poll-arrows-h:before {
content: "\f07e";
}
.ts-poll-bar-chart-o:before,
.ts-poll-bar-chart:before {
content: "\f080";
}
.ts-poll-twitter-square:before {
content: "\f081";
}
.ts-poll-facebook-square:before {
content: "\f082";
}
.ts-poll-camera-retro:before {
content: "\f083";
}
.ts-poll-key:before {
content: "\f084";
}
.ts-poll-gears:before,
.ts-poll-cogs:before {
content: "\f085";
}
.ts-poll-comments:before {
content: "\f086";
}
.ts-poll-thumbs-o-up:before {
content: "\f087";
}
.ts-poll-thumbs-o-down:before {
content: "\f088";
}
.ts-poll-star-half:before {
content: "\f089";
}
.ts-poll-heart-o:before {
content: "\f08a";
}
.ts-poll-sign-out:before {
content: "\f08b";
}
.ts-poll-linkedin-square:before {
content: "\f08c";
}
.ts-poll-thumb-tack:before {
content: "\f08d";
}
.ts-poll-external-link:before {
content: "\f08e";
}
.ts-poll-sign-in:before {
content: "\f090";
}
.ts-poll-trophy:before {
content: "\f091";
}
.ts-poll-github-square:before {
content: "\f092";
}
.ts-poll-upload:before {
content: "\f093";
}
.ts-poll-lemon-o:before {
content: "\f094";
}
.ts-poll-phone:before {
content: "\f095";
}
.ts-poll-square-o:before {
content: "\f096";
}
.ts-poll-bookmark-o:before {
content: "\f097";
}
.ts-poll-phone-square:before {
content: "\f098";
}
.ts-poll-twitter:before {
content: "\f099";
}
.ts-poll-facebook-f:before,
.ts-poll-facebook:before {
content: "\f09a";
}
.ts-poll-github:before {
content: "\f09b";
}
.ts-poll-unlock:before {
content: "\f09c";
}
.ts-poll-credit-card:before {
content: "\f09d";
}
.ts-poll-feed:before,
.ts-poll-rss:before {
content: "\f09e";
}
.ts-poll-hdd-o:before {
content: "\f0a0";
}
.ts-poll-bullhorn:before {
content: "\f0a1";
}
.ts-poll-bell:before {
content: "\f0f3";
}
.ts-poll-certificate:before {
content: "\f0a3";
}
.ts-poll-hand-o-right:before {
content: "\f0a4";
}
.ts-poll-hand-o-left:before {
content: "\f0a5";
}
.ts-poll-hand-o-up:before {
content: "\f0a6";
}
.ts-poll-hand-o-down:before {
content: "\f0a7";
}
.ts-poll-arrow-circle-left:before {
content: "\f0a8";
}
.ts-poll-arrow-circle-right:before {
content: "\f0a9";
}
.ts-poll-arrow-circle-up:before {
content: "\f0aa";
}
.ts-poll-arrow-circle-down:before {
content: "\f0ab";
}
.ts-poll-globe:before {
content: "\f0ac";
}
.ts-poll-wrench:before {
content: "\f0ad";
}
.ts-poll-tasks:before {
content: "\f0ae";
}
.ts-poll-filter:before {
content: "\f0b0";
}
.ts-poll-briefcase:before {
content: "\f0b1";
}
.ts-poll-arrows-alt:before {
content: "\f0b2";
}
.ts-poll-group:before,
.ts-poll-users:before {
content: "\f0c0";
}
.ts-poll-chain:before,
.ts-poll-link:before {
content: "\f0c1";
}
.ts-poll-cloud:before {
content: "\f0c2";
}
.ts-poll-flask:before {
content: "\f0c3";
}
.ts-poll-cut:before,
.ts-poll-scissors:before {
content: "\f0c4";
}
.ts-poll-copy:before,
.ts-poll-files-o:before {
content: "\f0c5";
}
.ts-poll-paperclip:before {
content: "\f0c6";
}
.ts-poll-save:before,
.ts-poll-floppy-o:before {
content: "\f0c7";
}
.ts-poll-square:before {
content: "\f0c8";
}
.ts-poll-navicon:before,
.ts-poll-reorder:before,
.ts-poll-bars:before {
content: "\f0c9";
}
.ts-poll-list-ul:before {
content: "\f0ca";
}
.ts-poll-list-ol:before {
content: "\f0cb";
}
.ts-poll-strikethrough:before {
content: "\f0cc";
}
.ts-poll-underline:before {
content: "\f0cd";
}
.ts-poll-table:before {
content: "\f0ce";
}
.ts-poll-magic:before {
content: "\f0d0";
}
.ts-poll-truck:before {
content: "\f0d1";
}
.ts-poll-pinterest:before {
content: "\f0d2";
}
.ts-poll-pinterest-square:before {
content: "\f0d3";
}
.ts-poll-google-plus-square:before {
content: "\f0d4";
}
.ts-poll-google-plus:before {
content: "\f0d5";
}
.ts-poll-money:before {
content: "\f0d6";
}
.ts-poll-caret-down:before {
content: "\f0d7";
}
.ts-poll-caret-up:before {
content: "\f0d8";
}
.ts-poll-caret-left:before {
content: "\f0d9";
}
.ts-poll-caret-right:before {
content: "\f0da";
}
.ts-poll-columns:before {
content: "\f0db";
}
.ts-poll-unsorted:before,
.ts-poll-sort:before {
content: "\f0dc";
}
.ts-poll-sort-down:before,
.ts-poll-sort-desc:before {
content: "\f0dd";
}
.ts-poll-sort-up:before,
.ts-poll-sort-asc:before {
content: "\f0de";
}
.ts-poll-envelope:before {
content: "\f0e0";
}
.ts-poll-linkedin:before {
content: "\f0e1";
}
.ts-poll-rotate-left:before,
.ts-poll-undo:before {
content: "\f0e2";
}
.ts-poll-legal:before,
.ts-poll-gavel:before {
content: "\f0e3";
}
.ts-poll-dashboard:before,
.ts-poll-tachometer:before {
content: "\f0e4";
}
.ts-poll-comment-o:before {
content: "\f0e5";
}
.ts-poll-comments-o:before {
content: "\f0e6";
}
.ts-poll-flash:before,
.ts-poll-bolt:before {
content: "\f0e7";
}
.ts-poll-sitemap:before {
content: "\f0e8";
}
.ts-poll-umbrella:before {
content: "\f0e9";
}
.ts-poll-paste:before,
.ts-poll-clipboard:before {
content: "\f0ea";
}
.ts-poll-lightbulb-o:before {
content: "\f0eb";
}
.ts-poll-exchange:before {
content: "\f0ec";
}
.ts-poll-cloud-download:before {
content: "\f0ed";
}
.ts-poll-cloud-upload:before {
content: "\f0ee";
}
.ts-poll-user-md:before {
content: "\f0f0";
}
.ts-poll-stethoscope:before {
content: "\f0f1";
}
.ts-poll-suitcase:before {
content: "\f0f2";
}
.ts-poll-bell-o:before {
content: "\f0a2";
}
.ts-poll-coffee:before {
content: "\f0f4";
}
.ts-poll-cutlery:before {
content: "\f0f5";
}
.ts-poll-file-text-o:before {
content: "\f0f6";
}
.ts-poll-building-o:before {
content: "\f0f7";
}
.ts-poll-hospital-o:before {
content: "\f0f8";
}
.ts-poll-ambulance:before {
content: "\f0f9";
}
.ts-poll-medkit:before {
content: "\f0fa";
}
.ts-poll-fighter-jet:before {
content: "\f0fb";
}
.ts-poll-beer:before {
content: "\f0fc";
}
.ts-poll-h-square:before {
content: "\f0fd";
}
.ts-poll-plus-square:before {
content: "\f0fe";
}
.ts-poll-angle-double-left:before {
content: "\f100";
}
.ts-poll-angle-double-right:before {
content: "\f101";
}
.ts-poll-angle-double-up:before {
content: "\f102";
}
.ts-poll-angle-double-down:before {
content: "\f103";
}
.ts-poll-angle-left:before {
content: "\f104";
}
.ts-poll-angle-right:before {
content: "\f105";
}
.ts-poll-angle-up:before {
content: "\f106";
}
.ts-poll-angle-down:before {
content: "\f107";
}
.ts-poll-desktop:before {
content: "\f108";
}
.ts-poll-laptop:before {
content: "\f109";
}
.ts-poll-tablet:before {
content: "\f10a";
}
.ts-poll-mobile-phone:before,
.ts-poll-mobile:before {
content: "\f10b";
}
.ts-poll-circle-o:before {
content: "\f10c";
}
.ts-poll-quote-left:before {
content: "\f10d";
}
.ts-poll-quote-right:before {
content: "\f10e";
}
.ts-poll-spinner:before {
content: "\f110";
}
.ts-poll-circle:before {
content: "\f111";
}
.ts-poll-mail-reply:before,
.ts-poll-reply:before {
content: "\f112";
}
.ts-poll-github-alt:before {
content: "\f113";
}
.ts-poll-folder-o:before {
content: "\f114";
}
.ts-poll-folder-open-o:before {
content: "\f115";
}
.ts-poll-smile-o:before {
content: "\f118";
}
.ts-poll-frown-o:before {
content: "\f119";
}
.ts-poll-meh-o:before {
content: "\f11a";
}
.ts-poll-gamepad:before {
content: "\f11b";
}
.ts-poll-keyboard-o:before {
content: "\f11c";
}
.ts-poll-flag-o:before {
content: "\f11d";
}
.ts-poll-flag-checkered:before {
content: "\f11e";
}
.ts-poll-terminal:before {
content: "\f120";
}
.ts-poll-code:before {
content: "\f121";
}
.ts-poll-mail-reply-all:before,
.ts-poll-reply-all:before {
content: "\f122";
}
.ts-poll-star-half-empty:before,
.ts-poll-star-half-full:before,
.ts-poll-star-half-o:before {
content: "\f123";
}
.ts-poll-location-arrow:before {
content: "\f124";
}
.ts-poll-crop:before {
content: "\f125";
}
.ts-poll-code-fork:before {
content: "\f126";
}
.ts-poll-unlink:before,
.ts-poll-chain-broken:before {
content: "\f127";
}
.ts-poll-question:before {
content: "\f128";
}
.ts-poll-info:before {
content: "\f129";
}
.ts-poll-exclamation:before {
content: "\f12a";
}
.ts-poll-superscript:before {
content: "\f12b";
}
.ts-poll-subscript:before {
content: "\f12c";
}
.ts-poll-eraser:before {
content: "\f12d";
}
.ts-poll-puzzle-piece:before {
content: "\f12e";
}
.ts-poll-microphone:before {
content: "\f130";
}
.ts-poll-microphone-slash:before {
content: "\f131";
}
.ts-poll-shield:before {
content: "\f132";
}
.ts-poll-calendar-o:before {
content: "\f133";
}
.ts-poll-fire-extinguisher:before {
content: "\f134";
}
.ts-poll-rocket:before {
content: "\f135";
}
.ts-poll-maxcdn:before {
content: "\f136";
}
.ts-poll-chevron-circle-left:before {
content: "\f137";
}
.ts-poll-chevron-circle-right:before {
content: "\f138";
}
.ts-poll-chevron-circle-up:before {
content: "\f139";
}
.ts-poll-chevron-circle-down:before {
content: "\f13a";
}
.ts-poll-html5:before {
content: "\f13b";
}
.ts-poll-css3:before {
content: "\f13c";
}
.ts-poll-anchor:before {
content: "\f13d";
}
.ts-poll-unlock-alt:before {
content: "\f13e";
}
.ts-poll-bullseye:before {
content: "\f140";
}
.ts-poll-ellipsis-h:before {
content: "\f141";
}
.ts-poll-ellipsis-v:before {
content: "\f142";
}
.ts-poll-rss-square:before {
content: "\f143";
}
.ts-poll-play-circle:before {
content: "\f144";
}
.ts-poll-ticket:before {
content: "\f145";
}
.ts-poll-minus-square:before {
content: "\f146";
}
.ts-poll-minus-square-o:before {
content: "\f147";
}
.ts-poll-level-up:before {
content: "\f148";
}
.ts-poll-level-down:before {
content: "\f149";
}
.ts-poll-check-square:before {
content: "\f14a";
}
.ts-poll-pencil-square:before {
content: "\f14b";
}
.ts-poll-external-link-square:before {
content: "\f14c";
}
.ts-poll-share-square:before {
content: "\f14d";
}
.ts-poll-compass:before {
content: "\f14e";
}
.ts-poll-toggle-down:before,
.ts-poll-caret-square-o-down:before {
content: "\f150";
}
.ts-poll-toggle-up:before,
.ts-poll-caret-square-o-up:before {
content: "\f151";
}
.ts-poll-toggle-right:before,
.ts-poll-caret-square-o-right:before {
content: "\f152";
}
.ts-poll-euro:before,
.ts-poll-eur:before {
content: "\f153";
}
.ts-poll-gbp:before {
content: "\f154";
}
.ts-poll-dollar:before,
.ts-poll-usd:before {
content: "\f155";
}
.ts-poll-rupee:before,
.ts-poll-inr:before {
content: "\f156";
}
.ts-poll-cny:before,
.ts-poll-rmb:before,
.ts-poll-yen:before,
.ts-poll-jpy:before {
content: "\f157";
}
.ts-poll-ruble:before,
.ts-poll-rouble:before,
.ts-poll-rub:before {
content: "\f158";
}
.ts-poll-won:before,
.ts-poll-krw:before {
content: "\f159";
}
.ts-poll-bitcoin:before,
.ts-poll-btc:before {
content: "\f15a";
}
.ts-poll-file:before {
content: "\f15b";
}
.ts-poll-file-text:before {
content: "\f15c";
}
.ts-poll-sort-alpha-asc:before {
content: "\f15d";
}
.ts-poll-sort-alpha-desc:before {
content: "\f15e";
}
.ts-poll-sort-amount-asc:before {
content: "\f160";
}
.ts-poll-sort-amount-desc:before {
content: "\f161";
}
.ts-poll-sort-numeric-asc:before {
content: "\f162";
}
.ts-poll-sort-numeric-desc:before {
content: "\f163";
}
.ts-poll-thumbs-up:before {
content: "\f164";
}
.ts-poll-thumbs-down:before {
content: "\f165";
}
.ts-poll-youtube-square:before {
content: "\f166";
}
.ts-poll-youtube:before {
content: "\f167";
}
.ts-poll-xing:before {
content: "\f168";
}
.ts-poll-xing-square:before {
content: "\f169";
}
.ts-poll-youtube-play:before {
content: "\f16a";
}
.ts-poll-dropbox:before {
content: "\f16b";
}
.ts-poll-stack-overflow:before {
content: "\f16c";
}
.ts-poll-instagram:before {
content: "\f16d";
}
.ts-poll-flickr:before {
content: "\f16e";
}
.ts-poll-adn:before {
content: "\f170";
}
.ts-poll-bitbucket:before {
content: "\f171";
}
.ts-poll-bitbucket-square:before {
content: "\f172";
}
.ts-poll-tumblr:before {
content: "\f173";
}
.ts-poll-tumblr-square:before {
content: "\f174";
}
.ts-poll-long-arrow-down:before {
content: "\f175";
}
.ts-poll-long-arrow-up:before {
content: "\f176";
}
.ts-poll-long-arrow-left:before {
content: "\f177";
}
.ts-poll-long-arrow-right:before {
content: "\f178";
}
.ts-poll-apple:before {
content: "\f179";
}
.ts-poll-windows:before {
content: "\f17a";
}
.ts-poll-android:before {
content: "\f17b";
}
.ts-poll-linux:before {
content: "\f17c";
}
.ts-poll-dribbble:before {
content: "\f17d";
}
.ts-poll-skype:before {
content: "\f17e";
}
.ts-poll-foursquare:before {
content: "\f180";
}
.ts-poll-trello:before {
content: "\f181";
}
.ts-poll-female:before {
content: "\f182";
}
.ts-poll-male:before {
content: "\f183";
}
.ts-poll-gittip:before,
.ts-poll-gratipay:before {
content: "\f184";
}
.ts-poll-sun-o:before {
content: "\f185";
}
.ts-poll-moon-o:before {
content: "\f186";
}
.ts-poll-archive:before {
content: "\f187";
}
.ts-poll-bug:before {
content: "\f188";
}
.ts-poll-vk:before {
content: "\f189";
}
.ts-poll-weibo:before {
content: "\f18a";
}
.ts-poll-renren:before {
content: "\f18b";
}
.ts-poll-pagelines:before {
content: "\f18c";
}
.ts-poll-stack-exchange:before {
content: "\f18d";
}
.ts-poll-arrow-circle-o-right:before {
content: "\f18e";
}
.ts-poll-arrow-circle-o-left:before {
content: "\f190";
}
.ts-poll-toggle-left:before,
.ts-poll-caret-square-o-left:before {
content: "\f191";
}
.ts-poll-dot-circle-o:before {
content: "\f192";
}
.ts-poll-wheelchair:before {
content: "\f193";
}
.ts-poll-vimeo-square:before {
content: "\f194";
}
.ts-poll-turkish-lira:before,
.ts-poll-try:before {
content: "\f195";
}
.ts-poll-plus-square-o:before {
content: "\f196";
}
.ts-poll-space-shuttle:before {
content: "\f197";
}
.ts-poll-slack:before {
content: "\f198";
}
.ts-poll-envelope-square:before {
content: "\f199";
}
.ts-poll-wordpress:before {
content: "\f19a";
}
.ts-poll-openid:before {
content: "\f19b";
}
.ts-poll-institution:before,
.ts-poll-bank:before,
.ts-poll-university:before {
content: "\f19c";
}
.ts-poll-mortar-board:before,
.ts-poll-graduation-cap:before {
content: "\f19d";
}
.ts-poll-yahoo:before {
content: "\f19e";
}
.ts-poll-google:before {
content: "\f1a0";
}
.ts-poll-reddit:before {
content: "\f1a1";
}
.ts-poll-reddit-square:before {
content: "\f1a2";
}
.ts-poll-stumbleupon-circle:before {
content: "\f1a3";
}
.ts-poll-stumbleupon:before {
content: "\f1a4";
}
.ts-poll-delicious:before {
content: "\f1a5";
}
.ts-poll-digg:before {
content: "\f1a6";
}
.ts-poll-pied-piper-pp:before {
content: "\f1a7";
}
.ts-poll-pied-piper-alt:before {
content: "\f1a8";
}
.ts-poll-drupal:before {
content: "\f1a9";
}
.ts-poll-joomla:before {
content: "\f1aa";
}
.ts-poll-language:before {
content: "\f1ab";
}
.ts-poll-fax:before {
content: "\f1ac";
}
.ts-poll-building:before {
content: "\f1ad";
}
.ts-poll-child:before {
content: "\f1ae";
}
.ts-poll-paw:before {
content: "\f1b0";
}
.ts-poll-spoon:before {
content: "\f1b1";
}
.ts-poll-cube:before {
content: "\f1b2";
}
.ts-poll-cubes:before {
content: "\f1b3";
}
.ts-poll-behance:before {
content: "\f1b4";
}
.ts-poll-behance-square:before {
content: "\f1b5";
}
.ts-poll-steam:before {
content: "\f1b6";
}
.ts-poll-steam-square:before {
content: "\f1b7";
}
.ts-poll-recycle:before {
content: "\f1b8";
}
.ts-poll-automobile:before,
.ts-poll-car:before {
content: "\f1b9";
}
.ts-poll-cab:before,
.ts-poll-taxi:before {
content: "\f1ba";
}
.ts-poll-tree:before {
content: "\f1bb";
}
.ts-poll-spotify:before {
content: "\f1bc";
}
.ts-poll-deviantart:before {
content: "\f1bd";
}
.ts-poll-soundcloud:before {
content: "\f1be";
}
.ts-poll-database:before {
content: "\f1c0";
}
.ts-poll-file-pdf-o:before {
content: "\f1c1";
}
.ts-poll-file-word-o:before {
content: "\f1c2";
}
.ts-poll-file-excel-o:before {
content: "\f1c3";
}
.ts-poll-file-powerpoint-o:before {
content: "\f1c4";
}
.ts-poll-file-photo-o:before,
.ts-poll-file-picture-o:before,
.ts-poll-file-image-o:before {
content: "\f1c5";
}
.ts-poll-file-zip-o:before,
.ts-poll-file-archive-o:before {
content: "\f1c6";
}
.ts-poll-file-sound-o:before,
.ts-poll-file-audio-o:before {
content: "\f1c7";
}
.ts-poll-file-movie-o:before,
.ts-poll-file-video-o:before {
content: "\f1c8";
}
.ts-poll-file-code-o:before {
content: "\f1c9";
}
.ts-poll-vine:before {
content: "\f1ca";
}
.ts-poll-codepen:before {
content: "\f1cb";
}
.ts-poll-jsfiddle:before {
content: "\f1cc";
}
.ts-poll-life-bouy:before,
.ts-poll-life-buoy:before,
.ts-poll-life-saver:before,
.ts-poll-support:before,
.ts-poll-life-ring:before {
content: "\f1cd";
}
.ts-poll-circle-o-notch:before {
content: "\f1ce";
}
.ts-poll-ra:before,
.ts-poll-resistance:before,
.ts-poll-rebel:before {
content: "\f1d0";
}
.ts-poll-ge:before,
.ts-poll-empire:before {
content: "\f1d1";
}
.ts-poll-git-square:before {
content: "\f1d2";
}
.ts-poll-git:before {
content: "\f1d3";
}
.ts-poll-y-combinator-square:before,
.ts-poll-yc-square:before,
.ts-poll-hacker-news:before {
content: "\f1d4";
}
.ts-poll-tencent-weibo:before {
content: "\f1d5";
}
.ts-poll-qq:before {
content: "\f1d6";
}
.ts-poll-wechat:before,
.ts-poll-weixin:before {
content: "\f1d7";
}
.ts-poll-send:before,
.ts-poll-paper-plane:before {
content: "\f1d8";
}
.ts-poll-send-o:before,
.ts-poll-paper-plane-o:before {
content: "\f1d9";
}
.ts-poll-history:before {
content: "\f1da";
}
.ts-poll-circle-thin:before {
content: "\f1db";
}
.ts-poll-header:before {
content: "\f1dc";
}
.ts-poll-paragraph:before {
content: "\f1dd";
}
.ts-poll-sliders:before {
content: "\f1de";
}
.ts-poll-share-alt:before {
content: "\f1e0";
}
.ts-poll-share-alt-square:before {
content: "\f1e1";
}
.ts-poll-bomb:before {
content: "\f1e2";
}
.ts-poll-soccer-ball-o:before,
.ts-poll-futbol-o:before {
content: "\f1e3";
}
.ts-poll-tty:before {
content: "\f1e4";
}
.ts-poll-binoculars:before {
content: "\f1e5";
}
.ts-poll-plug:before {
content: "\f1e6";
}
.ts-poll-slideshare:before {
content: "\f1e7";
}
.ts-poll-twitch:before {
content: "\f1e8";
}
.ts-poll-yelp:before {
content: "\f1e9";
}
.ts-poll-newspaper-o:before {
content: "\f1ea";
}
.ts-poll-wifi:before {
content: "\f1eb";
}
.ts-poll-calculator:before {
content: "\f1ec";
}
.ts-poll-paypal:before {
content: "\f1ed";
}
.ts-poll-google-wallet:before {
content: "\f1ee";
}
.ts-poll-cc-visa:before {
content: "\f1f0";
}
.ts-poll-cc-mastercard:before {
content: "\f1f1";
}
.ts-poll-cc-discover:before {
content: "\f1f2";
}
.ts-poll-cc-amex:before {
content: "\f1f3";
}
.ts-poll-cc-paypal:before {
content: "\f1f4";
}
.ts-poll-cc-stripe:before {
content: "\f1f5";
}
.ts-poll-bell-slash:before {
content: "\f1f6";
}
.ts-poll-bell-slash-o:before {
content: "\f1f7";
}
.ts-poll-trash:before {
content: "\f1f8";
}
.ts-poll-copyright:before {
content: "\f1f9";
}
.ts-poll-at:before {
content: "\f1fa";
}
.ts-poll-eyedropper:before {
content: "\f1fb";
}
.ts-poll-paint-brush:before {
content: "\f1fc";
}
.ts-poll-birthday-cake:before {
content: "\f1fd";
}
.ts-poll-area-chart:before {
content: "\f1fe";
}
.ts-poll-pie-chart:before {
content: "\f200";
}
.ts-poll-line-chart:before {
content: "\f201";
}
.ts-poll-lastfm:before {
content: "\f202";
}
.ts-poll-lastfm-square:before {
content: "\f203";
}
.ts-poll-toggle-off:before {
content: "\f204";
}
.ts-poll-toggle-on:before {
content: "\f205";
}
.ts-poll-bicycle:before {
content: "\f206";
}
.ts-poll-bus:before {
content: "\f207";
}
.ts-poll-ioxhost:before {
content: "\f208";
}
.ts-poll-angellist:before {
content: "\f209";
}
.ts-poll-cc:before {
content: "\f20a";
}
.ts-poll-shekel:before,
.ts-poll-sheqel:before,
.ts-poll-ils:before {
content: "\f20b";
}
.ts-poll-meanpath:before {
content: "\f20c";
}
.ts-poll-buysellads:before {
content: "\f20d";
}
.ts-poll-connectdevelop:before {
content: "\f20e";
}
.ts-poll-dashcube:before {
content: "\f210";
}
.ts-poll-forumbee:before {
content: "\f211";
}
.ts-poll-leanpub:before {
content: "\f212";
}
.ts-poll-sellsy:before {
content: "\f213";
}
.ts-poll-shirtsinbulk:before {
content: "\f214";
}
.ts-poll-simplybuilt:before {
content: "\f215";
}
.ts-poll-skyatlas:before {
content: "\f216";
}
.ts-poll-cart-plus:before {
content: "\f217";
}
.ts-poll-cart-arrow-down:before {
content: "\f218";
}
.ts-poll-diamond:before {
content: "\f219";
}
.ts-poll-ship:before {
content: "\f21a";
}
.ts-poll-user-secret:before {
content: "\f21b";
}
.ts-poll-motorcycle:before {
content: "\f21c";
}
.ts-poll-street-view:before {
content: "\f21d";
}
.ts-poll-heartbeat:before {
content: "\f21e";
}
.ts-poll-venus:before {
content: "\f221";
}
.ts-poll-mars:before {
content: "\f222";
}
.ts-poll-mercury:before {
content: "\f223";
}
.ts-poll-intersex:before,
.ts-poll-transgender:before {
content: "\f224";
}
.ts-poll-transgender-alt:before {
content: "\f225";
}
.ts-poll-venus-double:before {
content: "\f226";
}
.ts-poll-mars-double:before {
content: "\f227";
}
.ts-poll-venus-mars:before {
content: "\f228";
}
.ts-poll-mars-stroke:before {
content: "\f229";
}
.ts-poll-mars-stroke-v:before {
content: "\f22a";
}
.ts-poll-mars-stroke-h:before {
content: "\f22b";
}
.ts-poll-neuter:before {
content: "\f22c";
}
.ts-poll-genderless:before {
content: "\f22d";
}
.ts-poll-facebook-official:before {
content: "\f230";
}
.ts-poll-pinterest-p:before {
content: "\f231";
}
.ts-poll-whatsapp:before {
content: "\f232";
}
.ts-poll-server:before {
content: "\f233";
}
.ts-poll-user-plus:before {
content: "\f234";
}
.ts-poll-user-times:before {
content: "\f235";
}
.ts-poll-hotel:before,
.ts-poll-bed:before {
content: "\f236";
}
.ts-poll-viacoin:before {
content: "\f237";
}
.ts-poll-train:before {
content: "\f238";
}
.ts-poll-subway:before {
content: "\f239";
}
.ts-poll-medium:before {
content: "\f23a";
}
.ts-poll-yc:before,
.ts-poll-y-combinator:before {
content: "\f23b";
}
.ts-poll-optin-monster:before {
content: "\f23c";
}
.ts-poll-opencart:before {
content: "\f23d";
}
.ts-poll-expeditedssl:before {
content: "\f23e";
}
.ts-poll-battery-4:before,
.ts-poll-battery-full:before {
content: "\f240";
}
.ts-poll-battery-3:before,
.ts-poll-battery-three-quarters:before {
content: "\f241";
}
.ts-poll-battery-2:before,
.ts-poll-battery-half:before {
content: "\f242";
}
.ts-poll-battery-1:before,
.ts-poll-battery-quarter:before {
content: "\f243";
}
.ts-poll-battery-0:before,
.ts-poll-battery-empty:before {
content: "\f244";
}
.ts-poll-mouse-pointer:before {
content: "\f245";
}
.ts-poll-i-cursor:before {
content: "\f246";
}
.ts-poll-object-group:before {
content: "\f247";
}
.ts-poll-object-ungroup:before {
content: "\f248";
}
.ts-poll-sticky-note:before {
content: "\f249";
}
.ts-poll-sticky-note-o:before {
content: "\f24a";
}
.ts-poll-cc-jcb:before {
content: "\f24b";
}
.ts-poll-cc-diners-club:before {
content: "\f24c";
}
.ts-poll-clone:before {
content: "\f24d";
}
.ts-poll-balance-scale:before {
content: "\f24e";
}
.ts-poll-hourglass-o:before {
content: "\f250";
}
.ts-poll-hourglass-1:before,
.ts-poll-hourglass-start:before {
content: "\f251";
}
.ts-poll-hourglass-2:before,
.ts-poll-hourglass-half:before {
content: "\f252";
}
.ts-poll-hourglass-3:before,
.ts-poll-hourglass-end:before {
content: "\f253";
}
.ts-poll-hourglass:before {
content: "\f254";
}
.ts-poll-hand-grab-o:before,
.ts-poll-hand-rock-o:before {
content: "\f255";
}
.ts-poll-hand-stop-o:before,
.ts-poll-hand-paper-o:before {
content: "\f256";
}
.ts-poll-hand-scissors-o:before {
content: "\f257";
}
.ts-poll-hand-lizard-o:before {
content: "\f258";
}
.ts-poll-hand-spock-o:before {
content: "\f259";
}
.ts-poll-hand-pointer-o:before {
content: "\f25a";
}
.ts-poll-hand-peace-o:before {
content: "\f25b";
}
.ts-poll-trademark:before {
content: "\f25c";
}
.ts-poll-registered:before {
content: "\f25d";
}
.ts-poll-creative-commons:before {
content: "\f25e";
}
.ts-poll-gg:before {
content: "\f260";
}
.ts-poll-gg-circle:before {
content: "\f261";
}
.ts-poll-tripadvisor:before {
content: "\f262";
}
.ts-poll-odnoklassniki:before {
content: "\f263";
}
.ts-poll-odnoklassniki-square:before {
content: "\f264";
}
.ts-poll-get-pocket:before {
content: "\f265";
}
.ts-poll-wikipedia-w:before {
content: "\f266";
}
.ts-poll-safari:before {
content: "\f267";
}
.ts-poll-chrome:before {
content: "\f268";
}
.ts-poll-firefox:before {
content: "\f269";
}
.ts-poll-opera:before {
content: "\f26a";
}
.ts-poll-internet-explorer:before {
content: "\f26b";
}
.ts-poll-tv:before,
.ts-poll-television:before {
content: "\f26c";
}
.ts-poll-contao:before {
content: "\f26d";
}
.ts-poll-500px:before {
content: "\f26e";
}
.ts-poll-amazon:before {
content: "\f270";
}
.ts-poll-calendar-plus-o:before {
content: "\f271";
}
.ts-poll-calendar-minus-o:before {
content: "\f272";
}
.ts-poll-calendar-times-o:before {
content: "\f273";
}
.ts-poll-calendar-check-o:before {
content: "\f274";
}
.ts-poll-industry:before {
content: "\f275";
}
.ts-poll-map-pin:before {
content: "\f276";
}
.ts-poll-map-signs:before {
content: "\f277";
}
.ts-poll-map-o:before {
content: "\f278";
}
.ts-poll-map:before {
content: "\f279";
}
.ts-poll-commenting:before {
content: "\f27a";
}
.ts-poll-commenting-o:before {
content: "\f27b";
}
.ts-poll-houzz:before {
content: "\f27c";
}
.ts-poll-vimeo:before {
content: "\f27d";
}
.ts-poll-black-tie:before {
content: "\f27e";
}
.ts-poll-fonticons:before {
content: "\f280";
}
.ts-poll-reddit-alien:before {
content: "\f281";
}
.ts-poll-edge:before {
content: "\f282";
}
.ts-poll-credit-card-alt:before {
content: "\f283";
}
.ts-poll-codiepie:before {
content: "\f284";
}
.ts-poll-modx:before {
content: "\f285";
}
.ts-poll-fort-awesome:before {
content: "\f286";
}
.ts-poll-usb:before {
content: "\f287";
}
.ts-poll-product-hunt:before {
content: "\f288";
}
.ts-poll-mixcloud:before {
content: "\f289";
}
.ts-poll-scribd:before {
content: "\f28a";
}
.ts-poll-pause-circle:before {
content: "\f28b";
}
.ts-poll-pause-circle-o:before {
content: "\f28c";
}
.ts-poll-stop-circle:before {
content: "\f28d";
}
.ts-poll-stop-circle-o:before {
content: "\f28e";
}
.ts-poll-shopping-bag:before {
content: "\f290";
}
.ts-poll-shopping-basket:before {
content: "\f291";
}
.ts-poll-hashtag:before {
content: "\f292";
}
.ts-poll-bluetooth:before {
content: "\f293";
}
.ts-poll-bluetooth-b:before {
content: "\f294";
}
.ts-poll-percent:before {
content: "\f295";
}
.ts-poll-gitlab:before {
content: "\f296";
}
.ts-poll-wpbeginner:before {
content: "\f297";
}
.ts-poll-wpforms:before {
content: "\f298";
}
.ts-poll-envira:before {
content: "\f299";
}
.ts-poll-universal-access:before {
content: "\f29a";
}
.ts-poll-wheelchair-alt:before {
content: "\f29b";
}
.ts-poll-question-circle-o:before {
content: "\f29c";
}
.ts-poll-blind:before {
content: "\f29d";
}
.ts-poll-audio-description:before {
content: "\f29e";
}
.ts-poll-volume-control-phone:before {
content: "\f2a0";
}
.ts-poll-braille:before {
content: "\f2a1";
}
.ts-poll-assistive-listening-systems:before {
content: "\f2a2";
}
.ts-poll-asl-interpreting:before,
.ts-poll-american-sign-language-interpreting:before {
content: "\f2a3";
}
.ts-poll-deafness:before,
.ts-poll-hard-of-hearing:before,
.ts-poll-deaf:before {
content: "\f2a4";
}
.ts-poll-glide:before {
content: "\f2a5";
}
.ts-poll-glide-g:before {
content: "\f2a6";
}
.ts-poll-signing:before,
.ts-poll-sign-language:before {
content: "\f2a7";
}
.ts-poll-low-vision:before {
content: "\f2a8";
}
.ts-poll-viadeo:before {
content: "\f2a9";
}
.ts-poll-viadeo-square:before {
content: "\f2aa";
}
.ts-poll-snapchat:before {
content: "\f2ab";
}
.ts-poll-snapchat-ghost:before {
content: "\f2ac";
}
.ts-poll-snapchat-square:before {
content: "\f2ad";
}
.ts-poll-pied-piper:before {
content: "\f2ae";
}
.ts-poll-first-order:before {
content: "\f2b0";
}
.ts-poll-yoast:before {
content: "\f2b1";
}
.ts-poll-themeisle:before {
content: "\f2b2";
}
.ts-poll-google-plus-circle:before,
.ts-poll-google-plus-official:before {
content: "\f2b3";
}
.ts-poll-address-book:before {
content: "\f2b9";
}
.ts-poll-fa:before,
.ts-poll-font-awesome:before {
content: "\f2b4";
}
.ts-poll:before {
font-family: "FontAwesome";
}
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: .0625rem;
margin: -0.0625rem;
overflow: hidden;
padding: 0;
position: absolute;
width: .0625rem;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
.ts-poll,
.ts-poll-fab {
font-family: 'FontAwesome';
}
.ts-poll-far {
font-family: 'FontAwesome';
font-weight: 500;
}
.ts-poll-fas {
font-family: 'FontAwesome';
font-weight: 900;
}
.ts-poll-emoji {
font-family: monospace;
color: #000;
font-style: initial;
}
.ts-poll-emoji-100:before {
content: "💯";
}
.ts-poll-emoji-grinning:before {
content: "😀";
}
.ts-poll-emoji-grimacing:before {
content: "😬";
}
.ts-poll-emoji-grin:before {
content: "😁";
}
.ts-poll-emoji-joy:before {
content: "😂";
}
.ts-poll-emoji-rofl:before {
content: "🤣";
}
.ts-poll-emoji-partying:before {
content: "🥳";
}
.ts-poll-emoji-smiley:before {
content: "😃";
}
.ts-poll-emoji-smile:before {
content: "😄";
}
.ts-poll-emoji-sweat-smile:before {
content: "😅";
}
.ts-poll-emoji-laughing:before {
content: "😆";
}
.ts-poll-emoji-innocent:before {
content: "😇";
}
.ts-poll-emoji-wink:before {
content: "😉";
}
.ts-poll-emoji-blush:before {
content: "😊";
}
.ts-poll-emoji-slightly-smiling-face:before {
content: "🙂";
}
.ts-poll-emoji-upside-down-face:before {
content: "🙃";
}
.ts-poll-emoji-yum:before {
content: "😋";
}
.ts-poll-emoji-relieved:before {
content: "😌";
}
.ts-poll-emoji-heart-eyes:before {
content: "😍";
}
.ts-poll-emoji-smiling-face-with-three-hearts:before {
content: "🥰";
}
.ts-poll-emoji-kissing-heart:before {
content: "😘";
}
.ts-poll-emoji-kissing:before {
content: "😗";
}
.ts-poll-emoji-kissing-smiling-eyes:before {
content: "😙";
}
.ts-poll-emoji-kissing-closed-eyes:before {
content: "😚";
}
.ts-poll-emoji-stuck-out-tongue-winking-eye:before {
content: "😜";
}
.ts-poll-emoji-zany:before {
content: "🤪";
}
.ts-poll-emoji-raised-eyebrow:before {
content: "🤨";
}
.ts-poll-emoji-monocle:before {
content: "🧐";
}
.ts-poll-emoji-stuck-out-tongue-closed-eyes:before {
content: "😝";
}
.ts-poll-emoji-stuck-out-tongue:before {
content: "😛";
}
.ts-poll-emoji-money-mouth-face:before {
content: "🤑";
}
.ts-poll-emoji-nerd-face:before {
content: "🤓";
}
.ts-poll-emoji-sunglasses:before {
content: "😎";
}
.ts-poll-emoji-star-struck:before {
content: "🤩";
}
.ts-poll-emoji-clown-face:before {
content: "🤡";
}
.ts-poll-emoji-cowboy-hat-face:before {
content: "🤠";
}
.ts-poll-emoji-hugs:before {
content: "🤗";
}
.ts-poll-emoji-smirk:before {
content: "😏";
}
.ts-poll-emoji-no-mouth:before {
content: "😶";
}
.ts-poll-emoji-neutral-face:before {
content: "😐";
}
.ts-poll-emoji-expressionless:before {
content: "😑";
}
.ts-poll-emoji-unamused:before {
content: "😒";
}
.ts-poll-emoji-roll-eyes:before {
content: "🙄";
}
.ts-poll-emoji-thinking:before {
content: "🤔";
}
.ts-poll-emoji-lying-face:before {
content: "🤥";
}
.ts-poll-emoji-hand-over-mouth:before {
content: "🤭";
}
.ts-poll-emoji-shushing:before {
content: "🤫";
}
.ts-poll-emoji-symbols-over-mouth:before {
content: "🤬";
}
.ts-poll-emoji-exploding-head:before {
content: "🤯";
}
.ts-poll-emoji-flushed:before {
content: "😳";
}
.ts-poll-emoji-disappointed:before {
content: "😞";
}
.ts-poll-emoji-worried:before {
content: "😟";
}
.ts-poll-emoji-angry:before {
content: "😠";
}
.ts-poll-emoji-rage:before {
content: "😡";
}
.ts-poll-emoji-pensive:before {
content: "😔";
}
.ts-poll-emoji-confused:before {
content: "😕";
}
.ts-poll-emoji-slightly-frowning-face:before {
content: "🙁";
}
.ts-poll-emoji-persevere:before {
content: "😣";
}
.ts-poll-emoji-confounded:before {
content: "😖";
}
.ts-poll-emoji-tired-face:before {
content: "😫";
}
.ts-poll-emoji-weary:before {
content: "😩";
}
.ts-poll-emoji-pleading:before {
content: "🥺";
}
.ts-poll-emoji-triumph:before {
content: "😤";
}
.ts-poll-emoji-open-mouth:before {
content: "😮";
}
.ts-poll-emoji-scream:before {
content: "😱";
}
.ts-poll-emoji-fearful:before {
content: "😨";
}
.ts-poll-emoji-cold-sweat:before {
content: "😰";
}
.ts-poll-emoji-hushed:before {
content: "😯";
}
.ts-poll-emoji-frowning:before {
content: "😦";
}
.ts-poll-emoji-anguished:before {
content: "😧";
}
.ts-poll-emoji-cry:before {
content: "😢";
}
.ts-poll-emoji-disappointed-relieved:before {
content: "😥";
}
.ts-poll-emoji-drooling-face:before {
content: "🤤";
}
.ts-poll-emoji-sleepy:before {
content: "😪";
}
.ts-poll-emoji-sweat:before {
content: "😓";
}
.ts-poll-emoji-hot:before {
content: "🥵";
}
.ts-poll-emoji-cold:before {
content: "🥶";
}
.ts-poll-emoji-sob:before {
content: "😭";
}
.ts-poll-emoji-dizzy-face:before {
content: "😵";
}
.ts-poll-emoji-astonished:before {
content: "😲";
}
.ts-poll-emoji-zipper-mouth-face:before {
content: "🤐";
}
.ts-poll-emoji-nauseated-face:before {
content: "🤢";
}
.ts-poll-emoji-sneezing-face:before {
content: "🤧";
}
.ts-poll-emoji-vomiting:before {
content: "🤮";
}
.ts-poll-emoji-mask:before {
content: "😷";
}
.ts-poll-emoji-face-with-thermometer:before {
content: "🤒";
}
.ts-poll-emoji-face-with-head-bandage:before {
content: "🤕";
}
.ts-poll-emoji-woozy:before {
content: "🥴";
}
.ts-poll-emoji-sleeping:before {
content: "😴";
}
.ts-poll-emoji-ghost:before {
content: "👻";
}
.ts-poll-emoji-alien:before {
content: "👽";
}
.ts-poll-emoji-palms-up:before {
content: "🤲";
}
.ts-poll-emoji-raised-hands:before {
content: "🙌";
}
.ts-poll-emoji-clap:before {
content: "👏";
}
.ts-poll-emoji-wave:before {
content: "👋";
}
.ts-poll-emoji-call-me-hand:before {
content: "🤙";
}
.ts-poll-emoji-plus1:before {
content: "👍";
}
.ts-poll-emoji--1:before {
content: "👎";
}
.ts-poll-emoji-facepunch:before {
content: "👊";
}
.ts-poll-emoji-fist:before {
content: "✊";
}
.ts-poll-emoji-fist-left:before {
content: "🤛";
}
.ts-poll-emoji-fist-right:before {
content: "🤜";
}
.ts-poll-emoji-v:before {
content: "✌";
}
.ts-poll-emoji-ok-hand:before {
content: "👌";
}
.ts-poll-emoji-raised-hand:before {
content: "✋";
}
.ts-poll-emoji-raised-back-of-hand:before {
content: "🤚";
}
.ts-poll-emoji-open-hands:before {
content: "👐";
}
.ts-poll-emoji-muscle:before {
content: "💪";
}
.ts-poll-emoji-pray:before {
content: "🙏";
}
.ts-poll-emoji-foot:before {
content: "🦶";
}
.ts-poll-emoji-leg:before {
content: "🦵";
}
.ts-poll-emoji-handshake:before {
content: "🤝";
}
.ts-poll-emoji-point-up:before {
content: "☝";
}
.ts-poll-emoji-point-up-2:before {
content: "👆";
}
.ts-poll-emoji-point-down:before {
content: "👇";
}
.ts-poll-emoji-point-left:before {
content: "👈";
}
.ts-poll-emoji-point-right:before {
content: "👉";
}
.ts-poll-emoji-fu:before {
content: "🖕";
}
.ts-poll-emoji-raised-hand-with-fingers-splayed:before {
content: "🖐";
}
.ts-poll-emoji-love-you:before {
content: "🤟";
}
.ts-poll-emoji-metal:before {
content: "🤘";
}
.ts-poll-emoji-crossed-fingers:before {
content: "🤞";
}
.ts-poll-emoji-vulcan-salute:before {
content: "🖖";
}
.ts-poll-emoji-eyes:before {
content: "👀";
}
.ts-poll-emoji-brain:before {
content: "🧠";
}
.ts-poll-emoji-speaking-head:before {
content: "🗣";
}
.ts-poll-emoji-baby:before {
content: "👶";
}
.ts-poll-emoji-child:before {
content: "🧒";
}
.ts-poll-emoji-boy:before {
content: "👦";
}
.ts-poll-emoji-girl:before {
content: "👧";
}
.ts-poll-emoji-adult:before {
content: "🧑";
}
.ts-poll-emoji-man:before {
content: "👨";
}
.ts-poll-emoji-woman:before {
content: "👩";
}
.ts-poll-emoji-blonde-man:before {
content: "👱";
}
.ts-poll-emoji-bearded-person:before {
content: "🧔";
}
.ts-poll-emoji-older-adult:before {
content: "🧓";
}
.ts-poll-emoji-older-man:before {
content: "👴";
}
.ts-poll-emoji-older-woman:before {
content: "👵";
}
.ts-poll-emoji-man-with-gua-pi-mao:before {
content: "👲";
}
.ts-poll-emoji-woman-with-headscarf:before {
content: "🧕";
}
.ts-poll-emoji-man-with-turban:before {
content: "👳";
}
.ts-poll-emoji-policeman:before {
content: "👮";
}
.ts-poll-emoji-construction-worker-man:before {
content: "👷";
}
.ts-poll-emoji-male-detective:before {
content: "🕵";
}
.ts-poll-emoji-angel:before {
content: "👼";
}
.ts-poll-emoji-pregnant-woman:before {
content: "🤰";
}
.ts-poll-emoji-breastfeeding:before {
content: "🤱";
}
.ts-poll-emoji-princess:before {
content: "👸";
}
.ts-poll-emoji-prince:before {
content: "🤴";
}
.ts-poll-emoji-bride-with-veil:before {
content: "👰";
}
.ts-poll-emoji-man-in-tuxedo:before {
content: "🤵";
}
.ts-poll-emoji-running-man:before {
content: "🏃";
}
.ts-poll-emoji-walking-man:before {
content: "🚶";
}
.ts-poll-emoji-dancer:before {
content: "💃";
}
.ts-poll-emoji-man-dancing:before {
content: "🕺";
}
.ts-poll-emoji-dancing-women:before {
content: "👯";
}
.ts-poll-emoji-couple:before {
content: "👫";
}
.ts-poll-emoji-two-men-holding-hands:before {
content: "👬";
}
.ts-poll-emoji-two-women-holding-hands:before {
content: "👭";
}
.ts-poll-emoji-bowing-man:before {
content: "🙇";
}
.ts-poll-emoji-woman-shrugging:before {
content: "🤷";
}
.ts-poll-emoji-tipping-hand-woman:before {
content: "💁";
}
.ts-poll-emoji-no-good-woman:before {
content: "🙅";
}
.ts-poll-emoji-ok-woman:before {
content: "🙆";
}
.ts-poll-emoji-raising-hand-woman:before {
content: "🙋";
}
.ts-poll-emoji-pouting-woman:before {
content: "🙎";
}
.ts-poll-emoji-frowning-woman:before {
content: "🙍";
}
.ts-poll-emoji-haircut-woman:before {
content: "💇";
}
.ts-poll-emoji-massage-woman:before {
content: "💆";
}
.ts-poll-emoji-couple-with-heart-woman-man:before {
content: "💑";
}
.ts-poll-emoji-couplekiss-man-woman:before {
content: "💏";
}
.ts-poll-emoji-family-man-woman-boy:before {
content: "👪";
}
.ts-poll-emoji-kiss:before {
content: "💋";
}
.ts-poll-emoji-tophat:before {
content: "🎩";
}
.ts-poll-emoji-mortar-board:before {
content: "🎓";
}
.ts-poll-emoji-crown:before {
content: "👑";
}
.ts-poll-emoji-ring:before {
content: "💍";
}
.ts-poll-emoji-dog:before {
content: "🐶";
}
.ts-poll-emoji-cat:before {
content: "🐱";
}
.ts-poll-emoji-mouse:before {
content: "🐭";
}
.ts-poll-emoji-hamster:before {
content: "🐹";
}
.ts-poll-emoji-rabbit:before {
content: "🐰";
}
.ts-poll-emoji-fox-face:before {
content: "🦊";
}
.ts-poll-emoji-bear:before {
content: "🐻";
}
.ts-poll-emoji-panda-face:before {
content: "🐼";
}
.ts-poll-emoji-koala:before {
content: "🐨";
}
.ts-poll-emoji-tiger:before {
content: "🐯";
}
.ts-poll-emoji-lion:before {
content: "🦁";
}
.ts-poll-emoji-cow:before {
content: "🐮";
}
.ts-poll-emoji-pig:before {
content: "🐷";
}
.ts-poll-emoji-frog:before {
content: "🐸";
}
.ts-poll-emoji-monkey-face:before {
content: "🐵";
}
.ts-poll-emoji-see-no-evil:before {
content: "🙈";
}
.ts-poll-emoji-hear-no-evil:before {
content: "🙉";
}
.ts-poll-emoji-speak-no-evil:before {
content: "🙊";
}
.ts-poll-emoji-monkey:before {
content: "🐒";
}
.ts-poll-emoji-chicken:before {
content: "🐔";
}
.ts-poll-emoji-penguin:before {
content: "🐧";
}
.ts-poll-emoji-bird:before {
content: "🐦";
}
.ts-poll-emoji-baby-chick:before {
content: "🐤";
}
.ts-poll-emoji-hatching-chick:before {
content: "🐣";
}
.ts-poll-emoji-hatched-chick:before {
content: "🐥";
}
.ts-poll-emoji-duck:before {
content: "🦆";
}
.ts-poll-emoji-eagle:before {
content: "🦅";
}
.ts-poll-emoji-owl:before {
content: "🦉";
}
.ts-poll-emoji-bat:before {
content: "🦇";
}
.ts-poll-emoji-wolf:before {
content: "🐺";
}
.ts-poll-emoji-boar:before {
content: "🐗";
}
.ts-poll-emoji-horse:before {
content: "🐴";
}
.ts-poll-emoji-unicorn:before {
content: "🦄";
}
.ts-poll-emoji-honeybee:before {
content: "🐝";
}
.ts-poll-emoji-bug:before {
content: "🐛";
}
.ts-poll-emoji-butterfly:before {
content: "🦋";
}
.ts-poll-emoji-snail:before {
content: "🐌";
}
.ts-poll-emoji-beetle:before {
content: "🐞";
}
.ts-poll-emoji-ant:before {
content: "🐜";
}
.ts-poll-emoji-grasshopper:before {
content: "🦗";
}
.ts-poll-emoji-spider:before {
content: "🕷";
}
.ts-poll-emoji-scorpion:before {
content: "🦂";
}
.ts-poll-emoji-crab:before {
content: "🦀";
}
.ts-poll-emoji-snake:before {
content: "🐍";
}
.ts-poll-emoji-lizard:before {
content: "🦎";
}
.ts-poll-emoji-t-rex:before {
content: "🦖";
}
.ts-poll-emoji-sauropod:before {
content: "🦕";
}
.ts-poll-emoji-turtle:before {
content: "🐢";
}
.ts-poll-emoji-tropical-fish:before {
content: "🐠";
}
.ts-poll-emoji-fish:before {
content: "🐟";
}
.ts-poll-emoji-blowfish:before {
content: "🐡";
}
.ts-poll-emoji-dolphin:before {
content: "🐬";
}
.ts-poll-emoji-shark:before {
content: "🦈";
}
.ts-poll-emoji-whale:before {
content: "🐳";
}
.ts-poll-emoji-whale2:before {
content: "🐋";
}
.ts-poll-emoji-crocodile:before {
content: "🐊";
}
.ts-poll-emoji-leopard:before {
content: "🐆";
}
.ts-poll-emoji-zebra:before {
content: "🦓";
}
.ts-poll-emoji-tiger2:before {
content: "🐅";
}
.ts-poll-emoji-water-buffalo:before {
content: "🐃";
}
.ts-poll-emoji-ox:before {
content: "🐂";
}
.ts-poll-emoji-cow2:before {
content: "🐄";
}
.ts-poll-emoji-deer:before {
content: "🦌";
}
.ts-poll-emoji-dromedary-camel:before {
content: "🐪";
}
.ts-poll-emoji-camel:before {
content: "🐫";
}
.ts-poll-emoji-giraffe:before {
content: "🦒";
}
.ts-poll-emoji-elephant:before {
content: "🐘";
}
.ts-poll-emoji-rhinoceros:before {
content: "🦏";
}
.ts-poll-emoji-goat:before {
content: "🐐";
}
.ts-poll-emoji-ram:before {
content: "🐏";
}
.ts-poll-emoji-sheep:before {
content: "🐑";
}
.ts-poll-emoji-racehorse:before {
content: "🐎";
}
.ts-poll-emoji-pig2:before {
content: "🐖";
}
.ts-poll-emoji-rat:before {
content: "🐀";
}
.ts-poll-emoji-mouse2:before {
content: "🐁";
}
.ts-poll-emoji-rooster:before {
content: "🐓";
}
.ts-poll-emoji-turkey:before {
content: "🦃";
}
.ts-poll-emoji-dove:before {
content: "🕊";
}
.ts-poll-emoji-dog2:before {
content: "🐕";
}
.ts-poll-emoji-poodle:before {
content: "🐩";
}
.ts-poll-emoji-cat2:before {
content: "🐈";
}
.ts-poll-emoji-rabbit2:before {
content: "🐇";
}
.ts-poll-emoji-chipmunk:before {
content: "🐿";
}
.ts-poll-emoji-hedgehog:before {
content: "🦔";
}
.ts-poll-emoji-raccoon:before {
content: "🦝";
}
.ts-poll-emoji-llama:before {
content: "🦙";
}
.ts-poll-emoji-hippopotamus:before {
content: "🦛";
}
.ts-poll-emoji-kangaroo:before {
content: "🦘";
}
.ts-poll-emoji-badger:before {
content: "🦡";
}
.ts-poll-emoji-swan:before {
content: "🦢";
}
.ts-poll-emoji-peacock:before {
content: "🦚";
}
.ts-poll-emoji-parrot:before {
content: "🦜";
}
.ts-poll-emoji-lobster:before {
content: "🦞";
}
.ts-poll-emoji-mosquito:before {
content: "🦟";
}
.ts-poll-emoji-paw-prints:before {
content: "🐾";
}
.ts-poll-emoji-cactus:before {
content: "🌵";
}
.ts-poll-emoji-evergreen-tree:before {
content: "🌲";
}
.ts-poll-emoji-deciduous-tree:before {
content: "🌳";
}
.ts-poll-emoji-palm-tree:before {
content: "🌴";
}
.ts-poll-emoji-seedling:before {
content: "🌱";
}
.ts-poll-emoji-herb:before {
content: "🌿";
}
.ts-poll-emoji-four-leaf-clover:before {
content: "🍀";
}
.ts-poll-emoji-bamboo:before {
content: "🎍";
}
.ts-poll-emoji-tanabata-tree:before {
content: "🎋";
}
.ts-poll-emoji-leaves:before {
content: "🍃";
}
.ts-poll-emoji-fallen-leaf:before {
content: "🍂";
}
.ts-poll-emoji-maple-leaf:before {
content: "🍁";
}
.ts-poll-emoji-ear-of-rice:before {
content: "🌾";
}
.ts-poll-emoji-hibiscus:before {
content: "🌺";
}
.ts-poll-emoji-sunflower:before {
content: "🌻";
}
.ts-poll-emoji-rose:before {
content: "🌹";
}
.ts-poll-emoji-wilted-flower:before {
content: "🥀";
}
.ts-poll-emoji-tulip:before {
content: "🌷";
}
.ts-poll-emoji-blossom:before {
content: "🌼";
}
.ts-poll-emoji-cherry-blossom:before {
content: "🌸";
}
.ts-poll-emoji-bouquet:before {
content: "💐";
}
.ts-poll-emoji-mushroom:before {
content: "🍄";
}
.ts-poll-emoji-chestnut:before {
content: "🌰";
}
.ts-poll-emoji-jack-o-lantern:before {
content: "🎃";
}
.ts-poll-emoji-earth-americas:before {
content: "🌎";
}
.ts-poll-emoji-earth-africa:before {
content: "🌍";
}
.ts-poll-emoji-earth-asia:before {
content: "🌏";
}
.ts-poll-emoji-full-moon:before {
content: "🌕";
}
.ts-poll-emoji-new-moon-with-face:before {
content: "🌚";
}
.ts-poll-emoji-full-moon-with-face:before {
content: "🌝";
}
.ts-poll-emoji-sun-with-face:before {
content: "🌞";
}
.ts-poll-emoji-crescent-moon:before {
content: "🌙";
}
.ts-poll-emoji-star:before {
content: "⭐";
}
.ts-poll-emoji-star2:before {
content: "🌟";
}
.ts-poll-emoji-zap:before {
content: "⚡";
}
.ts-poll-emoji-fire:before {
content: "🔥";
}
.ts-poll-emoji-boom:before {
content: "💥";
}
.ts-poll-emoji-green-apple:before {
content: "🍏";
}
.ts-poll-emoji-apple:before {
content: "🍎";
}
.ts-poll-emoji-pear:before {
content: "🍐";
}
.ts-poll-emoji-tangerine:before {
content: "🍊";
}
.ts-poll-emoji-lemon:before {
content: "🍋";
}
.ts-poll-emoji-banana:before {
content: "🍌";
}
.ts-poll-emoji-watermelon:before {
content: "🍉";
}
.ts-poll-emoji-grapes:before {
content: "🍇";
}
.ts-poll-emoji-strawberry:before {
content: "🍓";
}
.ts-poll-emoji-melon:before {
content: "🍈";
}
.ts-poll-emoji-cherries:before {
content: "🍒";
}
.ts-poll-emoji-peach:before {
content: "🍑";
}
.ts-poll-emoji-pineapple:before {
content: "🍍";
}
.ts-poll-emoji-coconut:before {
content: "🥥";
}
.ts-poll-emoji-kiwi-fruit:before {
content: "🥝";
}
.ts-poll-emoji-mango:before {
content: "🥭";
}
.ts-poll-emoji-avocado:before {
content: "🥑";
}
.ts-poll-emoji-broccoli:before {
content: "🥦";
}
.ts-poll-emoji-tomato:before {
content: "🍅";
}
.ts-poll-emoji-eggplant:before {
content: "🍆";
}
.ts-poll-emoji-cucumber:before {
content: "🥒";
}
.ts-poll-emoji-carrot:before {
content: "🥕";
}
.ts-poll-emoji-hot-pepper:before {
content: "🌶";
}
.ts-poll-emoji-potato:before {
content: "🥔";
}
.ts-poll-emoji-corn:before {
content: "🌽";
}
.ts-poll-emoji-leafy-greens:before {
content: "🥬";
}
.ts-poll-emoji-sweet-potato:before {
content: "🍠";
}
.ts-poll-emoji-peanuts:before {
content: "🥜";
}
.ts-poll-emoji-honey-pot:before {
content: "🍯";
}
.ts-poll-emoji-croissant:before {
content: "🥐";
}
.ts-poll-emoji-bread:before {
content: "🍞";
}
.ts-poll-emoji-baguette-bread:before {
content: "🥖";
}
.ts-poll-emoji-bagel:before {
content: "🥯";
}
.ts-poll-emoji-pretzel:before {
content: "🥨";
}
.ts-poll-emoji-cheese:before {
content: "🧀";
}
.ts-poll-emoji-egg:before {
content: "🥚";
}
.ts-poll-emoji-bacon:before {
content: "🥓";
}
.ts-poll-emoji-steak:before {
content: "🥩";
}
.ts-poll-emoji-pancakes:before {
content: "🥞";
}
.ts-poll-emoji-poultry-leg:before {
content: "🍗";
}
.ts-poll-emoji-meat-on-bone:before {
content: "🍖";
}
.ts-poll-emoji-bone:before {
content: "🦴";
}
.ts-poll-emoji-fried-shrimp:before {
content: "🍤";
}
.ts-poll-emoji-fried-egg:before {
content: "🍳";
}
.ts-poll-emoji-hamburger:before {
content: "🍔";
}
.ts-poll-emoji-fries:before {
content: "🍟";
}
.ts-poll-emoji-stuffed-flatbread:before {
content: "🥙";
}
.ts-poll-emoji-hotdog:before {
content: "🌭";
}
.ts-poll-emoji-pizza:before {
content: "🍕";
}
.ts-poll-emoji-sandwich:before {
content: "🥪";
}
.ts-poll-emoji-canned-food:before {
content: "🥫";
}
.ts-poll-emoji-spaghetti:before {
content: "🍝";
}
.ts-poll-emoji-taco:before {
content: "🌮";
}
.ts-poll-emoji-burrito:before {
content: "🌯";
}
.ts-poll-emoji-green-salad:before {
content: "🥗";
}
.ts-poll-emoji-shallow-pan-of-food:before {
content: "🥘";
}
.ts-poll-emoji-ramen:before {
content: "🍜";
}
.ts-poll-emoji-stew:before {
content: "🍲";
}
.ts-poll-emoji-fish-cake:before {
content: "🍥";
}
.ts-poll-emoji-fortune-cookie:before {
content: "🥠";
}
.ts-poll-emoji-sushi:before {
content: "🍣";
}
.ts-poll-emoji-bento:before {
content: "🍱";
}
.ts-poll-emoji-curry:before {
content: "🍛";
}
.ts-poll-emoji-rice-ball:before {
content: "🍙";
}
.ts-poll-emoji-rice:before {
content: "🍚";
}
.ts-poll-emoji-rice-cracker:before {
content: "🍘";
}
.ts-poll-emoji-oden:before {
content: "🍢";
}
.ts-poll-emoji-dango:before {
content: "🍡";
}
.ts-poll-emoji-shaved-ice:before {
content: "🍧";
}
.ts-poll-emoji-ice-cream:before {
content: "🍨";
}
.ts-poll-emoji-icecream:before {
content: "🍦";
}
.ts-poll-emoji-pie:before {
content: "🥧";
}
.ts-poll-emoji-cake:before {
content: "🍰";
}
.ts-poll-emoji-cupcake:before {
content: "🧁";
}
.ts-poll-emoji-moon-cake:before {
content: "🥮";
}
.ts-poll-emoji-birthday:before {
content: "🎂";
}
.ts-poll-emoji-custard:before {
content: "🍮";
}
.ts-poll-emoji-candy:before {
content: "🍬";
}
.ts-poll-emoji-lollipop:before {
content: "🍭";
}
.ts-poll-emoji-chocolate-bar:before {
content: "🍫";
}
.ts-poll-emoji-popcorn:before {
content: "🍿";
}
.ts-poll-emoji-dumpling:before {
content: "🥟";
}
.ts-poll-emoji-doughnut:before {
content: "🍩";
}
.ts-poll-emoji-cookie:before {
content: "🍪";
}
.ts-poll-emoji-soccer:before {
content: "⚽";
}
.ts-poll-emoji-basketball:before {
content: "🏀";
}
.ts-poll-emoji-baseball:before {
content: "⚾";
}
.ts-poll-emoji-softball:before {
content: "🥎";
}
.ts-poll-emoji-volleyball:before {
content: "🏐";
}
.ts-poll-emoji-8ball:before {
content: "🎱";
}
.ts-poll-emoji-trophy:before {
content: "🏆";
}
.ts-poll-emoji-medal-sports:before {
content: "🏅";
}
.ts-poll-emoji-1st-place-medal:before {
content: "🥇";
}
.ts-poll-emoji-2nd-place-medal:before {
content: "🥈";
}
.ts-poll-emoji-3rd-place-medal:before {
content: "🥉";
}
.ts-poll-emoji-clapper:before {
content: "🎬";
}
.ts-poll-emoji-dart:before {
content: "🎯";
}
.ts-poll-emoji-rocket:before {
content: "🚀";
}
.ts-poll-emoji-vertical-traffic-light:before {
content: "🚦";
}
.ts-poll-emoji-traffic-light:before {
content: "🚥";
}
.ts-poll-emoji-checkered-flag:before {
content: "🏁";
}
.ts-poll-emoji-sparkler:before {
content: "🎇";
}
.ts-poll-emoji-fireworks:before {
content: "🎆";
}
.ts-poll-emoji-computer:before {
content: "💻";
}
.ts-poll-emoji-camera:before {
content: "📷";
}
.ts-poll-emoji-camera-flash:before {
content: "📸";
}
.ts-poll-emoji-video-camera:before {
content: "📹";
}
.ts-poll-emoji-movie-camera:before {
content: "🎥";
}
.ts-poll-emoji-film-projector:before {
content: "📽";
}
.ts-poll-emoji-film-strip:before {
content: "🎞";
}
.ts-poll-emoji-hourglass-flowing-sand:before {
content: "⏳";
}
.ts-poll-emoji-hourglass:before {
content: "⌛";
}
.ts-poll-emoji-bulb:before {
content: "💡";
}
.ts-poll-emoji-oil-drum:before {
content: "🛢";
}
.ts-poll-emoji-money-with-wings:before {
content: "💸";
}
.ts-poll-emoji-dollar:before {
content: "💵";
}
.ts-poll-emoji-yen:before {
content: "💴";
}
.ts-poll-emoji-euro:before {
content: "💶";
}
.ts-poll-emoji-pound:before {
content: "💷";
}
.ts-poll-emoji-moneybag:before {
content: "💰";
}
.ts-poll-emoji-credit-card:before {
content: "💳";
}
.ts-poll-emoji-gem:before {
content: "💎";
}
.ts-poll-emoji-bomb:before {
content: "💣";
}
.ts-poll-emoji-firecracker:before {
content: "🧨";
}
.ts-poll-emoji-smoking:before {
content: "🚬";
}
.ts-poll-emoji-nazar-amulet:before {
content: "🧿";
}
.ts-poll-emoji-key:before {
content: "🔑";
}
.ts-poll-emoji-teddy-bear:before {
content: "🧸";
}
.ts-poll-emoji-world-map:before {
content: "🗺";
}
.ts-poll-emoji-moyai:before {
content: "🗿";
}
.ts-poll-emoji-shopping-cart:before {
content: "🛒";
}
.ts-poll-emoji-balloon:before {
content: "🎈";
}
.ts-poll-emoji-ribbon:before {
content: "🎀";
}
.ts-poll-emoji-gift:before {
content: "🎁";
}
.ts-poll-emoji-love-letter:before {
content: "💌";
}
.ts-poll-emoji-inbox-tray:before {
content: "📥";
}
.ts-poll-emoji-outbox-tray:before {
content: "📤";
}
.ts-poll-emoji-bar-chart:before {
content: "📊";
}
.ts-poll-emoji-chart-with-upwards-trend:before {
content: "📈";
}
.ts-poll-emoji-chart-with-downwards-trend:before {
content: "📉";
}
.ts-poll-emoji-date:before {
content: "📅";
}
.ts-poll-emoji-calendar:before {
content: "📆";
}
.ts-poll-emoji-link:before {
content: "🔗";
}
.ts-poll-emoji-paperclip:before {
content: "📎";
}
.ts-poll-emoji-pushpin:before {
content: "📌";
}
.ts-poll-emoji-triangular-flag-on-post:before {
content: "🚩";
}
.ts-poll-emoji-closed-lock-with-key:before {
content: "🔐";
}
.ts-poll-emoji-lock:before {
content: "🔒";
}
.ts-poll-emoji-unlock:before {
content: "🔓";
}
.ts-poll-emoji-lock-with-ink-pen:before {
content: "🔏";
}
.ts-poll-emoji-memo:before {
content: "📝";
}
.ts-poll-emoji-mag:before {
content: "🔍";
}
.ts-poll-emoji-mag-right:before {
content: "🔎";
}
.ts-poll-emoji-orange-heart:before {
content: "🧡";
}
.ts-poll-emoji-yellow-heart:before {
content: "💛";
}
.ts-poll-emoji-green-heart:before {
content: "💚";
}
.ts-poll-emoji-blue-heart:before {
content: "💙";
}
.ts-poll-emoji-purple-heart:before {
content: "💜";
}
.ts-poll-emoji-black-heart:before {
content: "🖤";
}
.ts-poll-emoji-broken-heart:before {
content: "💔";
}
.ts-poll-emoji-two-hearts:before {
content: "💕";
}
.ts-poll-emoji-revolving-hearts:before {
content: "💞";
}
.ts-poll-emoji-heartbeat:before {
content: "💓";
}
.ts-poll-emoji-heartpulse:before {
content: "💗";
}
.ts-poll-emoji-sparkling-heart:before {
content: "💖";
}
.ts-poll-emoji-cupid:before {
content: "💘";
}
.ts-poll-emoji-gift-heart:before {
content: "💝";
}
.ts-poll-emoji-heart-decoration:before {
content: "💟";
}
.ts-poll-emoji-vs:before {
content: "🆚";
}
.ts-poll-emoji-white-flower:before {
content: "💮";
}
.ts-poll-emoji-sos:before {
content: "🆘";
}
.ts-poll-emoji-no-entry:before {
content: "⛔";
}
.ts-poll-emoji-no-entry-sign:before {
content: "🚫";
}
.ts-poll-emoji-x:before {
content: "❌";
}
.ts-poll-emoji-o:before {
content: "⭕";
}
.ts-poll-emoji-stop-sign:before {
content: "🛑";
}
.ts-poll-emoji-anger:before {
content: "💢";
}
.ts-poll-emoji-underage:before {
content: "🔞";
}
.ts-poll-emoji-no-mobile-phones:before {
content: "📵";
}
.ts-poll-emoji-exclamation:before {
content: "❗";
}
.ts-poll-emoji-grey-exclamation:before {
content: "❕";
}
.ts-poll-emoji-question:before {
content: "❓";
}
.ts-poll-emoji-grey-question:before {
content: "❔";
}
.ts-poll-emoji-chart:before {
content: "💹";
}
.ts-poll-emoji-negative-squared-cross-mark:before {
content: "❎";
}
.ts-poll-emoji-white-check-mark:before {
content: "✅";
}
.ts-poll-emoji-mens:before {
content: "🚹";
}
.ts-poll-emoji-womens:before {
content: "🚺";
}
.ts-poll-emoji-cinema:before {
content: "🎦";
}
.ts-poll-emoji-up:before {
content: "🆙";
}
.ts-poll-emoji-cool:before {
content: "🆒";
}
.ts-poll-emoji-new:before {
content: "🆕";
}
.ts-poll-emoji-free:before {
content: "🆓";
}
.ts-poll-emoji-stop-button:before {
content: "⏹";
}
.ts-poll-emoji-record-button:before {
content: "⏺";
}
.ts-poll-emoji-arrows-counterclockwise:before {
content: "🔄";
}
.ts-poll-emoji-musical-note:before {
content: "🎵";
}
.ts-poll-emoji-notes:before {
content: "🎶";
}
.ts-poll-emoji-heavy-plus-sign:before {
content: "➕";
}
.ts-poll-emoji-heavy-minus-sign:before {
content: "➖";
}
.ts-poll-emoji-heavy-division-sign:before {
content: "➗";
}
.ts-poll-emoji-infinity:before {
content: "♾";
}
.ts-poll-emoji-heavy-dollar-sign:before {
content: "💲";
}
.ts-poll-emoji-currency-exchange:before {
content: "💱";
}
.ts-poll-emoji-end:before {
content: "🔚";
}
.ts-poll-emoji-back:before {
content: "🔙";
}
.ts-poll-emoji-on:before {
content: "🔛";
}
.ts-poll-emoji-top:before {
content: "🔝";
}
.ts-poll-emoji-soon:before {
content: "🔜";
}
.ts-poll-emoji-radio-button:before {
content: "🔘";
}
.ts-poll-emoji-white-circle:before {
content: "⚪";
}
.ts-poll-emoji-black-circle:before {
content: "⚫";
}
.ts-poll-emoji-red-circle:before {
content: "🔴";
}
.ts-poll-emoji-large-blue-circle:before {
content: "🔵";
}
.ts-poll-emoji-large-orange-diamond:before {
content: "🔶";
}
.ts-poll-emoji-large-blue-diamond:before {
content: "🔷";
}
.ts-poll-emoji-small-red-triangle:before {
content: "🔺";
}
.ts-poll-emoji-black-large-square:before {
content: "⬛";
}
.ts-poll-emoji-white-large-square:before {
content: "⬜";
}
.ts-poll-emoji-small-red-triangle-down:before {
content: "🔻";
}
.ts-poll-emoji-black-square-button:before {
content: "🔲";
}
.ts-poll-emoji-white-square-button:before {
content: "🔳";
}
.ts-poll-emoji-speaker:before {
content: "🔈";
}
.ts-poll-emoji-sound:before {
content: "🔉";
}
.ts-poll-emoji-loud-sound:before {
content: "🔊";
}
.ts-poll-emoji-mute:before {
content: "🔇";
}
.ts-poll-emoji-mega:before {
content: "📣";
}
.ts-poll-emoji-loudspeaker:before {
content: "📢";
}
.ts-poll-emoji-bell:before {
content: "🔔";
}
.ts-poll-emoji-no-bell:before {
content: "🔕";
}
.ts-poll-emoji-thought-balloon:before {
content: "💭";
}
.ts-poll-emoji-right-anger-bubble:before {
content: "🗯";
}
.ts-poll-emoji-speech-balloon:before {
content: "💬";
}
.ts-poll-emoji-left-speech-bubble:before {
content: "🗨";
}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
.popup-content{margin:auto;background:#fff;width:50%;padding:5px;border:1px solid #d7d7d7}[role=tooltip].popup-content{width:200px;box-shadow:0 0 3px rgba(0,0,0,.16);border-radius:5px}.popup-overlay{background:rgba(0,0,0,.5)}[data-popup=tooltip].popup-overlay{background:transparent}.popup-arrow{-webkit-filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));color:#fff;stroke-width:2px;stroke:#d7d7d7;stroke-dasharray:30px;stroke-dashoffset:-54px}@font-face{font-display:swap;font-family:'Maven Pro';font-style:normal;font-weight:400;src:url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-regular.eot);src:url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-regular.eot?#iefix) format("embedded-opentype"),url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-regular.woff2) format("woff2"),url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-regular.woff) format("woff"),url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-regular.ttf) format("truetype"),url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-regular.svg#MavenPro) format("svg")}@font-face{font-display:swap;font-family:'Maven Pro';font-style:normal;font-weight:700;src:url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-700.eot);src:url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-700.eot?#iefix) format("embedded-opentype"),url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-700.woff2) format("woff2"),url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-700.woff) format("woff"),url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-700.ttf) format("truetype"),url(//joburi-europa.com/wp-content/plugins/wise-chat/assets/fonts/maven-pro-v32-latin_latin-ext-700.svg#MavenPro) format("svg")}.wcContainer{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.wcContainer *{-webkit-box-sizing:border-box;box-sizing:border-box}.wcContainer .wcInvisible{display:none!important}.wcContainer .wcHidden{visibility:hidden}.wcContainer input{width:auto;display:inline}.wcContainer label{width:auto;display:inline}.wcContainer a.wcFunctional,.wcContainer a.wcFunctional:focus{outline:0;text-decoration:none!important;padding:0;border:none;line-height:12px;font-weight:400}.wcContainer button.wcFunctional,.wcContainer button.wcFunctional:active,.wcContainer button.wcFunctional:focus,.wcContainer button.wcFunctional:hover{outline:0;padding:initial;border:none;line-height:12px;font-weight:400;border-radius:0;width:auto;background:0 0}.wcContainer img.wcFunctional{padding:0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;display:inline;height:auto}.wcContainer .wcButton{display:inline-block;white-space:nowrap}.wcContainer .wcCenter{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcContainer progress.wcMainProgressBar{width:100%;font-size:1em}.wcContainer a.wcDebugLink{color:red}.wcContainer img.wcChannelAvatar{max-width:25px;margin:0 4px 2px 0;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.wcContainer a.wcChannelClose{width:17px;height:17px;background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/x.svg) no-repeat 50%;background-size:100%;display:inline-block;vertical-align:middle;border:1px solid #a6a6a6;border-radius:50%;margin-left:8px;text-decoration:none;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.wcContainer a.wcChannelClose:hover{background-color:#f7f7f7}.wcContainer progress,.wcContainer progress[role]{height:5px;margin-top:10px;line-height:5px;display:block;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:none;background-size:auto}.wcContainer progress[role]:after{background-image:none}.wcContainer progress[role] strong{display:none}.wcContainer progress,.wcContainer progress[role][aria-valuenow]{background:#ccc!important}.wcContainer progress::-webkit-progress-bar{background:#ccc;border-radius:5px!important}.wcContainer progress{color:#5789ff;border-radius:5px!important}.wcContainer progress::-moz-progress-bar{background:#5789ff;border-radius:5px!important}.wcContainer progress::-webkit-progress-value{background:#5789ff;border-radius:5px!important}.wcContainer progress[aria-valuenow]:before{background:#5789ff;border-radius:5px!important}.wcContainer .wcErrorBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;border:1px solid #dfdfdf}.wcContainer .wcErrorBox:before{content:'';margin-right:5px;width:23px;height:20px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/warnings.svg) 0 0 no-repeat}.wcContainer .wcCounter{font-size:80%}.wcContainer .wcRedCounter{color:#fff!important;background-color:red;font-size:.6em;display:inline-block;border-radius:50%;text-align:center;margin-left:5px;width:22px;height:22px}.wcContainer .wcLoaderContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcLoaderContainer.wcLoaderContainerCenter{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcContainer .wcLoaderContainer .wcLoader{display:inline-block;position:relative;width:32px;height:32px}.wcContainer .wcLoaderContainer .wcLoader div{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;width:26px;height:26px;margin:4px;border:4px solid #a6a6a6;border-radius:50%;-webkit-animation:wcLoader 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:wcLoader 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#a6a6a6 transparent transparent transparent}.wcContainer .wcLoaderContainer .wcLoader div:nth-child(1){-webkit-animation-delay:-.45s;animation-delay:-.45s}.wcContainer .wcLoaderContainer .wcLoader div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.wcContainer .wcLoaderContainer .wcLoader div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes wcLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes wcLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.wcContainer .wcLoaderContainer .wcLoaderText{font-size:.8em;line-height:.8em;margin-left:2px}.wcContainer img.wcEmoticon,.wcContainer span.wcEmoticon{background-repeat:no-repeat;display:inline-block;vertical-align:middle;margin-right:2px;margin-left:2px}.wcContainer img.wcEmoticon.bg-emot_01_32_001,.wcContainer span.wcEmoticon.bg-emot_01_32_001{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -10px -131px}.wcContainer img.wcEmoticon.bg-emot_01_32_002,.wcContainer span.wcEmoticon.bg-emot_01_32_002{width:32px;height:35px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -120px -68px}.wcContainer img.wcEmoticon.bg-emot_01_32_003,.wcContainer span.wcEmoticon.bg-emot_01_32_003{width:32px;height:38px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -68px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_004,.wcContainer span.wcEmoticon.bg-emot_01_32_004{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -62px -131px}.wcContainer img.wcEmoticon.bg-emot_01_32_005,.wcContainer span.wcEmoticon.bg-emot_01_32_005{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -114px -131px}.wcContainer img.wcEmoticon.bg-emot_01_32_006,.wcContainer span.wcEmoticon.bg-emot_01_32_006{width:32px;height:35px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -172px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_007,.wcContainer span.wcEmoticon.bg-emot_01_32_007{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -166px -131px}.wcContainer img.wcEmoticon.bg-emot_01_32_008,.wcContainer span.wcEmoticon.bg-emot_01_32_008{width:34px;height:30px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -328px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_009,.wcContainer span.wcEmoticon.bg-emot_01_32_009{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -224px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_010,.wcContainer span.wcEmoticon.bg-emot_01_32_010{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -224px -62px}.wcContainer img.wcEmoticon.bg-emot_01_32_011,.wcContainer span.wcEmoticon.bg-emot_01_32_011{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -224px -114px}.wcContainer img.wcEmoticon.bg-emot_01_32_012,.wcContainer span.wcEmoticon.bg-emot_01_32_012{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -10px -183px}.wcContainer img.wcEmoticon.bg-emot_01_32_013,.wcContainer span.wcEmoticon.bg-emot_01_32_013{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -62px -183px}.wcContainer img.wcEmoticon.bg-emot_01_32_014,.wcContainer span.wcEmoticon.bg-emot_01_32_014{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -114px -183px}.wcContainer img.wcEmoticon.bg-emot_01_32_015,.wcContainer span.wcEmoticon.bg-emot_01_32_015{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -166px -183px}.wcContainer img.wcEmoticon.bg-emot_01_32_016,.wcContainer span.wcEmoticon.bg-emot_01_32_016{width:32px;height:38px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -68px -68px}.wcContainer img.wcEmoticon.bg-emot_01_32_017,.wcContainer span.wcEmoticon.bg-emot_01_32_017{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -218px -183px}.wcContainer img.wcEmoticon.bg-emot_01_32_018,.wcContainer span.wcEmoticon.bg-emot_01_32_018{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -276px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_019,.wcContainer span.wcEmoticon.bg-emot_01_32_019{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -276px -62px}.wcContainer img.wcEmoticon.bg-emot_01_32_020,.wcContainer span.wcEmoticon.bg-emot_01_32_020{width:38px;height:40px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_021,.wcContainer span.wcEmoticon.bg-emot_01_32_021{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -276px -114px}.wcContainer img.wcEmoticon.bg-emot_01_32_022,.wcContainer span.wcEmoticon.bg-emot_01_32_022{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -276px -166px}.wcContainer img.wcEmoticon.bg-emot_01_32_023,.wcContainer span.wcEmoticon.bg-emot_01_32_023{width:32px;height:38px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -120px -10px}.wcContainer img.wcEmoticon.bg-emot_01_32_024,.wcContainer span.wcEmoticon.bg-emot_01_32_024{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -10px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_025,.wcContainer span.wcEmoticon.bg-emot_01_32_025{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -62px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_026,.wcContainer span.wcEmoticon.bg-emot_01_32_026{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -114px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_027,.wcContainer span.wcEmoticon.bg-emot_01_32_027{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -166px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_028,.wcContainer span.wcEmoticon.bg-emot_01_32_028{width:32px;height:34px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -172px -65px}.wcContainer img.wcEmoticon.bg-emot_01_32_029,.wcContainer span.wcEmoticon.bg-emot_01_32_029{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -218px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_030,.wcContainer span.wcEmoticon.bg-emot_01_32_030{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -270px -235px}.wcContainer img.wcEmoticon.bg-emot_01_32_031,.wcContainer span.wcEmoticon.bg-emot_01_32_031{width:33px;height:41px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -10px -70px}.wcContainer img.wcEmoticon.bg-emot_01_64_001,.wcContainer span.wcEmoticon.bg-emot_01_64_001{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -358px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_002,.wcContainer span.wcEmoticon.bg-emot_01_64_002{width:64px;height:69px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -274px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_003,.wcContainer span.wcEmoticon.bg-emot_01_64_003{width:64px;height:75px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -106px -107px}.wcContainer img.wcEmoticon.bg-emot_01_64_004,.wcContainer span.wcEmoticon.bg-emot_01_64_004{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -358px -94px}.wcContainer img.wcEmoticon.bg-emot_01_64_005,.wcContainer span.wcEmoticon.bg-emot_01_64_005{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -358px -178px}.wcContainer img.wcEmoticon.bg-emot_01_64_006,.wcContainer span.wcEmoticon.bg-emot_01_64_006{width:64px;height:70px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -190px -105px}.wcContainer img.wcEmoticon.bg-emot_01_64_007,.wcContainer span.wcEmoticon.bg-emot_01_64_007{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -10px -295px}.wcContainer img.wcEmoticon.bg-emot_01_64_008,.wcContainer span.wcEmoticon.bg-emot_01_64_008{width:70px;height:63px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -10px -212px}.wcContainer img.wcEmoticon.bg-emot_01_64_009,.wcContainer span.wcEmoticon.bg-emot_01_64_009{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -94px -295px}.wcContainer img.wcEmoticon.bg-emot_01_64_010,.wcContainer span.wcEmoticon.bg-emot_01_64_010{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -178px -295px}.wcContainer img.wcEmoticon.bg-emot_01_64_011,.wcContainer span.wcEmoticon.bg-emot_01_64_011{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -262px -295px}.wcContainer img.wcEmoticon.bg-emot_01_64_012,.wcContainer span.wcEmoticon.bg-emot_01_64_012{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -346px -295px}.wcContainer img.wcEmoticon.bg-emot_01_64_013,.wcContainer span.wcEmoticon.bg-emot_01_64_013{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -442px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_014,.wcContainer span.wcEmoticon.bg-emot_01_64_014{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -442px -94px}.wcContainer img.wcEmoticon.bg-emot_01_64_015,.wcContainer span.wcEmoticon.bg-emot_01_64_015{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -442px -178px}.wcContainer img.wcEmoticon.bg-emot_01_64_016,.wcContainer span.wcEmoticon.bg-emot_01_64_016{width:64px;height:77px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -106px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_017,.wcContainer span.wcEmoticon.bg-emot_01_64_017{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -442px -262px}.wcContainer img.wcEmoticon.bg-emot_01_64_018,.wcContainer span.wcEmoticon.bg-emot_01_64_018{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -10px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_019,.wcContainer span.wcEmoticon.bg-emot_01_64_019{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -94px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_020,.wcContainer span.wcEmoticon.bg-emot_01_64_020{width:76px;height:79px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_021,.wcContainer span.wcEmoticon.bg-emot_01_64_021{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -178px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_022,.wcContainer span.wcEmoticon.bg-emot_01_64_022{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -262px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_023,.wcContainer span.wcEmoticon.bg-emot_01_64_023{width:64px;height:75px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -190px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_024,.wcContainer span.wcEmoticon.bg-emot_01_64_024{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -346px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_025,.wcContainer span.wcEmoticon.bg-emot_01_64_025{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -430px -379px}.wcContainer img.wcEmoticon.bg-emot_01_64_026,.wcContainer span.wcEmoticon.bg-emot_01_64_026{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -526px -10px}.wcContainer img.wcEmoticon.bg-emot_01_64_027,.wcContainer span.wcEmoticon.bg-emot_01_64_027{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -526px -94px}.wcContainer img.wcEmoticon.bg-emot_01_64_028,.wcContainer span.wcEmoticon.bg-emot_01_64_028{width:64px;height:67px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -274px -99px}.wcContainer img.wcEmoticon.bg-emot_01_64_029,.wcContainer span.wcEmoticon.bg-emot_01_64_029{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -526px -178px}.wcContainer img.wcEmoticon.bg-emot_01_64_030,.wcContainer span.wcEmoticon.bg-emot_01_64_030{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -526px -262px}.wcContainer img.wcEmoticon.bg-emot_01_64_031,.wcContainer span.wcEmoticon.bg-emot_01_64_031{width:66px;height:83px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -10px -109px}.wcContainer img.wcEmoticon.bg-emot_01_128_001,.wcContainer span.wcEmoticon.bg-emot_01_128_001{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -158px -376px}.wcContainer img.wcEmoticon.bg-emot_01_128_002,.wcContainer span.wcEmoticon.bg-emot_01_128_002{width:128px;height:139px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -480px -157px}.wcContainer img.wcEmoticon.bg-emot_01_128_003,.wcContainer span.wcEmoticon.bg-emot_01_128_003{width:128px;height:151px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -184px -183px}.wcContainer img.wcEmoticon.bg-emot_01_128_004,.wcContainer span.wcEmoticon.bg-emot_01_128_004{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -306px -376px}.wcContainer img.wcEmoticon.bg-emot_01_128_005,.wcContainer span.wcEmoticon.bg-emot_01_128_005{width:128px;height:127px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -454px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_006,.wcContainer span.wcEmoticon.bg-emot_01_128_006{width:128px;height:139px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -332px -181px}.wcContainer img.wcEmoticon.bg-emot_01_128_007,.wcContainer span.wcEmoticon.bg-emot_01_128_007{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -454px -376px}.wcContainer img.wcEmoticon.bg-emot_01_128_008,.wcContainer span.wcEmoticon.bg-emot_01_128_008{width:142px;height:127px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -480px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_009,.wcContainer span.wcEmoticon.bg-emot_01_128_009{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -642px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_010,.wcContainer span.wcEmoticon.bg-emot_01_128_010{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -642px -158px}.wcContainer img.wcEmoticon.bg-emot_01_128_011,.wcContainer span.wcEmoticon.bg-emot_01_128_011{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -642px -306px}.wcContainer img.wcEmoticon.bg-emot_01_128_012,.wcContainer span.wcEmoticon.bg-emot_01_128_012{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -10px -531px}.wcContainer img.wcEmoticon.bg-emot_01_128_013,.wcContainer span.wcEmoticon.bg-emot_01_128_013{width:128px;height:127px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -602px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_014,.wcContainer span.wcEmoticon.bg-emot_01_128_014{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -158px -531px}.wcContainer img.wcEmoticon.bg-emot_01_128_015,.wcContainer span.wcEmoticon.bg-emot_01_128_015{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -306px -531px}.wcContainer img.wcEmoticon.bg-emot_01_128_016,.wcContainer span.wcEmoticon.bg-emot_01_128_016{width:128px;height:153px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -184px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_017,.wcContainer span.wcEmoticon.bg-emot_01_128_017{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -454px -531px}.wcContainer img.wcEmoticon.bg-emot_01_128_018,.wcContainer span.wcEmoticon.bg-emot_01_128_018{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -602px -531px}.wcContainer img.wcEmoticon.bg-emot_01_128_019,.wcContainer span.wcEmoticon.bg-emot_01_128_019{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -790px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_020,.wcContainer span.wcEmoticon.bg-emot_01_128_020{width:154px;height:160px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -10px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_021,.wcContainer span.wcEmoticon.bg-emot_01_128_021{width:128px;height:127px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -750px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_022,.wcContainer span.wcEmoticon.bg-emot_01_128_022{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -790px -158px}.wcContainer img.wcEmoticon.bg-emot_01_128_023,.wcContainer span.wcEmoticon.bg-emot_01_128_023{width:128px;height:151px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -332px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_024,.wcContainer span.wcEmoticon.bg-emot_01_128_024{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -790px -306px}.wcContainer img.wcEmoticon.bg-emot_01_128_025,.wcContainer span.wcEmoticon.bg-emot_01_128_025{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -790px -454px}.wcContainer img.wcEmoticon.bg-emot_01_128_026,.wcContainer span.wcEmoticon.bg-emot_01_128_026{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -10px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_027,.wcContainer span.wcEmoticon.bg-emot_01_128_027{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -158px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_028,.wcContainer span.wcEmoticon.bg-emot_01_128_028{width:128px;height:135px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -10px -376px}.wcContainer img.wcEmoticon.bg-emot_01_128_029,.wcContainer span.wcEmoticon.bg-emot_01_128_029{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -306px -679px}.wcContainer img.wcEmoticon.bg-emot_01_128_030,.wcContainer span.wcEmoticon.bg-emot_01_128_030{width:128px;height:127px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -938px -10px}.wcContainer img.wcEmoticon.bg-emot_01_128_031,.wcContainer span.wcEmoticon.bg-emot_01_128_031{width:132px;height:166px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -10px -190px}.wcContainer .wcChannel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcChannel .wcMessages{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0;-webkit-overflow-scrolling:touch}.wcContainer .wcChannel .wcMessages .wcMessage{margin:3px 0 3px 0;position:relative}.wcContainer .wcChannel .wcMessages .wcMessage .wcActions{position:absolute;right:0;top:0;padding:5px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.16);box-shadow:0 0 3px rgba(0,0,0,.16);border-radius:5px;border:1px solid #d7d7d7;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1}.wcContainer .wcChannel .wcMessages .wcMessage .wcActions .wcAction{padding:0;width:20px;height:20px;display:inline-block;position:relative;text-decoration:none;border:1px solid #a6a6a6;border-radius:50%;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;font-size:.9%}.wcContainer .wcChannel .wcMessages .wcMessage .wcActions .wcAction:hover{background-color:#dfdfdf}.wcContainer .wcChannel .wcMessages .wcMessage .wcActions .wcAction:focus{outline:0}.wcContainer .wcChannel .wcMessages .wcMessage .wcActions .wcAction:not(:last-child){margin-right:7px}.wcContainer .wcChannel .wcMessages .wcMessage .wcActions .wcDelete{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/x.svg) no-repeat 50%}.wcContainer .wcChannel .wcMessages .wcMessage .wcActions .wcMute{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/mute.svg) no-repeat 50%}.wcContainer .wcChannel .wcMessages .wcMessage .wcActions .wcBan{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/ban.svg) no-repeat 50%}.wcContainer .wcChannel .wcMessages .wcMessage .wcActions .wcSpam{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/spam.svg) no-repeat 50%}.wcContainer .wcChannel .wcMessages .wcMessage .wcActions.wcActionsVisible{display:-webkit-box;display:-ms-flexbox;display:flex}.wcContainer .wcChannel .wcMessages .wcMessage .wcRowHead .wcUser{margin-right:5px;line-height:1em;-webkit-box-shadow:none;box-shadow:none}.wcContainer .wcChannel .wcMessages .wcMessage .wcRowHead .wcTime{font-size:.8em;color:#a6a6a6}.wcContainer .wcChannel .wcMessages .wcMessage .wcRowHead .wcTime .wcMessageTimeDate{margin-right:3px}.wcContainer .wcChannel .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{font-weight:700}.wcContainer .wcChannel .wcMessages .wcMessage .wcRowBody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wcContainer .wcChannel .wcMessages .wcMessage .wcRowBody .wcAvatar{-ms-flex-negative:0;flex-shrink:0;border-radius:50%;-webkit-box-shadow:0 0 5px inset rgba(0,0,0,.2);box-shadow:0 0 5px inset rgba(0,0,0,.2);max-width:45px}.wcContainer .wcChannel .wcMessages .wcMessage .wcRowBody .wcContent{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:100px;overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;background:#f7f7f7;padding:10px;line-height:1.3}.wcContainer .wcChannel .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon,.wcContainer .wcChannel .wcMessages .wcMessage .wcRowBody .wcContent .wcImage{max-height:55px;max-width:55px;border-radius:5px;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;margin-bottom:4px}.wcContainer .wcChannel .wcMessages .wcMessage .wcRowBody .wcContent .wcEmoticon{max-height:initial;max-width:initial}.wcContainer .wcChannel .wcMessages .wcMessage .wcRowBody .wcContent video{max-width:100%}.wcContainer .wcChannel .wcChannelInput button{margin:0}.wcContainer .wcChannel .wcChannelInput .wcInputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-height:55px;padding:14px 5px 14px 15px;border:0;outline:0;width:auto;min-width:250px;resize:none;overflow:hidden}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput,.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput *{font-size:16px;line-height:24px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInput[contentEditable=true]:empty:not(:focus):before{content:attr(data-placeholder);pointer-events:none;color:grey}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{cursor:pointer!important;display:inline-block;width:55px;height:55px;position:relative;overflow:hidden;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton input{position:absolute;top:0;bottom:0;left:0;right:0;opacity:.001;cursor:pointer;z-index:1000;margin:0}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:#f7f7f7 url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/attach.svg) center center no-repeat;width:46px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:#f7f7f7 url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/camera.svg) center center no-repeat;width:50px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:#f7f7f7 url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/emoticon.svg) center center no-repeat;width:46px}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{cursor:pointer!important;background-color:#dfdfdf}.wcContainer .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:#f7f7f7;height:55px;overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2px}.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcImagePreview{max-width:70px;max-height:50px;cursor:pointer;display:inline-block;vertical-align:middle;margin-right:3px;border-radius:5px}.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/x.svg) center center no-repeat;width:21px;height:21px;border:1px solid #a6a6a6;border-radius:50%;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;margin-left:5px;-ms-flex-negative:0;flex-shrink:0}.wcContainer .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#dfdfdf}.wcContainer .wcChannel .wcCounter{text-align:right}.wcContainer .wcChannel.wcTopInput .wcChannelInput{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.wcContainer .wcChannel.wcTopInput .wcMessages{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.wcContainer .wcChannel .wcChannelCoverContainer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcChannel .wcChannelCoverContainer .wcChannelCover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainer .wcBrowser{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding-top:2%;padding-bottom:2%}.wcContainer .wcBrowser .wcPublicChannels{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-bottom:12px}.wcContainer .wcBrowser .wcPublicChannels .wcList{min-height:150px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainer .wcBrowser .wcDirectChannels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0}.wcContainer .wcBrowser .wcDirectChannels .wcList{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-height:150px}.wcContainer .wcBrowser .wcCounter{padding:5px 15px 5px 10px;margin-top:12px}.wcContainer .wcBrowser .wcFooter{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin-top:5px;border-top:1px solid #dfdfdf;padding:5px 15px 5px 10px}.wcContainer .wcBrowser .wcFooter .wcSearch{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;margin:0;background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/search.svg);background-position:0 center;background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcBrowser .wcFooter .wcSearch input{outline:0;border:none;height:2em;margin:0 0 0 20px;width:100%;padding:3px;-webkit-box-shadow:none;box-shadow:none;font-size:1em}.wcContainer .wcBrowser .wcFooter .wcSearch .wcClear{width:35px;height:35px;background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/x.svg);background-position:50%;background-size:contain;cursor:pointer;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.wcContainer .wcBrowser .wcChannels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcBrowser .wcChannels .wcLabel{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding:5px 15px 5px 10px;line-height:1em}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:5px 15px 5px 10px;margin:0;outline:0;text-decoration:none;border:none;font-weight:400;line-height:1em}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger>:not(:last-child){margin-right:5px}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel{font-weight:700}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel .wcDetails .wcCity,.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel .wcDetails .wcCountry{font-weight:400}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/lock-full.svg);background-position:right center;background-size:16px 16px;background-repeat:no-repeat;padding-right:20px}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/lock-semi.svg);background-position:right center;background-repeat:no-repeat;background-size:16px 16px;padding-right:20px}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcName{overflow-wrap:break-word;word-wrap:break-word;-ms-word-break:break-all;-ms-hyphens:auto;-webkit-hyphens:auto;hyphens:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:0}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails>:not(:last-child){margin-right:5px}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCity,.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcDetails .wcCountry{font-size:.8em;color:#a6a6a6;line-height:1}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcAvatar{max-width:25px;margin:0 4px 2px 0;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;border:none;display:inline-block;vertical-align:middle;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcStatus{display:inline-block;height:10px;width:10px;border-radius:50%;position:absolute;right:5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcStatus.wcOnline{background:#09c179}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger .wcStatus.wcOffline{background:rgba(244,31,31,.5)}.wcContainer .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:#f7f7f7}.wcContainer .wcLoadingContainer{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcLoadingContainer .wcLoading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainer .wcCustomizations a.wcCustomizeButton{padding-left:20px;position:relative;font-size:80%;text-decoration:none!important;display:inline-block}.wcContainer .wcCustomizations a.wcCustomizeButton:before{content:'';display:block;width:15px;height:15px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/custom.svg) center center no-repeat}.wcContainer .wcCustomizations .wcCustomizationsPanel{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty>*{display:inline-block}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty>:not(:last-child){margin-right:7px}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty>:last-child{margin-right:25px}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty input[type=checkbox]{margin-left:7px}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty input[type=text]{width:100%}.wcContainer .wcCustomizations .wcCustomizationsPanel .wcProperty .wcColorSelect{height:16px;background-color:transparent;width:16px;padding:0;border:1px solid #ccc;cursor:pointer;line-height:16px;font-size:.75em;font-weight:700;text-align:center;display:inline-block;border-radius:3px}.wcContainer .wcToasts{position:absolute;top:20px;left:5px;right:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcToasts .wcToast{pointer-events:auto;min-width:250px;margin-bottom:12px;padding:12px 25px;-webkit-box-shadow:0 0 3px rgba(0,0,0,.16);box-shadow:0 0 3px rgba(0,0,0,.16);border-radius:5px;border:1px solid #d7d7d7;cursor:pointer}.wcContainer .wcToasts .wcToast.wcToastError{border:1px solid rgba(255,197,197,.9)}.wcContainer .wcToasts .wcToast.wcToastError:hover{border:1px solid #ffc5c5}.wcContainer .wcToasts .wcToast.wcToastInfo{border:1px solid rgba(178,226,152,.9)}.wcContainer .wcToasts .wcToast.wcToastInfo:hover{border:1px solid #b2e298}.wcContainer .wcAuthContainer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcAuthContainer .wcAuth{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow>:not(:last-child){margin-right:5px}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcFacebookLoginButton{background:#507cc0 url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/facebook.png) 12px center no-repeat;display:inline-block;color:#fff;padding:20px 50px;text-decoration:none;border-radius:7px;font-size:1.3em;width:200px}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcTwitterLoginButton{background:#64ccf1 url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/twitter.png) 12px center no-repeat;display:inline-block;color:#fff;padding:20px 50px;text-decoration:none;border-radius:7px;font-size:1.3em;width:200px}.wcContainer .wcAuthContainer .wcAuth .wcAuthForm .wcFormRow .wcGoogleLoginButton{background:#df4930 url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/google.png) 12px center no-repeat;display:inline-block;color:#fff;padding:20px 50px;text-decoration:none;border-radius:7px;font-size:1.3em;width:200px}.wcContainer .wcAnimation{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:.25}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:.25}}.wcContainer .wcAnimationFlash{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes shakeY{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.wcContainer .animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}.wcContainer.wcTheme .wcChannel .wcChannelInput .wcInputs .wcInput{background:#f7f7f7}.wcContainer.wcTheme a{-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcLightgrayTheme,.wcContainer.wcLightgrayTheme *{font:13px/22px 'Maven Pro',sans-serif;color:#151618}.wcContainer.wcLightgrayTheme a{color:#00d5ff;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcLightgrayTheme button:not(.wcFunctional),.wcContainer.wcLightgrayTheme button:not(.wcFunctional):active,.wcContainer.wcLightgrayTheme button:not(.wcFunctional):focus,.wcContainer.wcLightgrayTheme input[type=button],.wcContainer.wcLightgrayTheme input[type=button]:active,.wcContainer.wcLightgrayTheme input[type=button]:focus,.wcContainer.wcLightgrayTheme input[type=submit],.wcContainer.wcLightgrayTheme input[type=submit]:active,.wcContainer.wcLightgrayTheme input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#00d5ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#00d5ff),to(#00bdde))!important;background:linear-gradient(to bottom,#00d5ff 0,#00bdde 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d5ff', endColorstr='#00bdde', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcLightgrayTheme input[type=password],.wcContainer.wcLightgrayTheme input[type=text],.wcContainer.wcLightgrayTheme textarea{height:40px;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;color:#111;border-radius:15px;margin:0;outline:0 none;padding:4px 4px 4px 15px;border:none}.wcContainer.wcLightgrayTheme input[type=password]:focus,.wcContainer.wcLightgrayTheme input[type=text]:focus,.wcContainer.wcLightgrayTheme textarea:focus{background-color:#fff;border:none}.wcContainer.wcLightgrayTheme ::-webkit-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}.wcContainer.wcLightgrayTheme ::-moz-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}.wcContainer.wcLightgrayTheme :-ms-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}.wcContainer.wcLightgrayTheme ::-ms-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}.wcContainer.wcLightgrayTheme ::placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}.wcContainer.wcLightgrayTheme input[type=button].wcSubmit{border-radius:0 15px 15px 0!important}.wcContainer.wcLightgrayTheme progress,.wcContainer.wcLightgrayTheme progress[role][aria-valuenow]{background:#b8bcc4!important}.wcContainer.wcLightgrayTheme progress::-webkit-progress-bar{background:#b8bcc4}.wcContainer.wcLightgrayTheme progress{color:#00d5ff}.wcContainer.wcLightgrayTheme progress::-moz-progress-bar{background:#00d5ff}.wcContainer.wcLightgrayTheme progress::-webkit-progress-value{background:#00d5ff}.wcContainer.wcLightgrayTheme progress[aria-valuenow]:before{background:#00d5ff}@media screen and (-webkit-min-device-pixel-ratio:0){.wcContainer.wcLightgrayTheme * button,.wcContainer.wcLightgrayTheme * input,.wcContainer.wcLightgrayTheme * select,.wcContainer.wcLightgrayTheme * textarea{font-size:16px}}.wcContainer.wcLightgrayTheme .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}.wcContainer.wcLightgrayTheme .wcClassic{border:0;border-radius:10px;overflow:hidden;background:#f7f7f7}.wcContainer.wcLightgrayTheme .wcClassic .wcTitle{padding:10px 13px;font-size:150%;color:#151618;background:#e4e4e4!important;background:-webkit-gradient(linear,left top,left bottom,from(#e4e4e4),to(#d9d9d9))!important;background:linear-gradient(to bottom,#e4e4e4 0,#d9d9d9 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#d9d9d9', GradientType=0 )!important}.wcContainer.wcLightgrayTheme .wcClassic .wcAuthContainer,.wcContainer.wcLightgrayTheme .wcClassic .wcLoadingContainer{padding:0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{background-color:#ededed}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid transparent;background:#f9fafb;border-radius:5px 5px 0 0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child{border-top-left-radius:0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName{font-size:16px;padding-top:4px;padding-bottom:4px}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:0 2% 2% 2%;background-color:#f7f7f7}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{padding-right:2%;padding-left:1%}.wcContainer.wcLightgrayTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea{background-color:#ededed}.wcContainer.wcLightgrayTheme .wcMobile .wcContent{padding-left:0;padding-right:0}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs{background-color:#ededed}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab{padding-bottom:6px;padding-top:6px;border-bottom:0}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab .wcName{font-size:16px}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:0;background-color:#f9fafb;border-radius:5px 5px 0 0}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTab .wcRedCounter{width:22px;height:22px;font-size:1em}.wcContainer.wcLightgrayTheme .wcMobile .wcTabs .wcTabContent .wcChannel{padding-left:1%;padding-right:1%}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry{padding:5px 10px 5px 10px}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcChannelEntry:hover{background-color:rgba(9,193,121,.1)}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcBrowser{padding-top:0;background-color:#f7f7f7}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(9,193,121,.1)}.wcContainer.wcLightgrayTheme .wcMobile .wcTabContent .wcCustomizations{padding-left:2%;padding-right:2%}.wcContainer.wcLightgrayTheme .wcCustomizations a,.wcContainer.wcLightgrayTheme .wcCustomizations a:hover{color:#151618;outline:0}.wcContainer.wcLightgrayTheme .wcCounter{font-size:10px}.wcContainer.wcLightgrayTheme .wcBrowser{background-color:#ededed;color:#151618}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcLabel{font-weight:700}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger{color:#151618}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/lock-semi.svg)}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/lock-full.svg)}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(9,193,121,.15);border-radius:5px}.wcContainer.wcLightgrayTheme .wcBrowser .wcChannels .wcLabel{font-size:1.1em;color:#444}.wcContainer.wcLightgrayTheme .wcBrowser .wcCounter{font-size:10px}.wcContainer.wcLightgrayTheme .wcBrowser .wcFooter{border-top:none;padding:5px 5px 5px 10px}.wcContainer.wcLightgrayTheme .wcBrowser .wcFooter .wcSearch{background-color:#fff;border-radius:15px;background-position:10px center}.wcContainer.wcLightgrayTheme .wcBrowser .wcFooter .wcSearch input{height:40px;margin-left:30px}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages{color:#111;background:#f7f7f7;margin-bottom:2%}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage{padding-left:2%;padding-right:2%}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage a{color:#00d5ff;text-decoration:none}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage a:hover{text-decoration:underline}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcUser{line-height:22px;color:#151618;text-decoration:none}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcUser:hover{text-decoration:underline}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcTime,.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcTime *{color:#66696e;line-height:22px}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcContent{background-color:#fff;border-radius:0 10px 10px 10px;-webkit-box-shadow:2px 2px 2px rgba(60,60,60,.03);box-shadow:2px 2px 2px rgba(60,60,60,.03)}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote{border-left-color:#45e3ff;background-color:#f8f8f8;border-radius:0 10px 0 0}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcActions{background-color:#fff}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcActions .wcAction{border-color:#b8bcc4}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcActions .wcAction:hover{background-color:#e3e3e3}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcActions .wcDelete{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/x.svg) no-repeat 50%}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcActions .wcMute{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/mute.svg) no-repeat 50%}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcActions .wcBan{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/ban.svg) no-repeat 50%}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage .wcActions .wcSpam{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/spam.svg) no-repeat 50%}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage.wcCurrentUser .wcContent{background-color:#ececec;-webkit-box-shadow:2px 2px 2px rgba(60,60,60,.13);box-shadow:2px 2px 2px rgba(60,60,60,.13)}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote{background-color:#e6e6e6}.wcContainer.wcLightgrayTheme .wcChannel .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{color:#444}.wcContainer.wcLightgrayTheme .wcChannel .wcCounter{padding:0 2% 1% 2%}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput{background-color:#f7f7f7;padding:0 2% 2% 2%}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcCurrentUserName{padding-bottom:7px;font-weight:700;color:#444}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none;height:40px;background:#fff;display:inline-block;outline:0;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover,.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>*{cursor:pointer}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:#fff url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/camera.svg) center center no-repeat}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:#fff url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/attach.svg) center center no-repeat;cursor:pointer}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:#fff url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/emoticon.svg) center center no-repeat}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active,.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus,.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{background-color:rgba(9,193,121,.15);border:none}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:#fff;height:40px}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs div.wcInput{border-radius:15px 0 0 15px;min-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;color:#111;margin:0;outline:0 none;padding:7px 5px 7px 15px;border:none}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus{background-color:#fff;border:none}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcInputs .wcSubmit{border-radius:0 15px 15px 0!important}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{border-color:#b8bcc4}.wcContainer.wcLightgrayTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#e3e3e3}.wcContainer.wcLightgrayTheme .wcToasts .wcToast{background-color:#f1f1f1;-webkit-box-shadow:0 0 15px rgba(60,60,60,.2);box-shadow:0 0 15px rgba(60,60,60,.2)}.wcContainer.wcColddarkTheme,.wcContainer.wcColddarkTheme *{font:13px/22px 'Maven Pro',sans-serif;color:#cad6e2}.wcContainer.wcColddarkTheme a{color:#24b4ff;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcColddarkTheme button:not(.wcFunctional),.wcContainer.wcColddarkTheme button:not(.wcFunctional):active,.wcContainer.wcColddarkTheme button:not(.wcFunctional):focus,.wcContainer.wcColddarkTheme input[type=button],.wcContainer.wcColddarkTheme input[type=button]:active,.wcContainer.wcColddarkTheme input[type=button]:focus,.wcContainer.wcColddarkTheme input[type=submit],.wcContainer.wcColddarkTheme input[type=submit]:active,.wcContainer.wcColddarkTheme input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#24b4ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#24b4ff),to(#0095e2))!important;background:linear-gradient(to bottom,#24b4ff 0,#0095e2 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b4ff', endColorstr='#0095e2', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcColddarkTheme button:not(.wcFunctional):hover,.wcContainer.wcColddarkTheme input[type=button]:hover,.wcContainer.wcColddarkTheme input[type=submit]:hover{background:#57d6ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#57d6ff),to(#24b4ff))!important;background:linear-gradient(to bottom,#57d6ff 0,#24b4ff 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#57d6ff', endColorstr='#24b4ff', GradientType=0 )!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}.wcContainer.wcColddarkTheme input[type=password],.wcContainer.wcColddarkTheme input[type=text],.wcContainer.wcColddarkTheme textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#ecf3fb;border-radius:15px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent;color:#1a212b}.wcContainer.wcColddarkTheme input[type=password]:focus,.wcContainer.wcColddarkTheme input[type=text]:focus,.wcContainer.wcColddarkTheme textarea:focus{background-color:#fff;border:1px solid transparent}.wcContainer.wcColddarkTheme ::-webkit-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}.wcContainer.wcColddarkTheme ::-moz-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}.wcContainer.wcColddarkTheme :-ms-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}.wcContainer.wcColddarkTheme ::-ms-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}.wcContainer.wcColddarkTheme ::placeholder{color:#465767;font-family:'Maven Pro',sans-serif}.wcContainer.wcColddarkTheme progress,.wcContainer.wcColddarkTheme progress[role][aria-valuenow]{background:#5c6d7f!important}.wcContainer.wcColddarkTheme progress::-webkit-progress-bar{background:#5c6d7f}.wcContainer.wcColddarkTheme progress{color:#24b4ff}.wcContainer.wcColddarkTheme progress::-moz-progress-bar{background:#24b4ff}.wcContainer.wcColddarkTheme progress::-webkit-progress-value{background:#24b4ff}.wcContainer.wcColddarkTheme progress[aria-valuenow]:before{background:#24b4ff}@media screen and (-webkit-min-device-pixel-ratio:0){.wcContainer.wcColddarkTheme * button,.wcContainer.wcColddarkTheme * input,.wcContainer.wcColddarkTheme * select,.wcContainer.wcColddarkTheme * textarea{font-size:16px}}.wcContainer.wcColddarkTheme .wcErrorBox{color:#26323e;background-color:#ffe9e9;border-radius:5px;border:none}.wcContainer.wcColddarkTheme .wcClassic{border:0;padding-top:0;color:#cad6e2;border-radius:10px;overflow:hidden;background:#26323e}.wcContainer.wcColddarkTheme .wcClassic .wcTitle{padding:10px 13px;font-size:150%;color:#8d9eb0;background-color:#1a212b;border-radius:10px 10px 0 0}.wcContainer.wcColddarkTheme .wcClassic .wcAuthContainer,.wcContainer.wcColddarkTheme .wcClassic .wcLoadingContainer{padding:0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{background-color:#1a212b;color:#a6a6a6}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid transparent;background:#26323e;border-radius:5px 5px 0 0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child{border-top-left-radius:0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName{color:#a6a6a6;font-size:16px;padding-top:4px;padding-bottom:4px}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName:hover{color:#cad6e2}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcChannelClose:hover{background-color:#26323e}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/colddark/gfx/arrow-left.svg)}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/colddark/gfx/arrow-right.svg)}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:0 2% 2% 2%;background-color:#26323e}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{padding-right:2%;padding-left:1%}.wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea{background-color:#1a212b}.wcContainer.wcColddarkTheme .wcMobile .wcContent{padding-left:0;padding-right:0}.wcContainer.wcColddarkTheme .wcMobile .wcTabs{background-color:#1a212b;color:#a6a6a6;border:none}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab{padding-bottom:6px;padding-top:6px;border-bottom:0}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab .wcName{font-size:16px}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:0;background-color:#26323e;border-radius:5px 5px 0 0}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTab .wcRedCounter{width:22px;height:22px;font-size:1em}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTabContent .wcChannel{padding-left:1%;padding-right:1%}.wcContainer.wcColddarkTheme .wcMobile .wcTabs .wcTabCustomize{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/colddark/gfx/custom.svg);background-size:50%}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry{padding:5px 10px 5px 10px}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry:hover{background-color:rgba(9,193,121,.1)}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcChannelEntry a.wcChannelClose:hover{background-color:rgba(9,193,121,.15)}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcBrowser{padding-top:0;background-color:#26323e}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(9,193,121,.1)}.wcContainer.wcColddarkTheme .wcMobile .wcTabContent .wcCustomizations{padding-left:2%;padding-right:2%}.wcContainer.wcColddarkTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab{padding:10px}.wcContainer.wcColddarkTheme .wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcCurrent{border-bottom:0;background-color:#26323e;border-radius:5px 5px 0 0}.wcContainer.wcColddarkTheme .wcBrowser{background-color:#1a212b;color:#151618}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcLabel{font-weight:700}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger{color:#151618}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/lock-semi.svg)}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/lock-full.svg)}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:rgba(9,193,121,.15);border-radius:5px}.wcContainer.wcColddarkTheme .wcBrowser .wcChannels .wcLabel{font-size:1.1em;color:#8d9eb0}.wcContainer.wcColddarkTheme .wcBrowser .wcCounter{border:0}.wcContainer.wcColddarkTheme .wcBrowser .wcFooter{border-top:none;padding:5px 5px 5px 10px}.wcContainer.wcColddarkTheme .wcBrowser .wcFooter .wcSearch{background-color:#fff;border-radius:15px;background-position:10px center}.wcContainer.wcColddarkTheme .wcBrowser .wcFooter .wcSearch input{height:40px;margin-left:30px}.wcContainer.wcColddarkTheme .wcCustomizations a.wcCustomizeButton:before{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/colddark/gfx/custom.svg)}.wcContainer.wcColddarkTheme .wcCounter{font-size:10px}.wcContainer.wcColddarkTheme .wcChannel .wcMessages{color:#111;background:#26323e;margin-bottom:2%}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage{padding-left:2%;padding-right:2%}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage a{color:#24b4ff;text-decoration:none}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage a:hover{text-decoration:underline}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcUser{line-height:22px;color:#cad6e2;text-decoration:none}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcUser:hover{text-decoration:underline}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcTime,.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcTime *{color:#8d9eb0;line-height:22px}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcContent{background-color:#465767;border-radius:0 10px 10px 10px;-webkit-box-shadow:2px 2px 2px rgba(60,60,60,.03);box-shadow:2px 2px 2px rgba(60,60,60,.03)}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote{border-left-color:#24b4ff;background-color:#40505f;border-radius:0 10px 0 0}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcActions{background-color:#26323e;border-color:#2e3b49}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcActions .wcAction{border-color:#b8bcc4}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcActions .wcAction:hover{background-color:#1a212b}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcActions .wcDelete{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/x.svg) no-repeat 50%}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcActions .wcMute{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/mute.svg) no-repeat 50%}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcActions .wcBan{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/ban.svg) no-repeat 50%}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage .wcActions .wcSpam{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/lightgray/gfx/spam.svg) no-repeat 50%}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage.wcCurrentUser .wcContent{background-color:#5c6d7f}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote{background-color:#576778}.wcContainer.wcColddarkTheme .wcChannel .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{color:#cad6e2}.wcContainer.wcColddarkTheme .wcChannel .wcCounter{padding:0 2% 1% 2%}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput{background-color:#26323e;padding:0 2% 2% 2%}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcCurrentUserName{padding-bottom:7px;font-weight:700}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcReadOnlyDirectChannel{border-radius:5px;background-color:#ffe9e9;margin-top:20px;margin-bottom:20px;padding:10px}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons{margin-bottom:4px}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{border-radius:15px;border:none;-webkit-box-shadow:none;box-shadow:none;height:40px;background:0 0;display:inline-block;outline:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7;opacity:.7;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover,.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>*{cursor:pointer}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/colddark/gfx/camera.svg) center center no-repeat}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/colddark/gfx/attach.svg) center center no-repeat;cursor:pointer}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/colddark/gfx/emoticon.svg) center center no-repeat}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active,.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus,.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;border:none;background-color:transparent}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:transparent}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput{min-height:40px;background-color:#ecf3fb;border-radius:15px;margin:0;border:1px solid transparent;padding:6px 5px 6px 15px}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus{background-color:#fff;border:1px solid transparent}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput,.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcInputs div.wcInput *{color:#1a212b}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{border-color:#354554}.wcContainer.wcColddarkTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#354554}.wcContainer.wcColddarkTheme .wcToasts .wcToast{background-color:#202a35;color:#cad6e2;-webkit-box-shadow:0 0 15px #000;box-shadow:0 0 15px #000}.wcContainer.wcAirflowTheme,.wcContainer.wcAirflowTheme *{font:13px/22px 'Maven Pro',sans-serif;color:#0e2849}.wcContainer.wcAirflowTheme a{color:#119bd4;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcAirflowTheme button:not(.wcFunctional),.wcContainer.wcAirflowTheme button:not(.wcFunctional):active,.wcContainer.wcAirflowTheme button:not(.wcFunctional):focus,.wcContainer.wcAirflowTheme input[type=button],.wcContainer.wcAirflowTheme input[type=button]:active,.wcContainer.wcAirflowTheme input[type=button]:focus,.wcContainer.wcAirflowTheme input[type=submit],.wcContainer.wcAirflowTheme input[type=submit]:active,.wcContainer.wcAirflowTheme input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#0194d2!important;background:-webkit-gradient(linear,left top,left bottom,from(#0194d2),to(#0081b7))!important;background:linear-gradient(to bottom,#0194d2 0,#0081b7 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0194d2', endColorstr='#0081b7', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}.wcContainer.wcAirflowTheme button:not(.wcFunctional):hover,.wcContainer.wcAirflowTheme input[type=button]:hover,.wcContainer.wcAirflowTheme input[type=submit]:hover{background:#01567a!important;background:-webkit-gradient(linear,left top,left bottom,from(#01567a),to(#024460))!important;background:linear-gradient(to bottom,#01567a 0,#024460 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01567a', endColorstr='#024460', GradientType=0 )!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}.wcContainer.wcAirflowTheme input[type=password],.wcContainer.wcAirflowTheme input[type=text],.wcContainer.wcAirflowTheme textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;border-radius:15px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent}.wcContainer.wcAirflowTheme input[type=password]:focus,.wcContainer.wcAirflowTheme input[type=text]:focus,.wcContainer.wcAirflowTheme textarea:focus{background-color:#fff;border:1px solid transparent}.wcContainer.wcAirflowTheme ::-webkit-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}.wcContainer.wcAirflowTheme ::-moz-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}.wcContainer.wcAirflowTheme :-ms-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}.wcContainer.wcAirflowTheme ::-ms-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}.wcContainer.wcAirflowTheme ::placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}.wcContainer.wcAirflowTheme input[type=button].wcSubmit{border-radius:15px!important}.wcContainer.wcAirflowTheme progress,.wcContainer.wcAirflowTheme progress[role][aria-valuenow]{background:#d7dfe3!important}.wcContainer.wcAirflowTheme progress::-webkit-progress-bar{background:#d7dfe3}.wcContainer.wcAirflowTheme progress{color:#0194d2}.wcContainer.wcAirflowTheme progress::-moz-progress-bar{background:#0194d2}.wcContainer.wcAirflowTheme progress::-webkit-progress-value{background:#0194d2}.wcContainer.wcAirflowTheme progress[aria-valuenow]:before{background:#0194d2}@media screen and (-webkit-min-device-pixel-ratio:0){.wcContainer.wcAirflowTheme * button,.wcContainer.wcAirflowTheme * input,.wcContainer.wcAirflowTheme * select,.wcContainer.wcAirflowTheme * textarea{font-size:16px}}.wcContainer.wcAirflowTheme .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}.wcContainer.wcAirflowTheme .wcClassic{border:0;border-radius:10px;overflow:hidden;background:#f3f6f7}.wcContainer.wcAirflowTheme .wcClassic .wcTitle{padding:10px 13px;font-size:150%;color:#0e2849;background-color:#dfe7ea}.wcContainer.wcAirflowTheme .wcClassic .wcAuthContainer,.wcContainer.wcAirflowTheme .wcClassic .wcLoadingContainer{padding:0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{background-color:#e9eef0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid transparent;background:#f9fafb;border-radius:5px 5px 0 0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent:first-child{border-top-left-radius:0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab .wcName{font-size:16px;padding-top:4px;padding-bottom:4px}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:0 2% 2% 2%;background-color:#f3f6f7}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{padding-left:0;padding-right:0}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{padding-right:2%;padding-left:1%}.wcContainer.wcAirflowTheme .wcClassic.wcDesktop .wcBody .wcBrowserArea{background-color:#e9eef0}.wcContainer.wcAirflowTheme .wcMobile .wcContent{padding-left:0;padding-right:0}.wcContainer.wcAirflowTheme .wcMobile .wcTabs{background-color:#ededed}.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab{padding-bottom:6px;padding-top:6px;border-bottom:0}.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab .wcName{font-size:16px}.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:0;background-color:#f9fafb;border-radius:5px 5px 0 0}.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTab .wcRedCounter{width:22px;height:22px;font-size:1em}.wcContainer.wcAirflowTheme .wcMobile .wcTabs .wcTabContent .wcChannel{padding-left:1%;padding-right:1%}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry{padding:5px 10px 5px 10px}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:active,.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:focus,.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcChannelEntry:hover{background-color:rgba(9,193,121,.1)}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcBrowser{padding-top:0;background-color:transparent}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:#d1e6ef}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcHeader{font-size:1.1em;color:#444;padding-left:10px}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent{padding:5px 10px 5px 10px}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcRecentChats .wcRecent .wcRight .wcHead{margin-bottom:0}.wcContainer.wcAirflowTheme .wcMobile .wcTabContent .wcCustomizations{padding-left:2%;padding-right:2%}.wcContainer.wcAirflowTheme .wcCustomizations a,.wcContainer.wcAirflowTheme .wcCustomizations a:hover{color:#151618;outline:0}.wcContainer.wcAirflowTheme .wcCounter{font-size:10px}.wcContainer.wcAirflowTheme a.wcChannelClose{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/x.svg) no-repeat 50%;border-color:#7593aa}.wcContainer.wcAirflowTheme a.wcChannelClose:hover{background-color:#d1e6ef}.wcContainer.wcAirflowTheme .wcBrowser{background-color:transparent;color:#151618}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcLabel{font-weight:700}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger{color:#151618}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger.wcUnLockedChannel .wcDetails .wcName{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/lock-semi.svg)}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger.wcLockedChannel .wcDetails .wcName{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/lock-full.svg)}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcChannelTrigger:hover{background-color:#d1e6ef;border-radius:5px}.wcContainer.wcAirflowTheme .wcBrowser .wcChannels .wcLabel{font-size:1.1em;color:#444}.wcContainer.wcAirflowTheme .wcBrowser .wcCounter{border:0;border-top:1px solid #e9eef0}.wcContainer.wcAirflowTheme .wcBrowser .wcFooter{border-top:none;padding:5px 5px 5px 10px}.wcContainer.wcAirflowTheme .wcBrowser .wcFooter .wcSearch{background-color:#fff;border-radius:15px;background-position:10px center}.wcContainer.wcAirflowTheme .wcBrowser .wcFooter .wcSearch input{height:40px;margin-left:30px}.wcContainer.wcAirflowTheme .wcChannel .wcMessages{color:#111;background:#f3f6f7;margin-bottom:2%}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage{padding-left:2%;padding-right:2%}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage a{color:#119bd4;text-decoration:none}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage a:hover{text-decoration:underline}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcUser{line-height:22px;color:#0e2849;text-decoration:none}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcUser:hover{text-decoration:underline}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcTime,.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcTime *{color:#a2a8ad;line-height:22px}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcContent{background-color:#fff;border-radius:0 10px 10px 10px;-webkit-box-shadow:0 0 15px rgba(14,40,73,.03);box-shadow:0 0 15px rgba(14,40,73,.03)}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcRowBody .wcContent .wcQuote{border-left-color:#0194d2;background-color:#f8f8f8;border-radius:0 10px 0 0}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcActions{background-color:#fff}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcActions .wcAction{border-color:#7593aa}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcActions .wcAction:hover{background-color:#d1e6ef}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcActions .wcDelete{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/x.svg) no-repeat 50%}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcActions .wcMute{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/mute.svg) no-repeat 50%}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcActions .wcBan{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/ban.svg) no-repeat 50%}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage .wcActions .wcSpam{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/spam.svg) no-repeat 50%}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage.wcCurrentUser .wcContent{background-color:#d1e6ef;-webkit-box-shadow:none;box-shadow:none}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage.wcCurrentUser .wcRowBody .wcContent .wcQuote{background-color:#cbdfe8}.wcContainer.wcAirflowTheme .wcChannel .wcMessages .wcMessage.wcCurrentUser .wcRowHead .wcUser{color:#0e2849}.wcContainer.wcAirflowTheme .wcChannel .wcCounter{padding:0 2% 1% 2%}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput{background-color:#f3f6f7;padding:0 2% 2% 2%}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcCurrentUserName{padding-bottom:7px;font-weight:700;color:#444}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton{border-radius:15px;border:none;-webkit-box-shadow:none;box-shadow:none;height:40px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:alpha(opacity=60);-moz-opacity:.6;-khtml-opacity:.6;opacity:.6;outline:0;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86);display:inline-block}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover,.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover>*{cursor:pointer}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcImageAttachment{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/camera.svg) center center no-repeat}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcFileAttachment{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/attach.svg) center center no-repeat;cursor:pointer}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton.wcEmoticon{background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/emoticon.svg) center center no-repeat}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:active,.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:focus,.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButton:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;border:none;background-color:transparent}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcInputButtons .wcInputButtonSupplementary{background-color:transparent}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs div.wcInput{min-height:40px;background-color:#fff;border-radius:15px;margin:0;border:1px solid transparent;padding:6px 5px 6px 15px}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs div.wcInput:focus{border:1px solid transparent}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcInputs .wcSubmit{border-radius:15px!important}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete{border-color:#7593aa;background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/x.svg)}.wcContainer.wcAirflowTheme .wcChannel .wcChannelInput .wcAttachments .wcAttachment .wcDelete:hover{background-color:#d1e6ef}.wcContainer.wcAirflowTheme .wcToasts .wcToast{background-color:#f3f6f7;-webkit-box-shadow:2px 2px 15px rgba(60,60,60,.1);box-shadow:2px 2px 15px rgba(60,60,60,.1)}.wcImagePreviewLayer{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;left:0;right:0;bottom:0;top:0;z-index:999999;background:rgba(0,0,0,.5);padding:5%}.wcImagePreviewLayer.wcShow{display:-webkit-box;display:-ms-flexbox;display:flex}.wcImagePreviewLayer.wcHide{display:none}.wcImagePreviewLayer img{max-height:100%;border-radius:0;border:none;-webkit-box-shadow:none;box-shadow:none}.wcPopup-overlay{background:rgba(255,255,255,.7)}.wcPopup-content img.wcEmoticon,.wcPopup-content span.wcEmoticon{background-repeat:no-repeat;display:inline-block;vertical-align:middle;margin-right:2px;margin-left:2px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_001,.wcPopup-content span.wcEmoticon.bg-emot_01_32_001{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -10px -131px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_002,.wcPopup-content span.wcEmoticon.bg-emot_01_32_002{width:32px;height:35px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -120px -68px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_003,.wcPopup-content span.wcEmoticon.bg-emot_01_32_003{width:32px;height:38px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -68px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_004,.wcPopup-content span.wcEmoticon.bg-emot_01_32_004{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -62px -131px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_005,.wcPopup-content span.wcEmoticon.bg-emot_01_32_005{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -114px -131px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_006,.wcPopup-content span.wcEmoticon.bg-emot_01_32_006{width:32px;height:35px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -172px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_007,.wcPopup-content span.wcEmoticon.bg-emot_01_32_007{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -166px -131px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_008,.wcPopup-content span.wcEmoticon.bg-emot_01_32_008{width:34px;height:30px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -328px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_009,.wcPopup-content span.wcEmoticon.bg-emot_01_32_009{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -224px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_010,.wcPopup-content span.wcEmoticon.bg-emot_01_32_010{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -224px -62px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_011,.wcPopup-content span.wcEmoticon.bg-emot_01_32_011{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -224px -114px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_012,.wcPopup-content span.wcEmoticon.bg-emot_01_32_012{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -10px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_013,.wcPopup-content span.wcEmoticon.bg-emot_01_32_013{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -62px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_014,.wcPopup-content span.wcEmoticon.bg-emot_01_32_014{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -114px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_015,.wcPopup-content span.wcEmoticon.bg-emot_01_32_015{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -166px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_016,.wcPopup-content span.wcEmoticon.bg-emot_01_32_016{width:32px;height:38px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -68px -68px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_017,.wcPopup-content span.wcEmoticon.bg-emot_01_32_017{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -218px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_018,.wcPopup-content span.wcEmoticon.bg-emot_01_32_018{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -276px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_019,.wcPopup-content span.wcEmoticon.bg-emot_01_32_019{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -276px -62px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_020,.wcPopup-content span.wcEmoticon.bg-emot_01_32_020{width:38px;height:40px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_021,.wcPopup-content span.wcEmoticon.bg-emot_01_32_021{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -276px -114px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_022,.wcPopup-content span.wcEmoticon.bg-emot_01_32_022{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -276px -166px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_023,.wcPopup-content span.wcEmoticon.bg-emot_01_32_023{width:32px;height:38px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -120px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_024,.wcPopup-content span.wcEmoticon.bg-emot_01_32_024{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -10px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_025,.wcPopup-content span.wcEmoticon.bg-emot_01_32_025{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -62px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_026,.wcPopup-content span.wcEmoticon.bg-emot_01_32_026{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -114px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_027,.wcPopup-content span.wcEmoticon.bg-emot_01_32_027{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -166px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_028,.wcPopup-content span.wcEmoticon.bg-emot_01_32_028{width:32px;height:34px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -172px -65px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_029,.wcPopup-content span.wcEmoticon.bg-emot_01_32_029{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -218px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_030,.wcPopup-content span.wcEmoticon.bg-emot_01_32_030{width:32px;height:32px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -270px -235px}.wcPopup-content img.wcEmoticon.bg-emot_01_32_031,.wcPopup-content span.wcEmoticon.bg-emot_01_32_031{width:33px;height:41px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_32.png) -10px -70px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_001,.wcPopup-content span.wcEmoticon.bg-emot_01_64_001{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -358px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_002,.wcPopup-content span.wcEmoticon.bg-emot_01_64_002{width:64px;height:69px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -274px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_003,.wcPopup-content span.wcEmoticon.bg-emot_01_64_003{width:64px;height:75px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -106px -107px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_004,.wcPopup-content span.wcEmoticon.bg-emot_01_64_004{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -358px -94px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_005,.wcPopup-content span.wcEmoticon.bg-emot_01_64_005{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -358px -178px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_006,.wcPopup-content span.wcEmoticon.bg-emot_01_64_006{width:64px;height:70px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -190px -105px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_007,.wcPopup-content span.wcEmoticon.bg-emot_01_64_007{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -10px -295px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_008,.wcPopup-content span.wcEmoticon.bg-emot_01_64_008{width:70px;height:63px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -10px -212px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_009,.wcPopup-content span.wcEmoticon.bg-emot_01_64_009{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -94px -295px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_010,.wcPopup-content span.wcEmoticon.bg-emot_01_64_010{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -178px -295px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_011,.wcPopup-content span.wcEmoticon.bg-emot_01_64_011{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -262px -295px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_012,.wcPopup-content span.wcEmoticon.bg-emot_01_64_012{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -346px -295px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_013,.wcPopup-content span.wcEmoticon.bg-emot_01_64_013{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -442px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_014,.wcPopup-content span.wcEmoticon.bg-emot_01_64_014{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -442px -94px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_015,.wcPopup-content span.wcEmoticon.bg-emot_01_64_015{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -442px -178px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_016,.wcPopup-content span.wcEmoticon.bg-emot_01_64_016{width:64px;height:77px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -106px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_017,.wcPopup-content span.wcEmoticon.bg-emot_01_64_017{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -442px -262px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_018,.wcPopup-content span.wcEmoticon.bg-emot_01_64_018{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -10px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_019,.wcPopup-content span.wcEmoticon.bg-emot_01_64_019{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -94px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_020,.wcPopup-content span.wcEmoticon.bg-emot_01_64_020{width:76px;height:79px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_021,.wcPopup-content span.wcEmoticon.bg-emot_01_64_021{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -178px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_022,.wcPopup-content span.wcEmoticon.bg-emot_01_64_022{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -262px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_023,.wcPopup-content span.wcEmoticon.bg-emot_01_64_023{width:64px;height:75px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -190px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_024,.wcPopup-content span.wcEmoticon.bg-emot_01_64_024{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -346px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_025,.wcPopup-content span.wcEmoticon.bg-emot_01_64_025{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -430px -379px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_026,.wcPopup-content span.wcEmoticon.bg-emot_01_64_026{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -526px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_027,.wcPopup-content span.wcEmoticon.bg-emot_01_64_027{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -526px -94px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_028,.wcPopup-content span.wcEmoticon.bg-emot_01_64_028{width:64px;height:67px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -274px -99px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_029,.wcPopup-content span.wcEmoticon.bg-emot_01_64_029{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -526px -178px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_030,.wcPopup-content span.wcEmoticon.bg-emot_01_64_030{width:64px;height:64px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -526px -262px}.wcPopup-content img.wcEmoticon.bg-emot_01_64_031,.wcPopup-content span.wcEmoticon.bg-emot_01_64_031{width:66px;height:83px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_64.png) -10px -109px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_001,.wcPopup-content span.wcEmoticon.bg-emot_01_128_001{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -158px -376px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_002,.wcPopup-content span.wcEmoticon.bg-emot_01_128_002{width:128px;height:139px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -480px -157px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_003,.wcPopup-content span.wcEmoticon.bg-emot_01_128_003{width:128px;height:151px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -184px -183px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_004,.wcPopup-content span.wcEmoticon.bg-emot_01_128_004{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -306px -376px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_005,.wcPopup-content span.wcEmoticon.bg-emot_01_128_005{width:128px;height:127px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -454px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_006,.wcPopup-content span.wcEmoticon.bg-emot_01_128_006{width:128px;height:139px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -332px -181px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_007,.wcPopup-content span.wcEmoticon.bg-emot_01_128_007{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -454px -376px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_008,.wcPopup-content span.wcEmoticon.bg-emot_01_128_008{width:142px;height:127px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -480px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_009,.wcPopup-content span.wcEmoticon.bg-emot_01_128_009{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -642px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_010,.wcPopup-content span.wcEmoticon.bg-emot_01_128_010{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -642px -158px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_011,.wcPopup-content span.wcEmoticon.bg-emot_01_128_011{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -642px -306px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_012,.wcPopup-content span.wcEmoticon.bg-emot_01_128_012{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -10px -531px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_013,.wcPopup-content span.wcEmoticon.bg-emot_01_128_013{width:128px;height:127px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -602px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_014,.wcPopup-content span.wcEmoticon.bg-emot_01_128_014{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -158px -531px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_015,.wcPopup-content span.wcEmoticon.bg-emot_01_128_015{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -306px -531px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_016,.wcPopup-content span.wcEmoticon.bg-emot_01_128_016{width:128px;height:153px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -184px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_017,.wcPopup-content span.wcEmoticon.bg-emot_01_128_017{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -454px -531px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_018,.wcPopup-content span.wcEmoticon.bg-emot_01_128_018{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -602px -531px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_019,.wcPopup-content span.wcEmoticon.bg-emot_01_128_019{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -790px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_020,.wcPopup-content span.wcEmoticon.bg-emot_01_128_020{width:154px;height:160px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -10px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_021,.wcPopup-content span.wcEmoticon.bg-emot_01_128_021{width:128px;height:127px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -750px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_022,.wcPopup-content span.wcEmoticon.bg-emot_01_128_022{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -790px -158px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_023,.wcPopup-content span.wcEmoticon.bg-emot_01_128_023{width:128px;height:151px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -332px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_024,.wcPopup-content span.wcEmoticon.bg-emot_01_128_024{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -790px -306px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_025,.wcPopup-content span.wcEmoticon.bg-emot_01_128_025{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -790px -454px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_026,.wcPopup-content span.wcEmoticon.bg-emot_01_128_026{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -10px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_027,.wcPopup-content span.wcEmoticon.bg-emot_01_128_027{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -158px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_028,.wcPopup-content span.wcEmoticon.bg-emot_01_128_028{width:128px;height:135px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -10px -376px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_029,.wcPopup-content span.wcEmoticon.bg-emot_01_128_029{width:128px;height:128px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -306px -679px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_030,.wcPopup-content span.wcEmoticon.bg-emot_01_128_030{width:128px;height:127px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -938px -10px}.wcPopup-content img.wcEmoticon.bg-emot_01_128_031,.wcPopup-content span.wcEmoticon.bg-emot_01_128_031{width:132px;height:166px;background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/emoticons/emots_01_128.png) -10px -190px}[role=tooltip].wcEmoticonsPopup-content{background-color:#f7f7f7;width:185px;height:280px;text-align:center;padding:10px 5px}[role=tooltip].wcEmoticonsPopup-content a{display:inline-block;border:1px solid transparent;line-height:28px;border-radius:50%;text-decoration:none;outline:0}[role=tooltip].wcEmoticonsPopup-content a:hover{background:#fff;border-color:#a6a6a6}[role=tooltip].wcEmoticonsPopup-content a img{border:none;border-radius:0;margin:3px;padding:0;max-width:28px}[role=tooltip].wcColorsPopup-content{background-color:#f7f7f7;width:220px;height:157px;text-align:center;padding:5px 5px;line-height:12px;overflow:hidden}[role=tooltip].wcColorsPopup-content a{display:inline-block;text-decoration:none;outline:0;height:12px;width:12px;border:1px solid #000;margin:2px;cursor:pointer;line-height:12px;border-radius:3px}[role=tooltip].wcColorsPopup-content a:hover{border-color:#a6a6a6}.wcAlertPopup-content{padding:0}@media only screen and (max-width:576px){.wcAlertPopup-content{width:95%}}@media only screen and (min-width:992px){.wcAlertPopup-content{width:26%}}.wcAlertPopup-content .wcHeader{padding:10px;border-bottom:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wcAlertPopup-content .wcHeader h5{margin:0;padding:0;font-size:1.1rem}.wcAlertPopup-content .wcHeader .wcClose{display:inline-block;text-decoration:none;outline:0;background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/x.svg) center center no-repeat;background-size:100%;width:42px;height:42px;margin:0;cursor:pointer}.wcAlertPopup-content .wcBody{padding:10px}.wcAlertPopup-content .wcFooter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;border-top:1px solid #dfdfdf}.wcAlertPopup-content .wcFooter>*{width:auto;display:inline-block;float:none}.wcAlertPopup-content .wcFooter>:not(:last-child){margin-right:10px}.wcDebugPopup-content .wcDebugPopupBody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.wcDebugPopup-content .wcDebugPopupBody .wcLogs{overflow-y:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:1px solid #dfdfdf;padding:5px}.wcDebugPopup-content .wcDebugPopupBody .wcFooter{padding-top:10px;text-align:right}[role=dialog].wcPopup-content.wcLightgrayTheme-content,[role=tooltip].wcPopup-content.wcLightgrayTheme-content{border-color:#e1e8ed;-webkit-box-shadow:0 0 15px rgba(60,60,60,.2);box-shadow:0 0 15px rgba(60,60,60,.2);border-radius:15px;overflow:hidden}[role=dialog].wcPopup-content.wcLightgrayTheme-content,[role=dialog].wcPopup-content.wcLightgrayTheme-content *,[role=tooltip].wcPopup-content.wcLightgrayTheme-content,[role=tooltip].wcPopup-content.wcLightgrayTheme-content *{font:13px/22px 'Maven Pro',sans-serif;color:#151618}[role=dialog].wcPopup-content.wcLightgrayTheme-content a,[role=tooltip].wcPopup-content.wcLightgrayTheme-content a{color:#00d5ff;-webkit-box-shadow:none;box-shadow:none}[role=dialog].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional),[role=dialog].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):active,[role=dialog].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):focus,[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button],[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button]:active,[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button]:focus,[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit],[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit]:active,[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=submit]:focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional),[role=tooltip].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):active,[role=tooltip].wcPopup-content.wcLightgrayTheme-content button:not(.wcFunctional):focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button],[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button]:active,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button]:focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit],[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit]:active,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#00d5ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#00d5ff),to(#00bdde))!important;background:linear-gradient(to bottom,#00d5ff 0,#00bdde 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d5ff', endColorstr='#00bdde', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=password],[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=text],[role=dialog].wcPopup-content.wcLightgrayTheme-content textarea,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=password],[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=text],[role=tooltip].wcPopup-content.wcLightgrayTheme-content textarea{height:40px;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;color:#111;border-radius:15px;margin:0;outline:0 none;padding:4px 4px 4px 15px;border:none}[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=password]:focus,[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=text]:focus,[role=dialog].wcPopup-content.wcLightgrayTheme-content textarea:focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=password]:focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=text]:focus,[role=tooltip].wcPopup-content.wcLightgrayTheme-content textarea:focus{background-color:#fff;border:none}[role=dialog].wcPopup-content.wcLightgrayTheme-content ::-webkit-input-placeholder,[role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-webkit-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcLightgrayTheme-content ::-moz-placeholder,[role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-moz-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcLightgrayTheme-content :-ms-input-placeholder,[role=tooltip].wcPopup-content.wcLightgrayTheme-content :-ms-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcLightgrayTheme-content ::-ms-input-placeholder,[role=tooltip].wcPopup-content.wcLightgrayTheme-content ::-ms-input-placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcLightgrayTheme-content ::placeholder,[role=tooltip].wcPopup-content.wcLightgrayTheme-content ::placeholder{color:#66696e;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcLightgrayTheme-content input[type=button].wcSubmit,[role=tooltip].wcPopup-content.wcLightgrayTheme-content input[type=button].wcSubmit{border-radius:0 15px 15px 0!important}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress,[role=dialog].wcPopup-content.wcLightgrayTheme-content progress[role][aria-valuenow],[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress[role][aria-valuenow]{background:#b8bcc4!important}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-bar,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-bar{background:#b8bcc4}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress{color:#00d5ff}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-moz-progress-bar,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-moz-progress-bar{background:#00d5ff}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-value,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress::-webkit-progress-value{background:#00d5ff}[role=dialog].wcPopup-content.wcLightgrayTheme-content progress[aria-valuenow]:before,[role=tooltip].wcPopup-content.wcLightgrayTheme-content progress[aria-valuenow]:before{background:#00d5ff}@media screen and (-webkit-min-device-pixel-ratio:0){[role=dialog].wcPopup-content.wcLightgrayTheme-content * button,[role=dialog].wcPopup-content.wcLightgrayTheme-content * input,[role=dialog].wcPopup-content.wcLightgrayTheme-content * select,[role=dialog].wcPopup-content.wcLightgrayTheme-content * textarea,[role=tooltip].wcPopup-content.wcLightgrayTheme-content * button,[role=tooltip].wcPopup-content.wcLightgrayTheme-content * input,[role=tooltip].wcPopup-content.wcLightgrayTheme-content * select,[role=tooltip].wcPopup-content.wcLightgrayTheme-content * textarea{font-size:16px}}[role=dialog].wcPopup-content.wcLightgrayTheme-content .wcErrorBox,[role=tooltip].wcPopup-content.wcLightgrayTheme-content .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcBody,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcBody{background:#fff!important;padding-top:20px;padding-bottom:20px}[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcFooter,[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcHeader{background:#f1f1f1!important;border:none}[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcHeader{color:#151618}[role=dialog].wcPopup-content.wcLightgrayTheme-content>.wcHeader h5,[role=tooltip].wcPopup-content.wcLightgrayTheme-content>.wcHeader h5{font-size:1.1em;font-weight:700}.wcEmoticonsPopup-content.wcLightgrayTheme-content a:hover{border:none}[role=dialog].wcPopup-content.wcColddarkTheme-content,[role=tooltip].wcPopup-content.wcColddarkTheme-content{background-color:#26323e;border-color:#2e3b49;-webkit-box-shadow:0 0 15px #000;box-shadow:0 0 15px #000;border-radius:5px;overflow:hidden}[role=dialog].wcPopup-content.wcColddarkTheme-content,[role=dialog].wcPopup-content.wcColddarkTheme-content *,[role=tooltip].wcPopup-content.wcColddarkTheme-content,[role=tooltip].wcPopup-content.wcColddarkTheme-content *{font:13px/22px 'Maven Pro',sans-serif;color:#cad6e2}[role=dialog].wcPopup-content.wcColddarkTheme-content a,[role=tooltip].wcPopup-content.wcColddarkTheme-content a{color:#24b4ff;-webkit-box-shadow:none;box-shadow:none}[role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional),[role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):active,[role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):focus,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button],[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button]:active,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button]:focus,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit],[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit]:active,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit]:focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional),[role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):active,[role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button],[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button]:active,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button]:focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit],[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit]:active,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#24b4ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#24b4ff),to(#0095e2))!important;background:linear-gradient(to bottom,#24b4ff 0,#0095e2 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b4ff', endColorstr='#0095e2', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}[role=dialog].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):hover,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=button]:hover,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=submit]:hover,[role=tooltip].wcPopup-content.wcColddarkTheme-content button:not(.wcFunctional):hover,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=button]:hover,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=submit]:hover{background:#57d6ff!important;background:-webkit-gradient(linear,left top,left bottom,from(#57d6ff),to(#24b4ff))!important;background:linear-gradient(to bottom,#57d6ff 0,#24b4ff 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#57d6ff', endColorstr='#24b4ff', GradientType=0 )!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=password],[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=text],[role=dialog].wcPopup-content.wcColddarkTheme-content textarea,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=password],[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=text],[role=tooltip].wcPopup-content.wcColddarkTheme-content textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#ecf3fb;border-radius:15px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent;color:#1a212b}[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=password]:focus,[role=dialog].wcPopup-content.wcColddarkTheme-content input[type=text]:focus,[role=dialog].wcPopup-content.wcColddarkTheme-content textarea:focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=password]:focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content input[type=text]:focus,[role=tooltip].wcPopup-content.wcColddarkTheme-content textarea:focus{background-color:#fff;border:1px solid transparent}[role=dialog].wcPopup-content.wcColddarkTheme-content ::-webkit-input-placeholder,[role=tooltip].wcPopup-content.wcColddarkTheme-content ::-webkit-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcColddarkTheme-content ::-moz-placeholder,[role=tooltip].wcPopup-content.wcColddarkTheme-content ::-moz-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcColddarkTheme-content :-ms-input-placeholder,[role=tooltip].wcPopup-content.wcColddarkTheme-content :-ms-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcColddarkTheme-content ::-ms-input-placeholder,[role=tooltip].wcPopup-content.wcColddarkTheme-content ::-ms-input-placeholder{color:#465767;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcColddarkTheme-content ::placeholder,[role=tooltip].wcPopup-content.wcColddarkTheme-content ::placeholder{color:#465767;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcColddarkTheme-content progress,[role=dialog].wcPopup-content.wcColddarkTheme-content progress[role][aria-valuenow],[role=tooltip].wcPopup-content.wcColddarkTheme-content progress,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress[role][aria-valuenow]{background:#5c6d7f!important}[role=dialog].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-bar,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-bar{background:#5c6d7f}[role=dialog].wcPopup-content.wcColddarkTheme-content progress,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress{color:#24b4ff}[role=dialog].wcPopup-content.wcColddarkTheme-content progress::-moz-progress-bar,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-moz-progress-bar{background:#24b4ff}[role=dialog].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-value,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress::-webkit-progress-value{background:#24b4ff}[role=dialog].wcPopup-content.wcColddarkTheme-content progress[aria-valuenow]:before,[role=tooltip].wcPopup-content.wcColddarkTheme-content progress[aria-valuenow]:before{background:#24b4ff}@media screen and (-webkit-min-device-pixel-ratio:0){[role=dialog].wcPopup-content.wcColddarkTheme-content * button,[role=dialog].wcPopup-content.wcColddarkTheme-content * input,[role=dialog].wcPopup-content.wcColddarkTheme-content * select,[role=dialog].wcPopup-content.wcColddarkTheme-content * textarea,[role=tooltip].wcPopup-content.wcColddarkTheme-content * button,[role=tooltip].wcPopup-content.wcColddarkTheme-content * input,[role=tooltip].wcPopup-content.wcColddarkTheme-content * select,[role=tooltip].wcPopup-content.wcColddarkTheme-content * textarea{font-size:16px}}[role=dialog].wcPopup-content.wcColddarkTheme-content .wcErrorBox,[role=tooltip].wcPopup-content.wcColddarkTheme-content .wcErrorBox{color:#26323e;background-color:#ffe9e9;border-radius:5px;border:none}[role=dialog].wcPopup-content.wcColddarkTheme-content *,[role=tooltip].wcPopup-content.wcColddarkTheme-content *{color:#cad6e2}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcBody,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcBody{background-color:#202a35;padding-top:20px;padding-bottom:20px;color:#cad6e2}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcFooter,[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcHeader{background-color:#1a212b;border:none}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcHeader{color:#151618;border-bottom:1px solid #26323e}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcHeader h5,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcHeader h5{font-size:1.1em;font-weight:700;text-transform:uppercase;color:#fff}[role=dialog].wcPopup-content.wcColddarkTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcColddarkTheme-content>.wcFooter{border-top:1px solid #26323e}.wcEmoticonsPopup-content.wcColddarkTheme-content a{border:1px solid transparent}.wcEmoticonsPopup-content.wcColddarkTheme-content a:hover{background:#465767;border-color:#465767}.wcColorsPopup-content.wcColddarkTheme-content a{border-color:#7593aa}.wcInfoWindowPopup-content.wcColddarkTheme-content{height:120px}.wcInfoWindowPopup-content.wcColddarkTheme-content .wcContent .wcRight .wcName{font-size:1.3em;text-decoration:none}.wcRecentEmpty-content.wcColddarkTheme-content{height:50px}[role=dialog].wcPopup-content.wcAirflowTheme-content,[role=tooltip].wcPopup-content.wcAirflowTheme-content{border-color:#e1e8ed;-webkit-box-shadow:2px 2px 15px rgba(60,60,60,.1);box-shadow:2px 2px 15px rgba(60,60,60,.1);border-radius:15px;overflow:hidden}[role=dialog].wcPopup-content.wcAirflowTheme-content,[role=dialog].wcPopup-content.wcAirflowTheme-content *,[role=tooltip].wcPopup-content.wcAirflowTheme-content,[role=tooltip].wcPopup-content.wcAirflowTheme-content *{font:13px/22px 'Maven Pro',sans-serif;color:#0e2849}[role=dialog].wcPopup-content.wcAirflowTheme-content a,[role=tooltip].wcPopup-content.wcAirflowTheme-content a{color:#119bd4;-webkit-box-shadow:none;box-shadow:none}[role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional),[role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):active,[role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):focus,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button],[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button]:active,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button]:focus,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit],[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit]:active,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit]:focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional),[role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):active,[role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button],[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button]:active,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button]:focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit],[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit]:active,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit]:focus{border-radius:15px!important;background-image:none;background-repeat:no-repeat;border:0!important;color:#fff!important;padding:5px 20px!important;-webkit-box-shadow:none;box-shadow:none;font-weight:400!important;line-height:20px!important;height:40px;outline:0;min-height:40px!important;background:#0194d2!important;background:-webkit-gradient(linear,left top,left bottom,from(#0194d2),to(#0081b7))!important;background:linear-gradient(to bottom,#0194d2 0,#0081b7 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0194d2', endColorstr='#0081b7', GradientType=0 )!important;text-transform:none!important;-webkit-transition:all 250ms cubic-bezier(.62,.155,.47,.86);transition:all 250ms cubic-bezier(.62,.155,.47,.86)}[role=dialog].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):hover,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button]:hover,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=submit]:hover,[role=tooltip].wcPopup-content.wcAirflowTheme-content button:not(.wcFunctional):hover,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button]:hover,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=submit]:hover{background:#01567a!important;background:-webkit-gradient(linear,left top,left bottom,from(#01567a),to(#024460))!important;background:linear-gradient(to bottom,#01567a 0,#024460 100%)!important;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#01567a', endColorstr='#024460', GradientType=0 )!important;-webkit-box-shadow:none!important;box-shadow:none!important;font-weight:400!important}[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=password],[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=text],[role=dialog].wcPopup-content.wcAirflowTheme-content textarea,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=password],[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=text],[role=tooltip].wcPopup-content.wcAirflowTheme-content textarea{height:40px;font-size:1em;line-height:40px;-webkit-box-shadow:none;box-shadow:none;background-color:#fff;border-radius:15px;margin:0;outline:0 none;padding:4px;padding-left:15px;border:1px solid transparent}[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=password]:focus,[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=text]:focus,[role=dialog].wcPopup-content.wcAirflowTheme-content textarea:focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=password]:focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=text]:focus,[role=tooltip].wcPopup-content.wcAirflowTheme-content textarea:focus{background-color:#fff;border:1px solid transparent}[role=dialog].wcPopup-content.wcAirflowTheme-content ::-webkit-input-placeholder,[role=tooltip].wcPopup-content.wcAirflowTheme-content ::-webkit-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcAirflowTheme-content ::-moz-placeholder,[role=tooltip].wcPopup-content.wcAirflowTheme-content ::-moz-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcAirflowTheme-content :-ms-input-placeholder,[role=tooltip].wcPopup-content.wcAirflowTheme-content :-ms-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcAirflowTheme-content ::-ms-input-placeholder,[role=tooltip].wcPopup-content.wcAirflowTheme-content ::-ms-input-placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcAirflowTheme-content ::placeholder,[role=tooltip].wcPopup-content.wcAirflowTheme-content ::placeholder{color:#afb1b8;font-family:'Maven Pro',sans-serif}[role=dialog].wcPopup-content.wcAirflowTheme-content input[type=button].wcSubmit,[role=tooltip].wcPopup-content.wcAirflowTheme-content input[type=button].wcSubmit{border-radius:15px!important}[role=dialog].wcPopup-content.wcAirflowTheme-content progress,[role=dialog].wcPopup-content.wcAirflowTheme-content progress[role][aria-valuenow],[role=tooltip].wcPopup-content.wcAirflowTheme-content progress,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress[role][aria-valuenow]{background:#d7dfe3!important}[role=dialog].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-bar,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-bar{background:#d7dfe3}[role=dialog].wcPopup-content.wcAirflowTheme-content progress,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress{color:#0194d2}[role=dialog].wcPopup-content.wcAirflowTheme-content progress::-moz-progress-bar,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-moz-progress-bar{background:#0194d2}[role=dialog].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-value,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress::-webkit-progress-value{background:#0194d2}[role=dialog].wcPopup-content.wcAirflowTheme-content progress[aria-valuenow]:before,[role=tooltip].wcPopup-content.wcAirflowTheme-content progress[aria-valuenow]:before{background:#0194d2}@media screen and (-webkit-min-device-pixel-ratio:0){[role=dialog].wcPopup-content.wcAirflowTheme-content * button,[role=dialog].wcPopup-content.wcAirflowTheme-content * input,[role=dialog].wcPopup-content.wcAirflowTheme-content * select,[role=dialog].wcPopup-content.wcAirflowTheme-content * textarea,[role=tooltip].wcPopup-content.wcAirflowTheme-content * button,[role=tooltip].wcPopup-content.wcAirflowTheme-content * input,[role=tooltip].wcPopup-content.wcAirflowTheme-content * select,[role=tooltip].wcPopup-content.wcAirflowTheme-content * textarea{font-size:16px}}[role=dialog].wcPopup-content.wcAirflowTheme-content .wcErrorBox,[role=tooltip].wcPopup-content.wcAirflowTheme-content .wcErrorBox{border-radius:5px;background-color:#ffe9e9;border:none}[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcBody,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcBody{background:#fff!important;padding-top:20px;padding-bottom:20px}[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcFooter,[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcFooter,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader{background:#e9eef0!important;border:none}[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader{color:#151618}[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader h5,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader h5{font-size:1.1em;text-transform:uppercase}[role=dialog].wcPopup-content.wcAirflowTheme-content>.wcHeader .wcClose,[role=tooltip].wcPopup-content.wcAirflowTheme-content>.wcHeader .wcClose{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/themes/airflow/gfx/x.svg)}.wcEmoticonsPopup-content.wcAirflowTheme-content a:hover{border:none}.wcScrollOff{overflow:hidden}.wcClassic{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid #dfdfdf}.wcClassic.wcMobile .wcTitle{padding-bottom:2%;text-align:center}.wcClassic.wcMobile .wcTabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #dfdfdf}.wcClassic.wcMobile .wcTabs>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center;cursor:pointer;border-bottom:2px solid transparent}.wcClassic.wcMobile .wcTabs .wcTab.wcCurrent{border-bottom:2px solid #dfdfdf}.wcClassic.wcMobile .wcTabs .wcTabCustomize{background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/custom.svg) center center no-repeat;background-size:1em;vertical-align:middle}.wcClassic.wcMobile .wcTabs .wcTabCustomize .wcName{display:none}.wcClassic.wcMobile .wcTabs .wcTab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact{padding-top:6px}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab{height:30px;background-size:40%}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab .wcName{display:none}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent{background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/recent-chats-inactive.svg) center center no-repeat;vertical-align:middle;position:relative}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabRecent .wcRedCounter{right:0;position:absolute}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChats{background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/chats.svg) center center no-repeat;vertical-align:middle}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabUsers{background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/user.svg) center center no-repeat;vertical-align:middle}.wcClassic.wcMobile.wcSizeXXs .wcTabs.wcTabsCompact .wcTab.wcTabChannels{background:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/group.svg) center center no-repeat;vertical-align:middle}.wcClassic.wcMobile .wcTabContent{padding-top:2%;padding-bottom:2%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentChats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcMobile .wcTabContent.wcTabContentChats>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentChats .wcChannelEntry{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wcClassic.wcMobile .wcTabContent.wcTabContentChats .wcChannelEntry .wcDetails{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcClassic.wcMobile .wcTabContent.wcTabContentChannels{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcMobile .wcTabContent.wcTabContentChannels>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel:not(.wcInvisible)>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible) .wcChannel{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-right:2%;padding-left:2%}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcClassic.wcMobile .wcTabContent.wcTabContentChannel .wcChannelContainer:not(.wcInvisible).wcChannelContainerEmpty .wcEmptyChannel{font-size:.8em}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers:not(.wcInvisible){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels>.ScrollbarsCustom{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcMobile .wcTabContent.wcTabContentUsers .wcBrowser .wcChannels .wcChannelTrigger.wcFocusedChannel{font-weight:400}.wcClassic.wcMobile .wcTabContent .wcChannelEntry{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1px 5px}.wcClassic.wcMobile .wcTabContent .wcChannelEntry:active,.wcClassic.wcMobile .wcTabContent .wcChannelEntry:hover{background-color:#f7f7f7}.wcClassic.wcMobile .wcTabContent .wcChannelEntry.wcLockedChannel .wcName{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/lock-full.svg);background-position:right center;background-repeat:no-repeat;background-size:16px 16px;padding-right:20px}.wcClassic.wcMobile .wcTabContent .wcChannelEntry.wcUnLockedChannel .wcName{background-image:url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/lock-semi.svg);background-position:right center;background-repeat:no-repeat;background-size:16px 16px;padding-right:20px}.wcClassic.wcDesktop .wcTitle{position:relative;padding:2%}.wcClassic.wcDesktop .wcTitle .wcRecentTrigger{position:absolute;right:9px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wcClassic.wcDesktop .wcBody{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex}.wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcMessagesArea{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:2%;padding-left:1%}.wcClassic.wcDesktop .wcBody.wcBrowserAreaLeft .wcBrowserArea{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;padding-right:1%;padding-left:2%}.wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcBrowserArea{padding-right:2%;padding-left:1%}.wcClassic.wcDesktop .wcBody.wcBrowserAreaRight .wcMessagesArea{padding-left:2%;padding-right:1%}.wcClassic.wcDesktop .wcBody .wcMessagesArea{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:10px}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer{display:-webkit-box;display:-ms-flexbox;display:flex}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab{padding:3px 9px 3px 9px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-bottom:3px solid transparent}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent{border-bottom:3px solid #dfdfdf}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav{padding:5px;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcLeft{width:32px;height:26px;background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/arrow-left.svg) no-repeat 50%;background-size:100%;display:inline-block}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabsNav .wcRight{width:32px;height:26px;background:transparent url(//joburi-europa.com/wp-content/plugins/wise-chat/gfx/icons/arrow-right.svg) no-repeat 50%;background-size:100%;display:inline-block}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer.wcTabsTooMany .wcTabsNav{display:-webkit-box;display:-ms-flexbox;display:flex}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible){-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible) .wcChannel{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible).wcTabContentEmpty{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabContent:not(.wcInvisible).wcTabContentEmpty .wcEmptyChannel{font-size:.8em}.wcClassic.wcDesktop .wcBody .wcMessagesArea .wcCustomizations{padding:2%}.wcClassic.wcDesktop .wcBody .wcBrowserArea{-webkit-box-flex:0;-ms-flex:0 1 30%;flex:0 1 30%;min-width:30%}.wp-polls-archive { }
.wp-polls, .wp-polls-form { }
.wp-polls ul li, .wp-polls-ul li, .wp-polls-ans ul li {
text-align: left;
background-image: none;
display: block;
}
.wp-polls ul, .wp-polls-ul, .wp-polls-ans ul  {
text-align: left;
list-style: none;
float: none;
}
.wp-polls ul li:before, .wp-polls-ans ul li:before, #sidebar ul ul li:before {
content: '';
}
.wp-polls IMG, .wp-polls LABEL , .wp-polls INPUT, .wp-polls-loading IMG, .wp-polls-image IMG {
display: inline;
border: 0px;
padding: 0px;
margin: 0px;
}
.wp-polls-ul {
padding: 0px;
margin: 0px 0px 10px 10px;
}
.wp-polls-ans {
width:100%;
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1; }
.wp-polls-loading {
display: none;
text-align: center;
height: 16px;
line-height: 16px;
}
.wp-polls-image {
border: 0px;
}
.wp-polls .Buttons {
border:1px solid #c8c8c8;
background-color: #f3f6f8;
} .wp-polls-paging a, .wp-polls-paging a:link {
padding: 2px 4px 2px 4px; 
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;	
}
.wp-polls-paging a:visited {
padding: 2px 4px 2px 4px; 
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;	
}
.wp-polls-paging a:hover {	
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}
.wp-polls-paging a:active {
padding: 2px 4px 2px 4px; 
margin: 2px;
text-decoration: none;
border: 1px solid #0066cc;
color: #0066cc;
background-color: #FFFFFF;	
}
.wp-polls-paging span.pages {
padding: 2px 4px 2px 4px; 
margin: 2px 2px 2px 2px;
color: #000000;
border: 1px solid #000000;
background-color: #FFFFFF;
}
.wp-polls-paging span.current {
padding: 2px 4px 2px 4px; 
margin: 2px;
font-weight: bold;
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}
.wp-polls-paging span.extend {
padding: 2px 4px 2px 4px; 
margin: 2px;	
border: 1px solid #000000;
color: #000000;
background-color: #FFFFFF;
}