.account-toggle {
  background: #fefcfb;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.toggle-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #eaf4fc;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 500;
  color: #2b2b2b;
}

/* Toggle Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 34px;
  transition: 0.3s;
}

.slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}

.switch input:checked + .slider {
  background-color: #4ab4f4;
}

.switch input:checked + .slider::before {
  transform: translateX(19px);
}

/* Content area */
.toggle-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 14px;
  padding: 10px 16px;
  background: #fff;
  border-radius: 10px;
}

/* Two equal columns */
.toggle-content .section {
  width: auto !important;
}

.section h4 {
  color: #2b3b4c;
  margin-bottom: 8px;
  font-size: 14px;
}

.section select {
  width: 100%;
  padding: 8px 12px;
  border-radius: 10px;
  border: none;
  background: #fff5eb;
  color: #333;
  font-size: 14px;
  outline: none;
  border-radius: 8px !important;
  font-family: var(--headingFontLight);
  letter-spacing: inherit;
  color: currentcolor;
  border: 0px;
  box-sizing: content-box;
  padding: 16.5px 14px;
}

/* Checkbox group */
.checkbox-group {
  display: flex;
  gap: 20px;
  font-size: 14px;
  flex-wrap: wrap;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 6px;
}

/* Divider between the two sections */
.divider {
  width: 1px;
  height: 80px;
  background: #d8d8d8;
  align-self: center;
  margin: 0px 20px !important;
}
.direction_sec .checkbox-group label {
  display: flex;
  align-items: center;
}
.direction_sec .checkbox-group input[type="checkbox"] {
  margin-right: 6px;
  height: 20px;
  width: 20px;
}



/************************ invite manager default setting css *****************/

.vertical-radio .rz-stack {
    flex-direction: column !important;
    align-items: center;
    justify-content: space-between !important;
    gap: 5px;
}

.DefaultsettingCardHeading {
    background: #3BB5FC;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.DefaultsettingCard {
    flex: 1;
    min-width: 300px;
    background: #EFF6FB !important;
    border-radius: 12px !important;
    padding: 15px !important;
    border: 1px solid #eee;
    box-shadow: none !important;
}
.PaymentToggle .rz-cell-data {
    overflow: visible !important;
}

.PaymentToggle button.rz-numeric-button.rz-numeric-down.rz-button {
    bottom: 7px !important;
}
.PaymentToggle button.rz-numeric-button.rz-numeric-up.rz-button {
    top: 7px !important;
}


.expand-section {
    margin-top: 10px;
}

.custom-field {
    display: flex;
    flex-direction: column !important;
    width: 100%;
}

    .custom-field .form-label {
        display: block !important;
        width: 100%;
        margin-bottom: 6px;
        font-size: 13px;
        font-weight: 500;
    }

    .custom-field .rz-numeric {
        width: 100% !important;
    }

    .custom-field .rz-inputtext {
        width: 100% !important;
    }



.status-pending {
    background: #eef5fb !important;
    color: #1976D2 !important;
    border: 1px solid #1976D2 !important;
    border-radius: 16px !important;
    padding: 2px 9px !important;
}

/* Approved */
.status-approved {
    background: #E6F9F0 !important;
    color: #057A55 !important;
    border: 1px solid #057A55 !important;
    border-radius: 16px !important;
    padding: 2px 9px !important;
}

/* Rejected */
.status-rejected {
    background: #FDECEA !important;
    color: #B42318 !important;
    border: 1px solid #F04438 !important;
    border-radius: 16px !important;
    padding: 2px 9px !important;
}

.doc-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.doc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    background-color: #f9fafb;
    transition: all 0.2s ease;
    cursor: pointer;
}

    .doc-item:hover {
        background-color: #eef4ff;
        text-decoration:none;
    }

.doc-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-weight: 500;
}

.file-icon {
    color: #5c6bc0;
    font-size: 20px;
}

.action-icon {
    color: #1976d2;
    font-size: 18px;
}

.doc-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.backBtn {
    background: #fff !important;
    border: none;
    padding: 14px 30px !important;
    color: #46a3f6 !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    transition: background 0.3s ease;
    border: 1px solid #46a3f6 !important;
}


.stepper-container {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px 0;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.step-circle {
    width:20px;
    height: 20px;
    border-radius: 50%;
    border: 2.5px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

    /* COMPLETE — solid green fill + white tick */
    .step-circle.step-complete {
        background-color: #22c55e;
        border-color: #22c55e;
    }

    /* ACTIVE / IN PROGRESS — white bg + orange border + orange dot */
    .step-circle.step-active {
        background-color: #ffffff;
        border-color: #f59e0b;
    }

    /* PENDING — solid grey, user hasn't reached this step yet */
    .step-circle.step-pending {
        background-color: #d1d5db;
        border-color: #9ca3af;
    }

.active-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f59e0b;
}

.pending-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #9ca3af;
}

.step-label {
    font-size: 12px !important;
    text-align: center;
    white-space: nowrap;
    color: #9ca3af !important;
    font-family: var(--HeadingFontLight) !important;
}

    .step-label.step-label-complete {
        color: #374151;
        font-weight: 500;
    }

    .step-label.step-label-active {
        color: #f59e0b;
        font-weight: 600;
    }

    .step-label.step-label-pending {
        color: #9ca3af;
        font-weight: 400;
    }

.step-line {
    flex: 1;
    height: 2px;
    margin: 0 2px;
    margin-bottom: 17px;
}

    .step-line.line-done {
        background-color: #22c55e;
    }

    .step-line.line-grey {
        background-color: #d1d5db;
    }

.template-icon {
    width: 32px;
    height: 32px;
    background: #F5F0FA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.draft-template-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}


.draft-template-modal-box {
    background: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 800px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    overflow: hidden;
}

.draft-template-modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #E0D5E8;
}

.draft-template-modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 3px;
}

.draft-template-modal-subtitle {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.draft-template-modal-close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
}

    .draft-template-modal-close:hover {
        background: #f3f4f6;
    }


.draft-template-modal-body {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
}


.draft-template-email-preview {
    background: #FAFAF8;
    border: 1px solid #E0D5E8;
    border-radius: 12px;
    padding: 24px 28px;
    font-size: 14px;
    color: #1f2937;
    line-height: 1.7;
}

.draft-template-email-from {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E0D5E8;
}

    .draft-template-email-from strong {
        color: #111827;
    }

.draft-template-email-preview p {
    margin: 0 0 12px;
}

.draft-template-email-link {
    color: #7C3AED;
    text-decoration: underline;
    cursor: pointer;
}

.draft-template-email-signature {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #E0D5E8;
    font-size: 13px;
    color: #6b7280;
}


.draft-template-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 24px;
    border-top: 1px solid #E0D5E8;
}

.email-chip {
    border-radius: 16px;
    padding: 4px 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: #2365D3;
    color: #fff;
}

.remove-chip {
    cursor: pointer;
    font-weight: bold;
}

.selectInput .rz-autocomplete-input {
    height: 56px;
}

/*****************Document view dialog css ************************/

.sdd-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px !important;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(0,0,0,.18) !important;
    padding: 0 !important;
    background: #fff;
}

.sdd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 16px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    flex-shrink: 0;
}

.sdd-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sdd-header-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #1a73e8 0%, #0d47a1 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

.sdd-title {
    font-size: 17px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.2;
}

.sdd-subtitle {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

.sdd-close-btn {
    background: #f5f5f5;
    border: none;
    border-radius: 8px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #555;
    transition: background .15s;
}

    .sdd-close-btn:hover {
        background: #e8e8e8;
    }


.sdd-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .sdd-body::-webkit-scrollbar {
        width: 5px;
    }

    .sdd-body::-webkit-scrollbar-thumb {
        background: #d0d8f0;
        border-radius: 4px;
    }


.sdd-section {
    border: 1px solid #e8ecf8;
    border-radius: 12px;
    overflow: hidden;
}

.sdd-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #f8faff;
    border-bottom: 1px solid #e8ecf8;
}

.sdd-section-badge {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    color: #fff;
}

    .sdd-section-badge.nda {
        background: linear-gradient(135deg, #667eea, #764ba2);
    }

    .sdd-section-badge.kyc {
        background: linear-gradient(135deg, #1a73e8, #0097a7);
    }

    .sdd-section-badge.terms {
        background: linear-gradient(135deg, #f093fb, #f5576c);
    }

.sdd-section-title-wrap {
    flex: 1;
}

.sdd-section-title {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
}

.sdd-section-desc {
    font-size: 11px;
    color: #888;
    margin-top: 1px;
}


.sdd-status-chip {
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    flex-shrink: 0;
}

    .sdd-status-chip.signed {
        background: #e8f5e9;
        color: #2e7d32;
    }

    .sdd-status-chip.verified {
        background: #e3f2fd;
        color: #1565c0;
    }

    .sdd-status-chip.accepted-chip {
        background: #fff3e0;
        color: #e65100;
    }


.sdd-section-body {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sdd-subsection-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #1a73e8;
    margin-bottom: 2px;
}

.sdd-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 4px 0;
}


.sdd-field-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

    .sdd-field-grid.cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }

.sdd-field.span-2 {
    grid-column: span 2;
}

.sdd-field {
    background: #f8f9fe;
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.sdd-field-label {
    font-size: 10px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.sdd-field-value {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a2e;
}

    .sdd-field-value.accepted {
        color: #2e7d32;
    }


.sdd-sig-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sdd-sig-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: #1a73e8;
}

.sdd-sig-box {
    border: 1.5px dashed #c5cae9;
    border-radius: 10px;
    padding: 16px;
    background: #fafbff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    min-height: 80px;
}

    .sdd-sig-box img {
        max-height: 70px;
        max-width: 240px;
        object-fit: contain;
    }

.sdd-sig-empty {
    font-size: 13px;
    color: #bbb;
    font-style: italic;
}


.sdd-doc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.sdd-doc-card {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1.5px solid #e8ecf8;
    border-radius: 10px;
    background: #fff;
    text-decoration: none;
    transition: all .15s;
    cursor: pointer;
}

    .sdd-doc-card:hover:not(.disabled) {
        border-color: #1a73e8;
        background: #f0f4ff;
        box-shadow: 0 2px 8px rgba(26,115,232,.12);
        text-decoration:none !important;
    }

    .sdd-doc-card.disabled {
        opacity: .45;
        cursor: not-allowed;
        pointer-events: none;
    }

.sdd-doc-icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #e8f0fe;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #1a73e8;
    flex-shrink: 0;
}

.sdd-doc-info {
    flex: 1;
    overflow: hidden;
}

.sdd-doc-name {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sdd-doc-hint {
    display: block;
    font-size: 10px;
    color: #1a73e8;
    margin-top: 2px;
}

.sdd-doc-action {
    font-size: 15px;
    color: #1a73e8;
    flex-shrink: 0;
}


.sdd-pricing-table {
    border: 1px solid #e8ecf8;
    border-radius: 8px;
    overflow: hidden;
}

.sdd-pricing-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}

    .sdd-pricing-row:last-child {
        border-bottom: none;
    }

    .sdd-pricing-row.header {
        background: #f0f4ff;
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .6px;
        color: #1a73e8;
        padding: 8px 14px;
    }

    .sdd-pricing-row:not(.header):hover {
        background: #fafbff;
    }

.sdd-fee {
    font-weight: 600;
    color: #1a1a2e;
}


.sdd-terms-agree {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #e8f5e9;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #2e7d32;
}

.sdd-agree-icon {
    font-size: 18px;
    color: #2e7d32;
}


.sdd-footer {
    padding: 14px 24px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    background: #fff;
}

.sdd-close-primary {
    min-width: 100px;
}


@@media (max-width: 640px) {
    .sdd-field-grid,
    .sdd-field-grid.cols-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .sdd-doc-grid {
        grid-template-columns: 1fr;
    }

    .sdd-steps {
        display: none;
    }

    .sdd-field.span-2 {
        grid-column: span 2;
    }
}


/************** balance to balance  page css ****************/

.btb-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 20px;
    font-family: var(--headingFont);
}


.btb-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-family: var(--headingFont);
}

.btb-page-title {
    font-size: 20px;
    color: #111827;
    font-weight: 400;
    font-family: var(--headingFont);
    margin: 0 0 4px 0;
}

.btb-page-sub {
    font-size: 13px;
    color: #6B7280;
    margin: 0;
    font-family: var(--HeadingFont);
}

.btb-help-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 16px;
    border-radius: 20px;
    background: #EFF6FF;
    color: #2365D3;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #BFDBFE;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background 0.15s;
    font-family: var(--HeadingFont);
}

    .btb-help-btn:hover {
        background: #DBEAFE;
    }

.btb-help-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #2365D3;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


.btb-help-panel {
    background: #F8FAFF;
    border: 1px solid #BFDBFE;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    display: none;
    font-family: var(--HeadingFont);
}

    .btb-help-panel.open {
        display: block;
    }

.btb-help-title {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #2365D3;
    margin-bottom: 12px;
    font-family: var(--HeadingFont);
}

.btb-help-step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #DBEAFE;
    font-family: var(--HeadingFont);
}

    .btb-help-step:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.btb-help-num {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #2365D3;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
    font-family: var(--HeadingFont);
}

.btb-help-text {
    font-size: 13px;
    color: #1E3A8A;
    line-height: 1.5;
    font-weight: 600;
    font-family: var(--HeadingFont);
}

.btb-help-sub {
    font-size: 12px;
    color: #2365D3;
    font-family: var(--HeadingFont);
    margin-top: 2px;
}


.btb-steps-bar {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0;
    padding-bottom: 4px;
    font-family: var(--HeadingFont);
}

.btb-step-pill {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #E5E7EB;
    background: #F9FAFB;
    color: #9CA3AF;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: var(--HeadingFont);
}

    .btb-step-pill.active {
        background: #EFF6FF;
        color: #2365D3;
        border-color: #93C5FD;
    }

    .btb-step-pill.done {
        background: #F0FDF4;
        color: #15803D;
        border-color: #86EFAC;
    }

.btb-step-num {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    background: #E5E7EB;
    color: #6B7280;
    flex-shrink: 0;
    font-family: var(--HeadingFont);
}

.btb-step-pill.active .btb-step-num {
    background: #2365D3;
    color: #fff;
}

.btb-step-pill.done .btb-step-num {
    background: #15803D;
    color: #fff;
    font-size: 10px;
}

.btb-step-connector {
    height: 1px;
    width: 20px;
    background: #E5E7EB;
    flex-shrink: 0;
    font-family: var(--HeadingFont);
}


.btb-card {
    background: #fff;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 20px 24px;
    margin-bottom: 16px;
}

.btb-card-label {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #212121;
    font-family: var(--HeadingFont);
    margin-bottom: 14px;
}


.btb-balance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    font-family: var(--HeadingFont);
    margin-top: 14px;
}

@media (max-width: 600px) {
    .btb-balance-grid {
        grid-template-columns: 1fr;
    }
}

.btb-bal-chip {
    background: #F9FAFB;
    border: 1px solid #E5E7EB;
    font-family: var(--HeadingFont);
    border-radius: 10px;
    padding: 12px 16px;
}

.btb-bal-chip-label {
    font-size: 11px;
    color: #6B7280;
    margin-bottom: 4px;
    font-family: var(--HeadingFont);
}

.btb-bal-chip-value {
    font-size: 18px;
    font-weight: 600;
    font-family: var(--HeadingFont);
    color: #111827;
}

.btb-bal-chip-currency {
    font-size: 11px;
    color: #9CA3AF;
    font-family: var(--HeadingFont);
    margin-top: 2px;
}


.btb-direction-row {
    display: grid;
    grid-template-columns: 1fr 44px 1fr;
    gap: 12px;
    align-items: center;
    margin-top: 4px;
    font-family: var(--HeadingFont);
}

@media (max-width: 600px) {
    .btb-direction-row {
        grid-template-columns: 1fr;
    }

    .btb-arrow-mid {
        transform: rotate(90deg);
    }
}

.btb-arrow-mid {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--HeadingFont);
}

.btb-arrow-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #EFF6FF;
    border: 1px solid #2365D3;
    display: flex;
    align-items: center;
    justify-content: center;
}


.btb-fee-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 4px;
    font-family: var(--HeadingFont);
}

@media (max-width: 600px) {
    .btb-fee-grid {
        grid-template-columns: 1fr;
    }
}

.btb-field-label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 6px;
    font-family: var(--HeadingFont);
    display: block;
}

    .btb-field-label .req {
        color: #EF4444;
        font-family: var(--HeadingFont);
    }


.btb-summary-box {
    background: #F0FDF4;
    border: 1px solid #86EFAC;
    border-radius: 10px;
    padding: 14px 16px;
    margin-top: 16px;
    font-family: var(--HeadingFont);
}

.btb-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    padding: 4px 0;
    font-family: var(--HeadingFont);
}

.btb-summary-label {
    color: #15803D;
    font-family: var(--HeadingFont);
}

.btb-summary-value {
    font-weight: 600;
    font-family: var(--HeadingFont);
    color: #14532D;
}

.btb-summary-divider {
    height: 1px;
    background: #86EFAC;
    margin: 8px 0;
}

.btb-summary-total-label {
    font-weight: 600;
    color: #14532D;
    font-size: 14px;
    font-family: var(--HeadingFont);
}

.btb-summary-total-value {
    font-weight: 700;
    color: #14532D;
    font-size: 16px;
    font-family: var(--HeadingFont);
}


.btb-notes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    font-family: var(--HeadingFont);
    margin-top: 14px;
}

@media (max-width: 600px) {
    .btb-notes-grid {
        grid-template-columns: 1fr;
    }
}

.btb-char-count {
    font-size: 11px;
    color: #9CA3AF;
    text-align: right;
    font-family: var(--HeadingFont);
    margin-top: 4px;
}


.btb-action-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 8px;
    border-top: 1px solid #F3F4F6;
    margin-top: 4px;
    flex-wrap: wrap;
    font-family: var(--HeadingFont);
}


.btb-vis-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    padding: 2px 7px;
    border-radius: 10px;
    margin-left: 6px;
    vertical-align: middle;
    font-family: var(--HeadingFont);
}

.btb-vis-public {
    background: #DBEAFE;
    color: #2365D3;
    font-family: var(--HeadingFont);
}

.btb-vis-private {
    background: #FEF3C7;
    color: #B45309;
    font-family: var(--HeadingFont);
}


.btb-divider {
    height: 1px;
    background: #F3F4F6;
    margin: 16px 0;
}

