
.wpp-circle {
    width: 70px;
  
    height: 70px;
  
    background-color: #00b735;
  
    border-radius: 50%;
  
    display: flex;
  
    justify-content: center;
  
    align-items: center;
  
    position: fixed;
  
    right: 20px;
  
    bottom: 20px;
  
    z-index: 9999;
  
    cursor: pointer;
  
    transition: transform 0.2s !important;
  
    /* Animation */
  }
  
  .display-noneWpp {
    display: none;
  }
  
  .wpp-circle i {
    font-size: 38px;
  
    color: #fff;
  }
  
  .wpp-circle {
    transform: scale(1.1);
  }
  
  .pop-zap {
    width: 360px;
  
    box-shadow: 0px 0px 5.3px rgba(0, 0, 0, 0.044),
      0px 0px 17.9px rgba(0, 0, 0, 0.066), 0px 0px 80px rgba(0, 0, 0, 0.11);
  
    border-radius: 15px;
  
    position: fixed;
  
    right: 20px;
  
    bottom: 110px;
  
    z-index: 9999;
  }
  
  .headerWpp {
    width: 100%;
  
    height: 95px;
  
    background-color: #00b735;
  
    border-radius: 15px 15px 0px 0px;
  
    display: flex;
  
    flex-direction: column;
  
    color: #fff;
  
    justify-content: center;
  
    text-align: center;
  }
  
  .contentWpp {
    width: 100%;
  
    min-height: 75px;
  
    background-color: white;
  
    border-radius: 0px 0px 15px 15px;
  }
  
  .headerWpp label {
    text-align: center;
  }
  
  .localidadeWpp {
    display: flex;
  
    flex-direction: column;
  
    padding: 20px 20px;
  }
  
  .wppClicked {
    background: #00b735 !important;
  
    cursor: pointer !important;
  
    -webkit-transition: background-color 200ms linear;
  
    -ms-transition: background-color 200ms linear;
  
    transition: background-color 200ms linear;
  }
  
  .wppClicked label {
    cursor: pointer !important;
  }
  
  .wppClicked i {
    cursor: pointer !important;
  }
  
  .localidadeWpp select {
    color: grey;
  
    padding: 10px;
  
    border: 1px solid #e3e3e3;
  
    margin-bottom: 5px;
  
    border-radius: 6px;
  }
  
  .pesquisaWpp {
    border-radius: 100px;
  
    background: #d3d3d3;
  
    height: 38px;
  
    color: white;
  
    font-weight: bold;
  
    text-align: center;
  
    display: flex;
  
    justify-content: center;
  
    margin-top: 20px;
  
    cursor: not-allowed;
  }
  
  .pesquisaWpp label {
    padding-top: 6px;
  
    cursor: not-allowed;
  }
  
  .pesquisaWpp i {
    cursor: not-allowed;
  
    margin-left: 5px;
  }
  