.ip-size-chart-modal-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
  cursor: pointer;
}

.ip-size-chart-modal-window {
  background-color: white;
  position: absolute;
  top: 30%;
  left: 50%;
  translate: -50%;
  width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  cursor: initial;
}

#ip-size-chart th {
  background-color: #006ac6;
  color: white;
  padding: 10px;
}

#ip-size-chart tr:nth-child(even) {
  background-color: lightgray;
}

#ip-size-chart-close-x {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: bold;
}

#ip-size-chart-open {
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  width: 150px;
  border: none;
}
