<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.NumericUpDown {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    vertical-align: middle;
    background: #ffffff;
    height: 100%;
    width: 100%;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.PlusMinusWrap {
    position: relative;
    overflow: hidden;
    float: right;
    padding-right: 1px;
    border-left: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    top: -38%;
    height: 37%;
    width: 22px;
}

.NumberHandler {
    text-align: center;
    line-height: 55%;
    height: 55%;
    overflow: hidden;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
}

.NumberHandlerInner {
    color: #595959;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.NumberUp {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 1px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.NumberDown {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

</pre></body></html>