/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 
 #wpfooter{
  display: none;
 }
.image_change {
    text-align: center !important;
    background: #2196f370 !important;
    cursor: pointer !important;
}

.image_add {
    text-align: center !important;
    background: #2d7daf !important;
    cursor: pointer !important;
}

.disableInput {
    border: none !important;
    pointer-events: none;
}

.epf_cards {
    display: flex;
    flex-wrap: wrap;
}

.epf_card {
    margin: auto;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
    padding: .7em 2em 1em;
    min-width: 255px;
    max-width: 520px;
    height: auto;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    background: #fff;
    box-sizing: border-box;
}


.epf_column {
    float: left;
    width: 30%;
    margin-bottom: 16px;
    padding: 0 8px;
    display: table;
  }
  
  @media screen and (max-width: 650px) {
    .epf_column {
      width: 100%;
      display: block;
    }
  }

  .title {
    color: grey;
  }
  .epf_form_type_error{
    color:red
  }
  .epf_button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .epf_button:hover {
    background-color: #555;
  }

  .epf_color_img_upload_icon{
      cursor: pointer;
      width: 220px;
      height: 85px;
      border: #0f1010 2px solid;
      border-style: dashed;
  }

  .epf_delete_btn{
    color: white !important;
    background-color: #d22e7a !important;
  }
  .epf_save_btn{
    color: white !important;
    background-color: #7cbe4d !important;
  }
  .epf_add_errors{
    font-size: 10px;
    color: red;
  }
  .epf_add_info{
    font-size: 14px;
    color: green;
  }
  .epf_accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px 10px;
    margin: 0% 3%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .epf_accordion_active, .epf_accordion:hover {
    background-color: #ccc;
  }
  
  .epf_accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .epf_accordion_active:after {
    content: "\2212";
  }
  
  .epf_accordion_panel {
    padding: 0px 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    margin: 0% 3%;
    transition: max-height 0.2s ease-out;
    border-left: #cccccc;
    border-right: #cccccc;
    border-style: solid;
  }



  .tooltip {
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  
  /* Tooltip text */
  .tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
   
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    width: 160px;
    top: 100%;
    left: 50%;
    margin-left: -80px;
    word-wrap: break-word;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
  .tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }

 /* new Css  */
 .epf_topnav {
  overflow: hidden;
  background-color: #333;
  margin-top: 5%;
}

.epf_topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
}

.epf_topnav a:hover {
  background-color: #ddd;
  color: black;
}

.epf_topnav a.active {
  background-color: #04AA6D;
  color: white;
}
.card{
  max-width: none !important;
  margin-top: 0px !important;
  padding: 0px 0px 0px !important;}

.epf-admin-wrap {
    padding: 20px 10px 40px;
}

.epf-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}

@media screen and (min-width: 960px) {
    .epf-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.epf-card {
    background: #ffffff;
    border: 1px solid #d9dde1;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    padding: 24px;
}

.epf-card-highlight {
    border-color: #0b8f72;
}

.epf-card-header h2 {
    margin: 0 0 8px;
    font-size: 1.2rem;
}

.epf-card-subtitle {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.epf-card-body {
    margin-top: 18px;
}

.epf-field-group {
    margin-bottom: 16px;
}

.epf-field-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.epf-field-group input,
.epf-field-group select {
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
}

.epf-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.epf-list-empty {
    color: #6b7280;
    font-size: 0.95rem;
    padding: 14px 0;
}

.epf-list-item {
    padding: 12px 0;
    border-bottom: 1px solid #e5e7eb;
}

.epf-item-meta {
    margin-top: 4px;
    color: #4b5563;
    font-size: 0.95rem;
}

.epf-status-text {
    margin-top: 20px;
    font-size: 1rem;
}

.epf-status-success {
    color: #0b8f72;
}

.epf-status-error {
    color: #c53030;
}

.epf-status-muted {
    color: #6b7280;
}

.epf-status-message {
    margin-top: 16px;
}
}
.epf-price-box{
  float: left;
  width: 60% !important;
  margin-left: 5%;
}

.epf-price-box-table{
  float: left;
  width: 25% !important;
  margin-left: 5%;
}
.epf-price-label{
  float: left;
}
.save-price-button{
  width: 29% !important;
  padding: 0px !important;
}
.save-btn-show{
  display: block !important;
}
.save-btn-hide{
  display: none !important;
  transition: opacity 1s ease-out !important;
  opacity: 0;
}
.loader {
display: none;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999;
opacity:0.50;
background: #F5F5F5 url(images/ajax-loader.gif) center center no-repeat;
}
.epf_setting_cb_multi_success_msg{
  color:green;
}
.hidden{
  display: none;
}
.epf_content_common{
  margin-top: 2%;
  background-color: #ccc;
}
.epf_cat_list_item_header{
  /* background-color: #333; */
  color:white;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  margin-top:5px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.epf_cat_list_control{
  float: right;
}
.epf_cat_list_control a{
  color: white !important;
  text-decoration: none !important;
  text-align: center;
  padding: 14px 16px;
  cursor: pointer;
}
.epf_cat_list_control span{
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  cursor: pointer;
}
.epf_cat_list_control a:hover{
  background-color: #ddd;
  color: black;
}
.epf_cat_list_control span:hover{
  background-color: #ddd;
  color: black;
}
.epf_cat_list_control .removeItem{
  color: red;
}
.item_level0 .epf_cat_list_item_header{
  background-color: green;
}
.item_level1 .epf_cat_list_item_header{
  background-color: rgb(138, 202, 42);
}
.item_level2 .epf_cat_list_item_header{
  background-color: rgb(47, 172, 255);
}
.item_level3 .epf_cat_list_item_header{
  background-color: rgb(134, 13, 214);
}
.item_level4 .epf_cat_list_item_header{
  background-color: rgb(131, 93, 104);
}
.item_level5 .epf_cat_list_item_header{
  background-color: rgb(116, 52, 133);
}
.item_level6 .epf_cat_list_item_header{
  background-color: rgb(86, 179, 90);
}
.item_level7 .epf_cat_list_item_header{
  background-color: rgb(247, 167, 19);
}
.item_level8 .epf_cat_list_item_header{
  background-color: rgb(218, 215, 49);
}
.add_new {
  border:5px dotted;
  margin-top: 1%;
  margin-bottom: 1%;
}
.button_div{
  text-align: center;
  margin: 2%;
}
.button_div button {
  padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
}
.button_div button:hover{
  background-color: #008CBA;
  color: white;
}
/* The Modal (background) */
.epf_admin_modal {
  display: none; /* Hidden by default */
  position: absolute;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: white;
}

/* Modal Content */
.epf_modal_content {
  background-color: #fefefe;
    margin-top: 12%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.epf_close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.epf_close:hover,
.epf_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#submitRequest{
  padding: 10px;
  margin: 10px;
  cursor: pointer;
}
.epf_setting_area {
  padding: 2%;
}
.epf_setting_area input{
  margin-top:2%
}
.epf_form_type{
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  border-radius: 16px;
}
.epf_form_type:hover{
  background-color: #f1f1f1;
}
.epf_assigned_cats {
  position: relative;
  display: inline;
}
.epf_form_cat_remove{
  cursor: pointer;
    position: inherit;
    top: 29%;
    padding: 3px;
    transform: translate(0%, -50%);
    color: red;
}
.epf_add_cat_to_form{
  cursor: pointer;
}
.epf_gold:hover{
  background-color: #fff;
}

.epf_gold button{
  pointer-events: none;
  cursor: none;
}
.epf_gold button:disabled {
  
}
.epf_gold_span{
  color: red;
  font-size: 28px;
}


/* css for feature list */

.epf_premium_feature {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 2rem;
  padding: 2rem;
  font-family: "Exo 2", sans-serif;
  color: var(--color);
  background: var(--bgColor);
  text-align: center;
}

.epf_premium_feature h1 { text-align: center }

.epf_premium_feature ol {
  width: min(60rem, 90%);
  margin-inline: auto;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;

  list-style: none;
  counter-reset: stepnr;
}

.epf_premium_feature li:nth-child(6n + 1) { --accent-color: #b8df4e }
.epf_premium_feature li:nth-child(6n + 2) { --accent-color: #4cbccb }
.epf_premium_feature li:nth-child(6n + 3) { --accent-color: #7197d3 }
.epf_premium_feature li:nth-child(6n + 4) { --accent-color: #ae78cb }
.epf_premium_feature li:nth-child(6n + 5) { --accent-color: #7dc7a4 }
.epf_premium_feature li:nth-child(6n + 6) { --accent-color: #f078c2 }

.epf_premium_feature ol li {
  counter-increment: stepnr;
  width: 14rem;
  --borderS: 0.5rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(var(--borderS) + 2rem);
  position: relative;
}
.epf_premium_feature ol li::before,
.epf_premium_feature ol li::after {
  inset: 0;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #4b943382;
  line-height: 1.1;
}
.epf_premium_feature ol li::before {
  content: counter(stepnr);
  color: var(--accent-color);
  padding-left: 10rem;
  padding-top: 1rem;
  font-size: 4rem;
  font-weight: 700;
  overflow: hidden;
}

.epf_premium_feature ol li::after {
  content: "";
}

.epf_premium_feature ol li > * { width: 7.5rem }
.epf_premium_feature ol li .icon { font-size: 2rem; color: var(--accent-color); text-align: center }
.epf_premium_feature ol li .title { font-size: 1rem; font-weight: bold }
.epf_premium_feature ol li .descr { font-size: 0.8rem; font-weight: 300 }

.epf_btn-group{
  text-align: center;
}
.epf_btn-group a {
  background-color: #04AA6D; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  text-decoration: none;
}

/* Clear floats (clearfix hack) */
.epf_btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.epf_btn-group a:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.epf_btn-group a:hover {
  background-color: #3e8e41;
}


/* Flow setup wizard */
.epf-flow-wizard-wrap {
  padding: 18px 16px 40px;
  color: #1d2327;
}

.epf-flow-shell {
  max-width: none;
  margin: 0;
}

.epf-flow-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 8px 0 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.epf-kicker {
  margin: 0 0 8px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.epf-flow-hero h1 {
  margin: 0;
  color: #111827;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.epf-hero-copy {
  max-width: 650px;
  margin: 10px 0 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.55;
}

.epf-hero-actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.epf-docs-link.button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
}

.epf-hero-status {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  min-height: 34px;
  padding: 6px 12px;
  color: #7f1d1d;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 999px;
  font-weight: 700;
}

.epf-hero-status.is-active {
  color: #065f46;
  background: #ecfdf5;
  border-color: #a7f3d0;
}

.epf-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
}

.epf-guide-accordion {
  margin-top: 8px;
  background: #ffffff;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  box-shadow: none;
}

.epf-guide-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  color: #111827;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.epf-guide-accordion summary::-webkit-details-marker {
  display: none;
}

.epf-guide-accordion__icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.epf-guide-accordion__icon::before,
.epf-guide-accordion__icon::after {
  content: "";
  position: absolute;
  background: #0f766e;
  border-radius: 999px;
}

.epf-guide-accordion__icon::before {
  top: 7px;
  left: 2px;
  width: 12px;
  height: 2px;
}

.epf-guide-accordion__icon::after {
  top: 2px;
  left: 7px;
  width: 2px;
  height: 12px;
}

.epf-guide-accordion[open] .epf-guide-accordion__icon::after {
  display: none;
}

.epf-guide-accordion__content {
  padding: 0 20px 18px;
  color: #4b5563;
  border-top: 1px solid #eef2f7;
}

.epf-guide-accordion__content p {
  margin: 14px 0 12px;
  font-size: 14px;
  line-height: 1.6;
}

.epf-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.epf-guide-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  color: #0f766e;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.epf-guide-links a:hover,
.epf-guide-links a:focus {
  color: #115e59;
  background: #ccfbf1;
  border-color: #5eead4;
}

.epf-wizard-layout {
  display: block;
  margin-top: 14px;
}

.epf-stepper {
  display: flex;
  flex-direction: row;
  gap: 0;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dcdcde;
  border-radius: 0;
  box-shadow: none;
}

.epf-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  min-height: 42px;
  padding: 8px 18px;
  color: #374151;
  text-align: left;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  cursor: pointer;
}

.epf-step:hover:not(:disabled),
.epf-step.is-active {
  background: transparent;
  border-color: #0f766e;
}

.epf-step.is-active {
  color: #111827;
  box-shadow: none;
}

.epf-step:disabled {
  opacity: 0.48;
  cursor: not-allowed;
}

.epf-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #0f766e;
  background: #ccfbf1;
  border-radius: 50%;
  font-weight: 800;
}

.epf-step strong,
.epf-step small {
  display: block;
}

.epf-step strong {
  font-size: 14px;
  line-height: 1.25;
}

.epf-step small {
  display: none;
}

.epf-wizard-panel-wrap {
  min-width: 0;
  padding-top: 16px;
}

.epf-wizard-panel {
  display: none;
  min-height: 460px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.epf-wizard-panel.is-active {
  display: block;
}

.epf-panel-header {
  max-width: none;
  margin-bottom: 14px;
}

.epf-panel-header h2 {
  margin: 0;
  color: #111827;
  font-size: 22px;
  line-height: 1.25;
}

.epf-panel-header p {
  margin: 6px 0 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
}

.epf-flow-wizard-wrap .epf-field-group {
  margin-bottom: 18px;
}

.epf-flow-wizard-wrap .epf-flow-dependent {
  display: none;
}

.epf-flow-wizard-wrap .epf-field-group label {
  margin-bottom: 8px;
  color: #111827;
  font-weight: 700;
}

.epf-flow-wizard-wrap .epf-field-group input,
.epf-flow-wizard-wrap .epf-field-group select {
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: none;
}

.epf-flow-wizard-wrap .epf-field-group input:focus,
.epf-flow-wizard-wrap .epf-field-group select:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 1px #0f766e;
}

.epf-field-wide {
  max-width: 560px;
}

.epf-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 720px;
}

.epf-field-span {
  grid-column: 1 / -1;
}

.epf-checkbox-row {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  cursor: pointer;
}

.epf-flow-wizard-wrap .epf-checkbox-row input[type="checkbox"] {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 2px;
  appearance: auto;
  -webkit-appearance: checkbox;
}

.epf-settings-panel textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
}

.epf-category-picker {
  position: relative;
}

.epf-category-picker__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #ffffff;
  color: #111827;
  text-align: left;
  cursor: pointer;
}

.epf-category-picker__toggle:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 1px #0f766e;
  outline: none;
}

.epf-category-picker__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  padding: 10px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.epf-category-picker__search {
  margin: 0 0 8px !important;
}

.epf-category-picker__list {
  max-height: 240px;
  overflow-y: auto;
}

.epf-category-picker__option {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 8px;
  border-radius: 6px;
  color: #111827;
  cursor: pointer;
}

.epf-category-picker__option:hover {
  background: #f1f5f9;
}

.epf-category-picker__option.is-disabled {
  color: #94a3b8;
  cursor: not-allowed;
  background: #f8fafc;
}

.epf-category-picker__option.is-disabled:hover {
  background: #f8fafc;
}

.epf-category-picker__option input {
  width: 16px !important;
  min-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  margin: 0;
  padding: 0 !important;
  appearance: auto;
  -webkit-appearance: checkbox;
}

.epf-category-picker__empty {
  padding: 10px 8px;
  color: #64748b;
}

.epf-flow-wizard-wrap .epf-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.epf-flow-wizard-wrap .button {
  min-height: 38px;
  border-radius: 6px;
}

.epf-flow-wizard-wrap .button-primary,
.epf-primary-action {
  background: #0f766e !important;
  border-color: #0f766e !important;
  color: #ffffff !important;
}

.epf-flow-wizard-wrap .button-primary:hover,
.epf-primary-action:hover {
  background: #115e59 !important;
  border-color: #115e59 !important;
}

.epf-onboarding-frame-shell {
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: #f8fafc;
}

.epf-onboarding-iframe {
  display: block;
  width: 100%;
  min-height: 740px;
  border: 0;
  background: transparent;
}

.epf-connected-card,
.epf-manual-key-fallback {
  max-width: 720px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  background: #ffffff;
}

.epf-connected-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.epf-connected-card strong,
.epf-manual-key-fallback summary {
  color: #111827;
  font-weight: 700;
}

.epf-connected-card p {
  margin: 6px 0 0;
  color: #4b5563;
}

.epf-manual-key-fallback summary {
  cursor: pointer;
}

.epf-panel-toolbar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.epf-flow-picker {
  max-width: 720px;
}

.epf-flow-option {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  margin-bottom: 10px;
  background: #f8fafc;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  cursor: pointer;
}

.epf-flow-option:hover {
  border-color: #94a3b8;
  background: #ffffff;
}

.epf-flow-option input {
  margin-top: 2px;
}

.epf-flow-option strong,
.epf-flow-option small {
  display: block;
}

.epf-flow-option strong {
  color: #111827;
  font-size: 14px;
}

.epf-flow-option small {
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
}

.epf-flow-wizard-wrap .epf-list-empty {
  padding: 18px;
  color: #64748b;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
}

.epf-flow-wizard-wrap .epf-list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
}

.epf-flow-wizard-wrap .epf-list-item-main {
  min-width: 0;
}

.epf-flow-wizard-wrap .epf-list-actions {
  display: flex;
  gap: 8px;
  justify-self: end;
}

.epf-flow-wizard-wrap .epf-edit-assignment,
.epf-flow-wizard-wrap .epf-delete-assignment {
  min-width: 74px;
  min-height: 34px;
}

.epf-flow-wizard-wrap .epf-delete-assignment {
  color: #b91c1c;
  border-color: #fecaca;
  background: #fff7f7;
}

.epf-flow-wizard-wrap .epf-delete-assignment:hover,
.epf-flow-wizard-wrap .epf-delete-assignment:focus {
  color: #991b1b;
  border-color: #fca5a5;
  background: #fee2e2;
}


.epf-flow-wizard-wrap .epf-list-item strong {
  color: #111827;
  font-size: 14px;
}

.epf-flow-wizard-wrap .epf-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-top: 6px;
  color: #64748b;
  font-size: 13px;
}

.epf-flow-wizard-wrap .epf-item-meta span {
  color: #0f766e;
  font-weight: 700;
}

.epf-flow-wizard-wrap .epf-status-text {
  min-height: 24px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
}

.epf-flow-wizard-wrap .epf-status-success {
  color: #047857;
}

.epf-flow-wizard-wrap .epf-status-error {
  color: #b91c1c;
}

.epf-flow-wizard-wrap .epf-status-muted {
  color: #64748b;
}

@media screen and (max-width: 640px) {
  .epf-flow-wizard-wrap .epf-list-item {
    grid-template-columns: 1fr;
  }

  .epf-flow-wizard-wrap .epf-delete-assignment {
    justify-self: start;
  }
}

@media screen and (max-width: 900px) {
  .epf-flow-hero,
  .epf-wizard-layout {
    display: block;
  }

  .epf-hero-actions {
    justify-content: flex-start;
    margin-top: 16px;
  }

  .epf-stepper {
    margin: 16px 0;
  }
}

@media screen and (max-width: 640px) {
  .epf-flow-wizard-wrap {
    padding: 16px 10px 32px;
  }

  .epf-flow-hero,
  .epf-wizard-panel {
    padding: 20px;
  }

  .epf-flow-hero h1 {
    font-size: 24px;
  }

  .epf-form-grid {
    grid-template-columns: 1fr;
  }
}



/* Flow assignment cards */

.epf-flow-wizard-wrap .epf-hidden-select {
  position: absolute;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0;
  pointer-events: none;
}

.epf-flow-wizard-wrap #epf-flow-cards.epf-flow-card-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
  margin: 0 0 22px;
  padding: 0;
  border: 0;
  background: transparent;
}

.epf-flow-wizard-wrap #epf-flow-cards.epf-list-empty {
  display: block !important;
  padding: 18px;
  color: #64748b;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
}

.epf-flow-wizard-wrap .epf-flow-card {
  display: flex !important;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.epf-flow-wizard-wrap .epf-flow-card.is-selected {
  border-color: #0f766e;
  box-shadow: 0 0 0 1px #0f766e;
}

.epf-flow-wizard-wrap .epf-flow-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.epf-flow-wizard-wrap .epf-flow-card__title {
  min-width: 0;
}

.epf-flow-wizard-wrap .epf-flow-card__title strong {
  display: block;
  margin: 0 0 6px;
  color: #111827;
  font-size: 14px;
  line-height: 1.3;
}

.epf-flow-wizard-wrap .epf-flow-card__title code,
.epf-flow-wizard-wrap .epf-list-item-main code {
  display: block;
  max-width: 100%;
  padding: 0;
  color: #64748b;
  background: transparent;
  font-size: 12px;
  line-height: 1.35;
  white-space: normal;
  word-break: break-word;
}

.epf-flow-wizard-wrap .epf-flow-card__badge {
  flex: 0 0 auto;
  padding: 4px 8px;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.epf-flow-wizard-wrap .epf-flow-card.is-attached .epf-flow-card__badge {
  color: #047857;
  background: #d1fae5;
}

.epf-flow-wizard-wrap .epf-flow-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.epf-flow-wizard-wrap .epf-flow-card__actions .button {
  min-height: 34px;
}

.epf-flow-wizard-wrap .epf-panel-toolbar {
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 18px;
}

.epf-flow-wizard-wrap .epf-assignment-editor {
  margin: 0 0 22px;
  padding: 18px;
  background: #f8fafc;
  border: 1px solid #dbe3ea;
  border-radius: 8px;
}

.epf-flow-wizard-wrap .epf-assignment-editor__header h3,
.epf-flow-wizard-wrap .epf-section-title {
  margin: 0 0 6px;
  color: #111827;
  font-size: 18px;
  line-height: 1.3;
}

.epf-flow-wizard-wrap .epf-assignment-editor__header p {
  margin: 0 0 16px;
  color: #64748b;
}

.epf-flow-wizard-wrap .epf-studio-frame-panel {
  margin: 0 0 20px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.epf-flow-wizard-wrap .epf-studio-frame {
  display: block;
  width: 100%;
  height: calc(100vh - 150px);
  min-height: 980px;
  background: #f8fafc;
  border: 1px solid #dcdcde;
  border-radius: 4px;
}

.epf-flow-wizard-wrap .epf-studio-frame-error {
  padding: 14px 16px;
  color: #92400e;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
}

@media screen and (max-width: 782px) {
  .epf-connected-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .epf-flow-wizard-wrap .epf-studio-frame {
    height: calc(100vh - 130px);
    min-height: 760px;
  }
}
