.partnerContainer {
  padding: 10px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #494747;
  border-radius: 5px;
  align-items: center;
  padding-bottom: 40px;
  height: 100%
}

.centering-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.contentWrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  background: #f0f0f0;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  width: 900px;
}

#merchant-info {
  font-size: 12px;
  color: #797878;
}

#cancel-container {
  width: 100%;
}

#cancel-container button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background: #f24949;
  padding: 10px;
  border: none;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  margin: unset;
  margin-left: auto;
}

#connections-container, #manual-flow-container {
  display: flex;
  gap: 15px;
  max-width: 900px;
}

.actionButton:disabled {
  background: #dadada;
}

.actionButton {
  cursor: pointer;
  padding: 10px;
  max-width: 500px;
  background: #0082f5;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.round-items-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.round-items-container button {
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: none;
  font-size: 14px;
  color: #0063ff;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  border-radius: 50%;;
}

.round-items-container img {
  border: 50%;
  width: 35px
}

.networkIcon {
  position: absolute;
  left: 15px;
  width: 25px !important;
  top: 15px;
}

.assetToPayWith {
  position: relative;
}
