
@import "~normalize.css/normalize.css";
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900&display=swap);
.icon {
  width: 17px;
  height: 17px;
}
.icon .outline {
  fill: #6d729f;
  display: block;
  outline-style: none;
}
.icon .fill {
  fill: #292f7d;
  display: none;
}
.icon .stroke {
  stroke: #6d729f;
  display: block;
}
.icon.icon-fill .fill {
  display: block;
}
.icon.icon-fill .outline {
  display: none;
}
.icon.gray path {
  fill: #cbd2d9;
}

.main-header {
  background: #fff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 5rem;
}
.main-header .nav-main {
  color: #6d729f;
  display: flex;
  list-style: none;
  margin: 0;
}
.main-header .nav-main .nav-item {
  color: #6d729f;
  border-bottom: 4px solid transparent;
  margin-right: 1rem;
  display: flex;
  align-items: stretch;
  transition: background-color 250ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.main-header .nav-main .nav-item a {
  text-decoration: none;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #6d729f;
  border: none;
}
.main-header .nav-main .nav-item:hover {
  color: #292f7d;
  background-color: #e4e7eb;
}
.main-header .nav-main .nav-item .icon {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.main-header .nav-main .nav-item.active {
  color: #292f7d;
  border-bottom: 4px solid #7b9e4a;
}
.main-header .nav-main .nav-item.active a {
  color: #292f7d;
}
.main-header .nav-main .nav-item.active a .stroke {
  stroke: #292f7d;
}
.main-header .nav-main .nav-item.active .fill {
  display: block;
}
.main-header .nav-main .nav-item.active .outline {
  display: none;
}

.main-header-logo {
  padding: 1.5625rem;
}
.main-header-logo img {
  max-height: 100%;
}

.go-to-files {
  color: #fff !important;
}

.new-resource-header {
  display: block;
  width: 100%;
  height: 80px;
  position: relative;
  text-align: center;
  padding-top: 58px;
}
.new-resource-header .back-btn {
  position: absolute;
  top: 0px;
  left: 0px;
}

.card-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.card {
  margin: 0.625rem;
  font-size: 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #e9eff3;
  border-radius: 0.375rem;
  display: flex;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
}
.card.top {
  flex-direction: column;
  flex-grow: 1;
  min-height: 21.9375rem;
  max-width: 21.9375rem;
}
.card.bottom {
  flex-direction: column;
  flex-grow: 1;
  max-width: 14.1875rem;
}
.card a {
  padding: 1.5625rem;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.card h5 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

.tabs {
  display: flex;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
}
.tabs .tab {
  margin: 0 1.875rem;
  padding: 0.625rem 1.875rem;
  text-decoration: none;
  color: #000;
}
.tabs .tab.active {
  color: #292f7d;
  position: relative;
}
.tabs .tab.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: 0;
  background: #7b9e4a;
  border-radius: 5px 5px 0px 0px;
}

.underwriter-picker {
  position: relative;
  margin-bottom: 5rem;
}
.underwriter-picker p {
  margin-bottom: 0;
}
.underwriter-picker .open-picker-btn {
  margin: 0 0.625rem 0 0;
  float: left;
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.underwriter-picker .open-picker-btn svg {
  width: 35px;
  height: 35px;
}
.underwriter-picker .open-picker-btn:hover {
  background-color: #cbd2d9;
  border-radius: 50%;
}
.underwriter-picker .current-underwriter {
  padding: 0px 0.625rem;
}
.underwriter-picker .current-underwriter:hover {
  background-color: #cbd2d9;
}
.underwriter-picker .current-underwriter:hover button {
  visibility: visible;
}
.underwriter-picker .current-underwriter button {
  visibility: hidden;
}
.underwriter-picker .current-underwriter button:focus {
  outline: 0;
}
.underwriter-picker .picker-modal {
  border: 1px solid #e9eff3;
  background-color: #fff;
  border-radius: 0.375rem;
}

.react-selector-container {
  width: 100%;
  display: block;
  margin-bottom: 0.625rem;
}
.react-selector-container .react-selector__control {
  border: 1px solid #bcccdc;
  border-radius: 0.375rem;
}

.react-selector__indicator-separator {
  display: none;
}

.page-header {
  display: flex;
  justify-content: space-between;
  padding: 25px;
}
.page-header .header-text {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.page-header .header-search {
  display: flex;
}
.page-header .header-search input {
  margin-right: 0.9375rem;
}
.page-title {
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  margin-left: 0.9375rem;
}

.policy-contract-card {
  border: 1px solid #bcccdc;
  border-radius: 0.1875rem;
  width: 100%;
  padding: 0.625rem;
  margin: 0.625rem 0;
  background: #fff;
}

.manual-policy-number-button {
  margin-right: 1.25rem;
}

.adornment-input-component label {
  display: inline-block;
  margin-bottom: calc(0.625rem / 2);
}
.adornment-input-component .adornment-input-container {
  border: 1px solid #bcccdc;
  border-radius: 0.375rem;
  display: flex;
  background-color: #fff;
}
.adornment-input-component .adornment-input-container.disabled {
  background-color: #f5f7fa;
}
.adornment-input-component .adornment-input-container .adornment-input {
  width: 100%;
  margin-bottom: 0;
  border-width: 0;
  border: none;
}
.adornment-input-component .adornment-input-container .adornment-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.adornment-input-component .adornment-input-container .adornment {
  display: flex;
  flex-shrink: 0;
  margin: auto 0;
  color: #bcccdc;
}
.adornment-input-component .adornment-input-container .adornment-left {
  padding-left: 0.625rem;
}
.adornment-input-component .adornment-input-container .adornment-right {
  padding-right: 0.625rem;
}

.activity-card {
  background: #fff;
  border: 0.0625rem solid #dbdcef;
  border-radius: 0.375rem;
  min-width: 18.75rem;
}

.card-header {
  display: flex;
  justify-content: space-between;
  padding: 1.125rem 1.5rem;
}
.card-header .card-title {
  font-size: 0.75rem;
  color: rgb(63, 63, 63);
}
.card-header .card-heading {
  font-size: 0.875rem;
  color: #1d2645;
}
.card-header .card-title,
.card-header .card-heading {
  margin: 0px;
  font-weight: 600;
  line-height: 1.25rem;
}

.divider {
  border: 0.125rem solid #f5f7fa;
  margin: 0 10% 1.25rem;
}

.card-body {
  margin: 0px 15%;
  border-left: 0.0625rem solid #b9bcdf;
}

.feed-item-container {
  display: flex;
  margin: 0.625rem 0px;
}
.feed-item-container .feed-item-action {
  color: #000;
  font-size: 0.875rem;
}
.feed-item-container .feed-item-info {
  color: rgb(138, 137, 137);
  font-size: 0.75rem;
}
.feed-item-container .feed-item-action,
.feed-item-container .feed-item-info {
  margin: 0px;
  line-height: 1.375rem;
}
.feed-item-container:before {
  content: "•";
  color: #2251a3;
  font-weight: bold;
  margin-left: -0.3125rem;
  margin-right: 0.625rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.border-bottom {
  border-bottom: 1px solid #102a43;
}

.border-1 {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-light {
  border-color: #bcccdc;
}

.border-radius-1 {
  border-radius: 0.375rem;
}

.clipboard-container {
  display: flex;
  align-items: center;
}

.copy-button {
  background: #292f7d;
  color: #fff;
  cursor: pointer;
  padding: 0.25rem 0.625rem;
  margin-left: 0.9375rem;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
}

.copied {
  margin-left: 0.5rem;
  margin-right: 0.625rem;
}

.segment .segment-label {
  margin-bottom: 10px;
}
.segment .segment-controls {
  display: flex;
  width: fit-content;
}
.segment .segment-controls .segment-control {
  padding: 5px 10px;
  cursor: pointer;
  background: #fff;
  color: #3f3356;
  border-color: #292f7d;
  border-width: 1.5px;
}
.segment .segment-controls .segment-control:first-child {
  border-radius: 5px 0 0 5px;
}
.segment .segment-controls .segment-control:last-child {
  border-radius: 0 5px 5px 0;
}
.segment .segment-controls .segment-control.active {
  background-color: #292f7d;
  color: #fff;
  cursor: default;
}

.page-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.page-login .btn, .page-login input[type=submit] {
  width: calc(100% - 1.875rem);
  margin: 0.9375rem;
}
.page-login a {
  display: block;
  width: 100%;
  text-align: center;
}
.page-login .logo {
  display: flex;
  justify-content: center;
  padding: 1.875rem;
}

.page-deal {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: calc(100vh - 5rem);
}

.deal-subnav {
  width: 180px;
  display: flex;
  flex-direction: column;
  padding: 1.8125rem 0;
  background: #fff;
}
.deal-subnav .subnav-item {
  padding: 0.5rem 1.875rem 0.5rem 1.5625rem;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  color: #7e83be;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.deal-subnav .subnav-item:before {
  content: "";
  position: absolute;
  width: calc(100% - 14px);
  height: 7px;
  bottom: 0;
  left: 14px;
  z-index: 0;
  background-color: #f5f7fa;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  transform-origin: 100% 50%;
}
.deal-subnav .subnav-item:hover:before {
  visibility: visible;
  transform: scaleX(1);
  transform-origin: 100% 50%;
}
.deal-subnav .subnav-item.active {
  color: #292f7d;
  font-weight: bold;
}
.deal-subnav .subnav-item.active:before {
  visibility: visible;
  transform: scaleX(1);
}

.subchild {
  margin-left: 15px; /* Adjust the indentation as needed */
}

.deal-content {
  flex: 1;
  height: calc(100vh - 5rem);
  overflow: scroll;
  position: relative;
}

.page-deal-label {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0.625rem 2.625rem 0 0;
  color: #8e91c7;
}

.page-overview {
  max-width: 780px;
  margin: auto;
}

#pipeline-followup-form {
  padding: 1.5625rem 0 0 0;
}

.deal-header {
  margin-bottom: 0.625rem;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 0;
}
.deal-header h2 {
  margin: 0.3125rem 0;
  font-style: normal;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.375rem;
  word-break: break-all;
}
.deal-header em {
  font-size: 0.75rem;
  font-style: normal;
}

.deal-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 0.625rem;
}
.deal-details .detail {
  padding-bottom: 1.125rem;
}
.deal-details .detail .detail-value {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.deal-details .detail .detail-value.bold {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 900;
}
.deal-details .detail .detail-label {
  font-size: 0.75rem;
}
.deal-details .detail:nth-child(3n+3) {
  text-align: right;
}

.carrier_contract_container {
  background: #f5f7fa;
  padding: 1em;
  margin: 1em;
  border: 1px solid #000;
}

.overview-activity-container {
  display: grid;
  column-gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.875rem;
}

.subpage-header-container {
  margin-top: 0.9375rem;
}
.subpage-header-container .text {
  font-weight: 600;
  color: #000;
}
.subpage-header-container .sub-text {
  font-size: 12px;
  line-height: 20px;
  color: #102a43;
}
.subpage-header-container .text,
.subpage-header-container .sub-text {
  margin: 0;
  text-align: center;
}

.page-deal-header {
  width: 100%;
  text-align: center;
  margin-bottom: 1.25rem;
}
.page-deal-header .page-deal-title {
  margin: 1.25rem 0 0 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.page-deal-header .page-deal-sub-title {
  margin: 0;
  font-size: 0.75rem;
}

.deal-actions {
  max-width: 37.5rem;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.deal-actions .bound-check {
  margin-right: 1rem;
}
.deal-actions .bound-check input {
  margin-right: 0.625rem;
}
.deal-actions .stage {
  min-width: 12.5rem;
}

.policies {
  max-width: 37.5rem;
  margin: 1.875rem auto;
}

.new-policy-link {
  text-align: end;
  margin-bottom: 0.9375rem;
}

.policy-card-link {
  text-decoration: none;
}

.policy-card {
  background: #fff;
  border-radius: 0.375rem;
  border: 1px solid #d9e2ec;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1.25rem;
  color: #3e4c59;
  justify-content: space-between;
}
.policy-card .policy-card-info {
  display: flex;
  flex-direction: column;
}
.policy-card .policy-card-info .policy-number {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.25rem;
}
.policy-card .policy-card-info .policy-info {
  font-size: 12px;
}
.policy-card .policy-card-details .detail-item {
  margin-right: 0.625rem;
}

.no-policies-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 5vh;
}
.no-policies-container .btn, .no-policies-container input[type=submit] {
  align-self: center;
}

.endorsement-data-container {
  display: flex;
  flex-direction: column;
}

.endorsement-parent-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 0.625rem;
}

.endorsement-card {
  background: #fff;
  border-radius: 0.375rem;
  border: 1px solid #d9e2ec;
  padding: 0.625rem 1.25rem;
  color: #3e4c59;
}

.pick-a-deal-container {
  width: 21.875rem;
  margin: 0px auto;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.pick-a-deal-container .pick-a-deal-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  color: #1d2645;
  margin: 0rem;
}
.pick-a-deal-container .pick-a-deal-btn {
  width: 100%;
  max-width: 15.625rem;
  margin: 0rem;
}
.pick-a-deal-container .pick-a-deal-text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  color: rgb(138, 137, 137);
  margin-top: 0.8125rem;
  margin-bottom: 2.3125rem;
}

.table-section {
  width: calc(100% - 3.125rem);
  margin: 1.5625rem;
}

.tag-pill {
  padding: 0.25rem;
}

.underwriter-table {
  table-layout: fixed;
  width: 100%;
}

th {
  text-align: left;
}

td {
  padding: 25px;
  overflow: hidden;
}

.contracts-page-title {
  margin-left: 0;
}

.contracts-container {
  width: 21.875rem;
  margin: 0px auto;
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.contracts-container .contracts-title {
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  color: #1d2645;
  margin: 0rem;
  margin-top: 1.5rem;
  margin-bottom: 6.0625rem;
}
.contracts-container .contracts-btn {
  width: 100%;
  max-width: 15.625rem;
  margin: 0rem;
}
.contracts-container .contracts-text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1.375rem;
  letter-spacing: 0.0625rem;
  color: rgb(138, 137, 137);
  margin-top: 0.8125rem;
  margin-bottom: 2.3125rem;
}

.new-contract-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3.375rem;
}
.new-contract-container h1 {
  margin-top: 0;
}
.new-contract-container h2,
.new-contract-container h3 {
  border-bottom: 1px solid #bcccdc;
  text-transform: uppercase;
}

.container {
  min-width: 530px;
}

.flow-selector {
  display: flex;
  justify-content: space-between;
}
.flow-selector span {
  border-right: 1px solid #bcccdc;
  margin: 0 1rem;
}
.flow-selector button {
  flex-grow: 2;
  margin: 1rem 0;
}

.carriers,
.products {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#carriers-form,
#products-form {
  flex: 1;
}

.carrier-contract,
.product {
  padding: 1rem 1rem 1rem 1rem;
  background: none;
  border: 1px solid #bcccdc;
  border-radius: 0.375rem;
  margin: 0 2rem 1.5rem;
  display: flex;
  justify-content: space-between;
}

.activity-container {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}

.deal-notes-container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 600px;
}
.deal-notes-container .notes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0px;
  border-bottom: 1px solid #bcccdc;
}
.deal-notes-container .notes-header .notes-header-title {
  text-transform: uppercase;
  color: #8e91c7;
}
.deal-notes-container .notes-list {
  margin-top: 1.25rem;
}
.deal-notes-container .note-container {
  background: #fff;
  margin: 0.625rem 0px;
  padding: 0.625rem 1.25rem 1.25rem;
  border-radius: 0.375rem;
  border: 1px solid #bcccdc;
}
.deal-notes-container .note-container .note-title,
.deal-notes-container .note-container .note-timestamp {
  margin: 0px;
}
.deal-notes-container .note-container .note-title,
.deal-notes-container .note-container .note-text {
  font-size: 14px;
  line-height: 20px;
}
.deal-notes-container .note-container .note-title {
  font-weight: bold;
}
.deal-notes-container .note-container .note-timestamp {
  font-size: 12px;
}

.team-page-content {
  max-width: 50rem;
  margin: 0px auto;
}
.team-page-content .page-header {
  justify-content: flex-end;
  padding: 0px;
  padding-bottom: 1.25rem;
}
.team-page-content .user-list .user-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 0.375rem;
  margin-bottom: 0.625rem;
  padding: 0.625rem 1.25rem;
}
.team-page-content .user-list .user-card .user-card-info {
  display: flex;
  flex-direction: column;
  margin-left: 0.625rem;
  margin-right: auto;
}
.team-page-content .user-list .user-card .user-card-info .user-name {
  font-weight: 600;
  font-size: 18px;
}
.team-page-content .user-list .user-card .user-card-info .user-role-status {
  font-size: 12px;
}
.team-page-content .user-list .user-card .user-card-actions {
  display: flex;
  width: 18.75rem;
}
.team-page-content .user-list .user-card .user-card-actions .user-role-form {
  flex: 1 1 auto;
  margin-right: 1.25rem;
}
.team-page-content .user-list .user-card .user-card-actions .user-card-action {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
}

.bordereau-policy-card {
  color: #000;
  background-color: #fff;
  border: 1px solid #bcccdc;
  border-radius: 0.375rem;
}
.bordereau-policy-card .policy-name {
  color: #102a43;
  font-weight: bold;
}

.page-brokerage {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: calc(100vh - 5rem);
}

.brokerage-subnav {
  width: 180px;
  display: flex;
  flex-direction: column;
  padding: 1.8125rem 0;
  background: #fff;
}
.brokerage-subnav .subnav-item {
  padding: 0.5rem 1.875rem 0.5rem 1.5625rem;
  position: relative;
  text-decoration: none;
  text-transform: capitalize;
  color: #7e83be;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.brokerage-subnav .subnav-item:before {
  content: "";
  position: absolute;
  width: calc(100% - 14px);
  height: 7px;
  bottom: 0;
  left: 14px;
  z-index: 0;
  background-color: #f5f7fa;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  transform-origin: 100% 50%;
}
.brokerage-subnav .subnav-item:hover:before {
  visibility: visible;
  transform: scaleX(1);
  transform-origin: 100% 50%;
}
.brokerage-subnav .subnav-item.active {
  color: #292f7d;
  font-weight: bold;
}
.brokerage-subnav .subnav-item.active:before {
  visibility: visible;
  transform: scaleX(1);
}

.brokerage-content {
  flex: 1;
}

.page-brokerage-label {
  position: absolute;
  top: 0px;
  right: 0px;
  text-transform: uppercase;
  padding: 0.625rem 2.625rem 0 0;
  color: #8e91c7;
}

.page-overview {
  max-width: 780px;
  margin: auto;
}

.brokerage-header {
  margin-bottom: 0.625rem;
  display: flex;
  justify-content: space-between;
}
.brokerage-header h2 {
  margin: 0.3125rem 0;
  font-style: normal;
  font-weight: 900;
  font-size: 2.25rem;
  line-height: 2.375rem;
}
.brokerage-header em {
  font-size: 0.75rem;
  font-style: normal;
}

.brokerage-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 0.625rem;
}
.brokerage-details .detail {
  padding-bottom: 1.125rem;
}
.brokerage-details .detail .detail-value {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.brokerage-details .detail .detail-value.bold {
  font-size: 1.5rem;
  line-height: 1.625rem;
  font-weight: 900;
}
.brokerage-details .detail .detail-label {
  font-size: 0.75rem;
}
.brokerage-details .detail:nth-child(3n+3) {
  text-align: right;
}

.carrier_contract_container {
  background: #f5f7fa;
  padding: 1em;
  margin: 1em;
  border: 1px solid #000;
}

.overview-activity-container {
  display: grid;
  column-gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1.875rem;
}

.page-brokerage-header {
  width: 100%;
  text-align: center;
  margin-bottom: 1.25rem;
}
.page-brokerage-header .page-brokerage-title {
  margin: 1.25rem 0 0 0;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.page-brokerage-header .page-brokerage-sub-title {
  margin: 0;
  font-size: 0.75rem;
}

.brokerage-actions {
  max-width: 37.5rem;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brokerage-actions .bound-check {
  margin-right: 1rem;
}
.brokerage-actions .bound-check input {
  margin-right: 0.625rem;
}
.brokerage-actions .stage {
  min-width: 12.5rem;
}

@tailwind base;
@tailwind components;
@tailwind utilities;
html {
  height: 100vh;
  display: block;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #3f3356;
  margin: 0;
  background: #f5f7fa;
  display: block;
  min-height: 100vh;
  padding-bottom: 30px;
}

a {
  color: #292f7d;
}

input[type=text],
input[type=number],
input[type=date],
input[type=email],
input[type=password],
input[type=phone],
input[type=month],
.multi-select,
select,
textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.625rem;
  margin-bottom: 0.625rem;
  border: 1px solid #bcccdc;
  border-radius: 0.375rem;
}
input[type=text] :-webkit-autofill,
input[type=text] :-webkit-autofill:hover,
input[type=text] :-webkit-autofill:focus,
input[type=text] :-webkit-autofill:active,
input[type=number] :-webkit-autofill,
input[type=number] :-webkit-autofill:hover,
input[type=number] :-webkit-autofill:focus,
input[type=number] :-webkit-autofill:active,
input[type=date] :-webkit-autofill,
input[type=date] :-webkit-autofill:hover,
input[type=date] :-webkit-autofill:focus,
input[type=date] :-webkit-autofill:active,
input[type=email] :-webkit-autofill,
input[type=email] :-webkit-autofill:hover,
input[type=email] :-webkit-autofill:focus,
input[type=email] :-webkit-autofill:active,
input[type=password] :-webkit-autofill,
input[type=password] :-webkit-autofill:hover,
input[type=password] :-webkit-autofill:focus,
input[type=password] :-webkit-autofill:active,
input[type=phone] :-webkit-autofill,
input[type=phone] :-webkit-autofill:hover,
input[type=phone] :-webkit-autofill:focus,
input[type=phone] :-webkit-autofill:active,
input[type=month] :-webkit-autofill,
input[type=month] :-webkit-autofill:hover,
input[type=month] :-webkit-autofill:focus,
input[type=month] :-webkit-autofill:active,
.multi-select :-webkit-autofill,
.multi-select :-webkit-autofill:hover,
.multi-select :-webkit-autofill:focus,
.multi-select :-webkit-autofill:active,
select :-webkit-autofill,
select :-webkit-autofill:hover,
select :-webkit-autofill:focus,
select :-webkit-autofill:active,
textarea :-webkit-autofill,
textarea :-webkit-autofill:hover,
textarea :-webkit-autofill:focus,
textarea :-webkit-autofill:active {
  box-shadow: 0 0 0 30px #fff inset !important;
  background-color: #fff;
}
input[type=text]:disabled, input[type=text].disabled,
input[type=number]:disabled,
input[type=number].disabled,
input[type=date]:disabled,
input[type=date].disabled,
input[type=email]:disabled,
input[type=email].disabled,
input[type=password]:disabled,
input[type=password].disabled,
input[type=phone]:disabled,
input[type=phone].disabled,
input[type=month]:disabled,
input[type=month].disabled,
.multi-select:disabled,
.multi-select.disabled,
select:disabled,
select.disabled,
textarea:disabled,
textarea.disabled {
  background: #f5f7fa;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=phone]:focus,
input[type=month]:focus,
.multi-select:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #4d90fe;
}

.multi-select input {
  width: auto;
}

input[type=submit]:disabled {
  background: #7b8794;
}

select {
  width: 100%;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  width: 100%;
}

legend {
  border-bottom: 1px solid #e4e7eb;
  margin: 1.25rem auto;
  padding: 0.625rem 0;
  width: 28.125rem;
  text-transform: uppercase;
  color: #292f7d;
}

.form-container {
  width: 20rem;
  margin: 0 auto;
}

.field {
  margin-bottom: 0.625rem;
}

.field--actions {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.field--actions.inline {
  flex-direction: row-reverse;
}
.field--actions.inline > * {
  flex: 1;
}
.field--actions.inline > *:first-child {
  margin-left: 1rem;
}

.fields {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fields.fields--inline {
  flex-direction: row;
}
.fields.fields--inline select,
.fields.fields--inline input {
  margin: 0;
}
.fields.fields--inline label {
  display: inline-block;
  margin-bottom: 0.3125rem;
}
.fields.fields--inline .field {
  margin: 0;
}
.fields.fields--inline .field:not(:last-child) {
  margin: 0 1rem 0 0;
}
.fields.fields--inline .field--actions {
  margin: 1.3rem 0 0 1rem;
  justify-content: flex-end;
  flex-direction: row;
}
.fields.fields--inline .field--actions button {
  margin: 0;
}
.fields.fields--inline .field--actions button:not(:last-child) {
  margin: 0 1rem 0 0;
}

.multi-select.md.ts-wrapper.multi {
  padding: 0.8rem 1rem;
}
.multi-select.md.ts-wrapper.multi.has-items {
  padding: 0.4rem 1rem 0.3rem;
}
.multi-select.md.ts-wrapper.multi .ts-control div.item {
  margin: 0 0.25rem 0.25rem 0;
  font-size: 16px;
  padding: 3px 3px 3px 6px;
  line-height: 24px;
}
.multi-select.ts-wrapper.multi .ts-dropdown [data-selectable].option {
  font-size: 16px;
  padding: 8px 12px;
}
.multi-select.ts-wrapper.multi .ts-control {
  border: none;
  padding: 0;
}
.multi-select.ts-wrapper.multi .ts-control input {
  font-size: 16px;
  line-height: unset;
}
.multi-select.ts-wrapper.multi .ts-control div.item {
  font-size: 14px;
  background: #e6e6e6;
}

.retro-fit-form input[type=text],
.retro-fit-form input[type=number],
.retro-fit-form input[type=date],
.retro-fit-form input[type=email],
.retro-fit-form input[type=password],
.retro-fit-form select,
.retro-fit-form textarea {
  width: 100%;
  padding: auto;
  margin: auto;
  @apply p-3 w-full;
}

.table-container {
  width: calc(100% - 3.125rem);
  margin: 1.5625rem;
  overflow-x: scroll;
  background: #fff;
  border-radius: 0.375rem;
}

.dates {
  width: 9.375rem;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.table-text {
  color: #292f7d;
}

th, td {
  text-align: left;
  padding: 10px;
}

th:last-child, td:last-child {
  padding-right: 20px;
}

th:first-child {
  padding-left: 10px;
}

.btn, input[type=submit] {
  text-decoration: none;
  background: #292f7d;
  color: #fff;
  cursor: pointer;
  padding: 0.625rem 1.5625rem;
  margin-bottom: 0.625rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #292f7d;
}
.btn.btn-white, input.btn-white[type=submit] {
  background-color: #fff;
  border: 1px solid #292f7d;
  color: #292f7d;
}
.btn.btn-warning, input.btn-warning[type=submit] {
  background-color: #fff;
  border: 1px solid #292f7d;
  color: #af434f;
}
.btn.btn-secondary, input.btn-secondary[type=submit] {
  background: none;
  color: #292f7d;
  border: 1px solid #292f7d;
}
.btn.btn-secondary:disabled, input.btn-secondary[type=submit]:disabled {
  background: #f5f7fa;
  border: 1px solid #7b8794;
  color: #7b8794;
}
.btn.btn-link, input.btn-link[type=submit] {
  background: none;
  border: none;
  padding: 0;
  color: #292f7d;
}
.btn.btn-link:hover, input.btn-link[type=submit]:hover {
  text-decoration: underline;
}
.btn:disabled, input[type=submit]:disabled {
  background: rgba(41, 47, 125, 0.5);
  cursor: inherit;
}

.back-btn {
  margin: 1.5625rem;
  font-size: 1.5625rem;
  display: block;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.flex--1 {
  flex: 1;
}

.flex--2 {
  flex: 2;
}

.flex--3 {
  flex: 3;
}

.space-between {
  justify-content: space-between;
}

.center-text {
  text-align: center;
}

.container-320 {
  width: 20rem;
  margin: 0 auto;
}

.container-600 {
  width: 37.5rem;
  margin: 0 auto;
}

.status-line {
  @apply w-64 bg-gray-900 absolute;
  height: 2px;
  top: 7px;
  left: -90px;
  z-index: 0;
}

.status-dot {
  @apply bg-gray-400 rounded-full mx-auto border border-white;
  position: relative;
  z-index: 10;
  width: 13px;
  height: 13px;
  top: 1px;
}
.status-dot.active {
  @apply bg-white border border-gray-900;
  width: 15px;
  height: 15px;
  top: 0px;
}

.active-dot {
  @apply active-dot rounded-full;
  background: #7b9e4a;
  position: relative;
  top: 1px;
  left: 1px;
  width: 11px;
  height: 11px;
}

.hide {
  display: none;
}

.show {
  display: block;
}
