#adp-graph-modal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #e9f1ff;
  border-radius: 5px;
  outline: 0;
}

#adp-graph-modal .modal-top {
  border-radius: 5px;
  display: flex;
  align-items: center;
  background-color: #3d74c7;
}

#adp-graph-modal .modal-ranking {
  width: 15%;
  background-color: #3d74c7;
  font-size: 15px;
  color: #FFF;
  text-align: center;
  border-top-left-radius: 3px;
}

#adp-graph-modal .modal-ranking span {
  display: block;
}

#adp-graph-modal .modal-ranking span.modal-overall-rank {
  font-weight: 700;
}

#adp-graph-modal .modal-ranking span.modal-position-rank {
  font-size: 12px;
  font-weight: 400;
}

#adp-graph-modal .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-right-radius: 3px;
  width: 85%;
  background-color: #FFf;
}

#adp-graph-modal .modal-title {
  font-size: 12px;
  font-weight: 400;
  color: #687087;
}

#adp-graph-modal .modal-title span.player-name {
  color: #043173;
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 1em;
}

#adp-graph-modal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
  width: 85%;
  max-width: 85%;
  margin-left: auto;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*# sourceMappingURL=trend-modal.css.map */
