/** Field Manager build page */
.advrf-wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.advrf-wrapper ::-webkit-scrollbar {
    width: 10px;
}
.advrf-wrapper ::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.advrf-wrapper ::-webkit-scrollbar-thumb {
    background: #aaa;
}
.advrf-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #888;
}
.advrf-wrapper {
    background: inherit;
    padding: 20px;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.08);
    box-shadow: 0px 1px 15px 1px rgba(62, 57, 107, 0.08);
    background: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.advrf-wrapper a{
    text-decoration: none;
}
.advrf-wrapper .notice {
/*    border: none;*/
    border-radius: 5px;
}
.advrf-wrapper a {
    color: #525f7f;
}
.advrf-wrapper a:hover,
.advrf-wrapper a:focus,
.advrf-wrapper a:active{
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.advrforms-new-form,
.advrforms-admin-content {
    margin-top: 0px;
    border-radius: 10px;
    padding: 20px;
}



.advrf-wrapper table {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.advrf-wrapper .advrform-hidden {
    display: none;
}
.advrf-text-left {
    text-align: left;
}
.advrf-text-center {
    text-align: center;
}
.advrf-text-right {
    text-align: right;
}
.advrf-wrapper .username-field .field-actions li a.copy-button {
    display: none !important;
}

.advrf-wrapper .tablenav .actions {
    padding-top: 5px;
    padding-bottom: 5px;
}
.advrf-wrapper .tablenav .actions a {
    display: inline-block;
    margin: 0px 8px 0 8px;
}

.advrf-wrapper .advrf-row {
    padding: 10px 0;
}
.advrf-wrapper .advrf-row:after,
.advrf-wrapper .clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.advrf-wrapper .advrf-form-type-head {
    line-height: 24px;
}
/*Form Builder*/
.advrf-wrapper .advrf-form-code {
    margin-bottom: 10px;
}
.advrf-wrapper .advrf-form-code #form-code {
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
}
.advrf-wrapper .form-wrap.form-builder .frmb li {
    margin: 7px 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    padding: 12px 16px;
}
.advrf-wrapper .form-wrap.form-builder .frmb li.hidden-field {
    display: block;
}
.advrf-wrapper .form-wrap.form-builder .frmb li:first-child {
    margin-top: 0;
}
.advrf-wrapper .form-wrap.form-builder .frmb li.page-break:not(:first-child) {
    margin-top: 20px;
}
.advrf-wrapper .form-wrap.form-builder .frmb-control li {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 7px;
    padding: 15px 10px;
    width: 49%;
    font-size: 14px;
}
.advrf-wrapper .form-wrap.form-builder .frmb-control li:nth-child(odd) {
    float: left;
}
.advrf-wrapper .form-wrap.form-builder .frmb-control li:nth-child(even) {
    float: right;
}
.advrf-wrapper .cb-wrap .form-actions.btn-group {
    display: none;
}
.advrf-wrapper .advrf-control-label {
    width: 200px;
    float: left;
    display: inline-block;
}
.advrf-wrapper .advrf-control {
    width: calc( 100% - 200px);
    float: left;
    display: inline-block;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.advrf-wrapper .advrf-control-label label {
    line-height: 1.3;
    font-weight: 600;
    color: #23282d;
    font-size: 14px;
}
.advrf-wrapper .advrf-control .advrf-user-roles {
    margin-right: 10px;
}
.advrf-wrapper .advrf-control .advrf-user-roles span {
    line-height: 19px;
    vertical-align: middle;
}
.advrf-wrapper .advrf-control p {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.advrf-wrapper .advrf-child-rows {
    background: rgba(250, 250, 250, 0.7);
    padding: 10px 20px;
    border: 1px solid rgba(250, 250, 250, 0.7);
    border-radius: 10px;
}
.advrf-wrapper .advrf-input-field-title {
    margin-bottom: 15px;
}
.advrf-wrapper .advrf-input-field,
.advrf_dialog .advrf-input-field{
    color: #333;
    padding: 0px 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fafafa;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    height: 40px;
    line-height: 40px;
    min-width: 60%;
}
.advrf-wrapper .label-input .advrf-input-field {
    height: 30px;
    line-height: 30px;
}
.advrf-wrapper .advrf-input-field[multiple] {
    min-height: 7em;
    padding-top: 5px;
}
.advrf-wrapper select.advrf-input-field{
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 36px;
    position: relative;
    background-image:
        -webkit-linear-gradient(45deg, transparent 50%, gray 50%),
        -webkit-linear-gradient(315deg, gray 50%, transparent 50%),
        -webkit-linear-gradient(left, #ccc, #ccc);
    background-image:
        -o-linear-gradient(45deg, transparent 50%, gray 50%),
        -o-linear-gradient(315deg, gray 50%, transparent 50%),
        -o-linear-gradient(left, #ccc, #ccc);
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc);
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em;
    background-repeat: no-repeat;
}
.advrf-wrapper select.advrf-input-field[multiple] {
    padding-right: 10px;
    background-image : none;
}


.advrf-wrapper .tablenav select,
.advrf-wrapper .tablenav input[type="text"] {
    color: #666;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    height: 30px;
    line-height: 30px;
}
.advrf-wrapper .advrf-input-field:focus,
.advrf_dialog .advrf-input-field:focus{
    border-color: #ddd;
    background-color: #fff;
    outline: none;
    box-shadow: none;
}
.advrf-wrapper textarea.advrf-input-field {
    min-height: 100px;
}
.advrf-wrapper .advrf-form-conf-wrapper textarea,
.advrf-wrapper .advrf-form-conf-wrapper textarea.wp-editor-area {
    width: 100%;
    max-height: 200px;
}
.advrf-wrapper .wp-switch-editor {
    height: auto;
}
.form-wrap.form-builder .frmb li.paragraph-field .fld-label.splitter {
    min-height: 34px;
}
.form-wrap.form-builder input.rt_editor {
    color: #fff;
}
/*Submission Details*/
.advrf-wrapper .advrf-submission-table {
    border-collapse: collapse;
    clear: both;
    margin-top: 2rem;
}
.advrf-wrapper .advrf-submission-table,
.advrf-wrapper .advrf-submission-table td,
.advrf-wrapper .advrf-submission-table td p,
.advrf-wrapper .advrf-submission-table th {
    font-size: 14px;
}
.advrf-wrapper .advrf-submission-table .advrf-submission-title {
    font-size: 16px;
    color: #8898aa;
    background-color: #f6f9fc;
    font-weight: bold;
}
.advrf-wrapper .advrf-submission-table th {
    vertical-align: top;
    text-align: left;
    padding: 10px 10px 10px 10px;
    width: 200px;
    line-height: 1.3;
    font-weight: 600;
}
.advrf-wrapper .advrf-submission-table th,
.advrf-wrapper .advrf-submission-table label {
    color: #23282d;
    font-weight: 600;
    text-shadow: none;
    vertical-align: baseline;
}
.advrf-wrapper .advrf-submission-table td {
    margin-bottom: 9px;
    padding: 10px 10px 10px 10px;
    line-height: 1.3;
    vertical-align: middle;
}
.advrf-wrapper .advrf-submission-table td a {
    display: inline-block;
}
.advrf-wrapper .advrf-submission-table td a.attachment-delete{
    vertical-align: top;
    margin-left: 10px;
}
.advrf-wrapper .advrf-submission-table td a.attachment-delete span{
    line-height: 25px;
}
.advrf-wrapper .advrf-history-submissions h1 {
    margin-bottom: 20px;
    padding: 0;
}
.advrf-wrapper .advrf-history-submissions {
    margin-top: 20px;
}
.advrf-wrapper .advrf-history-submissions>table {
    margin-bottom: 20px;
}
.advrf-wrapper .advrf-payment_info .advrf-submission-table {
    border-top: none;
}
.advrf-wrapper .advrf-divider {
    margin: 30px 0 10px;
}
.advrf-wrapper .advrf-submission-from {
    margin-top: 30px;
    margin-bottom: 10px;
}
/*Payment Dialogue box*/
#advrf_payment_status_dialog .advrf-row:not(:last-child) {
    margin-bottom: 10px;
}
#advrf_payment_status_dialog .advrf-row textarea {
    width: 100%;
}
/*Add note Dialogue box*/
#advrf_submission_add_note_dialog table {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
#advrf_submission_add_note_dialog table th {
    width: 100px;
}
#advrf_submission_add_note_dialog table th,
#advrf_submission_add_note_dialog table td {
    vertical-align: top;
}
#advrf_submission_add_note_dialog table textarea {
    min-height: 100px;
    width: 100%;
}
.advrf-wrapper .advrf-notes {
    width: 100%;
    border: 1px solid rgba(62, 57, 107, .07);
    background: #fff;
    position: relative;
    margin-top: 20px;
    border-radius: 5px;
}
.advrf-wrapper .advrf-notes-title {
    padding: 10px 20px 10px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 600;
}
.advrf-wrapper .advrf-notes .advrf-note-row{
    padding: 20px;
    color: #525f7f;
    background-color: #f6f9fc;
    border-radius: 5px;
    margin: 20px 0 30px;
}
.advrf-wrapper .advrf-notes-wrap{
    padding: 10px 20px 0px;
}
.advrf-wrapper .advrf-notes .advrf-note-row p{
    font-size: 14px;
    margin: 0 0 10px 0;
}
.advrf-wrapper .advrf-notes .advrf-note-row p:empty{
    display: none;
}
.advrf-wrapper .advrf-notes .advrf-note-row .advrf-note-info {
    font-style: italic;
    display: block;
    text-align: left;
    color: #ccc;
    font-size: 12px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.advrf-wrapper .advrf-notes .advrf-note-row:hover .advrf-note-info{
    color: inherit;
}
/*Form Elements*/
.advrf-wrapper .form-wrap.form-builder .checkbox-inline,
.advrf-wrapper .form-wrap.form-builder .radio-inline {
    display: inline-block;
}
.advrf-wrapper .form-wrap.form-builder .checkbox-inline+.checkbox-inline,
.advrf-wrapper .form-wrap.form-builder .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}
.advrf-wrapper .form-wrap.form-builder .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.advrf-wrapper .form-wrap.form-builder .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.advrf-wrapper .form-wrap.form-builder .btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.advrf-wrapper .form-wrap.form-builder .btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.advrf-wrapper .form-wrap.form-builder .btn-danger {
    color: #fff;
    background-color: #C75875;
    border-color: #C75875;
}
/* Analytics */
.advrf-wrapper .advrf_analytics_wrap {
    background: #fff;
    margin-left: 10px;
    padding: 10px;
}
.advrf-wrapper .advrf_chart_filters,
.advrf-wrapper #advrf_analytics_chart_container {
    margin-bottom: 10px;
}
.advrf-wrapper .advrf_analytics_wrap select {
    height: 35px;
    line-height: 35px;
    min-width: 200px;
    max-width: 300px;
}
/*Loader*/
#advrforms_fb_editor {
    position: relative;
}
#advrf_progress {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 10;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Help Page*/
.advrf-wrapper .advrf-help h1 {
    margin: .2em 200px 0 0;
    padding: 0;
    color: #32373c;
    line-height: 1.2em;
    font-size: 2.8em;
    font-weight: 400;
}
.advrf-wrapper .advrf-help .notice,
.advrf-wrapper .advrf-help div.error,
.advrf-wrapper .advrf-help div.updated {
    display: none !important;
}
.advrf-wrapper .advrf-help h2,
.advrf-wrapper .advrf-help .advrf-description {
    color: #555d66;
    font-weight: 400;
    line-height: 1.6em;
    font-size: 19px;
}
.advrf-wrapper .description a{
    font-weight: bold;
    text-decoration: underline;
}
.advrf-wrapper .advrf-help .nav-tab {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 18px;
}
.advrf-wrapper .advrf-help h3 {
    margin: 1.33em 0;
    font-size: 1em;
    line-height: inherit;
    color: #23282d;
}
.advrf-wrapper .advrf-help #tabs h3 {
    font-size: 1.3em;
    margin: 1em 26px 0;
}
.advrf-wrapper .advrf-help #tabs h4,
.advrf-wrapper .advrf-help #tabs div[id^="tab-"]>p {
    margin-left: 26px;
}
.advrf-wrapper .advrf-help #tabs {
    font-size: 16px;
    line-height: 1.6;
}
.advrf-wrapper .advrf-help #tabs ul {
    margin-left: 20px;
}
.advrf-wrapper .advrf-help #tabs ul li {
    list-style: disc;
}
.advrf-wrapper .advrf-help #tabs form {
    max-width: 500px;
}
.advrf-help-half,
.advrf-help-full {
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.advrf-help-half {
    width: 50%;
    float: left;
}
.advrf-help-full {
    width: 100%;
    float: left;
    clear: both;
}
.advrf-help-half input,
.advrf-help-full textarea {
    width: 100%;
}
.advrf-contact-wrap {
    display: block;
    max-width: 500px;
    margin: 0 auto;
}
.advrf-wrapper .advrf-help #tabs .advrf-contact-wrap h3 {
    margin: 1em 10px 0 10px;
}
.advrf-wrapper .advrf-help .advrf-contact-wrap p {
    margin: 0 10px 10px 10px;
}
.advrf-progress {
    pointer-events: none;
}
.advrf-report-description,
.advrf-feature-request {
    display: block;
    clear: both;
    margin: 5px 0 20px;
    padding: 10px;
    border-radius: 5px;
}
.advrf-feature-request {
    color: #212529;
    border-color: #f8fbfc;
    background-color: #f8fbfc;
}
.advrf-report-description {
    color: #212529;
    border-color: #f8fbfc;
    background-color: #f8fbfc;
    margin: 20px 0;
    font-size: 15px;
    line-height: 26px;
}
div.mce-inline-toolbar-grp {
    z-index: 100102;
}
/*Report*/
.advrforms_sortable_fields-wrap {
    background: #fff;
    padding: 10px;
    clear: both;
    max-width: calc(100% - 200px);
    margin-left: 200px;
}
.advrf-wrapper #advrforms_sortable_fields {
    padding: 20px;
    background: rgba(250, 250, 250, 0.7);
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
}
.advrf-wrapper #advrforms_sortable_fields li{
    border-color: rgba(62, 57, 107, .07);
    background: #fff;
}
.advrf-wrapper .advrf-report-field-label {
    border-radius: 4px;
    padding: 12px 16px;
    cursor: pointer;
}
.advrf-wrapper .advrf-report-field-label .field-arrow {
    float: left;
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.5);
    cursor: -webkit-grab;
    cursor: grab;
}
.advrf-form-report-wrapper .ui-sortable .ui-sortable-helper *{
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.advrf-wrapper .advrf-report-field-options {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    background: #fafafa;
    color: #222222;
}
.advrf-loader {
    width: 1em;
    height: 1em;
    margin-left: 1em;
    border: 2px solid currentColor;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-left-color: transparent;
}
.advrf-loader {
    -webkit-animation: rotating 1s linear infinite;
    animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating
/* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Revamp CSS*/
.advrf-page-title {
    padding: 10px 30px 20px;
    margin: -18px -20px 0px;
    background-color: #ffffff;
    background-repeat: repeat-x;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #e6e6e6;
}
.advrf-page-title h1 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.advrf-page-title h1 a span.dashicons{
    font-size: 29px;
    line-height: 29px;
    color: #fff;
    margin-right: 10px;
    display: block;
    height: 29px;
    width: 30px;
}
.advrf-search-form{
    float: right;
}
.advrf-nav{
    float: right;
    margin: 0;
    padding-top: 5px;
}
.advrf-nav-item {
    display: inline-block;
}
.advrf-nav-item:not(:first-child){
    margin-left: 10px;
}
.advrf-nav-item a{
    color: #2271b1;
    text-align: center;
    display: block;
    padding: 5px 10px;
    border-radius: 3px;
    overflow: hidden;
    background: rgba(255,255,255,0.3);
}
.advrf-nav-item a:hover{
    background: rgba(255,255,255,0.6);
}
.advrf-nav-item a img{
    height: 24px;
    width: auto;
    display: block;
    margin: 0 auto 5px;
    font-size: 24px;
}

.wef-submissions-page-title {
    background: linear-gradient(90deg, #0b0f14, #1e293b) !important;
    border-bottom: 0 !important;
}

.wef-submissions-page-title h1 {
    color: #ffffff !important;
}

.wef-submissions-page-title .advrf-nav-item a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.wef-submissions-page-title .advrf-nav-item a:hover {
    background: rgba(255, 255, 255, 0.2);
}
/*Add ons on overview*/
.additional-features{
    padding: 20px 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 0 #e6e6e6;
}
.additional-features h1{
    text-align: center;
    padding: 0;
    line-height: 100%;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
}
.advrf-add-ons{
    width: 100%;
}
.advrf-add-ons .advrf-add-on{
    width: 25%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    text-align: center;
}
.advrf-add-ons .advrf-add-on a{
    text-decoration: none;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border : 1px solid rgba(62, 57, 107, .07);
    border-radius: 5px;
    height: 100%;
    display: block;
    -webkit-box-shadow: -15px -15px 100px 0 rgba(0,0,0,.14);
    box-shadow: 0px 0px 50px -20px  rgba(0,0,0,.14);
    background: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.advrf-add-ons .advrf-add-on a:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.advrf-add-ons .advrf-add-on img{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100px;
    height: 100px;
}
.advrf-add-ons .add-on-img{
    width: 100%;
    margin-bottom: 10px;
}
.advrf-add-ons .description{
    width: 100%;
}
.advrf-add-ons .description h3{
    margin: 0 0 10px;
    color: #525f7f;
}
.advrf-add-ons .description p{
    margin: 0;
    color: #525f7f;
}

/*Add ons on overview*/

/* Form OverView Cards */
.advrf-form-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.advrf-form-cards {
    margin-top: 15px;
}
.advrf-form-card-wrap {
    position: relative;
    background-color: #fff;
    background-image: url(../images/card-bg.png);
    padding: 15px;
    -webkit-box-shadow: 0 11px 102px 0 rgba(0,0,0,.14);
    box-shadow: 0 11px 102px 0 rgba(0,0,0,.14);
    margin-bottom: 21px;
    width: 18%;
    margin-right: 2%;
    height: 189px;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-position: 100px -68px;
    border-radius: 5px;
}
.advrf-form-card-wrap:hover{
    background-position: 90px -58px;
}
.advrf-add-form-card,
.advrf-add-form-card:hover{
    background-position: 50% 50%;
}
.advrf-add-form-card .advrf-form-card{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    width: 100%;
    height: 100%;
}
.advrf-add-form-card .advrf-form-card a{
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #474747;
    border-radius: 50%;
}
.advrf-add-form-card .advrf-form-card a span{
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: relative;
    top : 2px;
}
.advrf-card-title {
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 33px;
    font-weight: 500;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
    line-height: 1.5;
}
.advrf-card-title a {
    text-transform: capitalize;
    text-decoration: none;
}
.advrf-short-code-wrap {
    position: relative;
}

.advrf-shortcode {
    display: inline-block;
    text-align: left;
    margin: 0;
    font-size: 11px;
    padding: 5px;
    line-height: 1.5;
    display: block;
    cursor: pointer;
    border-color: transparent !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;

}
.advrf-short-code-wrap .copy-message {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 11px;
}
.advrf-form-type-indicator {
    position: absolute;
    top: -10px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 6.93px 0.07px rgba(0,0,0,.08);
    box-shadow: 0 0 6.93px 0.07px rgba(0,0,0,.08);
    border-radius: 40px;
    height: 40px;
    width: 40px;
    z-index: 1;
}
.advrf-form-type-indicator .advrf-form-type-icon{
    line-height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.advrf-add-pop,
.advrf-pop-title{
    display: none;
    position: absolute;
    background: #474747;
    color: #fff;
    padding: 5px 7px;
    border-radius: 4px;
    font-size: 12px;
    width: 115px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(100% + 10px);
}
.advrf-add-pop:after,
.advrf-pop-title:after{
    position: absolute;
    content: "";
    bottom: 100%;
    border-color: transparent;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #474747;
    border-style: solid;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}
.advrf-add-pop{
    display: block;
    top: 120px;
}
.advrf-add-pop:hover{
    cursor: pointer;
}
.advrf-pop-wrap:hover .advrf-pop-title{
    display: block;
}
.advrf-submission-count{
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
    font-weight: 100;
    z-index: 1;
}
.advrf-pad10{
    padding: 10px;
}
/*Image*/
.advrf-card-menu{
    z-index: 1;
    position: absolute;
    right: 12px;
    top: 10px;
}
.advrf-card-menu .menu-icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #474747;
    background: #ffffff;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.advrf-card-menu .menu-icon:after{
    content: '\2807';
    position: relative;
    left: 3px;
    font-size: 26px;
}
.advrf-add-form-card a:hover,
.advrf-card-menu.active .menu-icon,
.advrf-card-menu:hover .menu-icon{
    background: #474747;
    color: #fff;
}
.advrf-card-actions{
    margin: 0;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 2;
    width: 115px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 11px 102px 0 rgba(0,0,0,.14);
    box-shadow: 0 11px 102px 0 rgba(0,0,0,.14);
}
.advrf-card-actions:after{
    position: absolute;
    content: "";
    bottom: 100%;
    border-color: transparent;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #fff;
    border-style: solid;
    right: 20px;
    z-index: 2;
}
.advrf-action{
    display: block;
    margin: 0;
}
.advrf-action:last-child{
    margin-bottom: 0;
}
.advrf-action a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 6px 10px;
    cursor: pointer;
}
.advrf-action a:hover{
    background: #efefef;
}
.advrf-action a img,
.advrf-action a span{
    vertical-align: middle;
    color: #4a4a4a;
}
.advrf-action a.advrf-delete span{
    color: #f5365c;
}
.advrf-action span{
    width: calc(100% - 26px);
    text-align: left;
}
.advrf-action img{
    height: 21px;
    margin-right: 5px;
}
/*Pagination*/
.advrf-wrapper .tablenav .tablenav-pages a,
.advrf-wrapper .tablenav-pages-navspan{
    /* height: auto; */
    border-color: #c1e1ef;
    background: #c1e1ef;
    color: #525f7f;
}
.advrf-wrapper .tablenav .first-page,
.advrf-wrapper .tablenav .prev-page,
.advrf-wrapper .tablenav .next-page,
.advrf-wrapper .tablenav .last-page{
    display: inline-block;
}
.advrf-wrapper .tablenav .first-page span,
.advrf-wrapper .tablenav .prev-page span,
.advrf-wrapper .tablenav .next-page span,
.advrf-wrapper .tablenav .last-page span{
    display: inline-block;
    vertical-align: baseline;
    min-width: 28px;
    min-height: 28px;
    margin: 0;
    padding: 0 4px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.advrf-wrapper .tablenav-pages .current-page{
    border: 1px solid #c1e1ef !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* Dashboard */
.advrf-settings-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    color: #666;
    padding: 20px 10px;
}
.advrf-setting {
    width: 49%;
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 20px 20px;
    text-decoration: none;
    color: #666;
    border: 1px solid rgba(62, 57, 107, .07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.advrf-setting:hover,
.advrf-setting:active,
.advrf-setting:focus {
    outline: none;
    -webkit-box-shadow: 2px 1px 15px 1px rgba(81, 77, 92, 0.08);
    box-shadow: 2px 1px 15px 1px rgba(62, 57, 107, 0.08);
}
.advrf-setting-title {
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.advrf-setting:hover .advrf-setting-title,
.advrf-setting:focus .advrf-setting-title,
.advrf-setting:active.advrf-setting-title {
    color: #11cdef;
}
.advrf-setting-icon{
    width: 65px;
}
.advrf-setting-icon img{
    width: 50px;
    margin-right: 15px;
}
.advrf-setting-content{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.advrf-setting-title{
    display: block;
    margin-top: 5px;
}
.advrf-setting-desc {
    margin-top: 5px;
    color: #666;
}
/*Form Dashboar*/
.advrforms-new-form .advrf-form-dashboard{
    margin: 0 -20px;
 
    float: left
}
.advrforms-new-form .dashboard-sidebar{
/*    width: 25%;
    float: left;
    margin: 0px 20px 20px;
    position: -webkit-sticky;
    position: sticky;*/
    top: 32px;
}
.advrf-dashboard-section{
    border: 1px solid rgba(62, 57, 107, .07);
    margin-bottom: 40px;
    margin: 20px 20px;
    border-radius: 4px;
    background-color: #fdfdfd;
    box-shadow: 0 2px 0 #e6e6e6;
}
.advrf-section-title{
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    position: relative;
    margin: 0px 0 10px;
    border-bottom: 1px solid rgba(62, 57, 107, .07);
}
.advrforms-new-form .advrf-section-body{
    padding: 15px;
}
.advrf-section-item-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.advrf-section-item-container .advrf-section-item{
    width: 140px;
    text-align: center;
    padding: 20px 15px;
}

.advrf-section-item-container .advrf-section-item a:hover {
}
.advrf-dashboard-section:first-child{
    margin-top: 0;
}
.advrf-dashboard-section:last-child{
    margin-bottom: 0;
}

.advrf-section-item a,
.advrf-section-item-container .advrf-section-item img{
    display: block;
}
.advrf-section-item-container .advrf-section-item img{
    margin: 0 auto 15px;
    height: 50px;
    width: auto;
}
.advrf-section-item-container .advrf-section-item span{
    font-weight: 500;
}

/* Dashboard Sidebar */
.advrf-sidebar-column-wrap{
    border: 1px solid rgba(62, 57, 107, .07);
    border-radius: 4px;
    background-color: #fdfdfd;
    box-shadow: 0 2px 0 #e6e6e6;
}
.dashboard-sidebar .advrf-add-ons img{
    max-width: 100%;
}
.dashboard-sidebar .advrf-short-code-wrap {
    min-height: 52px;
}
.dashboard-sidebar .advrf-short-code-wrap input{
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    padding: 5px 6px;
    background-color: #f2f2f2 !important;
    color: #333;
    border-radius: 13px;
}
.dashboard-sidebar .advrf-short-code-wrap .copy-message{
    text-align: center;
}
.advrf-sidebar-column-wrap:not(:last-child){
    margin-bottom: 20px;
}
/*Form Dashboar*/
.advrf-add-block {
    margin-bottom: 20px;
}
.advrf-add-block .advrf-add-new-block {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: transparent;
    border: 2px dashed #cccccc;
    position: relative;
}
.advrf-add-block .advrf-add-new-block span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #999;
    font-weight: bold;
    width: 30px;
    height: 30px;
}
.advrf-add-block .advrf-add-new-block span:before {
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.advrf-wrapper .advrf-config-wrap .group-title:first-child {
    margin-top: -10px !important;
}
.advrf-wrapper .advrf-config-wrap .description code,
.advrf-wrapper .advrf-conditional-wrapper code{
    display: inline-block;
    margin-bottom: 5px;
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: inset 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.advrf-wrapper .advrf-config-wrap .description code::-moz-selection,
.advrf-wrapper .advrf-conditional-wrapper code::-moz-selection{
    color: red;
    background: yellow;
}
.advrf-wrapper .advrf-config-wrap .description code::selection,
.advrf-wrapper .advrf-conditional-wrapper code::selection{
    color: red;
    background: yellow;
}
.advrf-wrapper .group-title {
    background: #FFF;
    padding: 15px 15px 15px 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px;
}
.advrf-wrapper .group-title.group-title-inner {
    margin-left: -21px;
    margin-right: -21px;
    margin-top: 0px !important;
    padding: 15px 15px 15px 15px;
}
.advrf-wrapper .group-wrap {
    padding: 0px 15px;
}
.advrf-wrapper .advrf-form-report-wrapper .group-wrap {
    padding: 0;
}
/* toggle swich css start */
input.advrf_toggle {
    max-height: 20px;
    height: 20px;
    max-width: 40px;
    opacity: 0;
    position: relative;
    z-index: 2;
    width: 40px;
    margin-right: 20px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
input.advrf_toggle+label {
    display: block;
    position: relative;
    -webkit-box-shadow: inset 0 0 0px 1px #d5d5d5;
    box-shadow: inset 0 0 0px 1px #d5d5d5;
    text-indent: -5000px;
    height: 10px;
    width: 40px;
    border-radius: 15px;
    background: #eaeaea;
    top: -15px;
    z-index: 1;
}
input.advrf_toggle+label:after,
input.advrf_toggle+label:before {
    content: "";
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    top: -5px;
    left: 0;
    border-radius: 15px;
    background: #c8c8c8;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
input.advrf_toggle:before {
    visibility: hidden;
}
input.advrf_toggle:checked+label:before {
    width: 40px;
    height: 10px;
    background: #6cc3dc;
    top: 0px;
}
input.advrf_toggle:checked+label:after {
    left: 20px;
    background: #fff;
    top: -5px;
    -webkit-box-shadow: inset 0 0 0 1px #6cc3dc;
    box-shadow: inset 0 0 0 1px #6cc3dc;
}
/* toggle swich css end */
/*Labels*/
/*flex start-end*/
.flex-s-e {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.advrf-new-label {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.advrf-label-wrap .label {
    font-weight: 600;
    margin-bottom: 5px;
}
.flex-s-e .advrf-label-wrap {
    width: 27.5%;
}
.flex-s-e .advrf-label-button {
    width: 17.5%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-bottom: 3px;
}
.advrf-label-wrap .label-input input {
    width: 95%;
    min-height: 34px;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 20px;
    color: #24292e;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 8px center;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
    box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.075);
}
.advrf-label-row {
    border-bottom-width: 1px;
    border-top-color: inherit;
}
.advrf-label-row span.label,
.advrf-submission-tags .amsify-select-tag,
.advrf-note-row span.label {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
}
.advrf-wrapper .advrf-notes .advrf-note-row span.label {
    display: inline-block;
}
.advrf-labels th {
    width: 27.5%;
}
.advrf-labels th:last-child {
    width: 17.5%;
}
.advrf-labels .advrf-label-row td {
    vertical-align: bottom;
    border-top: 1px solid #eaecef;
}
.advrf-label-edit td {
    vertical-align: bottom;
    padding-top: 20px;
    padding-bottom: 20px;
}
.advrf-label-error-row {
    display: none;
}
/*.advrf-label-error-row td {
  padding: 0;
}*/
.advrf-labels .advrf-error:empty {
    display: none;
}
.advrf-error {
    padding: 8px 10px;
}
.advrf-error ul {
    margin: 0;
}
.advrf-error,
.advrf-error ul,
.advrf-error ul li {
    color: #ff0000;
}
.advrf-wrapper .button,
.advrf_dialog .button{
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: .25rem;
    height: auto;
}
.advrf-wrapper .submit .button {
    padding: 0px 20px;
    height: 40px;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    justify-content: center;
}
.advrf-wrapper .tablenav .button {
    position: relative;
    top: -2px;
}
.advrf-wrapper .button {
    color: #fff;
    border-color: #2271b1;
    background-color: #2271b1;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.advrf-wrapper .button:hover,
.advrf-wrapper .button:focus,
.advrf_dialog .button:hover,
.advrf_dialog .button:focus{
    color: #fff;
    border-color: #1ba7e0;
    background-color: #22b5f1;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
}
.advrf_dialog .button-primary,
.advrf-wrapper .button-primary {
    color: #fff;
    border-color: #2271b1;
    background-color: #2271b1;
}
.advrf-wrapper .button-primary:hover,
.advrf-wrapper .button-primary:focus,
.advrf_dialog .button-primary:hover,
.advrf_dialog .button-primary:focus{
    color: #fff;
    border-color: #1ba7e0;
    background-color: #22b5f1;
}
.advrf-wrapper .button-info {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.advrf-wrapper .button-info:hover,
.advrf-wrapper .button-info:focus {
    color: #fff;
    border-color: #11cdef;
    background-color: #11cdef;
}
.advrf-wrapper .button-danger,
.advrf_dialog  .button-danger{
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.advrf-wrapper .button-danger:hover,
.advrf-wrapper .button-danger:focus,
.advrf_dialog  .button-danger:hover,
.advrf_dialog  .button-danger:focus{
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c;
}
.advrf-submission-tags {
    margin: 20px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
.advrf-assigned-labels{
    width: 75%;
}
.advrf-label-search{
    width: 25%;
}
.advrf-label-search .advrf-input-field{
    width: 100%;
}
.advrf-label-search .label-color{
    border-radius: 3px;
    display: inline-block;
    height: 14px;
    margin-right: 10px;
    margin-top: -1px;
    vertical-align: middle;
    width: 14px;
}
.advrf-tag-select {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.0);
    box-shadow: inset 0 1px 2px rgba(27, 31, 35, 0.0);
}
.advrf-tag-select input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.advrf-tag-select input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.advrf-wrapper .amsify-suggestags-area .amsify-suggestags-input-area .amsify-suggestags-input {
    line-height: 30px;
}
.advrf-wrapper .amsify-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.advrf-wrapper .amsify-remove-tag {
    margin-left: 10px;
}
.advrf-wrapper .amsify-suggestags-area .amsify-suggestags-list {
    border: none;
    margin-top: 0px;
    border: 1px solid #e5e5e5;
}
.advrf-wrapper .amsify-suggestags-area .amsify-suggestags-list ul {
    margin: 0;
    padding: 0 !important;
}
.advrf-wrapper .amsify-suggestags-area .amsify-suggestags-list ul li.amsify-list-item {
    margin-bottom: 0;
    line-height: 2em;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 12px !important;
}
.advrf-wrapper .amsify-suggestags-area .amsify-suggestags-list ul li:hover {
    background: #3085bb !important;
    color: #fff !important;
}
.advrf-assigned-labels{
    margin-bottom: 10px;
}

.advrf-assigned-labels .advrf-label,
.advrf-assigned-labels .advrf-no-label{
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}
.advrf-assigned-labels .advrf-no-label{
    background: #a9a9a9;
    color: #fff;
}
.advrf-assigned-labels .advrf-remove-label{
    margin-left: 5px;
    cursor: pointer;
    line-height: 40px;
    padding: 0 5px;

}
.advrf-label-search{
    position : relative;
    margin-bottom: 10px;
}
.advrf-label-list{
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    max-height: 209px;
    overflow-y: scroll;
    background-color: #fff;
    border: 1px solid rgba(27,31,35,.15);
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 12px rgba(27,31,35,.15);
    box-shadow: 0 3px 12px rgba(27,31,35,.15);
    color: #586069;
    font-size: 12px;
}
.advrf-label-heading{
    background: #f6f9fc;
    border-bottom: 1px solid #e1e4e8;
    line-height: 16px;
    padding: 8px 15px;
    color: #24292e;
    font-weight: 600;
}
.advrf-submission-label{
    border-bottom: 1px solid rgba(62, 57, 107, .07);
    color: inherit;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 8px 8px 8px 30px;
}
.advrf-submission-label:hover{
    background-color: #f4f4f4;
}
.advrf-label-list .add-new-label a{
    display: block
}
.advrf-label-list .add-new-label span{
    width: 14px;
    height: 14px;
    margin-right: 10px;
    color: inherit;
    font-size: 16px;
    margin-top: 2px;
}
.submissions .submissions-tags div[class^="advrf-label-"] {
    width: 25px;
    margin-right: 10px;
    height: 10px;
}
.advrf-legends {
    padding: 10px 20px 10px;
    background: #fff;
    color: #6a7877;
    margin-top: 30px;
}
.advrf-legends-heading {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.advrf-legend {
    width: 25%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 20px;
    text-transform: capitalize;
}
.advrf-legend span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 4px;
}
.advrf-notifications td,
.advrf-notifications th {
    text-align: left;
}
.advrf-notifications td:first-child,
.advrf-notifications th:first-child {
    text-align: center;
}
.advrf-notifications td:last-child,
.advrf-notifications th:last-child {
    text-align: right;
}
.advrf-notifications .notification-status span {
    color: #fff;
    border-radius: 50%;
}
.advrf-notifications .enabled span {
    background: #6cc3dc;
}
.advrf-notifications .disabled span {
    background: #ccc;
}
.advrf-notifiaction-desc {
    position: relative;
    margin-left: 5px;
    display: inline-block;
}
.advrf-notification-help {
    position: absolute;
    z-index: 1;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    color: #fff;
    font-size: .9em;
    width: 150px;
    background: #333;
    text-align: center;
    border-radius: 3px;
    padding: .618em 1em;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.advrf-notification-help:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-bottom-color: #333;
}
.advrf-notifiaction-desc:hover {
    cursor: help;
}
.advrf-notifiaction-desc:hover .advrf-notification-help {
    display: block;
}
.advrf-plans-table td:first-child,
.advrf-plans-table th:first-child {
    width: 40px;
    text-align: center;
}
.advrf-plans-table td:first-child:hover,
.advrf-toggle-log:hover {
    cursor: pointer;
}
.advrf-editor-small {
    height: 200px;
}
.advrf-plans-table td:hover .dashicons {
    color: #1e8cbe;
}
.advrf-file-field {
    margin-right: 4px;
    float: left;
    width: 60%;
}
.advrf-file-field input[type=file]::-webkit-file-upload-button {
    border: 1px solid #ccc;
    background: #ccc;
    line-height: 22px;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
.advrf-file-field input[type=file]::-webkit-file-upload-button:after {
    display: block;
    clear: both;
    content: "";
}
.advrf-file-field input[type=file] {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    outline: none;
    color: #666;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    height: 40px;
    line-height: 40px;
}
.advrf-file-field:hover input[type=file] {
    border-color: #dee2e6;
}
.advrf-file-field:hover input[type=file]::-webkit-file-upload-button {
    background: #dee2e6;
}
.advrforms-import .button {
    margin-top: 6px;
}
/*Tables*/
.advrf-wrapper table td,
.advrf-wrapper table th {
    padding: 1rem;
    vertical-align: top;
}
.advrf-wrapper table .check-column {
    padding-top: 1rem !important;
}
.advrf-wrapper table thead td,
.advrf-wrapper table thead th,
.advrf-wrapper table tfoot td,
.advrf-wrapper table tfoot th {
    color: #8898aa;
    background-color: #f6f9fc;
    border-top: 1px solid rgba(62, 57, 107, .07);
    border-bottom: 1px solid rgba(62, 57, 107, .07);
    font-weight: bold;
    vertical-align: top !important;
}
.advrf-wrapper table tbody td,
.advrf-wrapper table tbody th {
    color: #525f7f;
    background-color: #ffffff;
    border-top: 1px solid rgba(62, 57, 107, .07);
}
.advrf-wrapper table tbody tr:first-child td,
.advrf-wrapper table tbody tr:first-child th {
    border-top: none;
}
/*Checkbox and Radio*/
.advrf-wrapper input[type="checkbox"],
.advrf_dialog input[type="checkbox"]{
    position: relative;
    border: none;
    overflow: hidden;
    outline: none;
}
.advrf-wrapper input[type="checkbox"]:focus,
.advrf-wrapper input[type="checkbox"]:hover,
.advrf-wrapper input[type="checkbox"]:active,
.advrf_dialog input[type="checkbox"]:focus,
.advrf_dialog input[type="checkbox"]:hover,
.advrf_dialog input[type="checkbox"]:active{
    outline: none !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.advrf-wrapper input[type="checkbox"]:before,
.advrf_dialog input[type="checkbox"]:before{
    background-color: #dee2e6;
    border: 1px solid #dee2e6;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.advrf-wrapper input[type="checkbox"]:checked:before,
.advrf_dialog input[type="checkbox"]:checked:before{
    background-color: #6cc3dc;
    border: 1px solid #6cc3dc;
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #fff;
    z-index: 1;
    -webkit-box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
}
.advrf-wrapper input[type="checkbox"]:checked:after,
.advrf_dialog input[type="checkbox"]:checked:after{
    border: 1px solid #6cc3dc;
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    display: block;
    content: '';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #fff;
    background-color: #6cc3dc;
    z-index: 1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 8 8\'%3E%3Cpath fill=\'%23fff\' d=\'M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z\'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%, 50%;
}
.advrf-wrapper input[type="radio"],
.advrf_dialog input[type="radio"]{
    position: relative;
    border: none;
    overflow: hidden;
    outline: none;
}
.advrf-wrapper input[type="radio"]:focus,
.advrf-wrapper input[type="radio"]:hover,
.advrf-wrapper input[type="radio"]:active,
.advrf_dialog input[type="radio"]:focus,
.advrf_dialog input[type="radio"]:hover,
.advrf_dialog input[type="radio"]:active{
    outline: none !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.advrf-wrapper input[type="radio"]:before,
.advrf_dialog input[type="radio"]:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: #dee2e6;
    z-index: 1;
}
.advrf-wrapper input[type="radio"]:after,
.advrf_dialog input[type="radio"]:after{
    content: '';
}
.advrf-wrapper input[type="radio"]:checked:before,
.advrf_dialog input[type="radio"]:checked:before{
    background-color: #fff;
    content: '';
}
.advrf-wrapper input[type="radio"]:checked:after,
.advrf_dialog input[type="radio"]:checked:after{
    background-color: #fff;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 5px solid #6cc3dc;
    z-index: 2;
}

/*Modal*/
.animate{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeIn {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOut {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.advrf_dialog{
    position: fixed;
    z-index: 1050;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: hidden;
    outline: 0;
    background: rgba(0,0,0,0.15);
}
.advrf_close_dialog{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    float: right;
    opacity: .5;
    color: rgba(0,0,0,.6);
    text-shadow: none;
    border: 0;
    background-color: transparent;
    -webkit-appearance: none;
    margin: -1.25rem -1.25rem -1.25rem auto;
    padding: 1.25rem;
    cursor: pointer
}
.advrf_dialog .modal-dialog{
    height: calc(100vh - (1.75rem * 2));
}
.advrf_dialog .modal-content{
    position: absolute;
    left: calc(50% - 250px);
    top: 100px;
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    border: 0 solid rgba(0,0,0,.2);
    border-radius: .4375rem;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.2), 0 5px 15px rgba(0,0,0,.17);
    box-shadow: 0 15px 35px rgba(50,50,93,.2), 0 5px 15px rgba(0,0,0,.17);

}
#form-configurations.advrf_dialog .modal-content{
    left: calc(200px);
    top: 50px;
    width: 100%;
    max-width: calc(100% - 240px);
}
.advrf_dialog .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem;
    border-bottom: 0 solid #e9ecef;
    border-top-left-radius: .4375rem;
    border-top-right-radius: .4375rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advrf_dialog .modal-header h5{
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
}
.advrf_dialog .modal-body {
    position: relative;
    padding: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid rgba(0,0,0,.05);
    border-top: 1px solid rgba(0,0,0,.05);
    max-height: 600px;
    overflow-y: scroll;
}
.advrf_dialog .modal-body > div:not(:last-child){
    margin-bottom: 5px;
}
.advrf_dialog .modal-body > div:empty{
    margin-bottom: 0;
}
.advrf_dialog .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem;
    border-top: 0 solid #e9ecef;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.advrf_dialog .modal-body div.advrf-form-name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.advrf_dialog .modal-footer .button{
    margin-left: 10px;
    height: 40px;
    line-height: 40px;
    min-width: 100px;
}
.advrf_dialog .advrf-row,
.advrf_dialog .advrf-control,
.advrf_dialog .advrf-control-label{
    width: 100%;
}
.advrf_dialog input[type="text"],
.advrf_dialog textarea,
.advrf_dialog select{
    width: 100%;
    margin: 5px 0;
}
.advrf_dialog select{
    padding: 0 !important;
}
.advrf_dialog select option{
    padding: 5px 10px;
}
.advrf_dialog .modal-body > div.advrf-content-heading,
.advrf_dialog .modal-body > div.advrf-child-rows{
    margin-bottom: 15px;
}

.advrf_dialog .advrf-payment-status{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advrf_dialog .advrf-payment-status label{
    margin-right: 10px;
}
.advrf_dialog .advrf-payment-status select{
    -webkit-box-flex : 1;
    -ms-flex : 1;
    flex : 1;
}
/**/
#advrforms-plan .advrf-nav{
    float: none;
}
/* Range Slider*/
.advrf-wrapper .form-elements input[type=range] {
    height: 25px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 0;
}
.advrf-wrapper .form-elements input[type=range]:focus {
    outline: none;
}
.advrf-wrapper .form-elements input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    border: 0px solid #000000;
}
.advrf-wrapper .form-elements input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #6cc3dc;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #6cc3dc;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}
.advrf-wrapper .form-elements input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(0, 0, 0, 0.15);
}
.advrf-wrapper .form-elements input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    border: 0px solid #000000;
}
.advrf-wrapper .form-elements input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #6cc3dc;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #6cc3dc;
    cursor: pointer;
}
.advrf-wrapper .form-elements input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.advrf-wrapper .form-elements input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.15);
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}
.advrf-wrapper .form-elements input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.15);
    border: 0px solid #000000;
    border-radius: 2px;
    box-shadow: 0px 0px 0px #000000;
}
.advrf-wrapper .form-elements input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #6cc3dc;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #6cc3dc;
    cursor: pointer;
}
.advrf-wrapper .form-elements input[type=range]:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.15);
}
.advrf-wrapper .form-elements input[type=range]:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.15);
}
.advrf-wrapper .advrf-edit-fields-wrapper{
    max-height: 150px;
    overflow: hidden;
    overflow-y: scroll;
}
.advrf-wrapper .advrf-edit-fields-wrapper .advrf-form-field{
    display: block;
    margin-bottom: 8px;
}
.advrf-wrapper .advrf-edit-fields-wrapper input[type=checkbox]{
    vertical-align: top;
    height: 16px;
    margin-top: 2px;
}
.advrf-wrapper .advrf-edit-fields-wrapper .advrf-form-field span{
    display: inline-block;
    width: calc(100% - 25px);
}
.advrf-wrapper .advrf-tags .advrf-tags-table {
    margin-bottom: 50px;
}
.advrf-wrapper .advrf-tags .advrf-tags-title {
    font-size: 16px;
}
.advrf-wrapper .advrf-tags code{
    color: #333;
}

.invalid-field{
    border-color: red !important;
    border: solid;
}


.advrf-card-wrap .tablenav {
    clear: both;
    height: 30px;
    margin: 6px 0 4px;
    padding-top: 5px;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;}

#field-settings .form-element-help .label-info {
    height: 12px;
    width: 12px;
    display: block;
    background-image: url(../partials/images/info.svg);
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 1px solid #444;
    background-position: center;
    position: relative;
    bottom: -2px;
    background-size: 8px;
}

#field-settings .form-element-help .advrf-help-text {
    position: absolute;
    z-index: -1;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    padding: 5px 10px;
    width: 300px;
    border-radius: 3px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
    left: 50%;
    bottom: 20px;
    transform: translateX(-10%);
    display:none;
}

#field-settings .form-element-help .advrf-help-text:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    border-color: #d9edf7 transparent transparent transparent;
    left: 10%;
    transform: translateX(-50%);
    top: 100%;
}

#field-settings .form-element-help:hover .advrf-help-text {
    opacity: 1;
    z-index: 100;
    display: inline-block;
}

#field-settings .form-element-help {
    display: inline-block;
    position: relative;
    margin-left: 3px;
}
.advrf-section-item-pro .wefb-pro-locked-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 124px;
  padding: 16px 12px;
  border: 1px dashed #b9b5f9;
  border-radius: 14px;
  background: #f7f7ff;
  color: #3f3f54;
  text-decoration: none;
  box-sizing: border-box;
}

.advrf-section-item-pro .wefb-pro-locked-item .dashicons {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  border-radius: 50%;
  background: rgba(91, 61, 245, 0.1);
  color: #4b33d1;
}

.advrf-section-item-pro .wefb-pro-item-label {
  display: block;
  text-align: center;
  line-height: 1.35;
  font-weight: 600;
  min-height: 38px;
}

.advrf-section-item-pro .wefb-pro-upgrade-link {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2px;
  background: #5b3df5;
  color: #fff;
  text-decoration: none;
}

