html,body{
    height: 100%;
    width: 100%;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.afterNone a::after{
    content: none !important;
}

.sb2-2{
    background: none;
}

.waitModal {
    width: fit-content;
    margin: auto;
    margin-top: 10px;
}

.modalOverflow {
    max-height: 300Px;
    overflow:auto;
}

.modal-title{
    background: white !important;
    color: black !important;

}

.modal-dialog{
    margin-top: 150px !important;
}

.margin5px{
    margin: 5px;
}

.input-field{
    margin-top: 0;
}

.tz2-form-com form{
    background: none !important;
}

th,td{
    text-align: center;
}