:root {
  --primary: #2f5b9f;
  --secondary: #3ea8de;
}

.fpsml-header {
  display: flex;
  position: sticky;
  top: 34px;
  background-color: white;
  padding: 0 0 10px 0 !important;
  z-index: 999;
}
.fpsml-wrap {
  margin-top: 24px;
}
.fpsml-form-wrap {
  max-width: 100%;
}
.fpsml-header {
  padding: 0;
}
.fpsml-header p {
  margin-top: 0;
}
.fpsml-header h1 {
  font-size: 48px;
}
.fpsml-header h1,
.fpsml-header h2 {
  color: rgba(0, 0, 0, 0.48);
  margin: 0;
}
.fpsml-header h1 {
  font-weight: lighter;
}

.fpsml-grid-wrap {
  margin-top: 48px;
}

.fpsml-title-wrap h2 {
  display: flex;
  font-size: 24px;
  align-items: center;
  color: rgba(0, 0, 0, 0.68);
}
.fpsml-add-wrap {
  margin-left: auto;
  align-self: center;
  margin-top: 20px;
}

.fpsml-add-wrap a {
  display: inline-block;
  margin: 0;
  margin-bottom: 3px;
  margin-right: 3px;
}
.fpsml-add-wrap a :last-child{
  margin-right: 0px;
}
.fpsml-deactivation-feedback-overlay {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
}
.fpsml-deactivation-feedback-modal {
  width: min(520px, calc(100vw - 40px));
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}
.fpsml-deactivation-feedback-modal h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}
.fpsml-deactivation-feedback-note {
  color: #646970;
  font-size: 13px;
}
.fpsml-deactivation-feedback-form label {
  display: block;
  margin-bottom: 10px;
}
.fpsml-deactivation-feedback-form textarea {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 16px;
}
.fpsml-deactivation-feedback-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.fpsml-header .fpsml-add-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}
.fpsml-header .fpsml-add-wrap a,
.fpsml-header .fpsml-add-wrap .compare-click {
  margin-right: 0;
  margin-bottom: 0;
}
.fpsml-header .fpsml-add-wrap .fpsml-button-primary,
.fpsml-header .fpsml-add-wrap .fpsml-primary-button,
.fpsml-header .fpsml-add-wrap .fpsml-button-secondary {
  margin: 0;
}
.fpsml-compare-panel.reveal .fpsml-add-wrap {
  justify-content: center;
}

.fpsml-floatRight {
  font-size: 14px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.48);
}
.fpsml-clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.fpsml-field-wrap {
  margin-bottom: 28px;
}
.fpsml-field-wrap > label {
  display: inline-block;
  font-weight: 600;
  vertical-align: top;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.68);
  width: 20%;
  max-width: 138px;
}
.fpsml-field {
  display: inline-block;
  width: calc(100% - 180px);
}

.fpsml-settings-section-wrap {
  float: left;
  width: 80%;
}
.fpsml-settings-section-wrap {
  float: left;
  width: calc(80% - 20px);
  background: #fff;
  padding: 10px;
  min-height: 300px;
}
ul.fpsml-form-nav li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 12px 20px;
  cursor: pointer;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
ul.fpsml-form-nav li:first-child a {
  border-left: solid 1px rgba(0, 0, 0, 0.1);
}
ul.fpsml-form-nav li a span {
  font-size: 16px;
}
ul.fpsml-form-nav li a {
  border-right: 5px solid transparent;
  font-weight: 700;
}
.fpsml-form-wrap {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-top: solid 1px transparent;
  /*max-height: calc(100vh - 408px);*/
  /*max-height: -webkit-calc(100vh - 408px);*/
  overflow-y: auto;
}
.fpsml-add-form {
  background-color: rgba(0, 0, 0, 0.028);
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 28px !important;
}

ul.fpsml-form-nav {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.fpsml-form-nav li {
  margin: 0;
}
ul.fpsml-form-nav li a {
  color: rgba(0, 0, 0, 0.68);
  transition: all 0.3s ease;
  border-top: solid 1px rgba(0, 0, 0, 0.14);
  border-right: solid 1px rgba(0, 0, 0, 0.14);
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
}

ul.fpsml-form-nav li a span {
  margin-right: 5px;
}

ul.fpsml-form-nav li a:hover,
ul.fpsml-form-nav li a.fpsml-active-nav {
  background: rgba(0, 0, 0, 0.028);
  color: #3ea8de;
  border-top: solid 1px #3ea8de;
  border-bottom: solid 1px transparent;
}
ul.fpsml-form-nav li a:focus {
  box-shadow: none;
}
.fpsml-title-header {
  display: flex;
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
  margin-bottom: 20px;
}
.fpsml-shortcode-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.fpsml-setting-nav-title {
  font-size: 24px;
  margin-bottom: 24px;
}

.fpsml-field input[type="text"] {
  max-width: 500px;
}
.fpsml-field input[type="number"] {
  width: 100px;
}
.fpsml-field textarea {
  max-width: 500px;
  height: 100px;
}
.fpsml-component-head .dashicons {
  float: right;
}
.fpsml-component-head h4 {
  float: left;
}
.fpsml-component-head h4 {
  float: left;
  width: 90%;
  margin: 0 5px;
  cursor: pointer;
}
.fpsml-component-head.fpsml-clearfix {
  border: 1px solid #bbb;
  padding: 10px;
}
.fpsml-component-body {
  border: 1px solid #bbb;
  border-top: none;
  padding: 10px;
  display: none;
}
.fpsml-form-each-component {
  margin-bottom: 20px;
}
.fpsml-form-message {
  position: fixed;
  top: 20px;
  left: 40%;
  z-index: 999999;
}
p.fpsml-ajax {
  background: #29b7ff;
}
.fpsml-form-message > p {
  padding: 18px;
  color: #fff;
  font-size: 18px;
}
p.fpsml-error {
  background: #ff6969;
}
p.fpsml-info {
  background: #27ae60;
}
p.fpsml-ajax .fpsml-ajax-loader {
  margin-bottom: -4px;
  margin-right: 5px;
}

.fpsml-form-lists-table a.fpsml-edit,
.fpsml-form-lists-table a.fpsml-delete,
.fpsml-form-lists-table a.fpsml-preview,
.fpsml-form-lists-table a.fpsml-copy {
  display: inline-block;
  color: #fff;
  -ms-border-radius: 3px;
  border: 1px solid #ff6969;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  margin: 0 2px;
  font-size: 0;
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 50%;
  text-align: center;
}
.fpsml-form-lists-table a.fpsml-edit:before,
.fpsml-form-lists-table a.fpsml-delete:before,
.fpsml-form-lists-table a.fpsml-preview:before,
.fpsml-form-lists-table a.fpsml-copy:before {
  content: "";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #fff;
  left: 7px;
  top: 2px;
  color: rgba(0, 0, 0, 0.48);
  font-weight: 900;
}
.fpsml-form-lists-table a.fpsml-edit:before {
  content: "\f303";
  left: 5px;
}
.fpsml-form-lists-table a.fpsml-delete:before {
  content: "\f2ed";
  font-size: 14px;
}
.fpsml-form-lists-table a.fpsml-preview:before {
  content: "\f06e";
  font-size: 12px;
}
.fpsml-form-lists-table a.fpsml-copy:before {
  content: "\f0c5";
  font-size: 13px;
  left: 5px;
}
.fpsml-form-lists-table a.fpsml-edit {
  color: #27ae60;
  border: 1px solid #27ae60;
}
.fpsml-form-lists-table a.fpsml-preview {
  color: #e2ad33;
  border: 1px solid #e2ad33;
}
.fpsml-form-lists-table a.fpsml-copy {
  color: #0073aa;
  border: 1px solid #0073aa;
}
.fpsml-form-lists-table a.fpsml-edit:hover,
.fpsml-form-lists-table a.fpsml-delete:hover,
.fpsml-form-lists-table a.fpsml-preview:hover,
.fpsml-form-lists-table a.fpsml-copy:hover {
  background: transparent;
}
.fpsml-form-lists-table a.fpsml-edit:hover {
  background-color: #27ae60;
}
.fpsml-form-lists-table a.fpsml-delete:hover {
  background-color: #ff6969 !important;
}
.fpsml-form-lists-table a.fpsml-preview:hover {
  background-color: #e2ad33;
}
.fpsml-form-lists-table a.fpsml-copy:hover {
  background-color: #0073aa;
}

.fpsml-form-lists-table a.fpsml-edit:hover:before,
.fpsml-form-lists-table a.fpsml-delete:hover:before,
.fpsml-form-lists-table a.fpsml-preview:hover:before,
.fpsml-form-lists-table a.fpsml-copy:hover:before {
  color: white;
}

.fpsml-button-primary,
.fpsml-primary-button,
.fpsml-button-secondary {
  font-size: 12px;
  background: #93bb66;
  padding: 8px 18px;
  color: #fff !important;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 600;
  position: relative;
  margin-right: 10px;
  margin-bottom: 6px;
}

.fpsml-primary-button:hover,
.fpsml-button-primary:hover {
  background-color: #93bb6638;
  border-color: #6f9845;
  color: #93bb66 !important;
}

.fpsml-button-secondary {
  background-color: #29b7ff;
  color: white;
}

.fpsml-button-secondary:hover {
  background-color: #29b7ff28;
  border-color: #168fc9;
  color: #29b7ff !important;
}

.fpsml-button-primary.btn-preview {
  background-color: #e2ad33;
}
.btn-preview i {
  margin-right: 5px;
}
.fpsml-button-primary.btn-preview:hover {
  color: #e2ad33 !important;
  background-color: #e2ad3328;
  border-color: #b98217;
}
.fpsml-button-primary.btn-cancel {
  background-color: #ec8871;
}
.fpsml-button-primary.btn-cancel:hover {
  color: #ec8871 !important;
  background-color: #ec887128;
  border-color: #cf5e48;
}
.fpsml-export-wrap {
  margin: 20px 0;
}
.fpsml-export-wrap form select {
  height: 40px;
  margin-top: -2px;
}
.fpsml-export-wrap > form {
  display: inline-block;
}
h2.nav-tab-wrapper.wp-clearfix.fpsml-nav-wrap {
  margin-bottom: 20px;
}

p.fpsml-ajax {
  background: #29b7ff;
}
.fpsml-form-message > p {
  padding: 10px;
  color: #fff;
  margin: 0;
}
p.fpsml-error {
  background: #ec8871;
}
p.fpsml-info {
  background: #27ae60;
}
p.fpsml-ajax .fpsml-ajax-loader {
  margin-bottom: -4px;
  margin-right: 5px;
}
.fpsml-display-none {
  display: none;
}
form.fpsml-form-wrap {
  padding: 28px;
  background-color: rgba(0, 0, 0, 0.028);
}

/*=========================== BTNs =============================*/

table.fixed {
  table-layout: auto !important;
}

/*=============================================== form elements ================*/
.fpsml-form-wrap input[type="text"],
.fpsml-form-element-wrap input[type="text"],
.fpsml-form-wrap input[type="email"],
.fpsml-form-element-wrap input[type="email"],
.fpsml-form-wrap input[type="number"],
.fpsml-form-wrap textarea {
  display: block;
  width: 100%;
  line-height: 38px;
  padding: 0 14px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.fpsml-form-wrap textarea {
  height: 140px;
  resize: none;
  line-height: 1.4;
  padding: 14px;
}
.fpsml-form-wrap select,
.fpsml-form-element-wrap select {
  max-width: 100%;
  width: 100%;
  line-height: 42px;
  padding: 0 14px;
  border-radius: 0 !important;
  border: solid 1px rgba(0, 0, 0, 0.18);
}

.fpsml-form-wrap .fpsml-field,
.fpsml-field {
  width: 100%;
  max-width: 500px;
  padding-left: 20px;
}

.fpsml-shortcode-preview {
  display: inline-block;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 14px;
  line-height: 30px;
  white-space: nowrap;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.fpsml-clipboard-copy {
  display: inline-block;
  vertical-align: top;
  color: #27ae60;
  margin-left: 10px;
  cursor: pointer;
  line-height: 30px;
  background: #dbead7;
  margin-left: -3px;
  padding: 0 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.fpsml-field select {
  height: 38px;
  line-height: 38px;
  padding: 0 14px;
}

table.fpsml-form-lists-table {
  border-collapse: collapse;
}
table.fpsml-form-lists-table tbody tr {
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
}
table.fpsml-form-lists-table thead tr th:last-child {
  width: 138px;
}

/*++++++++++++++++++++++++++++==========================+++++++++++++ Backend UI Styles++++++++++++=========*/
.fpsml-wrap {
  padding: 24px;
  background-color: white;
}

.fpsml-form-lists-table tr th {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.04);
  font-weight: 700;
  color: rgba(0, 0, 0, 0.58) !important;
}
.fpsml-form-lists-table tr td {
  padding: 15px;
}
.fpsml-form-lists-table tfoot tr th {
  background-color: rgba(0, 0, 0, 0.04);
}

.fpsml-form {
  margin-top: 34px;
}
.fpsml-form h2 {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 34px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-bottom: 20px;
}
.fpsml-form-element-wrap {
  max-width: 700px;
}

.fpsml-shortcode-common {
  width: auto;
  margin-top: 0;
  display: flex;
  align-items: center;
  /*background-color: rgba(0,0,0,.1);*/
  padding: 0;
}
.fpsml-shortcode-common {
  margin-right: 20px;
}
.fpsml-shortcode-common label {
  margin: 0;
  max-width: 100%;
  width: auto;
  white-space: nowrap;
  margin-right: 8px;
}
.fpsml-shortcode-common .fpsml-field {
  margin-left: auto;
  display: flex;
}

.fpsml-checkbox-toggle {
  position: relative;
}
.fpsml-checkbox-toggle input[type="checkbox"] {
  height: 28px;
  width: 50px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.fpsml-checkbox-toggle label {
  display: inline-block;
  transition: all 0.3s ease;
  height: 20px;
  width: 40px;
  border-radius: 48px;
  background-color: rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
}

.fpsml-checkbox-toggle label:before {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  top: -2px;
  left: 0;
  background-color: white;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 14px;
  transition: all 0.3s ease;
}
.fpsml-checkbox-toggle input[type="checkbox"]:checked + label {
  background-color: rgb(209, 236, 217);
}
.fpsml-checkbox-toggle input[type="checkbox"]:checked + label:before {
  left: 16px;
  background-color: #5cdd82;
  box-shadow: none;
}

.fpsml-form {
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.04);
}
.fpsml-each-form-field {
  margin-bottom: 20px;
  background: #fff;
}
.fpsml-field-head {
  border: 1px solid #eee;
  padding: 12px;
}
.fpsml-field-body {
  border: 1px solid #eee;
  border-top: 0;
  padding: 15px 35px 10px;
}
.fpsml-field-head h3 {
  float: left;
  margin: 0;
  width: calc(100% - 30px);
  cursor: pointer;
}
.fpsml-field-head h3 span.dashicons {
  margin-right: 8px;
}
.fpsml-form-fields-wrap {
  float: left;
  width: 65%;
  padding-right: 33px;
  border-right: 1px solid #bbb;
}
.fpsml-custom-field-add-form {
  width: 30%;
  float: right;
}
.fpsml-sortable-placeholder {
  border: 2px dashed #bbb;
  margin-bottom: 20px;
}
a.fpsml-field-remove-trigger {
  color: #222;
  text-decoration: none;
}

.fpsml-each-dropdown {
  box-shadow: 0 0 5px #ddd;
  padding: 10px 20px;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
}
span.dashicons.dashicons-trash.fpsml-delete-dropdown-trigger {
  margin-top: 3px;
  cursor: pointer;
  padding: 5px;
}
.fpsml-each-dropdown:before {
  content: "\f545";
  font-family: dashicons;
  position: absolute;
  left: -16px;
  top: 30%;
  color: #222;
  padding: 5px;
  border-radius: 50%;
  cursor: move;
  font-size: 20px;
}
.fpsml-dropdown-list-wrap.fpsml-field-radio
  .fpsml-each-dropdown
  input[type="text"] {
  width: 40%;
  display: inline-block;
}
.fpsml-each-dropdown > label {
  margin-right: 10px;
}

.fpsml-field-title {
  font-size: 1.1em;
}

.fpsml-button-secondary {
  line-height: 38px;
  padding: 0 24px;
  border-radius: 3px;
  background-color: #29b7ff;
  color: white;
  border: 1px solid transparent;
  cursor: pointer;
}

.fpsml-each-extension {
  margin-right: 15px;
  margin-bottom: 15px;
  display: inline-block;
  width: 16.66%;
}

.fpsml-each-extension input[type="checkbox"],
.fpsml-each-extension input[type="radio"] {
  height: 14px;
  width: 14px;
  min-width: 14px;
}
label.fpsml-each-extension {
  display: inline-block;
  width: 208px;
  margin-right: 20px;
  margin-bottom: 10px;
}
label.fpsml-each-extension span {
  display: inline-block;
  margin-left: 5px;
}
.fpsml-field.fpsml-extension-list {
  max-width: calc(100% - 170px);
}
.fpsml-field.fpsml-extension-list {
  height: 200px;
  overflow-y: scroll;
  max-width: 500px;
}
.fpsml-form-fields-list {
  margin-bottom: 50px;
}
h3.fpsml-form-settings-heading {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.fpsml-custom-fld-btn {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  padding: 0 15px;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.14);
  margin-bottom: 5px;
  margin-right: 2px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.48);
}
.fpsml-custom-fld-btn:hover {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 5px;
}
.fpsml-custom-fld-btn.btn-selected {
  background-color: #27ae60;
  color: white;
}
.fpsml-custom-fld-btn i {
  font-weight: 900;
  margin-right: 4px;
}
.form-wrap p,
p.description {
  margin: 5px 0;
  font-size: 12px;
}

.fpsml-custom-field-add-form .fpsml-field-wrap .fpsml-field {
  padding-left: 0;
}

.fpsml-checkbox-toggle input[type="checkbox"],
.fpsml-checkbox-toggle input[type="radio"] {
  min-width: 4rem;
}
label {
  cursor: text;
}

.fpsml-form-message {
  position: fixed;
  bottom: auto;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  text-align: center;
  font-size: 16px;
  display: none;
}

/*Post Edit backend*/
.edit-post-layout__content .fpsml-field select {
  width: 100%;
}
.edit-post-layout__content #poststuff .inside {
  margin-top: 24px;
}
.edit-post-layout__content .fpsml-field-wrap > label {
  max-width: 188px;
}
.edit-post-layout__content .fpsml-field-wrap {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
  margin-bottom: 0;
}
.edit-post-layout__content .fpsml-checkbox,
.edit-post-layout__content .fpsml-radio {
  margin-bottom: 10px;
}
.edit-post-layout__content .fpsml-checkbox:last-child,
.edit-post-layout__content .fpsml-radio:last-child {
  margin-bottom: 0;
}

.fpsml-field input[type="date"],
.fpsml-field input[type="datetime-local"],
.fpsml-field input[type="datetime"],
.fpsml-field input[type="email"],
.fpsml-field input[type="month"],
.fpsml-field input[type="number"],
.fpsml-field input[type="password"],
.fpsml-field input[type="search"],
.fpsml-field input[type="tel"],
.fpsml-field input[type="text"],
.fpsml-field input[type="time"],
.fpsml-field input[type="url"],
.fpsml-field input[type="week"] {
  display: block;
  width: 100%;
  max-width: 500px;
  line-height: 38px;
  padding: 0 14px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.edit-post-layout__content .fpsml-field textarea {
  display: block;
  width: 100%;
  max-width: 500px;
  line-height: 1.4;
  padding: 14px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  height: 120px;
  resize: none;
}

.edit-post-layout__content .fpsml-field select {
  width: 100%;
  max-width: 500px;
  line-height: 38px;
  padding: 0 14px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.edit-post-layout__content .fpsml-field-wrap {
  display: flex;
  width: 100%;
}

.edit-post-layout__content .fpsml-field-wrap > label {
  background-color: rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin: 0;
  border-right: solid 1px rgba(0, 0, 0, 0.06);
}

.edit-post-layout__content .fpsml-field-wrap > .fpsml-field {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.01);
  max-width: 100%;
}

.ui-datepicker-header {
  padding: 10px;
  background-color: #007cba;
  color: white;
}
.ui-datepicker-calendar {
  width: 100%;
  background-color: white;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.18) 0 0 18px;
}
.ui-datepicker-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  top: 10px;
  z-index: 4;
}
.ui-datepicker-header {
  position: relative;
}
.ui-state-default {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-align: center;
}

.ui-state-default:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.ui-state-highlight {
  background-color: navajowhite;
  color: black;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: relative;
  z-index: 5;
}
.ui-datepicker-prev {
  color: white;
  cursor: pointer;
}
.ui-datepicker-next {
  float: right;
  cursor: pointer;
  color: white;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  color: navajowhite;
}

.edit-post-layout__content #poststuff .inside {
  padding: 0;
  margin: 0;
}
.ui-datepicker-week-end,
.ui-datepicker-week-end a {
  color: indianred;
}

.fpsml-file-preview-row {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.04);
  border-top: solid 1px rgba(0, 0, 0, 0.08);
}

.fpsml-file-preview-row:nth-child(1) {
  border: 1px solid transparent;
}
.fpsml-file-preview-row span {
  display: inline-block;
  flex: 1 1 auto;
}
.fpsml-file-preview-row span:last-child {
  text-align: right;
}
.fpsml-file-preview-column {
  margin-right: 10px;
  overflow: hidden;
  max-width: 238px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fpsml-file-preview-column input.fpsml-media-remove-button {
  padding: 0 8px;
  line-height: 18px;
  border-radius: 64px;
  background-color: red;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
  border: none;
}
.fpsml-file-preview-column img {
  height: 38px;
  width: 38px;
  object-fit: cover;
}
.fpsml-file-preview-column {
  font-size: 13px;
  color: inherit;
}
.fpsml-form-template-preview {
  margin-top: 20px;
}

.fpsml-field .fpsml-media-uploader {
  margin-top: 15px;
}
.fpsml-media-preview,
.fpsml-post-template-preview {
  margin-top: 10px;
}
input.button-secondary.fpsml-alias-force-edit {
  margin-top: 10px;
}

.fpsml-post-template-preview img {
  height: auto;
}

.fpsml-customize-row {
  border-radius: 4px;
  padding: 28px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 14px;
}

.fpsml-customize-row h4 {
  margin: 0 0 26px 0;
  font-size: 18px;
}

.fpsml-customize-row .fpsml-field-wrap {
  margin-bottom: 15px;
}

.fpsml-content-block {
  border-bottom: solid 1px rgba(0, 0, 0, 0.18);
}

.fpsml-content-block {
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.fpsml-content-block h2 {
  font-size: 22px;
}
.fpsml-content-block:nth-last-child(1),
.fpsml-content-block:nth-last-child(2) {
  border-bottom: none;
}

.fpsml-bullets li {
  position: relative;
  padding-left: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.68);
}
.fpsml-bullets li:before {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #ffa200;
  position: absolute;
  top: 6px;
  left: 0;
}
#fpsml-custom-style-wrap {
  max-width: 75%;
}
.fpsml-hooks-wrap pre {
  background: #fff;
  padding: 5px;
  border-left: 5px solid #19b989;
}
.fpsml-hooks-wrap {
  height: 300px;
  overflow-y: scroll;
}
span.dashicons.dashicons-trash.fpsml-delete-dropdown-trigger {
  position: absolute;
  top: 25%;
  right: -16px;
}
.fpsml-each-dropdown input[type="text"] {
  margin-bottom: 10px;
}
div#fpsml-metabox .inside {
  padding-top: 15px;
}

.block-editor-page .inside .fpsml-radio > label {
  margin-left: 30px;
}
.block-editor-page .inside .fpsml-checkbox label {
  margin-left: 23px;
}
.inside .fpsml-field select {
  padding-right: 20px;
}
.fpsml-header h1 span {
  font-size: 12px;
  font-weight: bolder;
  background: #ff00008f;
  color: #fff;
  padding: 2px 5px;
}
.fpsml-feat-block {
  margin-bottom: 40px;
}
.fpsml-feat-block p {
  font-size: 16px;
}
.fpsml-custom-fld-btn.fpsml-pro-feature {
  background: #dfdbdb;
  position: relative;
}

.fpsml-custom-fld-btn.fpsml-pro-feature::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: -21px;
  top: -5px;
  background: url(../images/pro.svg);
  background-repeat: no-repeat;
  right: -4px;
}
.fpsml-field-wrap.fpsml-shortcode-common.fpsml-pro-feature {
  position: relative;
}
.fpsml-field-wrap.fpsml-shortcode-common.fpsml-pro-feature::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: -21px;
  top: -9px;
  background: url(../images/pro.svg);
  background-repeat: no-repeat;
  right: -5px;
  z-index: 999999;
}
li.fpsml-pro-feature {
  position: relative;
}
li.fpsml-pro-feature::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: -21px;
  top: -5px;
  background: url(../images/pro.svg);
  background-repeat: no-repeat;
  right: -4px;
}
.fpsml-each-form-field.fpsml-pro-feature {
  position: relative;
}
.fpsml-each-form-field.fpsml-pro-feature::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: -21px;
  top: -5px;
  background: url(../images/pro.svg);
  background-repeat: no-repeat;
  right: -4px;
}
a.fpsml-pro-feature-btn {
  position: relative;
}
a.fpsml-pro-feature-btn::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: -21px;
  top: -5px;
  background: url(../images/pro.svg);
  background-repeat: no-repeat;
  right: -4px;
  z-index: 1;
}
img.upgrade-image {
  width: 75%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

div#fpsml-review-notice a {
  margin-right: 20px;
}
/* New upgrade to pro css */

.fpsml-sectn-intro {
  width: 100%;
}

.fpsml-about-section h1 {
  font-size: 32px;
  font-weight: 500;
}
.fpsml-about-section p {
  font-size: 16px;
  line-height: 160%;
}
.fpsml-check-demo-section h2 {
  font-size: 26px;
  font-weight: 500;
}
/* .fpsml-check-demo-section p{
  display: flex;
} */
/* .fpsml-check-demo-section img {
  width: 85%;
} */
.fpsml-feat-img img {
  max-width: 100%;
}
.fpsml-compare-wrap{
  display: flex;
} 

.fpsm-demo-icon-wrap {
    height: 80px;
    width: 80px;
    background: #F0751A;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fpsml-demo-card-wrap {
    display: flex;
    gap: 24px;
}

.fpsml-demo-card a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fpsml-demo-card h5 {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 142%;
    text-align: center;
    color: #2E2E2E;
    margin-top: 16px;
    margin-bottom: 16px;
}

.fpsml-demo-card p{
font-family: 'Urbanist';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 185%;
/* identical to box height, or 30px */
text-align: center;

color: #5F5F5F
}
img.fpsml-hero-list-icon.fpsml-hero-img {
    width: -webkit-fill-available;
}

h2.fpsml-title {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.fpsml-feat-img-wrap {
    background: #FFF6F0;
    padding: 20px;
}
.fpsml-feat-des {
    padding: 22px;
}
h6.fpsml-feat-title {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin: 0;
    margin-bottom: 12px;
}
p.fpsml-feat-p {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
    margin: 0;
}
.fpsml-feature-card-wrap {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}
.fpsml-feat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    filter: drop-shadow(0px 1.3681px 4.3129px rgba(0, 0, 0, 0.25));
    max-width: 383px;
    background: #fff;
    border-radius: 12px;
}
.fpsml-feat-img-wrap {
    background: #FFF6F0;
    padding: 20px;
    border-radius: 12px 12px 0px 0px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    max-height: 285px;
    min-height: 285px;
}
.fpsml-feat-img-wrap img {
    width: -webkit-fill-available;
}
.fpsml-upgrade-demo {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
.fpsml-upgrade-demo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 16px 32px;
    color: #fff;
    gap: 10px;
    background: #F0751A;
    width: max-content;
    border-radius: 8px;
    margin-right: 24px;
}
.fpsml-upgrade-demo a:hover{
      background: #eb8b55;
}


/*FAQ */

.fpsml-faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 24px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.fpsml-faq-question {
    background: #fff;
    border: none;
    width: 100%;
    text-align: left;
    padding: 20px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.3s ease;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 38px;
    color: #000000;
}

    .fpsml-faq-question:hover {
      background: #f0f0f0;
    }

    .fpsml-faq-answer {
      max-height: 0;
      overflow: hidden;
      background: #fafafa;
      transition: all 0.4s ease;
      padding: 0 20px;
      line-height: 1.6;
      color: #555;
      font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    }

    .fpsml-faq-item.active .fpsml-faq-answer {
      max-height: 300px;
      padding: 20px 30px;
    }

    .fpsml-faq-icon {
      font-size: 20px;
      transition: transform 0.3s ease;
    }

    .fpsml-faq-item.active .fpsml-faq-icon {
      transform: rotate(45deg);
    }
    .wps-fpsm.fpsml-faq-wrap {
    max-width: 1208px;
    margin: auto;
    margin-bottom: 120px;
}

/* compare css */

.fpsml-compare-panel {
  /* padding: 40px 0px; */
  height: 83vh;
  background-color: white;
  box-shadow: rgba(23,120,255,0.14) 0 0 24px;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 9999;
  transition: all .4s ease;
}
.wrap.fpsml-wrap.fpsml-compare-overlay {
  opacity: 20%;
}


/* .fpsml-compare-panel.reveal {
  right: 5px;
} */
.close-panel {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: -10px;
  right: -35px;
  height: 30px;
  width: 30px;
  background-color: #da3838;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
}
.fpsml-compare-head, .fpsml-compare-row {
  text-align: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #e0e4ea;
}

.fpsml-feat-col p {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  margin: 5px 0;
}
.fpsml-compare-head .fpsml-feat-col h2, .fpsml-compare-row .fpsml-feat-col h2 {
  padding: 15px;
  margin: 0;
  line-height: 110%;
  font-weight: 200;
  font-size: 22px;
  background-color: #93bb66;
  color: white;
}
.compare-wrap-all {
  height: calc(100vh - 244px);
  height: -webkit-calc(100vh - 244px);
  overflow-y: auto;
}
.fpsml-compare-head, .fpsml-compare-row {
  text-align: center;
  flex-wrap: wrap;
  border-bottom: solid 1px #e0e4ea;
}
.fpsml-compare-row .fpsml-feat-col {
  padding: 10px;
}
.fpsml-compare-row .fpsml-feat-col:nth-child(1) {
  border-right: solid 1px rgba(0,0,0,0.08);
}
.fpsml-compare-row .fpsml-feat-col:nth-child(2) p.no, .fpsml-compare-row .fpsml-feat-col:nth-child(3) p.no {
  color: #df6767;
  font-size: 18px;
}
.fpsml-compare-row .fpsml-feat-col:nth-child(2) p.yes, .fpsml-compare-row .fpsml-feat-col:nth-child(3) p.yes {
  color: #61d18e;
  font-size: 18px;
}
.fpsml-compare-head .fpsml-feat-col h2.pro, .fpsml-compare-row .fpsml-feat-col h2.pro {
  background-color: #F0751A;
}
.fpsml--flex, .theme-wrap {
  display: flex;
}
.fpsml-compare-head>div, .fpsml-compare-row>div {
  flex: 1;
}
.fpsml-heading-comp {
  display: flex;
  justify-content: space-between;
}
.compare-click {
  font-size: 12px;
  background: #F0751A;
  padding: 7px 18px;
  color: #fff !important;
  border-radius: 8px !important;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 600;
  margin-right: 10px;
  margin-bottom: 6px;
}
.wrap.fpsml-wrap.fpsml-compare-overlay {
  opacity: 20%;
  pointer-events: none;
}
.fpsml-compare-row .fpsml-feat-col:nth-child(2){
  border-right: solid 1px rgba(0, 0, 0, 0.08);
}
.compare-click:hover{
  background: #f0751a28;
  border-color: #c7550f;
  color: #F0751A !important;
}
.fpsml-add-wrap {
  display: flex;
  flex-wrap: wrap;
}
.fpsml-feat-col.fpsml-inst h2 {
  color: #3c434a;
  font-weight: 500;
  background: #fff;
}




/* Upgrade To Pro New UI */
.fpsml-upgrade-page-wrap {
    max-width: 1340px;
}
.fpsml-upgrade-page-wrap h2.fpsml-title {
    font-weight: 600;
        margin: 0;
    margin-bottom: 40px;
}

.fpsml-hero-section {
    display: flex;
    justify-content: space-around;
}
.fpsml-hero-section {
    display: flex;
    justify-content: space-around;
    background: linear-gradient(93.89deg, #FFFFFF 0.57%, #F4CCAE 112.39%);
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 80px;
    margin-top: 40px;
}

.fpsml-hero-left-h4 span {
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px;
    background: #1DBE61;
    color: #fff;
    border-radius: 10px;
    margin-left: 4px;
}
h4.fpsml-hero-left-h4 {
    font-weight: bold;
    font-size: 26px;
    margin: 0;
    margin-bottom: 16px;
        line-height: 120%;
}
h1.fpsml-hero-heading {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    color: #393939;
    margin-bottom: 32px;
    max-width: 386px;
}
.fpsml-hero-feat li{
    font-weight: 500;
    font-size: 20px;
    display: flex;
    line-height: 28px;
    color: #393939;
    margin-bottom: 24px;
    margin-top: 16px;
}
img.fpsml-hero-list-icon {
    margin-right: 8px;
}
img.fpsml-hero-list-icon {
    margin-right: 8px;
}
.fpsml-hero-btn {
    display: flex;
}
.fpsml-upgrade-page-wrap {
   font-family: 'Urbanist';
}
input.fpsml-hero-button-primary {
  cursor: pointer;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    line-height: 120%;
}
.fpsml-hero-btn a.fpsm-secondary {
    border: 1px solid #423F3A;
    color: #423F3A;
    background-color: transparent;
}
.fpsml-hero-btn a input.fpsml-button-secondary {
    background: transparent;
    color: #423F3A !important;
    font-size: 20px;
    line-height: 120%;
}
.fpsml-hero-btn a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 16px 32px;
    color: #fff;
    gap: 10px;
    background: #F0751A;
    width: max-content;
    border-radius: 8px;
    margin-right: 24px;
}




/* trusted */
.fpsml-trust-card-wrap {
    display: flex;
    justify-content: space-around;
}
.fpsml-trust-txt {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    text-transform: uppercase;
    color: #393939;
}

.fpsml-trust-num {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 45.7419px;
    line-height: 55px;
    text-align: center;
    color: #F0751A;
}

.fpsml-demo-card {
    max-width: 318px;
    padding: 32px 40px;
    border: 1px solid #9C9B9B;
    border-radius: 12px;
}
.fpsm-demo-icon-wrap {
    height: 80px;
    width: 80px;
    background: #F0751A;
}
.fpsml-feature-sec-wrap {
    margin-bottom: 80px;
}
.fpsml-check-demo-section {
    margin-bottom: 80px;
}
.fpsml-demo-card:hover {
    border: 1px solid #f47228;
    background-color: #f8f8f8 ;
}
/* img.fpsml-hero-list-icon.fpsml-hero-img {
    width: 100%;
} */
.fpsml-rating-card {
    background: #FFFFFF;
    /* box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.13); */
    border-radius: 8px;
    max-width: 412px;
    /* filter: drop-shadow(0px 1.3681px 4.3129px rgba(0, 0, 0, 0.25)); */
}
.fpsml-rating-detail {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-top: 1px solid #E5E7EB;
    justify-content: space-between;
    border-radius: 0px 0px 8px 8px;
}
.fpsml-rating-star img {
    width: 20px;
}
.fpsml-rating-img {
    height: 40px;
   background: url(../images/rev-1.jpg);
   background-size: cover;
    width: 40px;
    border-radius: 100%;
    margin-right: 8px;
}
.fpsml-rating-left {
    display: flex;
    align-items: center;
}
.fpsml-review-text {
    padding: 60px 20px 20px;
    position: relative;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    color: #6B7280;
}
.fpsml-rating-star {
    display: flex;
    padding-left: 20px;
    padding-bottom: 20px;
}
.fpsml-review-text::before {
    content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  border-radius: -21px;
  top: 30px;
  background: url(../images/quotes.svg);
  background-repeat: no-repeat;
  left: 20px;
  z-index: 1;
}
.fpsml-review-subject {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #F0751A;
}
.fpsml-review-name {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}
.fpsml-rating-card-wrap {
    display: flex;
    gap: 24px; 
    justify-content: flex-start;
    overflow: hidden;
}
.fpsml-hero-left,
.fpsml-hero-right {
    width: 50%;
}
.fpsml-hero-btn a.fpsml-pri:hover {
    background: #eb8b55;
}
a.fpsm-secondary:hover {
    border: 1px solid #f47228;
    color: #f47228;
}
a.fpsm-secondary:hover > input.fpsml-button-secondary {
    color: #f47228 !important;
    border-color: transparent;
}
.fpsml-slider-container{
    overflow:hidden;
    position:relative;
}

.fpsml-rating-card-wrap{
    display:flex;
    gap:24px;
    transition:transform .4s ease;
    flex-direction: column;
}

.fpsml-rating-card{
    flex:0 0 calc((100% - 48px) / 3);
}
.fpsml-rating-img.fpsml-rev-2{
  background: url(../images/rev-2.jpg);
      background-size: cover;
  
}
.fpsml-rating-img.fpsml-rev-3{
  background: url(../images/rev-3.jpg);
      background-size: cover;
}

.fpsml-slider-nav{
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:24px;
}

.fpsml-slider-nav button{
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    cursor:pointer;
    background:#F0751A;
    color:#fff;
    font-size:18px;
}
.fpsml-rating-card-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.fpsml-rating-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
}

.fpsml-rating-card {
    flex: 0 0 calc((100% - 48px) / 3);
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    /* filter: drop-shadow(0px 1.3681px 4.3129px rgba(0, 0, 0, 0.25)); */
}

.fpsml-slider-nav {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.fpsml-prev,
.fpsml-next {
    cursor: pointer;
}
.wps-fpsm-faq-wrap {
    margin-bottom: 80px;
}


.fpsml-ad-section-wrap {
    padding: 40px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    background: #F0751A;
    color: #fff;
    flex-wrap: wrap;
    gap: 24px;
}
.fpsml-ad-left {
    display: flex;
    align-items: center;
}
.fpsml-ad-left h4{
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #FFFFFF;
  margin: 0;
}
.fpsml-ad-left p{
  font-family: 'Urbanist';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
color: #FFFFFF;
margin: 0;
}
.fpsml-ad-content {
    margin-left: 12px;
}
.fpsml-ad-btn {
    display: flex;
    gap: 16px;
}
.fpsml-ad-btn .fpsml-pri {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    background: #F0751A;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    text-decoration: none;
    color: #fff;
}
.fpsml-ad-btn a.fpsml-pri:hover {
    background: #ed6500;
}
.fpsml-ad-btn a.fpsm-secondary:hover {
    background: #ded9d9;
}
.fpsml-ad-btn a.fpsm-secondary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    gap: 10px;
    background: #FFFFFF;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}
.fpsml-ad-btn a.fpsm-secondary input.fpsml-button-secondary {
    padding: 0;
    background: transparent;
    line-height: 120%;
    color: #F0751A !important;
}
.fpsml-ad-btn input.fpsml-hero-button-primary,
.fpsml-ad-btn input.fpsml-hero-button-secondary{
  font-size: 16px;
}
span.fpsml-how-it-work-tag {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    background: #FEECE1;
    margin: auto  ;
    border-radius: 8px;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    width: fit-content;
    color: #F97015;
    margin-bottom: 32px;
}
.fpsml-ad-btn input.fpsml-hero-button-primary,
.fpsml-ad-btn input.fpsml-button-secondary{
  font-size: 16px !important;
  margin: 0;
}
.fpsml-how-it-work-section {
    margin-bottom: 80px;
}




/* how it work */

.fpsml-hiw-des {
    display: flex;
    padding: 24px 16px;
}
.fpsml-hiw-card {
    max-width: 280px;
    border-radius: 24px;
    border: 1px solid #dad9d9;
    /* filter: drop-shadow(0px 1px 9px rgba(0, 0, 0, 0.25)); */
    position: relative;
}
.fpsml-hiw-img-wrap {
    display: flex;
    border-radius: 24px 24px 0px 0px;
    box-sizing: border-box;
    width: 100%;
    
    overflow: hidden;
    max-height: 184px;
    min-height: 184px;
    align-items: center;
    justify-content: center;
}
.fpsml-hiw-card-wrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.fpsml-crd-1 .fpsml-hiw-img-wrap {
    background: #FFF6F0;
}
.fpsml-crd-2 .fpsml-hiw-img-wrap {
    background: #EDF4FE;
}
.fpsml-crd-3 .fpsml-hiw-img-wrap {
    background: #E6F7F2;
}
.fpsml-crd-4 .fpsml-hiw-img-wrap {
    background: #F2EBFD;
}
.fpsml-crd-2 .fpsml-num  {
    background: #1C80FD;
}
.fpsml-crd-3 .fpsml-num  {
    background: #12B188;
}
.fpsml-crd-4 .fpsml-num  {
    background: #9151F2;
}
.fpsml-demo-card.crd-2 .fpsm-demo-icon-wrap{
  background: #1C80FD;
}
.fpsml-demo-card.crd-3 .fpsm-demo-icon-wrap{
  background: #12B188;
}
.fpsml-demo-card.crd-4 .fpsm-demo-icon-wrap{
  background: #9151F2;
}


.fpsml-num {
    display: flex;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 120px;
    top: -20px;
    background: #FD680C;
    border-radius: 27.8667px;
    justify-content: center;
    align-items: center;
    font-family: 'Urbanist';
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 150%;
color: #fff;
text-align: center;
}
.fpsml-hiw-icon-icon {
    display: flex;
    min-width: 48px;
    width: 48px;
    height: 48px;
    background: #FEF0E5;
    border-radius: 8px;
    margin-right: 16px;
    justify-content: center;
    align-items: center;
}

.fpsml-hiw-content h4 {
    width: fit-content;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
    margin-bottom: 8px;
}
.fpsml-hiw-content p {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    margin: 0;
}
@media all and (max-width: 767px) {
  .fpsml-header {
    display: block;
  }
  img.upgrade-image {
    width: 100%;
}
  .fpsml-check-demo-section p{
    flex-wrap: wrap;
  }
  .fpsml-header h1 {
    font-size: 34px;
  }

  .fpsml-grid-wrap {
    overflow-x: auto;
  }

  .fpsml-header {
    top: 0;
  }

  .fpsml-form-lists-table tr th {
    padding: 15px 15px;
  }

  .fpsml-grid-wrap {
    margin-top: 0;
  }

  table.fpsml-form-lists-table tbody tr,
  table.fpsml-form-lists-table thead tr {
    display: flex !important;
    flex-wrap: nowrap;
  }
  table.fpsml-form-lists-table tbody tr td,
  table.fpsml-form-lists-table thead tr th {
    flex: 1;
    max-width: 160px;
    min-width: 160px;
    position: static !important;
  }

  table.fpsml-form-lists-table tbody tr td:nth-child(2),
  table.fpsml-form-lists-table thead tr th:nth-child(2) {
    min-width: 300px;
    max-width: 300px;
  }

  table.fpsml-form-lists-table tfoot {
    display: none;
  }

  .fpsml-field-wrap > label {
    width: 100%;
  }

  .fpsml-form-wrap .fpsml-field,
  .fpsml-field {
    padding-left: 0;
    max-width: 100%;
  }
  .fpsml-form,
  .form.fpsml-form-wrap,
  form.fpsml-form-wrap {
    padding: 20px;
  }

  .fpsml-shortcode-wrapper,
  .fpsml-shortcode-common {
    display: block;
  }

  .fpsml-field-body {
    padding: 15px;
  }

  .fpsml-form-fields-wrap,
  .fpsml-custom-field-add-form {
    float: none;
    width: 100%;
  }

  .fpsml-form-template-preview-img,
  .fpsml-post-template-preview-img {
    max-width: 100%;
  }
  .fpsml-trust-card-wrap {
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

  .fpsml-hero-section {
    flex-direction: column;
}
.fpsml-hero-btn {
    flex-direction: column;
    gap: 16px;
}
.fpsml-wrap {
    padding: 8px;
}
.fpsml-feat-card {
    max-width: 330px;
}
.fpsml-hero-section {
    padding: 25px 16px;
}
.fpsml-demo-card-wrap {
    flex-direction: column;
    align-items: center;
}
.fpsml-hero-img-wrap {
    margin-top: 32px;
}
.fpsml-hero-img-wrap img {
    width: 100%;
}
.fpsml-rating-card-wrap {
    flex-direction: column;
}
.fpsml-hero-left, .fpsml-hero-right {
    width: 100%;
}
  h1.fpsml-hero-heading {
    font-size: 26px;
}
.fpsml-hero-feat li {
    font-size: 16px;
}
input.fpsml-hero-button-primary {
    font-size: 16px;
}
.fpsml-hero-btn a input.fpsml-button-secondary {
    font-size: 16px;
}
.fpsml-hero-btn a {
    padding: 14px 24px;
}
h2.fpsml-title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.fpsml-demo-card h5 {
    font-size: 20px;
}
.fpsml-demo-card p {
    font-size: 14px;
}
.fpsml-review-name {
    font-size: 14px;
}
.fpsml-review-subject {
    font-size: 12px;
}
.fpsml-demo-card {
    min-width: 209px;
}
.fpsml-hiw-card-wrap {
    justify-content: center;
}
}

@media screen and (min-width: 1600px) {
  .fpsml-feat-img img {
    width: auto;
    max-width: unset;
}


}  

@media (min-width: 770px) and (max-width: 1280px) {
.fpsml-demo-card-wrap {
    flex-wrap: wrap;
    justify-content: center;
}
.fpsml-hiw-card-wrap {
    justify-content: center;
}
  .fpsml-demo-card{
    min-width: 230px;
  }
  h1.fpsml-hero-heading {
    font-size: 26px;
}
.fpsml-hero-feat li {
    font-size: 16px;
}
input.fpsml-hero-button-primary {
    font-size: 16px;
}
.fpsml-hero-btn a input.fpsml-button-secondary {
    font-size: 16px;
}
.fpsml-hero-btn a {
    padding: 16px 24px;
}
h2.fpsml-title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.fpsml-demo-card h5 {
    font-size: 20px;
}
.fpsml-demo-card p {
    font-size: 14px;
}
.fpsml-review-name {
    font-size: 14px;
}
.fpsml-review-subject {
    font-size: 12px;
}
.fpsml-rating-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fpsml-hero-feat li {
    margin-bottom: 16px;
    margin-top: 8px;
    line-height: 120%;
}
}
@media all and (min-width: 1580px) {
  .fpsml-feat-card {
    max-width: 425px;
  }
  .fpsml-demo-card {
    min-width: 235px;
}

}
@media (min-width: 1460px) and (max-width: 1579px) {
  .fpsml-demo-card{
    min-width: 200px;
  }
}
@media all and (min-width: 1440px) {
  .fpsml-feature-card-wrap {
    display: grid;
        gap: 18px;
    grid-template-columns: repeat(3, 1fr);
}
.fpsml-hiw-card-wrap{
      display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.fpsml-ad-section-wrap {
    padding: 40px;
    display: flex;;
    color: #fff;
    flex-wrap: nowrap;
}
}
