#platform-settings-page {
  background-color: white;
  position: absolute;
  z-index: 120;
  display: none;
  background-color: lightgrey;
  overflow-y: auto;
  top: 0px;
}

.instaconfigurell-device-content {
  left: 0px;
  position: absolute;
  width: 100%;
  top: 55px;
  background-color: white;
}

#platform-settings-content {
  left: 0px;
  /* top: 55px; */
  overflow-y: overlay;
  background-color: rgb(255, 255, 255);
  padding: 10px 10px 20px 10px;
  position: relative;
  width: 100%;
}

#platform-settings-content::-webkit-scrollbar {
  display: none;
}

.platform-settings-name {
  font-weight: 400 !important;
}
