@charset "UTF-8";
.uniform-select {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white);
  position: relative;
  border-radius: 5px;
  border: 1px #D1D1D1 solid;
}
.uniform-select select {
  display: block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  font-size: 0.9em;
  padding: 4px 5px;
  background-size: 10px;
  -webkit-appearance: none;
}
.uniform-select:after {
  font-family: "videoslots-font" !important;
  height: 0px;
  font-size: 10px;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 52%;
  right: 15px;
  content: "";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  color: #747474;
  pointer-events: none;
}
.uniform-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

@media all and (min-width: 0\0 ) and (-webkit-min-device-pixel-ratio: 0), all and (min-width: 0\0 ) and (min-resolution: 0.001dpcm) {
  .uniform-select {
    padding-right: 0;
  }

  .uniform-select select:after, .uniform-select select:before {
    display: none;
  }
}