.igv-widgets-alert-dialog-container {
  box-sizing: content-box;
  position: absolute;
  z-index: 2048;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 200px;
  border-color: #7F7F7F;
  border-radius: 4px;
  border-style: solid;
  border-width: thin;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: white;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  .igv-widgets-alert-dialog-container > div:first-child {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 24px;
    cursor: move;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-color: #7F7F7F;
    border-bottom-style: solid;
    border-bottom-width: thin;
    background-color: #eee; }
    .igv-widgets-alert-dialog-container > div:first-child div:first-child {
      padding-left: 8px; }
  .igv-widgets-alert-dialog-container #igv-widgets-alert-dialog-body {
    color: #7F7F7F;
    width: 100%;
    height: calc(100% - 24px - 64px);
    overflow-y: scroll; }
    .igv-widgets-alert-dialog-container #igv-widgets-alert-dialog-body #igv-widgets-alert-dialog-body-copy {
      cursor: pointer;
      margin: 16px;
      width: auto;
      height: auto;
      overflow-wrap: break-word;
      word-break: break-word;
      background-color: white;
      border: unset; }
  .igv-widgets-alert-dialog-container > div:last-child {
    width: 100%;
    margin-bottom: 10px;
    background-color: white;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .igv-widgets-alert-dialog-container > div:last-child div {
      margin: unset;
      width: 40px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      color: white;
      font-family: "Open Sans", sans-serif;
      font-size: small;
      font-weight: 400;
      border-color: #2B81AF;
      border-style: solid;
      border-width: thin;
      border-radius: 4px;
      background-color: #2B81AF; }
    .igv-widgets-alert-dialog-container > div:last-child div:hover {
      cursor: pointer;
      border-color: #25597f;
      background-color: #25597f; }

/*# sourceMappingURL=igv-widgets-alert-dialog.css.map */
