@-moz-keyframes acteol-loader-spin {
  100% { -moz-transform: rotate(360deg); } 
}

@-webkit-keyframes acteol-loader-spin {
  100% { -webkit-transform: rotate(360deg); } 
}

@keyframes acteol-loader-spin {
  100% {
      -webkit-transform: rotate(360deg); 
      transform:rotate(360deg); 
  } 
}

.acteol-navbar-actions {
  display: none;
  position: relative;
  z-index: 11;
  padding: 12px;
  float: right;
  width: 150px
}

.acteol-navbar {
  width: 100%;
}

.acteol-navbar-toggle {
  display: flex;
  background-color: #5a5a5a;
  justify-content: center;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.acteol-navbar-toggle i {
  font-size: 24px;
  color: white;
}

.acteol-nav-links {
  display: none;
  background: #efefef;
  flex-direction: column;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
}
.acteol-nav-links li {
  width: 100%;
}

.acteol-nav-links li button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.acteol-nav-links li button:hover {
  background-color: #ddd;
}

.acteol-nav-active {
  display: flex;
}

.acteol-fullscreen-notice {
  display: none;
  background: #ddd;
  cursor: default;
  height: 100%;
  min-width: 0;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.acteol-fullscreen-notice p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  max-width: 640px;
}

.acteol-fullscreen-notice .acteol-fullscreen-notice-buttons {
  margin-top: 15px;
}

.acteol-fullscreen-notice-button {
  border-radius: 5px 5px 5px 5px;
  margin-right: 10px;
  font-size: 18px;
  height: 40px;
}

.acteol-fullscreen-notice-button.continue {
  background-color: #5a5a5a;
  border: 2px solid #5a5a5a;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  color: #ffffff;
}

.acteol-fullscreen-notice-button.back {
  background-color: #d73638;
  border: 2px solid #d73638;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  color: #ffffff;
}

#wpcontent {
  padding-left: 0px;
}

#wpbody-content {
  padding-bottom: 40px;
  position: relative;
}

.form-check-input {
  position: inherit !important;
}

textarea {
  border: 1px solid #8c8f94 !important;
}

.custom-control.custom-switch input[type=checkbox]:disabled {
  opacity: 0;
}

.acteol-form-item-option input[type=checkbox]:disabled {
  opacity: 1;
  border: solid 1px #8c8f94;
  cursor: not-allowed;
}

.custom-control-input:focus~.custom-control-label::before {
  border-color: #d73638 !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 47, 69, 0.25) !important;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #d73638 !important;
  background-color: #d73638 !important;
}

.custom-control-input:active~.custom-control-label::before {
  background-color: #d73638 !important;
  border-color: #d73638 !important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #d73638 !important;
}

.custom-control-input.custom-control-black:focus~.custom-control-label::before {
  border-color: #5a5a5a !important;
  box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.25) !important;
}

.custom-control-input.custom-control-black:checked~.custom-control-label::before {
  color: #fff;
  border-color: #5a5a5a !important;
  background-color: #5a5a5a !important;
}

.custom-control-input.custom-control-black:active~.custom-control-label::before {
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}

.custom-control-input.custom-control-black:focus:not(:checked)~.custom-control-label::before {
  border-color: #5a5a5a !important;
}

.custom-control-label.custom-control-black {
  font-size: 13px;
  padding-top: 3px;
}

.custom-control-label.custom-control-black::before {
  border: #5a5a5a solid 1px;
}

.custom-switch .custom-control-label.custom-control-black::after {
  border: #5a5a5a solid 1px;
}

.acteol-plugin-wrapper {
  padding: 0 20px;
}

.acteol-multiselect {
  position: relative;
}

.acteol-multiselect-toggle {
  background: #fff;
  border: 1px solid #8c8f94;
  border-radius: 5px;
  height: 38px;
  cursor: pointer;
}

.acteol-multiselect-value {
  float: left;
  width: calc(100% - 30px);
  height: 100%;
  padding: 5px 10px;
  color: #535353;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.acteol-multiselect-action {
  float: left;
  width: 30px;
  height: 100%;
  line-height: 30px;
  text-align: center;
  color: #565656;
}

.acteol-multiselect-item {
  padding: 5px 10px;
  cursor: pointer;
}

.acteol-multiselect-item:hover {
  background: #555;
  color: #fff;
}

.acteol-multiselect-items {
  position: absolute;
  background: #fff;
  width: 100%;
  max-height: 200px;
  z-index: 9;
  overflow-y: auto;
  border: solid 1px #8c8f94;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
}

.acteol-modal .modal-header {
  background: #282828;
  color: #fff;
}

.acteol-modal .modal-body p {
  font-size: 15px;
}

.acteol-plugin-header {
  height: 70px;
  border-bottom: solid 1px #ccc;
  font-family: 'Open Sans', sans-serif;
}

.acteol-logo {
  float: left;
  width: 70px;
  padding: 7px 0;
  text-align: center;
}

.acteol-logo img {
  width: 55px;
}

.acteol-form-name {
  float: left;
  width: 300px;
  padding: 23px 15px;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.acteol-menu {
  float: left;
  width: calc(100% - 670px);
}

.acteol-actions {
  float: left;
  padding: 14px 19px;
  position: absolute;
  right: 0;
}

.acteol-action {
  height: 42px;
  width: 120px;
  border: none;
  color: #ffffff;
}

.acteol-action.acteol-center {
  border-radius: 5px 0 0 5px;
  border-right: none;
  background: #282828;
}

.acteol-action.acteol-center:hover {
  background: #484848;
}

.acteol-action.acteol-left {
  border-radius: 5px 5px 5px 5px;
  border-right: none;
  background: #5a5a5a;
  margin-right: 10px;
}

.acteol-action.acteol-left:hover {
  background: #5a5a5a;
}

.acteol-action.acteol-right {
  border-radius: 0 5px 5px 0;
  margin-left: -4px;
  background: #d73638;
}

.acteol-action.acteol-right:hover {
  background: #d3494a;
}

.acteol-actions-save {
  float: left;
  padding: 14px 20px;  
  position: absolute;
  right: 0;
}

.acteol-action-save{
  height: 42px;
  width: 120px;
  border: none;
  color: #ffffff;
}

.acteol-action-save.acteol-left {
  border-radius: 5px;
  margin-left: -4px;
  background: #5a5a5a;
  margin-right: 10px;
}

.acteol-action-save.acteol-left:hover {
  background: #5a5a5a;
}

.acteol-action-save.acteol-right {
  border-radius: 5px;
  margin-left: -4px;
  background: #d73638;
}

.acteol-action-save.acteol-right:hover {
  background: #d3494a;
}

.acteol-content {
    position: absolute;
    top: 0;
    left: 250px;
    width: calc(100% - 250px);
    height: 100%;
    background: #5A5A5A;
    overflow-y: auto;
}

.acteol-content.fields {
  left: 371px;
  width: calc(100% - 371px);
}

.acteol-menu-item {
  float: left;
  width: 150px;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  padding: 23px 0;
  text-align: center;
  cursor: pointer;
}

.acteol-menu-item.last {
  border-left: none; 
}

.acteol-menu-item.active {
  background: #5a5a5a;
  color: #ffffff;
}

.acteol-plugin-container {
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.acteol-sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  background: #efefef;
}

.acteol-sub-menu.fields {
  width: 371px;  
}

.acteol-sub-menu-item {
  height: 50px;
  line-height: 50px;
  color: #212529;
  border-bottom: solid 1px #d9d9d9;
  padding: 0 15px;
  background: #efefef;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.acteol-sub-menu-item:hover:not(.active) {
  background: #e3e3e3;
}

.acteol-sub-menu-item-title {
  float: left;
  width: calc(100% - 10px);
}

.acteol-sub-menu-item-icon {
  float: left;
  width: 10px;
  text-align: center;
}

.acteol-sub-menu-item.active {
  background-color: #d63638;
  color: #ffffff;
}

.acteol-sub-menu-sub-item {
  position: relative;
  top: -12px;
  left:0;
  z-index: 2;
  float: left;
  height: 50px;
  width: 125px;
  text-align: center;
  border-right: solid 1px #2f528f;
  padding: 10px 0 10px 0;
  cursor: pointer;
}

.acteol-sub-menu-sub-item.last {
  border-right: none; 
}

.acteol-sub-menu-detail{
  position: absolute;
  top: 0;
  left: 0;  
  width: 250px;
  height: 100%;
}

.acteol-form-editor {
  margin: 20px;
  width: calc(100% - 40px);
  min-height: calc(100% - 40px);
  background: #fff;
  box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
  padding: 0 20px;
}

.acteol-form-editor-header {
  width: 100%;
  font-size: 30px;
  padding: 20px 10px;
  border-bottom: solid 1px #cccccc;
}

.acteol-form-editor-content {
  padding: 20px 0;
}

.acteol-form-editor-sub-header {
  height: 55px;
  padding: 12px 10px;
  border-top: solid 1px #cccccc;
  border: solid 1px #cccccc;
  font-size: 19px;
  background: #e5e5e5;
  border-radius: 5px;
}

.acteol-sub-menu-horizontal-item {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  cursor: pointer;
}

.acteol-sub-menu-horizontal-item.last{
  border-right: none;
}

.acteol-sub-menu-horizontal-item.active {
  background: #ddd;
  border-bottom: none;
}

.acteol-sub-menu-horizontal-content {
  background: #ddd;
  height: calc(100% - 50px);
  padding: 10px 0 10px 10px;
  overflow-y: auto;
}

.item-question {
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 170px;
  margin: 0px 10px 10px 0;
  background: #282828;
  color: #f1f1f1;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}

.item-question-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.item-question-checkbox {
  float: left;
  width: 45px;
  height: 40px;
  background: #282828;
  padding: 6px 0px 6px 6px;
  border: solid 2px #282828;
  border-radius: 5px 0 0 5px;
}

.item-question-title {
  float: left;
  width: calc(100% - 45px);
}

.acteol-form-builder-container {
  padding: 20px 0;
}

.acteol-form-builder-item {
  position: relative;
  cursor: pointer;
  padding: 15px !important;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

.acteol-form-builder-item-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  z-index: 5;
}

.acteol-form-builder-item.selected {
  border: 1px dashed #cccccc;
  border-radius: 5px;
  background: #f5f5f5;
}

.acteol-form-builder-item-description {
  color: #9b9b9b;
  font-size: 12px;
  margin-top: 2px;
}

.acteol-form-builder-item-action {
  display: none;
  width: 70px;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 12px;
  z-index: 6;
}

.acteol-form-builder-item-remove {
  color: #f5f5f5;
  float: left;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  background: #d73638;
}

.acteol-form-builder-item-edit {
  color: #f5f5f5;
  float: left;
  margin-right: 5px;
  cursor: pointer;
  background: #282828;
  padding: 5px 10px;
  border-radius: 5px;
}

.acteol-form-builder-item-move {
  display: none;
  position: absolute;
  top: 30px;
  left: -9px;
  z-index: 6;
  color: #ffffff;
  background: #ffffff;
}

.acteol-form-builder-item-move div {
  padding: 3px 5px;
  font-size: 13px;
  height: 20px;
  background: #282828;
}

.acteol-form-builder-item-move .acteol-form-builder-item-top {
  border-radius: 5px 5px 0 0;
}

.acteol-form-builder-item-move .acteol-form-builder-item-bottom {
  border-radius: 5px 5px 0 0;
  transform: rotate(180deg);
  margin-top: 1px;
}

.acteol-form-builder-item:first-child .acteol-form-builder-item-top,
.acteol-form-builder-item:last-child .acteol-form-builder-item-bottom {
  background: #d7d7d7;
  color: #a1a1a1;
  cursor: not-allowed;
}

.acteol-form-builder-item:hover {
  border: 1px dashed #cccccc;
  border-radius: 5px;
}

.acteol-form-builder-item:hover .acteol-form-builder-item-action,
.acteol-form-builder-item:hover .acteol-form-builder-item-move,
.acteol-form-builder-item.selected .acteol-form-builder-item-action,
.acteol-form-builder-item.selected .acteol-form-builder-item-move {
  display: block;
}

.acteol-form-item-option {
  padding: 10px 20px 10px 10px;
}

.acteol-form-item-option-title {
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: solid 1px #b5b5b5;
  padding-bottom: 10px;
}

.custom-btn {
  background: #282828;
  border-color: #282828;
}

.option-items-empty {
  background: #fff;
  padding: 10px;
  margin-right: 10px;
  border-radius: 5px;
  border-left: solid 5px #ffb900;
  font-size: 12px;;
}

.acteol-form-builder-item-placeholder {
  width: 100%;
  height: 104px;
  border: dashed 1px #ccc;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.acteol-full-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0,0,0,0.3);
}

.acteol-loader {
  width: 100%;
  height: 104px;
  border: dashed 1px #ccc;
  background: #f5f5f5;
  border-radius: 5px;
}

.acteol-loader.absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.acteol-loader div {
  background-image: url(../img/spinner.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
  margin: 0 auto;
  margin-top: 40px;
  display: block;
  height: 25px;
  width: 25px;
  -webkit-animation: acteol-loader-spin 0.8s linear infinite;
  -moz-animation: acteol-loader-spin 0.8s linear infinite;
  -ms-animation: acteol-loader-spin 0.8s linear infinite;
  -o-animation: acteol-loader-spin 0.8s linear infinite;
  animation: acteol-loader-spin 0.8s linear infinite;
}

.acteol-full-loader div {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background-image: url(../img/spinner.svg);
  background-repeat: no-repeat;
  background-size: 50px 50px;
  display: block;
  -webkit-animation: acteol-loader-spin 0.8s linear infinite;
  -moz-animation: acteol-loader-spin 0.8s linear infinite;
  -ms-animation: acteol-loader-spin 0.8s linear infinite;
  -o-animation: acteol-loader-spin 0.8s linear infinite;
  animation: acteol-loader-spin 0.8s linear infinite;
}

.acteol-connection-valid {
  font-size: 12px;
  background: #229f37;
  padding: 4px 5px;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
}

.form-row-channel {
  padding: 10px 5px;
  border-top: solid 1px #8c8f94;
  margin: 10px 0;
} 

.acteol-validation-error {
  color: #d73638;
  font-size: 14px;
}

.acteol-connection-btn {
  line-height: 2.2;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

.acteol-connection-btn.validate {
  background: #5a5a5a;
  border-color: #5a5a5a;
  color: #ffffff;
}

.acteol-connection-btn.cancel {
  color: #5a5a5a;
  border-color: #5a5a5a;
  background: #f6f7f7;
}

.acteol-connection-btn.validate:hover {
  background: #484848;
}

.acteol-connection-btn.cancel:hover {
  background: #efefef;
}

#TB_ajaxWindowTitle {
  float: left;
  font-weight: 600;
  line-height: 29px;
  font-size: 25px;;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc( 100% - 39px );
  padding: 10px 0;
  margin: 0 13px;
  color:#3c434a;
}

#TB_title {
  background: #fcfcfc;
  border-bottom: 1px solid #ddd;
  height: 50px;
}

.acteol-form-builder-description {
  color: #777777;
  font-size: 14px;
  line-height: 18px;
  margin: 15px 0 15px 0;
}

.acteol-form-builder-title {
  line-height: 28px;
}

.acteol-builder-button{
  height: 42px;
  width: 130px;
  border: none;
  color: #ffffff;
  border-radius: 5px;
  border-right: none;
  background: #282828;
}

.acteol-form-builder-process-data {
  line-height: 2.5;
}

.acteol-form-builder-privacy-policy {
  margin-left: 12px;
  line-height: 2.5;
}

.acteol-form-privacy-policy {
  line-height: 2.5;
}

span.Required {
  color: #d73638;
}

.clear {
  clear: both;
}

.acteol-settings-item {
  float: left;
  width: 300px;
  padding: 23px 15px;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}

.acteol-action.acteol-btn-settings {
  border-radius: 5px;
  border-right: none;
  background: #282828; 
}

p.acteol-recaptcha-description {
  margin: 2px 0 -8px 0;
  color: rgba(40, 47, 54, .65);
}

.acteol-form-builder-item-remove.acteol-form-builder-recaptcha {
  float: right;
}

.acteol-form-builder-item-recaptcha {
  margin: 0 0 20px 10px;
  display: flex;
  align-items: center;
}

.acteol-form-builder-item-recaptcha-description {
  padding: 2px 0 0 5px;
}

a.button-primary.acteol-btn-list {
  float: right;
}

.acteol-recaptcha-threshold-v3 {
  display:none;
}

.acteol-recaptcha-threshold-display {
  display:block;
}

.acteol-form-editor-sub-content {
  margin-top: 0.5rem;
}

.acteol-link-popup {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}

.acteol-privacy-policy-text {
  color: #777777;
  font-size: 12px;
  line-height: 18px;
}

.acteol-privacy-policy-popup { 
  position: absolute;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #5a5a5a !important;
}

.acteol-privacy-policy-inner-popup {
  border-radius: 10px;
  display: inline-block;
}

.acteol-privacy-policy-input-link {
  display: inline-block;
  width: calc(100% - 50px);
  height: 30px;
}

.acteol-privacy-policy-btn {
  display: inline-block;
  width: 40px;
  height: 30px;
  border: none;
  cursor: pointer;
  margin-left: 5px;
}

.acteol-privacy-policy {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  overflow: auto;
  border: 1px solid #8c8f94 !important;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  background-clip: padding-box;
  color: #495057;
  background-color: #fff;
  resize: vertical;
  font-family: inherit;
  white-space: pre-wrap;
  border-radius: 0.25rem;
}

.acteol-privacy-policy[contentEditable="true"] {
  outline: none;
} 

.tox .tox-button[title="Save"] {
  background-color: #d3494a;
  border-color: #d3494a;
}

.tox .tox-button[title="Save"]:hover{
  background: #d3494a;
  border-color: #d3494a;
}

.acteol-recaptcha-details {
  position: relative;
}

.acteol-recaptcha-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.5;
  overflow: hidden;
  z-index: 99;
}

.acteol-recaptcha-valid {
  font-size: 12px;
  background: #229f37;
  padding: 4px 5px;
  border-radius: 5px;
  color: #fff;
  margin-left: 10px;
}

.acteol-recaptcha-message {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #7a7d81;
  font-size: 12px;
}

.acteol-recaptcha-message i {
  font-size: 18px;
}

.acteol-recaptcha-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.acteol-recaptcha-icon img {
  height: 48px;
}

.acteol-form-builder-recaptcha-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f2f2f2;
  max-width: 300px;
  height: 70px;
  margin: 0 0 20px 10px;
}

.acteol-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px; 
  float: none;
  line-height: 1.3;
}

.acteol-btn-form {
  float: right;
}

.acteol-title {
  margin-bottom: 1rem;
}

.acteol-description {
  margin-bottom: 1rem;
}

i.fas.fa-question-circle {
  color: #595959;
}

.acteol-custom-radio {
  border: solid 1px #8c8f94;
  width: 104px;
  border-radius: 3px;
}

.acteol-custom-radio-item {
  float: left;
  padding: 5px 0;
  text-align: center;
  width: 34px;
  cursor: pointer;
}

.acteol-custom-radio-item.middle {
  border: solid 1px #8c8f94;
  border-width: 0 1px;
}

.acteol-custom-radio-item.active {
  background: #ccc;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2) inset;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2) inset;
}

.acteol-form-builder-recaptcha {
  margin-top: 1rem;
}

.acteol-form-check {
  vertical-align: top !important;
}

@media (max-width: 1245px) {
  .acteol-menu-item {
    max-width: 100px;
  }

  .acteol-menu {
    width: 201px;
  }
}

@media (max-width: 1140px) {
  .acteol-actions-save {
    display: none;
  }

  .acteol-actions {
    display: none;
  }

  .acteol-navbar-actions {
    display: block;
  }
}

@media (max-width: 800px) {
  .acteol-fullscreen-notice {
    display: flex;
  }
}