/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

.dt-button{
    height: auto;
    width: 10%;
    padding: 10px;
    margin: 10px;
    background-color: #D0D3D4 !important;
    color: black !important;
}
.wpformapi_bulk_log_delete{
    margin-left: 4px;
    padding: 4px 8px;
    position: relative;
    top: 15px;
    text-decoration: none;
    border: 1px solid #2271b1;
    border-radius: 2px;
    text-shadow: none;
    font-weight: 600;
    font-size: 13px;
    line-height: normal;
    color: #2271b1;
    background: #f6f7f7;
    cursor: pointer;
}

.wpformapi_bulk_log_delete:hover{
    background: #f0f0f1;
    border-color: #0a4b78;
    color: #0a4b78;
}
.post-type-wpform_api .wpformapi_documentation{
    background: #fff;
    padding: 50px;
}
.post-type-wpform_api .wpformapi_full_width{
    width: 100%;
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
}
.post-type-wpform_api .wpformapi_full_width code{
    width: 100%;
    display: grid;
    margin-bottom: 10px;
}
.post-type-wpform_api #wpformapi-setting h2.hndle.ui-sortable-handle{
    font-size: 16px !important;
}
/* .post-type-wpform_api .wpformapi_wrap{
    margin: 0;
    display: grid;
    padding: 20px 12px;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
} */
.post-type-wpform_api .wpformapi_field{
    display: flex;
    flex-direction: column;
}
.post-type-wpform_api .wpformapi_field input,
.post-type-wpform_api .wpformapi_field select,
.post-type-wpform_api .wpformapi_field textarea{
    height: 40px;
    /* box-shadow: 0px 6px 10px rgb(0 0 0 / 20%); */
    border-color: rgb(0 0 0 / 15%);
}
.post-type-wpform_api .wpformapi_full_width textarea{
    display: flex;
    width: 100%;
    height: 150px;
    /* box-shadow: 0px 6px 10px rgb(0 0 0 / 20%); */
    border-color: rgb(0 0 0 / 15%);
}
.post-type-wpform_api .wpformapi_field label,
.post-type-wpform_api .wpformapi_full_width label{
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 8px;
}
.post-type-wpform_api #poststuff .inside{
    margin: 0;
    padding: 0;
}
.post-type-wpform_api div#wpformapi-form-fields{
    font-size: 18px;
    padding: 8px 0;
    margin: 0;
    line-height: 1.4;
}
.post-type-wpform_api div#wpformapi-form-fields{
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.post-type-wpform_api select:focus,
.wp-core-ui input:focus{
    box-shadow: none !important;
}

.wpformapi-form-mapping-fields{
    padding: 20px 12px;
}

.wpformapi_documentation h2{ font-size: 28px; }
.wpformapi_documentation p, .wpformapi_documentation code{ font-size: 16px; line-height: 1; }


/*WPForms Entries CSS*/
.wpforms_to_any_api_page_wpformapi_entries #wpwrap{
    background-color: #F0F0F1 !important;
}
.wpformstoanyapi_entries{
    margin-top: 40px;
}
.wpformstoanyapi_select_form{
    margin-right: 40px !important;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 10px;
    vertical-align: middle;
}
.wpformstoanyapi_forms{
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset !important;
    color: #555 !important;
    font-size: 14px !important;
    height: 34px !important;
    line-height: 1.42857 !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s !important;
    width: 200px !important;
}
.wpforms_entries .buttons-csv, .wpforms_entries .buttons-excel, .wpforms_entries .buttons-pdf, .wpforms_entries .buttons-print, .wpformstoanyapi-btn-delete{
    border: 1px solid #0073aa;
    background-color: #0073aa !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 15px;
    cursor: pointer;
}
.wpforms_entries .dataTables_length, .wpforms_entries .dataTables_info{
    display: inline-block;
    margin: 15px;
    padding: 0 !important;
}
.wpforms_entries .dataTables_length label{
    word-spacing: 5px;
}
.wpforms_entries .dataTables_filter, .wpforms_entries .dataTables_paginate{
    display: flex;
    float: right;
    margin: 15px !important;
}
.wpforms_entries .wpformstoanyapi_table{
    border: 1px solid #c3c4c7;
    background: #fff;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    width: 100%;
    overflow-x: scroll;
}
.wpforms_entries .wpformstoanyapi_table thead{
    border: 1px solid #c3c4c7 !important;
}
.wpforms_entries .wpformstoanyapi_table tr, .wpforms_entries .wpformstoanyapi_table th, .wpforms_entries .wpformstoanyapi_table td{font-size: 15px;}

.wpformstoanyapi_table_wrap {display: flex; align-items: center;}
.wpformstoanyapi_table_wrap .dt-buttons{width: 80%;}
.wpformstoanyapi_table_wrap .dataTables_length, .wpformstoanyapi_table_wrap .wpformstoanyapi_table_filter{width: 10%;}

.wpformapi-bottom-image {
    margin-top: 50px;
    padding: 0 20px 20px;
}
.wpformapi-bottom-image img {
    width: 100%;
}
.wpformapi-right-image {
    position: absolute;
    right: -297px;
    bottom: 0;
    top: 166px;
    display: flex;
    flex-direction: column;
}
    .wpformapi_maping_label ul li:nth-child(2n) {
        border-right: 0;
    }
.wpformapi-right-image img {
    width: 271px;
    object-fit: contain;
    background: aqua;
    margin-bottom: 11px;
    height: auto;
}
.dataTables_info .select-info{display: none;}
/* Admin Css Improved -by drashti */

.wpformapi_wrap .button.button-white {
    background: #fff;
    color: #189b9b;
    border-color: #189b9b;
    padding: 2px 15px;
    font-size: 14px;
    line-height: 30px;
}

.wpformapi_log_button{
    display: inline;
    
}
.wpformapi_log_button button{
top:0px !important;
}
.wpformstoanyapi-status-switch input:checked + .wpformstoanyapi-slider:before {
    transform: translateX(22px);
}
.wpformstoanyapi-slider:before {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.wpformstoanyapi-slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}
.wpformstoanyapi-status-switch input:checked + .wpformstoanyapi-slider {
    background-color: #189b9b;
}
.wpformstoanyapi-status-switch img {
    width: 29px;
    z-index: 11;
    position: relative;
    right: -9px;
    top: -18px;
}
.wpformstoanyapi-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 28px;
}
.wpformstoanyapi-status-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.wpformstoanyapi-status-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    position: relative;
}
.wpformapi-log-content pre{
    white-space: break-spaces;
}
.wpformapi-form-mapping-fields span.selected_form_empty {
    padding: 0 20px;
}
.wpforms-json-preview-modal h2 {
    font-weight: 600 !important;
    padding: 0 0 15px !important;
    font-size: 16px !important;
    color: #189b9b !important;
}
/*json preview*/
.wpforms-form-mapping-header {
display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    padding: 12px 20px;
}

.wpforms-form-mapping-header span {
    cursor: pointer;
    font-size: 15px;
    background: #2271b1;
    color: #fff;
    padding: 8px 7px;
    border-radius: 4px;
}
.wpforms-json-preview-modal {
    display: none; 
    position: fixed;
    inset: 0; 
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpforms-json-preview-modal-content {
    background: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    width: 80%;
    max-width: 700px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    animation: slideIn 0.3s ease-in-out;
    position: relative;
    scrollbar-width: none;
}
.wpforms-json-preview-close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 28px;
    font-weight: bold;
    color: #189b9b;
    cursor: pointer;
    transition: color 0.2s ease-in-out;
}
.wpforms-json-preview-close:hover {
    color: #e63946;
}
#jsonPreviewOutputWpform {
    background: rgb(24 155 155 / 5%);
    padding: 15px;
    border-radius: 8px;
    font-family: monospace, monospace;
    font-size: 14px;
    color: #333;
    word-wrap: break-word;
    border: 1px solid #ddd;
}
#jsonPreviewOutputWpform pre {
    background: #fff !important;
    padding: 15px !important;
    border: 1px solid rgb(0 0 0 / 15%);
}
@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes slideIn {
    from { transform: translateY(-20px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

.wpforms-json-preview-modal {
    display: none; 
    position: fixed;
    inset: 0; 
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    animation: fadeIn 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wpforms-json-preview-modal-content {
    background: #fff;
    padding: 20px 25px;
    border-radius: 12px;
    width: 80%;
    max-width: 700px;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    animation: slideIn 0.3s ease-in-out;
    position: relative;
    scrollbar-width: none;
}

.wpformapi-form-mapping-fields .wrapper input {
    border: 0;
    border-bottom: 1px solid #189b9b;
    border-radius: 0;
    background: #f3fafa;
}
.post-type-wpform_api .wpformapi_field {
    display: flex;
    flex-direction: column;
    position: relative;
}
.post-type-wpform_api div#wpformapi-form-fields .wpformapi_field {
    gap: 10px;
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: center;
    padding: 15px 20px;
}
.post-type-wpform_api div#wpformapi-form-fields {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 8px 0px;
    column-gap: 30px;
}
.wpformapi_maping_label ul * {
    font-size: 14px;
    color: #000;
}
.wpformapi_maping_label ul li * {
    font-weight: 600;
    color: #189b9b;
}
.wpformapi_maping_label ul li {
    gap: 10px;
    display: grid;
    grid-template-columns: 40% 1fr;
    align-items: center;
    margin: 0;
    width: 100%;
    border-right: 1px solid #e7e7e7;
}
.wpformapi_maping_label ul * {
    font-size: 14px;
    color: #000;
}

.wpformapi_col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.wpformapi-form-mapping-fields {
    padding: 20px 0px;
}
.wpformapi-form-mapping-fields .wrapper {
    background: #fff;
    padding: 0px;
    border: 1px solid rgb(0 0 0 / 15%);
}
.wpformapi_maping_label ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0px 20px;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    column-gap: 30px;
}
.wpformapi-form-mapping-header {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
    padding: 12px 20px;
}
.wpformapi_step .json-preview {
    position: absolute;
    right: 0;
    top: 0;
}

.wpformapi_step_1 span.sample_header {
    position: absolute;
    bottom: 8px;
    right: 0;
    color: #189b9b;
    cursor: pointer;
    font-size: 14px;
}
.wpformapi_tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
    font-weight: bold;
    color: #2271b1;
    border-radius: 50%;
    width: auto;
    height: 20px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin-left: 6px;
    top: 2px;
}
.wpformapi_tooltip::after {
  content: attr(data-wpformsapitooltip);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 30px; /* above the icon */
  left: 50%;
  transform: translateX(-50%);
  background: #189b9b;
  color: #fff;
  text-align: center;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: normal;
  z-index: 999;
  transition: opacity 0.2s ease-in-out;
  width: 210px;
}
.wpformapi_tooltip svg {
    max-width: 34px;
    width: 19px;
    height: 19px;
}
/* Small arrow */
.wpformapi_tooltip::before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #189b9b transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

/* Show tooltip on hover */
.wpformapi_tooltip:hover::after,
.wpformapi_tooltip:hover::before {
  visibility: visible;
  opacity: 1;
}
.wpformapi_step_1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}
.post-type-wpform_api .wpformapi_field label, .post-type-wpform_api .wpformapi_full_width label {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
}

.post-type-wpform_api .wpformapi_field {
    display: flex;
    flex-direction: column;
    position: relative;
}
.wpformapi_step ul {
    display: flex;
    gap: 25px;
    counter-reset: item;
}
 .wpformapi_wrap .button.button-primary {
    min-height: 32px;
    line-height: 30px;
    padding: 2px 20px;
    background: #189b9b;
    border-color: #189b9b;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    outline: 0 !important;
    box-shadow: none !important;
    transition: all 0.4s 
ease-in-out;
}
.wpformapi_step ul li::before {
    content: counter(item);
    position: relative;
    left: 0;
    top: 0;
    color: #fff;
    width: 28px;
    height: 28px;
    background: #adadad;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 13px;
}
.wpformapi_step li:hover:before, .wpformapi_step ul li.active::before {
    background: #189b9b;
}
.post-type-wpform_api .wpformapi_wrap {
    margin: 0;
    padding: 20px 11px;
    background: rgb(24 155 155 / 5%);
}
.wpformapi_step {
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    position: relative;
}
.wpformapi_step * {
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
    color: #adadad;
    text-decoration: none;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
    outline: 0 !important;
    box-shadow: none !important;
}
.wpformapi_step ul li {
    counter-increment: item;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #adadad;
    padding: 6px;
    border-radius: 30px;
    padding-right: 15px;
    cursor: pointer;
}
.wpformapi_step li:hover, .wpformapi_step li.active {
    border: 1px solid #189b9b;
}   
.wpformapi_wrap .wpformapi_remove_predefined_tag {
    width: 32px;
    position: absolute;
    bottom: 33px;
    height: 35px;
    border-radius: 0 5px 5px 0 !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 0;
    padding: 0;
    right: 10px;
}
.wpformapi_wrap .wpformapi_remove_predefined_tag svg {
    max-width: 24px;
    max-height: 24px;
}
.wpformapi_wrap .bottom-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}
.wpformapi_wrap .button.button-primary{
    min-height: 32px;
    line-height: 30px;
    padding: 2px 20px;
    background: #189b9b;
    border-color: #189b9b;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    outline: 0 !important;
    box-shadow: none !important; 
    transition: all 0.4s ease-in-out
}
.wpformapi_wrap .button.button-primary:hover, .wpformapi_wrap .button.button-primary:hover {
    background: transparent;
    color: #189b9b;
}
#wpformapi-log-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 600px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    max-height: 80vh;
    overflow-y: auto;
    margin-top: 13px;
}

#wpformapi-log-popup .close-popup {
    cursor: pointer;
    position: sticky;
    top: 0;
    right: 0;
    left: 98%;
    background: #189b9b;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#wpformapi-log-popup .close-popup:hover {
    background: #189b9bba;
}
.wpformapi_logs .status-error {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 5px;
    background: #fdecea;
    color: #b82020;
    font-weight: 600;
    font-size: 14px;
}
.wpformapi_logs .status-success {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 5px;
    background: #dff6e3;
    color: #0a802c;
    font-weight: 600;
    font-size: 14px;
}
.wpformapi_logs .status-error {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 5px;
    background: #fdecea;
    color: #b82020;
    font-weight: 600;
    font-size: 14px;
}
.wpformapi_logs td.log.column-log pre, .wpformapi_logs .column-form_data pre, .wpformapi_logs .column-api_sent_data pre {
    white-space: pre-wrap;
    margin: 0;
    max-height: 180px;
    overflow: auto;
}
.wpformapi_logs span.view_more {
    color: #2271b1;
    font-weight: 500;
    cursor: pointer;
}
.wpformapi_logs .status-unknown {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 5px;
    background: #d7d6d6;
    color: #555;
    font-style: italic;
    font-size: 14px;
}
.wpformapi_logs th#status, .wpformapi_logs th#created_date, 
.wpformapi_logs th#form_id, .wpformapi_logs th#post_id {
    width: 12%;
}
/*CF7 Entries CSS*/

/* WPForms documentation CSS */
.wpform-to-api_page_wpformapi_docs .contact_us {
    margin: 12px;
}
/* .wpform_api_page_wpformapi_docs .nav-pills .nav-link.active{
    background-color: #2271b1 !important;
}  */
.wpform-to-api_page_wpformapi_docs .wpforms_doc, .wpform-to-api_page_wpformapi_docs .wpforms_doc p{
    /*    font-size: 17px;*/
        font-size:14px;
}
.wpform-to-api_page_wpformapi_docs .wpforms_doc{
    padding: 40px;
}
.wpform-to-api_page_wpformapi_docs .row{
    margin-top: 25px;
    border: 1px solid #ccc;
}
.wpform-to-api_page_wpformapi_docs .column-tab-nav.tab{
    border: 1px solid #e0e0e0;
    padding: 0px;
    /* background-color: #eeebe6; */
}
/* .wpform_api_page_wpformapi_docs .nav.flex-column.nav-pills a:hover {
    background-color: #ddd;
  } */
.wpform-to-api_page_wpformapi_docs .col-7.tab{
    border: 1px solid #ccc;
    padding: 20px;
}
.wpform-to-api_page_wpformapi_docs .col-3.image{
    padding-left: inherit;
    padding-right: inherit;
}
.wpform-to-api_page_wpformapi_docs .contact_us.contact_image{
    margin: 0px;
}
.wpform-to-api_page_wpformapi_docs .contact_us.contact_image {
    width: 100%;
}


.wpform-to-api_page_wpformapi_docs .wpforms_full_width pre { margin:15px 15px; }
.wpform-to-api_page_wpformapi_docs .wpforms_full_width ol li{margin-bottom:15px;  }

.wpforms-any-api-modal {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: none;
    background: rgba(0,0,0,.8);
}
.wpforms-any-api-modal .wpforms-any-api-modal-dialog {
    background: transparent;
    position: absolute;
    z-index: 100001;
    width: 596px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wpforms-any-api-modal .wpforms-any-api-modal-header {
    border-bottom: #eee solid 1px;
    background: #fbfbfb;
    padding: 15px 20px;
    position: relative;
    margin-bottom: -10px;
}
.wpforms-any-api-modal .wpforms-any-api-modal-body, .wpforms-any-api-modal .wpforms-any-api-modal-footer {
    border: 0;
    background: #fefefe;
    padding: 20px;
}
.wpforms-any-api-modal input[type="radio"]:checked ~ textarea {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100px;
}
/* .wpforms-any-api-modal .reason textarea{
    display: none;
} */
.wpforms-any-api-modal .wpforms-any-api-modal-header h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    color: #515962;
    text-shadow: 1px 1px 1px #fff;
    letter-spacing: .6px;
    -webkit-font-smoothing: antialiased;
}
.wpforms-any-api-modal h3 {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #515962;
}
.wpforms-any-api-modal h3 strong {
    font-weight: 700;
}
.wpforms-any-api-modal-footer {
    border-top: #eee solid 1px !important;
    text-align: right;
}
.wpforms-any-api-modal .reason input[type="email"] {
    margin-top: 8px;
    width: 100%;
}
ul#wpforms-any-api-list li{
    margin-bottom: 10px;
}
ul#wpforms-any-api-list li label span {
    font-size: 13px;
    color: #515962;
}
ul#wpforms-any-api-list li.reason.email span {
    font-weight: 700;
    margin-right: 32px;
}
ul#wpforms-any-api-list li.reason.email {
    margin-top: 20px;
}
ul#wpforms-any-api-list {
    margin-bottom: 13px;
}
.pro_feature_list, .pro_crm_list { list-style: disc;margin-left: 30px; }
p.pro_tab_description { font-size: 17px; line-height: 24px; }
.pro_tab_title { font-weight: bold; }
.get_pro_version { margin-top: 40px; }
.get_pro_version a{ font-size: 18px;background: #000;padding: 10px 20px;color:#fff;text-decoration: none;border-radius: 20px; }
.get_pro_version:hover a{ background:#172646;text-decoration: none;color:#fff; }
/* CF7 documentation CSS */
.cf7_to_any_api_page_wpformapi_logs #the-list td.form_data.column-form_data {
    max-height: 200px;
    overflow: auto;
    display: block;
    height: 100%;
}

/* New Css */
.tab-pane pre {
    background: #eee;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
}
.tab-pane ul {
    margin: 20px 0;
    padding-left: 40px;
}
.tab-pane ol ul, .tab-pane ul {
    list-style-type: circle;
    list-style-type: disclosure-closed;
}
.tab-pane ol li::marker {
    font-weight: bolder; 
}
.tab-pane ul li::marker {
    color: #015e8c; 
}
.tab-pane li {
    margin-bottom: 10px;
}
.tab-pane code {
    background: #f4f4f4;
    padding: 2px 4px;
    border-radius: 4px;
    color: #c7254e;
}
.tab-pane .tab-title {
    background: #e5f1f8;
    border-bottom: 4px solid #007cba;
    padding: 10px;
    margin: 20px 0;
    border-radius: 5px;
}
.wpforms_doc .nav.nav-pills .nav-link {
    color: #007cba;
    background-color: transparent;
    display: grid;
    align-items: center;
    grid-template-columns: 48px auto;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: inset 5px 0 0 0 transparent;
}
.wpforms_doc .nav.nav-pills .nav-link:hover{
    background-color: #f6f7f7;
}
.wpforms_doc .nav.nav-pills .nav-link:focus {
    box-shadow: none;
}

.wpforms_doc .nav.nav-pills .nav-link.active {
    box-shadow: inset 5px 0 0 0 #007cba;
    transition: box-shadow .1s linear;
    background-color: #007ab81a;
}
.tab-index {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: 1px solid #007cba;
}
.tab-index:after {    
    color: var(--wp-admin-theme-color);
    font-weight: 700;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}
.tab-index-1 .tab-index:after {
    content: "1";
}
.tab-index-2 .tab-index:after {
    content: "2";
}
.tab-index-3 .tab-index:after {
    content: "3";
}
.tab-index-4 .tab-index:after {
    content: "4";
}
.tab-index-5 .tab-index:after {
    content: "5";
}
.tab-index-6 .tab-index:after {
    content: "6";
}
.tab-index-7 .tab-index:after {
    content: "7";
}
.tab-index-8 .tab-index:after {
    content: "8";
}
.tab-pane h5 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 26px;
}
.tab-content a{
    color: #007cba;
}
.tab-content a:focus, .tab-content a:hover{
    color: #007cba;
    box-shadow: none;
    text-decoration: none;
}
.tab-pane .iframe-wrap {
    text-align: center;
    width: 90%;
    margin: 40px auto;
}
.tab-pane .iframe-wrap iframe, .tab-pane img{
    box-shadow: 0px 6px 10px #00000033;
    border-radius: 10px;
}
.get_pro_version-btn {
    margin-top: 40px;
}
.get_pro_version-btn a {
    font-size: 20px;
    font-weight: 700;
    background: #e5f1f8;
    color: #212529;
    border-bottom: 4px solid #007cba;
    padding: 10px 30px;
    border-radius: 5px;
    text-decoration: none !important;
}
.get_pro_version-btn a:hover{
    color: #212529;
    box-shadow: none;
}
.get_pro_version-btn a:focus{
    box-shadow: none;
}
ul.pro_crm_list {
    column-count: 2;
}

/*Other plugins CSS Start*/
.our-plugin-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 40px;
}
.our-plugin-card {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    transition: box-shadow 0.3s ease;
}
.our-plugin-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.our-plugin-icon img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #f8f8f8;
    padding: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}
.our-plugin-details {
    flex-grow: 1;
    padding: 0 20px;
}
.our-plugin-details h4 {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 600;
}
.our-plugin-details p {
    margin: 0 10px 10px 0;
    color: #555;
    font-size: 14px;
}
.our-plugin-badge {
    background-color: #007cba;
    color: #e5f1f8;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 10px;
    margin-right: 10px;
    border: 1px solid transparent; /* adds same height as a */
}
.our-plugin-details a {
    display: inline-block;
    font-size: 12px;
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid;
    padding: 4px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.our-plugin-list .our-plugin-card .our-plugin-details a:hover {
    color: #fff;
    background-color: #007cba;
    border: 1px solid #007cba;
}
/*Other plugins CSS End*/
@media screen and (max-width: 1500px){
    
}
@media(min-width: 961px) {
    .cf7-any-api-modal {
        height: calc(100vh - 32px);
    }
}
@media screen and (max-width:782px){
    .post-type-wpform_api div#wpformapi-form-fields{
        grid-template-columns: 1fr;
    }
    .post-type-wpform_api div#wpformapi_admin{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 1400px) {
    .wpformapi_step .json-preview {
        position: relative;
        line-height: 35px !important;
        margin-left: 25px;
    }
}
@media screen and (max-width: 1600px) {
    .wpformapi_maping_label ul li {
        grid-template-columns: 40% 1fr;
    }
    .post-type-wpform_api div#wpformapi-form-fields {
        grid-template-columns: 1fr 1fr;
    }
}