.list-div li:before {
    content: "";
    width: 40px;
    margin-left: -65px;
}

.list-div li:after {
    content: "";
    width: 40px;
    margin-right: -65px;
}

.list-div li {
    width: 33%;
}
.modal-dialog .modal-header {
    background-color: #1386f1;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ul_style input{
    border: none;
    text-align: right;
    line-height: 5px;
    width: 100%;
    height: 20px;
    margin-bottom: 1px;
    padding: 1px 1px;
    -webkit-user-select: text;
    -webkit-appearance: none;
}
.mui-table-view-cell input{
    text-align: right;
    line-height: 22px;
    width: 74%;
    float: left;
    height: 17px;
    margin-bottom: 1px;
    padding: 0px 2px;
}