source/frontend/src/css/App.css [1049:1209]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  overflow: auto;
  display: fixed;
  flex-direction: column;
  justify-content: space-between;
}

.filterButton {
  width: 100% !important;
}

.zoomAccountDetails {
  margin: 1vh 1vw 1vh 1vw;
  display: inline-flex;
}

.importButtonCenter {
  width: 100%;
  margin: auto;
}

.importAccountDetails {
  margin: 1vh 1vw 1vh 1vw;
}

.importConfigModal {
  max-height: 80vh;
  overflow-y: scroll;
  padding: 1vh 1vw 1vh 1vw !important;
}

.regionItem {
  padding: 0 !important;
  padding-left: 16px !important;
}

.newImport {
  width: 100%;
}

.accountIdInput {
  padding: 0.4rem 0.4rem;
  margin-bottom: 1vh;
  color: #16191f;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #aab7b8;
  height: 2rem;
  font-size: 1.2rem;
}

.accountDetails {
  display: block;
  width: 100%;
}

.regionList {
  display: inline-flex;
  margin-bottom: 5%;
}

.importConfig {
  margin-top: 5%;
}

.Resizer {
  background: #fff;
  /* opacity: .2; */
  z-index: 99;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

.Resizer:hover {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid #f2f3f3;
  border-bottom: 5px solid #f2f3f3;
  cursor: row-resize;
  width: 100%;
}

.Resizer.horizontal:hover {
  border-top: 5px solid #232f3e;
  border-bottom: 5px solid #232f3e;
  background: #f2f3f3;
}

.resourceState {
  display: inline-flex;
  margin-left: 0.5vw;
}

.accountOrb {
  display: inline-flex;
  margin: auto;
}

.accountIdOrb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 0.2vw;
}

.accountId {
  font-size: 0.5rem;
  text-transform: capitalize;
}

.stateText {
  font-size: 1.7rem;
  text-transform: capitalize;
  margin-left: 0.5vw;
}

.greenDot {
  height: 15px;
  width: 15px;
  background-color: #1d8102;
  border-radius: 50%;
  display: inline-flex;
  margin: 0.2vw;
}

.amberDot {
  height: 15px;
  width: 15px;
  background-color: #ff9900;
  border-radius: 50%;
  display: inline-flex;
  margin: 0.2vw;
}

.redDot {
  height: 15px;
  width: 15px;
  background-color: #d13212;
  border-radius: 50%;
  display: inline-flex;
  margin: 0.2vw;
}

th {
  z-index: 10 !important;
}

.new-import-region-buttons {
  width: 100%;
  height: 5vh;
  position: relative;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/frontend/src/index.css [1029:1189]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  overflow: auto;
  display: fixed;
  flex-direction: column;
  justify-content: space-between;
}

.filterButton {
  width: 100% !important;
}

.zoomAccountDetails {
  margin: 1vh 1vw 1vh 1vw;
  display: inline-flex;
}

.importButtonCenter {
  width: 100%;
  margin: auto;
}

.importAccountDetails {
  margin: 1vh 1vw 1vh 1vw;
}

.importConfigModal {
  max-height: 80vh;
  overflow-y: scroll;
  padding: 1vh 1vw 1vh 1vw !important;
}

.regionItem {
  padding: 0 !important;
  padding-left: 16px !important;
}

.newImport {
  width: 100%;
}

.accountIdInput {
  padding: 0.4rem 0.4rem;
  margin-bottom: 1vh;
  color: #16191f;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #aab7b8;
  height: 2rem;
  font-size: 1.2rem;
}

.accountDetails {
  display: block;
  width: 100%;
}

.regionList {
  display: inline-flex;
  margin-bottom: 5%;
}

.importConfig {
  margin-top: 5%;
}

.Resizer {
  background: #fff;
  /* opacity: .2; */
  z-index: 99;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

.Resizer:hover {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.Resizer.horizontal {
  height: 11px;
  margin: -5px 0;
  border-top: 5px solid #f2f3f3;
  border-bottom: 5px solid #f2f3f3;
  cursor: row-resize;
  width: 100%;
}

.Resizer.horizontal:hover {
  border-top: 5px solid #232f3e;
  border-bottom: 5px solid #232f3e;
  background: #f2f3f3;
}

.resourceState {
  display: inline-flex;
  margin-left: 0.5vw;
}

.accountOrb {
  display: inline-flex;
  margin: auto;
}

.accountIdOrb {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 0.2vw;
}

.accountId {
  font-size: 0.5rem;
  text-transform: capitalize;
}

.stateText {
  font-size: 1.7rem;
  text-transform: capitalize;
  margin-left: 0.5vw;
}

.greenDot {
  height: 15px;
  width: 15px;
  background-color: #1d8102;
  border-radius: 50%;
  display: inline-flex;
  margin: 0.2vw;
}

.amberDot {
  height: 15px;
  width: 15px;
  background-color: #ff9900;
  border-radius: 50%;
  display: inline-flex;
  margin: 0.2vw;
}

.redDot {
  height: 15px;
  width: 15px;
  background-color: #d13212;
  border-radius: 50%;
  display: inline-flex;
  margin: 0.2vw;
}

th {
  z-index: 10 !important;
}

.new-import-region-buttons {
  width: 100%;
  height: 5vh;
  position: relative;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



