.badgeContainer{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: 300px;
    color:white;
}
.badgeOutput{
    text-align: center;
}
#particles-js{
    display: flex;
    justify-content: center;
    align-items: center;
}

#checkBadge{
    width: 100%;
}

.zenoLogo{
    max-width: 300px;
    margin-bottom:1rem;
}

.badgeForm{
    text-align: center;
}

.repName{
    margin-top: 0.6rem;
}

.dt-paging-button{
    background: #D78E00;
    border: 1px solid #D78E00;
    color: white;
}

.dt-paging-button:hover{
    background: #1D9A8A;
    border: 1px solid #1D9A8A;
    color: white;
}

.customTable th{
    text-align: left !important;
}

.customTable td{
    text-align: left !important;
}

td a{
    text-decoration: none;
}

.missing{
      border: 2px solid red;
  background-color: #ffe5e5;
}