/* Panel */
.sweap-panel {
  border: none;
  width: 100%;
  box-shadow: none;
}
.sweap-panel-heading {
  border-bottom: none;
  padding-bottom: 14px;
  font-weight: lighter;
  color: #747474;
}
.panel-wrapper {
  align-self: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 90vh;
}
.panel {
  background-color: transparent;
}
.panel-title {
  font-size: 30px;
  font-weight: 300;
}
.panel-body {
  padding: 40px;
  background-color: #fff;
  -webkit-box-shadow: 10px 7px 15px -6px rgba(0, 0, 0, 0.45);
  box-shadow: 10px 7px 15px -6px rgba(0, 0, 0, 0.45);
  border-radius: 5px;
}
.panel-body .small {
  color: #afafaf;
  font-size: 10px;
}
.icons {
  padding: 0 10%;
}
.icons .icon--text {
  color: #747474;
  font-size: 18px;
  font-weight: 300;
}
