/***Start Tab Panel***/
.gscf7-free #contact-form-editor .contact-form-editor-panel {
  background-color: #fff;
}
.gscf7-free #contact-form-editor-tabs {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.gscf7-free #contact-form-editor-tabs li {
  border: none;
  background: transparent;
  border-bottom: 3px solid transparent;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gscf7-free #contact-form-editor-tabs li:hover {
  border-bottom-color: #88a8c266;
}
.gscf7-free #contact-form-editor-tabs li:hover a {
  color: #2271b1;
}
.gscf7-free #contact-form-editor-tabs li a {
  margin: 0;
  text-decoration: none;
  color: #555;
  display: block;
  padding: 10px 18px;
}
.gscf7-free #contact-form-editor-tabs li.cf7-sub-tab-active {
  border-bottom-color: #2271b1;
}
.gscf7-free #contact-form-editor-tabs li.cf7-sub-tab-active a {
  color: #2271b1;
  font-weight: 600;
}
.gscf7-free .edit-form-pro {
  display: inline-block;
  padding: 2px 12px;
  margin-left: 3px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  color: #0c63e4;
  border: 1px solid #dcdfe3;
  border-radius: 12px;
  line-height: 1.4;
  background-color: #0d6efd1a;
}
/***End Tab Panel***/
/****Start Condition Logic***/
.gscf7-free .selection-box-condition {
  padding: 3px 30px 3px 10px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  min-height: unset !important;
}
/***End Condition Logic***/

/***Start Pro feature***/
.gscf7-free .edit-gs-pro-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.gscf7-free .edit-gs-pro-header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.gscf7-free .edit-gs-pro-icon {
  background: #ffffff;
  box-shadow:
    0px 6.05242px 7.56552px rgba(0, 26, 119, 0.0415),
    0px 3.39293px 4.24117px rgba(0, 26, 119, 0.04),
    0px 1.80196px 2.25245px rgba(0, 26, 119, 0.0285),
    0px 0.749837px 0.937296px rgba(0, 26, 119, 0.0337);
  border-radius: 2px;
  min-width: 60px;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ecebeb;
}
.gscf7-free .edit-gs-pro-badge {
  display: flex;
  align-items: center;
  margin-top: 6px;
  background: #dcfce7;
  color: #15803d;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
}
.gscf7-free .edit-gs-feature-col a {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-right: 1px solid #e5e7eb;
}
.gscf7-free #toggle-features {
  display: none;
}
.gscf7-free .edit-gs-pro-features {
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 25px;
}
.gscf7-free .gsc-pro-grid ul {
  list-style: square;
  padding-inline-start: 25px;
  margin: 0;
}

.gscf7-free .edit-gs-feature-col li {
  margin-bottom: 6px;
  font-size: 13px;
  color: #4b5563;
}
.gscf7-free #toggle-features:checked ~ .edit-gs-pro-features {
  display: grid;
}
.gscf7-free .edit-gs-pro-footer {
  background: #f3f4f6;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  width: 100%;
  text-align: center;
}
.gscf7-free .edit-gs-show-btn {
  cursor: pointer;
}

.gscf7-free .edit-gs-upgrade-btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 20px 6px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  margin-top: 5px;
  background-color: #199436;
  color: #fff;
}
.gscf7-free .hide {
  display: none;
}
.gscf7-free #toggle-features:checked ~ .edit-gs-pro-footer .show {
  display: none;
}

.gscf7-free #toggle-features:checked ~ .edit-gs-pro-footer .hide {
  display: inline-block;
}
/***End Pro Feature***/
.gscf7-free .header-styling-sheet .gs-select-box select {
  width: stretch;
}
.gscf7-free .gs-select-box {
  position: relative;
  width: 120px;
}
.gscf7-free .form-group input[type="color"] {
  padding: 0px 2px;
  border: 1px solid #d1d5db;
  border-radius: 0px;
  font-size: 13px;
  width: revert;
  max-width: unset;
}
.gscf7-free .conditional-logic {
  padding: 3px 27px 3px 15px;
  margin: 0 5px;
}
.gscf7-free .circle-plus {
  color: #333;
  background: #2196f333;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  padding: 9px 20px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  transition-property: color;
  border: 1px solid #2196f3;
  transition-property: background;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-timing-function: ease-in-out, ease-out;
  box-shadow: 0px 1px 6px 0px rgba(23, 57, 97, 0.1);
}
.gscf7-free .conditional-form-control {
  width: auto !important;
}
.gscf7-free .pro-ver {
  text-transform: uppercase;
  display: inline-block !important;
  padding: 2px 11px !important;
  margin-left: 6px;
  font-size: 11px !important;
  font-weight: 700;
  background: rgb(223 223 223);
  border: 1px solid #dcdfe3;
  border-radius: 12px !important;
  line-height: 1.4 !important;
  color: #2d2d2d !important;
}
/***Start Inner Edit setting Sidebar***/
.gscf7-free .inside ul {
  list-style-type: square;
  padding-left: 32px;
}
.gscf7-free .inside li {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}
/***End Inner Edit setting Sidebar***/
.gscf7-free .gscf7-feed-table-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
}
.gscf7-free #gscf7-feed-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.gscf7-free table#gscf7-feed-table thead th {
  text-align: left;
  padding: 12px 18px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e7eb;
}
.gscf7-free table#gscf7-feed-table tbody td a {
  color: #000000;
  font-weight: 500;
  text-decoration: none;
}
.gscf7-free .dividb-feed-table-wrap {
  width: 100%;
}
.gscf7-free table#gscf7-feed-table .gscf7-not-connected {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  background: #fef2f2;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 500;
}
.gscf7-free table#gscf7-feed-table tbody tr td:first-child {
  padding: 14px 18px;
  font-size: 14px;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: middle;
  text-decoration: none;
  text-transform: capitalize;
}
.gscf7-free table#gscf7-feed-table tbody td {
  padding: 14px 18px;
  font-size: 12px;
  color: #374151;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: middle;
  text-decoration: underline;
}
.gscdf #gscf7-pagination-wrap {
  padding-bottom: 15px;
}
.gscf7-free table#gscf7-feed-table tbody tr:last-child td {
  border-bottom: 0;
}
.gscf7-free table#gscf7-feed-table .gscf7-feed-loading-row td {
  text-align: center;
  padding: 26px 18px;
}

.gscf7-free .gscf7-loader {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #dbeafe;
  border-top-color: #2563eb;
  border-radius: 50%;
  vertical-align: middle;
  animation: gscf7-spin 0.7s linear infinite;
}
@keyframes gscf7-spin {
  to {
    transform: rotate(360deg);
  }
}

.gscf7-free .gscf7-loader-text {
  margin-left: 10px;
  color: #6b7280;
  font-size: 13px;
  vertical-align: middle;
}
.gscf7-free #normal-sortables{
  display: flex;
}