#personal-id-status {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    text-align: center;
}

#tel-num-status {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
}

.correct {
    color: green;
}

.incorrect {
    color: red;
}

.btn-xs {
    padding: 2x 2px;
    font-size: 15px;
    border-radius: 10px;
}
hr.Line {
    border: 1px solid blue;
    border-radius: 1px;
}
.card-header-blue {
    color: white !important;
    background-color: rgb(247, 132, 237)  !important;
}
.card-green {
    color: black !important;
    background-color: #66FF66	  !important;
}