.header-brand-divider {
  width: 1px;
    height: 34px;
    background: #0A1827;
    border-radius: 2px;
    margin: 0 17px;
    flex-shrink: 0;
    margin-left: 0;
}

.header-brand-label {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.header-brand-label-top {
  color: #7CC149;
    font-size: 17px;
    font-weight: 600;
}

.header-brand-label-bottom {
  color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.sd-content {
  padding: 9px 16px;
  display: flex;
  flex-direction: column;
      gap: 15px;
}

.sd-summary-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.sd-summary-card {
      border-radius: 8px;
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
      margin-bottom: 0px;
}
.sd-summary-card .card-body{
      padding: 35px 30px;
	  padding-right: 45px;
}

.sd-summary-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sd-summary-label {
  font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(35, 64, 93, 0.6);
    margin: 0px 0 10px 0;
}

.sd-summary-value {
  font-size: 38px;
    font-weight: 600;
    color: #23405D;
    margin: 0;
    line-height: 1;
}

.sd-summary-icon {
  
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sd-summary-icon .material-symbols-outlined {
  font-size: 28px;
  color: var(--fusion-green-600, #7cc149);
}

.sd-pipeline-card {
  border-radius: 8px;
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}
.sd-pipeline-card .card-body{
    padding: 18px 22px;
    padding-bottom: 30px;
}

.sd-pipeline-toolbar {
  display: flex;
  align-items: center;
  gap: 12px;
      justify-content: space-between;
  
}

.sd-pipeline-title {
      font-weight: 700;
    color: rgba(35, 64, 93, 0.8);
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 16px;
    margin-right: 26px;
}


.sd-search-wrap {
  display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    border: 1px solid #D4DCEB;
    border-radius: 6px;
    overflow: hidden;
    background: #ECF0FA;
    height: 40px;
    width: 352px;
}

.sd-search-input {
  flex: 1;
    border: none;
    background: transparent;
    padding: 0 12px;
    font-size: 0.8rem;
    color: var(--fusion-blue-700, #23405d);
    outline: none;
    min-width: 0;
}

.sd-search-input::placeholder {
  color: #b0bac6;
}

.sd-search-btn {
  background: #FFFFFF;
    border: none;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #7cc149;
    border-radius: 0px 6px 6px 0px;
    padding: 7px 10px 8px 10px;
}

.sd-search-btn .material-symbols-outlined {
  font-size: 20px;
    color: rgba(35, 64, 93, 0.8);
}


.sd-manage-btn {
  display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #7CC149;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 0 18px;
    height: 44px;
    font-size: 11.5px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
}

.sd-manage-btn .material-symbols-outlined {
  font-size: 16px;
}


.sd-chevron-btn {
  background: transparent;
    border: none;
    padding: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--fusion-blue-700, #23405d);
    flex-shrink: 0;
    margin-left: 5px;
}

.sd-chevron-btn .material-symbols-outlined {
  color: rgba(35, 64, 93, 0.6);
  font-size: 36px;
}




.sd-stage {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
}

.sd-stage--application {
  background: #e3f0ff;
  color: #1558c0;
}

.sd-stage--underwriting {
  background: #fff4e0;
  color: #c25e00;
}

.sd-stage--approved {
  background: #e4f7e4;
  color: #1e7e34;
}

.sd-stage--documentation {
  background: #f3e8ff;
  color: #6b21a8;
}

.sd-stage--sanctioned {
  background: #e0f7f5;
  color: #00796b;
}

@media (max-width: 768px) {
  .sd-content {
    padding: 16px;
    gap: 16px;
  }

  .sd-summary-row {
    grid-template-columns: 1fr;
  }

  .sd-pipeline-toolbar {
    flex-wrap: wrap;
    gap: 10px;
  }

  .sd-search-wrap {
    flex-basis: 100%;
    order: 3;
  }
}

.settings_btn {    background-color: transparent;
    border: none;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8cbf5a;
    margin-right: 17px;}
.sd_menu {display: flex; width: 44%;}
.sd_nbb {padding-right: 17px;}
.sd-pipeline-card .collapse {margin-top: 24px;}
.sd_buttons {    display: flex;
    align-items: center;}
.sd-title-search {display: flex;
    align-items: center;}



.sd-quote-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sd-quote-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sd-quote-title {
  font-size: 16px;
    font-weight: 700;
    color: rgba(35, 64, 93, 0.8);
    text-transform: uppercase;
    margin: 0;
}

.sd-quote-subtitle {
  font-size: 11px;
    color: rgba(35, 64, 93, 0.8);
    margin: 0 0 6px 0;
    font-weight: 600;
}


.sd-form-section-label {
      font-size: 14px;
    font-weight: 700;
    color: rgba(35, 64, 93, 0.6);
    text-transform: uppercase;
    margin-bottom: 0;
}


.sd-ltv-input {
  background: #f4f6fb !important;
  color: rgba(35, 64, 93, 0.5) !important;
  cursor: default;
}


.sd-result-stack {
  display: flex;
  flex-direction: column;
      gap: 13px;
  height: 100%;
}

.sd-result-card {
  border-radius: 8px;
    border: 1px solid #DBE4FC;
    margin-bottom: 0;
    padding: 22.4px 21px;
}

.sd-result-card .card-body {
  padding: 14px 18px;
}

.sd-result-inner {
  display: flex;
      align-items: start;
  justify-content: space-between;
  gap: 12px;
}

.sd-result-text {
  flex: 1;
  min-width: 0;
}

.sd-result-label {
      font-size: 12px;
    font-weight: 500;
    color: #7CC149;
    text-transform: capitalize;
    margin: 0 0 16px 0;
}

.sd-result-value {
  font-size: 18px;
    font-weight: 700;
    color: #23405D;
    text-transform: uppercase;
    margin: 0px 0 0px 0;
    white-space: nowrap;
}

.sd-result-desc {
  font-size: 11.5px;
    color: rgba(35, 64, 93, 0.6);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}

.sd-result-icon {
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.sd-result-icon img {
  object-fit: contain;
  display: block;
}

@media (max-width: 991px) {
  .sd-result-stack {
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .sd-quote-title {
    font-size: 15px;
  }
}

.di_header  {border: 1px solid #DBE4FC;
    padding: 14px 19px;
    border-radius: 8px 8px 0 0;}
.di_form_section {    padding: 25px 19px 20px 19px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #DBE4FC;
    border-top: none;}
.user_management .di_form_section.form_section .form-group label {
    color: #23405D;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}
.sd-clear-btn {    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #7CC149;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 0 13px;
    height: 30px;
    font-size: 11px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;}

.sd-clear-btn .material-symbols-outlined {
    font-size: 16px;
}
.user_management .pricing_form_section.form_section .form-group label {
    color: #23405D;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.sd-pricing-divider {
      border: none;
    border-top: 2px solid rgba(35, 64, 93, 0.2) !important;
    margin: 22px 0 35px 0;
}

.sd-series-check {
      display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 7px;
}

.sd-series-radio {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
    height: 16px;
 border: 1px solid #7CC149;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  transition: border-color 0.15s, background 0.15s;
}

.sd-series-radio:checked {
      border-color: #7CC149;
    background: #fff;
}

.sd-series-radio:checked::after {
      content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7CC149;
}

.sd-series-label {
  color: #23405D;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.sd-series-input {
  background: #ECF0FA !important;
  border: 1px solid #D4DCEB !important;
  color: #23405D !important;
  font-size: 14px;
  cursor: default;
}

.sd-fee-label-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.sd-fee-info {
  font-size: 16px !important;
  color: rgba(35, 64, 93, 0.4);
  cursor: help;
  vertical-align: middle;
      color: #23405D;
}

.sd-percent-btn {
  color: #23405D;
    font-size: 14px;
    font-weight: 600;
}

.sd-calculated-input {
  background: #f4f6fb !important;
  color: rgba(35, 64, 93, 0.5) !important;
  cursor: default;
  font-size: 13px !important;
  text-align: center;
}

.radio_lable {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio_lable input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio_lable .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio_lable:hover input ~ .checkmark {
  background-color: #ccc;
}

.radio_lable input:checked ~ .checkmark {
  background-color: #2196F3;
}

.radio_lable .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio_lable input:checked ~ .checkmark:after {
  display: block;
}

.radio_lable .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.percent-input-wrap {    width: 50%;
    position: relative;}
    .percent-input-wrap img{    position: absolute;
    top: 12px; right: 13px;}
.pricing_form_section .input-group {gap: 10px;}
.calculate_input {
  border-radius: 5px !important;
  
}
.percentage_input {padding-right: 37px !important;}
.days_input {padding-right: 60px !important;}
.percent-input-wrap span {    position: absolute;
    top: 13px;
    right: 17px;
    color: #8798AB;
    font-size: 12.5px;
    font-weight: 500;}
.sd-title-search small {    color: rgba(35, 64, 93, 0.6);
    font-size: 12px;
    font-weight: 500;}
.sd-ao-btn {display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #7CC149;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 0 18px;
    height: 33px;
    font-size: 11px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
  border: 1px solid #7CC149;}
.sd-ao-btn .material-symbols-outlined {
    font-size: 16px;
}
.sd-quote-card .card-body {
    padding: 18px 22px;
    
}
.sd-action-card .card-body {
    padding: 15px 22px;
}
.sd-action-toolbar {    display: flex;
    align-items: center;
    
    justify-content: center;}

.sd-action-card {min-height: 225px; border-radius: 0;}
.sd_action_buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sd-ao-outline-btn {display: inline-flex;
    align-items: center;
    gap: 7px;
    background: transparent;
    color: #7CC149;
    border: none;
    border-radius: 5px;
    padding: 0 18px;
    height: 33px;
    font-size: 11px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
    border: 1px solid #7CC149;}

