input.invalid {
    background-color: #ffdddd;
}
/* === Tab handling === */
#ProfielPagina {
    position: relative;
}
.tab {
    display: block;
}
.tab-content {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.tab.active .tab-content {
    opacity: 1; /* change opacity to 1 to fade in */
    visibility: visible; /* show the content */
    height: auto; /* set height to auto when active */
    overflow: visible; /* show overflow when active */
}
.tab:not(.active) .tab-content {
    opacity: 0;
    visibility: hidden; /* hide the content */
    height: 0 !important; /* set height to 0 when inactive */
    overflow: hidden; /* hide overflow when inactive */
}
/* === Tab handling END ===*/

.button-container {
    z-index: 10;
}
button {
    background-color: #78be20;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
}
.buttonBig {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    padding: 17px 18px 16px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 2px;
    font-weight: 400;
    background-color: #78be20;
    width: 70%;
    max-width: 843px;
}
button.prevBtn {
    float: left;
    background-color: #0055a0;
}
button.nextBtn {
    float: right;
}
button.nextBtn:disabled {
    background-color: #bbbbbb;
}
input[type=submit] {
   font-weight: 400;
}

.border {
    border-top: 1px solid #eee;
}

.animation {
    animation-duration: 3s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.step {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}
.step.active {
    opacity: 1;
    background-color: #0055a0;
}
.step.finish {
    background-color: #78be20;
}
html, body, #container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.hide {
    display: none;
}
@keyframes slidein {
  from {
  margin-left: 100%;
  width: 300%;
  }
  to {
  margin-left: 0%;
  width: 100%;
  }
}
select {
    width: 80%;
    max-width: 400px;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #0055a0;
}
.table th {
    border: none;
    font-size: 14px;
}
.table th:first-child {
    width: 200px;
}
.table th:nth-child(2) {
    width: 100px;
}
.table th:nth-child(3) {
    width: 130px;
}
#noWasteInformation {
  color: rgb(162, 0, 0);
}
input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.table td, .table th {
  vertical-align: middle;
}
#afrondenBtn {
 width: auto;
    float: right;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 300;
    border-radius: 0;
}
.medal { 
 width: 400px;
    background-color: white;
    padding: 40px;
 padding: 0 40px 40px 40px;
    margin: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    z-index: 999;
    border-radius: 8px;
    box-shadow: 0 1px 35px 0 rgba(0,0,0,.1);
 text-align: center;
}
 .medal img {
 width: 75%;
 margin-bottom: 24px;
  
 }
 .backgroundOverlay {
 width: 100%;
    height: 90vh;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    z-index: 999;
 }
 .noMedal {
  z-index: -10;
  opacity: 0;
  transition: 1s all;
 }
 .showMedal {
  transition: 1s all;
  opacity: 1;
  z-index: 999;
 }
 .errorMessage {
  margin-bottom: 0;
 }
input,select {
 padding: 14px 20px;
}
.xpBar {
    width: 100%;
    background: linear-gradient(90deg, #0055a01a 25%, #009de038 50%, #78be2059);
    border-radius: 16px;
    padding: 9px;
    display: block;
    margin: 0 auto;
}
.innerBar {
    height: 10px;
    background: linear-gradient(90deg, #0055a0 25%, #009de0 50%, #78be20);
    border-radius: 10px;
    position: relative;
}
.card {
    border: none;
    margin: 10px 0;
    border-radius: 5px;
}
.card-header {
    border: none;
    background: none;
    text-align: center;
    padding: 0;
}
.customCard {
background-color: transparent;
}
.collapse input[type=submit] {
    border: 1px solid #78be20;
    color: #78be20;
    background: white;
}
.collapsing input[type=submit] {
    border: 1px solid #78be20;
    color: #78be20;
    background: white;
}
#labelConsent {
    padding-bottom: 7px;
    padding-left: 10px;
    vertical-align: middle;
}
@media only screen and (max-width: 500px) {
  .medal { 
 width: 80%;
}
}

.minBar {
    float: left;
    font-size: 12px;
    padding-left: 16px;
    padding-top: 8px;
}

.maxBar {
    float: right;
    font-size: 12px;
    padding-right: 16px;
    padding-top: 8px;
}

.innerBar img {
    width: 20px;
    position: absolute;
    top: -24px;
    right: -6px;
}
.aroundXpBar {
margin-top: 32px;
}