.dropdown.rte-style {
  margin: 10px;
  white-space: nowrap;
  width: 115px;
}

.dropdown.rte-style.xl {
  width: 195px;
}

.dropdown.rte-style.xxl {
  width: 260px;
}

dropdown.rte-style svg {
  font-family: NunitoSansBlack !important;
}

.dropdown.rte-style > button, .dropdown.rte-style > button.dropdown-toggle {
  background: transparent;
  border: none;
  border-bottom: solid grey 1px;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  font-family: NunitoSansBlack !important;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  height: 22px;
}

.dropdown.rte-style > button > div {
  height: 22px;
}

.dropdown.rte-style.selected svg g {
  stroke: #00CEFF !important;
}

.dropdown.rte-style  a.selected {
  color: #00CEFF;
}


.dropdown.rte-style > button:after {
  margin-left: 40px;
  border: none;
  content: "";
}

.dropdown.rte-style svg {
	pointer-events: none;
}

.dropdown.rte-style > button:focus, .dropdown.rte-style > button:active {
  box-shadow: none !important;
  background: transparent !important;
}
.dropdown.rte-style svg:not(.textGradient) {
  margin-left: -15px;
}

.dropdown.rte-style.show svg:not(.textGradient) {
  margin-left: -15px;
  transform: rotate(180deg);
}

.dropdown.rte-style > div {
  background: white;
  border: none;
  border-radius: 0;
  box-shadow: 0px 15px 48px 0px rgba(0,0,0,0.5);
  max-height: 220px;
  overflow: auto;
  margin-top: 14px;
}

.dropdown.rte-style a {
  color: black;
  background: white;
}

.dropdown.rte-style a:hover {
  color: #00CEFF;
  background: white;
}
