input::-ms-reveal,
input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.header-actions .dropdown-toggle .count-label {
  top: 5px;
  right: 5px;
  width: 23px;
  height: 23px;
  border-radius: 20px;
  text-align: center;
  background-color: #dc3545;
  color: #fff;
}

.cursor_pointer {
  cursor: pointer;
}
.width_100 {
  width: 100%;
}

.right {
  float: right;
}