.brand-container {
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.brand-container img {
  width: 200px;
}

.ext-brand-image {
  text-align: center;
}

.ext-brand-image img {
  width: 50px;
  height: 50px;
}

.ext-brand-image .text-avatar {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #2551A2;
  color: #fff;
  font-size: 18px;
  padding: 16px;
}

.amount-input .input-group-prepend {
  flex: 0.3;
  text-align: center
}

.amount-input input {
  justify-content: end;
}

.amount-input .input-group-prepend .input-group-text {
  flex: 1;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

.ico_pax {
  background-image: url(../img/icons/pax.svg);
}

.ico_usdt {
  background-image: url(../img/icons/tether.svg);
}

.ico_usdc {
  background-image: url(../img/icons/usdc.svg);
}

.content_wrapper::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.content_wrapper::-webkit-scrollbar-thumb {
  background-color: #2551A2;
}

/* .content_wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
} */
.feat-p {
  margin-top: .25em;
  margin-bottom: .25em;
  line-height: 1.5;
}
.feat-h1, .feat-h2, .feat-h3 {
  margin-top: .25em;
  margin-bottom: .25em;
}
.feat-h1 {
  color: #2551a2;
}
.feat-h2 {
  color: #000;
  font-size: 2em;
}
.feat-h3 {
  font-size: 1.5em;
}
.feat-h3.inner {
  margin-top: 1em;
}
.feat_info ul {
  list-style-type: disc;
}
.feat_info ol {
  list-style-type: decimal;
}
.feat_info li {
  margin-bottom: 1em;
  padding-left: .5em;
  padding-right: .5em;
}
.feat_info li:last-child {
  margin-bottom: 0;
}
.ol-0, .ul-0 {
  padding-left: 1em;
  padding-right: 1em;
}
.ol-1, .ul-1 {
  padding-left: 2em;
  padding-right: 2em;
}
.ol-2, .ul-2 {
  padding-left: 3em;
  padding-right: 3em;
}
