ul.wc-polo-payments {
  padding: 10px;
  border: 1px solid #c3c4c7;
  list-style: none;
  margin-bottom: 0;
  border-radius: 10px;
}

ul.wc-polo-payments li {
  border-radius: 5px;
  background: none;
  color: #222;
  display: inline-block;
  cursor: pointer;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  margin-right: 5px;
  margin: 0;
}

ul.wc-polo-payments li.current {
  color: #222;
  background: #fff;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

ul.wc-polo-payments li a {
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  outline: 0;
  border-radius: 3px;
}

ul.wc-polo-payments li a:focus {
  box-shadow: none;
  outline: 0;
}

ul.wc-polo-payments li:not(.current) a:hover {
  color: #043959;
}

.wc-polo-payments-editor {
  height: 200px;
}

.wc-polo-payments-flex {
  display: flex;
  height: 35px;
  align-items: center;
}

.wc-polo-payments-info {
  font-weight: normal;
  color: #646970;
}

.d-flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.colpick.colpick_full {
  z-index: 999;
}

.mr-2 {
  margin-right: 10px !important;
}
