.fp_bank-list {
  display: flex;
  flex-direction: column;
  margin-top: 14px;
  max-height: 300px;
  overflow-y: auto;
  padding: 2px;
}

.fp_bank-item {
  display: flex;
  align-items: center;
  justify-content: center "";
}

.fp_bank-item + .fp_bank-item {
  margin-top: 14px;
}

.fp_bank-item-logo {
  display: flex;
  margin-right: 14px;
  width: 150px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 0px 5px 0px #212f6f75;
  border-radius: 4px;
  padding: 2px;
  background-color: white;
}

.hide {
  display: none !important;
}

.fp_selected-logo {
  /*            background: #ebebeb;*/
  /*            border-radius: 50%;*/
  display: flex;
  margin-right: 14px;
  width: 150px;
  /* height: 80px; */
  border-radius: inherit;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* display: flex; */
  height: 100%;
}

.fp_selected-bank {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px;
}

.fp_selected-name {
  margin: 0;
  padding: 0;
  font-size: 2em;
  line-height: 200%;
}
.fp_selected-content {
  flex: 1;
}

.shadow {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* Adjust the values as needed */
}

.shadow::before,
.shadow::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #ecf0f1;
  border-radius: 5px;
  transform: translateY(-50%);
}

.shadow::before {
  left: -25px;
}

.shadow::after {
  right: -25px;
}

.fp_bank-item {
  cursor: pointer;
}

.fp_bank-list::-webkit-scrollbar {
  width: 6px;
}

.fp_bank-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

.fp_bank-list::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

.fp_bank-list * {
  scrollbar-color: #888 #f0f0f0;
  scrollbar-width: thin;
}
.fp-remove-bank-selection {
  width: 20px;
  fill: #f2553b;
}
.fp-remove-icon-container {
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
