.bb_va_popup {
  position: fixed;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  height: 62vh;
  min-height: 200px;
  width: 350px;
  z-index: 999999;
  background: #fff;
  position: fixed;
  right: 30px;
  bottom: 110px;
  box-shadow:  rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgba(0, 0, 0, 0.15) 0px 5px 30px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
  transition: 0.4s ease all;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px); }
  .bb_va_popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .bb_va_popup .popup-header {
    border-radius: 4px 4px 0px 0px;
    height: 48px;
    width: 100%;
    background-color: #2794da;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500; }
  .bb_va_popup .popup-body {
    background: #f9fafa;
    padding: 10px;
    max-height: calc(62vh - 102px);
    height: 100%;
    width: 100%;
    flex: 1 1 auto;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .bb_va_popup .popup-body::-webkit-scrollbar {
      display: none; }
    .bb_va_popup .popup-body .popup-body-command {
      cursor: pointer;
      border-radius: 4px;
      background-color: white;
      will-change: box-shadow;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(193, 203, 212, 0.7) 0px 0px 0px 1px inset, #c1cbd4 0px -1px 0px 0px inset;
      padding: 20px;
      margin-bottom: 3px;
      transition: all 550ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
      font-size: 13px;
      line-height: 19.5px; }
      .bb_va_popup .popup-body .popup-body-command.hiden {
        opacity: 0;
        visibility: hidden;
        height: 0px;
        padding: unset;
        margin: unset;
        box-shadow: unset; }
        .bb_va_popup .popup-body .popup-body-command.hiden .popup-body-command-title {
          color: transparent; }
        .bb_va_popup .popup-body .popup-body-command.hiden .popup-body-command-description {
          color: transparent; }
          .bb_va_popup .popup-body .popup-body-command .popup-body-command-description {
            color: rgb(114, 128, 142);
          line-height: 19.5px; }
      .bb_va_popup .popup-body .popup-body-command:hover {
        box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.14), rgba(193, 203, 212, 0.7) 0px 0px 0px 1px inset, #c1cbd4 0px -1px 0px 0px inset;
        transform: translate(0px, -2px);
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial; }
      .bb_va_popup .popup-body .popup-body-command .popup-body-command-title {
        font-weight: 500;
        margin-bottom: 5px;
        color: #0077cc; }
  .bb_va_popup .popup-footer {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px -11px 8px -10px rgba(0, 0, 0, 0.14);
    border-radius: 0px 0px 4px 4px;
    display: flex;
    height: 54px;
    background: #fff;
    border-top: 1px solid #cdcdcd;
    width: 100%; }
    .bb_va_popup .popup-footer input[type=text] {
      box-shadow: unset;
      outline: none;
      padding-right: 0px;
      width: 84%;
      height: 100%;
      border: unset;
      font-size: 13px;
      border-radius: 0px 0px 0px 4px; }
    .bb_va_popup .popup-footer a {
      padding: 16.5px;
      font-size: 16px;
      color: #bab7b2; }
      .bb_va_popup .popup-footer .wpva-button-micro.active {
        color: #0077cc; }
      
.bb_va_button_popup {
  border-radius: 60px;
  height: 60px;
  width: 60px;
  z-index: 999999;
  background: #2794DA;
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.14); }
  .bb_va_button_popup .bb_vs_popup_icon:before {
    content: '';
    position: absolute;
    opacity: 1;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../images/search.svg) center center no-repeat;
    background-size: 25px auto;
    transition: 0.4s ease all; }
  .bb_va_button_popup .bb_vs_popup_icon:after {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../images/cancel.svg) center center no-repeat;
    background-size: 14px auto;
    transition: 0.4s ease all;
    transform: scale(0) rotate(-360deg); }
  .bb_va_button_popup.active .bb_vs_popup_icon:before {
    opacity: 0;
    transform: scale(0) rotate(360deg); }
  .bb_va_button_popup.active .bb_vs_popup_icon:after {
    opacity: 1;
    transform: scale(1) rotate(0deg); }

#skitt-listening-box {
  display: flex !important; }

#skitt-ui {
  z-index: 9999 !important; }

.wpsg_raiting {
  display: inline-block; }
  .wpsg_raiting .wpsg_content_star {
    display: inline-block; }
    .wpsg_raiting .wpsg_content_star a {
      text-decoration: none;
      cursor: pointer;
      color: #ffda0b;
      padding: 1px;
      display: inline-block;
      font-size: 16px; }
      .wpsg_raiting .wpsg_content_star a:hover ~ a {
        color: #666666; }

/*# sourceMappingURL=style.css.map */
