.disaplayInput {
    display: none;
}

body,
section {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

section::-webkit-scrollbar {
    display: none;
}

a{
    text-decoration: none;
}


.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}

.card-registration .select-arrow {
    top: 13px;
}

#billdesc {
    padding-top: 50px;
}

th,td{
    margin:15px;
}

#test {
    width: 100%;
    height: 30px;
}

.editOption {
    width: 90%;
    height: 26px;
    position: relative;
    top: -29px;
    background: #E0F5FF;
    ;
    border: 0;
    padding-left: 5px;
}
