.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-10 {
  padding: 10px;
}

.font-12 {
  font-size: 12px;
}

.font-16 {
  font-size: 16px;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.text-center {
  text-align: center;
}

.lofty-overflow-hidden {
  overflow: hidden;
  height: 100vh;
}

.lofty-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #111111;
  font-size: 14px;
  font-weight: 400;
  min-height: 40px;
  line-height: 100%;
  color: #fff;
  border: 0;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
  border: none;
}

.lofty-btn.disabled {
  cursor: not-allowed !important;
  opacity: 0.3;
}

.lofty-btn[disabled] {
  cursor: no-drop !important;
  opacity: 0.3;
}

.lofty-hidden {
  display: none;
}

.lofty-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lofty-link, .lofty-a-link {
  color: rgb(76, 132, 255);
  text-decoration: underline;
  cursor: pointer;
}

.lofty-reset-style .form-wrap p,
.lofty-reset-style p.description,
.lofty-reset-style p.help,
.lofty-reset-style span.description {
  font-size: 13px;
  font-style: normal;
}
.lofty-reset-style ::-webkit-scrollbar {
  width: 0;
}
.lofty-reset-style ::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-radius: 0;
}
.lofty-reset-style ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.lofty-reset-style ::-webkit-scrollbar:hover::-webkit-scrollbar-thumb {
  background: #999;
}
.lofty-reset-style ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgba(32, 36, 55, 0.2);
  border-radius: 6px;
}

#wpbody-content {
  padding-bottom: 0;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 80px);
}
#wpbody-content .update-nag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#wpbody-content #app {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow: hidden;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.lofty-mobile-fix-bottom {
  position: fixed;
  width: 100vw;
  bottom: 0;
  left: 0;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
  z-index: 99999;
}

.lofty-under-mask-pop .pop-mask {
  z-index: 277777;
}
.lofty-under-mask-pop .pop {
  z-index: 280000;
}