html,body{
    background-color: #F5F5EE !important;
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 70%, rgba(238,238,238,1) 100%) !important; */
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-family: "Inter", Arial, sans-serif !important;
  }
  
  .hide {
      display: none;
  }
  
  .body_container {
    height: 100%;
  }
  
  .dated {
    margin-left: 12px;
    color: #999;
  }
  
  .code-container {
    position: relative;
  }
  
  .code-container pre {
    max-height: 250px;
    overflow-y: auto;
    padding-top: 14px !important;
  }
  
  
  pre.prettyprint {
    min-height: 50px;
    vertical-align: middle !important;
  }

  .copy-btn-right {
    position: absolute;
    top: 14px;
    right: 24px;
    cursor: pointer;
    padding: 5px 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 14px;
  }
  
  .main_list p {
    margin-top: 18px;
    margin-bottom: 6px;
    padding-left: 16px;
    font-weight: bold;
    color: #999;
  }
  
  table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
      }
      th, td {
        border: 1px solid #ddd;
        padding: 8px 16px !important;
        text-align: left;
      }
      thead th:first-child {
        min-width: 200px;
      }
      tbody tr {
        height: 64px !important;
      }
      th {
        background-color: #f2f2f2;
      }
  
      .sign_table thead th:first-child {
        min-width: 100px;
      }
  
      .sign_table thead th:nth-child(2) {
        min-width: 200px;
      }
  
  
      div.tip {
        padding: 4px 12px;
        border: 2px solid #F26522aa;
        border-radius: 1px;
        background: #fff3e6;
        font-size: 12px;
        margin-top: 12px;
        vertical-align: middle;
        background: #F8FAFC;
        border: 2px solid #C7D2FE;
        color: #334155;
      }
  
  
      div.tip h4 {
        font-size: 12px;
      }
  
      div.tip p {
        font-size: 12px !important;
        vertical-align: middle;
        margin: 0;
      }
  
  
  
  br {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 68px;
    padding-bottom: 0px;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    transition: top 0.5s ease-in-out;
    -webkit-transition: top 0.5s ease-in-out;
    z-index: 99999;
    background-color: #F5F5EE;
  }
  
  .header .header_top {
    position: relative;
    display: block;
    width: calc(100% - 32px);
    height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
    background-color: #F5F5EE;
  }
  
  
  .header .support_email {
    position: absolute;
    top: 16px;
    right: 24px;
    color: #444;
    padding-left: 26px;
    text-decoration: none;
    background: url('../../assets/email.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left 30%;
  }
  
  
  .app-search {
    padding-bottom: 6px;
    display: block;
    position: absolute;
    top: 14px;
    left: calc(50% - 225px);
    /* right: 48px; */
    margin: 0;
    height: 32px;
    width: 450px;
    z-index: 99999999999999999999999 !important;
    /* pointer-events: none; */
  }
  
  
  
  .header_top .search_bar {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    height: 32px;
    width: 100%;
    padding: 11px 24px 10px 24px;
    background: #FDFDF8 url("../../assets/search-hover.png") !important;
    background-repeat: no-repeat !important;
    background-position: 5px 48% !important;
    background-size: 17px !important;
    border-radius: 6px !important;
    border: none;
    border: 1px solid #aaa;
    color: #000 !important;
    text-align: left !important;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 8px -3px #0001;
  }
  
  
  .search_bar:focus {
    border-color: #268BD2;
    /* border-color: #ccc !important; */
   }
  
   .search_bar:-webkit-autofill,
   .search_bar:-webkit-autofill:hover,
   .search_bar:-webkit-autofill:focus,
   .search_bar:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
   }
  
  
  
   .app-search .search_results {
     display: none;
     min-height: 150px;
     max-height: 450px;
     width: 100%;
     background: #fff;
     border: 1px solid #ccc;
     border-color: transparent #ccc #ccc #ccc;
     border-bottom-left-radius: 4px;
     border-bottom-right-radius: 4px;
     list-style: none;
     padding: 8px 0;
     overflow-y: auto;
     box-shadow: 0 3px 8px -3px #0002;
   }
  
  
    .app-search .search_results li:not(.no_results) {
      margin: 2px 8px;
      padding: 8px 24px 8px 8px;
      border-bottom: 1px solid #ccc;
      background: url('../../assets/chevron-right-dark-24px.png');
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: calc(100% - 7px) center;
    }
  
    .app-search .search_results li:last-child {
      border: none;
    }
  
    .app-search .search_results li:hover {
      cursor: pointer;
      background-color: #eee;
    }
  
    .app-search .search_results .no_results {
      margin: 2px 8px;
      padding: 8px 24px 8px 8px;
      cursor: default;
      background-color: transparent !important;
    }
  
    .app-search .search_results li:hover .topic {
      color: #268BD2;
    }
  
    .app-search .search_results li .topic {
      font-size: 15px;
      font-weight: bold;
      margin-bottom: 0;
    }
  
  
  .logo {
    position: relative;
    top: 14px;
    left: 0px;
    display: inline-block;
    background: url('../../assets/farebin_em.png');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: left center;
    min-width: 100px;
    padding: 8px 0 8px 46px;
    color: #000;
    font-weight: bold;
  }
  
  .logo:hover, .logo:focus {
    color: #000;
    text-decoration: none;
  }
  
  
  .header .header_bottom {
    background-color: #FDFDF8;
    position: relative;
    display: block;
    width: 100% ;
    padding: 0 32px 0 8px;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }
  
  
  .nav_ul {
    display: inline-block;
    padding: 16px 0;
    list-style: none;
    margin: 0;
  }
  
  
  .nav_ul li {
    display: inline-block;
    padding: 2px 8px;
    margin: 0 !important;
    font-weight: bold;
  }
  
  .nav_ul li a {
    text-decoration: none !important;
    color: #444;
    /* font-weight: bold; */
    cursor: pointer;
    margin: 0 !important;
    font-weight: normal;
  }
  
  .nav_ul li a:hover {
    text-decoration: none !important;
    color: #268BD2;
    cursor: pointer;
  }
  
  .header .header_bottom .nav_icon {
    height: 10px;
    margin: 0 -8px !important;
    background: url("../assets/chevron-right-dark-24px.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .create_new {
    position: absolute;
    top: 12px;
    right: 8px;
    padding: 6px 32px 6px 16px;
    /* border: 1px solid #268BD2; */
    border-radius: 4px;
    color: #fff;
    /* font-weight: bold; */
    text-decoration: none;
    cursor: pointer;
    background: #000 url("../assets/chevron-right-light-24px.png");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 8px) 49%;
    opacity: 0.9;
  }
  
  .create_new:hover {
    color: #fff;
    opacity: 1;
    box-shadow: 0 3px 8px -3px #0002;
    text-decoration: none;
  }
  
  
  
  
  .form {
    position: relative;
    top: 117px;
    height: calc(100% - 118px);
    margin: 0 !important;
  }
  
  .row {
    width: 100%;
    display: block !important;
    margin: 0 auto !important;
  }
  
  
  .form .row {
    display: block;
    height: 100%;
  }
  
  .form .outline {
    height: 100%;
    border-right: 1px solid #ccc;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 2px;
    padding-left: 2px;
    padding-right: 8px;
  }
  
  .form .outline ol {
    padding: 0;
    text-align: left;
    margin-left: 0;
    counter-reset: item;
    width: 100%;
    list-style: none;
    overflow-x: hidden;
  }
  
  .form .outline ol li {
    position: relative;
    margin: 2px 0 4px 0;
    padding: 2px 8px 2px 16px;
    cursor: pointer;
    color: #000;
    counter-increment: item;
    font-weight: normal;
    font-size: 13px;
  }
  
  .form .version {
    color: #888;
    font-size: 12px;
    margin-top: 0;
    padding: 8px 8px 0 10px;
  }
  
  .form .outline ol .section {
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
    padding: 16px 8px 2px 8px;
  }
  
  .form .outline ol .active {
    color: #268BD2;
  }
  
  .form .outline .main_list {
    overflow-x: hidden;
  }
  
  
  .form .builder {
      position: relative;
      height: 100%;
      overflow: hidden;
      overflow-y: auto;
      padding-top: 0px;
  }



  .new_key_div {
    position: relative;
  }
  
  .form .copy_new_key {
    background: transparent url("../../assets/copy.png");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center right;
    width: 80px;
    height: 32px;
    position: absolute;
    top: 13px;
    right: 8px;
    padding-top: 6px;
    cursor: pointer;
    color: #268BD2;
  }

  .form input[type=text] {
    padding: 12px 92px 12px 14px;
    margin: 6px 0 8px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
    color: #000 !important;
    text-align: left !important;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    -ms-user-select: text;
    user-select: text;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 8px -3px #0001;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  
  
  .form input:focus {
    border-color: #268BD2;
  }
  
  
  
  .form .builder .section_head {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto 24px auto;
    padding: 8px 0;
    background: transparent;
    /* border-bottom: 1px solid #000; */
  }
  
  
  .form .builder .section_head.zapier h1 {
    background: url("../../assets/farebin_em.png");
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 48px;
  }
  
  .form .builder .section_head .section_name {
      display: inline-block;
      margin: 0 auto;
      width: calc(100% - 45px);
      min-width: 100px;
      padding: 8px;
      color: #000;
      font-weight: bold;
      font-size: 24px;
      border: none;
      border-bottom: 1px solid transparent;
      text-overflow:ellipsis;
      background: transparent;
      box-sizing: border-box;
      -webkit-box-sizing:border-box;
      -moz-box-sizing: border-box;
  }
  
  .form .builder .block_container {
    position: relative !important;
    display: block;
    margin: 16px auto;
    padding-bottom: 16px;
    padding-top: 0px;
    width: 100%;
    /* border-right: 2px solid transparent; */
  }
  
  .form .builder .block_container .block {
    cursor: auto;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 8px 24px 24px 24px;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #ccc;
    /* border-radius: 6px; */
    /* box-shadow: 0 4px 12px -3px #0002; */
    -webkit-transition: width 0.5s ease-in-out, height 0.35s ease-in-out;
    -moz-transition:    width 0.5s ease-in-out, height 0.35s ease-in-out;
    -ms-transition:     width 0.5s ease-in-out, height 0.35s ease-in-out;
    -o-transition:      width 0.5s ease-in-out, height 0.35s ease-in-out;
    transition:         width 0.5s ease-in-out, height 0.35s ease-in-out;
  }
  
  .form .builder .active .block {
    width: 100%;
    /* border: 2px solid #268BD2; */
    -webkit-transition: border 0.75s ease-in-out;
    -moz-transition:    border 0.75s ease-in-out;
    -ms-transition:     border 0.75s ease-in-out;
    -o-transition:      border 0.75s ease-in-out;
    transition:         width 0.15s ease-in-out, border 0.75s ease-in-out;
  }
  
  .form .builder .uid_ref {
    cursor: pointer;
  }
  
  .form .builder .block h3 {
    margin-bottom: 24px;
  }
  
  .form .builder .block p img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
  }
  
  .form .builder .block p .send_btn {
    position: relative;
    top: 0px;
    background-color: #111;
    color: #fff;
    border-radius: 4px;
    padding: 8px 24px;
    margin: 0 0 0 8px;
    cursor: pointer;
    user-select: none;
  }
  
  .form .builder .block p .okay_btn {
    padding: 7px 16px 7px 40px;
    margin: 0px 4px;
    /* height: 32px; */
    line-height: 23px;
    background: #000 url("../../assets/valid_light.png");
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 8px 45%;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    user-select: none;
  }
  
  
  
  .form .builder .block p .reject_btn {
    display: inline-block;
    padding: 5px 16px;
    margin: 0 2px;
    position: relative;
    top: 11px;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: darkRed url("../../assets/disliked.png");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center 70%;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    user-select: none;
  }
  
  
  .form .builder .block .email_example {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
  }
  
  .form .builder .block .sms_example {
    width: 50%;
    height: auto;
    margin-bottom: 32px;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
  }
  
  
  .footer {
    margin: 16px 8px 0 8px;
    padding: 32px 16px 16px 16px;
    font-size: 12px;
    text-align: center;
  }




ol img {
  border: 1px solid #999;
  height: 150px;
  margin-bottom: 16px;
}
  
  .page-layout { display: grid; grid-template-columns: 180px minmax(0, 1fr); min-height: 100vh; }
  .sidebar { position: sticky; top: 0; height: 100vh; overflow-y: auto; padding: 2rem 1rem; border-right: 0.5px solid #e5e5e5; background: #fafafa; }
  .main-content { padding: 2.5rem 3rem 4rem; max-width: 1100px; }
 
  .sidebar-label { font-size: 10px; font-weight: 600; color: #999; text-transform: uppercase; letter-spacing: .06em; padding: 0 10px; margin-bottom: 4px; margin-top: 1.25rem; }
  .sidebar-label:first-child { margin-top: 0; }
  .nav-pill { display: block; font-size: 13px; color: #555; padding: 5px 10px; border-radius: 6px; cursor: pointer; transition: background .15s; }
  .nav-pill:hover { background: #efefef; color: #111; }
  .nav-pill.active { background: #efefef; color: #111; font-weight: 500; }
 
  .section-desc code { font-family: 'SF Mono', Monaco, monospace; font-size: 11px; background: #f3f3f3; padding: 1px 5px; border-radius: 3px; }
 
 
  .endpoint-badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: .75rem; }
  .method-pill { background: #dbeafe; color: #1d4ed8; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 4px; font-family: monospace; }
  .method-pill-post {background: #eafcdd; color: #217005;}
  .method-pill-delete {background: #d8709332; color: red;}
  .method-pill-patch {background: #fff0d5; color: rgb(145, 109, 0);}
  .endpoint-path { font-family: 'SF Mono', Monaco, monospace; font-size: 14px; color: #111; font-weight: 600; }
 
  /* Each param-row pairs a table on the left with a code block on the right */
  .param-row {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,0.8fr);
    gap: 0;
    border-top: 0.5px solid #e5e5e5;
    padding-top: 2rem;
    margin-top: 2rem;
    align-items: start;
  }
  .param-row:first-child { margin-top: 1.5rem; }
  .row-left { padding-right: 2.5rem; }
  .row-right { padding-left: 2rem; border-left: 0.5px solid #e5e5e5; }
 
  /* .row-left, .row-right {
    box-sizing: border-box;
  }
  .param-table thead th:first-child { min-width: 0; }
  .param-table th,
  .param-table td { word-break: break-word; overflow-wrap: break-word; } */
  

  .param-table { width: 100%; border-collapse: collapse; font-size: 13px; }
  .param-table th { font-size: 10px; font-weight: 600; color: #999; text-transform: uppercase; letter-spacing: .05em; padding: 0 8px 8px; text-align: left; border-bottom: 0.5px solid #e5e5e5; }
  .param-table td {  position: relative; padding: 9px 8px; border-bottom: 1px solid #ddd; vertical-align: middle; line-height: 1.5; }
  
  .param-table tr:last-child td {  }
  .param-name { font-family: 'SF Mono', Monaco, monospace; font-size: 12px; color: #111; font-weight: 600; display: block; }
  .nested .param-name { padding-left: 29px; font-family: 'SF Mono', Monaco, monospace; font-size: 12px; color: #888; font-weight: 600; display: block; }
  .double-nested .param-name { padding-left: 56px; }


  .double-nested { display: none;  }

  .toggle-btn {
    cursor: pointer;
  }

  .toggle-btn::after {
    content: "+";
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 18px;
    height: auto;
    margin-left: 2px;
    text-align: center;
    vertical-align: middle;
    padding: 4px 0;
    
    outline: none;
    border: none;
    background-color: transparent;
    font-size: 15px;
    color: #999;
  }

  
  .collapsed .toggle-btn::after {
    content: "+";
  }

  
  .expanded .toggle-btn::after {
    content: "-";
    font-size: 16px;
  }

  .toggle-btn:hover {
    color: #268BD2;
  }

  .toggle-btn:hover::after {
    color: #268BD2;
  }
  

  /* The L-shaped connector */
.tree-line {
  position: relative;
  display: inline-block;
  width: 20px;   /* Distance from the left margin */
  height: 4px;  /* Matches line height */
  margin-right: 4px;
}

.tree-line::before {
  content: "";
  position: absolute;
  top: -16px;    /* Extends up to meet the parent/previous sibling */
  left: 10px;    /* Horizontal position of the vertical line */
  width: 1px;
  height: 38px;  /* Length of vertical line */
  background: #cccc; /* Light gray color for the line */
}

.tree-line::after {
  content: "";
  position: absolute;
  top: 14px;     /* Vertical position of the horizontal line */
  left: 10px;    /* Starts at the vertical line */
  width: 11px;   /* Length of horizontal line */
  height: 1px;
  background: #ccc;
}

.double-nested .tree-line::before {
  left: 38px;    /* Horizontal position of the vertical line */
}

.double-nested .tree-line::after {
  left: 38px;    /* Starts at the vertical line */
}

.type-badge { vertical-align: middle; font-family: 'SF Mono', Monaco, monospace; font-size: 11px; border: 1px solid #7ec448; color: #166534; background: #dcfce7; padding: 2px 6px; border-radius: 3px; white-space: nowrap; }
  
.nested .type-badge {
  opacity: 0.6;
}

.req-badge { font-size: 10px; font-weight: 600; color: #9a3412; background: #ffedd5; padding: 2px 6px; border: 1px solid #f8855f99; border-radius: 3px; display: inline-block; margin-bottom: 4px; }
  .param-desc { font-size: 12px; color: #444; line-height: 1.55;  }
  .param-desc code { font-family: 'SF Mono', Monaco, monospace; font-size: 11px; background: #f3f3f3; padding: 1px 4px; border-radius: 3px; color: #111; }
 
  .param-desc .optional {
    background-color: #ececec; color: #919191; border: 1px solid #c5c5c5; font-size: 10px; padding: 2px 5px; border-radius: 4px; margin-right: 4px;
  }

  .nested .param-desc {
    color: #888;
  }

  .code-block { position: relative; background: #f8f8f8; border: 0.5px solid #e5e5e5; border-radius: 8px; overflow: hidden; margin-bottom: 1.25rem; }
  .code-header { display: flex; align-items: center; justify-content: space-between; padding: 8px 14px; border-bottom: 0.5px solid #e5e5e5; background: #f2f2f2; }
  .code-lang { font-size: 10px; color: #999; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; }
  .copy-btn { display: flex; align-items: center; gap: 5px; font-size: 11px; background-color: #ccc;
    color: #666; border: none; cursor: pointer; padding: 3px 8px; border-radius: 4px; transition: background .15s; font-family: inherit; }
  .copy-btn:hover { color: #fff; background: #007BFF; }
  .copy-btn.copied { color: #217005; background: #eafcdd; }
  .code-body { padding: 14px 16px; overflow-x: auto; }
  .code-body pre { font-family: 'SF Mono', Monaco, Consolas, monospace; font-size: 12px; line-height: 1.75; color: #111; white-space: pre; }
  .request-get .code-body pre { max-height: 3000px; }
  .request-post .code-body pre { max-height: 1000px; }
 
  
  
  @media (max-width: 1188px) {

    .param-row {
      grid-template-columns: minmax(0,0.8fr) minmax(0,0.5fr);
    }
    
  }

  
  @media (max-width: 1090px) {

    .param-row {
      grid-template-columns: 0.8fr;
    }

    .row-left, .row-right {
      box-sizing: border-box;
      width: 100vh;
    }
    
  }


  @media (max-width: 990px) {

    .param-row {
      grid-template-columns: 0.8fr;
    }

    .row-left, .row-right {
      box-sizing: border-box;
      width: 80vh;
    }
    
  }


  @media (max-width: 670px) {

    .block { 
      width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Ensures smooth touch-scrolling on iOS */

    }

    .block table { 
      width: 100%;
  min-width: 600px; /* Forces layout stability so columns do not collapse too tightly */
  border-collapse: collapse;
    }


    .param-row {
      grid-template-columns: 1fr;
    }

    .row-left, .row-right {
      box-sizing: border-box;
      width: 50vh;
      padding: 0;
    }
    
 
    .header {
        right: 0 !important;
        width: 100%;
      }
  
      .app-search {
        left: calc(50% - 128px) !important;
        width: 302px !important;
      }
  
      .header .header_bottom {
        padding: 0 8px;
      }
  
      .logo {
        padding: 8px 0 8px 40px;
      }
  
      .create_new {
        top: 16px;
        opacity: 0.76;
        padding: 5px 26px 5px 12px;
        background-position: calc(100% - 5px) 49%;
      }
  
      .form {
        overflow-y: auto;
      }
  
      .form .outline {
        height: auto !important;
        overflow: hidden;
      }
  
      .form .builder {
        height: auto !important;
        overflow: hidden;
        margin-top: 50px;
      }

      .form .builder .block {
        padding: 8px 0 !important;
      }
  }
  