.bar-david {
    width: 234px;
    height: 310px;
    border-radius: 0px 10px 10px 0px;
    position: fixed;
    top: calc(100vh / 2 - 160px);
    left: 0px;
    box-shadow: 0px 20px 40px rgba(112, 118, 137, 0.25);
    cursor: pointer;
    background-image: url('https://cdn2.hubspot.net/hubfs/403167/WEBSITE-2020/card-side-bar.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  @media only screen and (max-width:767px) {
    .bar-david {
      top: calc(100vh / 2 - 100px);
      width: 200px;
    }
  }
  .bar-david .bye {
    height: 30px;
    width: 30px;
    background-color: white;
    box-shadow: 0px 20px 40px rgba(112, 118, 137, 0.25);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -10px;
    cursor: pointer;
  }
  
  .rido {
    display: none;
  }
  
  /*# sourceMappingURL=sidebar.css.map */
  