html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#footer{
  margin-block-start: 5px;
  height:50px;
  padding:2px;
  border-top:1px solid #ABABAB;
  position:fixed;
  left:0;
  bottom:0;
  width:100%
}

a.nav-item {
  font-size: 1.2em !important;
  }

ul.ks-cboxtags {
    list-style: none;
    padding: 0px;
}
/* ul.ks-cboxtags li{
  display: inline;
} */
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #000000;
    border-radius: 25px;  /* this makes it look rounded */
    white-space: nowrap;
    margin: 1px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    padding: 2px 2px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    /* transform: rotate(-360deg); */
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #0275d8;
    background-color: #0275d8;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #FFFFFF;
}