@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/* 
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0!important;
  padding: 0!important;
  border: 0!important;
  font-size: 100%!important;
  font: inherit!important;
  vertical-align: baseline!important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block!important;
}
body {
  line-height: 1!important;
}
body,
html {
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
  height: 100%!important;
  overflow-x: hidden!important;
  z-index: 0!important;
  position: relative!important;
  font-size: 1.125rem!important;
  background-color: #f2f4f7!important;
  font-family: Arial, 'Helvetica', sans-serif!important;
}
ol,
ul {
  list-style: none!important;
}
blockquote,
q {
  quotes: none!important;
}
blockquote:after,
blockquote:before {
  content: ''!important;
  content: none!important;
}
q:after,
q:before {
  content: ''!important;
  content: none!important;
}
table {
  border-collapse: collapse!important;
  border-spacing: 0!important;
} */

/* ========================================================================== */
/* GAMIFICATION APP BODY STYALE CSS */
/* ========================================================================== */
#root {
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
  height: 100%!important;
  z-index: 0!important;
  position: relative!important;
  font-size: 1.125rem!important;
  background-color: #f2f4f7!important;
}

.gamification {
  -webkit-font-smoothing: antialiased!important;
  -moz-osx-font-smoothing: grayscale!important;
  height: 100%!important;
  z-index: 0!important;
  position: relative!important;
  font-size: 1.125rem!important;
  font-family: 'Helvetica', Arial, sans-serif !important;
  color: #13171f!important;
}

.gamification_container_wrap {
  padding: 70px 30px!important;
}

.has-search .form-control-feedback {
  position: absolute!important;
  z-index: 2!important;
  display: block!important;
  width: 2.375rem!important;
  height: 2.375rem!important;
  line-height: 1.8rem!important;
  text-align: center!important;
  pointer-events: none!important;
  color: #aaa!important;
}

.has-search .form-control {
  padding-left: 2.375rem!important;
}
