/** PPOM CSS **/

.ppom-wrapper {
  padding: 0 !important;
  clear: both;
  margin-bottom: 15px;
  width: 100%;
}

.ppom-wrapper span.show_description {
  font-size: 11px;
  color: #999;
  padding-left: 5px;
}

.ppom-wrapper span.show_required {
  color: red;
}

/** https://wordpress.org/support/topic/multiple-css-change-requests/ **/

/*.ppom-wrapper textarea{
  height: inherit !important;
  min-height: inherit !important;
  min-width: inherit !important;
}*/

/** hiding prices for related products **/

.related.products .amount-options {
  display: none;
}

/** hiding prices for upsell products **/

.upsells .amount-options {
  display: none;
}

/** price container **/

#ppom-price-container {}

#ppom-price-container ul li {
  list-style: none;
  line-height: 4px;
}

/*#ppom-price-container {
  text-align: center;
  background: #00DD88;
  background: -moz-linear-gradient(center top , #00DD88 0%, #00CC00 100%) repeat scroll 0 0 transparent;
  border-radius: 15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);  
  margin: 5px 0 10px 15px;
  position: absolute;
  right: -580px;
  width: 350px;
  min-height: 50px;
  display: none;
  z-index: 100;
}*/

#ppom-price-cloner-wrapper {
  display: none;
}

/** Ends price container **/

/** ========= palettes input design ========== **/

.ppom-palettes label>input {
  visibility: hidden;
  position: absolute;
}

.ppom-single-palette {
  margin: 2px;
}

.ppom-palettes label>input+.ppom-single-palette {
  cursor: pointer;
  text-align: center;
  width: 60px;
  height: 60px;
  float: left;
  border: 2px solid transparent;
  position: relative;
  color: #c73c3c;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  box-shadow: 0 0 8px #d9d4d4;
}

.ppom-palettes label>input:checked+.ppom-single-palette {
  border: 2px solid #000;
  margin-right: 10px;
}

.ppom-palettes .amount {
  position: absolute;
  /*background-color: rgba(0,0,0,0.5);*/
  bottom: 0;
  text-align: center;
  left: 0;
  width: 100%;
}

.ppom-single-palette:hover {
  -moz-box-shadow: 0px 0px 5px white;
  -webkit-box-shadow: 0px 0px 5px white;
  box-shadow: 0px 0px 8px white;
  z-index: 999;
}

/** ========= Ends palettes ============*/

/** ========= Image upload =============*/

.ppom_upload_image_box {
  /*border: 1px dashed;
  background: #eee;
  text-align: center;*/
}

.ppom_upload_image_box .pre_upload_image {
  /*width: 100px;
height: 100px;*/
  overflow: hidden;
  float: left;
  text-align: center;
  background-color: #FFF;
  margin: 5px;
  cursor: pointer;
  position: relative;
  max-width: 100px;
}

.ppom_upload_image_box .input_image {
  /*position: absolute;*/
  bottom: 0;
  background-color: #fff;
  width: 100%;
}

.p_u_i_name {
  background-color: #E0DFDF;
  overflow: hidden;
  margin: 0 auto;
  font-size: 13px;
  padding: 5px;
}

.nm-imagetools .fa {
  color: black;
}

/** ======== audio/video ======== **/

.ppom_audio_box .ppom_audio {
  text-align: center;
}

/** ========== File ========== **/

.ppom-file-container {
  background-color: #ccc;
  padding: 25px;
}

.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.ppom-dragdrop-text {
  display: block;
  font-style: italic;
}

.ppom-file-cb {
  display: none !important
}

/** ========= Ends Image upload =============*/

/** ========== prices handler ==============**/

.ppom-option-price-list li>span:first-child {
  padding: 10px;
  float: left;
  clear: both;
}

.ppom-option-price-list li>span:last-child {
  padding: 10px;
  float: right;
}

/** ==== variation quantity === */

.ppom-wrapper table td {
  text-align: center !important;
}

/** ========= PPOM Conditional Fields =========== */

.ppom-c-hide{
  display:none;
}

.ppom-c-show{
  display:block;
}

/*div[class^="ppom-locked-"],*/
/*div[class*=" ppom-locked-"] {*/
/*  display: none;*/
/*}*/

/** =========== Bulkquantity =============== */

#ppom-input-bulkquantity input[type=range] {
  -webkit-appearance: none;
  margin-top: 0.5rem;
  width: 100%;
  border: none !important;
  background: transparent;
  padding: 0;
}

#ppom-input-bulkquantity input[type=range]:focus {
  outline: none;
}

#ppom-input-bulkquantity input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.3rem;
  cursor: pointer;
  animate: 0.2s;
  background: #eee;
  border-radius: 5px;
}

#ppom-input-bulkquantity input[type=range]::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  border-radius: 0.5rem;
  background: #0275d8;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.35rem;
}

#ppom-input-bulkquantity input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.3rem;
  cursor: pointer;
  animate: 0.2s;
  background: #eee;
  border-radius: 5px 10px;
}

#ppom-input-bulkquantity input[type=range]::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  border-radius: 0.5rem;
  background: #0275d8;
  cursor: pointer;
}

#ppom-input-bulkquantity input[type=range]::-ms-track {
  width: 100%;
  height: 0.9rem;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  color: transparent;
}

#ppom-input-bulkquantity input[type=range]::-ms-fill-lower {
  background: #e1e1e1;
  border-radius: 10px 5px;
}

#ppom-input-bulkquantity input[type=range]::-ms-fill-upper {
  background: #eee;
  border-radius: 10px;
}

#ppom-input-bulkquantity input[type=range]::-ms-thumb {
  height: 1rem;
  width: 1rem;
  border-radius: 0.5rem;
  background: #0275d8;
  cursor: pointer;
}

#ppom-input-bulkquantity input[type=range]:focus::-ms-fill-lower {
  background: #eee;

}

#ppom-input-bulkquantity datalist {
  display: flex;
  justify-content: space-between;
  height: 6px;
  overflow: hidden;
  margin-top: -6px;
}

#ppom-input-bulkquantity datalist option::before {
  content: '';
  display: block;
  width: 0;
  border-right: 1px solid #DDD;
  height: 10px;
  padding-left: 3px;
  text-indent: 0;
}

/* ========== Croppie ========== */

.ppom-croppie-btn {
  display: none;
}

/* ========== Pre Images style ========== */

.nm-boxes-outer .pre_upload_image {
  float: left;
  margin-right: 5px;
  position: relative;
}

.ppom-image-overlay{
  position: absolute;
  bottom: 0;
  left:0;
  opacity: 0;
  width: 100%;
  text-align: center;
}

.pre_upload_image:hover{
  opacity: .7;
}

.pre_upload_image:hover .ppom-image-overlay{
  opacity: 1;
  background-image: url(//tc.zenixvr.com/wp-content/plugins/woocommerce-product-addon/css/share.png);
}

.ppom-popup-body.images{
  text-align: center;
}

.nm-boxes-outer input[type=radio],
.nm-boxes-outer input[type=checkbox] {
  display: none;
}

.nm-boxes-outer input+img {
  cursor: pointer;
  border: 2px solid transparent;
}

.nm-boxes-outer input:checked+img {
  border: 2px solid #f00;
}

.ppom-col {
  padding: 0 5px!important;
}

/* pricematrix */

.ppom-slider-container {
  margin: 10px auto;
}

.ppom-pricematrix-range {
  clear: both;
  border-bottom: 1px #ccc dashed;
}

#ppomSlider,
.ppom-range-bs-slider {
  width: 100%;
}

#ppomSlider .slider-selection {
  background: #81bfde;
}

.ppom-delete-option-table {
  color: red;
  cursor: pointer;
}

/*
    2- Helper Icon With Desciption CSS
*/

#ppom_tooltip {
  font-family: Ubuntu, sans-serif;
  font-size: 0.875em;
  text-align: center;
  text-shadow: 0 1px rgba( 0, 0, 0, .5);
  line-height: 1.5;
  color: #fff;
  background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
  background: -moz-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
  background: -ms-radial-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
  background: -o-linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
  background: linear-gradient( top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88));
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3);
  -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba( 0, 0, 0, .3);
  position: absolute;
  z-index: 10024;
  padding: 15px;
  overflow: visible;

}

#ppom_tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  border-top-color: rgba( 0, 0, 0, .7);
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#ppom_tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #333;
  border-bottom-color: rgba( 0, 0, 0, .6);
  top: -20px;
  bottom: auto;
}

#ppom_tooltip.left:after {
  left: 10px;
  margin: 0;
}

#ppom_tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

/*variation quantity grid view css*/

.ppom-quantity-box-cols {
  padding: 0px 0px 6px 0px;
  border: 1px solid gray;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  line-height: 15px;
  font-size: 11px;
}

.ppom-quantity-qty-section input {
  width: 20px;
}

.ppom-quantity-price-wrap {
  display: block;
  margin-top: -10px;
}

/** Hiding select options for variable products **/

/*option.ppom-variable-option{
  display: none;
}*/

/* Iris color-picker **/

.iris-picker .iris-square {
  margin-right: 8% !important;
}

/*====== Elementor Issue CSS ========*/

.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: block !important;
}

.elementor-add-to-cart form.cart {
  display: block !important;
}

/** ========= files uploaded filelist ======== */

.ppom-wrapper div.filelist {
  display: flex;
}

div.filelist .u_i_c_box {
  flex: 1;
}

.ppom-option-notice {
  color: red;
  padding: 5px;
  font-size: 17px;
  text-align: center;
}

.ppom-option-notice p {
  margin: 0 !important;
}

.nm-horizontal-layout .ppom-instock,
.ppom-quantities-grid .ppom-instock {
  display: block;
}

#powerTip {
  white-space: inherit !important;
  /*left: auto!important;*/
}

.ppom-wrapper .ppom-tooltip {
  cursor: help;
}

@media only screen and (max-width: 600px) {
  #powerTip {
    /*width: 200px !important;*/
  }
}

.woocommerce-js .ppom-flex-controller{
  display: block !important;
}

/*Nicenumber =/- css*/
.ppom-number-plusminus {
  display: inline-flex;
  justify-content: stretch;
}

.ppom-number-plusminus input {
  vertical-align: middle;
  -moz-appearance: textfield !important;
  box-sizing: content-box;
  margin: 0;
  text-align: center;
}

.ppom-number-plusminus input::-webkit-inner-spin-button,
.ppom-number-plusminus input::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

.ppom-cb-price {
    float: right;
}

.ppom-wrapper .ppom-input.date[readonly] {
  background: #fff;
}

.daterangepicker {
  z-index: 99999 !important;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  padding: 0;
}

.daterangepicker .drp-calendar.right {
  border-left: 1px solid #ddd;
}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-button .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );background-color:var( --e-global-color-accent );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-widget-image-box .elementor-image-box-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image-box .elementor-image-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon-box.elementor-view-framed .elementor-icon, .elementor-widget-icon-box.elementor-view-default .elementor-icon{fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title{color:var( --e-global-color-primary );}.elementor-widget-icon-box .elementor-icon-box-title, .elementor-widget-icon-box .elementor-icon-box-title a{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-icon-box .elementor-icon-box-description{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-star-rating .elementor-star-rating__title{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-icon-list .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-icon-list .elementor-icon-list-item > .elementor-icon-list-text, .elementor-widget-icon-list .elementor-icon-list-item > a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-icon-list .elementor-icon-list-text{color:var( --e-global-color-secondary );}.elementor-widget-counter .elementor-counter-number-wrapper{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-counter .elementor-counter-title{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar{background-color:var( --e-global-color-primary );}.elementor-widget-progress .elementor-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-testimonial .elementor-testimonial-name{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-testimonial .elementor-testimonial-job{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-tabs .elementor-tab-title, .elementor-widget-tabs .elementor-tab-title a{color:var( --e-global-color-primary );}.elementor-widget-tabs .elementor-tab-title.elementor-active,
					 .elementor-widget-tabs .elementor-tab-title.elementor-active a{color:var( --e-global-color-accent );}.elementor-widget-tabs .elementor-tab-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-tabs .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-accordion .elementor-accordion-icon, .elementor-widget-accordion .elementor-accordion-title{color:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-accordion-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon, .elementor-widget-accordion .elementor-active .elementor-accordion-title{color:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg{fill:var( --e-global-color-accent );}.elementor-widget-accordion .elementor-accordion-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-accordion .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-toggle .elementor-toggle-title, .elementor-widget-toggle .elementor-toggle-icon{color:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-toggle-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-toggle .elementor-tab-title.elementor-active a, .elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon{color:var( --e-global-color-accent );}.elementor-widget-toggle .elementor-toggle-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-toggle .elementor-tab-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-alert .elementor-alert-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-alert .elementor-alert-description{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-path{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
    width: 100%;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    /* -webkit-backface-visibility: hidden; */
    /* -webkit-tap-highlight-color: transparent; */
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
    margin: 0;
}

.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 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.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(//tc.zenixvr.com/wp-content/plugins/pt-novo-shortcodes/assets/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*...Friend list section...*/

.wbcaBodyHolder{
	clear:both;
	background-color:#ffffff;
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-radius: 0px 0px 5px 5px;
}

.wpbot-saas-live-chat{
	border-radius: 0px 0px 5px 5px;
}

.wbcaBody {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: baseline;
	/*box-shadow: 0px 3px 1px -3px;*/
	font-size:13px;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
}
.live-chat {
    width: 65px;
    box-shadow: 0px 3px 9px -6px;
    border-radius: 50%;
    height: 65px;
}
.chatbot-shortcode-row .wbcaBody, .chatbot-theme-shortcode-container .wbcaBody{
	min-height: 620px;
}
.chatbot-shortcode-row #wbca_chat_body, .chatbot-theme-shortcode-container #wbca_chat_body{
	min-height: 575px;
}
.chatbot-shortcode-row .wpbot-saas-live-chat, .chatbot-theme-shortcode-container .wpbot-saas-live-chat{
	min-width: 375px;
}

.wbcaBodyLoading{
	background: url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/loading.gif) center center no-repeat;
	height:50px;
}
.wbcaTitle {
	cursor:pointer;
	background-color:#1e88e5;
	border-bottom:1px solid #1565c0;
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	-o-border-radius:4px 4px 0 0;
	color:#ffffff;
}

.listOpenIcon:hover, .close:hover, .minus.hover, span.chatCloseIcon:hover{
	opacity:0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
	filter: alpha(opacity=70);
}
.wbcaTitle span{
	display:inline-block;
	font-size: 14px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.wbcaTitle span.chat-member{
	padding: 0px 5px;
}
.wbcaTitle span.chatIcon{
	width:16px; 
	height:16px;
	margin: 0px 10px;
	margin-top: 10px;
	float: left;
}
.wbcaTitle span.chatIcon.wbca_email{
	margin-top: 10px;
}
.wbcaTitle span.wbca_chat{
	background:url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/wbca_chat.png) no-repeat center center;
}

.wbcaTitle span.chatIcon img{
	border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.wbcaTitle span.listOpenIcon, .wbcaTitle span.chatCloseIcon{
	width:21px; height:21px;
	display:inline-block;
	float: right;
 	margin: 5px 10px 5px 0px;
	font-size:16px;
	line-height:21px;
	text-align:center;
}
.wbcaTitle span.chatCloseIcon{
	margin-top:6px;
	font-size: 20px;
    font-weight: 400;
}
/*...chat body section...*/

.wbca_chat_wrap {
	width: 100%;
}

#wbca_chat_body {
	overflow-x: hidden;
	overflow-y: auto;
	vertical-align: baseline;
	width:95%;
    padding-left: 10px;
}
#wbca_chat_footer {
	position:relative;
	height: 34px;
}

.wbcaBody #wbca_chat_footer input[type="text"] {
	width: 100%;
	border: none;
	padding: 8px 10px;
	margin: 0;
	font-size: 13px;
	background-color:transparent;
	border:0px;
	border-top:1px solid #EBEBEB;
}
a.btn-send-message {
    width: 70px;
    position: absolute;
    height: 64px;
    left: 290px;
}
.wbca_float_right_footer [type=file] + label {
    margin: 0;
    padding: 0;
    line-height: 0;
}
.wbcaBody #wbca_chat_footer > input:focus {
	background-color:#ffffff;
	outline: 0
}
.wbcaUser {
	float: left;
	max-width: 200px;
	margin: 5px 10px;
	font-size: 13px;
}

.wbcaEvents {
	float: right;
	margin:5px 8px 0px 10px;
}
.wbcaEvents i.close{
	display:inline-block; 
	width:21px; height:21px;
	font-size:28px;
	line-height:21px;
	text-align:center;
}
.wbcaEvents i{
	font-size:18px;
	margin-left:10px;
}

.wbcaOnline {
	color: #94CC66;
	font-size: 14px;
	margin-right: 3px;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity=90);
}
/*...message section...*/
.leftMessage {
	margin-right:5px;
	max-width: 78%;
}
.rightMessage{
	margin-left:5px;
}

/*...user online status...*/

i.chat_online_circle{
	background:url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/online.png) no-repeat;
	background-size:100%;
	-webkit-background-size: 100%;           /* Safari 3.0 */
     -moz-background-size: 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100%; 
}
i.chat_offline_circle{
	background:url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/offline.png) no-repeat;
	background-size:100%;
	-webkit-background-size: 100%;           /* Safari 3.0 */
     -moz-background-size: 100%;           /* Gecko 1.9.2 (Firefox 3.6) */
       -o-background-size: 100%; 
}


/*......... register, login, message .............................*/

.wbca_message_wrap, .wbca_login_wrap, .wbca_logres_wrap, .wbca_register_wrap, .wbca_signup_wrap{
	padding:10px;
}
.wbca_register_wrap, .open-log-in, .wbca-hide{
	display:none;
}
.wbca_signup_wrap{
	    margin: 15% 0;
}
#wbca_type_suggest{
	margin: 10px;
    background: #f5f5f5;
    padding: 10px;
}
#wbca_type_suggest p{
	margin:0;
	padding:0;
}
.wbca_login_wrap .wbca_login_submit{
	display:inline-block;
}

.wbca_login_wrap .wbca_login_submit{
	text-align:right;
	width:44%;
}

.wbcaBody button:hover{
	background-color: #90a4ae;
}
.wbca_logres_wrap{
	padding:5px 0;
	text-align:center;
}
.wbcaBody textarea{
	height:80px;
}

/*..Ticker..... */

#wbca_type_suggest{
	position: relative;
}

#wbca_type_suggest .cursor{
	display: inline-block; 
	background: #565c61; 
	width: 1px; 
	height: 14px; 
	text-align: center;
}


/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
#wbcaChatWindow{
	width:100%;
}
}


/* ----------- iPhone 6 ----------- */

@media (max-width: 320px){
	#wbcaChatWindow{
		width:100%;
	}
}

span.wbca_mobile_ChatIcon.wbca_chat{
	min-width:34px;
	height:34px;
	border-radius:17px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	position:fixed;
	right:0px;
	bottom:34px;
	cursor:pointer;
	z-index:90000;
}
.wbca_mobile_Chat{
	display:inline-block;
	margin-left: 35px;
	margin-right: 15px;
	line-height: 34px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}

span.wbca_mobile_ChatIcon.wbca_chat {
	background: #1e88e5 url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/wbca_chat.png) no-repeat 9px center;
}

/* ----------- iPhone 4, 4S, 5, 5s, 6, 6+ ----------- */


/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
  only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
  only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait),
  only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait),
  only screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait),
  only screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
	#wbcaChatWindow{
		width:100%;
	}
} 
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape),
  only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape),
  only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape),
  only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape),
  only screen 
  and (device-width: 360px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape),
  only screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: landscape) {
	#wbcaChatWindow{
		width:100%;
	}
}
/* Portrait and Landscape ipad mini, 1, 2 */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	#wbcaChatWindow{
		width:100%;
	}	  

}
/* Portrait and Landscape 3, 4 */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	#wbcaChatWindow{
		width:100%;
	}
}
/* ----------- Non-Retina Screens ----------- */
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
	#wbcaChatWindow{
		width:100%;
	}
}
.wbca_header_txt{}
.wbca_header_txt p{font-size: 18px;text-align: center;}
.live-chat {
    background: #15b860 !important;
    color: #fff !important;
    border-radius: 5px 0 0 5px !important;
	font-size: 16px !important;
	height:auto !important;
	    cursor: pointer;
}
.wbcaTitle {
    display: flex;
}
.wbcaBodyHolder {
    border-bottom: 1px solid #EAEAEA;
}
.wbca_admin_message_row .wbcaMessage{

     background-color: #15b860;
    border-bottom-color: #15b860;	
	color: #fff;	
	max-width: 80%;
}
.wbca_client_message_row .wbcaMessage {
    background-color: #a4f3f6 !important;
    border-bottom-color: #a4f3f6 !important;
    color: #181818 !important;
	max-width: 80%;
}
.wbcaTitle {
    background-color: #15b860;
    border-bottom: 1px solid #15b860;
}
.wbcaContent {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.floting_live_chat {
    background: none !important;
    border: 2px solid #15b860 !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
     box-shadow: #767580 0px 4px 20px;
}
.wbcaTitle {
    background-color: #1e88e5;
    border-bottom: 1px solid #1e88e5;
}
.wbca_signup_wrap {
    margin: 15% 0;
}
.wbca_message_wrap p{
    font-size: 18px;
    text-align: center;
    color: #5a5a5a;	
}
.wbcaBody {
    width: 100%;
}
.wbcaBody input[type="text"], .wbcaBody input[type="password"], .wbcaFooter textarea, .wbcaBody textarea, #wbca_add_search_form input[type="text"], #wbca_add_search_form textarea, #wbca_edit_form input[type="text"], #wbca_edit_form textarea {
    width: 100%;
    max-width: 328px;
}
.wbcaBody select.inputbox {
    width: 100%;
    padding: 9px;
    border: 1px solid #ddd;
}
.wbcaTitle {
    display: flex;
    justify-content: space-between;
}
select:focus, textarea:focus, input[type='url']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='date']:focus, input[type='email']:focus, input[type='number']:focus, input[type='search']:focus, input[type='password']:focus, span.select2-container--default .select2-selection--single:focus {
    outline: none;
    border-color: #3eaf7c;
}



.wbcaBody button.button:hover {
    color: #fff;
    background-color: #33b0d9;
	transform: translate3d(0, -3px, 0);
}
.wbcaBody button.button {
    background: #1e88e5 !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 10px 40px !important;
    margin: 10px 0 0 0 !important;
}
.wbcaBody input[type="text"], .wbcaBody input[type="password"], .wbcaFooter textarea, .wbcaBody textarea, #wbca_add_search_form input[type="text"], #wbca_add_search_form textarea, #wbca_edit_form input[type="text"], #wbca_edit_form textarea {
    padding: 12px 8px !important;
}

.wpbot-saas-live-chat {
/*    max-height: 815px !important;
	height: 80vh !important;*/
}

.wpbot-saas-live-chat {
    bottom: 130px !important;
	box-shadow: 0 5px 40px rgba(0,0,0,.16)!important;
}


.wbcaBody {
    background-color: #ffffff;
    border-radius: 0px 0px 5px 5px;
}

.rightMessage span {
    font-size: 9px;
    color: #636363;
}
.leftMessage span{
    font-size: 10px;
    color: #fff;
}
.live-chat img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.wbca_client_message_row .wbcaMessage {
    background-color: #f1f1f1 !important;
    border-bottom-color: #f1f1f1 !important;
}
.wbcaContent {
    font-size: 12px;
}
#wbca_chat_footer input{
}
.wbca_float_right_footer {
    float: right;
    background: url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/send.png);
	width: 25px;
    height: 57px;
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 20px;
    border-top: 1px solid #eee;
}
.wbca_float_left_footer {
    float: left;
    width: 76%;
}
.wbcaBody{
    max-height:685px !important;
}

.wpbot-saas-live-chat {
 max-height:715px !important; 
}
#wbca_chat_body{
	max-height:622px !important; 
}





/**************************************************************************
2. Ball Selector
**************************************************************************/
/*.floting_live_chat {
	position: relative;
	border-radius: 50%;
}
.floting_live_chat {
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	animation: spin 2s linear infinite;
	border: 3px solid transparent;
	border-top-color: #9370DB;
}*/
.floting_live_chat_animation:before {
	content: "";
	position: absolute;
	top: -9px;
	left: -9px;
	right: -9px;
	bottom: -9px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #BA55D3;
	animation: spin 3s linear infinite;
}
.floting_live_chat_animation:after {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #FF00FF;
	animation: spin 1.5s linear infinite;
}
 @keyframes spin {
 0% {
 -webkit-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes spinHide {
 0% {
 opacity: 0;
}
 100% {
 opacity: 0;
}
}











.wbca_float_right_footer [type=file] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.wbca_float_right_footer [type=file] + label {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: inherit;
  font-weight: 500;
  outline: none;
  position: relative;
  transition: all 0.3s;
  vertical-align: middle;
}
.wbca_float_right_footer [type=file] + label.btn-upload {
  overflow: hidden;
}
.wbca_float_right_footer [type=file] + label.btn-upload:before {
  font-size: 100%;
  height: 100%;
  right: 130%;
  line-height: 3.3;
  position: absolute;
  top: 0px;
  transition: all 0.3s;
}

.wbca_float_right_footer {
    width: 90px;
    display: flex;
    align-items: center;
}
.wbca_float_left_footer {
    float: left;
    width: 70%;
}

.wbca_float_right_footer label.btn-upload img {
    max-width: 22px !important;
}/* CSS Document */
/* .... Message body ... */
.wbca-admin-wrap ul{
	list-style:none;
	margin:0;
	padding:0;
}
.wbca_client_message_row, .wbca_admin_message_row {
	padding: 15px 0px 0px 0px;
}
.wbca_client_message_row:first-child, .wbca_admin_message_row:first-child {
	margin-top: 0px
}

.wbca_client_message_row:last-child, .wbca_admin_message_row:last-child {
	margin-bottom: 15px
}
.wbca_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	border:0px;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:8px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	text-transform:inherit;
}
.wbca_button:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.wbca_button:active {
	position:relative;
	top:1px;
}

.wbcaBody button.button {
	min-width: 100px;
	max-width: 250px;
	display: block;
	margin: 1em 0;
	padding: .5em 1.2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	border: 1px solid #eaeaea;
	font-size: 1.15em;
	text-transform: inherit;
}
.wbcaBody button.button:focus {
	outline: none;
}
.wbcaBody button.button > span {
	vertical-align: middle;
}
/* Ujarak */
.wbcaBody .button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}
.wbcaBody .button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #37474f;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.wbcaBody .button--ujarak,
.wbcaBody .button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.wbcaBody .button--ujarak:hover {
	color: #fff;
	border-color: #37474f;
}
.wbcaBody .button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.wbcaBody input[type="text"], 
.wbcaBody input[type="password"],
.wbcaFooter textarea,
.wbcaBody textarea,
#wbca_add_search_form input[type="text"],
#wbca_add_search_form textarea,
#wbca_edit_form input[type="text"],
#wbca_edit_form textarea{
	border: 1px solid #eaeaea;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
	background-color: transparent;
	background-image:none;
	font-family: inherit;
	border-radius: 0px;
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 13px;
	margin: 0px 0px 6px;
	padding: .7em;
	transition: all 0.15s linear 0s;
	width:100%;
}
 
#wbca_chat_footer input[type="text"]:focus, .wbcaFooter textarea:focus{
	background-color:transparent;
}
#wbca_chat_footer input[type="text"], .wbcaFooter textarea{
	margin: 0px;
	background-color:transparent;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#wbcaChatWindow input::-webkit-input-placeholder, 
.wbca-admin-wrap input::-webkit-input-placeholder,
#wbcaChatWindow textarea::-webkit-input-placeholder, 
.wbca-admin-wrap textarea::-webkit-input-placeholder {
   color: #757575;
}
#wbcaChatWindow input:-moz-placeholder, 
.wbca-admin-wrap input:-moz-placeholder,
#wbcaChatWindow textarea::-webkit-input-placeholder, 
.wbca-admin-wrap textarea::-webkit-input-placeholder{
   color: #757575;  
}
#wbcaChatWindow input::-moz-placeholder, 
.wbca-admin-wrap input::-moz-placeholder,
#wbcaChatWindow textarea::-webkit-input-placeholder, 
.wbca-admin-wrap textarea::-webkit-input-placeholder{
   color: #757575; 
}
#wbcaChatWindow input:-ms-input-placeholder, 
.wbca-admin-wrap input:-ms-input-placeholder,
#wbcaChatWindow textarea::-webkit-input-placeholder, 
.wbca-admin-wrap textarea::-webkit-input-placeholder{  
   color: #757575;  
}
.wbcaMessage {
	font-size: 13px;
	background-color:#ffffff;
	display: block;
	color: #373E4D;
	min-height: 14px;
	padding: 3px 10px;
	position: relative;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	border-bottom: 1px solid #c2c2c2;
}
/* .wbcaMessage:after, .wbcaMessage:before{
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
} */
/* .rightMessage:after, .leftMessage:after{border-width: 7px; margin-top: -7px;} 
.rightMessage:before, .leftMessage:before{border-width: 8px; margin-top: -8px;}

.rightMessage:after, .rightMessage:before {
	left: 100%;
	top: 13px;
	border-bottom: transparent;
} */

.leftMessage:after, .leftMessage:before {
	right: 100%;
	top: 13px;
	border-bottom: transparent;
}

.leftMessage:after{border-color: rgba(255, 255, 255, 0);border-right-color: #ffffff;}
.leftMessage:before{border-color: rgba(218, 222, 225, 0);border-right-color: #ffffff;}
.rightMessage:after{border-color: rgba(255, 255, 255, 0);border-left-color: #ffffff;}
.rightMessage:before{border-color: rgba(218, 222, 225, 0);border-left-color: #ffffff;}

	
.wbca_image > img {
	height: 32px;
	width: 32px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
}
.floatLeft, .leftImage {
	float: left;
}
.floatRight, .rightImage {
	float: right;
}

.leftMessage {
	margin-left: 8px;
	float:left;
}
.rightMessage{
	margin-right: 8px;
	float:right;
}
.leftMessage, .rightMessage{
	position:relative;
}
.wbca-clear:after, .wbca-clear:before {
     visibility: hidden;
     display: table;
     font-size: 0;
     content: " ";
     clear: both;
     height: 1px; 
	 margin-top:-1px;
}

* html .wbca-clear { height: 1px; margin-top:-1px;}

/*.........Sound alert .............................*/

#wbca_alert{position:fixed; bottom:0; left:0; display:none;}

.wbca_error, .wbca_success{
	padding: 10px;
	margin: 0 0 10px;
	display:block;
	
}
.wbca_error{ 
	color:#ED4337;
	background-color: #f2dede;
}
.wbca_success{
	color: #008000;
	background-color: #dff0d8;
}
.wbca_hide, #wbca_msg_notify, #wbca_type_suggest{
	display:none;
}
.wbca_center{
	text-align:center;
}
.wbca_spinnerx16{
	background-image:url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/loaderx16.gif);
	background-repeat:no-repeat;
	display:inline-block;
	width:16px;
	height:16px;
}
i.wbca_delete{
	position:absolute;
	top:50%;
	right:50%;
	margin-top:-8px;
	margin-right:-8px;
}
i.wbca_btn_spin{
	margin-left: 5px;
    margin-bottom: -3px;
}
i.wbca_left_spin{
	margin-right: 5px;
    margin-bottom: -3px;
}
.livechat-select-department{
    width: 100% !important;
    padding: 8px;
    border-color: #ddd !important;
	color: #777;
}
/*....wbca_box .... */

.ispbox {position:absolute; display:none; padding:14px 17px; z-index:900; font-size:14px;}
.ispinner {padding:15px; -moz-border-radius:5px; border-radius:5px; background:#fff url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/loaderx16.gif) no-repeat 50% 50%; border-right:1px solid #333; border-bottom:1px solid #333}
.ispmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; background:#000; z-index:800}
.ispclose {position:absolute; top:0px; right:0px; width:30px; height:30px; cursor:pointer; background:url(//tc.zenixvr.com/wp-content/plugins/wpbot-pro-master/addons/live-chat-addon/images/close.png) no-repeat}
.ispclose:hover {background-position:0 -30px}

#wbca_box_error {background:#ff6969; color:#fff; text-shadow:1px 1px #cf5454; border-right:1px solid #000; border-bottom:1px solid #000; padding:0 ; font-size:14px;}
#wbca_box_error .ispcontent {padding:5px 14px 11px; border:1px solid #ffb8b8; -moz-border-radius:5px; border-radius:5px}
#wbca_box_success {background:#2ea125; color:#fff; text-shadow:1px 1px #1b6116; border-right:1px solid #000; border-bottom:1px solid #000; padding:5px 10px; -moz-border-radius:0; border-radius:0; font-size:14px;}
#bluemask {background:#4195aa}
#frameless {padding:0}
#frameless .ispclose {left:6px}

.ui.button .dashicons.dashicons-paperclip {
    font-size: 12px;
    width: 15px;
    height: 12px;
}