.shares {
  width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.shares-item {
  margin-bottom: 20px;
}

.shares-btn {
  display: inline-block;
  margin-top: 0px;
  font-size: 12px;
}

.shares-btn--xs {
  -webkit-appearance: button;
  display: inline;
  margin-top: 0px;
  font-size: 12px;
  padding: 0.15rem 0.5rem;
}

.shares-legend {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
}

.shares-legend.preassigned {
  background-color: #42ba96 !important;
}

.shares-legend.assets {
  background-color: #467fd0 !important;
}

.shares-legend.partners {
  background-color: #ffc107 !important;
}

.shares-circle {
  font-size: 75px !important;
}

.shares-circle:hover span {
  font-size: 0.2em !important;
  line-height: 5em !important;
  width: 5em !important;
}

.shares-border--right {
  border-right: 1px solid #eee;
}

.shares-title {
  margin: 15px 0px 30px 0px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shares label {
  margin-right: 10px;
}

.shares-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.shares .progress {
  margin-top: 10px;
}

