/* ===== DEPOSIT: Reorder Booking Fee after Subtotal ===== */
.uwsbreakdown .uws-togglecoll:first-child .uws-togglecoll-inner,
.uwspricesbreakdown .uws-togglecoll:first-child .uws-togglecoll-inner {
  display: flex;
  flex-direction: column;
}

.uwspricesbreakdown .uws-togglecoll:first-child .uwsbreakitem-subtotal {
  order: 1;
}

.uwspricesbreakdown .uws-togglecoll:first-child .uwsbreakitem-citysales2 {
  order: 2;
  margin-top: 0px;
}

.uwspricesbreakdown .uws-togglecoll:first-child .uwsbreakitem-total {
  order: 3;
}

/* ===== SPEND AGREEMENT: Reorder Booking Fee after GST ===== */
.uwspricesbreakdown .uws-togglecoll:last-child .uws-togglecoll-inner {
  display: flex;
  flex-direction: column;
}

.uwspricesbreakdown .uws-togglecoll:last-child .uwsbreakitem-subtotal {
  order: 1;
}

.uwspricesbreakdown .uws-togglecoll:last-child .uwsbreakitem-servcharge1 {
  order: 2;
}

.uwspricesbreakdown .uws-togglecoll:last-child .uwsbreakitem-citysales1 {
  order: 3;
}

.uwspricesbreakdown .uws-togglecoll:last-child .uwsbreakitem-citysales2 {
  order: 4;
  margin-top: 0px;
}

.uwspricesbreakdown .uws-togglecoll:last-child .uwsbreakitem-balancedue {
  order: 5;
}

.uwspricesbreakdown .uws-togglecoll:last-child .uwsbreakitem-total {
  order: 6;
}