#wpcontent {
  padding-left: 0; }

.notice {
  display: none; }

.notification-container-bottom-left {
  bottom: 30px !important; }

.notification-container-mobile-bottom {
  bottom: 60px !important; }

#belm-setting-root .belm-setting-header {
  padding: 20px 10px;
  background-color: white;
  box-shadow: 0px 1px 0px rgba(213, 213, 213, 0.5), 0px 1px 2px #eee;
  text-align: center; }
  #belm-setting-root .belm-setting-header .belm-setting-title {
    margin: 0px auto;
    max-width: 750px; }
    #belm-setting-root .belm-setting-header .belm-setting-title h1 {
      margin-top: 5px; }
  #belm-setting-root .belm-setting-header p:last-of-type {
    margin-bottom: 0; }

#belm-setting-root .belm-setting-container {
  max-width: 750px;
  margin: auto;
  margin-top: 30px; }
  #belm-setting-root .belm-setting-container .components-panel__row {
    margin-top: 0px;
    display: block; }

#belm-setting-root .belm-select-options-container {
  height: 40px;
  padding: 10px;
  display: flex;
  align-items: center; }
  #belm-setting-root .belm-select-options-container .belm-select-options-container-checkbox {
    width: 50px;
    text-align: center; }
    #belm-setting-root .belm-select-options-container .belm-select-options-container-checkbox input[type=checkbox] {
      margin: 0; }
  #belm-setting-root .belm-select-options-container .belm-select-options-container-select {
    width: 17%; }
  #belm-setting-root .belm-select-options-container .belm-select-options-container-button {
    width: 15%; }
    #belm-setting-root .belm-select-options-container .belm-select-options-container-button button {
      background-color: inherit;
      margin: 0; }
  #belm-setting-root .belm-select-options-container .belm-select-options-container-search {
    flex: 1;
    text-align: right; }

#belm-setting-root .belm-setting-list {
  margin: 0; }
  #belm-setting-root .belm-setting-list .belm-setting-list-item {
    padding: 10px;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e4e7;
    border-top: 1px solid #e2e4e7;
    margin-bottom: 0; }
    #belm-setting-root .belm-setting-list .belm-setting-list-item input[type=checkbox] {
      margin: 0; }
    #belm-setting-root .belm-setting-list .belm-setting-list-item h4 {
      margin: 0;
      font-size: 15px; }
    #belm-setting-root .belm-setting-list .belm-setting-list-item .belm-setting-list-item-container-checkbox {
      width: 50px;
      text-align: center; }
    #belm-setting-root .belm-setting-list .belm-setting-list-item .belm-setting-list-item-container-title {
      width: 70%; }
    #belm-setting-root .belm-setting-list .belm-setting-list-item .belm-setting-list-item-container-button {
      text-align: center; }
      #belm-setting-root .belm-setting-list .belm-setting-list-item .belm-setting-list-item-container-button .belm-setting-list-button {
        border: none;
        background-color: inherit;
        padding: 10px;
        color: #499bc8;
        width: 100px; }
      #belm-setting-root .belm-setting-list .belm-setting-list-item .belm-setting-list-item-container-button .belm-setting-list-button:hover {
        cursor: pointer; }

#belm-setting-root .belm-empty-search {
  text-align: center;
  border-top: 1px solid #e2e4e7; }
  #belm-setting-root .belm-empty-search p {
    font-size: 30px; }

#belm-setting-root ul {
  list-style: none; }

#belm-setting-root li.activate {
  border-left: 4px solid #f1f1f1; }

#belm-setting-root li.deactivate {
  border-left: 4px solid #499bc8;
  background-color: aliceblue; }
  #belm-setting-root li.deactivate .belm-setting-list-button {
    color: #497e99 !important;
    font-weight: 700; }

#belm-setting-root button:hover {
  cursor: pointer; }

#belm-setting-root .components-placeholder {
  background: transparent;
  box-shadow: none;
  margin-top: 25vh;
  margin-bottom: 25vh; }

#belm-setting-root .components-placeholder__fieldset {
  justify-content: center; }

#belm-setting-root .components-spinner {
  width: 80px;
  height: 80px; }

@media screen and (max-width: 782px) {
  .auto-fold #wpcontent {
    padding-left: 0; }
  #belm-setting-root .belm-select-options-container {
    display: block;
    height: auto; }
    #belm-setting-root .belm-select-options-container .belm-select-options-container-checkbox {
      display: inline-block; }
    #belm-setting-root .belm-select-options-container .belm-select-options-container-select {
      width: auto;
      display: inline-block; }
    #belm-setting-root .belm-select-options-container .belm-select-options-container-button {
      display: inline-block;
      width: auto;
      margin-left: 10px; }
    #belm-setting-root .belm-select-options-container .belm-select-options-container-search {
      text-align: left;
      margin-left: 50px;
      margin-top: 10px; } }

.notification-container-bottom-center, .notification-container-bottom-left, .notification-container-bottom-right, .notification-container-center, .notification-container-top-center, .notification-container-top-left, .notification-container-top-right {
  width: 325px;
  position: absolute;
  pointer-events: all; }

.notification-container-bottom-center, .notification-container-center, .notification-container-top-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: calc(50% - 162.5px); }

.notification-container-center {
  top: 20px;
  height: 100%;
  pointer-events: none; }

.notification-container-center .center-inner {
  width: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: all; }

.notification-container-top-center {
  top: 20px; }

.notification-container-bottom-center {
  bottom: 20px; }

.notification-container-top-left {
  left: 20px;
  top: 20px; }

.notification-container-top-right {
  right: 20px;
  top: 20px; }

.notification-container-bottom-left {
  left: 20px;
  bottom: 20px; }

.notification-container-bottom-right {
  bottom: 20px;
  right: 20px; }

.notification-container-mobile-bottom, .notification-container-mobile-top {
  pointer-events: all;
  position: absolute; }

.notification-container-mobile-top {
  right: 20px;
  left: 20px;
  top: 20px; }

.notification-container-mobile-bottom {
  right: 20px;
  left: 20px;
  bottom: 20px;
  margin-bottom: -15px; }

.notification-default {
  border-left: 8px solid #0562c7; }

.notification-default, .notification-default .timer {
  background-color: #007bff; }

.notification-default .timer-filler {
  background-color: #fff; }

.notification-default .notification-close {
  background-color: #007bff; }

.notification-success {
  border-left: 8px solid #1f8838; }

.notification-success, .notification-success .timer {
  background-color: #28a745; }

.notification-success .timer-filler {
  background-color: #fff; }

.notification-success .notification-close {
  background-color: #28a745; }

.notification-danger {
  border-left: 8px solid #bd1120; }

.notification-danger, .notification-danger .timer {
  background-color: #dc3545; }

.notification-danger .timer-filler {
  background-color: #fff; }

.notification-danger .notification-close {
  background-color: #dc3545; }

.notification-info {
  border-left: 8px solid #138b9e; }

.notification-info, .notification-info .timer {
  background-color: #17a2b8; }

.notification-info .timer-filler {
  background-color: #fff; }

.notification-info .notification-close {
  background-color: #17a2b8; }

.notification-warning {
  border-left: 8px solid #ce9c09; }

.notification-warning, .notification-warning .timer {
  background-color: #eab000; }

.notification-warning .timer-filler {
  background-color: #fff; }

.notification-warning .notification-close {
  background-color: #eab000; }

.notification-awesome {
  border-left: 8px solid #4c3fb1; }

.notification-awesome, .notification-awesome .timer {
  background-color: #685dc3; }

.notification-awesome .timer-filler {
  background-color: #fff; }

.notification-awesome .notification-close {
  background-color: #685dc3; }

@keyframes timer {
  0% {
    width: 100%; }
  to {
    width: 0; } }

.react-notification-root {
  position: fixed;
  z-index: 9000;
  pointer-events: none;
  width: 100%;
  height: 100%; }

.notification-item {
  display: flex;
  position: relative;
  border-radius: 3px;
  margin-bottom: 15px;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.2);
  cursor: pointer; }

.notification-item .timer {
  width: 100%;
  margin-top: 10px; }

.notification-item .timer, .notification-item .timer .timer-filler {
  height: 3px;
  border-radius: 5px; }

.notification-item .notification-title {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px; }

.notification-item .notification-message {
  color: #fff;
  max-width: calc(100% - 15px);
  font-size: 14px;
  line-height: 150%;
  word-wrap: break-word;
  margin-bottom: 0;
  margin-top: 0; }

.notification-item .notification-content {
  padding: 8px 15px;
  display: inline-block;
  width: 100%; }

.notification-item .notification-close {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px; }

.notification-item .notification-close:after {
  content: "\D7";
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  left: 50%;
  top: 50%; }

.notification-container-mobile-bottom .notification-item, .notification-container-mobile-bottom .notification-parent, .notification-container-mobile-top .notification-item, .notification-container-mobile-top .notification-parent {
  max-width: 100%;
  width: 100%; }

.notification-container-bottom-right .notification-parent, .notification-container-top-right .notification-parent {
  margin-left: auto; }

.notification-container-bottom-left .notification-parent, .notification-container-top-left .notification-parent {
  margin-right: auto; }

.notification-container-mobile-bottom .notification-parent, .notification-container-mobile-top .notification-parent {
  margin-left: auto;
  margin-right: auto; }

