@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,700");
@import url(loader.css);
@-moz-keyframes shimmer {
  0% {
    background-position: 500% 100%; }
  100% {
    background-position: 10000% 100%; } }
@-webkit-keyframes shimmer {
  0% {
    background-position: 500% 100%; }
  100% {
    background-position: 10000% 100%; } }
@keyframes shimmer {
  0% {
    background-position: 500% 100%; }
  100% {
    background-position: 10000% 100%; } }
*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0; }

body {
  font-family: 'Open Sans', sans-serif; }

.white-text {
  color: #ffffff; }

.theme-color-1-text {
  color: #5937b9; }

.theme-color-2-text {
  color: #61b872; }

.success-text {
  color: #4bb543; }

.error-text {
  color: #cc0000 !important; }

.dark-color-text {
  color: #515151; }

.secondary-text {
  color: #828282; }

.theme-bg-1 {
  background: #5937b9; }

.theme-bg-2 {
  background: #61b872; }

.disabled {
  opacity: 0.5 !important;
  cursor: default !important;
  pointer-events: none !important; }

.abs-pos, .valign-absolute, .valign-absolute-offset, .halign-absolute, .center-absolute, #preview-body .preview-overlay .load-msg {
  position: absolute; }

.fixed-pos {
  position: fixed; }

.relative-pos {
  position: relative; }

.full-width {
  width: 100%; }

.clearfix {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.cursor-pointer, #themes-section .theme .theme-btn, .btn-success {
  cursor: pointer;
  touch-action: manipulation; }

.hide {
  display: none; }

.hide-important {
  display: none !important; }

.padding-10, #login_page .login-sec .login-caption {
  padding: 10px; }

.padding-20, #login_page .login-sec {
  padding: 20px; }

.m-t-5 {
  margin-top: 5px; }

.m-t-10 {
  margin-top: 10px; }

.m-b-5 {
  margin-bottom: 5px; }

.m-b-10 {
  margin-bottom: 10px; }

.m-t-20, #login_page .login-sec input {
  margin-top: 20px; }

.m-b-20 {
  margin-bottom: 20px; }

.m-l-10 {
  margin-left: 10px; }

.italic {
  font-style: italic;
  font-weight: 200;
  font-size: 12px; }

.bold {
  font-weight: 600; }

.semi-bold {
  font-weight: 200; }

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

.col-centered {
  float: none;
  margin: auto; }

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

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

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

.default-text {
  font-size: 14px; }

.x-small-text {
  font-size: 10px; }

.xx-small-text {
  font-size: 8px; }

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

.x-large-text {
  font-size: 36px; }

.disabled-element {
  pointer-events: none;
  opacity: 0.5; }

.underline-text, a.underline-text, a.underline-text:link, a.underline-text:visited, a.underline-text:hover {
  text-decoration: underline; }

.fb-bg {
  background: #365899; }

.google-bg {
  background: #d34836; }

.default-blur {
  -webkit-filter: blur(2px);
  filter: blur(2px); }

.inline {
  display: inline-block; }

.inline-block-v-middle {
  display: inline-block;
  vertical-align: middle; }

.no-scroll {
  overflow: hidden; }

a, a:link, a:visited, a:hover {
  color: inherit;
  text-decoration: none; }

.valign-absolute {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

.valign-absolute-offset {
  top: 40%;
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%); }

.halign-absolute {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.center-absolute, #preview-body .preview-overlay .load-msg {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.full-screen {
  width: 100vw;
  height: 100vh; }

.hide-inplace {
  opacity: 0;
  pointer-events: none;
  cursor: default; }

.center, .form-editor .form-aligner, .form-editor .form-fields-body, .form-widget .form-fields-body {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important; }

.border-bottom {
  border-bottom: 1px solid #e2e2e2; }

.div-table {
  display: table;
  width: 100%; }
  .div-table .div-table-cell {
    display: table-cell; }
  .div-table .div-table-row {
    display: table-row; }

.default-inline-container > div, .widget-editor .template-selector .templates-container > div, .widget-editor .widget-title > div, .qs-editor .widget-title > div, .form-widget .fields-container .form-field-container > div {
  display: inline-block;
  vertical-align: middle; }

.top-inline-container > div {
  display: inline-block;
  vertical-align: top; }

.bottom-inline-container > div {
  display: inline-block;
  vertical-align: bottom; }

.shimmer {
  background-color: #e4e4e4;
  background-image: linear-gradient(90deg, #E1E1E0 0, #E5E5e5 20%, #e9e9e9 40%, #eeeeee);
  background-size: 99% 100%;
  background-repeat: no-repeat;
  animation: shimmer 1s linear 1ms infinite backwards;
  border-radius: 4px; }

.up-tab-container {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden; }
  .up-tab-container * {
    box-sizing: border-box; }
  .up-tab-container .up-tab-headers {
    width: 100%;
    white-space: nowrap;
    border-bottom: #462a9e 4px solid;
    background: #462a9e; }
    .up-tab-container .up-tab-headers .up-tab-header {
      overflow: hidden;
      text-overflow: ellipsis;
      transition: 0.2s;
      -webkit-transition: 0.2s;
      background: #cdcdcd;
      color: #fff;
      padding: 10px;
      text-align: center;
      text-transform: uppercase;
      cursor: pointer; }
      .up-tab-container .up-tab-headers .up-tab-header:nth-child(even) {
        background: #a9a9a9; }
      .up-tab-container .up-tab-headers .up-tab-header.active {
        background: #462a9e;
        font-weight: bold; }
  .up-tab-container .up-tab-contents {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    border: 1px solid #a9a9a9;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 1px 1px 5px rgba(86, 84, 86, 0.3);
    -webkit-box-shadow: 1px 1px 5px rgba(86, 84, 86, 0.3); }
    .up-tab-container .up-tab-contents .up-tab-content {
      width: 100%;
      transition: 0.2s;
      -webkit-transition: 0.2s; }
      .up-tab-container .up-tab-contents .up-tab-content * {
        white-space: normal; }

.up-slider {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  border: 1px solid #e2e2e2;
  border-radius: 4px; }

.up-list-container {
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  overflow: hidden; }
  .up-list-container * {
    box-sizing: border-box; }
  .up-list-container .up-table-header {
    width: 100%;
    overflow: hidden; }

.up-table-container {
  overflow: overflow;
  overflow-x: hidden; }

table.up-table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  color: #fff; }
  table.up-table td, table.up-table th {
    border-width: 0px;
    border-color: #ffffff;
    border-style: solid;
    padding: 0px;
    text-align: center; }
    table.up-table td > div, table.up-table th > div {
      padding: 12px 5px; }
  table.up-table th {
    border-bottom: 1px solid #e2e2e2; }
    table.up-table th > div {
      font-weight: bold;
      padding: 15px 5px;
      color: #6aa9dd; }
  table.up-table tbody tr {
    cursor: pointer; }
    table.up-table tbody tr.active {
      background-color: #e2e2e2 !important;
      color: #fff; }
    table.up-table tbody tr:nth-child(even) {
      background-color: #f2f2f2; }
  table.up-table td {
    color: #515151; }
  table.up-table thead {
    background-color: #f6f7f8;
    background-image: -webkit-linear-gradient(#fff, #efefef);
    background-image: linear-gradient(#fff, #efefef);
    color: #515151; }
    table.up-table thead .sort-icons {
      margin-left: 3px;
      white-space: nowrap; }
      table.up-table thead .sort-icons img {
        width: 12px; }
    table.up-table thead .sortable-col {
      color: #4693d4; }
      table.up-table thead .sortable-col .up, table.up-table thead .sortable-col .down {
        display: none; }
    table.up-table thead .sortable-col[order^="asc"] .up, table.up-table thead .sortable-col[order^="asc"] .both {
      display: none; }
    table.up-table thead .sortable-col[order^="asc"] .down {
      margin-left: 0;
      display: inline-block; }
    table.up-table thead .sortable-col[order^="desc"] .down, table.up-table thead .sortable-col[order^="desc"] .both {
      display: none; }
    table.up-table thead .sortable-col[order^="desc"] .up {
      margin-left: 0;
      display: inline-block; }

.scrollbar-style::-webkit-scrollbar, .Select-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #f2f2f2; }
.scrollbar-style::-webkit-scrollbar-thumb, .Select-menu::-webkit-scrollbar-thumb {
  background-color: #6cbd7b;
  border-radius: 10px; }
.scrollbar-style::-webkit-scrollbar-thumb:hover, .Select-menu::-webkit-scrollbar-thumb:hover {
  background-color: #61b872;
  border: 1px solid #61b872; }
.scrollbar-style::-webkit-scrollbar-thumb:active, .Select-menu::-webkit-scrollbar-thumb:active {
  background-color: #61b872;
  border: 1px solid #61b872; }
.scrollbar-style::-webkit-scrollbar-track, .Select-menu::-webkit-scrollbar-track {
  border: 1px gray #e2e2e2;
  border-radius: 10px; }

.flat-scrollbar {
  overflow-y: overflow; }
  .flat-scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f1f1f1;
    display: none; }
  .flat-scrollbar::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 5px; }
  .flat-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #c1c1c1; }
  .flat-scrollbar::-webkit-scrollbar-thumb:active {
    background-color: #c1c1c1; }
  .flat-scrollbar::-webkit-scrollbar-track {
    border: 1px gray #e2e2e2;
    border-radius: 5px; }
  .flat-scrollbar:hover::-webkit-scrollbar {
    display: initial; }

.up-dropdown {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 15px; }
  .up-dropdown * {
    box-sizing: border-box; }
  .up-dropdown .action-label {
    line-height: 24px;
    padding: 0 8px; }
  .up-dropdown .dropdown-label {
    cursor: pointer; }
    .up-dropdown .dropdown-label .icon-down {
      font-size: 12px;
      transform: none;
      transition: 180ms;
      will-change: transform; }
  .up-dropdown .dropdown-options {
    right: 0;
    color: #515151;
    background-color: #fff;
    width: 150px;
    border-radius: 4px;
    z-index: 99;
    transition: 180ms;
    display: none; }
    .up-dropdown .dropdown-options:before {
      opacity: 0;
      position: absolute;
      content: '';
      right: 14px;
      height: 15px;
      width: 15px;
      background: #fff;
      border: 1px solid #e2e2e2;
      transform: rotate(45deg);
      transition: 180ms; }
    .up-dropdown .dropdown-options .dd-option {
      padding: 8px;
      cursor: pointer;
      font-size: 12px;
      text-align: left; }
      .up-dropdown .dropdown-options .dd-option:hover {
        color: #462a9e;
        font-weight: bold; }
  .up-dropdown.bottom .dropdown-options {
    top: 28px; }
    .up-dropdown.bottom .dropdown-options:before {
      top: -7px;
      border-right: 1px solid transparent;
      border-bottom: 1px solid transparent;
      box-shadow: -2px -2px 3px -1px #d8d8d8;
      -webkit-box-shadow: -2px -2px 3px -1px #d8d8d8; }
  .up-dropdown.top .dropdown-options {
    bottom: 28px; }
    .up-dropdown.top .dropdown-options:before {
      bottom: -7px;
      border-left: 1px solid transparent;
      border-top: 1px solid transparent;
      box-shadow: 2px 2px 3px -1px #d8d8d8;
      -webkit-box-shadow: 2px 2px 3px -1px #d8d8d8; }
  .up-dropdown.active .dropdown-options {
    display: block;
    box-shadow: 1px 0px 4px 2px #d8d8d8;
    -webkit-box-shadow: 1px 0px 4px 2px #d8d8d8; }
    .up-dropdown.active .dropdown-options:before {
      opacity: 1; }
  .up-dropdown.active.top .icon-down {
    transform: rotate(180deg); }

@keyframes h-load {
  0% {
    width: 0%; }
  50% {
    width: 50%; }
  100% {
    width: 100%; } }
@keyframes reel-out {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(80px); } }
@keyframes reel-in {
  0% {
    transform: translateX(-80px); }
  100% {
    transform: translateX(0); } }
.block-picker {
  box-shadow: 1px 1px 3px 1px #d8d8d8 !important;
  -webkit-box-shadow: 1px 1px 3px 1px #d8d8d8 !important; }

body {
  background-color: #f2f2f2;
  color: #515151;
  overflow-x: hidden;
  font-size: 14px; }

.page-container.loader-in-progress:after {
  content: "";
  position: fixed;
  background: linear-gradient(124deg, #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840, #1ddde8, #2b1de8, #dd00f3, #dd00f3);
  height: 3px;
  left: 0px;
  top: 0px;
  z-index: 10000;
  -webkit-animation: h-load 1s infinite linear;
  -animation: h-load 1s infinite linear;
  -moz-animation: h-load 1s infinite linear; }

.icon {
  font-size: 24px;
  display: inline-block; }

.editor-style {
  overflow: auto; }

.images-loader {
  width: 100%;
  height: 400px; }
  .images-loader img {
    width: 80px; }
  .images-loader .icon-sad {
    font-size: 56px; }
  .images-loader .error-description {
    margin-top: 25px;
    color: #cc0000;
    font-size: 24px; }

.template-images {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  margin: 0 10px; }
  .template-images * {
    box-sizing: border-box; }
  .template-images .template-image {
    width: 30%;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    background-position: center;
    background-size: cover;
    height: 300px;
    text-align: center;
    border: 1px solid #e2e2e2; }
    .template-images .template-image .image-label {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 10px;
      text-transform: capitalize; }
    .template-images .template-image .change-image-btn {
      position: absolute;
      color: #fff;
      background-color: rgba(97, 184, 114, 0.75);
      line-height: 40px;
      bottom: 0;
      width: 100%;
      transition: .2s; }
    .template-images .template-image:hover .change-image-btn {
      line-height: 60px; }

.notification-info {
  color: #828282 !important;
  background-color: #f6f3fc !important;
  border-top: solid 3px #5937b9 !important; }
  .notification-info h4 {
    color: #000 !important; }

.bg-light {
  min-height: 100vh;
  background-color: #f2f2f2;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden; }

.scrollbar-style::-webkit-scrollbar, .Select-menu::-webkit-scrollbar {
  width: 6px;
  background-color: #f2f2f2; }
.scrollbar-style::-webkit-scrollbar-thumb, .Select-menu::-webkit-scrollbar-thumb {
  background-color: #5f3bc5;
  border-radius: 10px; }
.scrollbar-style::-webkit-scrollbar-thumb:hover, .Select-menu::-webkit-scrollbar-thumb:hover {
  background-color: #5937b9;
  border: 1px solid #5937b9; }
.scrollbar-style::-webkit-scrollbar-thumb:active, .Select-menu::-webkit-scrollbar-thumb:active {
  background-color: #5937b9;
  border: 1px solid #5937b9; }
.scrollbar-style::-webkit-scrollbar-track, .Select-menu::-webkit-scrollbar-track {
  border: 1px gray #e2e2e2;
  border-radius: 10px; }

.qs-footer {
  text-align: center;
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 100%; }
  .qs-footer img {
    width: 120px; }

.error-modal {
  padding: 10px;
  text-align: center; }
  .error-modal > div {
    margin: 10px 0; }
  .error-modal .icon-wrapper {
    padding: 13px;
    padding-bottom: 10px;
    border-radius: 50px;
    display: inline-block;
    margin: 0; }
    .error-modal .icon-wrapper .icon {
      font-size: 72px; }
  .error-modal .desc-header {
    font-size: 36px; }
  .error-modal .err-message {
    font-size: 14px;
    padding: 5px;
    color: #cc0000; }
  .error-modal .try-again {
    width: 300px !important;
    position: relative;
    border-radius: 30px;
    transition: 360ms; }
    .error-modal .try-again:hover {
      background-color: #b30000; }

.error-popup-container:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999; }
.error-popup-container .error-popup {
  position: fixed;
  width: 500px;
  left: 50%;
  top: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-radius: 4px;
  border: 1px solid #e2e2e2; }
  .error-popup-container .error-popup .icon-close {
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #cc0000;
    cursor: pointer; }

#login_page {
  background-color: #5937b9; }
  #login_page .trans-top {
    transform: translateY(-10%); }
  #login_page .error-modal {
    transform: rotateY(-180deg); }
    #login_page .error-modal .icon-left-arrow {
      font-size: 16px;
      position: absolute;
      padding: 0 10px;
      left: 70px;
      top: 50%;
      transition: 180ms;
      transform: translateY(-50%); }
    #login_page .error-modal .try-again:hover .icon-left-arrow {
      left: 60px; }
  #login_page .login-sec {
    transform: translate(-50%, -50%) rotateY(0deg);
    transition: 360ms;
    will-change: transform;
    border-radius: 8px;
    background-image: linear-gradient(128deg, #3c1d9f, #241555);
    border: solid 1px #462a9e;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(70, 42, 158, 0.7);
    -moz-box-shadow: 1px 1px 5px 2px rgba(70, 42, 158, 0.7);
    box-shadow: 1px 1px 5px 2px rgba(70, 42, 158, 0.7);
    width: 460px;
    height: 280px; }
    #login_page .login-sec.show-error {
      background: #fff;
      transform: translate(-50%, -50%) rotateY(180deg); }
    #login_page .login-sec .show-pass {
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 25px;
      cursor: pointer;
      color: #61b872; }
      #login_page .login-sec .show-pass img {
        width: 100%;
        padding: 0; }
    #login_page .login-sec img {
      padding: 0 10px;
      width: 150px; }
    #login_page .login-sec .login-caption {
      font-size: 16px;
      color: #ffffff; }
    #login_page .login-sec .psuedo-effect {
      width: 350px;
      position: relative;
      margin-left: auto;
      margin-right: auto; }
    #login_page .login-sec input {
      padding: 5px;
      background-color: transparent;
      width: 350px;
      height: 40px;
      border: 0;
      border-bottom: solid 1px #fff;
      color: #515151;
      font-size: 12px;
      padding-bottom: 0px;
      color: #fff; }
      #login_page .login-sec input:focus {
        outline: none; }
    #login_page .login-sec button.primary-button {
      box-shadow: 2px 2px 15px #323232;
      -webkit-box-shadow: 2px 2px 15px #323232;
      -moz-box-shadow: 2px 2px 15px #323232;
      border-radius: 30px;
      background-color: #61b872;
      border: solid 1px #4a9b5a;
      color: #ffffff;
      margin-bottom: 20px;
      transition: 0.3s;
      padding: 12px 15px;
      padding-top: 15px;
      margin-top: 15px;
      overflow: hidden; }
      #login_page .login-sec button.primary-button img {
        width: 25px; }
    #login_page .login-sec button:focus {
      outline: none; }
    #login_page .login-sec button.primary-button:hover {
      box-shadow: 2px 2px 15px #000000;
      -webkit-box-shadow: 2px 2px 15px #000000;
      -moz-box-shadow: 2px 2px 15px #000000;
      background-color: #4aae5d; }
      #login_page .login-sec button.primary-button:hover .icon {
        animation: reel-out 0.1s 0s 1 ease-in, reel-in 0.1s 0.1s 1 ease-out; }

.form-effect .form-effect-group {
  position: relative;
  box-sizing: border-box; }
  .form-effect .form-effect-group * {
    box-sizing: border-box; }
  .form-effect .form-effect-group label {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 55px;
    width: auto;
    transition: 0.3s;
    top: 60%;
    padding-left: 5px;
    text-align: left;
    cursor: text;
    font-size: 12px; }
  .form-effect .form-effect-group input, .form-effect .form-effect-group textarea {
    background-color: #fff;
    transition: 0.3s;
    padding-bottom: 5px;
    position: relative; }
  .form-effect .form-effect-group .psuedo-effect:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 0;
    background-color: #61b872;
    transition: 0.3s; }
  .form-effect .form-effect-group.active textarea {
    border-bottom: 0px; }
  .form-effect .form-effect-group.active input[type="date"]:before {
    color: #5937b9; }
  .form-effect .form-effect-group.active .txt-area-label {
    transform: translateY(-38px);
    color: #5937b9;
    font-size: 10px; }
  .form-effect .form-effect-group.active .input-label {
    transform: translateY(-20px);
    font-size: 9px;
    color: #4aae5d; }
  .form-effect .form-effect-group.active .psuedo-effect:after {
    width: 100%;
    left: 0; }

.main_header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  min-width: 700px;
  height: 60px;
  background-color: #5937b9; }
  .main_header .header_logo {
    background-color: #462a9e;
    height: 100%; }
    .main_header .header_logo img {
      height: 40px;
      padding: 12px;
      padding-top: 13px;
      padding-bottom: 8px; }
  .main_header .search_field {
    margin-left: 25px;
    height: 100%;
    width: 350px; }
    .main_header .search_field .icon {
      margin-top: 20px;
      color: #e0e0e0;
      font-size: 19px; }
    .main_header .search_field input {
      border: 0px;
      background-color: inherit;
      font-size: 14px;
      width: 300px;
      height: 20px;
      margin-top: 20px;
      margin-left: 5px;
      padding: 5px;
      color: #ffffff; }
    .main_header .search_field input::-webkit-input-placeholder {
      color: #e0e0e0; }
    .main_header .search_field input:-moz-placeholder {
      /* FF 4-18 */
      color: #e0e0e0; }
    .main_header .search_field input::-moz-placeholder {
      /* FF 19+ */
      color: #e0e0e0; }
    .main_header .search_field input:-ms-input-placeholder {
      /* IE 10+ */
      color: #e0e0e0; }
    .main_header .search_field input:focus {
      outline: none; }
    .main_header .search_field .psuedo-effect:after {
      height: 4px; }
  .main_header .user_display {
    height: 100%;
    min-width: 230px;
    background-color: #462a9e;
    color: #ffffff;
    perspective: 1000;
    -webkit-perspective: 1000;
    overflow: hidden; }
    .main_header .user_display .inline {
      vertical-align: middle; }
    .main_header .user_display .user_image {
      margin-left: 20px;
      height: 100%;
      color: #fff; }
      .main_header .user_display .user_image .icon {
        font-size: 32px;
        margin-top: 12px; }
    .main_header .user_display .user_data {
      color: #fff;
      text-align: left;
      max-width: 110px;
      white-space: nowrap; }
      .main_header .user_display .user_data .user_name {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis; }
      .main_header .user_display .user_data .biz_name {
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis; }
    .main_header .user_display .arrow_down {
      margin-right: 30px;
      margin-top: 25px; }
      .main_header .user_display .arrow_down .arw {
        height: 7px;
        width: 7px;
        transform: rotate(-45deg);
        transition: 0.2s;
        border: solid #fff;
        border-width: 0 2px 2px 0; }
    .main_header .user_display.active {
      overflow: visible; }
      .main_header .user_display.active .arw {
        transform: rotate(45deg); }
      .main_header .user_display.active .dropdown-menu {
        transform: none; }
        .main_header .user_display.active .dropdown-menu:before {
          opacity: 1; }

.dropdown-menu {
  box-shadow: 2px 2px 15px #d8d8d8;
  -webkit-box-shadow: 2px 2px 15px #d8d8d8;
  -moz-box-shadow: 2px 2px 15px #d8d8d8;
  width: 215px;
  margin: 5px;
  top: 60px;
  right: 3px;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 3px;
  transform: rotate3d(10, 0, 0, -30deg);
  -webkit-transform: rotate3d(10, 0, 0, -30deg);
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  will-change: transform;
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .dropdown-menu .drop-btn {
    padding: 10px;
    border: 0px solid;
    color: #515151;
    position: relative;
    margin: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2; }
    .dropdown-menu .drop-btn:last-child {
      border-bottom: none; }
    .dropdown-menu .drop-btn span {
      position: absolute;
      right: 10px;
      color: #5937b9;
      top: 50%;
      transform: translateY(-50%); }
  .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -9px;
    right: 18px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background: #fff;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    z-index: 100;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s; }

#page-navigator {
  position: fixed;
  width: 100%;
  z-index: 998;
  background-color: #fff;
  top: 60px;
  padding: 0 15px;
  border: 1px solid #e2e2e2;
  box-shadow: #d8d8d8 0px 1px 3px 0px;
  -webkit-box-shadow: #d8d8d8 0px 1px 3px 0px; }
  #page-navigator .nav-link {
    padding: 0 15px;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-weight: bolder;
    user-select: none;
    -webkit-user-select: none; }
    #page-navigator .nav-link:after {
      content: '';
      position: absolute;
      height: 3px;
      background-color: #462a9e;
      left: 0;
      bottom: 0;
      width: 0%;
      font-size: 16px; }
    #page-navigator .nav-link.active {
      color: #462a9e; }
      #page-navigator .nav-link.active:after {
        width: 100%; }

.versions-comp {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box; }
  .versions-comp * {
    box-sizing: border-box; }
  .versions-comp .grid {
    margin: 0 10px; }
  .versions-comp .section-header {
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 1px solid #e2e2e2; }
  .versions-comp .current-version {
    margin: 15px 0;
    background-color: #462a9e;
    border-radius: 4px;
    color: #fff;
    box-shadow: 1px 1px 5px #8a8a8a;
    -webkit-box-shadow: 1px 1px 5px #8a8a8a; }
    .versions-comp .current-version .last-update {
      text-align: center;
      font-size: 12px; }
    .versions-comp .current-version .current-workspace {
      padding: 20px; }
      .versions-comp .current-version .current-workspace .desc {
        width: 90%; }
      .versions-comp .current-version .current-workspace .changes {
        width: 10%;
        text-align: center;
        font-weight: lighter; }
      .versions-comp .current-version .current-workspace .working-version {
        font-size: 24px;
        padding: 10px 0; }
      .versions-comp .current-version .current-workspace .counter {
        font-size: 56px;
        padding: 0; }
  .versions-comp .versions-table {
    margin: 15px 0; }
    .versions-comp .versions-table .up-list-container {
      border: none;
      box-shadow: 1px 1px 3px rgba(86, 84, 86, 0.3);
      -webkit-box-shadow: 1px 1px 3px rgba(86, 84, 86, 0.3); }
    .versions-comp .versions-table .latest {
      color: #61b872; }
    .versions-comp .versions-table .live {
      color: #5937b9; }

.version-detail-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999; }
  .version-detail-overlay.active {
    display: block; }

.version-detail {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 90%;
  height: 100%;
  z-index: 999;
  will-change: transform;
  transform: translateX(100%);
  transition: 180ms;
  background-color: #f2f2f2;
  overflow: auto; }
  .version-detail * {
    box-sizing: border-box; }
  .version-detail.active {
    transform: translateX(0%);
    box-shadow: rgba(0, 0, 0, 0.1) -3px 0px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) -3px 0px 3px 0px; }
  .version-detail .detail-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    background-color: #fff;
    box-shadow: #d8d8d8 0px 1px 3px 0px;
    -webkit-box-shadow: #d8d8d8 0px 1px 3px 0px; }
    .version-detail .detail-header .close-detail {
      width: 6%; }
      .version-detail .detail-header .close-detail .icon-close-alt {
        padding: 10px;
        font-size: 20px;
        border-radius: 50px;
        color: #828282;
        cursor: pointer; }
        .version-detail .detail-header .close-detail .icon-close-alt:hover {
          background-color: #f2f2f2; }
    .version-detail .detail-header .version-no {
      width: 88%;
      font-weight: bold;
      font-size: 18px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .version-detail .detail-header .version-actions {
      width: 6%;
      padding: 0 10px; }
      .version-detail .detail-header .version-actions .icon-dot-menu {
        padding: 10px;
        border-radius: 50px;
        font-size: 24px;
        color: #828282; }
        .version-detail .detail-header .version-actions .icon-dot-menu:hover {
          background-color: #f2f2f2; }
  .version-detail .data-container {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px; }
  .version-detail .detail-data {
    max-height: calc(100vh - 60px);
    overflow: auto;
    margin-top: 60px; }
    .version-detail .detail-data .s-header {
      font-size: 16px;
      padding-bottom: 10px; }
    .version-detail .detail-data .version-changes {
      margin: 15px 0;
      background-color: #fff;
      padding: 15px;
      border-radius: 4px;
      box-shadow: 1px 1px 3px rgba(86, 84, 86, 0.3);
      -webkit-box-shadow: 1px 1px 3px rgba(86, 84, 86, 0.3); }
      .version-detail .detail-data .version-changes .s-header {
        padding-bottom: 20px; }
    .version-detail .detail-data .version-summary {
      margin: 15px 0;
      background-color: #fff;
      padding: 15px;
      border-radius: 4px;
      box-shadow: 1px 1px 3px rgba(86, 84, 86, 0.3);
      -webkit-box-shadow: 1px 1px 3px rgba(86, 84, 86, 0.3); }
      .version-detail .detail-data .version-summary .id-info {
        width: 75%; }
      .version-detail .detail-data .version-summary .v-changes {
        width: 25%; }
      .version-detail .detail-data .version-summary .sub-section {
        padding: 5px 0; }
      .version-detail .detail-data .version-summary .sub-header {
        color: #828282;
        padding: 5px 0; }
      .version-detail .detail-data .version-summary .sub-content {
        padding: 5px 0; }

.status-notifier {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  text-align: center;
  font-size: 24px;
  z-index: 999;
  color: #fff; }
  .status-notifier img {
    width: 90px; }
  .status-notifier.active {
    display: block; }

.sidebar-container {
  position: fixed;
  z-index: 99;
  margin: 0;
  width: 300px;
  height: calc(100vh - 100px);
  background-color: #fff;
  border: solid 1px #e2e2e2;
  border-top: none; }
  .sidebar-container .workspace-info {
    text-align: center;
    font-size: 12px;
    padding: 5px; }
  .sidebar-container .sidebar-btn-container {
    bottom: 4px;
    margin: 0;
    width: 100%; }
    .sidebar-container .sidebar-btn-container .action-btns-container {
      display: block;
      padding: 5px;
      text-align: center;
      font-size: 12px; }
      .sidebar-container .sidebar-btn-container .action-btns-container .action-btn {
        border-radius: 4px;
        width: 60px;
        color: #fff;
        padding: 5px;
        margin: 0 5px;
        cursor: pointer; }
        .sidebar-container .sidebar-btn-container .action-btns-container .action-btn.success {
          background-color: #4bb543; }
        .sidebar-container .sidebar-btn-container .action-btns-container .action-btn.danger {
          background-color: #cc0000; }
  .sidebar-container .settings {
    border-radius: 4px;
    margin: 8px;
    width: 282px;
    border: 1px solid #e2e2e2; }
    .sidebar-container .settings .no-image {
      background: #7556cd;
      color: #fff;
      border-radius: 4px;
      border: 0px;
      text-align: center; }
      .sidebar-container .settings .no-image:hover {
        background: #5937b9; }
    .sidebar-container .settings .settings-title {
      text-transform: uppercase;
      letter-spacing: 1.5px;
      font-size: 12px;
      background-color: #f2f2f2;
      border-bottom: 1px solid #e2e2e2;
      text-align: left;
      padding: 10px; }
    .sidebar-container .settings .settings-options .option {
      border-bottom: 1px solid #e2e2e2;
      padding: 10px;
      font-size: 14px;
      position: relative; }
      .sidebar-container .settings .settings-options .option:before {
        position: absolute;
        content: "";
        width: 6px;
        height: 0%;
        top: 50%;
        left: 0;
        background-color: #462a9e; }
      .sidebar-container .settings .settings-options .option.active:before {
        height: 100%;
        top: 0%;
        transition: 180ms; }
      .sidebar-container .settings .settings-options .option .option_image {
        padding-left: 15px;
        padding-right: 15px; }
        .sidebar-container .settings .settings-options .option .option_image .icon {
          font-size: 16px;
          color: #5937b9; }
      .sidebar-container .settings .settings-options .option .inline {
        vertical-align: middle; }

.header-override {
  margin-top: 100px; }

.config-section {
  margin-left: 300px;
  padding-top: 10px; }

#themes-section {
  width: 100%; }
  #themes-section .theme {
    box-shadow: 2px 2px 15px #d8d8d8;
    -webkit-box-shadow: 2px 2px 15px #d8d8d8;
    -moz-box-shadow: 2px 2px 15px #d8d8d8;
    background-color: #fff;
    width: 45%;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px;
    margin-top: 0;
    border: 1px solid #e2e2e2; }
    #themes-section .theme .theme-intro {
      margin: 12px;
      margin-bottom: 0;
      padding-bottom: 15px;
      border-bottom: 1px solid #e2e2e2; }
      #themes-section .theme .theme-intro .theme-title {
        text-align: left; }
      #themes-section .theme .theme-intro .theme-eye {
        background-color: #f2f2f2;
        border: 1px solid #e2e2e2;
        width: 30px;
        height: 20px; }
        #themes-section .theme .theme-intro .theme-eye img {
          display: block;
          margin-left: auto;
          margin-right: auto;
          padding-top: 4px;
          margin: auto;
          width: 12px; }
    #themes-section .theme .theme-img {
      margin: 10px;
      border: 1px solid #e2e2e2;
      border-radius: 4px;
      overflow: hidden; }
      #themes-section .theme .theme-img img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%; }
    #themes-section .theme .theme-btn {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      background-color: #999;
      color: #ffffff;
      transition: 0.4s;
      -webkit-transition: .4s; }
      #themes-section .theme .theme-btn.selected {
        background-color: #4aae5d !important; }
      #themes-section .theme .theme-btn:hover {
        background-color: #61b872; }

.from-config .search-results .slider .slider-title {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  width: 30%; }
.from-config .search-results .slider .rangeslider-horizontal {
  display: inline-block;
  vertical-align: middle;
  width: 45%; }
.from-config .custom-box .expanded {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s; }
.from-config .custom-box .module-comp-header {
  border-bottom: none !important; }
.from-config .custom-box.active .expanded {
  max-height: 500px; }
.from-config .custom-box.active .module-comp-header {
  border-bottom: 1px solid #e2e2e2 !important; }
.from-config .custom-sec-box .expanded {
  max-height: 0;
  overflow: hidden;
  transition: 0.5s; }
.from-config .custom-sec-box.active .expanded {
  max-height: 500px; }
.from-config .title {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2; }
.from-config .key-section {
  margin: 10px;
  padding: 10px;
  margin-left: 0;
  padding-left: 0;
  width: 100%; }
  .from-config .key-section .key-name {
    text-align: left;
    width: 30%; }
  .from-config .key-section .key-input {
    width: 70%; }
    .from-config .key-section .key-input input {
      outline: none;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #e2e2e2;
      width: 60%;
      border-radius: 4px; }
.from-config .module-comp-header {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  padding-top: 10px; }
  .from-config .module-comp-header .edit-btn {
    background-color: #61b872;
    border-radius: 3px;
    padding: 8px;
    font-size: 10px;
    color: white;
    width: 60px;
    float: right;
    box-sizing: border-box;
    text-align: center; }
    .from-config .module-comp-header .edit-btn:hover {
      background-color: #4aae5d; }
  .from-config .module-comp-header > div {
    display: table-cell;
    vertical-align: middle; }
    .from-config .module-comp-header > div:nth-child(1) {
      text-align: left; }
    .from-config .module-comp-header > div:nth-child(2) {
      text-align: right; }
.from-config .color-panel {
  display: block;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px; }
  .from-config .color-panel > div {
    display: table-cell;
    vertical-align: middle; }
    .from-config .color-panel > div:nth-child(1) {
      width: 100%; }
    .from-config .color-panel > div:nth-child(2) {
      width: 30%; }
.from-config .label-section {
  margin: 10px;
  padding: 10px;
  width: 100%; }
  .from-config .label-section .label-name {
    text-align: left;
    width: 30%; }
  .from-config .label-section .label-input {
    width: 70%; }
    .from-config .label-section .label-input input {
      outline: none;
      padding: 10px;
      background-color: #fff;
      border: 1px solid #e2e2e2;
      width: 60%;
      border-radius: 4px; }

.settings-display {
  box-shadow: 2px 2px 15px #d8d8d8;
  -webkit-box-shadow: 2px 2px 15px #d8d8d8;
  -moz-box-shadow: 2px 2px 15px #d8d8d8;
  width: 94%;
  background-color: #fff;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 10px;
  margin-top: 0px;
  border-radius: 4px;
  border: 1px solid #e2e2e2; }
  .settings-display .content > div:last-child .module-comp-header {
    border-bottom: 0px; }
  .settings-display .content > div:only-child .module-comp-header {
    border-bottom: 1px solid #e2e2e2; }

.boolean-sec-switch {
  display: inline-block; }
  .boolean-sec-switch > div {
    display: inline-block;
    vertical-align: middle; }
  .boolean-sec-switch .on-txt, .boolean-sec-switch .off-txt {
    display: inline-block;
    font-size: 0.75em;
    color: #828282;
    margin: 0 15px; }
  .boolean-sec-switch.on-state .on-txt {
    color: #61b872; }
  .boolean-sec-switch.off-state .off-txt {
    color: #ed7161; }
  .boolean-sec-switch .switch {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    line-height: 34px;
    position: relative;
    width: 44px; }
    .boolean-sec-switch .switch .round-switch-btn {
      background: #ed7161;
      display: block;
      height: 18px;
      border-radius: 26px;
      position: absolute;
      top: 3px;
      transition: all 0.5s ease;
      width: 18px;
      z-index: 3;
      left: 4px; }
      .boolean-sec-switch .switch .round-switch-btn.off-state {
        left: 3px; }
      .boolean-sec-switch .switch .round-switch-btn.on-state {
        left: 23px;
        background: #61b872; }
    .boolean-sec-switch .switch .switch-rail {
      background: #515151;
      color: #c72f18;
      border-radius: 30px;
      display: block;
      height: 100%;
      position: relative;
      transition: all .15s ease;
      width: 100%; }

#logo-input {
  box-shadow: 2px 2px 15px #d8d8d8;
  -webkit-box-shadow: 2px 2px 15px #d8d8d8;
  -moz-box-shadow: 2px 2px 15px #d8d8d8;
  padding: 10px;
  margin: 10px;
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  min-width: 700px; }
  #logo-input .title {
    display: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: #5937b9;
    margin: 10px;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2; }
  #logo-input .input-section {
    width: 40%;
    min-width: 600px;
    background-color: #f2f2f2;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e2e2e2; }
    #logo-input .input-section .label {
      font-size: 12px;
      margin-bottom: 10px; }
    #logo-input .input-section .biz-input {
      border-bottom: 1px solid #e2e2e2;
      margin: 10px; }
      #logo-input .input-section .biz-input input {
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        outline: none;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        width: 90%; }
    #logo-input .input-section .biz-logo {
      margin: 10px; }
      #logo-input .input-section .biz-logo img {
        width: 245px;
        z-index: 2;
        margin: 0;
        cursor: pointer; }
      #logo-input .input-section .biz-logo .image-drop {
        width: 250px;
        padding-top: 90%;
        margin: 10px;
        background-color: #fff;
        border: 1px dashed #000;
        border-radius: 5px;
        z-index: 1; }
        #logo-input .input-section .biz-logo .image-drop.hidden {
          display: none; }
        #logo-input .input-section .biz-logo .image-drop .logo-text {
          font-size: 10px; }
          #logo-input .input-section .biz-logo .image-drop .logo-text div {
            margin-top: 20px;
            margin-bottom: 20px; }
        #logo-input .input-section .biz-logo .image-drop .upload-btn {
          text-transform: uppercase;
          font-size: 8px;
          color: #fff;
          background-color: #828282;
          padding: 10px;
          width: 100px;
          border-radius: 20px; }
    #logo-input .input-section .success-btn {
      z-index: 3;
      width: 150px;
      padding: 10px;
      margin-top: 20px;
      margin-bottom: 2px;
      border-radius: 20px;
      font-size: 10px;
      color: #ffffff;
      background-color: #61b872;
      border: 1px solid #4aae5d; }
    #logo-input .input-section .note {
      font-size: 10px;
      line-height: 1.2;
      margin-bottom: 20px; }
  #logo-input .main-colors {
    width: 570px; }
    #logo-input .main-colors .color {
      margin: 10px; }
    #logo-input .main-colors .title {
      display: block;
      font-size: 14px;
      padding: 10px;
      text-transform: uppercase; }

.biz-title {
  width: 60%;
  min-width: 960px;
  margin-top: 70px;
  margin-bottom: 10px;
  border-bottom: 1px solid #5937b9; }
  .biz-title .my-biz {
    color: #462a9e;
    font-size: 36px;
    padding: 10px 0; }
  .biz-title * {
    box-sizing: border-box; }
  .biz-title .search-form {
    padding: 10px;
    padding-right: 0;
    box-sizing: border-box; }
    .biz-title .search-form input {
      opacity: 0; }
    .biz-title .search-form.active input {
      opacity: 1;
      width: 240px;
      border-bottom-right-radius: 100%;
      border-top-right-radius: 100%;
      outline: 0;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.14), 0 0px 6px rgba(0, 0, 0, 0.28);
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.14), 0 0px 6px rgba(0, 0, 0, 0.28);
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.14), 0 0px 6px rgba(0, 0, 0, 0.28);
      margin-right: 0; }
  .biz-title input {
    border: none;
    outline: none;
    padding: 17px;
    width: 0;
    box-sizing: border-box;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    margin-right: 10px;
    border-radius: 25px; }
  .biz-title .icon-search {
    position: absolute;
    right: 0;
    font-size: 20px;
    padding: 15px;
    margin-top: 0px;
    color: #fff;
    background-color: #5937b9;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14), 3px 2px 6px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14), 3px 2px 6px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14), 3px 2px 6px rgba(0, 0, 0, 0.35);
    border-radius: 50%; }
    .biz-title .icon-search:hover {
      background-color: #462a9e; }

.biz-list {
  width: 60%;
  min-width: 960px;
  margin: 10px 0;
  overflow: hidden; }
  .biz-list .biz-item {
    border-radius: 4px;
    position: relative;
    clear: both;
    background-color: #fff;
    padding: 15px;
    box-shadow: 1px 1px 3px rgba(86, 84, 86, 0.3);
    -webkit-box-shadow: 1px 1px 3px rgba(86, 84, 86, 0.3);
    -moz-box-shadow: 1px 1px 3px rgba(86, 84, 86, 0.3);
    overflow: hidden; }
    .biz-list .biz-item:last-child {
      border-bottom: none; }
    .biz-list .biz-item .biz-data {
      vertical-align: middle; }
    .biz-list .biz-item img {
      width: 100px; }
    .biz-list .biz-item p {
      position: absolute;
      transition: 0.4s;
      font-size: 12px;
      bottom: -20px;
      width: 100%;
      opacity: 0; }
    .biz-list .biz-item:hover p {
      bottom: 10px;
      opacity: 1; }
    .biz-list .biz-item .biz-log {
      max-height: 0;
      overflow: hidden;
      transition: 0.6s; }
    .biz-list .biz-item.active .biz-log {
      max-height: 2000px; }

.biz-logs-container {
  padding: 10px;
  max-height: 300px;
  overflow: auto; }
  .biz-logs-container .biz-log-row {
    padding: 10px;
    font-size: 12px; }

.fixed-head {
  background-color: #f2f2f2;
  margin-top: 0; }

.light-weight {
  font-weight: lighter; }

.btn {
  width: 80px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  margin: 10px; }

.btn-success {
  background-color: #61b872;
  color: #ffffff;
  border: 1px solid #4aae5d; }
  .btn-success:hover {
    background-color: #4aae5d; }

.btn-disabled {
  pointer-events: none;
  background-color: #828282;
  color: #ffffff; }

#preview_settings {
  overflow: hidden;
  z-index: 1;
  width: 350px;
  background-color: #fff;
  position: fixed;
  top: 0;
  position: relative;
  height: 100vh;
  border-right: 1px solid #e2e2e2; }
  #preview_settings .header {
    height: 60px;
    width: 100%;
    background-color: #5937b9;
    position: relative;
    overflow: hidden; }
    #preview_settings .header .logo {
      position: absolute;
      height: 100%;
      overflow: hidden;
      background-color: #462a9e; }
      #preview_settings .header .logo img {
        height: 45px;
        padding: 10px 10px; }
    #preview_settings .header .title {
      color: #fff;
      text-transform: capitalize; }
  #preview_settings .settings-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2; }
    #preview_settings .settings-footer .device-selector {
      border: 1px solid #e2e2e2;
      margin: 10px;
      background-color: #fff; }
      #preview_settings .settings-footer .device-selector .device {
        padding: 5px;
        padding-bottom: 0;
        color: #828282; }
        #preview_settings .settings-footer .device-selector .device .icon {
          font-size: 20px;
          padding: 1.5px; }
      #preview_settings .settings-footer .device-selector .desktop {
        border-right: 1px solid #e2e2e2; }
    #preview_settings .settings-footer .qsl-btn {
      width: 60px;
      font-size: 10px;
      margin-top: 13px;
      padding: 8px; }
  #preview_settings .preview-content {
    margin: 10px;
    margin-bottom: 0;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 160px);
    font-size: 12px; }
    #preview_settings .preview-content .custom-settings {
      font-size: 14px;
      box-sizing: border-box; }
      #preview_settings .preview-content .custom-settings * {
        box-sizing: border-box; }
      #preview_settings .preview-content .custom-settings > div {
        margin-bottom: 10px; }
      #preview_settings .preview-content .custom-settings .custom-title {
        font-size: 12px; }
        #preview_settings .preview-content .custom-settings .custom-title > div {
          padding: 10px;
          padding-left: 0;
          padding-top: 0; }
      #preview_settings .preview-content .custom-settings .input-cont {
        width: 75%; }
      #preview_settings .preview-content .custom-settings input {
        width: 100%;
        padding: 10px;
        border-radius: 3px;
        border: 1px solid #e2e2e2; }
        #preview_settings .preview-content .custom-settings input:focus {
          outline: none; }
      #preview_settings .preview-content .custom-settings .template-selector .template-box {
        width: 50%;
        padding: 10px; }
        #preview_settings .preview-content .custom-settings .template-selector .template-box.active .icon-tick {
          opacity: 1;
          transition: .4s;
          -webkit-transition: .4s; }
      #preview_settings .preview-content .custom-settings .template-selector .template-img {
        background-color: #f9f9f9;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 120px;
        border: 1px solid #e2e2e2;
        border-radius: 4px;
        position: relative; }
      #preview_settings .preview-content .custom-settings .template-selector .icon-tick {
        right: 5px;
        top: 5px;
        color: #4bb543;
        font-size: 24px;
        opacity: 0; }
      #preview_settings .preview-content .custom-settings .template-selector .template-name {
        text-transform: capitalize;
        padding: 10px; }
      #preview_settings .preview-content .custom-settings .template-selector .templates-cont {
        max-height: calc(100vh - 360px);
        overflow-y: auto; }
      #preview_settings .preview-content .custom-settings .error-message {
        color: #cc0000;
        font-size: 12px;
        padding: 0 10px; }
      #preview_settings .preview-content .custom-settings .qsl-btn {
        max-width: 100%;
        text-align: center; }
    #preview_settings .preview-content .boolean-sec-switch .on-txt, #preview_settings .preview-content .boolean-sec-switch .off-txt {
      margin: 0 15px; }
    #preview_settings .preview-content .boolean-sec-switch .switch {
      height: 22px;
      width: 40px; }
      #preview_settings .preview-content .boolean-sec-switch .switch .round-switch-btn {
        height: 16px;
        width: 16px;
        top: 3px; }
        #preview_settings .preview-content .boolean-sec-switch .switch .round-switch-btn.off-state {
          left: 3px; }
        #preview_settings .preview-content .boolean-sec-switch .switch .round-switch-btn.on-state {
          left: 21px; }
    #preview_settings .preview-content .module-comp-header {
      padding-bottom: 15px;
      padding-top: 15px; }
      #preview_settings .preview-content .module-comp-header .edit-btn {
        background-color: #61b872;
        border-radius: 3px;
        padding: 8px;
        font-size: 10px;
        color: white;
        width: 60px;
        text-align: center; }
        #preview_settings .preview-content .module-comp-header .edit-btn:hover {
          background-color: #4aae5d; }
    #preview_settings .preview-content > div > div:last-child .module-comp-header {
      border-bottom: 0px; }
    #preview_settings .preview-content .key-section {
      margin: 0;
      width: auto; }
      #preview_settings .preview-content .key-section .key-name {
        width: auto;
        display: block;
        margin-bottom: 5px; }
      #preview_settings .preview-content .key-section .key-input {
        width: auto;
        display: block; }
        #preview_settings .preview-content .key-section .key-input input {
          width: 90%; }

#preview-body .preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  z-index: 999;
  background-color: #fff;
  color: #515151; }
  #preview-body .preview-overlay .load-msg {
    top: 45% !important;
    font-size: 24px; }
    #preview-body .preview-overlay .load-msg .error {
      color: #d83337; }
    #preview-body .preview-overlay .load-msg .info {
      color: #5937b9; }
    #preview-body .preview-overlay .load-msg .status-img {
      position: absolute;
      background-repeat: no-repeat;
      width: 80px;
      height: 80px;
      left: 50%;
      top: 40px;
      transform: translateX(-50%);
      background-size: contain; }
#preview-body.loading .preview-overlay {
  display: block; }

.preview-header {
  width: 100%;
  margin: 0;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #e2e2e2; }
  .preview-header .title {
    font-weight: 500;
    padding: 15px; }
  .preview-header .qsl-btn {
    width: 100px;
    text-transform: uppercase; }
  .preview-header .page-select {
    margin: 10px; }
    .preview-header .page-select .select {
      width: 250px; }
      .preview-header .page-select .select .option {
        border-radius: 3px;
        background-color: #fff;
        color: #515151;
        text-transform: capitalize;
        font-size: 12px; }
        .preview-header .page-select .select .option:hover {
          background-color: #61b872;
          color: #ffffff; }
          .preview-header .page-select .select .option:hover .Select-value-label {
            color: #fff !important; }
          .preview-header .page-select .select .option:hover .Select-arrow {
            border-top-color: #fff !important; }

.qsl-btn {
  border-radius: 3px;
  margin: 8px;
  padding: 10px;
  max-width: 250px;
  transition: 0.3s; }
  .qsl-btn.success {
    background-color: #4bb543;
    border: 1px solid #3c9035;
    color: #ffffff; }
  .qsl-btn.normal {
    background-color: #fff;
    border: 1px solid #4bb543;
    color: #4bb543; }
  .qsl-btn.danger {
    background-color: #d9534f;
    color: #ffffff;
    border: 1px solid #d43f3a; }
  .qsl-btn.disabled {
    background-color: #828282;
    color: #ffffff;
    border: 1px solid #515151; }

#preview-page {
  margin-left: 350px;
  background-color: #f2f2f2;
  height: 100vh;
  position: relative;
  background: url("../images/bg.jpg") repeat; }

#global-settings {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  border-top: 1px solid #e2e2e2; }
  #global-settings.open .panel {
    height: 70vh;
    min-height: 450px; }
  #global-settings.open .global-header .g-display .g-arrow {
    transform: rotate(45deg); }
  #global-settings .global-header {
    padding: 5px;
    background-color: #fff;
    text-align: left;
    border-bottom: 1px solid #e2e2e2; }
    #global-settings .global-header .inline {
      vertical-align: middle; }
    #global-settings .global-header .g-icon {
      padding: 5px; }
      #global-settings .global-header .g-icon .icon {
        font-size: 28px;
        color: #5937b9; }
    #global-settings .global-header .g-display .g-head {
      font-size: 12px;
      padding: 5px;
      padding-bottom: 3px; }
    #global-settings .global-header .g-display .g-arrow {
      height: 5px;
      width: 5px;
      transform: rotate(-45deg);
      transition: 0.5s;
      border: solid #5937b9;
      border-width: 0 2px 2px 0;
      margin-left: 15px; }
    #global-settings .global-header .g-display .g-desc {
      padding: 5px;
      padding-top: 3px;
      font-size: 10px;
      color: #828282; }
    #global-settings .global-header:hover .g-arrow {
      transform: rotate(45deg); }
  #global-settings .panel {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f2f2f2;
    overflow: hidden;
    transition: 0.4s;
    height: 0;
    min-height: 0; }
    #global-settings .panel .dashboard {
      margin-left: 320px;
      background-color: #fff;
      height: 70vh;
      min-height: 450px;
      border-left: 1px solid #e2e2e2;
      padding-top: 20px;
      overflow-y: auto; }
      #global-settings .panel .dashboard .qsl-btn {
        width: 102px;
        margin-top: 10px;
        font-size: 12px; }
      #global-settings .panel .dashboard .palette {
        border-radius: 4px;
        border: 1px solid #e2e2e2;
        margin: 20px;
        margin-top: 0;
        overflow: hidden; }
        #global-settings .panel .dashboard .palette .p-title {
          text-transform: uppercase;
          padding: 15px;
          background-color: #f2f2f2;
          border-bottom: 1px solid #e2e2e2;
          letter-spacing: 1.5px; }
        #global-settings .panel .dashboard .palette .p-content {
          background-color: #fff; }
      #global-settings .panel .dashboard .footer-panel {
        margin: 20px;
        margin-top: 0;
        border: 1px solid #e2e2e2;
        border-radius: 4px; }
        #global-settings .panel .dashboard .footer-panel .f-title {
          text-transform: uppercase;
          background-color: #f2f2f2;
          padding: 10px;
          letter-spacing: 1.5px;
          border-bottom: 1px solid #e2e2e2; }
        #global-settings .panel .dashboard .footer-panel .footer-color {
          margin: 0 10px;
          border-bottom: 1px solid #e2e2e2; }
          #global-settings .panel .dashboard .footer-panel .footer-color .color-panel {
            padding: 10px 0; }
        #global-settings .panel .dashboard .footer-panel .footer-links {
          margin: 0 10px;
          box-sizing: border-box;
          border-bottom: 1px solid #e2e2e2; }
          #global-settings .panel .dashboard .footer-panel .footer-links * {
            box-sizing: border-box; }
          #global-settings .panel .dashboard .footer-panel .footer-links .title {
            padding: 10px 0; }
          #global-settings .panel .dashboard .footer-panel .footer-links .links-block {
            padding: 10px 0; }
            #global-settings .panel .dashboard .footer-panel .footer-links .links-block .link-container {
              width: 30%;
              padding: 5px;
              margin: 10px;
              border: 1px solid #e2e2e2;
              border-radius: 4px; }
            #global-settings .panel .dashboard .footer-panel .footer-links .links-block .label, #global-settings .panel .dashboard .footer-panel .footer-links .links-block .link {
              margin: 5px 0;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
            #global-settings .panel .dashboard .footer-panel .footer-links .links-block .icon {
              font-size: 16px;
              margin-top: 5px; }
            #global-settings .panel .dashboard .footer-panel .footer-links .links-block .icon-edit-pen-1 {
              color: #4bb543;
              margin-right: 8px; }
            #global-settings .panel .dashboard .footer-panel .footer-links .links-block .icon-delete {
              color: #cc0000; }
            #global-settings .panel .dashboard .footer-panel .footer-links .links-block .icon-plus-round {
              margin-top: 0;
              padding: 15px;
              border-radius: 30px;
              border: 1px solid #61b872;
              color: #61b872;
              transition: .4s; }
              #global-settings .panel .dashboard .footer-panel .footer-links .links-block .icon-plus-round:hover {
                background-color: #61b872;
                color: #fff; }
      #global-settings .panel .dashboard .header-panel .h-settings {
        margin: 20px;
        margin-top: 0;
        border: 1px solid #e2e2e2;
        border-radius: 4px; }
        #global-settings .panel .dashboard .header-panel .h-settings .h-title {
          text-transform: uppercase;
          background-color: #f2f2f2;
          padding: 10px;
          letter-spacing: 1.5px;
          border-bottom: 1px solid #e2e2e2; }
        #global-settings .panel .dashboard .header-panel .h-settings .h-content {
          padding: 10px; }
      #global-settings .panel .dashboard .misc-settings {
        margin: 20px;
        margin-top: 0;
        padding: 10px;
        border: 1px solid #e2e2e2;
        border-radius: 4px; }
        #global-settings .panel .dashboard .misc-settings .custom-codes {
          margin: 10px; }
          #global-settings .panel .dashboard .misc-settings .custom-codes .title {
            padding: 10px;
            padding-left: 0; }
          #global-settings .panel .dashboard .misc-settings .custom-codes .item-span-3 {
            width: 33%;
            min-width: 150px; }
      #global-settings .panel .dashboard .chrome-picker {
        transform: translate(-100%, -75%); }
    #global-settings .panel .sidebar {
      width: 300px;
      margin: 10px;
      background-color: #fff;
      border-radius: 4px;
      border: 1px solid #e2e2e2;
      overflow: hidden; }
      #global-settings .panel .sidebar .option {
        border-bottom: 1px solid #e2e2e2;
        padding: 15px;
        font-size: 12px;
        position: relative; }
        #global-settings .panel .sidebar .option:before {
          position: absolute;
          content: "";
          width: 6px;
          height: 100%;
          top: 0;
          left: 0; }
        #global-settings .panel .sidebar .option.active:before {
          background-color: #462a9e; }
        #global-settings .panel .sidebar .option .option_image {
          padding-left: 15px;
          padding-right: 15px;
          vertical-align: middle; }
          #global-settings .panel .sidebar .option .option_image .icon {
            font-size: 16px;
            color: #5937b9; }
        #global-settings .panel .sidebar .option .option_title {
          vertical-align: middle; }

.blur-content > *:not(.no-blur) {
  pointer-events: none;
  filter: blur(3px); }

.editor-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  left: 0;
  top: 0; }

.qs-editor {
  position: fixed;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  padding: 10px;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - 50px);
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(126, 137, 140, 0.2);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(126, 137, 140, 0.2); }
  .qs-editor .qs-editor-head {
    margin-bottom: 10px; }
    .qs-editor .qs-editor-head .file_name {
      text-transform: capitalize;
      font-size: 16px;
      font-weight: bold; }
    .qs-editor .qs-editor-head .close-editor {
      width: 30px;
      transition: 0.2s;
      -webkit-transition: 0.2s; }
      .qs-editor .qs-editor-head .close-editor .icon {
        font-size: 28px;
        color: #d83337; }
      .qs-editor .qs-editor-head .close-editor:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2); }
    .qs-editor .qs-editor-head .inline {
      vertical-align: middle; }
  .qs-editor .template-selector .title {
    padding: 10px 0; }
  .qs-editor .editor-footer {
    margin-top: 10px; }

#edit-html {
  padding: 10px;
  background-color: #fff;
  transition: 0.4s;
  z-index: 100;
  border-radius: 3px; }
  #edit-html .editor {
    border: 1px solid #323232; }

.show {
  visibility: visible;
  opacity: 1; }

.hidden {
  visibility: hidden;
  opacity: 0; }

.slider {
  padding: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #e2e2e2; }
  .slider .slider-title {
    padding-top: 10px;
    padding-bottom: 30px; }
  .slider .rangeslider-horizontal {
    height: 5px;
    border-radius: 15px; }
    .slider .rangeslider-horizontal .rangeslider__fill {
      background-color: #5937b9;
      border-radius: 15px; }
    .slider .rangeslider-horizontal .rangeslider__handle {
      background-color: transparent;
      border: 0px solid #ccc;
      cursor: pointer;
      display: inline-block;
      position: absolute;
      box-shadow: 0 0 0 transparent, 0 0 0 transparent; }
      .slider .rangeslider-horizontal .rangeslider__handle:after {
        width: 20px;
        height: 20px;
        top: 2px;
        left: 0px;
        background-color: #5937b9;
        box-shadow: 0 0 0 transparent, 0 0 0 transparent; }
      .slider .rangeslider-horizontal .rangeslider__handle .rangeslider__handle-tooltip {
        top: -45px;
        left: -10px;
        width: 41px;
        height: 34px; }

.frame-wrapper {
  background-color: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  transform: translate(-50%, -51.5%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -51.5%);
  overflow: hidden;
  transition: 0.5s; }
  .frame-wrapper .overlay {
    position: absolute; }
    .frame-wrapper .overlay.load {
      width: 100%;
      height: 100%;
      z-index: 9999;
      background: rgba(51, 51, 51, 0.5); }
    .frame-wrapper .overlay.no-load {
      display: none; }
  .frame-wrapper .wrap {
    padding: 0;
    overflow: hidden;
    transition: 0.5s; }
  .frame-wrapper.mobile {
    border-radius: 40px;
    border: 3px solid #e2e2e2;
    border-top: 50px solid #e2e2e2;
    border-bottom: 50px solid #e2e2e2;
    transform: scale(0.8) translate(-65%, -62%); }
  .frame-wrapper .browser-toolbar {
    padding: 10px;
    position: relative;
    background-color: #dfdbdf; }
    .frame-wrapper .browser-toolbar .browser-btns {
      position: absolute;
      left: 10px;
      height: 100%; }
      .frame-wrapper .browser-toolbar .browser-btns .toolbar-btns {
        height: 100%; }
        .frame-wrapper .browser-toolbar .browser-btns .toolbar-btns .inline {
          vertical-align: middle; }
        .frame-wrapper .browser-toolbar .browser-btns .toolbar-btns .browser-btn {
          width: 12px;
          height: 12px;
          border-radius: 50%;
          margin-right: 10px; }
          .frame-wrapper .browser-toolbar .browser-btns .toolbar-btns .browser-btn.close {
            background-color: #ff5f56; }
          .frame-wrapper .browser-toolbar .browser-btns .toolbar-btns .browser-btn.min {
            background-color: #ffbd2e; }
          .frame-wrapper .browser-toolbar .browser-btns .toolbar-btns .browser-btn.max {
            background-color: #29cc41; }
    .frame-wrapper .browser-toolbar .address-bar {
      width: 40%;
      background-color: #fff;
      font-size: 12px;
      padding: 2px;
      border-radius: 3px; }

.tip_icon {
  margin-left: 5px;
  vertical-align: middle; }
  .tip_icon .icon {
    font-size: 16px;
    color: #5937b9; }

.menu-outer-top .Select-menu-outer {
  top: auto !important;
  bottom: 35px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-top-right-radius: 4px !important;
  border-top-left-radius: 4px !important; }

.widget-list {
  width: 330px; }
  .widget-list .widget {
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain; }
  .widget-list .image-widget {
    background-image: url("../images/widgets/picture.png"); }
  .widget-list .text-widget {
    background-image: url("../images/widgets/text.png"); }

.markdown-toggle-switch {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 10px;
  border: 1px solid #e2e2e2; }
  .markdown-toggle-switch .editor-toggle {
    width: 25px;
    padding: 5px;
    cursor: pointer;
    max-height: 25px; }
    .markdown-toggle-switch .editor-toggle.active {
      background-color: #e5e5e5; }
    .markdown-toggle-switch .editor-toggle img {
      width: 100%; }

.wysiwyg-editor {
  padding: 8px; }

.wysiwyg-editor, .wysiwyg-toolbar {
  border: 1px solid #e2e2e2;
  border-radius: 4px; }

.form-editor {
  color: #515151;
  overflow: auto;
  width: 100%;
  padding: 10px; }
  .form-editor .field-edit-btn {
    width: 120px; }
  .form-editor .form-aligner {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #e2e2e2; }
  .form-editor .edit-value {
    width: 50%;
    padding: 10px; }
  .form-editor input {
    outline: none;
    width: 100%;
    max-width: 400px;
    padding: 10px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #e2e2e2; }
  .form-editor .label {
    padding: 5px 0; }
  .form-editor .select {
    width: 100%;
    max-width: 400px; }
  .form-editor .form-fields-header, .form-editor .label-main {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #e2e2e2; }
  .form-editor .form-fields-body {
    max-width: 500px; }
    .form-editor .form-fields-body .field-title {
      font-size: 16px;
      font-weight: bold;
      width: 60%; }
    .form-editor .form-fields-body .qsl-btn {
      width: 100px; }
  .form-editor .edit-field, .form-editor .form-field {
    margin: 5px 0; }
  .form-editor .qsl-btn {
    width: 130px; }

.save-config-prompt input, .save-config-prompt textarea {
  outline: none !important;
  width: 100%;
  margin: 5px 0;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  padding: 5px;
  font-size: 14px;
  box-sizing: border-box;
  background: #f2f2f2;
  resize: none;
  color: #515151; }
.save-config-prompt .error-message {
  color: #cc0000;
  font-size: 12px; }

.draft-desc {
  margin-top: 10px; }

.page-widgets {
  height: calc(100vh - 330px);
  overflow: auto; }
  .page-widgets .title {
    padding: 10px 0;
    margin-bottom: 10px; }
  .page-widgets .add-widget-btn {
    margin: 0; }

.widget-placeholder {
  margin: 5px 0; }
  .widget-placeholder .widget-action-btn {
    width: 80%;
    background-color: #f2f2f2;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px; }
    .widget-placeholder .widget-action-btn .icon {
      font-size: 16px;
      color: #828282; }
    .widget-placeholder .widget-action-btn .widget-title, .widget-placeholder .widget-action-btn .widget-type {
      text-transform: capitalize; }
    .widget-placeholder .widget-action-btn .widget-type {
      padding-left: 10px;
      color: #828282; }
    .widget-placeholder .widget-action-btn .widget-title {
      overflow: hidden;
      text-overflow: ellipsis; }
  .widget-placeholder .widget-btn {
    width: 10%;
    padding-left: 5px;
    color: #fff;
    text-align: center; }
    .widget-placeholder .widget-btn .copy-btn {
      color: #bbb;
      background: #fff;
      border-radius: 4px;
      padding: 4px 0;
      padding-top: 7px; }
    .widget-placeholder .widget-btn .del-btn {
      color: #cc0000;
      padding: 4px 0;
      padding-top: 7px; }

.widget-overlay {
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.widget-editor {
  z-index: 999;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 1100px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  box-sizing: border-box; }
  .widget-editor .widget-editor-body {
    padding: 5px; }
  .widget-editor .tab-contents {
    white-space: nowrap;
    overflow: hidden;
    width: 100%; }
    .widget-editor .tab-contents * {
      white-space: normal; }
    .widget-editor .tab-contents .tab {
      will-change: transform;
      width: 100%; }
  .widget-editor .tabs-container {
    position: relative;
    border-bottom: 1px solid #e2e2e2; }
    .widget-editor .tabs-container .tab-toggle {
      cursor: pointer;
      padding: 10px;
      width: 150px;
      text-align: center;
      background-color: #fff; }
      .widget-editor .tabs-container .tab-toggle.active {
        margin-bottom: -2px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-top: 1px solid #e2e2e2;
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2; }
  .widget-editor.new {
    width: auto; }
  .widget-editor * {
    box-sizing: border-box; }
  .widget-editor .widget-editor-header {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    position: relative;
    border-bottom: 2px solid #515151; }
    .widget-editor .widget-editor-header .icon-close {
      position: absolute;
      right: 5px;
      top: 5px;
      color: #cc0000; }
  .widget-editor .template-selector {
    padding: 10px; }
    .widget-editor .template-selector .label {
      padding: 10px 0; }
    .widget-editor .template-selector .templates-container {
      width: 100%;
      padding: 10px 0; }
      .widget-editor .template-selector .templates-container .template-option {
        width: 33.33%;
        margin: 10px 0px;
        padding: 15px;
        border-radius: 4px; }
        .widget-editor .template-selector .templates-container .template-option .icon-tick {
          top: 5px;
          right: 5px;
          opacity: 0;
          width: 30px;
          color: #4bb543; }
        .widget-editor .template-selector .templates-container .template-option img {
          display: block;
          margin: 10px auto;
          width: 60%; }
        .widget-editor .template-selector .templates-container .template-option .template-name {
          text-align: center;
          text-transform: uppercase; }
        .widget-editor .template-selector .templates-container .template-option.active {
          border: 1px solid #4bb543; }
          .widget-editor .template-selector .templates-container .template-option.active .icon-tick {
            opacity: 1; }

.widget-editor .widget-title, .qs-editor .widget-title {
  padding: 10px; }
  .widget-editor .widget-title .label, .qs-editor .widget-title .label {
    width: 150px; }
  .widget-editor .widget-title .input, .qs-editor .widget-title .input {
    width: 300px;
    margin-left: 10px; }
  .widget-editor .widget-title input, .qs-editor .widget-title input {
    padding: 8px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    outline: none; }

.text-widget, .header-widget {
  margin-bottom: 20px; }
  .text-widget .qsl-btn, .header-widget .qsl-btn {
    margin-top: 20px; }

.header-widget .header-editor {
  padding: 10px; }
  .header-widget .header-editor .title {
    width: 150px; }
  .header-widget .header-editor .editor-input {
    margin-left: 10px; }
  .header-widget .header-editor input {
    padding: 8px;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    outline: none; }

.image-widget .image-source {
  width: 100%; }

.form-widget .widget-title, .image-widget .widget-title {
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  width: 300px; }
  .form-widget .widget-title > div, .image-widget .widget-title > div {
    padding: 5px 0;
    white-space: nowrap; }
  .form-widget .widget-title .input, .image-widget .widget-title .input {
    margin-left: 0;
    width: 75%; }
  .form-widget .widget-title .label, .image-widget .widget-title .label {
    width: 25%; }
  .form-widget .widget-title input, .image-widget .widget-title input {
    padding: 8px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    outline: none; }
.form-widget .section-title, .image-widget .section-title {
  font-weight: bold;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px;
  margin: 0 10px;
  text-align: center; }
.form-widget .edit-template, .image-widget .edit-template {
  margin-left: 0 !important; }
.form-widget .template-selector, .image-widget .template-selector {
  padding: 10px 0;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 300px; }
.form-widget .display-image, .image-widget .display-image {
  width: 300px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  overflow: hidden;
  cursor: pointer;
  padding: 10px; }
.form-widget .info-text, .image-widget .info-text {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center; }
.form-widget .qsl-btn, .image-widget .qsl-btn {
  max-width: 300px; }
.form-widget .image-editor .widget-image, .image-widget .image-editor .widget-image {
  width: 300px;
  height: 300px;
  background-position: center;
  background-size: contain;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  background-color: #f2f2f2;
  margin: 0 auto;
  background-repeat: no-repeat; }
  .form-widget .image-editor .widget-image .select-image, .image-widget .image-editor .widget-image .select-image {
    cursor: pointer;
    background-color: #5937b9;
    color: #fff;
    text-align: center;
    width: 150px;
    padding: 10px;
    border-radius: 4px; }
  .form-widget .image-editor .widget-image .image-change-controllers, .image-widget .image-editor .widget-image .image-change-controllers {
    bottom: 0;
    text-align: center; }
    .form-widget .image-editor .widget-image .image-change-controllers > div, .image-widget .image-editor .widget-image .image-change-controllers > div {
      cursor: pointer;
      background-color: #f2f2f2;
      padding: 10px;
      border: 1px solid #e2e2e2;
      border-collapse: collapse; }
      .form-widget .image-editor .widget-image .image-change-controllers > div:hover, .image-widget .image-editor .widget-image .image-change-controllers > div:hover {
        background-color: #e2e2e2; }

.form-widget .form-block {
  width: 33.333%; }
  .form-widget .form-block:not(:first-child):after {
    content: '';
    position: absolute;
    height: calc(100% - 20px);
    width: 1px;
    top: 10px;
    background-color: #e2e2e2; }
.form-widget .form-fields-body {
  padding: 10px;
  height: 345px;
  overflow: overlay; }
  .form-widget .form-fields-body .field-title {
    padding: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    width: 85%;
    background-color: #f2f2f2; }
  .form-widget .form-fields-body .field-del-btn {
    width: 100px; }
    .form-widget .form-fields-body .field-del-btn .icon {
      font-size: 20px; }
  .form-widget .form-fields-body .qsl-btn {
    margin: 0;
    margin-left: 8px;
    padding: 8px; }
  .form-widget .form-fields-body .field-display {
    margin-bottom: 5px; }
    .form-widget .form-fields-body .field-display.active .field-title {
      border: 2px solid #5937b9 !important; }
.form-widget .form-fields .add-new-field {
  padding: 0 10px; }
  .form-widget .form-fields .add-new-field .qsl-btn {
    max-width: 100%; }
.form-widget .no-field-selected {
  margin-top: 40px;
  padding: 10px;
  font-size: 16px;
  color: #bbb; }
  .form-widget .no-field-selected .icon {
    font-size: 64px; }
.form-widget .fields-container {
  padding: 10px; }
  .form-widget .fields-container .qsl-btn {
    width: 130px;
    margin: 10px 0; }
  .form-widget .fields-container input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    outline: none;
    width: 100%;
    background-color: inherit; }
  .form-widget .fields-container .form-field-container {
    margin: 5px 0; }
    .form-widget .fields-container .form-field-container .form-field {
      float: right;
      width: 70%; }
    .form-widget .fields-container .form-field-container .label {
      padding: 10px 0; }
    .form-widget .fields-container .form-field-container:after {
      content: '';
      clear: both;
      display: table; }
    .form-widget .fields-container .form-field-container.split-line .form-field {
      width: 100%;
      margin-top: 5px; }
    .form-widget .fields-container .form-field-container.checkbox-field .label {
      width: 80%; }
    .form-widget .fields-container .form-field-container.checkbox-field .form-field {
      width: 20%;
      text-align: right;
      float: none; }
    .form-widget .fields-container .form-field-container.checkbox-field input {
      width: auto; }

.add-new-widget {
  width: 700px;
  margin: 10px;
  padding: 0 10px; }
  .add-new-widget input {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    outline: none;
    width: 100%;
    background-color: inherit; }
  .add-new-widget .widget-title {
    margin: 10px 0;
    padding: 10px 0; }
    .add-new-widget .widget-title .label {
      width: 15%; }
    .add-new-widget .widget-title .input {
      width: 85%;
      margin-left: 0; }
  .add-new-widget .widget-type {
    margin: 10px 0; }
    .add-new-widget .widget-type .type-label {
      padding: 10px 0;
      border-bottom: 1px solid #e2e2e2; }
    .add-new-widget .widget-type .type-selector {
      display: table; }
      .add-new-widget .widget-type .type-selector .widget {
        margin: 30px;
        color: #adadad;
        text-align: center; }
        .add-new-widget .widget-type .type-selector .widget.active .icon-tick {
          opacity: 1;
          transition: .4s;
          -webkit-transition: .4s; }
      .add-new-widget .widget-type .type-selector .icon-tick {
        background-color: #fff;
        border-radius: 50%;
        color: #4bb543;
        font-size: 24px;
        position: absolute;
        right: -5px;
        top: 0px;
        opacity: 0; }
      .add-new-widget .widget-type .type-selector span.icon {
        font-size: 72px; }
      .add-new-widget .widget-type .type-selector .widget-name {
        margin: 10px 0;
        text-transform: capitalize; }
  .add-new-widget .qsl-btn {
    width: 150px; }

.widget-settings .layout-styles {
  padding: 10px; }
.widget-settings .margin-padding-settings {
  width: 100%;
  margin: 10px auto;
  margin-top: 20px;
  max-width: 500px;
  border: 1px solid #e2e2e2;
  border-radius: 4px; }
.widget-settings .mp-table {
  width: 100%;
  border-collapse: collapse; }
  .widget-settings .mp-table input {
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background-color: #fff;
    outline: none;
    width: 100%;
    text-align: center;
    font-size: 14px; }
  .widget-settings .mp-table .grey-bg {
    background-color: #f2f2f2; }
.widget-settings .title {
  padding: 10px 0;
  border-bottom: 1px solid #e2e2e2; }
.widget-settings .other-styles {
  padding: 10px; }
  .widget-settings .other-styles .style-field-container {
    margin: 15px 0; }
    .widget-settings .other-styles .style-field-container .label {
      width: 300px; }

.dual-prompt input {
  margin-bottom: 15px; }

.gallery-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  will-change: transform;
  transform: translateY(100%);
  opacity: 0;
  transition: 180ms;
  background-color: #fff; }
  .gallery-container .icon-close {
    position: absolute;
    right: 5px;
    top: 5px; }
  .gallery-container.active {
    transform: translateY(0%);
    opacity: 1; }

.up-gallery {
  width: 100%; }
  .up-gallery * {
    box-sizing: border-box; }
  .up-gallery .empty-library {
    margin-top: 60px;
    color: #bbb;
    display: block;
    font-size: 20px; }
    .up-gallery .empty-library .icon-info {
      font-size: 72px; }
    .up-gallery .empty-library > div {
      padding: 5px; }
    .up-gallery .empty-library span {
      font-size: 14px;
      margin: 0 5px;
      padding: 5px;
      border: 1px solid #5937b9;
      border-radius: 4px;
      color: #5937b9;
      cursor: pointer;
      text-transform: uppercase;
      transition: 180ms; }
      .up-gallery .empty-library span:hover {
        color: #fff;
        background-color: #5937b9; }
  .up-gallery .section-header {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    position: relative;
    border-bottom: 2px solid #515151; }
  .up-gallery .section-content {
    padding: 10px;
    padding-bottom: 0; }
  .up-gallery .tabs-container {
    border: none !important; }
    .up-gallery .tabs-container .tab-toggle {
      min-width: 100px;
      width: auto;
      position: relative;
      border: none !important;
      margin-bottom: 0 !important;
      border-radius: 0 !important;
      margin-right: 10px; }
      .up-gallery .tabs-container .tab-toggle a {
        text-decoration: underline;
        cursor: pointer; }
      .up-gallery .tabs-container .tab-toggle:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #e2e2e2;
        transition: .3s; }
      .up-gallery .tabs-container .tab-toggle.active {
        border: none !important; }
        .up-gallery .tabs-container .tab-toggle.active:after {
          background-color: #5937b9; }
  .up-gallery .client-images {
    margin-top: 10px;
    height: 440px;
    overflow: auto; }
  .up-gallery .gallery-item {
    padding: 5px;
    text-align: center;
    position: relative; }
    .up-gallery .gallery-item .image-holder {
      position: relative;
      width: 200px;
      height: 200px;
      background-position: center;
      background-size: cover;
      cursor: pointer;
      background-repeat: no-repeat;
      transition: .3s;
      transform: scale(1);
      will-change: transform;
      border-radius: 4px;
      border: 1px solid #e2e2e2;
      overflow: hidden;
      background-color: #f2f2f2; }
    .up-gallery .gallery-item.new-image-upload .icon-addgallery {
      font-size: 84px;
      padding-top: 50px; }
    .up-gallery .gallery-item .icon-tick, .up-gallery .gallery-item .icon-close {
      position: absolute;
      width: auto;
      height: auto;
      background-color: transparent;
      border: none; }
    .up-gallery .gallery-item .icon-tick {
      color: #4bb543;
      opacity: 0;
      font-size: 48px;
      pointer-events: none; }
    .up-gallery .gallery-item .icon-close {
      color: #cc0000;
      right: 10px;
      top: 10px;
      font-size: 24px;
      opacity: 1; }
    .up-gallery .gallery-item .credit-user {
      position: absolute;
      bottom: 0;
      font-size: 12px;
      left: 0;
      width: 100%;
      padding: 5px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; }
      .up-gallery .gallery-item .credit-user a {
        text-decoration: underline;
        color: #65bfff;
        cursor: pointer;
        white-space: nowrap; }
    .up-gallery .gallery-item.active .icon-tick {
      transition: .3s;
      opacity: 1; }
    .up-gallery .gallery-item.active .icon-close {
      transition: .3s;
      opacity: 0;
      pointer-events: none; }
    .up-gallery .gallery-item.active .image-holder {
      transform: scale(0.9); }
  .up-gallery .free-images .gallery-items {
    margin-top: 50px;
    padding-top: 5px;
    height: 400px;
    overflow: auto; }
  .up-gallery .free-images .top-fixed-bar {
    top: 0;
    position: fixed;
    height: 50px;
    border-bottom: 1px solid #e2e2e2; }
    .up-gallery .free-images .top-fixed-bar .div-table-cell {
      vertical-align: middle; }
    .up-gallery .free-images .top-fixed-bar .search-image {
      margin-left: 5px;
      font-family: inherit;
      padding: 6px;
      padding-left: 30px;
      border-radius: 4px;
      border: 1px solid #e2e2e2;
      outline: none;
      width: 250px;
      font-size: 14px; }
      .up-gallery .free-images .top-fixed-bar .search-image::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #b3b3b3;
        opacity: 1;
        /* Firefox */ }
      .up-gallery .free-images .top-fixed-bar .search-image:focus, .up-gallery .free-images .top-fixed-bar .search-image.force-focused {
        border: 1.5px solid #5937b9; }
    .up-gallery .free-images .top-fixed-bar .icon-search {
      font-size: 14px;
      left: 15px;
      top: 49%;
      color: #b3b3b3;
      transform: translateY(-50%); }
    .up-gallery .free-images .top-fixed-bar .icon-close {
      font-size: 18px;
      top: 49%;
      transform: translateY(-50%);
      padding: 5px;
      color: #5937b9;
      left: 225px;
      width: 30px;
      cursor: pointer; }
    .up-gallery .free-images .top-fixed-bar .page-controller {
      text-align: right;
      margin-right: 5px; }
      .up-gallery .free-images .top-fixed-bar .page-controller .prev-images {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
      .up-gallery .free-images .top-fixed-bar .page-controller .next-images {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        border-left: none; }
      .up-gallery .free-images .top-fixed-bar .page-controller > div {
        cursor: pointer;
        color: #5937b9;
        padding: 5px 10px;
        cursor: pointer;
        border: 1px solid #5937b9; }
        .up-gallery .free-images .top-fixed-bar .page-controller > div:hover {
          color: #fff;
          background-color: #5937b9; }

.gallery-loader {
  width: 100%;
  height: 450px;
  text-align: center; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  display: block; }

/*# sourceMappingURL=style.css.map */
