.appear-opacity-enter {
  filter: alpha(opacity=1);
  -khtml-opacity: 0.01;
  -moz-opacity: 0.01;
  -webkit-opacity: 0.01;
  opacity: 0.01;
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  -o-transition: opacity 100ms ease-in;
  -ms-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
.appear-opacity-enter.appear-opacity-enter-active {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.appear-opacity-leave {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  -o-transition: opacity 100ms ease-in;
  -ms-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
.appear-opacity-leave.appear-opacity-leave-active {
  filter: alpha(opacity=1);
  -khtml-opacity: 0.01;
  -moz-opacity: 0.01;
  -webkit-opacity: 0.01;
  opacity: 0.01;
}
.tooltip-animation-enter {
  margin-top: 5px;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 100ms, margin 100ms;
  -moz-transition: opacity 100ms, margin 100ms;
  -o-transition: opacity 100ms, margin 100ms;
  -ms-transition: opacity 100ms, margin 100ms;
  transition: opacity 100ms, margin 100ms;
}
.tooltip-animation-enter.tooltip-animation-enter-active {
  margin-top: 0px;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.form-items-enter {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.form-items-enter.form-items-enter-active {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.form-items-leave {
  background-color: #FFFFCC;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.form-items-leave.form-items-leave-active {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
.appear-warning-appear {
  margin-top: -50px;
}
.appear-warning-appear .appear-warning-appear-active {
  -webkit-transition: margin-top 400ms ease-in;
  -moz-transition: margin-top 400ms ease-in;
  -o-transition: margin-top 400ms ease-in;
  -ms-transition: margin-top 400ms ease-in;
  transition: margin-top 400ms ease-in;
  margin-top: 0;
}
.appear-warning-enter {
  margin-top: -50px;
}
.appear-warning-enter.appear-warning-enter-active {
  -webkit-transition: margin-top 400ms ease-in;
  -moz-transition: margin-top 400ms ease-in;
  -o-transition: margin-top 400ms ease-in;
  -ms-transition: margin-top 400ms ease-in;
  transition: margin-top 400ms ease-in;
  margin-top: 0;
}
.appear-warning-leave {
  margin-top: 0;
}
.appear-warning-leave.appear-warning-leave-active {
  -webkit-transition: margin-top 400ms ease-in;
  -moz-transition: margin-top 400ms ease-in;
  -o-transition: margin-top 400ms ease-in;
  -ms-transition: margin-top 400ms ease-in;
  transition: margin-top 400ms ease-in;
  margin-top: -50px;
}
body.workspace-sidebar-prevent-scroll {
  overflow: hidden;
}
#layout-workspace-sidebar .overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  z-index: 8;
  background-color: rgba(55, 64, 74, 0.9);
  -webkit-transition: left 1000ms ease-in-out 0ms, background-color 400ms ease-in-out 0ms;
  -moz-transition: left 1000ms ease-in-out 0ms, background-color 400ms ease-in-out 0ms;
  -o-transition: left 1000ms ease-in-out 0ms, background-color 400ms ease-in-out 0ms;
  -ms-transition: left 1000ms ease-in-out 0ms, background-color 400ms ease-in-out 0ms;
  transition: left 1000ms ease-in-out 0ms, background-color 400ms ease-in-out 0ms;
}
#layout-workspace-sidebar .overlay--v2-header {
  top: 64px;
}
#layout-workspace-sidebar .sidebar {
  background-color: #eeeeee;
  z-index: 10;
  height: 100%;
  width: 358px;
  position: fixed;
  top: 51px;
  left: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: inset -1px 0px 0px 0px #d6d6d6;
  -moz-box-shadow: inset -1px 0px 0px 0px #d6d6d6;
  box-shadow: inset -1px 0px 0px 0px #d6d6d6;
}
#layout-workspace-sidebar .sidebar--v2-header {
  top: 64px;
}
#layout-workspace-sidebar.close .sidebar {
  -webkit-transform: translate(-358px);
  -moz-transform: translate(-358px);
  -o-transform: translate(-358px);
  -ms-transform: translate(-358px);
  transform: translate(-358px);
}
#layout-workspace-sidebar.close .overlay {
  left: -100%;
  background-color: rgba(55, 64, 74, 0);
  -webkit-transition: left 0ms ease-in-out 400ms, background-color 400ms ease-in-out 0ms;
  -moz-transition: left 0ms ease-in-out 400ms, background-color 400ms ease-in-out 0ms;
  -o-transition: left 0ms ease-in-out 400ms, background-color 400ms ease-in-out 0ms;
  -ms-transition: left 0ms ease-in-out 400ms, background-color 400ms ease-in-out 0ms;
  transition: left 0ms ease-in-out 400ms, background-color 400ms ease-in-out 0ms;
}
#layout-workspace-sidebar.close #layout-workspace-select-to-move {
  -webkit-transform: translate(-358px);
  -moz-transform: translate(-358px);
  -o-transform: translate(-358px);
  -ms-transform: translate(-358px);
  transform: translate(-358px);
}
#layout-workspace-sidebar #close-button {
  left: 372px;
  z-index: 1000;
  margin-top: -12px;
  position: fixed;
}
#layout-workspace-sidebar .lists {
  -webkit-transition: left 300ms;
  -moz-transition: left 300ms;
  -o-transition: left 300ms;
  -ms-transition: left 300ms;
  transition: left 300ms;
  position: relative;
  width: 716px;
  z-index: 2;
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  -o-transition: -o-transform 300ms;
  -ms-transition: -ms-transform 300ms;
  transition: transform 300ms;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#layout-workspace-sidebar .lists.moving {
  -webkit-transform: translate(-358px);
  -moz-transform: translate(-358px);
  -o-transform: translate(-358px);
  -ms-transform: translate(-358px);
  transform: translate(-358px);
}
#layout-workspace-sidebar #layout-sidebar-list,
#layout-workspace-sidebar #layout-sidebar-move-list {
  position: relative;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#layout-workspace-sidebar #layout-sidebar-header {
  height: 64px;
}
#layout-workspace-sidebar #layout-sidebar-body {
  overflow-y: auto;
  overflow-x: hidden;
}
#layout-workspace-sidebar #layout-sidebar-footer {
  bottom: 0;
  height: 70px;
  width: 100%;
}
#layout-workspace-sidebar #layout-sidebar-footer .divisor {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #fffeff;
}
#layout-workspace-sidebar #layout-sidebar-footer .button-wrapper {
  margin: 0 auto;
  width: 320px;
  height: 100%;
}
#layout-workspace-sidebar #layout-sidebar-footer a {
  width: 92%;
  margin-top: 15px;
  text-align: center;
}
#layout-workspace-sidebar .action {
  float: right;
  width: 20px;
  height: 22px;
  display: inline-block;
  margin-left: 10px;
}
#layout-workspace-sidebar .action .layout-icon {
  width: 20px;
}
.layout-icon {
  width: 25px;
  float: left;
}
.layout-icon i {
  display: inline-block;
  cursor: pointer;
}
.layout-icon i.disabled {
  cursor: default;
  filter: alpha(opacity=30);
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
}
.layout-icon .icon-infinite {
  background-image: url(/bundles/quickyformadmin/images/ICON-infinite.png);
  background-position: 0px 0px;
  width: 64px;
  height: 27px;
}
#layout-workspace-sidebar .layout-list h5 {
  margin: 0;
  padding: 14px 0px 15px 24px;
  font-size: 13px;
  font-weight: normal;
  color: #A29BAA;
}
#layout-workspace-sidebar .layout-list ul {
  margin: 0;
  padding: 0;
}
#layout-workspace-sidebar .layout-list .divisor {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #fffeff;
}
#layout-workspace-sidebar .list-item {
  position: relative;
  clear: left;
  height: 22px;
  padding: 20px 10px 20px 20px;
  font-family: "GT America web", sans-serif;
}
#layout-workspace-sidebar .list-item:hover {
  cursor: pointer;
  background: #F5F5F5;
  -webkit-box-shadow: inset -1px 0px 0px 0px #d6d6d6;
  -moz-box-shadow: inset -1px 0px 0px 0px #d6d6d6;
  box-shadow: inset -1px 0px 0px 0px #d6d6d6;
}
#layout-workspace-sidebar .list-item.highlight {
  background: #FFFFFF;
}
#layout-workspace-sidebar .list-item .workspace-shared,
#layout-workspace-sidebar .list-item .workspace-shared-owner {
  margin-top: 1px;
  margin-left: 3px;
}
#layout-workspace-sidebar .list-item .name {
  float: left;
  font-weight: 500;
  max-width: 48%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 18px;
  margin-top: 2px;
  padding-right: 3px;
}
#layout-workspace-sidebar .list-item .counter {
  margin: 0 11px 0;
  float: right;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #B1B3B6;
  font-size: 11px;
  background-color: transparent;
  border: 1px solid #B1B3B6;
  font-weight: normal;
  width: 2.3em;
  padding: 0.3em 0 0;
}
#layout-workspace-sidebar .list-item .divisor {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
#layout-workspace-sidebar .list-item .actions {
  display: inline-block;
  width: 19%;
  height: 22px;
  float: right;
  position: relative;
}
#layout-workspace-sidebar .list-item .actions .action {
  margin-left: 7px;
}
#layout-workspace-sidebar .list-item .divisor {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #fffeff;
}
#layout-workspace-sidebar #layout-textbox {
  position: relative;
}
#layout-workspace-sidebar #layout-textbox input {
  font-size: 14px;
  width: 88%;
  margin: 22px 22px 8px 22px;
  padding: 8px 32px 8px 12px;
}
#layout-workspace-sidebar #layout-textbox input::-ms-clear {
  display: none;
}
#layout-workspace-sidebar #layout-textbox .layout-icon {
  position: absolute;
  top: 34px;
  right: 30px;
  width: 15px;
}
body.popup-prevent-scroll {
  overflow: hidden;
}
#react-popup {
  position: absolute;
  z-index: 10;
}
#react-popup #react-popup-box {
  background-color: #f4f4f4;
  z-index: 12;
  position: relative;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#react-popup #react-popup-box.mounted {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
#react-popup .scale-leave.scale-leave-active {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
#react-popup header {
  padding: 20px;
  background-color: #DDDDDD;
  border-bottom: 1px solid #B3B3B3;
  border-radius: 3px 3px 0 0;
}
#react-popup h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000000;
}
#react-popup .content {
  text-align: left;
  padding: 40px;
  line-height: 22px;
  color: #666666;
}
#react-popup .content .error-message {
  font-size: 0.9em;
  color: #C33E3B;
  display: block;
  padding: 10px 0;
}
#react-popup .content input {
  width: 100%;
}
#react-popup .content .warning-title {
  color: #D33931;
  font-weight: 600;
}
#react-popup .content p {
  padding: 0 0 20px;
  line-height: 140%;
}
#react-popup footer {
  color: #666666;
  padding: 0 40px 40px 40px;
}
#react-popup footer a {
  float: right;
  margin-left: 10px;
}
#react-popup footer a:disabled,
#react-popup footer a[disabled] {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#react-popup.footer-isolate .content {
  padding: 40px 20px;
}
#react-popup.footer-isolate footer {
  border-top: 1px solid #B3B3B3;
  background-color: #DDDDDD;
  padding: 10px;
  border-radius: 0 0 3px 3px;
}
#react-popup.footer-isolate footer a {
  margin-left: 0;
  margin-left: 10px;
}
.popup-content {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.feature-popup {
  width: 450px;
  top: 50%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
  display: block;
}
.feature-popup .feature-popup__icon {
  display: inline-block;
  float: none;
  width: 64px;
  height: 60px;
}
.feature-popup .feature-popup__header {
  font-size: 32px;
  font-weight: 400;
}
.feature-popup .feature-popup__header .feature-popup__header__icon {
  font-size: 10px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #FFFFFF;
  border-radius: 25px;
  position: relative;
  top: -5px;
  font-weight: 600;
}
.feature-popup .feature-popup__description {
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  padding: 0 20px;
  margin-top: 40px;
  color: #f4f4f4;
}
.feature-popup .feature-popup__buttons {
  margin-top: 50px;
}
.feature-popup .feature-popup__buttons .feature-popup__buttons__button {
  display: inline-block;
  width: 200px;
  padding: 14px 0;
  border-radius: 2px;
  line-height: 28px;
  color: white;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  letter-spacing: 0.3px;
}
.feature-popup .feature-popup__buttons .feature-popup__buttons__button--green {
  background: #83BF97;
}
.feature-popup .feature-popup__buttons .feature-popup__buttons__button--green:hover {
  background: #90c6a2;
}
.feature-popup .feature-popup__buttons .feature-popup__buttons__separation-label {
  color: #9FFFC0;
  margin: 0 15px;
  font-size: 14px;
  text-transform: lowercase;
}
.feature-popup .feature-popup__buttons .feature-popup__buttons__button--confirm {
  width: 250px;
}
.feature-popup .feature-popup__subheader {
  margin-top: 40px;
  font-size: 23px;
  font-weight: 300;
  padding: 0 20px 0 20px;
}
.feature-popup .feature-popup__confirm-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #9FFFC0;
  margin-top: 20px;
}
.feature-popup .feature-popup__confirm-warning {
  font-weight: 600;
  margin: 10px 0 10px 0;
}
.feature-popup .feature-popup__confirm-action {
  margin: 10px 0 10px 0;
}
.feature-popup .feature-popup__tooltip {
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 100;
  color: white;
  margin: 0 5px 0 5px;
  background-color: #83BF97;
  cursor: pointer;
}
.try-pro-popup-appear {
  opacity: 0;
}
.try-pro-popup-appear.try-pro-popup-appear-active {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.try-pro-popup-leave {
  opacity: 1;
}
.try-pro-popup-leave.try-pro-popup-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.pro-feature-popup-wrapper {
  background: rgba(108, 173, 133, 0.95);
  color: white;
}
.delete-account-popup {
  background: white;
  height: 100%;
  color: #4c4c4c;
}
.delete-account-popup__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.delete-account-popup__wrapper {
  width: 512px;
  max-width: 90%;
}
.delete-account-popup__wrapper .error-description {
  height: 13px;
  margin-top: 8px;
}
.delete-account-popup__wrapper input[type="password"]:hover {
  background-color: none;
}
.delete-account-popup__wrapper li {
  list-style: initial;
  line-height: 24px;
  margin: 16px 0 8px 16px;
  padding: 0 0px;
}
.delete-account-popup__wrapper button {
  font-family: "GT America web", sans-serif;
}
.delete-account-popup__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.delete-account-popup__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
.delete-account-popup__options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 16px;
}
.delete-account-popup__button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 5px 11px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  white-space: nowrap;
  margin-left: 8px;
}
.delete-account-popup__button:disabled {
  opacity: 0.6;
}
.delete-account-popup__button-cancel {
  background-color: rgba(0, 0, 0, 0.07);
  color: #4c4c4c;
}
.delete-account-popup__button-cancel:hover {
  background-color: rgba(212, 212, 212, 0.2095);
  transition: 0.2s;
}
.delete-account-popup__password-text {
  margin-bottom: 8px;
}
.delete-account-popup__button-delete {
  color: white;
  background-color: #D95767;
}
.delete-account-popup__button-delete:hover {
  background-color: #df707e;
  transition: 0.2s;
}
.delete-account-popup__password {
  width: 100%;
}
.delete-account-popup__disabled-close-button {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  background: white;
  z-index: 1000;
}
.delete-card-popup__wrapper {
  display: flex;
  background: white;
  color: #4c4c4c;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.delete-card-popup__content {
  width: 512px;
  max-width: 90%;
}
.delete-card-popup__content button {
  font-family: "GT America web", sans-serif;
}
.delete-card-popup__title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.delete-card-popup__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.card-info-data {
  font-size: 14px;
  line-height: 20px;
}
.delete-card-popup__options {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 24px;
}
.delete-card-popup__button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 5px 11px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
  white-space: nowrap;
  margin-left: 8px;
}
.delete-card-popup__button:disabled {
  opacity: 0.6;
}
.delete-card-popup__button-cancel {
  background-color: rgba(0, 0, 0, 0.07);
  color: #4c4c4c;
}
.delete-card-popup__button-cancel:hover {
  background-color: rgba(212, 212, 212, 0.2095);
  transition: 0.2s;
}
.delete-card-popup__button-delete {
  color: white;
  background-color: #D95767;
}
.delete-card-popup__button-delete:hover {
  background-color: #df707e;
  transition: 0.2s;
}
#react-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: rgba(24, 27, 41, 0.75);
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}
#react-overlay.mounted {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 100ms ease-in;
  -moz-transition: opacity 100ms ease-in;
  -o-transition: opacity 100ms ease-in;
  -ms-transition: opacity 100ms ease-in;
  transition: opacity 100ms ease-in;
}
.layout-tooltip {
  position: relative;
  z-index: 100;
  top: -62px;
  left: -10px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 140%;
  padding: 7px 10px 7px;
  background: #303341;
  background: rgba(48, 51, 65, 0.85);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: 0 solid #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.layout-tooltip.move-typeform {
  left: -18px;
}
.layout-tooltip.delete {
  left: -20px;
}
.layout-tooltip > .tail {
  position: absolute;
  z-index: 2;
  border-top: 5px solid rgba(48, 51, 65, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  height: 0;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
#workspace-trial-popup .check-seen {
  float: left;
  padding: 10px 0;
  font-size: 13px;
}
#workspace-trial-popup .check-seen label {
  color: #666666;
  cursor: pointer;
}
#workspace-name {
  display: inline-block;
  vertical-align: top;
}
#workspace-name .workspace-name {
  color: #9AA1A7;
  font-weight: 500;
  font-size: 17px;
  vertical-align: top;
}
#workspace-name .workspace-name:hover {
  color: white;
  text-decoration: underline;
}
#workspace-name .layout-name {
  padding-top: 10px;
}
#workspace-name .layout-name div.pencil {
  display: inline-block;
  padding-left: 10px;
}
#workspace-name .layout-rename {
  padding-top: 0;
}
#workspace-name .layout-rename input {
  color: #9AA1A7;
  font-weight: 500;
  font-size: 17px;
  border: 1px solid black;
  background-color: #515560 !important;
  color: white;
  float: left;
  height: 33px;
  padding: 2px 8px;
}
#workspace-name .layout-rename .admin-button {
  border: 1px solid black;
  margin: 3px 0 0 3px;
  padding: 4px 9px 0;
  width: 13px;
}
.workspace-rename-error-tooltip {
  margin-top: 6px !important;
}
.content #workspace-name .layout-rename input {
  background-color: #ffffff !important;
  border: 1px solid #D3D3D3;
  color: #37404A;
  margin-top: 2px;
  font-size: 20px;
}
.content #workspace-name .layout-rename input:focus {
  box-shadow: none;
}
#layout-sidebar-move-list .back-button {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-color: #2E313E;
  border-radius: 2px;
  margin-left: 20px;
  margin-top: 20px;
}
#layout-sidebar-move-list .workspace-name {
  display: inline-block;
  vertical-align: top;
  margin-top: 32px;
  margin-left: 16px;
}
#layout-sidebar-move-list h4 {
  display: inline-block;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.5em;
}
#layout-sidebar-move-list .counter {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  margin-top: 1px;
  color: #A29BAA;
  font-size: 12px;
}
#layout-sidebar-move-list .list-item .actions {
  width: 35%;
}
#layout-sidebar-move-list .list-item .actions h5 {
  margin: 4px 0 0 0;
  padding: 0 5px 0 0;
  width: 75%;
  display: inline-block;
  float: right;
  font-size: 12px;
  text-align: right;
}
#layout-sidebar-move-list .list-item .name {
  padding-right: 2px;
}
#layout-sidebar-move-list .layout-icon.move-to {
  float: right;
  display: inline-block;
  width: 15%;
}
#layout-workspace-select-to-move {
  z-index: 8;
  height: 100%;
  width: 340px;
  position: fixed;
  top: 51px;
  left: 60px;
  overflow: hidden;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#layout-workspace-select-to-move.hiden {
  left: 20px;
}
#layout-workspace-select-to-move.closed {
  left: 52px;
}
#layout-workspace-select-to-move.opened {
  left: 328px;
}
#layout-workspace-select-to-move.layout-workspace-select--v2-header {
  top: 64px;
}
#layout-workspace-select-to-move .move-sidebar {
  width: 305px;
  height: 100%;
  background-color: #F7F7F8;
  display: inline-block;
  overflow-y: auto;
}
#layout-workspace-select-to-move .close {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
  float: right;
}
#layout-workspace-select-to-move .layout-list {
  margin-left: 30px;
}
#layout-workspace-select-to-move .list-item:hover {
  background: #E2ECED;
}
#layout-workspace-select-to-move .move-button-wrapper {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0 20px;
  top: -5px;
  width: 18%;
}
#layout-workspace-select-to-move .move-button-wrapper .admin-button {
  padding: 0px 10px !important;
}
#layout-workspace-select-to-move .list-item .counter {
  display: none;
}
.workspace-members-panel {
  width: 280px;
  height: 100%;
  color: #979797;
  margin-left: 2px;
  padding-bottom: 2px;
  overflow: hidden;
  font-family: "GT America web", sans-serif;
}
.workspace-members-panel .list-member {
  box-shadow: 0px 1px 0px #C2C9C9, 0 2px 0 #E5E9E9;
}
.workspace-members-panel .list-member--clickable:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.add-user-workspace-button {
  padding: 20px;
  box-sizing: border-box;
  height: 90px;
  box-shadow: 0px 1px 0px #C2C9C9, 0 2px 0 #E5E9E9;
  cursor: pointer;
}
.add-user-workspace-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.add-user-workspace-button .list-info-title {
  color: #2E303D;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin-top: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.add-user-workspace-button .list-info-subtitle {
  line-height: 27.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
}
.add-user-workspace-button__icon {
  float: left;
  margin-right: 12px;
}
.workspace-list-member {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 1px 0px #C2C9C9, 0 2px 0 #E5E9E9;
}
.workspace-list-member:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.workspace-members-panel__count {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 1px 0px #C2C9C9, 0 2px 0 #E5E9E9;
  font-size: 13px;
}
.members-overlay {
  height: 100%;
  background-color: rgba(130, 189, 146, 0.9);
  position: absolute;
  left: 1px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  -moz-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  -ms-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.members-overlay::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.members-overlay--shown {
  opacity: 1;
}
.members-overlay-content {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}
.members-overlay-content button {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  box-sizing: border-box;
  padding: 10px;
  height: 50px;
  font-size: 16px;
  float: none;
  -webkit-font-smoothing: antialiased;
}
.members-overlay-text {
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 1.49px;
  line-height: 32px;
  margin-bottom: 35px;
  font-weight: 100;
}
.workspace-members-panel--beta .list-member:not(:first-child) {
  opacity: 0.4;
}
#state-form #form-info {
  display: inline-block;
  float: left;
  color: white;
  z-index: 2;
  font-weight: 500;
  width: 30%;
  padding-left: 21px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  height: 60px;
  /* Vertical centering of children */
}
#state-form #form-info:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
#state-form #form-info .back-to-workspace-button {
  margin-top: 1px;
  margin-left: -10px;
  margin-right: -5px;
  padding: 10px;
}
#state-form #form-info .back-to-workspace-button:hover {
  opacity: 0.7;
}
#state-form #form-info .back-to-workspace-button,
#state-form #form-info > span {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#state-form #form-info #form-trial {
  margin-top: 0;
  float: none;
  vertical-align: middle;
  visibility: hidden;
}
#state-form #form-info #form-trial.trial-label__pro-trial {
  display: inline-block;
  visibility: visible;
}
#state-form #form-info #form-trial.form-title__editable {
  display: none !important;
}
.form-trial {
  display: none;
}
.form-trial.trial-label__pro-trial {
  display: inline-block;
}
#form-title.form-title__ellipsis {
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.has-pro-trial-label #form-title.form-title__ellipsis {
  max-width: 63%;
}
@media (max-width: 1085px) {
  .has-pro-trial-label #form-title.form-title__ellipsis {
    max-width: 60%;
  }
}
@media (max-width: 1024px) {
  .has-pro-trial-label #form-title.form-title__ellipsis {
    max-width: 55%;
  }
}
#form-title {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 300;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#form-title .typeform-name {
  vertical-align: top;
}
#form-title .typeform-name:hover {
  color: white;
  text-decoration: underline;
}
#form-title .layout-name {
  padding-top: 10px;
  display: inline;
}
#form-title .layout-name div.pencil {
  display: inline-block;
  padding-left: 10px;
}
#form-title .layout-rename {
  padding-top: 0;
}
#form-title .layout-rename input {
  border: 1px solid black;
  background-color: #515560 !important;
  color: white;
  float: left;
  height: 33px;
  padding: 2px 8px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 300;
}
#form-title .layout-rename .admin-button {
  border: 1px solid black;
  margin-left: 3px;
  padding: 4px 9px 0;
  width: 13px;
}
.typeform-name-error-tooltip {
  margin-top: 6px !important;
}
body.asidemenu-prevent-scroll {
  overflow: hidden;
}
.aside-menu-content {
  position: fixed;
  top: 50px;
  right: 0;
  height: 100%;
  width: 360px;
  background-color: white;
  z-index: 9;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.aside-menu-content.aside-menu-content--v2-header {
  top: 64px;
}
.aside-menu-overlay {
  position: fixed;
  top: 50px;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(55, 64, 74, 0.9);
  z-index: 8;
}
.aside-menu-overlay.aside-menu-overlay--v2-header {
  top: 64px;
}
.aside-menu-close-button {
  z-index: 8;
  height: 30px;
  width: 20px;
  position: fixed;
  top: 65px;
  right: 380px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.aside-menu-close-button.aside-menu-close-button--v2-header {
  top: 85px;
}
.aside-menu-closed .aside-menu-content {
  right: -360px;
}
.aside-menu-closed .aside-menu-overlay {
  width: 0;
}
.aside-menu-closed .aside-menu-close-button {
  right: -20px;
}
/**
 * TEAM WORKSPACE PANEL
 */
.team-workspace-panel {
  background-color: #EEEEEE;
  height: 100%;
  font-family: "GT America web", sans-serif;
}
.team-workspace-panel--error .team-workspace-list {
  top: 170px;
}
.team-workspace-panel--error .invitation-box {
  height: 122px;
}
.team-workspace-panel--error .invitation-box__form--focused {
  border-color: #AC665B;
  -webkit-box-shadow: 0px 0px 4px 0px #5D2D1C;
  -moz-box-shadow: 0px 0px 4px 0px #5D2D1C;
  box-shadow: 0px 0px 4px 0px #5D2D1C;
}
/**
 * TEAM MEMBERS PANEL
 */
.team-members-panel {
  background-color: #EEEEEE;
  height: 100%;
  font-family: "GT America web", sans-serif;
}
/**
 * ASIDE PANEL HEADER
 */
.aside-panel__header {
  color: #979797;
  padding: 14px 20px;
  -webkit-box-shadow: 0px 1px 0px #D7D7D7, 0 2px 0 #FFFEFF;
  -moz-box-shadow: 0px 1px 0px #D7D7D7, 0 2px 0 #FFFEFF;
  box-shadow: 0px 1px 0px #D7D7D7, 0 2px 0 #FFFEFF;
}
.aside-panel__header-icon {
  margin-right: 15px;
}
/**
 * TEAM MEMBERS WORKSPACE LIST
 */
.team-workspace-list {
  position: absolute;
  width: 360px;
  top: 128px;
  bottom: 50px;
  overflow-y: scroll;
}
/**
 * INVITATION BOX
 */
.invitation-box__form {
  background: #FFFFFF;
  width: 310px;
  padding: 3px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  height: 35px;
}
.invitation-box__form--focused {
  border: 1px solid #5BACA3;
  -webkit-box-shadow: 0px 0px 4px 0px #7BB9BD;
  -moz-box-shadow: 0px 0px 4px 0px #7BB9BD;
  box-shadow: 0px 0px 4px 0px #7BB9BD;
}
.invitation-box__input-wrapper {
  overflow: hidden;
}
.invitation-box {
  padding: 20px;
  height: 70px;
  margin-top: 2px;
  -webkit-box-shadow: 0px 1px 0px #D7D7D7, 0 2px 0 #FFFEFF;
  -moz-box-shadow: 0px 1px 0px #D7D7D7, 0 2px 0 #FFFEFF;
  box-shadow: 0px 1px 0px #D7D7D7, 0 2px 0 #FFFEFF;
  box-sizing: border-box;
  position: relative;
  height: 82px;
}
.invitation-box .admin-button {
  float: right;
}
.invitation-box .invitation-box__input {
  width: 100%;
  border-color: white;
  margin: 0;
}
.invitation-box .invitation-box__input:hover {
  background: #FFF;
}
.invitation-box .invitation-box__input:focus {
  border-color: white!important;
}
.invitation-box .team-memberslist-button-icon {
  position: relative;
  top: 4px;
  right: 4px;
}
.invitation-box__error-wrapper {
  font-size: 12px;
  color: #AE3A3A;
  line-height: 20px;
  padding: 0 12px;
  height: 60px;
}
.invitation-box__error-wrapper::before {
  content: ' ';
  display: inline-block;
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
}
.invitation-box__error {
  display: inline-block;
  vertical-align: middle;
}
/**
 * TEAM LIST
 */
.team-list {
  position: absolute;
  width: 360px;
  top: 128px;
  bottom: 50px;
  overflow-y: scroll;
  top: 48px;
}
/**
 * TEAM MEMBERS LIST ELEMENT
 */
.list-member {
  padding: 20px;
  height: 70px;
  margin-top: 2px;
  -webkit-box-shadow: 0px 1px 0px #D7D7D7, 0 2px 0 #FFFEFF;
  -moz-box-shadow: 0px 1px 0px #D7D7D7, 0 2px 0 #FFFEFF;
  box-shadow: 0px 1px 0px #D7D7D7, 0 2px 0 #FFFEFF;
  box-sizing: border-box;
  position: relative;
}
.list-member--clickable {
  cursor: pointer;
}
.list-member--clickable:hover {
  background-color: #F5F5F5;
}
.list-member--animation-enter {
  height: 0;
  opacity: 0.1;
  padding: 0 20px;
}
.list-member--animation-leave-active {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  -webkit-transition: height 300ms ease-in-out, padding 300ms ease-in-out;
  -moz-transition: height 300ms ease-in-out, padding 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out, padding 300ms ease-in-out;
  -ms-transition: height 300ms ease-in-out, padding 300ms ease-in-out;
  transition: height 300ms ease-in-out, padding 300ms ease-in-out;
}
.list-member--animation-enter-active {
  height: 70px;
  opacity: 1;
  padding: 20px;
  -webkit-transition: height 300ms ease-in-out, padding 300ms ease-in-out;
  -moz-transition: height 300ms ease-in-out, padding 300ms ease-in-out;
  -o-transition: height 300ms ease-in-out, padding 300ms ease-in-out;
  -ms-transition: height 300ms ease-in-out, padding 300ms ease-in-out;
  transition: height 300ms ease-in-out, padding 300ms ease-in-out;
}
.list-member__icon-wrapper {
  float: left;
  width: 26px;
  height: 26px;
  border: 2px solid white;
  box-shadow: 0 0 0 1px rgba(46, 48, 61, 0.1);
  margin-right: 10px;
  overflow: hidden;
  border-radius: 3px;
}
.list-member__icon {
  max-width: 100%;
}
.list-info-title {
  font-size: 13px;
  color: #2E303D;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;
  padding-bottom: 1px;
  white-space: nowrap;
}
.list-info-title--big {
  font-size: 13px;
  color: #2E303D;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 14px;
  padding-bottom: 1px;
  white-space: nowrap;
  line-height: 30px;
}
.list-info-subtitle {
  font-size: 11px;
  color: #ACADB2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 15px;
  white-space: nowrap;
}
.list-member-status {
  float: right;
  position: relative;
  padding-left: 1em;
  height: 30px;
  left: 7px;
}
.list-member__remove {
  height: 21px;
  margin-top: 4px;
  cursor: pointer;
}
.list-member__remove-text {
  color: #EF4123;
  margin: 0 10px;
  font-size: 12px;
  line-height: 20px;
  vertical-align: top;
}
.member-list--empty {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 40px;
  text-align: center;
  font-family: 'ReklameScriptRegular';
  font-size: 24px;
  color: #ACADB2;
}
.member-list--empty:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.member-list--empty > span {
  display: inline-block;
}
.teamplan-popup .content {
  padding-bottom: 0;
}
.fullscreen-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fullscreen-popup-appear,
.fullscreen-popup-enter {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.fullscreen-popup-appear.fullscreen-popup-appear-active,
.fullscreen-popup-enter.fullscreen-popup-appear-active,
.fullscreen-popup-appear.fullscreen-popup-enter-active,
.fullscreen-popup-enter.fullscreen-popup-enter-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.2s ease, opacity 0.3s ease-out;
}
.fullscreen-popup-leave {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fullscreen-popup-leave.fullscreen-popup-leave-active {
  opacity: 0;
}
.fullscreen-popup__close-button {
  position: fixed;
  background: url("https://s3-eu-west-1.amazonaws.com/share.typeform.com/close.gif") no-repeat center;
  right: 0;
  top: 0;
  padding: 30px;
  cursor: pointer;
  z-index: 100;
}
.pricing-page__button {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "GT America web", sans-serif;
  color: white;
  width: 210px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 2px;
  outline: none;
}
.pricing-page__basic-button {
  background: #88C5C7;
}
.pricing-page__basic-button:not([disabled]):hover {
  background: #98D5D7;
}
.pricing-page__button-hidden {
  visibility: hidden;
}
.pricing-page__pro-button-wrapper {
  display: inline-block;
  text-align: center;
}
.pricing-page__pro-button {
  background: #7DBB91;
}
.pricing-page__pro-button:not([disabled]):hover {
  background: #93D2A9;
}
.pricing-plan__try-link {
  display: inline-block;
  color: #7DBB91;
  font-weight: 500;
}
.pricing-plan__try-link:hover {
  color: #93D2A9;
}
.pricing-plan__try-link-hidden {
  visibility: hidden;
}
.pricing-page__pro-plus-button {
  background: #E4B83A;
}
.pricing-page__pro-plus-button:hover {
  background: #F0BC43;
}
.pricing-wrapper {
  position: absolute;
  width: calc(100% - 280px);
  background: #ffffff;
  font-family: "GT America web", sans-serif;
}
@media (max-width: 1304px) {
  .pricing-wrapper {
    width: 100%;
  }
}
.pricing-content {
  margin: 0 auto;
  position: relative;
  top: 0;
  width: 850px;
}
.pricing-page__first-page {
  position: relative;
  width: inherit;
  height: 100vh;
  min-height: 635px;
}
.pricing-header__wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-content__header {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  text-align: left;
  height: 20%;
}
@media (min-height: 800px) {
  .pricing-content__header {
    height: 30%;
  }
}
@media (min-width: 1304px) {
  .pricing-content__header {
    width: 890px;
    margin-left: -20px;
  }
}
.pricing-content__header-text {
  font-size: 30px;
  font-weight: 500;
}
.pricing-content__header-description {
  font-weight: 300;
  font-size: 18px;
  color: #898989;
  margin-top: 20px;
}
.pricing-content__plans {
  position: absolute;
  height: 460px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pricing-page__plans {
  width: 890px;
  margin-left: -20px;
}
.pricing-page__plans::after {
  display: block;
  position: absolute;
  content: '';
  width: 890px;
  height: 100px;
  bottom: -10px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, white 80%);
}
.pricing-content__view-features-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10%;
}
.pricing-content__view-features {
  display: flex;
  font-size: 16px;
}
.pricing-content__view-features-text {
  margin: 0 auto;
  border-bottom: 2px solid #4c4c4c;
  cursor: pointer;
  text-align: center;
}
.pricing-content__view-features-text:hover {
  border-bottom: 2px dashed #4c4c4c;
}
.pricing-content__compare-plans {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}
.pricing-content__compare-plans-follow-up {
  position: absolute;
  content: '';
  border-left: 2px dashed #4c4c4c;
  width: 2px;
  left: 50%;
  top: 0;
  height: calc(100% - 25px);
  margin-top: 25px;
  margin-left: -1px;
  display: block;
}
.pricing-page__second-page {
  min-height: 100vh;
}
.pricing-page__second-page-fixed-header {
  margin-top: 80px;
  min-height: calc(100vh - 80px);
}
body.pricing-page__body-overflow {
  overflow: hidden;
}
.pricing-page__price-wrapper {
  color: #4c4c4c;
}
.pricing-plan__price {
  font-size: 16px;
}
.pricing-plan__price .pricing-page__price-from {
  font-size: 14px;
  color: rgba(76, 76, 76, 0.7);
}
.pricing-plan__price .price-value__currency {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 100;
  margin-top: 7px;
  margin-right: 4px;
}
.pricing-plan__price .price-value__amount {
  display: inline-block;
  font-size: 50px;
}
.pricing-plan__price .price-value__period {
  display: inline-block;
  padding-left: 5px;
}
.pricing-plan__price .pricing-page__price-underline {
  font-size: 16px;
  margin-top: 60px;
}
.pricing-plan__price .pricing-page__price__for-label {
  color: rgba(76, 76, 76, 0.7);
  margin-right: 6px;
}
.pricing-plan__price .pricing-page__price-more-users {
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  color: rgba(76, 76, 76, 0.7);
}
.pricing-plan__price .pricing-page__price-more-users--tooltip {
  display: inline-block;
  text-align: center;
  color: #E4B83A;
  background: #f8ebc5;
  font-size: 13px;
  font-weight: bold;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
}
.pricing-page__price-period-type {
  font-size: 23px;
}
.pricing-page__price-billed-annually {
  font-size: 13px;
}
.pricing-page-features__header-price {
  font-weight: 400;
  line-height: 22px;
  width: 90px;
}
.pricing-page-features__header-price .pricing-page__price-from {
  font-weight: 100;
  font-size: 12px;
  color: rgba(76, 76, 76, 0.7);
}
.pricing-page-features__header-price .price-value__currency {
  display: inline-block;
  font-size: 18px;
  margin-right: 4px;
}
.pricing-page-features__header-price .price-value__amount {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
}
.pricing-page-features__header-price .price-value__period {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
}
.pricing-page-features__header-price .pricing-page__price-period-type {
  line-height: 1;
}
.pricing-page__price-from-hidden {
  visibility: hidden;
}
.price-value__wrapper {
  display: inline-block;
  position: absolute;
}
.price-value__wrapper-enter {
  opacity: 0;
}
.price-value__wrapper-enter.price-value__wrapper-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.price-value__wrapper-leave {
  opacity: 1;
}
.price-value__wrapper-leave.price-value__wrapper-leave-active {
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-in;
  -moz-transition: opacity 0.1s ease-in;
  -o-transition: opacity 0.1s ease-in;
  -ms-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
}
.pricing-page__basic-plan {
  display: inline-block;
  width: 266px;
  height: 410px;
  background: rgba(136, 197, 199, 0.07);
  border: 2px solid #88C5C7;
  border-bottom: 0;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-right: 20px;
  margin-left: 20px;
}
.pricing-page__basic-plan .pricing-plan__title {
  color: #88C5C7;
}
.pricing-page__basic-plan .pricing-plan__overview {
  margin-bottom: 50px;
}
.pricing-page__pro-plan {
  display: inline-block;
  width: 266px;
  height: 430px;
  background: #F8FFFA;
  border: 2px solid #7DBB91;
  border-bottom: 0;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  margin-right: 20px;
  -webkit-box-shadow: 0 0 16px 0 #7DBB91;
  -moz-box-shadow: 0 0 16px 0 #7DBB91;
  box-shadow: 0 0 16px 0 #7DBB91;
}
.pricing-page__pro-plan .pricing-plan__title {
  color: #7DBB91;
}
.pricing-page__pro-plan .pricing-plan__description {
  margin-bottom: 77px;
}
.pricing-page__pro-plan .pricing-plan__and-more {
  color: #7DBB91;
}
.pricing-page__pro-plan .pricing-plan__and-more:hover {
  color: #93D2A9;
}
.pricing-page__pro-plan .pricing-page__price-underline {
  color: #7DBB91;
}
.pricing-page__pro-plan .pricing-page__pro-button-wrapper {
  position: absolute;
  bottom: -17px;
}
.pricing-page__pro-plus-plan {
  display: inline-block;
  width: 266px;
  height: 450px;
  background: #FEFBF3;
  border: 2px solid #E4B83A;
  border-bottom: 0;
  border-bottom: none;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.pricing-page__pro-plus-plan .pricing-plan__title {
  color: #E4B83A;
}
.pricing-page__pro-plus-plan .pricing-plan__and-more {
  color: #E4B83A;
}
.pricing-page__pro-plus-plan .pricing-plan__and-more:hover {
  color: #F0BC43;
}
.pricing-page__pro-plus-plan .pricing-page__price-underline {
  color: #E4B83A;
}
@media (min-width: 1304px) {
  .pricing-page__basic-plan {
    margin-right: 40px;
    margin-left: 0;
  }
  .pricing-page__pro-plan {
    margin-right: 40px;
  }
}
.pricing-page__disabled-plan {
  opacity: 0.7;
}
.pricing-page__plans-wrapper {
  position: absolute;
  font-size: 14px;
  width: 210px;
  margin: 30px;
  bottom: 0;
  color: rgba(76, 76, 76, 0.7);
  z-index: 1;
  transform: translateZ(0);
}
.pricing-plan__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.pricing-plan__overview {
  margin-bottom: 10px;
}
.pricing-plan__overview--pro {
  font-weight: 500;
  color: #7DBB91;
}
.pricing-plan__overview--pro-plus {
  font-weight: 500;
  color: #E4B83A;
}
.pricing-plan__key-feature {
  font-weight: 600;
  margin-bottom: 10px;
}
.pricing-plan__price {
  height: 90px;
  margin-bottom: 25px;
}
.pricing-plan__description {
  line-height: 20px;
  margin: 15px 0 25px 0;
  height: 60px;
}
.pricing-plan__and-more {
  display: inline;
  cursor: pointer;
  padding-left: 2px;
}
.pricing-page-switch {
  position: absolute;
  width: 250px;
  top: 0;
  right: 0;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  color: rgba(76, 76, 76, 0.7);
}
.pricing-page-switch__active {
  color: #4c4c4c;
}
.pricing-page-switch__text {
  display: inline-block;
}
.pricing-page-switch__toggle {
  display: inline-block;
  width: 40px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.pricing-page-switch__button {
  position: absolute;
  background: #F8F8F8;
  border: 2px #4c4c4c solid;
  width: 16px;
  height: 16px;
  margin-top: 5px;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.pricing-page-switch__button-active {
  margin-left: 17px;
  -webkit-transition: margin-left 0.1s ease-in;
  -moz-transition: margin-left 0.1s ease-in;
  -o-transition: margin-left 0.1s ease-in;
  -ms-transition: margin-left 0.1s ease-in;
  transition: margin-left 0.1s ease-in;
}
.pricing-page-switch__slot {
  position: absolute;
  background: #4c4c4c;
  border-radius: 100px;
  width: 37px;
  height: 20px;
  margin-top: 5px;
}
.pricing-page-features__basic {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  background: white;
  color: #88C5C7;
}
.pricing-page-features__basic .pricing-page-features__overview {
  background: #88C5C7;
  color: white;
}
.pricing-page-features__basic .pricing-page-features__list {
  border-left: 1px solid #eeeeee;
}
.pricing-page-features__pro {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  background: #F8FFFA;
  color: #7DBB91;
}
.pricing-page-features__pro .pricing-page-features__overview {
  background: #7DBB91;
  color: white;
}
.pricing-page-features__pro .pricing-page-features__list {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.pricing-page-features__pro-plus {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  background: #FEFBF3;
  color: #E4B83A;
}
.pricing-page-features__pro-plus .pricing-page-features__overview {
  background: #E4B83A;
  color: white;
}
.pricing-page-features__pro-plus .pricing-page-features__list {
  border-right: 1px solid #eeeeee;
}
.pricing-page-features__table {
  font-size: 14px;
}
.pricing-page-features__table::after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100px;
  bottom: 35px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, white 80%);
}
.pricing-page-features__overview {
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
}
.pricing-page-features__list {
  padding-top: 10px;
  padding-left: 50px;
  height: 940px;
  padding-bottom: 120px;
}
.pricing-page-features__list li {
  line-height: 38px;
}
.feature-list__default {
  color: rgba(76, 76, 76, 0.7);
  list-style-image: url("/bundles/quickyformadmin/images/pricing/DefaultCheck.png");
}
.feature-list__basic {
  list-style-image: url("/bundles/quickyformadmin/images/pricing/BasicCheck.png");
}
.feature-list__pro {
  list-style-image: url("/bundles/quickyformadmin/images/pricing/ProCheck.png");
}
.feature-list__pro-plus {
  list-style-image: url("/bundles/quickyformadmin/images/pricing/ProPlusCheck.png");
}
.feature-list__tooltip-basic {
  background: #88C5C7;
}
.feature-list__tooltip-pro {
  background: #7DBB91;
}
.feature-list__tooltip-pro-plus {
  background: #E4B83A;
}
.pricing-page-features__header {
  font-weight: 500;
  font-size: 22px;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.18);
  min-width: 850px;
}
.pricing-page-features__header-sticky {
  position: fixed;
  top: 0;
  transform: translateZ(0);
}
.pricing-page-features__header-box {
  height: 80px;
  line-height: 80px;
  padding-left: 30px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
}
.pricing-page-features__header-text {
  display: inline-block;
  vertical-align: top;
}
.pricing-page-features__header-price {
  display: inline-block;
  float: right;
  height: 60px;
  margin-top: 7px;
  margin-right: 28px;
}
.pricing-page-features__header-price .pricing-page__price-billed-annually {
  position: absolute;
  width: 100px;
  left: 0;
  font-size: 11px;
  color: rgba(76, 76, 76, 0.7);
}
.social-proof-slider {
  width: 280px;
  height: 100%;
  right: 0;
  position: fixed;
  background-color: black;
  font-weight: 100;
  color: white;
  transform: translateZ(0);
}
@media (max-width: 1304px) {
  .social-proof-slider {
    display: none;
  }
}
.social-proof-slider__content {
  width: 100%;
  height: 100%;
}
.social-proof-slider__image {
  height: 100%;
  opacity: 0.7;
}
.social-proof-slider__invision {
  background: url('/bundles/quickyformadmin/images/pricing/social-proof-slider/AndyOrsowInvision.jpg') center no-repeat;
  background-size: cover;
}
.social-proof-slider__invision-logo {
  background: url('/bundles/quickyformadmin/images/pricing/social-proof-slider/InvisionLogo.png') center no-repeat;
  background-size: contain;
}
.social-proof-slider__moz {
  background: url('/bundles/quickyformadmin/images/pricing/social-proof-slider/RandMoz.jpg') center no-repeat;
  background-size: cover;
}
.social-proof-slider__moz-logo {
  background: url('/bundles/quickyformadmin/images/pricing/social-proof-slider/MozLogo.png') center no-repeat;
  background-size: contain;
}
.social-proof-slider__trello {
  background: url('/bundles/quickyformadmin/images/pricing/social-proof-slider/ElizabethTrello.jpg') center no-repeat;
  background-size: cover;
}
.social-proof-slider__trello-logo {
  background: url('/bundles/quickyformadmin/images/pricing/social-proof-slider/TrelloLogo.png') center no-repeat;
  background-size: contain;
}
.social-proof-slider__text {
  position: absolute;
  text-align: center;
  bottom: 0;
  margin-bottom: 30px;
  padding: 5px;
  line-height: 30px;
  height: 30%;
}
.social-proof-slider__text-block {
  height: 120px;
  padding: 0 10px 0 10px;
}
.social-proof-slider__quote {
  font-size: 18px;
}
.social-proof-slider__author {
  font-size: 12px;
}
.social-proof-slider__logo {
  height: 30px;
  margin-top: 25px;
}
.slider-change-enter {
  opacity: 0.3;
}
.slider-change-enter.slider-change-enter-active {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.slider-change-leave {
  opacity: 1;
}
.slider-change-leave.slider-change-leave-active {
  opacity: 0.3;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.social-proof-slider__paginator {
  position: absolute;
  width: 280px;
  bottom: 0;
  height: 5%;
  text-align: center;
}
.slider-page {
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #848a96;
  margin: 5px;
  cursor: pointer;
}
.slider-page.slider-page__active {
  background: white;
}
.sales-link__wrapper {
  position: absolute;
  right: 0;
  margin-top: 20px;
}
a#sales-link__text {
  margin-left: 5px;
  color: #C386C6;
}
.pricing-page__upgrade-footer {
  position: fixed;
  -webkit-transition: bottom 0.6s;
  -moz-transition: bottom 0.6s;
  -o-transition: bottom 0.6s;
  -ms-transition: bottom 0.6s;
  transition: bottom 0.6s;
  text-align: center;
  bottom: -100px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
  height: 100px;
  -webkit-box-shadow: 0px -5px 4px -4px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px -5px 4px -4px rgba(0, 0, 0, 0.18);
  box-shadow: 0px -5px 4px -4px rgba(0, 0, 0, 0.18);
  min-width: 850px;
  z-index: 100;
  visibility: hidden;
  transform: translateZ(0);
}
.pricing-page__upgrade-footer-visible {
  bottom: 0;
  visibility: visible;
}
.pricing-page__upgrade-footer :disabled {
  opacity: 0.4;
}
.upgrade-footer__side-column {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  margin-top: 20px;
}
.upgrade-footer__center-column {
  display: inline-block;
  width: 290px;
  margin-top: 20px;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-action-delete {
  background-image: url(components_spritesheet.png);
  background-position: -40px -20px;
  width: 20px;
  height: 20px;
}
.icon-action-move-typeform {
  background-image: url(components_spritesheet.png);
  background-position: -20px -56px;
  width: 20px;
  height: 20px;
}
.icon-arrow-back {
  background-image: url(components_spritesheet.png);
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
}
.icon-cancel {
  background-image: url(components_spritesheet.png);
  background-position: -60px -40px;
  width: 13px;
  height: 13px;
}
.icon-close {
  background-image: url(components_spritesheet.png);
  background-position: -60px 0px;
  width: 20px;
  height: 20px;
}
.icon-close_search {
  background-image: url(components_spritesheet.png);
  background-position: -60px -20px;
  width: 20px;
  height: 20px;
}
.icon-confirm {
  background-image: url(components_spritesheet.png);
  background-position: -80px -60px;
  width: 13px;
  height: 13px;
}
.icon-default-workspace {
  background-image: url(components_spritesheet.png);
  background-position: 0px -76px;
  width: 14px;
  height: 17px;
}
.icon-form-selected {
  background-image: url(components_spritesheet.png);
  background-position: -40px 0px;
  width: 20px;
  height: 20px;
}
.icon-form {
  background-image: url(components_spritesheet.png);
  background-position: -40px -56px;
  width: 20px;
  height: 20px;
}
.icon-move-to {
  background-image: url(components_spritesheet.png);
  background-position: -60px -56px;
  width: 20px;
  height: 20px;
}
.icon-pencil-black {
  background-image: url(components_spritesheet.png);
  background-position: -80px 0px;
  width: 20px;
  height: 20px;
}
.icon-popup {
  background-image: url(components_spritesheet.png);
  background-position: -80px -20px;
  width: 20px;
  height: 20px;
}
.icon-search {
  background-image: url(components_spritesheet.png);
  background-position: 0px -56px;
  width: 20px;
  height: 20px;
}
.icon-workspace-shared-owner {
  background-image: url(components_spritesheet.png);
  background-position: -25px -40px;
  width: 25px;
  height: 16px;
}
.icon-workspace-shared {
  background-image: url(components_spritesheet.png);
  background-position: 0px -40px;
  width: 25px;
  height: 16px;
}
.icon-workspace {
  background-image: url(components_spritesheet.png);
  background-position: -80px -40px;
  width: 20px;
  height: 20px;
}

