.ucnokta
{
  width: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

[data-href] {
  cursor: pointer;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.step1, .step3, .step5, .step7 {
  display: block;
 }
.step2, .step4, .step6, .step8 {
  display: none;
 }
/*# sourceMappingURL=custom.min.css.map */

.select2-container--default .select2-selection--single{
  padding:10px;
  height: 50px;
  font-size: 1.1em;
  position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

  width: 40px;
  color: #fff;
  font-size: 1.3em;
  padding: 4px 12px;
  height: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
}
