/* SPLUS mail setup page inside Settings. */
.listing.iconized li.splus-mailsetup > a:before {
  content: "\f658";
}
.splus-mailsetup-frame {
  height: calc(100vh - 4rem);
  min-height: 560px;
}
.splus-mailsetup-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
