#jmvstream__media-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 159900;
  }
  
  #jmvstream__media-modal-frame {
    overflow: auto;
    position: fixed;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 160000;
    min-height: 300px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 70%);
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  
  .jmvstream__iframe-section {
    display: flex;
    justify-content: center;
    margin: 1%;
  }

  .jmvstream__media-frame-title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    padding: 0 16px;
    font-size: 22px;
    line-height: 2;
    margin: 0;
    color: #1d2327;
    display: block;
    font-weight: 600;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
  }

  .jmvstream__add-icon {
    margin-right: 5px;
    cursor: pointer;
    min-width: 16px;
    min-height: 16px;
  }
  