.resale-modal .field-box {
  margin-bottom: 10px;
  display: flex;
}
.resale-modal .field-box .icon {
  height: 56px;
  min-width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resale-modal .field-box .empty-box  {
  min-width: 44px;
}
.resale-modal .resale-action-button button {
  width: 100%;
  color: white;
  cursor: pointer;
  background-color: #212529;
}
.resale-modal .resale-action-button button[disabled] {
  opacity: .7;
}
.resale-modal .resale-action-button button:hover {
  width: 100%;
  background-color: #505050;
  border-color: #505050;
}
