.dropdown-toggle {
    background-color: #f0f0f0;
    border: none;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 0.62rem;
    width: 100%;
    text-align: left;
}
.dropdown-toggle::after {
  border: none !important;
  content: url('/static/images/ico-select.png') !important;
  vertical-align: baseline !important;
  float: right;
}
.dropdown-menu {
 width: 100%;
}

.dropdown-item {
  color: #f72860 !important;
  padding: .7rem 1.5rem !important;
  border-bottom: 1px solid #f0f0f0 !important;
  font-weight: bold !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  transition: 0.25s;
}

.dropdown-item:hover{
  color: #191919 !important;
}