@import "~cosmoUiVariables";

.modalPopup {
  width: 800px;
  height: 600px;
  background-color: $card_background;
  border-radius: 5px;
}

.modalContent {
  width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin: 0px;
  box-sizing: border-box;
}

%autoGlobalSwitch {
  width: 43px;
  height: 24px;
}

.autoGlobalOn {
  @extend %autoGlobalSwitch;
  background-image: url(/Auto_on_default.png);
  &:hover {
    background-image: url(/Auto_on_hover.png);
  }
}

.autoGlobalOff {
  @extend %autoGlobalSwitch;
  background-image: url(/Auto_off_default.png);
  &:hover {
    background-image: url(/Auto_off_hover.png);
  }
}

%section {
  margin-bottom: 20px;
}

.header {
  @extend %section;
}

.details {
  @extend %section;
  background-color: $card_background;
  display: flex;
  align-items: flex-start;
}

.map {
  flex-basis: 280px;
  margin-right:40px;
  position:relative;
}

.regionsList {
  flex-basis: 220px;
  padding:20px;
  height: 455px;
  text-transform: uppercase;
}


.frequenciesList {
  flex-basis: 220px;
  height: 455px;
}

.scrollable {
  height: 100%;
  overflow-y: scroll;
}
