@font-face {
  font-family: Regular;
  src: url(/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Medium;
  src: url(/fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
  font-family: MediumItalic;
  src: url(/fonts/Roboto/Roboto-MediumItalic.ttf);
}
@font-face {
  font-family: Black;
  src: url(/fonts/Roboto/Roboto-Black.ttf);
}
@font-face {
  font-family: Bold;
  src: url(/fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: Light;
  src: url(/fonts/Roboto/Roboto-Light.ttf);
}
@font-face {
  font-family: Thin;
  src: url(/fonts/Roboto/Roboto-Thin.ttf);
}
@font-face {
  font-family: Mono;
  src: url(/fonts/Roboto-mono/RobotoMono-Regular.ttf);
}
@font-face {
  font-family: MonoSemiBold;
  src: url(/fonts/Roboto-mono/RobotoMono-SemiBold.ttf);
}
@font-face {
  font-family: MonoBold;
  src: url(/fonts/Roboto-mono/RobotoMono-Bold.ttf);
}
.icon {
  background-image: url(/img/sprite.svg);
  display: inline-block;
}
.icon.add-user {
  background-position: 0px 0px;
  width: 25px;
  height: 25px;
}
.icon.add-form {
  background-position: 0px -25px;
  width: 22px;
  height: 25px;
}
.icon.users {
  background-position: -25px 0px;
  width: 22px;
  height: 16px;
}
.icon.cog {
  background-position: -47px 0px;
  width: 22px;
  height: 24px;
}
.icon.logout {
  background-position: -69px 0px;
  width: 24px;
  height: 18px;
}
.icon.save {
  background-position: -93px 0px;
  width: 25px;
  height: 25px;
}
.icon.constructor {
  background-position: -118px 0px;
  width: 22px;
  height: 16px;
}
.icon.forms {
  background-position: -140px 0px;
  width: 19px;
  height: 17px;
}
.icon.cancel {
  background-position: -159px 0px;
  width: 25px;
  height: 25px;
}
.icon.eye-closed {
  background-position: -184px 0px;
  width: 27px;
  height: 22px;
}
.icon.eye {
  background-position: -211px 0px;
  width: 25px;
  height: 17px;
}
.icon.file {
  background-position: -236px 0px;
  width: 113px;
  height: 150px;
}
.icon.arrow-right {
  background-position: -349px 0px;
  width: 20px;
  height: 14px;
}
.icon.arrow-left {
  background-position: -349px -14px;
  width: 20px;
  height: 14px;
}
.icon.copy {
  background-position: -369px 0px;
  width: 20px;
  height: 20px;
}
.icon.pdf {
  background-position: -22px -25px;
  width: 23px;
  height: 31px;
}
.icon.back {
  background-position: -45px -25px;
  width: 30px;
  height: 14px;
}
.icon.forms2 {
  background-position: -75px -26px;
  width: 19px;
  height: 19px;
}
.icon.forms3 {
  background-position: -75px -45px;
  width: 19px;
  height: 19px;
}
.icon.answers {
  background-position: -94px -26px;
  width: 19px;
  height: 21px;
}
.icon.answers2 {
  background-position: 0 -58px;
  width: 23px;
  height: 25px;
}
.icon.rules {
  background-position: -113px -45px;
  width: 19px;
  height: 18px;
}
.icon.search {
  background-position: -132px -26px;
  width: 20px;
  height: 20px;
}
.icon.add-rule {
  background-position: -152px -26px;
  width: 28px;
  height: 24px;
}
.icon.delete {
  background-position: -181px -26px;
  width: 25px;
  height: 25px;
}
.icon.share {
  background-position: -421px 0px;
  width: 31px;
  height: 28px;
}
.icon.share.active {
  background-position: -389px 0px;
}
.icon.share-small {
  background-position: -469px 0px;
  width: 16px;
  height: 14px;
}
.icon.share-small.active {
  background-position: -453px 0px;
}
.icon.templates {
  background-position: -206px -26px;
  width: 19px;
  height: 14px;
}
.icon.round-remove {
  background-image: none;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #d3d2e0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
}
.icon.round-remove:before {
  content: '×';
}
.icon.round-remove:hover {
  background-color: #ee5253;
}
.icon.info {
  background-image: none;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #606ec9;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  font-family: Mono;
  font-weight: bold;
}
.icon.info:before {
  content: '!';
}
.icon.info:hover {
  opacity: 0.9;
}
.icon.info.warning {
  background-color: #f3992a;
}
.icon.arrow-right2 {
  background-position: -349px -28px;
  width: 20px;
  height: 14px;
}
html {
  min-height: 100%;
  display: flex;
}
body {
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Regular';
  font-size: 17px;
  color: black;
  display: flex;
  flex-direction: column;
  line-height: 1;
}
body .main-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
  min-width: 1100px;
}
body .main-wrapper .content {
  flex-grow: 2;
  display: flex;
  padding-left: 300px;
}
body .main-wrapper .content .wrapper {
  flex-grow: 2;
  background-color: #f1f4f9;
  padding: 30px 0 0 30px;
  min-width: 500px;
  display: flex;
  flex-wrap: wrap;
}
body .main-wrapper .content .tile {
  background-color: white;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  flex-grow: 2;
  margin-right: 30px;
  margin-bottom: 30px;
}
body .main-wrapper .content .tile-header {
  padding: 0 20px 20px 20px;
  color: #63686c;
  display: flex;
  align-items: center;
}
body .main-wrapper .content .tile-header .title {
  flex-grow: 2;
  padding-right: 10px;
}
body .main-wrapper .content .tile-header .form {
  padding: 0;
  display: flex;
}
body .main-wrapper .content .tile-header .controls {
  display: flex;
  align-items: center;
}
body .main-wrapper .content .tile-header .controls .btn {
  height: 40px;
  box-sizing: border-box;
}
body.freezing {
  padding-right: 15px;
  overflow: hidden;
}
ul {
  list-style: none;
  padding-left: 0;
}
p {
  margin: 0;
}
a {
  color: #606ec9;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited,
a:active,
a:focus {
  color: #606ec9;
}
a.no-underline:hover {
  text-decoration: none;
}
h1,
h2,
h3 {
  font-family: Bold;
  font-weight: normal;
  margin: 0;
}
.admin-view {
  flex-grow: 2;
  display: flex;
}
.btn {
  color: white;
  font-family: Medium;
  font-size: 18px;
  padding: 9px 30px;
  background-color: #0e90d2;
  display: inline-block;
  text-decoration: none;
  outline: none;
  border: 0;
  cursor: pointer;
}
.btn:hover {
  background-color: #0977af;
  text-decoration: none;
}
.btn:visited,
.btn:active,
.btn:focus {
  color: white;
}
.btn.btn-pink {
  letter-spacing: 2px;
  background-color: #ef547e;
}
.btn.btn-pink:hover {
  background-color: #cb345d;
}
.btn.btn-red {
  background-color: #c14d4d;
}
.btn.btn-red:hover {
  background-color: #eb6363;
}
.btn.btn-gray {
  background-color: #d3d2e0;
}
.btn.btn-gray:hover {
  background-color: #c4c3d1;
}
.btn.has-icon {
  padding: 7px 30px 7px 25px;
  display: inline-flex;
  align-items: center;
}
.btn.has-icon i {
  margin-right: 10px;
}
.badge {
  font-size: 12px;
  background-color: white;
  color: #63686c;
  border: 1px solid #63686c;
  border-radius: 20px;
  padding: 3px 12px 2px 10px;
  text-transform: uppercase;
  font-family: 'Medium';
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.badge:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #63686c;
  margin-right: 5px;
}
.badge.active {
  background-color: #b6ff9e;
  color: #4cbd27;
  border: 1px solid #4cbd27;
}
.badge.active:before {
  background-color: #4cbd27;
}
.badge.disabled {
  background-color: #ff9e9e;
  color: #b51e1e;
  border: 1px solid #b51e1e;
}
.badge.disabled:before {
  background-color: #b51e1e;
}
.badge.pending {
  background-color: #ffdd9e;
  color: #7e4600;
  border: 1px solid #7e4600;
}
.badge.pending:before {
  background-color: #7e4600;
}
.table1 {
  border-collapse: collapse;
  border: 0;
  width: 100%;
}
.table1 th {
  text-align: left;
  font-weight: normal;
  font-family: Medium;
  color: #63686c;
  padding: 15px 15px 15px 0;
}
.table1 th:first-child {
  padding-left: 20px;
}
.table1 td {
  color: #63686c;
  padding: 15px 15px 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table1 td:first-child {
  padding-left: 20px;
}
.table1 tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.table1 tr:hover td {
  background-color: #f7faff;
}
.form {
  padding: 20px;
}
.form .title {
  color: #63686c;
  font-family: Medium;
}
.text-input {
  font-size: 24px;
  font-family: Light;
  padding: 5px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cbd2dc;
  outline: none;
  color: black;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.text-input::placeholder {
  color: #cbd2dc;
}
.select-input {
  border-radius: 0;
  font-size: 16px;
  font-family: Light;
  padding: 5px 3px;
  background-color: #f3f3f3;
  border: 1px solid #cbd2dc;
}
.select-input:focus {
  -webkit-box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
}
.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  flex-grow: 2;
  margin: 0 10px 10px 0;
  box-sizing: border-box;
}
.c-checkbox-wrapper {
  display: flex;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
}
.c-checkbox-wrapper:first-child {
  margin-top: 0;
}
.c-checkbox-wrapper .c-checkbox {
  border: 1px solid #cbd2dc;
  background-color: white;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-checkbox-wrapper .c-checkbox:after {
  content: '';
  width: 0;
  height: 0;
  background-color: black;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.c-checkbox-wrapper .c-checkbox.active:after {
  width: 14px;
  height: 14px;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.c-checkbox-wrapper .c-checkbox.muted {
  background-color: #f3f3f3;
}
.c-checkbox-wrapper .description {
  flex-grow: 2;
  padding-left: 18px;
}
.c-radio-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.c-radio-wrapper .c-radio {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #cbd2dc;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-radio-wrapper .c-radio:after {
  content: '';
  width: 0;
  height: 0;
  background-color: black;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.c-radio-wrapper .c-radio.active {
  position: relative;
}
.c-radio-wrapper .c-radio.active:after {
  width: 14px;
  height: 14px;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.c-radio-wrapper .description {
  flex-grow: 2;
  padding-left: 18px;
}
.m-toggler {
  background-color: #e1e1ed;
  border-radius: 15px;
  width: 65px;
  height: 26px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: all 0s;
  transition-delay: 0.05s;
}
.m-toggler:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #b6bcc3;
  background-color: white;
  transition: all 0.1s;
}
.m-toggler.checked {
  background-color: #b1ff7d;
  transition: all 0s;
  transition-delay: 0.05s;
}
.m-toggler.checked:after {
  left: 32px;
  transition: all 0.1s;
}
.code {
  font-family: MonoBold !important;
  font-size: 14px !important;
  letter-spacing: 1.3px !important;
  line-height: 1.3 !important;
}
.info-block {
  font-size: 14px;
  line-height: 1.3;
  background-color: #606ec9;
  color: white;
  padding: 18px 23px;
}
.info-block .code {
  word-break: break-all;
  padding: 5px 0;
  font-size: 12px !important;
}
.error {
  color: red;
}
.m-flex {
  display: flex;
}
.m-justify-flex-end {
  display: flex;
  justify-content: flex-end;
}
.m-bold {
  font-family: Bold;
}
.m-medium {
  font-family: Medium;
}
.m-light {
  font-family: Light;
}
.m-pointer {
  cursor: pointer;
}
.m-default {
  cursor: default;
}
.m-move {
  cursor: move;
}
.m-grab {
  cursor: grab;
}
.m-block {
  display: block;
  width: 100%;
}
.m-border-box {
  box-sizing: border-box;
}
.m-center {
  text-align: center;
}
.m-right {
  text-align: right;
}
.m-left {
  text-align: left;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-10 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 10px;
}
.pb-2 {
  padding-bottom: 20px;
}
.pb-5 {
  padding-bottom: 50px;
}
.pb-10 {
  padding-bottom: 100px;
}
.pr-2 {
  padding-right: 20px;
}
.pr-3 {
  padding-right: 30px;
}
.pl-2 {
  padding-left: 20px;
}
.pl-3 {
  padding-left: 30px;
}
.mt-1 {
  margin-top: 10px;
}
.mt-2 {
  margin-top: 20px;
}
.mt-3 {
  margin-top: 30px;
}
.mt-4 {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 50px;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-5 {
  margin-bottom: 50px;
}
.ml-1 {
  margin-left: 10px;
}
.ml-2 {
  margin-left: 20px;
}
.mr-1 {
  margin-right: 10px;
}
.mr-2 {
  margin-right: 20px;
}
.m-flex-column {
  display: flex;
  flex-direction: column;
}
.sm {
  font-size: 12px;
}
.lg {
  font-size: 22px;
}
.xlg {
  font-size: 28px;
}
.w05 {
  width: 50px;
}
.w1 {
  width: 100px;
}
.w7 {
  width: 700px;
}
.w100 {
  width: 100%;
}
.hidden {
  display: none;
}
.c-blue3 {
  color: #606ec9;
}
.two-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-columns .col {
  width: 48%;
}
.index-view {
  display: flex;
  flex-grow: 2;
  background-image: url(/img/index-background.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.index-view .login {
  position: relative;
  padding: 80px 40px 40px 40px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  color: white;
  font-family: Light;
}
.index-view .login .input {
  font-size: 24px;
  font-family: Light;
  padding: 5px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  color: white;
  width: 350px;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.index-view .login .forgot-password {
  color: white;
}
@supports (backdrop-filter: blur(6px)) {
  .login {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
  }
}
@supports not (backdrop-filter: blur(6px)) {
  .login {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.modal-confirm-view {
  position: fixed;
  opacity: 0;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal-confirm-view.centered {
  top: 0;
  transition: all 0.2s;
  opacity: 1;
}
.modal-confirm-view .mask {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.6;
}
.modal-confirm-view .modal {
  background-color: white;
  padding: 10px 20px 20px 20px;
  width: 500px;
  box-sizing: border-box;
  max-height: 100%;
  z-index: 1001;
  overflow-y: auto;
  -webkit-box-shadow: 0px 2px 5px 0px #d6d6d6;
  -moz-box-shadow: 0px 2px 5px 0px #d6d6d6;
  box-shadow: 0px 2px 5px 0px #d6d6d6;
}
.modal-confirm-view .modal.x-large {
  width: 100%;
  height: 100%;
}
.modal-confirm-view .modal.large {
  width: 1024px;
}
.modal-confirm-view .modal.dark {
  padding: 0;
}
.modal-confirm-view .modal.dark .modal-header {
  color: white;
  background-color: gray;
  padding: 10px 30px;
  border-bottom: 2px solid #0e90d2;
}
.modal-confirm-view .modal.dark .modal-header h2 {
  font-family: Light;
  font-size: 30px;
}
.modal-confirm-view .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid black;
  padding-bottom: 10px;
}
.modal-confirm-view .modal-header .close {
  font-family: Roboto;
  width: 13px;
  height: 13px;
  line-height: 0.5;
  font-size: 26px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.modal-confirm-view .modal-header .close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal-confirm-view .modal-body {
  padding: 30px 0;
  overflow-y: auto;
  background-color: white;
}
.modal-confirm-view .modal-body.custom-padding {
  padding: 10px 30px;
}
.modal-confirm-view .modal-body .title {
  font-size: 18px;
  color: black;
}
.modal-confirm-view .modal-body .controls {
  display: flex;
}
.modal-confirm-view .modal-body .controls .btn-light {
  margin-right: 20px;
}
.modal-confirm-view .modal-body .controls .btn-light:last-child {
  margin-right: 0;
}
.sidebar-view {
  background-color: #1a202e;
  flex-grow: 2;
  width: 300px;
  box-sizing: border-box;
  padding: 20px;
  color: rgba(255, 255, 255, 0.5);
}
.sidebar-view .controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sidebar-view .controls .icon {
  opacity: 0.5;
}
.sidebar-view .controls .icon:hover {
  opacity: 0.8;
}
.sidebar-view .item {
  display: flex;
  align-items: center;
  height: 30px;
}
.sidebar-view .item a {
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.sidebar-view .item a:hover {
  opacity: 1;
}
.sidebar-view .name,
.sidebar-view .email {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-view a {
  color: white;
}
.sidebar-view a:visited,
.sidebar-view a:active,
.sidebar-view a:focus {
  color: white;
}
.sidebar-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
}
.manager-dashboard-view {
  flex-grow: 2;
  display: flex;
}
.form-view .tile.fb {
  width: 100%;
}
.form-view .fb-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.form-view .toggle-builder {
  display: flex;
  justify-content: center;
  width: 27px;
}
.form-view .toggle-builder i {
  opacity: 0.8;
}
.form-view .toggle-builder:hover i {
  opacity: 1;
}
.form-view input[type="color"] {
  margin: 5px 0;
}
.form-view .widget-code {
  position: relative;
}
.form-view .widget-code .copy {
  position: absolute;
  bottom: 2px;
  right: 0;
}
.form-view .widget-code .code {
  border: 0;
  resize: none;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  overflow: hidden;
  height: 83px;
}
.form-view .widget-code .code.m-blink.active {
  opacity: 0.7 !important;
  font-size: 12px !important;
  transition: all 0.1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.form-view .rules-wrapper {
  flex-grow: 0 !important;
}
.form-view .form-groups-wrapper {
  padding-top: 9px;
}
.preloader-view {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.preloader-view .mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.page-not-found-view {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 2;
  flex-direction: column;
  text-align: center;
  padding-left: 0 !important;
}
.answers-view .controls {
  display: flex;
}
.answers-view .controls .btn {
  min-width: 45px;
  margin-left: 10px;
}
.answers-view .controls .btn.pdf-icon {
  background-color: #606ec9;
}
.answers-view .controls .btn.pdf-icon:hover {
  background-color: #4a58b3;
}
.form-renderer-view h1,
.form-renderer-view h2,
.form-renderer-view h3,
.form-renderer-view h4,
.form-renderer-view h5,
.form-renderer-view h6 {
  font-family: Medium;
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 20px;
  margin: 0;
}
.form-renderer-view h2 {
  font-size: 22px;
}
.form-renderer-view h3 {
  font-size: 20px;
}
.form-renderer-view h4 {
  font-size: 18px;
}
.form-renderer-view h5 {
  font-size: 16px;
}
.form-renderer-view h6 {
  font-size: 14px;
}
.form-renderer-view p,
.form-renderer-view address {
  font-size: 17px;
  padding-bottom: 20px;
}
.form-renderer-view .submit:hover {
  opacity: 0.9;
}
.form-renderer-view blockquote {
  font-size: 17px;
  box-sizing: border-box;
  position: relative;
}
.form-renderer-view blockquote:before {
  content: '';
  height: 100%;
  width: 7px;
  background-color: #b2b7bb;
  position: absolute;
  top: 0;
  left: -12px;
}
.form-renderer-view .rendered-form .formbuilder-required {
  padding-left: 5px;
  font-family: Black;
}
.form-renderer-view .rendered-form .form-group {
  margin-bottom: 20px;
}
.form-renderer-view .rendered-form .form-group .tooltip-element {
  background-color: #606ec9;
  font-family: Bold;
}
.form-renderer-view .rendered-form .form-group .tooltip-element:after {
  background-color: #606ec9;
}
.form-renderer-view .rendered-form .form-group .tooltip-element:before {
  border-color: #606ec9 transparent;
}
.form-renderer-view .rendered-form .form-group.formbuilder-autocomplete {
  position: relative;
}
.form-renderer-view .rendered-form .form-group.formbuilder-autocomplete ul {
  top: 36px;
  left: 0;
}
.form-renderer-view .rendered-form .form-group.formbuilder-autocomplete input {
  font-size: 14px;
  font-family: Regular;
  padding: 5px 3px;
  background-color: transparent;
  border: 1px solid #cbd2dc;
  outline: none;
  color: black;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 0;
}
.form-renderer-view .rendered-form .form-group.formbuilder-autocomplete input:focus {
  -webkit-box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
}
.form-renderer-view .rendered-form .form-group.formbuilder-autocomplete input::placeholder {
  color: #cbd2dc;
}
.form-renderer-view .rendered-form .form-group.formbuilder-textarea textarea {
  resize: none;
  border-radius: 0;
  padding: 5px 3px;
}
.form-renderer-view .rendered-form .form-group.formbuilder-textarea textarea:focus {
  -webkit-box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
}
.form-renderer-view .rendered-form .form-group.formbuilder-select select {
  border-radius: 0;
  font-size: 14px;
  font-family: Regular;
  padding: 5px 3px;
  background-color: #f3f3f3;
  border: 1px solid #cbd2dc;
}
.form-renderer-view .rendered-form .form-group.formbuilder-select select:focus {
  -webkit-box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
}
.form-renderer-view .rendered-form .form-group.formbuilder-checkbox-group .checkbox-group .formbuilder-checkbox,
.form-renderer-view .rendered-form .form-group.formbuilder-checkbox-group .checkbox-group .formbuilder-checkbox-inline {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.form-renderer-view .rendered-form .form-group.formbuilder-checkbox-group .checkbox-group .formbuilder-checkbox label,
.form-renderer-view .rendered-form .form-group.formbuilder-checkbox-group .checkbox-group .formbuilder-checkbox-inline label {
  padding-left: 5px;
  display: inline;
  margin-bottom: 0;
  color: black;
}
.form-renderer-view .rendered-form .form-group.formbuilder-checkbox-group .checkbox-group .formbuilder-checkbox-inline {
  display: inline-flex;
}
.form-renderer-view .rendered-form .form-group.formbuilder-radio-group .radio-group .formbuilder-radio,
.form-renderer-view .rendered-form .form-group.formbuilder-radio-group .radio-group .formbuilder-radio-inline {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.form-renderer-view .rendered-form .form-group.formbuilder-radio-group .radio-group .formbuilder-radio label,
.form-renderer-view .rendered-form .form-group.formbuilder-radio-group .radio-group .formbuilder-radio-inline label {
  padding-left: 5px;
  display: inline;
  margin-bottom: 0;
  color: black;
}
.form-renderer-view .rendered-form .form-group.formbuilder-radio-group .radio-group .formbuilder-radio-inline {
  display: inline-flex;
}
.form-renderer-view label {
  font-size: 14px;
  font-family: Medium;
  margin-bottom: 5px;
  display: block;
  box-sizing: border-box;
  color: #73767e;
}
.form-renderer-view input[type="text"],
.form-renderer-view input[type="password"],
.form-renderer-view input[type="email"],
.form-renderer-view input[type="tel"],
.form-renderer-view input[type="number"],
.form-renderer-view input[type="date"],
.form-renderer-view textarea {
  font-size: 14px;
  font-family: Regular;
  padding: 5px 3px;
  background-color: transparent;
  border: 1px solid #cbd2dc;
  outline: none;
  color: black;
  box-sizing: border-box;
  letter-spacing: 1px;
  border-radius: 0;
}
.form-renderer-view input[type="text"]:focus,
.form-renderer-view input[type="password"]:focus,
.form-renderer-view input[type="email"]:focus,
.form-renderer-view input[type="tel"]:focus,
.form-renderer-view input[type="number"]:focus,
.form-renderer-view input[type="date"]:focus,
.form-renderer-view textarea:focus {
  -webkit-box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 3px 6px -2px rgba(34, 60, 80, 0.2);
}
.form-renderer-view input[type="text"]::placeholder,
.form-renderer-view input[type="password"]::placeholder,
.form-renderer-view input[type="email"]::placeholder,
.form-renderer-view input[type="tel"]::placeholder,
.form-renderer-view input[type="number"]::placeholder,
.form-renderer-view input[type="date"]::placeholder,
.form-renderer-view textarea::placeholder {
  color: #cbd2dc;
}
.paginator-view {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.paginator-view .pagination {
  display: flex;
}
.paginator-view .pagination .item.active a {
  color: #0e90d2;
}
.paginator-view .pagination .item.disabled a:hover {
  background-color: #f1f4f9;
}
.paginator-view .pagination .item.disabled i {
  opacity: 0.5;
}
.paginator-view .pagination .item a {
  background-color: #f1f4f9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-family: Medium;
  color: #63686c;
}
.paginator-view .pagination .item a:hover {
  background-color: #e5e8ed;
}
.paginator-view .pagination .item:first-child a,
.paginator-view .pagination .item:last-child a {
  padding: 0 10px;
}
.paginator-view .pagination .item:hover a {
  text-decoration: none;
}
.answers-list-view .form-title {
  max-width: 350px;
  width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.answers-list-view .answers-string {
  font-family: Mono;
  max-width: 500px;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.rules-form-view {
  max-width: 500px;
  width: 500px;
  box-sizing: border-box;
}
.rules-form-view .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rule-view {
  padding: 0 20px;
}
.rule-view .select-input {
  width: 200px;
}
.rule-view .title {
  color: #63686c;
  font-family: Medium;
}
.rule-view .autocomplete-toggle {
  width: 100%;
}
.rule-view .autocomplete-toggle .current-text {
  width: 100%;
}
.autocomplete-view {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: Light;
}
.autocomplete-view .autocomplete-toggle {
  display: flex;
  border-bottom: 1px solid #cbd2dc;
}
.autocomplete-view .autocomplete-toggle .current-text {
  flex-grow: 2;
  box-sizing: border-box;
  margin-right: 25px;
  padding: 5px 0;
  background-color: transparent;
  border: none;
  outline: none;
  color: black;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: Light;
  position: relative;
}
.autocomplete-view .autocomplete-toggle:after {
  content: '';
  border: 7px solid transparent;
  border-top: 9px solid black;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -3px;
}
.autocomplete-view .autocomplete-toggle.active:after {
  border-top: 1px solid transparent;
  border-bottom: 9px solid black;
}
.autocomplete-view .autocomplete-menu {
  position: absolute;
  left: 0;
  top: 29px;
  border: 1px solid #cbd2dc;
  width: 100%;
  box-sizing: border-box;
  max-height: 350px;
  overflow-y: auto;
}
.autocomplete-view .autocomplete-menu .autocomplete-item {
  padding: 5px;
  word-break: break-all;
}
.autocomplete-view .autocomplete-menu .autocomplete-item:hover {
  background-color: #0e90d2;
  color: white;
}
.forms-view .drag-handler {
  width: 50px;
  cursor: move;
}
.forms-view .drag-handler div {
  width: 22px;
  height: 4px;
  background-color: #cbd2dc;
  margin-bottom: 4px;
}
.forms-view .drag-handler div:last-child {
  margin-bottom: 0;
}
.answer-item-view .files-wrapper {
  display: flex;
}
.answer-item-view .files-wrapper .file {
  margin: 10px;
}
.answer-item-view .files-wrapper .file .img-wrapper {
  border: 1px solid #f3f3f3;
  width: 202px;
  height: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.answer-item-view .files-wrapper .file .name-wrapper {
  width: 202px;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
  word-break: break-all;
  font-family: Mono;
  font-size: 12px;
}
.answer-item-view .files-wrapper .file:hover .img-wrapper {
  border: 1px solid #cbd2dc;
}
.answer-item-view .files-wrapper a:hover {
  text-decoration: none;
}
