* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.text-white {
	color: #e9e9e9;
}
.text-grey {
	color: #939393;
}
.text-blue {
	color: #3369e8;
}
.text-orange {
	color: #eeb211;
}
.text-green {
	color: #009925;
}
.text-red {
	color: #d50f25;
}

.border-blue {
  border-color: #3369e8;
}
.border-orange {
  border-color: #eeb211;
}
.border-green {
  border-color: #009925;
}
.border-red {
  border-color: #d50f25;
}

.bg-blue {
  color: #000 !important;
  background-color: #3369e8 !important;
}
.bg-orange {
  color: #000 !important;
  background-color: #eeb211 !important;
}
.bg-green {
  color: #000 !important;
  background-color: #009925 !important;
}
.bg-red {
  color: #000 !important;
  background-color: #d50f25 !important;
}