/*
Variables For Form Builder
*/
/*
Mixins For Form Builder
*/
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 100000000;
}
.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 100000001;
}
.sweet-alert.swalOverLay___ {
  z-index: 101010110;
}
@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}
.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.sweet-alert fieldset {
  border: none;
  position: relative;
}
.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}
.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}
.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}
.sweet-alert .sa-error-container p {
  display: inline-block;
}
.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: "";
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}
.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}
.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}
.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}
.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.sweet-alert.show-input input {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button {
  background-color: #8CD4F5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}
.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.sweet-alert button:hover {
  background-color: #7ecff4;
}
.sweet-alert button:active {
  background-color: #5dc2f1;
}
.sweet-alert button.cancel {
  background-color: #C1C1C1;
}
.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}
.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}
.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
  box-shadow: none !important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
  padding-bottom: 40px;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #F27474;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #F27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #F8BB86;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #C9DAE1;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #A5DC86;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #A5DC86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}
@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}
@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}
@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}
@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
.up-userplace-frontend--section .up-notify {
  width: 100%;
  color: #6c6c6c;
  margin: 0;
  padding: 15px;
  margin-bottom: 30px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-family: inherit;
  background-color: #f5f5f5;
  border-left: 4px solid rgba(224, 62, 62, 0.72);
}
.up-userplace-frontend--section .up-notify p:last-child {
  margin-bottom: 0;
}
/*!
 * Quill Editor v1.2.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\25CF';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
}
.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}
.ql-editor ol li:before {
  content: counter(list-num, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
/*!
 * Quill Editor v1.2.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\25CF';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
}
.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}
.ql-editor ol li:before {
  content: counter(list-num, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.ql-bubble .ql-editor code:before,
.ql-bubble .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
/*!
 * Quill Editor v1.2.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\25CF';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
}
.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}
.ql-editor ol li:before {
  content: counter(list-num, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
.rq-userplace-custom-field h4.field-title {
  font-size: 12px;
  margin: 10px 0 8px;
}
.rq-userplace-custom-field .rq-userplace-restricted-roles-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-gap: 10px;
  max-height: 240px;
  overflow-y: auto;
  overflow-x: hidden;
}
.rq-userplace-custom-field .rq-userplace-restricted-roles-area p {
  margin: 0;
}
.userplaceSettingsBar {
  width: calc(100% - 30px);
  height: auto;
  margin: 30px 15px;
  box-sizing: border-box;
}
.userplaceSettingsBar h1 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 400;
}
.userplaceSettingsBar #userplace_settings,
.userplaceSettingsBar #userplace_payment_settings {
  padding: 15px 0 75px;
}
.userplaceSettingsBar #userplace_settings .scwp-pageSettings-wrapper,
.userplaceSettingsBar #userplace_payment_settings .scwp-pageSettings-wrapper {
  margin-top: 0;
}
.userplaceSettingsBar #userplace_settings button.up-userplace-btn,
.userplaceSettingsBar #userplace_payment_settings button.up-userplace-btn {
  padding: 15px 65px;
  background-color: #0088d6;
  background: #0088d6;
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.3;
  margin-top: 15px;
  border: 0;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .userplaceSettingsBar #userplace_settings button.up-userplace-btn,
  .userplaceSettingsBar #userplace_payment_settings button.up-userplace-btn {
    padding: 10px 27px;
  }
}
@media only screen and (max-width: 767px) {
  .userplaceSettingsBar #userplace_settings button.up-userplace-btn,
  .userplaceSettingsBar #userplace_payment_settings button.up-userplace-btn {
    padding: 12px 32px;
  }
}
.userplaceSettingsBar #userplace_settings button.up-userplace-btn:focus,
.userplaceSettingsBar #userplace_payment_settings button.up-userplace-btn:focus,
.userplaceSettingsBar #userplace_settings button.up-userplace-btn:hover,
.userplaceSettingsBar #userplace_payment_settings button.up-userplace-btn:hover {
  outline: 0;
  background-color: rgba(0, 135, 214, 0.8);
}
.scwp-pageSettings-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  min-height: 600px;
}
.scwp-pageSettings-wrapper .scwp-tab-menu-wrapper {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0;
  background-color: #2d3446;
  border: 1px solid #2d3446;
  border-right: 0;
}
.scwp-pageSettings-wrapper .scwp-tab-menu-wrapper .scwp-tab-menu-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 45px;
  margin: 0;
  padding: 3px 15px;
  outline: 0;
  border: 0;
  margin-bottom: 1px;
  background-color: rgba(248, 248, 248, 0.05);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.scwp-pageSettings-wrapper .scwp-tab-menu-wrapper .scwp-tab-menu-button:last-of-type {
  margin-bottom: 0;
}
.scwp-pageSettings-wrapper .scwp-tab-menu-wrapper .scwp-tab-menu-button.active {
  background-color: #0088d6;
}
.scwp-pageSettings-wrapper .scwp-tab-menu-wrapper .scwp-tab-menu-button.active:after {
  display: block;
  border-color: transparent transparent transparent #0088d6;
  border-style: solid;
  border-width: 14px 0 14px 13px;
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  width: 28px;
  z-index: 9;
  top: 24%;
  right: -26px;
}
.scwp-pageSettings-wrapper .reuseFormWrapper___ {
  padding: 30px;
  border: 1px solid #2d3446;
  background-color: #ffffff;
  border-left: 0;
  width: 100%;
}
.scwp-pageSettings-wrapper .reuseFormWrapper___ button.reuseButton___ {
  background-color: #2d3446;
}
.scwp-pageSettings-wrapper .reuseFormWrapper___ button.reuseButton___:hover,
.scwp-pageSettings-wrapper .reuseFormWrapper___ button.reuseButton___:focus {
  outline: none;
  background-color: rgba(45, 52, 70, 0.85);
}
.scwp-pageSettings-wrapper .reuseFormWrapper___ .reuseSingleElement___ .reuseElementBlock___ .switch .switch-toggle .reuseToggleOnState___.reuseToggleAltWrapper___ {
  background-color: #2d3446;
  border: 1px solid #2d3446;
}
.scwp-pageSettings-wrapper .reuseFormWrapper___ .reuseSingleElement___ .reuseElementBlock___ .switch .switch-toggle .reuseToggleOnState___.reuseToggleAltWrapper___ span {
  color: #2d3446;
}
#userplace_role_capabilities .reuseFormWrapper___ .reuseSingleElement___ .reuseElementBlock___ .reuseCheckboxParrentWrapper___ {
  margin: 0 0 0 -10px;
}
#userplace_role_capabilities .reuseFormWrapper___ .reuseSingleElement___ .reuseElementBlock___ .reuseCheckboxParrentWrapper___ .reuseCheckboxWrapper___ .reuseCheckboxField___ {
  width: 100%;
}
#userplace_role_capabilities .reuseFormWrapper___ .reuseSingleElement___ .reuseElementBlock___ .reuseCheckboxParrentWrapper___ .reuseCheckboxWrapper___ .reuseCheckboxField___ .reuseCheckbox___ + label {
  width: 100%;
  word-wrap: break-word;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#userplace_role_capabilities .reuseFormWrapper___ .reuseSingleElement___ .reuseElementBlock___ .reuseCheckboxParrentWrapper___ .reuseCheckboxWrapper___ .reuseCheckboxField___ .reuseCheckbox___ + label span {
  width: 100%;
}
pre.scwp-snippet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.07);
}
pre.scwp-snippet code.js.hljs.javascript {
  background-color: transparent;
}
pre.scwp-snippet .scwp-clippy-icon {
  padding: 4px 6px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ededed;
  top: 3px;
  right: 4px;
}
pre.scwp-snippet:hover .scwp-clippy-icon {
  visibility: visible;
  opacity: 1;
}
.up-userplace-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 270px);
  box-sizing: border-box;
  margin-left: 270px;
  position: fixed;
  background-color: #ffffff;
  height: 85px;
  top: 32px;
  z-index: 9;
  padding: 0 35px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .up-userplace-header-wrapper {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .up-userplace-header-wrapper {
    width: 100%;
    margin-left: 0;
    top: 46px;
    padding: 0 25px;
    height: 65px;
  }
}
.up-userplace-header-wrapper .up-userplace-header-right {
  display: flex;
  align-items: center;
}
.up-userplace-header-wrapper .up-userplace-header-add-listing {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  background-color: #262626;
  outline: 0;
  text-decoration: none;
  border-radius: 3px;
  height: 40px;
  color: #ffffff;
  margin-right: 30px;
  font-size: 15px;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.up-userplace-header-wrapper .up-userplace-header-add-listing i {
  font-size: 24px;
  margin-right: 10px;
}
.up-userplace-header-wrapper .up-userplace-header-add-listing:hover {
  background-color: #312e2e;
}
@media only screen and (max-width: 767px) {
  .up-userplace-header-wrapper .up-userplace-header-add-listing {
    height: 36px;
    padding: 5px 12px;
  }
}
.up-userplace-header-wrapper button.toggle-nav {
  outline: 0;
  border: 0;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  min-height: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .up-userplace-header-wrapper button.toggle-nav {
    opacity: 1;
    visibility: visible;
  }
}
.up-userplace-header-wrapper button.toggle-nav .up-nav-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #323332;
  margin-bottom: 4px;
}
.up-userplace-header-wrapper .up-userplace-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.up-userplace-header-wrapper .up-userplace-header-content > li {
  padding: 0 5px;
  vertical-align: middle;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-inbox {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.up-userplace-header-wrapper .up-userplace-header-content > li > .up-userplace-userimg-wrapper {
  cursor: pointer;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon {
  padding: 0;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon span.up-userplace-userimg-wrapper {
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%;
  background-color: #e8e8e8;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon span.up-userplace-userimg-wrapper img {
  max-width: 100%;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon span.up-userplace-username {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  padding-top: 9px;
  padding-right: 20px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon span.up-userplace-username {
    display: none;
  }
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown {
  min-width: 270px;
  position: absolute;
  z-index: 1;
  top: calc(100% + 49px);
  right: 0;
  background-color: #ffffff;
  list-style-type: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 50px 12px rgba(144, 48, 134, 0.095);
  -moz-box-shadow: 0 6px 50px 12px rgba(144, 48, 134, 0.095);
  box-shadow: 0 6px 50px 12px rgba(144, 48, 134, 0.095);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown.animate-dropdown-menu {
  top: calc(100% + 25px);
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown.animate-dropdown-menu {
    top: calc(100% + 15px);
  }
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown li {
  line-height: 1;
  background-color: #ffffff;
  margin: 0;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown li:last-child {
  margin-bottom: 0;
  box-shadow: none;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown li a {
  font-size: 13px;
  font-weight: 600;
  color: #323232;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-family: inherit;
  min-height: 45px;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown li a i {
  font-size: 18px;
  padding-right: 15px;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown li a:hover {
  background: linear-gradient(to right, #ececec 0%, #ffffff 100%);
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown li.up-userplace-userinfo {
  background-color: #f7f7f7;
  padding: 30px;
  margin-bottom: 20px;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown li.up-userplace-userinfo h3 {
  font-size: 15px;
  font-weight: bold;
  color: #262626;
  margin: 10px 0;
}
.up-userplace-header-wrapper .up-userplace-header-content > li.up-userplace-usericon ul.up-userplace--dropdown li.up-userplace-userinfo span {
  font-size: 13px;
  color: #8e8e8e;
}
@media only screen and (max-width: 767px) {
  .sticky-header .up-console-mobile-page .up-userplace-leftside-nav,
  .sticky-header .up-console-mobile-page .up-userplace-header-wrapper {
    top: 0;
  }
}
.up-userplace-leftside-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  overflow-y: auto;
  width: 270px;
  position: fixed;
  top: 32px;
  height: 100vh;
  background-color: #ffffff;
  padding: 0px 0px 100px;
  z-index: 10;
  box-sizing: border-box;
  border-right: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .up-userplace-leftside-nav {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .up-userplace-leftside-nav {
    width: 200px;
    top: 65px;
  }
}
.up-userplace-leftside-nav .up-userplace-logo {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 50px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.up-userplace-leftside-nav .up-userplace-logo a {
  display: inline-block;
  overflow: hidden;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.up-userplace-leftside-nav .up-userplace-logo a img {
  max-width: 100%;
  max-height: 60px;
}
.up-userplace-leftside-nav .up-userplace-user-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  padding-top: 22px;
  padding-bottom: 22px;
  box-sizing: border-box;
  min-height: 70px;
  border-bottom: 1px solid #e6e6e6;
}
.up-userplace-leftside-nav .up-userplace-user-information h3 {
  font-family: "pt_sansregular", sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #f9f9f9;
  display: block;
  text-decoration: none;
}
.up-userplace-leftside-nav .up-userplace-user-information .up-userplace-user-img {
  width: 120px;
  height: 120px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background-color: #e6e6e6;
  position: relative;
  margin-bottom: 15px;
  border-radius: 50%;
}
.up-userplace-leftside-nav .up-userplace-back2home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  height: 85px;
  padding: 0 30px;
  border-bottom: 1px solid #e6e6e6;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .up-userplace-leftside-nav .up-userplace-back2home {
    height: 65px;
    padding: 0 15px;
    font-size: 14px;
  }
}
.up-userplace-leftside-nav .up-userplace-back2home a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  overflow: hidden;
  box-sizing: border-box;
  color: #484848;
  padding-right: 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.up-userplace-leftside-nav .up-userplace-back2home a i {
  font-size: 28px;
  padding-right: 10px;
  line-height: 1;
}
.up-userplace-leftside-nav .up-userplace-back2home a:hover,
.up-userplace-leftside-nav .up-userplace-back2home a:focus {
  color: #484848;
  outline: 0;
}
.up-userplace-leftside-nav .up-userplace-back2home a span {
  margin-top: -2px;
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu li {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  padding: 10px 30px;
  outline: 0;
  color: #262626;
  text-align: center;
  position: relative;
  min-height: 75px;
  background-color: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid #f3f3f3;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (max-width: 767px) {
  .up-userplace-leftside-nav ul.up-userplace-nav-menu li a {
    padding: 8px 15px;
    min-height: 55px;
  }
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu li a:before {
  visibility: hidden;
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu li a span {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 16px;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .up-userplace-leftside-nav ul.up-userplace-nav-menu li a span {
    font-size: 14px;
  }
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu li a i {
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 767px) {
  .up-userplace-leftside-nav ul.up-userplace-nav-menu li a i {
    font-size: 20px;
  }
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu li a i.fa {
  font-size: 18px;
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu li a.active-page {
  color: #262626;
  background: linear-gradient(to right, #ececec 0%, #ffffff 100%);
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu li a.active-page:before {
  visibility: visible;
  background-color: #262626;
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu li a.active-page:hover {
  color: #262626;
  background: #ececec;
}
.up-userplace-leftside-nav ul.up-userplace-nav-menu li a:hover {
  color: #262626;
  background: linear-gradient(to right, #ececec 0%, #ffffff 100%);
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 24px;
  cursor: pointer;
}
.hamburger-box .hamburger-inner {
  position: absolute;
  width: 22px;
  height: 2px;
  transition-property: transform;
  border-radius: 4px;
  background-color: #323332;
  top: 50%;
  display: block;
  margin-top: -2px;
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: rotate(225deg);
}
.hamburger-box .hamburger-inner:before,
.hamburger-box .hamburger-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 4px;
  background-color: #323332;
}
.hamburger-box .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
  opacity: 0;
}
.hamburger-box .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transform: rotate(-90deg);
}
.up-userplace-addon-page {
  overflow: hidden;
  padding: 0 15px;
  margin-top: 20px;
}
.up-userplace-addon-page h1 {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  padding: 9px 0 4px;
  line-height: 29px;
}
@media only screen and (max-width: 767px) {
  .up-userplace-addon-page .up-userplace-addons-area {
    margin-right: 0;
  }
}
.up-userplace-addon-page .up-userplace-addons-area .userplace-addons .userplace-addon-content h2 {
  color: #2d3446;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: capitalize;
}
.frontend-wp-toolbar body {
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.frontend-wp-toolbar body p {
  font-size: 15px;
  line-height: 26px;
  color: #6c6c6c;
  font-family: inherit;
}
.frontend-wp-toolbar body.wpb-js-composer .up-userplace-frontend--section .up-userplace-main-content {
  display: block;
}
.frontend-wp-toolbar body.wpb-js-composer .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets {
  width: calc(100% - 30px);
  margin: 15px;
}
.frontend-wp-toolbar .swal2-container .swal2-popup .swal2-header .swal2-icon.swal2-warning {
  border-color: #ffce61;
  color: #ffce61;
}
.frontend-wp-toolbar .swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-confirm {
  background-color: #2c2c2c !important;
  border-left-color: #2c2c2c !important;
  border-right-color: #2c2c2c !important;
}
.frontend-wp-toolbar .swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:hover {
  background-color: #000000 !important;
  border-left-color: #000000 !important;
  border-right-color: #000000 !important;
}
.frontend-wp-toolbar .swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-confirm:focus {
  box-shadow: none;
}
.frontend-wp-toolbar .swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-cancel {
  background-color: #f64e54 !important;
}
.frontend-wp-toolbar .swal2-container .swal2-popup .swal2-actions .swal2-styled.swal2-cancel:focus {
  box-shadow: none;
}
p.rq-userplace-des-info {
  font-size: 15px;
  line-height: 26px;
  color: #342222;
  text-align: justify;
  max-height: 150px;
  overflow: auto;
  padding-right: 20px;
}
.up-userplace-frontend--section {
  display: block;
  position: relative;
  width: 100%;
}
.up-userplace-frontend--section .up-userplace-inner-wrapper {
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.up-userplace-frontend--section .up-userplace-btn {
  padding: 12px 37px;
  background-color: #2d3446;
  background: #2d3446;
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .up-userplace-frontend--section .up-userplace-btn {
    padding: 10px 27px;
  }
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section .up-userplace-btn {
    padding: 12px 32px;
  }
}
.up-userplace-frontend--section .up-userplace-btn:hover,
.up-userplace-frontend--section .up-userplace-btn:focus {
  outline: 0;
  background-color: rgba(45, 52, 70, 0.8);
}
.up-userplace-frontend--section .rqUserplaceTable {
  border: 1px solid #e6e6e6;
}
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableHead,
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTabelListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableHead h4,
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTabelListItem h4,
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableHead span,
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTabelListItem span {
  overflow: hidden;
  text-align: center;
  padding: 2px;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  text-wrap: wrap;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableHead h4.rqUserplaceInvoiceId,
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTabelListItem h4.rqUserplaceInvoiceId,
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableHead span.rqUserplaceInvoiceId,
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTabelListItem span.rqUserplaceInvoiceId {
  text-align: left;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableHead h4.rqUserplaceInvoiceId,
  .up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTabelListItem h4.rqUserplaceInvoiceId,
  .up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableHead span.rqUserplaceInvoiceId,
  .up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTabelListItem span.rqUserplaceInvoiceId {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableHead {
  padding: 13px;
  border-bottom: 1px solid #e6e6e6;
}
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableHead h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableBody .rqUserplaceTabelListItem {
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid transparent;
  font-size: 15px;
  padding: 13px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableBody .rqUserplaceTabelListItem span.rqUserplaceInvoiceStatus i {
  color: #2d3446;
}
.up-userplace-frontend--section .rqUserplaceTable .rqUserplaceTableBody .rqUserplaceTabelListItem:nth-child(odd) {
  background-color: #f8f8f8;
}
.up-userplace-frontend--section #userplace_user_settings_form {
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form {
  width: 70%;
  margin: 56px auto;
  padding: 40px 30px 35px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #efefef;
  border-radius: 3px;
}
@media (max-width: 990px) {
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form {
    padding: 30px 20px 55px;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper {
  margin-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 600px) {
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper {
    border-bottom: 0;
  }
}
@media (max-width: 460px) {
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button {
  background: transparent;
  border: 0;
  border-radius: 0px;
  color: #919bb0;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: CAPITALIZE;
  line-height: 1;
  padding: 0;
  text-transform: capitalize;
  margin-right: 20px;
  font-size: 18px;
  padding-bottom: 20px;
  transition: all 0.35s ease;
  padding-right: 10px;
  padding-left: 10px;
  outline: 0;
  border-bottom: 2px solid transparent;
}
@media (max-width: 600px) {
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button {
    margin-bottom: 15px;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button.active,
.up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button:focus {
  color: #182c40;
  border-bottom: 2px solid #182c40;
  outline: 0;
  margin-bottom: -1px;
}
@media (max-width: 600px) {
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button.active,
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button:focus {
    margin-bottom: 15px;
  }
}
@media (max-width: 460px) {
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button.active,
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button:focus {
    border-bottom: 2px solid transparent;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button:hover {
  color: #182c40;
  border-bottom: 2px solid #182c40;
  margin-bottom: -1px;
}
@media (max-width: 600px) {
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button:hover {
    margin-bottom: 15px;
  }
}
@media (max-width: 460px) {
  .up-userplace-frontend--section #userplace_user_settings_form .scwpFrontentSettingsCentre.scwp-profile-form .scwp-tab-menu-wrapper button:hover {
    border-bottom: 2px solid transparent;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid #efefef;
}
@media (min-width: 992px) {
  .up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab {
    padding: 40px;
    width: 70%;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form ul.userplace_user__tab-header {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #efefef;
  align-items: center;
  margin-bottom: 50px;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab-header-list {
  margin: 0;
  line-height: 1;
  margin-right: 20px;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab-header-list {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab-header-list.active a {
  color: #454545;
  border-color: #454545;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab-header-list a {
  line-height: 1;
  font-size: 18px;
  display: block;
  padding-bottom: 20px;
  color: #919bb0;
  outline: none;
  transition: all 500ms ease;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  padding-left: 10px;
  padding-right: 10px;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .map_canvas {
  margin-bottom: 30px;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group {
  position: relative;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group > i {
  position: absolute;
  top: 50%;
  left: 20px;
  color: var(--colorTextMain, #737373);
  font-size: 18px;
  transform: translateY(-50%);
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group.form-group-icon input[type="text"] {
  padding-left: 45px;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group #user_custom_gravatar,
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group #user_banner_image {
  margin-bottom: 15px;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group label {
  font-size: 15px;
  color: #737373;
  display: block;
  overflow: hidden;
  margin: 0;
  font-weight: 700;
  font-family: "Poppins";
  margin-bottom: 15px;
  line-height: 1.3;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group label.small {
  font-weight: 400;
  font-size: 14px;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group button[type="submit"] {
  cursor: pointer;
  min-height: 48px;
  padding: 10px 25px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  border: 1px solid;
  border-radius: 5px;
  background-color: #454545;
  border-color: #454545;
  font-size: 14px;
  outline: none;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group input[type="file"] {
  font-size: 14px;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group input[type="text"],
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group textarea {
  font-size: 14px;
  font-weight: 400;
  color: #737373;
  line-height: 40px;
  height: 42px;
  width: 100%;
  display: block;
  padding: 0 15px;
  border: 1px solid #e3e3e3;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: 0 !important;
  -webkit-transition: all 0.8s cubic-bezier(0.28, 0.75, 0.25, 1);
  -moz-transition: all 0.8s cubic-bezier(0.28, 0.75, 0.25, 1);
  -ms-transition: all 0.8s cubic-bezier(0.28, 0.75, 0.25, 1);
  -o-transition: all 0.8s cubic-bezier(0.28, 0.75, 0.25, 1);
  transition: all 0.8s cubic-bezier(0.28, 0.75, 0.25, 1);
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group input[type="text"].small,
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group textarea.small {
  height: 42px;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group input[type="text"]:focus,
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group textarea:focus,
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group input[type="text"]:active,
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group textarea:active {
  border-color: #454545;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group textarea {
  min-height: 135px;
  line-height: 1.85;
  padding-top: 10px;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .form-group:not(:last-of-type) {
  margin-bottom: 30px;
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .input-group-2-col {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab .input-group-2-col {
    grid-template-columns: 1fr 1fr;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .userplace_user__tab-content {
  display: none;
  padding-bottom: 30px;
}
.up-userplace-frontend--section #userplace_user_settings_form,
.up-userplace-frontend--section .up-userplace-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 270px);
  margin-left: 270px;
  padding-top: 115px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .up-userplace-frontend--section #userplace_user_settings_form,
  .up-userplace-frontend--section .up-userplace-main-content {
    width: calc(100% - 200px);
    margin-left: 200px;
    padding: 90px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section #userplace_user_settings_form,
  .up-userplace-frontend--section .up-userplace-main-content {
    width: 100%;
    margin-left: 0;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets {
  width: calc(100% / 2 - 15px);
  margin: 15px 0;
  padding: 30px 30px 35px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info,
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets {
    margin: 12px 0;
    padding: 22px;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .up-userplace-widget-body,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .up-userplace-widget-body,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .up-userplace-widget-body,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .up-userplace-widget-body {
  max-height: 360px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info,
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets {
    width: 100%;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info,
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets {
    width: 100%;
    margin: 15px 0;
    padding: 27px;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info h3.rqPageTitle,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info h3.rqPageTitle,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets h3.rqPageTitle,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets h3.rqPageTitle {
  color: #323232;
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info p.up-notify,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info p.up-notify,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets p.up-notify,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets p.up-notify {
  margin: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #f8f8f8;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .rqBillingInfoBlock p,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .rqBillingInfoBlock p,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .rqBillingInfoBlock p,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .rqBillingInfoBlock p {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .rqBillingInfoBlock p strong,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .rqBillingInfoBlock p strong,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .rqBillingInfoBlock p strong,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .rqBillingInfoBlock p strong {
  color: #4c4c4c;
  font-weight: normal;
  position: relative;
  box-sizing: border-box;
  padding-right: 20px;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .rqBillingInfoBlock p strong::before,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .rqBillingInfoBlock p strong::before,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .rqBillingInfoBlock p strong::before,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .rqBillingInfoBlock p strong::before {
  position: absolute;
  content: ":";
  top: 0;
  display: inline-block;
  right: 15px;
  color: #000000;
  font-weight: 600;
  font-family: inherit;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .rqBillingInfoBlock p span,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .rqBillingInfoBlock p span,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .rqBillingInfoBlock p span,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .rqBillingInfoBlock p span {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .rqBillingInfoBlock p span.active,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .rqBillingInfoBlock p span.active,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .rqBillingInfoBlock p span.active,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .rqBillingInfoBlock p span.active {
  color: #46da36;
  position: relative;
  padding-left: 12px;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .rqBillingInfoBlock p span.active::before,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .rqBillingInfoBlock p span.active::before,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .rqBillingInfoBlock p span.active::before,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .rqBillingInfoBlock p span.active::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #46da36;
  position: absolute;
  top: 9px;
  left: 0;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .rqBillingInfoBlock:last-child,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .rqBillingInfoBlock:last-child,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .rqBillingInfoBlock:last-child,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .rqBillingInfoBlock:last-child {
  margin-bottom: 0;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .rqUserplaceTableBody,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .rqUserplaceTableBody,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .rqUserplaceTableBody,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .rqUserplaceTableBody {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .rqUserPlaceWidgetFooter,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .rqUserPlaceWidgetFooter,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .rqUserPlaceWidgetFooter,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .rqUserPlaceWidgetFooter {
  position: absolute;
  bottom: 35px;
  width: calc(100% - 60px);
  left: 30px;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .rqUserPlaceWidgetFooter,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .rqUserPlaceWidgetFooter,
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .rqUserPlaceWidgetFooter,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .rqUserPlaceWidgetFooter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .up-userplace-paymentCard,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .up-userplace-paymentCard,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .up-userplace-paymentCard,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .up-userplace-paymentCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data {
  width: 100%;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data p,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data p,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data p,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data p {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data p strong,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data p strong,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data p strong,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data p strong {
  color: #4c4c4c;
  font-weight: normal;
  position: relative;
  box-sizing: border-box;
  padding-right: 20px;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data p strong::before,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data p strong::before,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data p strong::before,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data p strong::before {
  position: absolute;
  content: ":";
  top: 0;
  display: inline-block;
  right: 15px;
  color: #000000;
  font-weight: 600;
  font-family: inherit;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data p span,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data p span,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data p span,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data p span {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data p:last-child,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info .up-userplace-paymentCard .paymentCard-data p:last-child,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data p:last-child,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets .up-userplace-paymentCard .paymentCard-data p:last-child {
  margin-bottom: 0;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqBillingOverview .up-userplace-widget-body,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqBillingOverview .up-userplace-widget-body,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqBillingOverview .up-userplace-widget-body,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqBillingOverview .up-userplace-widget-body {
  padding-bottom: 0px;
}
@media (max-width: 1199px) {
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqBillingOverview .up-userplace-widget-body,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqBillingOverview .up-userplace-widget-body,
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqBillingOverview .up-userplace-widget-body,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqBillingOverview .up-userplace-widget-body {
    padding-bottom: 80px;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info {
  border: 1px solid #e6e6e6;
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info,
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info {
    border: 0;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information {
  padding: 20px 20px 35px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information,
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information {
    padding: 0;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information h4,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information h4,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information h4,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information h4 {
  font-weight: 400;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information h4,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information h4,
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information h4,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information h4 {
    font-weight: 600;
    font-size: 18px;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p {
  color: #6c6c6c;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label {
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
  color: #4c4c4c;
  position: relative;
  padding-right: 15px;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label i,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label i,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label i,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label i {
  padding-right: 5px;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label::before,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label::before,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label::before,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-label::before {
  position: absolute;
  content: ":";
  top: 0;
  display: inline-block;
  right: 15px;
  color: #000000;
  font-weight: 600;
  font-family: inherit;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-data,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-data,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-data,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-information .up-user-profile-details p span.up-data {
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 20px;
  background-color: #f8f8f8;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info,
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info {
    background-color: transparent;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 20px;
  left: auto;
  top: -34px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image,
  .up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image,
  .up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image {
    display: none;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image img,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-notification-info.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image img,
.up-userplace-frontend--section #userplace_user_settings_form .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image img,
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqUserplaceProfileWidget .up-userplace-widget-body .up-userplace-prfolieWidget-info .up-user-fw-info .rq-userplace-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.up-userplace-frontend--section #userplace_user_settings_form .widget-4-col,
.up-userplace-frontend--section .up-userplace-main-content .widget-4-col {
  width: calc(100% / 4 - 23px);
}
@media only screen and (max-width: 1024px) {
  .up-userplace-frontend--section #userplace_user_settings_form .widget-4-col,
  .up-userplace-frontend--section .up-userplace-main-content .widget-4-col {
    width: calc(100% / 2 - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section #userplace_user_settings_form .widget-4-col,
  .up-userplace-frontend--section .up-userplace-main-content .widget-4-col {
    width: 100%;
  }
}
.up-userplace-frontend--section #userplace_user_settings_form .listbook-userplace-widget,
.up-userplace-frontend--section .up-userplace-main-content .listbook-userplace-widget {
  display: flex;
  align-items: center;
  padding: 30px;
  font-size: 15px;
}
.up-userplace-frontend--section #userplace_user_settings_form .listbook-userplace-widget .listbook-userplace-widget-icon,
.up-userplace-frontend--section .up-userplace-main-content .listbook-userplace-widget .listbook-userplace-widget-icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-right: 25px;
  color: #fff;
}
.up-userplace-frontend--section #userplace_user_settings_form .listbook-userplace-widget .listbook-userplace-widget-icon.total-reviews,
.up-userplace-frontend--section .up-userplace-main-content .listbook-userplace-widget .listbook-userplace-widget-icon.total-reviews {
  background-color: #fdcc0d;
}
.up-userplace-frontend--section #userplace_user_settings_form .listbook-userplace-widget .listbook-userplace-widget-icon.total-listing,
.up-userplace-frontend--section .up-userplace-main-content .listbook-userplace-widget .listbook-userplace-widget-icon.total-listing {
  background-color: #49b8ff;
}
.up-userplace-frontend--section #userplace_user_settings_form .listbook-userplace-widget .listbook-userplace-widget-icon.published-listing,
.up-userplace-frontend--section .up-userplace-main-content .listbook-userplace-widget .listbook-userplace-widget-icon.published-listing {
  background-color: #713bdb;
}
.up-userplace-frontend--section #userplace_user_settings_form .listbook-userplace-widget .listbook-userplace-widget-icon.draft-listing,
.up-userplace-frontend--section .up-userplace-main-content .listbook-userplace-widget .listbook-userplace-widget-icon.draft-listing {
  background-color: #db3bd6;
}
.up-userplace-frontend--section #userplace_user_settings_form .listbook-userplace-widget h3,
.up-userplace-frontend--section .up-userplace-main-content .listbook-userplace-widget h3 {
  color: #323232;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.up-userplace-frontend--section.hide-nav .up-userplace-leftside-nav {
  width: 75px;
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section.hide-nav .up-userplace-leftside-nav {
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}
.up-userplace-frontend--section.hide-nav .up-userplace-leftside-nav .up-userplace-nav-menu li a {
  padding: 10px 20px;
}
.up-userplace-frontend--section.hide-nav .up-userplace-leftside-nav .up-userplace-nav-menu li a i {
  flex: 0 0 100%;
}
.up-userplace-frontend--section.hide-nav .up-userplace-leftside-nav .up-userplace-nav-menu li a span {
  padding: 0;
}
.up-userplace-frontend--section.hide-nav .up-userplace-leftside-nav .up-userplace-back2home {
  padding: 0 20px;
  justify-content: center;
}
.up-userplace-frontend--section.hide-nav .up-userplace-leftside-nav .up-userplace-back2home a {
  padding: 0;
  display: none;
}
.up-userplace-frontend--section.hide-nav #userplace_user_settings_form,
.up-userplace-frontend--section.hide-nav .up-userplace-header-wrapper,
.up-userplace-frontend--section.hide-nav .up-userplace-main-content {
  width: calc(100% - 75px);
  margin-left: 75px;
}
@media only screen and (max-width: 767px) {
  .up-userplace-frontend--section.hide-nav #userplace_user_settings_form,
  .up-userplace-frontend--section.hide-nav .up-userplace-header-wrapper,
  .up-userplace-frontend--section.hide-nav .up-userplace-main-content {
    width: 100%;
    margin-left: 0;
  }
}
.up-userplace-frontend--section.hide-nav .hamburger-box .hamburger-inner {
  transition-delay: 0.12s;
  transform: rotate(0);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.up-userplace-frontend--section.hide-nav .hamburger-box .hamburger-inner:before {
  opacity: 1;
  top: -6px;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.up-userplace-frontend--section.hide-nav .hamburger-box .hamburger-inner:after {
  bottom: -6px;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(0);
}
.up-userplace-plan-page {
  margin-bottom: 56px;
}
.up-userplace-plan-page .up-userplace-plan-card {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 40px 30px 40px;
  width: 55%;
  margin: 56px auto;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .up-userplace-plan-page .up-userplace-plan-card {
    width: 90%;
  }
}
.up-userplace-plan-page .up-userplace-plan-card form button {
  padding: 0px;
  background-color: #46a2ff !important;
  /* background: #2d3446; */
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  padding: 15px 26px 14px 26px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  margin-top: 15px;
  outline: 0;
}
.up-userplace-plan-page .up-userplace-plan-card form button:hover {
  background: #3d93ea;
}
.up-userplace-plan-page .up-userplace-plan-card form#redq_stripe_form button.stripe-button-el {
  padding: 12px 37px;
  background-color: #2d3446;
  background: #2d3446;
  color: #ffffff;
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #454545;
  padding: 12px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .up-userplace-plan-page .up-userplace-plan-card form#redq_stripe_form button.stripe-button-el {
    padding: 10px 27px;
  }
}
@media only screen and (max-width: 767px) {
  .up-userplace-plan-page .up-userplace-plan-card form#redq_stripe_form button.stripe-button-el {
    padding: 12px 32px;
  }
}
.up-userplace-plan-page .up-userplace-plan-card form#redq_stripe_form button.stripe-button-el span {
  min-height: auto !important;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
  font-family: inherit;
  font-weight: 600;
  height: auto;
  font-size: 14px;
  line-height: 1.75;
}
.up-userplace-plan-page .up-userplace-plan-card form#redq_stripe_form button.stripe-button-el:hover,
.up-userplace-plan-page .up-userplace-plan-card form#redq_stripe_form button.stripe-button-el:focus {
  outline: 0;
  background-color: #2b2b2b;
}
.rq-userplace-main-profile {
  color: #9e9e9e;
  margin-bottom: 56px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .rq-userplace-main-profile {
    margin-bottom: 30px;
  }
}
.rq-userplace-main-profile .rq-userplace-userBanner-withAvatar {
  height: 340px;
  position: relative;
  margin-bottom: 110px;
}
@media only screen and (max-width: 767px) {
  .rq-userplace-main-profile .rq-userplace-userBanner-withAvatar {
    height: 270px;
  }
}
.rq-userplace-main-profile .rq-userplace-userBanner-withAvatar .rq-userplace-bannertext-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: absolute;
  bottom: -81px;
  left: 0;
  padding: 0 30px;
  box-sizing: border-box;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.rq-userplace-main-profile .rq-userplace-userBanner-withAvatar .rq-userplace-bannertext-area .rq-userplace-user-profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.rq-userplace-main-profile .rq-userplace-userBanner-withAvatar .rq-userplace-bannertext-area .rq-userplace-user-profile-info .rq-userplace-image {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  margin-left: 2%;
}
.rq-userplace-main-profile .rq-userplace-userBanner-withAvatar .rq-userplace-bannertext-area .rq-userplace-user-profile-info .rq-userplace-image img {
  max-width: 100%;
  border-radius: 50%;
  border: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.rq-userplace-main-profile .rq-userplace-userBanner-withAvatar .rq-userplace-bannertext-area .rq-userplace-user-profile-info .rq-userplace-banner-data {
  padding: 0;
  box-sizing: border-box;
  width: 50%;
  margin-left: 2%;
}
.rq-userplace-main-profile .rq-userplace-only-image {
  margin-bottom: 10px;
}
.rq-userplace-main-profile .rq-userplace-only-image img {
  width: 120px;
  height: auto;
  border-radius: 3px;
}
.rq-userplace-main-profile .rq-userplace-banner-data h4.rq-userplace-user-name,
.rq-userplace-main-profile .rq-userplace-user-details h4.rq-userplace-user-name {
  margin-bottom: 10px;
}
.rq-userplace-main-profile .rq-userplace-banner-data h4.rq-userplace-user-name a,
.rq-userplace-main-profile .rq-userplace-user-details h4.rq-userplace-user-name a {
  display: inline-block;
  color: #000000;
  font-size: 20px;
  font-family: inherit;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
}
.rq-userplace-main-profile .rq-userplace-banner-data .rq-userplace-des-company,
.rq-userplace-main-profile .rq-userplace-user-details .rq-userplace-des-company {
  margin-top: 2px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #342222;
}
.rq-userplace-main-profile .rq-userplace-banner-data .rq-userplace-des-company i,
.rq-userplace-main-profile .rq-userplace-user-details .rq-userplace-des-company i {
  padding-right: 8px;
  color: #9a9a9a;
}
.rq-userplace-main-profile .rq-userplace-share-icon {
  margin: 20px 0;
}
.rq-userplace-main-profile .rq-userplace-share-icon ul.social-page-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.rq-userplace-main-profile .rq-userplace-share-icon ul.social-page-nav li {
  display: inline-block;
}
.rq-userplace-main-profile .rq-userplace-share-icon ul.social-page-nav li:first-child a {
  margin-left: 0;
}
.rq-userplace-main-profile .rq-userplace-share-icon ul.social-page-nav li:last-child a {
  margin-right: 0;
}
.rq-userplace-main-profile .rq-userplace-share-icon ul.social-page-nav li a {
  display: block;
  width: 38px;
  height: 36px;
  line-height: 38px;
  margin: 0 3px;
  text-align: center;
  background-color: #f3f3f3;
  color: #2d3446;
  font-size: 15px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rq-userplace-main-profile .rq-userplace-share-icon ul.social-page-nav li:hover a {
  color: #ffffff;
  background-color: #2d3446;
}
.rq-userplace-main-profile .rq-userplace-main-profile-info.withBannerImage .rq-userplace-user-details {
  padding: 0;
  width: 60%;
  margin-left: 2%;
  margin-bottom: 35px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .rq-userplace-main-profile .rq-userplace-main-profile-info.withBannerImage .rq-userplace-user-details {
    width: 86%;
    margin-left: 10%;
  }
}
.up-userplace-frontend--section .up-userplace-main-content .up-userplace-widgets.rqInvoiceTable {
  width: 100%;
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #fff;
  margin: 15px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #efefef;
  border-radius: 3px;
}
@media (max-width: 990px) {
  .up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper {
    margin: 0;
  }
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper #redq_stripe_card_change_form {
  padding: 16px 20px;
  box-shadow: inset 0 -1px #e6ebf1;
  position: relative;
  margin-top: 0;
}
@media (max-width: 600px) {
  .up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper #redq_stripe_card_change_form {
    margin-top: 5px;
  }
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper #redq_stripe_card_change_form .stripe-button-el {
  padding: 0 30px;
  background-color: #454545;
  /* background: #2d3446; */
  color: #fdfdfd;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  line-height: 42px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 41px;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  position: relative;
  top: 0;
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper #redq_stripe_card_change_form .stripe-button-el:hover {
  outline: 0;
  background-color: #2b2b2b;
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper #redq_stripe_card_change_form .stripe-button-el span {
  background-image: none;
  box-shadow: none;
  background: 0;
  padding: 0;
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list {
  padding: 16px 20px 16px 27px;
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card {
  display: flex;
  width: 100%;
}
@media (max-width: 990px) {
  .up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card {
    flex-direction: column;
  }
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-name {
  width: 25%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #4084e1;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-name {
    margin-bottom: 15px;
  }
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-num {
  width: 25%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #9a9a9a;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 990px) {
  .up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-num {
    margin-bottom: 15px;
  }
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-valid {
  width: 20%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #9a9a9a;
  font-weight: 500;
}
@media (max-width: 990px) {
  .up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-valid {
    margin-bottom: 15px;
  }
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-default {
  width: 173px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0.3;
}
@media (max-width: 990px) {
  .up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-default {
    width: 100%;
    justify-content: flex-start;
    padding-left: 0;
    padding-top: 0px;
  }
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-btn-wrapper {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-btn-wrapper {
    width: 100%;
  }
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-btn-wrapper .userplace-default-card {
  padding: 0 30px;
  background-color: #454545;
  /* background: #2d3446; */
  color: #fdfdfd;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  line-height: 42px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 41px;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-btn-wrapper .userplace-default-card:hover {
  outline: 0;
  background-color: #2b2b2b;
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-btn-wrapper .userplace-card {
  background: #fff;
  color: #454545;
}
.up-userplace-frontend--section .up-userplace-main-content .userplace-card-list-wrapper .card-list .userplace-single-card .userplace-card-btn-wrapper .userplace-card i {
  font-size: 28px;
  top: -8px;
}
.up-userplace-frontend--section .up-userplace-main-content .rlrr-comment-display-section {
  width: 100%;
  padding-top: 0;
}
.up-userplace-frontend--section .up-userplace-main-content .ufs_listing_table {
  padding: 0;
}
.up-userplace-frontend--section .up-userplace-main-content .ufs_listing_table .ufs_listing_table_head {
  margin-bottom: 50px;
}
.up-userplace-frontend--section .up-userplace-main-content .ufs_listing_table .ufs_listing_table_head .ufs_listing_table_nav {
  margin: 0;
}
.up-userplace-frontend--section .up-userplace-main-content .ufs_listing_table .ufs_listing_table_head .ufs_listing_table_nav li {
  margin: 0;
}
.up-userplace-frontend--section .up-userplace-main-content #content {
  padding: 0;
}
.up-userplace-frontend--section .up-userplace-main-content #content .ufs_form label.switch {
  justify-content: flex-start;
}
@media only screen and (min-width: 668px) {
  .up-userplace-frontend--section .up-userplace-main-content #content .ufs_form input[type="submit"].ufs_form_submit {
    width: auto;
  }
}
.sk-circle {
  width: 21px;
  height: 21px;
  margin: 0 auto;
  position: relative;
  color: #4084e1;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #4084e1;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-circle.sk-circle-red .sk-child:before {
  background: #e10050;
}
@media only screen and (max-width: 767px) {
  .sticky-header .up-userplace-header-wrapper {
    top: 0px;
  }
}
.notification-container-settings {
  position: fixed;
  bottom: 0;
  right: 3%;
  width: auto;
  display: none;
  height: 27px;
  overflow: hidden;
  z-index: 999;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  padding: 20px 21px;
  font-size: 15px;
  background-color: #36c164;
  font-family: inherit;
  margin-bottom: 14px;
  line-height: 22px;
  letter-spacing: 0.2 px;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
}
.userplace-selected {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
.dismiss {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
@keyframes slide-in {
  0 {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  0 {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
.userplace-card-default-wrap {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 990px) {
  .userplace-card-default-wrap {
    width: 100%;
  }
}
.userplace-card-default-wrap .userplace-card-default-nothing {
  width: 92px;
}
.mce-userplace-shortcode {
  width: 500px !important;
  height: 468px;
  left: 50% !important;
  margin-left: -250px !important;
}
.mce-userplace-shortcode .mce-container-body.mce-window-body.mce-abs-layout {
  width: 100% !important;
}
.mce-userplace-shortcode .mce-container-body.mce-window-body.mce-abs-layout .mce-abs-layout-item {
  width: 100% !important;
}
.mce-userplace-shortcode .mce-container-body.mce-window-body.mce-abs-layout .mce-abs-layout-item .mce-abs-layout {
  width: 100% !important;
  display: block;
  height: auto !important;
  padding: 20px;
  overflow: hidden;
}
.mce-userplace-shortcode .mce-container-body.mce-window-body.mce-abs-layout .mce-abs-layout-item .mce-abs-layout .mce-btn-has-text {
  top: auto !important;
  left: auto !important;
  width: calc(50% - 35px) !important;
  position: relative !important;
  display: inline-block;
  float: left;
  height: auto;
  margin-bottom: 25px;
  margin-right: 25px;
}
.mce-userplace-shortcode.mce-window .mce-window-head .mce-title {
  padding: 10px 36px 10px 16px;
  text-align: center;
}
/*
#1 Main Wrapper for builder
*/
.scwpFormBuilderMainWrapper {
  width: 100%;
  height: auto;
  min-height: 700px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
  /* #4 Panel Heading Wrapper */
  /* #4 End */
  /* Left Side Panel */
  /* #2 Main Wrapper for Forms Fields */
  /* #2 End */
  /* Right Side Panel */
  /* #3 Preview/Logic/Settings Wrapper for builder */
  /* #3 End */
  /* Default Plugin Styles Overwrite*/
}
.scwpFormBuilderMainWrapper * {
  box-sizing: border-box;
}
.scwpFormBuilderMainWrapper .scwpPanelHeadingWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  width: 100%;
  padding: 0 30px 0 0;
  flex-shrink: 0;
  background-color: #32373c;
}
.scwpFormBuilderMainWrapper .scwpPanelHeadingWrapper > div {
  height: 100%;
}
.scwpFormBuilderMainWrapper .scwpPanelHeadingWrapper h1 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1;
  padding: 0;
}
.scwpFormBuilderMainWrapper .scwpPanelHeadingWrapper a {
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  color: #fff;
  text-decoration: none;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.scwpFormBuilderMainWrapper .scwpPanelHeadingWrapper a:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #506DAD;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.scwpFormBuilderMainWrapper .scwpPanelHeadingWrapper a:last-child {
  margin-right: 0;
}
.scwpFormBuilderMainWrapper .scwpPanelHeadingWrapper a:last-child:before {
  display: none;
}
.scwpFormBuilderMainWrapper .scwpPanelHeadingWrapper a.activePanel {
  color: #454545;
  position: relative;
  background-color: #506DAD;
}
.scwpFormBuilderMainWrapper .scwpPanelHeadingWrapper a:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper {
  width: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 20px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* #4 Panel Heading Wrapper */
  /* #4 End */
  /* #5 Wrapper for Forms Fields */
  /* #5 End */
  /* #6 Add Form Fields Btn */
  /* #6 End */
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpPanelHeadingWrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  /* #7 Form Fields */
  /* #6 Form Fields */
  /* #6 End */
  /* #7 End */
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  margin: 5px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields > div:first-child {
  position: absolute;
  z-index: 1;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields:last-of-type {
  margin-bottom: 0;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields.active {
  border: 1px solid #bababa;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpSwapBtn {
  width: 40px;
  height: 38px;
  border: 0;
  outline: 0;
  padding: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpSwapBtn:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpSwapBtn:before {
  content: "\f394";
  font-family: 'ionicons';
  font-size: 16px;
  color: #cecece;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormFieldsNameDel {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-wrap: wrap;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormFieldsNameDel .scwpFormFieldsName {
  font-size: 14px;
  color: #737373;
  font-weight: 700;
  padding-right: 15px;
  line-height: 38px;
  padding-left: 40px;
  width: calc(100% - 30px);
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormFieldsNameDel .scwpDeleteFieldsBtn {
  margin-left: auto;
  width: 30px;
  height: 38px;
  border: 0;
  outline: 0;
  padding: 0;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  right: 0;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormFieldsNameDel .scwpDeleteFieldsBtn:before {
  content: '\f2d7';
  font-family: 'ionicons';
  font-size: 14px;
  color: #888;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormFieldsNameDel .scwpDeleteFieldsBtn:hover:before {
  color: #fc4a52;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormAddFieldsBundle {
  width: 100%;
  display: flex;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormAddFieldsBundle > div {
  width: 100%;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormAddFieldsBundle > div .scwpAddFieldsBundleWrapper {
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormAddFieldsBundle > div .scwpAddFieldsBundleWrapper:after {
  display: none;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormAddFieldsBundle > div .scwpAddFieldsBundleWrapper .scwpAddBtn {
  width: 100%;
  height: 42px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #737373;
  border: 1px solid #ddd;
  outline: 0;
  background-color: #506DAD;
  margin-right: 1px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormAddFieldsBundle > div .scwpAddFieldsBundleWrapper .scwpAddBtn:hover {
  background-color: #48629c;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpFormFieldsWrapper .scwpFormSingleFields .scwpFormAddFieldsBundle > div .scwpFormFieldsWrapper .scwpFormSingleFields:first-of-type {
  margin-top: 15px;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpConditionFieldsWrapper {
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpAddFieldsBundleWrapper {
  padding: 15px 15px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpAddFieldsBundleWrapper:after {
  content: 'Add';
  font-size: 11px;
  font-weight: 700;
  color: #595E80;
  width: 32px;
  height: 32px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 17px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpAddFieldsBundleWrapper .scwpAddBtn {
  width: calc(100% / 2 - 0.5px);
  height: 42px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #737373;
  border: 0;
  outline: 0;
  background-color: #32373c;
  margin-right: 1px;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpAddFieldsBundleWrapper .scwpAddBtn:first-of-type {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpAddFieldsBundleWrapper .scwpAddBtn:last-of-type {
  margin-right: 0px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpAddFieldsBundleWrapper .scwpAddBtn.scwpAddFormFields {
  background-color: #506DAD;
  border: 1px solid #ddd;
  border-right: 0;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpAddFieldsBundleWrapper .scwpAddBtn.scwpAddFormFields:hover {
  background-color: #48629c;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpAddFieldsBundleWrapper .scwpAddBtn.scwpAddFormBundle {
  color: #fff;
  background-color: #454545;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpAddFieldsBundleWrapper .scwpAddBtn.scwpAddFormBundle:hover {
  background-color: #383838;
}
.scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpAddFieldsWrapper {
  padding: 15px 15px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper {
  width: calc(100% - 250px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* #4 Panel Heading Wrapper */
  /* #4 End */
  /*  #8 Wrapper for Settings Option */
  /* #8 End*/
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpPanelHeadingWrapper {
  justify-content: flex-end;
  padding: 0 0 0 35px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpSearchComponent {
  width: 100%;
  padding: 20px;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpSearchComponent .scwpSearchBar {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpSearchComponent .scwpSearchBar input {
  width: 100%;
  height: 42px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #888;
  font-weight: 400;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpSearchComponent .scwpSearchBar button {
  width: 40px;
  height: 42px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpSearchComponent .scwpSearchBar button:before {
  content: '\f2d7';
  font-family: 'ionicons';
  font-size: 14px;
  color: #888;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpSearchComponent .scwpSearchBar button:hover:before {
  color: #506DAD;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper {
  width: 100%;
  height: 100%;
  padding: 0 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  /*  #9 Settigns Panel */
  /*  #9 Settigns Panel */
  /* #9 End */
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper {
  width: 100%;
  /* #10 Settigns Input */
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpActionBtnsWrap {
  padding: 20px;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpFieldActionTopbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
  border-bottom: 1px dashed #cacaca;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpFieldActionTopbar .scwpFieldTypeTitle {
  font-size: 18px;
  font-weight: 400;
  color: #737373;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1.2;
  text-align: center;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpFieldActionTopbar .scwpFieldTypeTitle span {
  font-weight: 700;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpFieldActionTopbar .scwpSettingActionBtnWrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 0;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpFieldActionTopbar .scwpSettingActionBtnWrapper button.scwpSaveSettingsbtn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #454545;
  line-height: 34px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  border: 0;
  padding: 0 20px;
  position: relative;
  border: 1px solid #454545;
  border-left: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpFieldActionTopbar .scwpSettingActionBtnWrapper button.scwpSaveSettingsbtn:hover {
  background-color: #2b2b2b;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpFieldActionTopbar .scwpSettingActionBtnWrapper button.scwpCancelSettingsbtn {
  font-size: 14px;
  font-weight: 700;
  color: #737373;
  background-color: #506DAD;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 34px;
  outline: 0;
  border: 1px solid #dddddd;
  border-right: 0;
  padding: 0px 20px;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpFieldActionTopbar .scwpSettingActionBtnWrapper button.scwpCancelSettingsbtn:hover {
  background-color: #48629c;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpSettingFieldsets {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpSettingFieldsets:last-child {
  margin-bottom: 0;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpSettingFieldsets h3.scwpFiledsTitle {
  font-size: 14px;
  font-weight: 700;
  color: #737373;
  margin: 0 0 10px;
  line-height: 1.2;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpSettingFieldsets input.scwpFormsFieldsInput {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  line-height: 40px;
  width: 100%;
  display: block;
  padding: 0 15px;
  border: 1px solid #dddddd;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpSettingFieldsets .scwpButton {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  background-color: #32373c;
  padding: 0 50px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  outline: 0;
  border: 0;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpSettingFieldsets .scwpButton.scwpLoadingbtn {
  color: transparent !important;
  height: 40px;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpSettingFieldsets .scwpButton.scwpLoadingbtn:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  width: 18px;
  height: 18px;
  border: 2.5px solid rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpSettingFieldsets .scwpButton.scwpLoadingbtn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  width: 18px;
  height: 18px;
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 2.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpSettingsPannelWrapper .scwpSettingFieldsets .scwpButton:hover {
  background-color: #1b1e20;
}
@-webkit-keyframes svg-anim {
  to {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
}
@keyframes svg-anim {
  to {
    fill-opacity: 1;
    stroke-opacity: 1;
  }
}
@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes button-spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpFormSettings {
  max-height: 70vh;
  overflow-y: auto;
}
.scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper .scwpFormBody {
  padding: 20px 20px 0;
}
.scwpFormBuilderMainWrapper .Select.Select--single.is-searchable {
  margin-bottom: 0 !important;
}
/* #1 End */
/* Input Field */
.scwpInputField {
  font-size: 14px;
  font-weight: 400;
  color: #727c87 !important;
  line-height: 40px;
  width: 100%;
  display: block;
  padding: 0 15px;
  border: 1px solid #e3e3e3 !important;
  overflow: hidden;
  background-color: #ffffff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  outline: 0 !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.scwpNoFieldNotice {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.scwpNoFieldNotice:before {
  content: "\f272";
  font-family: "ionicons";
  font-size: 190px;
  color: #f1f1f1;
  position: absolute;
}
.scwpNoFieldNotice span {
  font-size: 29px;
  line-height: 1.3;
  color: #c3c3c3;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
/*
CONDITION BUILDER
*/
.scwpConditionBuilder .scwpFormBuilderMainWrapper {
  width: 100%;
  height: auto;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
}
.scwpConditionBuilder .scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper {
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.scwpConditionBuilder .scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper .scwpConditionFieldsWrapper {
  width: 100%;
  padding: 15px 15px 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: scroll;
  flex-wrap: wrap;
}
.scwpConditionBuilder .scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper button.scwpAddFormFields {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: #4a4a4a;
  line-height: 42px;
  background-color: #506DAD;
  border: 0;
  outline: 0;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.scwpConditionBuilder .scwpFormBuilderMainWrapper .scwpFormFieldsMainWrapper button.scwpAddFormFields:hover {
  background-color: #48629c;
}
.scwpConditionBuilder .scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.scwpConditionBuilder .scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpLogicPanelHeading {
  justify-content: center;
  padding: 0;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.scwpConditionBuilder .scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpLogicPanelHeading a {
  font-size: 16px;
  font-weight: 700;
  color: #506DAD;
  margin: 0;
  line-height: 1;
  padding: 0;
  cursor: text;
}
.scwpConditionBuilder .scwpFormBuilderMainWrapper .scwpFormSettingsMainWrapper .scwpFormSettingsWrapper {
  padding: 0;
}
.userplace__builder_output {
  font-size: 14px;
  font-weight: 400;
  color: #32373c !important;
  line-height: 40px;
  width: 100%;
  display: block;
  padding: 0 15px;
  margin-top: 25px;
  border: 1px solid #e8e8e8 !important;
  overflow: hidden;
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: 0 !important;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.userplace__builder_reuse_form > div {
  margin-top: 20px;
  padding: 20px 20px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
/*
GOOGLE SUGGESTION
*/
.pac-container {
  border-top: 0;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.pac-container .pac-item {
  padding: 5px 15px 5px 18px;
  cursor: pointer;
}
.pac-container .pac-item .pac-item-query {
  color: #737373 !important;
}
.pac-container .pac-item:nth-child(odd) {
  background-color: #f6f6f6;
}
.pac-container .pac-item:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.pac-container .pac-item:hover {
  background-color: #506DAD !important;
  color: #fff;
}
.pac-container .pac-item:hover .pac-item-query {
  color: #fff !important;
}
.pac-container .pac-item .pac-icon-marker {
  display: none;
}
/* Billing Less*/
/*
BILLING LESS
*/
.scwp_payment_details_wrapper {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 30px;
  /* Billing Information */
  /*
Billing Information
*/
  /* Billing Invoice */
  /*
Billing Invoices
*/
}
@media only screen and (max-width: 767px) {
  .scwp_payment_details_wrapper {
    padding: 0 15px;
  }
}
.scwp_payment_details_wrapper .scwp_payment_section {
  width: 100%;
  padding: 50px 0 70px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .scwp_payment_details_wrapper .scwp_payment_section {
    width: 100%;
    flex-direction: column;
  }
}
.scwp_payment_details_wrapper .scwp_payment_section:first-of-type {
  padding-top: 0;
}
.scwp_payment_details_wrapper .scwp_payment_section:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.scwp_payment_details_wrapper .scwp_payment_section .scwp_payment_title_wrapper {
  width: 500px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 150px;
}
@media only screen and (max-width: 767px) {
  .scwp_payment_details_wrapper .scwp_payment_section .scwp_payment_title_wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scwp_payment_details_wrapper .scwp_payment_section .scwp_payment_title_wrapper {
    width: 300px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scwp_payment_details_wrapper .scwp_payment_section .scwp_payment_title_wrapper {
    width: 400px;
    padding-right: 100px;
  }
}
.scwp_payment_details_wrapper .scwp_payment_section .scwp_payment_title_wrapper h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #7e57c2;
  margin: 0 0 15px;
}
.scwp_payment_details_wrapper .scwp_payment_section .scwp_payment_title_wrapper p {
  font-size: 14px;
  font-weight: 400;
  color: #888;
  margin: 0;
}
.scwp_payment_details_wrapper .scwp_payment_section .scwp_payment_setting_wrapper {
  width: calc(100% - 500px);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .scwp_payment_details_wrapper .scwp_payment_section .scwp_payment_setting_wrapper {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .scwp_payment_details_wrapper .scwp_payment_section .scwp_payment_setting_wrapper {
    width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .scwp_payment_details_wrapper .scwp_payment_section .scwp_payment_setting_wrapper {
    width: calc(100% - 400px);
  }
}
.scwp_payment_details_wrapper .scwp_payment_info {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
.scwp_payment_details_wrapper .scwp_payment_info p {
  font-size: 14px;
  font-weight: 400;
  color: #1D1D28;
  margin: 0;
}
.scwp_payment_details_wrapper .scwp_payment_info .scwp_card_name_wrapper {
  margin-left: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.scwp_payment_details_wrapper .scwp_payment_info .scwp_card_name_wrapper .scwp_card_last_digit {
  font-size: 14px;
  font-weight: 700;
  color: #1D1D28;
  margin-left: 10px;
}
.scwp_payment_details_wrapper .scwp_update_card {
  width: 250px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #7e57c2;
  padding: 0 30px;
  height: 42px;
  line-height: 42px;
  outline: 0;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.scwp_payment_details_wrapper .scwp_update_card:hover {
  background-color: #7044bb;
}
.scwp_payment_details_wrapper .scwp_update_card:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.scwp_payment_details_wrapper .scwp_table_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #595E80;
  margin: 0 0 30px;
}
.scwp_payment_details_wrapper .scwp_table {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.scwp_payment_details_wrapper .scwp_table .scwp_table_row {
  display: flex;
  padding: 10px 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
}
.scwp_payment_details_wrapper .scwp_table .scwp_table_row:first-of-type {
  padding-top: 0;
}
.scwp_payment_details_wrapper .scwp_table .scwp_table_row:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.scwp_payment_details_wrapper .scwp_table .scwp_table_row .scwp_table_heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #7e57c2;
  margin: 0px;
  text-decoration: underline;
  flex-basis: 33.333%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.scwp_payment_details_wrapper .scwp_table .scwp_table_row .scwp_table_heading:hover {
  color: #7044bb;
}
.scwp_payment_details_wrapper .scwp_table .scwp_table_row .scwp_table_data {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #888;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-basis: 33.333%;
}
.scwp_payment_details_wrapper .scwp_table .scwp_table_row .scwp_table_data.scwp_billing_amount:before {
  content: '$';
  font-size: inherit;
  color: inherit;
}
.scwp_payment_details_wrapper .scwp_table .scwp_table_row .scwp_table_data.scwp_payment_status {
  justify-content: flex-end;
  text-transform: uppercase;
  color: #6491e6;
}
/* Welcome Page Less*/
.userplace-welcome-wrapper {
  margin: 30px 0;
}
.userplace-welcome-wrapper .userplace-welcome-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.userplace-welcome-wrapper .userplace-welcome-banner img {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .userplace-welcome-wrapper .userplace-welcome-banner img {
    height: 100%;
    width: 100%;
  }
}
.userplace-welcome-wrapper .userplace-welcome-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}
@media (max-width: 700px) {
  .userplace-welcome-wrapper .userplace-welcome-text {
    max-width: 800px;
    text-align: left;
    margin: 0 20px;
    margin-top: 15px;
  }
}
.userplace-welcome-wrapper .userplace-welcome-text h3 {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color: #0d2d4f;
  letter-spacing: 1px;
  line-height: 36px;
}
@media (max-width: 700px) {
  .userplace-welcome-wrapper .userplace-welcome-text h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.userplace-welcome-wrapper .userplace-welcome-text p {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #0d2d4f;
  font-weight: 400;
}
.userplace-welcome-wrapper .userplace-welcome-text .userplace-welcome-btn {
  margin-top: 40px;
}
@media (max-width: 440px) {
  .userplace-welcome-wrapper .userplace-welcome-text .userplace-welcome-btn {
    display: flex;
    flex-direction: column;
  }
}
.userplace-welcome-wrapper .userplace-welcome-text .userplace-welcome-btn a {
  padding: 10px 20px;
  border: 1px solid #36d492;
  color: #36d492;
  margin-right: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 2px;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.userplace-welcome-wrapper .userplace-welcome-text .userplace-welcome-btn .userplace-readmore-btn:hover {
  background: #36d492;
  color: #fff;
}
.userplace-welcome-wrapper .userplace-welcome-text .userplace-welcome-btn .userplace-settings-btn {
  background: #36d492;
  color: #fff;
}
@media (max-width: 440px) {
  .userplace-welcome-wrapper .userplace-welcome-text .userplace-welcome-btn .userplace-settings-btn {
    margin-top: 15px;
  }
}
.doc_block_design {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-left: 4px solid;
  border-color: #6cb2eb;
  background-color: #eff8ff;
  margin-bottom: 1rem;
  line-height: 24px;
  font-size: 14px;
  border-radius: 3px;
}
/* userplace settings Status Page*/
.up-settings-main-wrapper {
  width: 70%;
  margin: 56px auto;
  padding: 40px 30px 50px;
  background-color: #ffffff;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .up-settings-main-wrapper {
    width: 90%;
  }
}
.adminContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 480px) {
  .adminContainer {
    margin-bottom: 0px;
  }
}
.up-status-div {
  position: relative;
  padding-left: 40px;
}
.up-status-div h3 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 500;
}
.up-status-div p {
  margin-top: 5px;
}
.up-status-div p.up-settings-done {
  color: #36c164;
  font-weight: 700;
}
.up-status-div p.up-settings-done::before {
  content: url('../../dist/img/gravatar/green.svg');
  position: absolute;
  left: 0px;
  top: 12px;
}
.up-status-div p.up-settings-error {
  color: #eb5151;
  font-weight: 700;
}
.up-status-div p.up-settings-error::before {
  content: url('../../dist/img/gravatar/red.svg');
  position: absolute;
  left: 0px;
  top: 12px;
}
.up-welcome-heading {
  margin-bottom: 30px;
}
.up-welcome-heading.page-setup {
  margin-bottom: 35px;
}
.up-pages-setup {
  margin-top: 40px;
}
.userplace-pricing-list-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.userplace-pricing-list-wrapper .userplace-pricing-single {
  padding: 50px 0px;
  border: 1px solid #e5e6e7;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 22px;
  margin-bottom: 45px;
}
.userplace-pricing-list-wrapper .userplace-pricing-single.column-two {
  width: calc(100% / 2 - 44px );
}
@media (max-width: 767px) {
  .userplace-pricing-list-wrapper .userplace-pricing-single.column-two {
    width: calc(100% - 44px );
  }
}
.userplace-pricing-list-wrapper .userplace-pricing-single.column-three {
  width: calc(100% / 3 - 44px );
}
@media (max-width: 767px) {
  .userplace-pricing-list-wrapper .userplace-pricing-single.column-three {
    width: calc(100% - 44px );
  }
}
.userplace-pricing-list-wrapper .userplace-pricing-single.column-one {
  width: calc(100% - 44px );
  max-width: 450px;
}
@media (max-width: 767px) {
  .userplace-pricing-list-wrapper .userplace-pricing-single.column-one {
    width: calc(100% - 44px );
  }
}
.userplace-pricing-list-wrapper .userplace-pricing-single.column-four {
  width: calc(100% / 4 - 44px );
}
@media (max-width: 767px) {
  .userplace-pricing-list-wrapper .userplace-pricing-single.column-four {
    width: calc(100% - 44px );
  }
}
.userplace-pricing-list-wrapper .userplace-pricing-single .userplace-single-price-title {
  margin-bottom: 10px;
  padding: 0 40px;
}
.userplace-pricing-list-wrapper .userplace-pricing-single .userplace-single-price-amount {
  font-size: 24px;
  font-weight: 700;
  padding: 0 40px;
}
.userplace-pricing-list-wrapper .userplace-pricing-single .userplace-single-price-amount .userplace-single-sub-amount {
  font-size: 18px;
  color: rgba(17, 17, 22, 0.6);
  font-weight: 400;
}
.userplace-pricing-list-wrapper .userplace-pricing-single ul,
.userplace-pricing-list-wrapper .userplace-pricing-single p {
  margin-top: 60px;
}
.userplace-pricing-list-wrapper .userplace-pricing-single ul li,
.userplace-pricing-list-wrapper .userplace-pricing-single p li,
.userplace-pricing-list-wrapper .userplace-pricing-single ul span,
.userplace-pricing-list-wrapper .userplace-pricing-single p span {
  list-style-type: none;
  padding: 20px 40px;
  text-decoration: none;
  box-shadow: none;
  font-size: 18px;
  color: #111116;
  border: 0;
}
.userplace-pricing-list-wrapper .userplace-pricing-single ul li:nth-child(even),
.userplace-pricing-list-wrapper .userplace-pricing-single p li:nth-child(even),
.userplace-pricing-list-wrapper .userplace-pricing-single ul span:nth-child(even),
.userplace-pricing-list-wrapper .userplace-pricing-single p span:nth-child(even) {
  background: #f4f8fc;
}
.userplace-pricing-list-wrapper .userplace-pricing-single ul li a,
.userplace-pricing-list-wrapper .userplace-pricing-single p li a,
.userplace-pricing-list-wrapper .userplace-pricing-single ul span a,
.userplace-pricing-list-wrapper .userplace-pricing-single p span a {
  text-decoration: none;
  box-shadow: none;
  font-size: 18px;
  color: #111116;
  border: 0;
}
.userplace-pricing-list-wrapper .userplace-pricing-single .userplace-pricing-plan-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.userplace-pricing-list-wrapper .userplace-pricing-single .userplace-pricing-plan-btn a.button {
  padding: 0px;
  background-color: #46a2ff;
  /* background: #2d3446; */
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  padding: 15px 26px 14px 26px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
}
.userplace-pricing-list-wrapper .userplace-pricing-single .userplace-pricing-plan-btn a.button:hover {
  background: #3d93ea;
}
.userplace-status-success {
  color: #36c164 !important;
  font-weight: 700;
  font-size: 14px;
}
.userplace-status-error {
  color: #eb5151 !important;
  font-weight: 700;
}
.userplace-system-status {
  width: 98%;
  padding: 30px;
  border-radius: 5px;
}
pre.scwp-snippet .scwp-clippy-icon {
  background: transparent !important;
}
.adminContainer.up-welcome-msg h1 {
  line-height: 38px;
}
.userplace-admin-notice {
  max-width: 752px;
  display: flex;
  padding: 0 50px;
}
.userplace-plan-login-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 550px) {
  .userplace-plan-login-wrapper {
    padding: 0 30px;
  }
}
.userplace-plan-login-wrapper .userplace-plan-wrap {
  text-align: left;
  width: 500px;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .userplace-plan-login-wrapper .userplace-plan-wrap {
    width: auto;
  }
}
.userplace-plan-login-wrapper .rq-userplace-login-form-container {
  width: 500px;
}
@media (max-width: 550px) {
  .userplace-plan-login-wrapper .rq-userplace-login-form-container {
    width: auto;
  }
}
.userplace-plan-login-wrapper .rq-userplace-login-form-container .rq-userplace-login-form {
  max-width: 500px;
}
.wpsl-loader-wrapper {
  position: fixed;
}
.quill {
  padding-top: 40px;
}
.userplace-message-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.userplace-message-wrapper p {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-left: 4px solid;
  border-color: #6cb2eb;
  background-color: #eff8ff;
  margin-bottom: 1rem;
  line-height: 24px;
  font-size: 14px;
  border-radius: 3px;
  position: relative;
  padding-right: 50px;
}
.userplace-message-wrapper p span {
  position: absolute;
  right: 13px;
  top: 11px;
  cursor: pointer;
}
.userplace-message-wrapper p span i {
  font-size: 18px;
}
.userplace-welcome {
  width: 100%;
}
.userplace-welcome p {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-left: 4px solid;
  border-color: #6cb2eb;
  background-color: #eff8ff;
  margin-bottom: 1rem;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  padding-right: 50px;
  color: #000 !important;
}
.userplace-welcome p span {
  position: absolute;
  right: 13px;
  top: 12px;
  cursor: pointer;
}
.userplace-welcome p span i {
  font-size: 18px;
}
