.elements-plus-banner {
  border-radius: 3px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.elements-plus-settings-wrap .page-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}

.elements-plus-settings-wrap .page-subtitle {
  margin-bottom: 30px;
}

.elements-plus-settings-wrap .submit {
  margin: 0;
}

.elements-plus-settings {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elements-plus-setting {
  padding: 15px;
  margin: 0 10px 20px;
  background: #fff;
  width: calc(33.33333% - 50px);
}

.elements-plus-setting h2 {
  margin: 0 0 8px;
}

.elements-plus-setting h2 em {
  color: #0181A3;
  font-style: normal;
}

.elements-plus-setting input[type="text"],
.elements-plus-setting select {
  min-width: 0;
  width: 100%;
}

.elements-plus-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.elements-plus-content {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.elements-plus-content > .notice {
  margin-left: 0;
}

.elements-plus-sidebar {
  padding: 20px 20px 0 20px;
  width: 270px;
  margin-top: 63px;
}

@media (max-width: 1300px) {
  .elements-plus-setting {
    width: calc(50% - 50px);
  }
}

@media (max-width: 1024px) {
  .elements-plus-setting {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .elements-plus-sidebar {
    display: none;
  }
}