body,
html {
  color: #11161a;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#message{
  text-align: left;
}
li {
  list-style: none;
}

.hide {
  display: none;
}

.show {
  display: block;
}
.mr {
  margin-right: 130px;
}
.content-panel {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 2px 2px 3px 0 rgb(117 124 129 / 12%);
  box-shadow: 2px 2px 3px 0 rgb(117 124 129 / 12%);
  border: 1px solid #c8cdd2;
  text-align: center;
}
.panel-tabs {
  display: flex;
}
.panel-tab {
  -ms-flex: auto;
  flex: auto;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.active {
  cursor: default;
  border: #2e3d49;
  background: #eeeeee;
  font-weight: 700;
}

.pad {
  background: #fff;
  padding: 20px;
}
