#wpbody-content>div:not(.wrap):not([class*="wbls-"]) {
    display: none;
}

body.admin_page_whistleblower_form_edit {
    overflow: hidden;
}

.wbls-edit-page {
    position: fixed;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    left: 0;
    z-index: 99999999;
    top: 0;
    background-color: #6d6d6d;
    display: flex;
    flex-direction: column;
    font-family: Poppins, sans-serif;
}

.wbls-edit-page .wbls-body {
    display: flex;
    height: 100%;
    max-height: calc(100vh - 130px);
}

.wbls-edit-page .wbls-sidebar {
    width: 400px;
    height: calc(100vh - 80px);
    background-color: #ebf3fc;
    margin-top: -50px;
}

.wbls-edit-page .wbls-content {
    width: calc(100vw - 400px);
    height: 100%;
    background-color: #6d6d6d;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    max-height: calc(100vh - 130px);
    scrollbar-width: thin;
}

.wbls-form-menu-item-content {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 50px;
    box-sizing: border-box;
    min-height: calc(100vh - 170px);
}

.wbls-sidebar-menu:not(#wbls-form-field-menu-sidebar) {
    margin-top: 50px;
}

.wbls-sidebar-menu .wbls-sidebar-menu-item {
    border-bottom: 1px solid #ced7e0;
    color: #444444;
    display: block;
    font-size: 16px;
    height: 50px;
    line-height: 18px;
    margin: 0;
    outline: 0;
    padding: 17px 20px 17px 20px;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #ebf3fc;
}

.wbls-sidebar-menu .wbls-sidebar-menu-item:first-child {
    border-top: 1px solid #ced7e0;
}

.wbls-sidebar-menu .wbls-sidebar-menu-item:hover {
    background-color: #e0e8f0;
}

.wbls-sidebar-menu-item.wbls-sidebar-menu-item-active:hover,
.wbls-sidebar-menu-item.wbls-sidebar-menu-item-active {
    background-color: #0d9ad6;
    color:#FFFFFF;
}

.wbls-edit-close-row {
    width: 50px;
    border-left: 1px solid #dddddd;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wbls-edit-close {
    width: auto;
    text-align: right;
    text-decoration: none;
}

.wbls-edit-close span.dashicons.dashicons-no {
    font-weight: 900;
    width: 30px;
    height: 30px;
    font-size: 30px;
    cursor: pointer;
    color: #7a7777
}

.wbls-button.wbls-add-form {
    font-size: 16px;
    font-weight: 600;
    height: 42px;
    line-height: 40px;
    margin: 0 20px 0 0;
    padding: 0 15px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #0d9ad6;
    border-color: #0d9ad6;
    color: #ffffff;
    cursor: pointer;
    position: relative;
}

.wbls-button.wbls-add-form:hover {
    color: #FFFFFF;
    background-color: #0578a9;
}


.wbls-button.wbls-embed-form {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 15px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #f8f8f8;
    color: #777777;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 4px 0 0 4px;

}

.wbls-preview-container {
    position:relative;
}

.wbls-button.wbls-preview-button {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 0 -1px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 0 4px 4px 0;
    color: #777777;
}

.wbls-preview-menu-container {
    display: none;
    padding-top:8px;
    background: transparent;
    position: absolute;
    top: 40px;
    z-index: 999;
}

.wbls-preview-container:hover .wbls-preview-menu-container {
    display: block;
}


.wbls-preview-menu {
    padding: 0;
    box-sizing: border-box;
    border-radius: 10px;
    width: 175px;
    background: #FFFFFF;
    border: 1px solid #cccccc;
    box-shadow: 0px 5px 20px #E5E6E8CC;
}

.wbls-preview-menu a {
    color: #000000;
    text-decoration: none;
    display: block;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
    padding: 10px 20px;
}

.wbls-preview-menu a:hover {
    opacity: 0.8;
}

.wbls-button.wbls-embed-form:hover,
.wbls-button.wbls-preview-button:hover,
.wbls-button.wbls-embed-form:focus,
.wbls-button.wbls-preview-button:focus {
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    color: #777777;
}

.wbls-button.wbls-preview-button .dashicons-visibility,
.wbls-button.wbls-embed-form .dashicons-shortcode {
    margin-right: 10px;
}

.wbls-form-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    margin-bottom: 0;
    margin-top: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #dddddd;
    padding-left: 400px;
    box-sizing: border-box;
}

.wbls-form-menu-item {
    width: auto;
    height: 100%;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 3px solid #ffffff;
    cursor: pointer;
}

.wbls-form-menu-item-active {
    border-bottom: 3px solid #0d9ad6;
    color: #0d9ad6;
}

.wbls-content {
    padding-left: 0;
}

.wbls-sidebar-fields-content {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-bottom: 20px;
    overflow: auto;
    height: calc(100vh - 130px);
    scrollbar-width: none;
}

.wbls-form-container {
    background: #ffffff;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
}

.wbls-sidebar-tabs {
    background: #e0e8f0;
    border-bottom: 1px solid #ffffff;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    width: 400px;
    height: 50px;
    z-index: 11;
    transition-property: top, width, left;
    transition-duration: 0.25s, 0.15s, 0.15s;
    transition-timing-function: ease-out;
}

.wbls-sidebar-tab {
    width: 50%;
    color: #444444;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    padding: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.wbls-sidebar-tab.wbls-sidebar-tab-active {
    font-weight: 600;
    background-color: #ebf3fc;
}

.wbls-edit-page .wbls-admin-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    padding: 0px;
    box-sizing: border-box;
    margin-bottom: 0;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.wbls-edit-page .wbls-admin-header h2{
    flex-grow: 1;
}

.wbls-edit-page .wbls-admin-header button {
    border: none;
    background: #643e46;
    color: #fff;
    padding: 10px 35px 11px 35px;
    cursor: pointer;

}

.wbls-edit-page .wbls-admin-header button:hover {
    background: #643e46;
}

.wbls-form-logo-row {
    width: 100px;
    height: 100%;
    background: url(../images/whistleblowing_logo.png) no-repeat center;
    background-size: 50px;
    border-right: 1px solid #dddddd;
    margin-right: 20px;
}

.wbls-form-title-row {
    box-sizing: border-box;
}

.wbls-form-title-row .wbls-form-title-label {
    font-size: 16px;
    font-weight: 600;
}

.wbls-form-title-row input.wbls-form-title {
    width: 300px;
    height: 35px;
}

.wbls-hidden {
    display: none!important;
}

.wblsform-page-and-images {
    border: 1px solid #e5e5e5;
    color: #000000;
    display: block;
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}

.wblsform-row-pageTitle {
    display:block;
    height: 50px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0px 4px 7px -1px rgba(229,229,229,1);
    -moz-box-shadow: 0px 4px 7px -1px rgba(229,229,229,1);
    box-shadow: 0px 4px 7px -1px rgba(229,229,229,1);
}

.wblsform-row-pageTitle .wbls-form-page-title {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.wblsform-row-pageTitle .wbls-form-page-title::before {
    content: '';
    color: #000000;
    font-style: italic;
}

.wblsform-row-pageTitle .wbls-form-page-title:empty::before {
    content: attr(data-placeholder);
}

.wblsform_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    min-height: 100px;
}

.wblsform_section {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 10px;
    position: relative;
}

.wblsform_column {
    display: flex;
    flex-direction: row;   /* make children align horizontally */
    gap: 10px;             /* spacing between items */
    align-items: flex-start;
    min-height: 10px;
    min-width: 200px;
}

.wblsform_column .wblsform-row,
.wblsform_column .highlight {
    flex-grow: 1;
    min-height: 92px;
}

.wblsform_column .highlight {
    flex-grow: 1;
    min-height: 92px;
    border: 1px dashed #0073aa; /* WordPress blue border */
    background: #f0f0f0;
    margin: 5px 0;
    min-width: 300px;
}


.wblsform-row-pageButtonNextPrev-container {
    display: flex;
}

.wblsform-row-pageButtonNextPrev-container .wblsform-row-page:nth-child(2) {
    display: flex;
    justify-content: right;
}

.wblsform-row-pageButtonPrev,
.wblsform-row-pageButtonNext,
.wblsform-row {
    display:flex;
    align-items: baseline;
    background-color: white;
    border: transparent 1px dashed;
    overflow: hidden;
    padding: 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.wblsform-row textarea,
.wblsform-row input,
.wblsform-row select {
    pointer-events: none; /* Prevent any interaction */
    background-color: #f0f0f0; /* Change to a 'disabled-looking' color */
    color: #888; /* Change text color to a 'disabled' gray */
    opacity: 0.6; /* Make it semi-transparent */
    cursor: not-allowed; /* Show 'not-allowed' cursor */
}

.wblsform-row-pageButtonNext {
    justify-content: end;
}

.wblsform-row-pageTitle:hover,
.wblsform-row:hover {
    background-color: #e7e5e5;
}

.wblsform-row.wbls-label-top {
    flex-direction: column;
}


.wblsform-row input[type=text],
.wblsform-row input[type=email],
.wblsform-row input[type=file],
.wblsform-row input[type=tel],
.wblsform-row select,
.wblsform-row textarea {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    font-size: 16px;
    height: 40px;
    max-width: none;
    padding: 6px 10px;
    width: 60%;
}

.wblsform-row textarea {
    height: 100px;
}

.wbls-button.wbls-save-loading {
    color: transparent;
}

.wbls-save-loading::before {
    animation: rotation 1s infinite linear;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: url(../images/loader.svg) no-repeat;
    background-size: 18px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    display: inline-block;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.wbls-form-builder .wblsform-row-pageTitle.wblsform-row-edit-active,
.wbls-form-builder .wblsform-row.wblsform-row-edit-active,
.wbls-form-builder .wblsform-row:hover {
    border: 1px dashed #0085ba;
    cursor: move;
    background-color: #e7e5e5;
}

.wblsform-actions {
    position: absolute;
    right: 5px;
    top: 5px;
    display: none;
}


.wblsform-actions span.dashicons {
    width: 23px;
    height: 23px;
    font-size: 23px;
    color: #0d9ad6;
    cursor: pointer;
}
.wblsform-actions span.dashicons:hover {
    opacity: 0.8;
}

.wbls-sidebar-field-options-content {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: calc(100vh - 130px);
    scrollbar-width: none;
}

.wbls-field-option-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;;
}

.wbls-field-option-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.wbls-checkbox-item,
.wbls-radio-item,
.wbls-select-item {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    margin-bottom: 5px;
}

.wbls-radio-item input[type=radio].wbls-radio-item-default,
.wbls-select-item input[type=radio].wbls-select-item-default {
    width: 15px;
    height: 15px;
    min-width: auto;
    margin: 0;
}

.wbls-radio-item .wbls-radio-item-value,
.wbls-select-item .wbls-select-item-value {
    line-height: 100%;
    min-height: 24px;
    flex-grow: 1;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}

.wbls-checkbox-item .dashicons,
.wbls-radio-item .dashicons,
.wbls-select-item .dashicons {
    margin: 0 3px;
    cursor:pointer;
}

.wbls-field-option-row label {
    margin-bottom: 3px;
    font-weight: 600;
}

.wbls-field-option-row input,
.wbls-field-option-row textarea {
    width: 100%;
    padding: 3px 10px;
    box-sizing: border-box;
}

.wbls-field-option-row .quicktags-toolbar input {
    width: auto;
}

.wbls-field-option-row input[type=checkbox],
.wbls-field-option-row input[type=radio] {
    width: 15px;
    height: 15px;
}

.wbls-field-option-row textarea {
    height: 60px;
}

/* Toogle Req Button Start */
.wbls-switch-button-cover .button.b2 {
    border-radius: 4px;
}

.wbls-switch-layer {
    width: 100%;
    background-color: #fff;
    transition: 0.3s ease all;
    z-index: 1;
}

.wbls-knobs,
.wbls-switch-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wbls-knobs {
    z-index: 2;
}

.wbls-switch-button-cover .wbls-switch-button {
    position: relative;
    top: 50%;
    width: 64px;
    height: 30px;
    overflow: hidden;
    padding: 0;
    margin-top: 3px;
    border: 1px #ebf3fc solid;
    min-height: 30px;
    border-radius: 6px;
}

.wbls-switch-button-cover input[type=checkbox] {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.wbls-switch-button .wbls-knobs:before,
.wbls-switch-button .wbls-knobs:after,
.wbls-switch-button .wbls-knobs span {
    position: absolute;
    top: 4px;
    width: 28px;
    height: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 0.9;
    padding: 5px 4px;
    border-radius: 4px;
    transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    box-sizing: border-box;
}

.wbls-switch-button .wbls-knobs:before {
  content: "Yes";
  left: -24px;
}

.wbls-switch-button .wbls-knobs:after {
  content: "No";
  right: 2px;
}

.wbls-switch-button .wbls-knobs-on-off:before {
  content: "On";
  left: -24px;
}

.wbls-switch-button .wbls-knobs-on-off:after {
  content: "Off";
  right: 2px;
}

.wbls-switch-button .wbls-knobs:before {
  color: #fff;
  z-index: 2;
}

.wbls-switch-button .wbls-knobs:after {
  color: #3c434a;
  z-index: 2;
}

.wbls-switch-button .wbls-knobs span {
  left: 32px;
  background-color: #ebf3fc;
  z-index: 1;
}

.wbls-switch-button .checkbox:checked + .wbls-knobs:before {
  left: 3px;
}

.wbls-switch-button .checkbox:checked + .wbls-knobs:after {
  right: -32px;
}

.wbls-switch-button .checkbox:checked + .wbls-knobs span {
  left: 4px;
  background-color: #0d9ad6;
}

.wbls-switch-button .checkbox:checked ~ .wbls-switch-layer {
  background-color: #fff;
}
/* Toogle Req Button End */

.wbls-field-option-radio-row {
    display: inline-block;
}

.wbls-field-option-radio-row input {
    width: 15px;
    height: 15px;
}

.wbls-field-description {
    font-size: 11px;
    font-style: italic;
    padding: 0;
    margin: 0;
}

/* Email options styles */
.wbls-header-container {
   flex-direction: column;
}

.wbls-header-container .wbls-option-section-column {
    width: 100%;
}

.wbls-option-section-column {
    width: 100%;
    background: transparent;
    margin-right:0;
    margin-bottom: 20px;
}

.wbls-option-section:nth-child(even) {
    margin-right: 0;
}

.wbls-option-section {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0;
    font-family: Poppins, sans-serif;
}

.wbls-option-section-title {
    border-bottom: 1px solid #eaeaea;
    height: inherit;
    margin: 0;
    padding: 15px 30px;
    box-sizing: border-box;
    font-size: 13px;
}

.wbls-option-section-content {
    overflow-wrap: break-word;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wbls-option-section-group {
    display: block;
    margin: 0 0 15px;
    max-width: 100%;
    width: 100%;
}

.wbls-option-section-group label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0;
}

.wbls-option-section-group input[type=text],
.wbls-option-section-group select,
.wbls-option-section-group textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    height: initial;
    line-height: 20px;
    margin: 0;
    max-width: 100%;
    padding: 5px;
    width: 100%;
}

.wbls-option-section-group textarea.wbls-form-header,
.wbls-option-section-group textarea.wbls-token-header,
.wbls-option-section-group textarea.wbls-login-header {
    height: 150px;
    overflow-y: auto;
}

.wbls-option-section-group-description {
    font-style: italic;
    font-size: 13px;
    margin: 2px 0 5px;
    color: #646970
}

.wbls-table {
    clear: both;
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.wbls-table-col-100 {
    width: 100%;
}

.wbls-box-section {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    margin: 5px 0;
}

.wbls-box-content {
    overflow-wrap: break-word;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wbls-group {
    display: block;
    margin: 0 0 15px;
    max-width: 100%;
    width: 100%;
}

.wbls-label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 0;
    color: #0d9ad6;
}

.wbls-emailOptions-container input[type=radio]{
    margin-bottom: -5px;
    margin-right: 4px;
    border: 1px solid #0d9ad6;
    margin-left: 1px;
}

.wbls-field-row-radio input[type=radio]:checked::before {
    content: "";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-left: 3px;
    background-color: #0d9ad6;
    line-height: 9px;
}

.wbls-emailOptions-container #wbls_sendemail-0{
    margin-left: 5px;
}


.description {
    font-style: italic;
}

.wbls-table input[type="text"], .wbls-table select, .wbls-table textarea, .wbls-block-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    height: initial;
    line-height: 20px;
    margin: 0;
    max-width: 100%;
    padding: 5px;
    width: 100%;
}

.wbls-box-title {
    border-bottom: 1px solid #eaeaea;
    height: inherit;
    margin: 0;
    padding: 15px 30px 15px 20px;
}

.ui-tooltip {
    max-width: 330px;
    position: absolute;
    white-space: pre-line;
    padding: 0 10px !important;
    line-height: 0.5 !important;
    z-index: 9999;
    color: #fff;
    border-radius: 10px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px #666;

}

.wbls-hide {
    display: none;
}

#form_email_options_tab_content .dashicons {
    vertical-align: middle;
    font-size: 20px;
    cursor: pointer;
}
/* End of email options styles */

/* Switcher */
.wbls-whistleblower-switcher {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}

.wbls-whistleblower-switcher>p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}
.wbls-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    margin: 0 10px;
}

.wbls-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.wbls-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.wbls-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .wbls-slider {
    background-color: #0d9ad6;
}

input:focus + .wbls-slider {
    box-shadow: 0 0 1px #0d9ad6;
}

input:checked + .wbls-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.wbls-slider.wbls-round {
    border-radius: 34px;
}

.wbls-slider.wbls-round:before {
    border-radius: 50%;
}

#wbls-take p,
#wbls-form p {
    margin: 0;
    padding: 0;
}

.wbls-field-item {
    background-color: #0d9ad6;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    margin: 0 0 16px 0;
    width: calc( 50% - 8px);
    height: 40px;
    overflow: hidden;
    padding: 12px 5px 12px 36px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
}
.wbls-sidebar-fields-content .wbls-field-item:hover {
    opacity: 0.8;
}

.wbls-field-item[data-type="text"] {
    background: url(../images/fields_icons/text-width.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="textarea"] {
    background: url(../images/fields_icons/paragraph.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="checkbox"] {
    background: url(../images/fields_icons/check.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="select"] {
    background-image: url(../images/fields_icons/square-caret-down.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #0d9ad6;

}

.wbls-field-item[data-type="select"].wbls-pro-tooltip {
    background-image: url(../images/fields_icons/square-caret-down.svg), url(../images/pro-icon.svg);
    background-size: 15px, 30px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
}


.wbls-field-item[data-type="email"] {
    background: url(../images/fields_icons/envelope.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="fullName"] {
    background: url(../images/fields_icons/user.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="address"] {
    background: url(../images/fields_icons/address.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="number"] {
    background: url(../images/fields_icons/hashtag.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="radio"] {
    background: url(../images/fields_icons/circle-dot.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="tel"] {
    background: url(../images/fields_icons/phone.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="DateTime"] {
    background: url(../images/fields_icons/calendar-days.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="DateTime"].wbls-pro-tooltip {
    background-image: url(../images/fields_icons/calendar-days.svg), url(../images/pro-icon.svg);
    background-size: 15px, 30px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
}

.wbls-field-item[data-type="anonymous"].wbls-pro-tooltip {
    background-image: url(../images/fields_icons/anonymous.svg), url(../images/pro-icon.svg);
    background-size: 15px, 30px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
}

.wbls-field-item[data-type="anonymous"] {
    background: url(../images/fields_icons/anonymous.svg) #0d9ad6 no-repeat left 10px center;
    background-size: 15px;
}

.wbls-field-item[data-type="file"] {
    background-image: url(../images/fields_icons/upload.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #0d9ad6;
}

.wbls-field-item[data-type="file"].wbls-pro-tooltip {
    background-image: url(../images/fields_icons/upload.svg), url(../images/pro-icon.svg);
    background-size: 15px, 30px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
}

.wbls-field-item[data-type="recaptcha"] {
    background-image: url(../images/fields_icons/recaptcha.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #0d9ad6;
}

.wbls-field-item[data-type="recaptcha"].wbls-pro-tooltip {
    background-image: url(../images/fields_icons/recaptcha.svg), url(../images/pro-icon.svg);
    background-size: 15px, 30px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
}

.wbls-field-item[data-type="submit"] {
    background-image: url(../images/fields_icons/submit.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #0d9ad6;
}

.wbls-field-item[data-type="html"] {
    background-image: url(../images/fields_icons/icon_html_1.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #0d9ad6;
}

.wbls-field-item[data-type="html"].wbls-pro-tooltip {
    background-image: url(../images/fields_icons/icon_html_1.svg), url(../images/pro-icon.svg);
    background-size: 20px, 30px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    background-color: #0d9ad6;
}

.wbls-field-item[data-type="rating"] {
    background-image: url(../images/fields_icons/rate.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #0d9ad6;
}

.wbls-field-item[data-type="rating"].wbls-pro-tooltip {
    background-image: url(../images/fields_icons/rate.svg), url(../images/pro-icon.svg);
    background-size: 16px, 30px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    background-color: #0d9ad6;
}

.wbls-field-item[data-type="slider"] {
    background-image: url(../images/fields_icons/sliders.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #0d9ad6;
}

.wbls-field-item[data-type="slider"].wbls-pro-tooltip {
    background-image: url(../images/fields_icons/sliders.svg), url(../images/pro-icon.svg);
    background-size: 16px, 30px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
    background-color: #0d9ad6;
}

.wbls-field-item[data-type="page_break"] {
    background-image: url(../images/fields_icons/page-break.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #0d9ad6;
}

.wbls-add-new-page.wbls-field-item[data-type="page_break"] {
    background-image: none;
}

.wbls-field-item[data-type="page_break"].wbls-pro-tooltip {
    background-image: url(../images/fields_icons/page-break.svg), url(../images/pro-icon.svg);
    background-size: 15px, 30px;
    background-repeat: no-repeat;
    background-position: left 10px center, right 10px center;
}

.wbls-email-placeholder-row {
    display: flex;
    margin-bottom: 5px;
    flex-wrap: wrap;
    gap: 5px;
}

.wbls-field-placeholder {
    cursor: pointer;
    padding: 3px 10px;
    border: 1px solid #8a8a8b;
    background: #8a8a8b;
    color: #ffffff;
    border-radius: 5px;
    height: 20px;
    font-size: 14px;
    margin-right: 5px;
}

.wbls-shortcode-layer {
    position: fixed;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.wbls-shortcode-popup {
    display: block;
    position: fixed;
    width: 500px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 10px;
    z-index: 99999;
    padding: 30px;
    box-sizing: border-box;
    align-items: center;
    justify-content: left;
}

.wbls-shortcode-popup-row {
    display: flex;
    width: 100%;
    height: 50px;
    margin: 10px 0;
    position: relative;
}

.wbls-shortcode-popup-title {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
}

.wbls-shortcode-popup-title:first-child {
    margin-top: 0px;
}

.wbls-shortcode-popup-title > .dashicons {
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.wbls-shortcode-popup-title > .dashicons > img {
    display: none;
    position: absolute;
    width: 400px;
    height: auto;
    z-index: 9;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.wbls-shortcode-popup-title > .dashicons:hover img {
    display: block;
}

input#wbls-shortcode,
input#wbls-form-shortcode,
input#wbls-reply-shortcode {
    position: relative;
    width: 100%;
    background: #f8f8f8;
    color: #444444;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    margin: 0;
    padding: 12px 22px;
    text-align: left;
}

#wbls-shortcode-copy,
#wbls-form-shortcode-copy,
#wbls-reply-shortcode-copy {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 25px;
    height: 30px;
    background: url(../images/copy.png) no-repeat;
    background-size: 25px;
    cursor: pointer;
}

.wbls-form-shortcode-copy-tooltip {
    position: absolute;
    width: auto;
    height: auto;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 15px;
    box-sizing: border-box;
    top: -40px;
    right: 0px;
    display: none;
}

.wbls-field-fullName-container  {
    display: flex;
    width: 60%;
}

.wblsform-row .wbls-field-firstName input[type=text],
.wblsform-row .wbls-field-lastName input[type=text],
.wblsform-row .wbls-field-middleName input[type=text] {
    width: 100%;
    min-width: unset;
}

.wbls-field-firstName {
    margin-right: 10px;
}

.wbls-field-middleName {
    width: 25%;
    margin-right: 10px;
}

.wbls-form-container .wbls-form label.wbls-field-miniLabel {
    font-size: 12px;
    margin-left: 3px;
    font-weight: 600;
    opacity: 0.6;
}

hr {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    border: none;
}

.wbls-field-option-name-cont {
    display: flex;
}
.wbls-field-option-name-cont > div {
    width: 49%;
    margin-right: 1%;
}

.wbls-field-option-name-cont > div:last-child {
    margin-right: 0;
}

.wbls-field-row-radio,
.wbls-field-row-checkbox {
    display: flex;
    align-items: flex-start;
    line-height: 20px;
    gap: 10px;
}

.wbls-field-row-radio .wbls-field-miniLabel.wbls-radio-label {
    font-size: 13px;
    margin-left: 3px;
    font-weight: 400;
    opacity: 1;
}

.wbls-field-row-radio input[type=radio] {
    border-radius: 50%;
    margin-right: .25rem;
    margin-top: 2px;
    line-height: 13px;
    height: 16px;
    width: 16px;
}

.wbls-form-container .wbls-form.wbls-form-admin {
    width: 100%;
    padding: 0;
    max-width: 1000px;
    background: #ffffff;
}

.wbls-field-fullName-container  {
    display: flex;
    width: 100%;
    gap: 10px;
}

.wbls-field-firstName {
    flex: 1;
}

.wbls-field-lastName {
    flex: 1;
}


.wbls-field-middleName {
    flex: 1;
}

.wbls-field-address-container  {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wbls-field-address-container > div {
    margin-bottom: 10px;
}

.wbls-address-row {
    display: flex;
    width: 100%;
    gap: 10px;
}

.wbls-field-postal,
.wbls-field-city,
.wbls-field-state,
.wbls-field-country {
    flex: 1;
}

.wbls-allowed-type-container {
    display: flex;
}

.wbls-allowed-type-item {
    display: flex;
    width: 25%;
    align-items: center;
}

.wbls-allowed-type-item label {
    margin-right: 5px;
}

.wbls-settings-container .select2-container .select2-selection--multiple ul.select2-selection__rendered {
    height: auto;
    min-height: 28px;
    overflow: unset;
}

.wbls-settings-container .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline {
    min-height: unset;
    margin: 5px 0 0 0;
    height: 20px;
}

.wbls-settings-container .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-search--inline input {
    height: 20px;
    min-height: unset;
    margin: 0;
}

.wbls-tabs-menu {
    border-bottom: 1px solid #a3a2aa;
    display: flex;
    margin-bottom: 20px;
}

.wbls-tabs-menu .wbls-tabs-menu-item {
    padding: 0px 12px 9px 12px;
    color: #444444;
    font-weight: 400;
    font-size: 15px;
    cursor: pointer;
}

.wbls-tabs-menu .wbls-tabs-menu-item-active {
    border-bottom: 2px solid #0578a9;
    font-weight: 600;
}

.wbls-condition-item-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.wbls-condition-item-row select,
.wbls-condition-item-row input {
    height: 25px;
    padding: 3px 20px 3px 5px;
    box-sizing: border-box;
    border-radius: 5px;
    line-height: 100%;
}

.wbls-condition-item-row .wbls-condition-fields {
    width: 105px;
    margin: 0px 5px 0 0;
}

.wbls-condition-item-row .wbls-condition-type {
    width: 70px;
    margin: 0px 5px 0 0;
}

.wbls-condition-item-row .wbls-condition-value-container {
    width: 105px;
    margin: 0px 5px 0 0;
}

.wbls-condition-item-row .wbls-condition-value-container input,
.wbls-condition-item-row .wbls-condition-value-container select {
    display: block;
    width: 100%;
}

.wbls-add-condition-item {
    font-size: 10px;
    font-weight: 500;
    padding: 0 5px;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    color: #FFFFFF;
    background: #0d9ad6;
}

.wbls-add-condition-item:hover {
    background: #0578a9;
}

.wbls-remove-condition-item {
    width: 20px;
    height: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #ad1f1f;
    margin-left: 5px;
}

.wbls-add-condition-group {
    width: auto;
    height: auto;
    padding: 5px 15px;
    cursor: pointer;
    background: #0d9ad6;
    color: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    white-space: nowrap;
    font-size: 12px;
}

.wbls-add-condition-group:hover {
    background: #0578a9;
}

.wbls-condition-header-row select {
    width: 200px;
    margin-right: 26px;
}

.wbls-condition-group {
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.wbls-field-recaptcha-radio {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.wbls-field-recaptcha-radio label {
    margin-right: 10px;
}

#wbls-grecaptcha {
    width: 300px;
    height: 40px;
    background: url(../images/recaptcha_icon.svg) no-repeat left center;
    background-size: auto 40px;
}

#wpbody-content {
    padding-bottom: 0;
}

#wpfooter {
    display: none;
}

#wbls-take {
    background-color: #ffffff;
}

.wbls-add-new-page {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    margin-top: 10px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 15px;
    font-weight: 700;
}

.wbls-alert-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.3);
    top: 0;
    left: 0;
    z-index: 999999999;
}

.wbls-alert-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    height: auto;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding: 30px;
    box-sizing: border-box;
    z-index: 9999999999;
}

.wbls-alert-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #000000;
    text-align: center;
}

.wbls-alert-buttons-row {
    display: flex;
    justify-content: right;
}

.wbls-alert-buttons-row .wbls-alert-button {
    padding: 8px 20px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
}

.wbls-alert-buttons-row .wbls-alert-button.wbls-alert-buttons-delete {
    background-color: #9d0303;
    color: #FFFFFF;
    margin-right: 10px;
}

.wbls-alert-buttons-row .wbls-alert-button.wbls-alert-buttons-delete:hover {
    background-color: rgba(157,3,3,0.8);
}


.wbls-alert-buttons-row .wbls-alert-button.wbls-alert-buttons-cancel {
    background-color: #cccccc;
    color: #000000;
}

.wbls-alert-buttons-row .wbls-alert-button.wbls-alert-buttons-cancel:hover {
    background-color: rgba(204,204,204,0.8);
}

.wbls-menu-group:first-child {
    border-radius: 5px 5px 0 0;
}

.wbls-menu-group:last-child {
    border-radius: 0 0 5px 5px;
}

.wbls-menu-group {
    padding-bottom: 20px;
    background-color: #000000;
}

.wbls-menu-grouptitle {
    font-size: 15px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-bottom: 1px solid #2b2b2b;
}

.wbls-menu-group:first-child .wbls-menu-grouptitle {
    border-top: none;
}

.wbls-menu-grouptitle {
    border-top: 1px solid #2b2b2b;
}

.wbls-top-menu-icon .dashicons-menu-alt3 {
    width: 45px;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.wbls-top-menu-icon .dashicons-menu-alt3::before {
    font-size:30px
}

.wbls-top-menu-icon {
    display: flex;
    width: 60px;
    height: 40px;
    position: relative;
    margin-right: 20px;
    justify-content: right;
}

.wbls-top-menu-icon:hover .wbls-top-menu {
    display: block;
}

.wbls-top-menu {
    display: none;
    position: absolute;
    width: 270px;
    height: auto;
    background-color: #FFFFFF;
    box-sizing: border-box;
    z-index: 9;
    right: 0;
    border-radius: 5px;
    top: 40px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.wbls-top-menu .wbls-menu-item {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 20px;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 1);
}

.wbls-top-menu .wbls-menu-item:hover {
    background-color: rgba(29, 28, 28, 0.8);
}

.select2-dropdown {
    z-index: 9999999999;
}

.wbls-anonymous-description {
    padding: 20px;
    box-sizing: border-box;
    border: 3px solid #dd9f3d;
    border-radius: 10px;
    margin-top: 20px;
}

.wbls-anonymous-description > p {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.wbls-field-dateTime-container {
    display: flex;
    width: 100%;
    gap: 10px;
}

.wbls-field-dateTime-container .wbls-field-date {
    width: auto;
    flex-grow: 1;
}

.wbls-field-dateTime-container .wbls-field-time {
    margin-right: 0px;
    width: 150px;
}

.wbls-field-dateTime-container .wbls-field-time > select {
    min-width: unset;
}

.wbls-field-date-dropdown {
    display: flex;
    gap: 10px;
}

.wbls-form-container .wbls-form .wbls-field-date-dropdown select {
    width: 33%;
    min-width: unset;
}

.wbls-limit_days {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.wbls-limit_days>div {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.wbls-time-limit-row,
.wbls-time-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wbls-time-row > select {
    width: 48%;
}

.wbls-time-limit-row select {
    width: 85px;
}

.wbls-time-limit-row > span {
    width: 60px;
}

.wbls-switcher-container {
    display: flex;
    align-items: center;
}

.wbls-switcher-container label {
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.wbls-col-hidden {
    visibility: hidden;
}

.wbls-field-html {
    width: 100%;
}

.wbls-field-option-row textarea.wbls-fieldoption-html {
    width: 100%;
    height: 300px;
}

.wblsform-row-html.wblsform-row:not(.wblsform-row-edit-active) {
    border: 1px solid #cccccc;
}

.wblsform-row-html.wblsform-row:not(.wblsform-row-edit-active):before {
    content: 'HTML field';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cccccc;
    padding: 2px 5px;
}

/* Webhook styles */

.wbls-webhook-section .wbls-option-section-group {
    margin-top: 35px;
}

.wbls-mapping-repeater-row,
.wbls-option-row {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}

.wbls-mapping-repeater-row {
    align-items: center;
}

.wbls-option-auth-header .wbls-option-row {
    flex-direction: column;
    gap: 0;
}

.wbls-option-description {
    display: block;
}

.wbls-option-auth-header {
    display: flex;
}

.wbls-option-auth-header > div {
    width:45%;
}

.wbls-option-auth-header label {
    margin-bottom: 5px;
}

.wbls-copy-webhook-incoming-url {
    position: relative;
}

.wbls-copy-webhook-tooltip {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    background-color: #000000;
    color: #ffffff;
    border-radius: 5px;
    padding: 0px 15px;
    box-sizing: border-box;
    top: -35px;
    right: 0px;
}

.wbls-mapping-remove {
    cursor: pointer;
}

.wbls-mapping-remove:hover {
    color: #ff0000;
}

label.wbls-enable-webhook {
    height: 30px;
}

.wbls_outgoing_custom_header {
    margin-top:15px;
}

.wbls-sidebar-outgoing-webhook-settings .wbls-option-section-group input[type='text'] {
    font-size: 12px;
    font-weight: 400;
}

.wbls-webhook-outgoing-triggers > label {
    margin-bottom: 20px;
}

.wbls-webhook-outgoing-triggers .wbls-option-row {
    gap:35px
}

.wbls-repeater-item {
    display: flex;
    gap:10px;
    align-items: center;
    margin-bottom: 10px;
}

.wbls-sidebar-outgoing-webhook-settings input[type='text'],
.wbls-sidebar-outgoing-webhook-settings select {
    height: 40px;
    font-size: 12px;
    color:#000000;
    padding: 2px 10px;
}
.wbls-sidebar-outgoing-webhook-settings button.wbls-add-static-field,
.wbls-sidebar-outgoing-webhook-settings button.wbls-add-header {
    margin-top: 10px;
}

.wbls-outgoing-map-header .wbls-outgoing-map-row > div {
    font-weight: 700;
    font-size: 14px;
}

.wbls-outgoing-map-row {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #efe3e3;
}

.wbls-repeater-item .dashicons-trash,
.wbls-outgoing-map-row .dashicons-trash {
    opacity: 0.8;
    cursor: pointer;
}

.wbls-outgoing-map-row .dashicons-trash:hover {
    opacity: 1;
}


.wbls-outgoing-map-row > div {
    width: 48%;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.wbls-outgoing-map-body {
    margin-bottom: 20px;
}

.wbls-outgoing-map-row > div:nth-child(3) {
    width: 4%
}

h3.wbls-group-title {
   margin-top: 50px;
   margin-bottom: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0d9ad6;
}

h3.wbls-group-title::before,
h3.wbls-group-title::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #0d9ad6;
}

h3.wbls-group-title::before {
    margin-right: 10px;
}

h3.wbls-group-title::after {
    margin-left: 10px;
}

.wbls-body-mode-nav-tab-wrapper {
    display: flex;
}

.wbls-body-mode-mapping .wbls-body-mode-tab-content {
    display: none;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.wbls-body-mode-mapping .wbls-body-mode-tab-content.wbls-body-mode-active {
    display: block;
}

.wbls-body-mode-nav-tab {
    float: left;
    border: 1px solid #c3c4c7;
    border-bottom: none;
    margin-left: .5em;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.71428571;
    font-weight: 600;
    background: #dcdcde;
    color: #50575e;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.wbls-body-mode-nav-tab-active,
.wbls-body-mode-nav-tab-active:focus,
.wbls-body-mode-nav-tab-active:focus:active,
.wbls-body-mode-nav-tab-active:hover {
    border-bottom: 1px solid #f0f0f1;
    background: #f0f0f1;
    color: #000;
}

.wbls-body-mode-nav-tab-active {
    margin-bottom: -1px;
    color: #3c434a;
}
.wbls-body-mode-nav-tab-active, .wbls-body-mode-nav-tab:focus:active {
    box-shadow: none;
}

.wbls-outgoing-map-header .wbls-outgoing-map-row,
.wbls-mapping-repeater.wbls-static-field-body .wbls-mapping-repeater-row,
.wbls-mapping-repeater.wbls-static-field-body .wbls-outgoing-map-row {
    border: none;
}

.wbls-mapping-repeater-row {
    position:relative;
}

.wbls-mapping-repeater-row input[placeholder='Value'] {

    padding-right: 30px;
    box-sizing: border-box;
}
.wbls-mapping-repeater-row .dashicons-trash {
    cursor: pointer;
}

.wbls-menu-placeholder {
    position: absolute;
    z-index: 9;
    right: 36px;
    cursor: pointer;
}

.wbls-placeholder-popup {
    position: absolute;
    right: 30px;
    top: 50px;
    width: 440px;
    height: auto;
    border: 1px solid #000000;
    border-radius: 5px;
    background: #ffffff;
    padding: 10px;
    box-sizing: border-box;
    z-index: 11;
}

.wbls-placeholder-popup-row {
    border: 1px solid #8f8989;
    margin-top: 1px;
}

.wbls-placeholder-popup-header .dashicons-arrow-up-alt2,
.wbls-placeholder-popup-header .dashicons-arrow-down-alt2 {
    position: absolute;
    right: 20px;
}

.wbls-placeholder-popup-header {
    background: #f4f4f4;
    padding: 5px 10px;
    color: #000000;
    cursor: pointer;
}

.wbls-placeholder-popup-row-body {
    display: none;
    padding: 10px;
    flex-wrap: wrap;
    gap: 5px;
}

.wbls-placeholder-popup-row-body.wbls-row-body-active {
    display: flex;
}

.wbls-placeholder-layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10;
}

.wbls-active-placeholder-input {
    z-index: 11;
}

.wbls-shortcode-button {
    width: calc(33% - 5px);
}

/* Rating default styles */
.wbls-rating {
    display: inline-flex;
    gap: 6px;
    flex-direction: row-reverse;
}

.wbls-rating input { display: none; }

/* Numbers */
.wbls-rating--numbers label {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.wbls-rating--numbers label::before {
    content: attr(data-label);
    width: 34px;
    height: 34px;
    background: #bfc1c5;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.wbls-rating--numbers label:hover::before {
    background: #000000;
    color: #fff;
}

/* Stars */
.wbls-rating--stars label {
    line-height: 1;
}

.wbls-rating--stars label::before {
    content: "★";
    font-size: 28px;
    color: #d1d5db;
    cursor: pointer;
}

.wbls-form-container .wbls-form .wbls-rating--stars label:hover::before,
.wbls-form-container .wbls-form .wbls-rating--stars label:hover ~ label::before,
.wbls-form-container .wbls-form .wbls-rating--stars input:checked ~ label::before,
.wbls-form-container .wbls-form .wbls-rating--stars label:hover,
.wbls-form-container .wbls-form .wbls-rating--stars label:hover ~ label,
.wbls-form-container .wbls-form .wbls-rating--stars input:checked ~ label {
    color: #fbbf24;
}

/* Slider field styles */
.wbls-slider-container {
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.wbls-slider-input {
    width: 100%;
    height: 6px;
    -webkit-appearance: none;
    appearance: none;
    background: #ddd;
    border-radius: 3px;
    outline: none;
}

.wbls-slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.wbls-slider-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #000000;
    cursor: pointer;
    border: 2px solid #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.wbls-slider-meta {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.wbls-slider-value {
    font-weight: bold;
    color: #000000;
}

