#rap-overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
  }
  
  .rap-manager,
  .rap-target-container {
    display: inline-block;
    position: relative;
  }
  
  .rap-left {
    left: -20px !important;
  }
  
  .rap-bottom {
    top: 15px !important;
  }
  
  .rap-top {
    top: -15px !important;
  }
  
  .rap-right {
    left: 20px !important;
  }
  
  .ar {
    transform: rotate(-180deg);
  }
  
  .at {
    transform: rotate(90deg);
  }
  
  .ab {
    transform: rotate(-90deg);
  }
  
  .rap-popover-content {
    padding: 30px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 5px 35px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: visibility 0s linear 0.5s,
      opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1);
    min-width: 350px;
  }

.app_theme_dark .rap-popover-content {
  background: #303030;
  color: #fefefe;
}
.app_theme_dark .ar polygon{
  fill: #303030;
}
  