.hidden-form-field {
    display: none;
}
.skomo-billing-info  {
    margin: 0;
    color: rgb(103, 103, 103);
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 25px;
}
.pdf-review-link {
    color: rgb(103, 103, 103);
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 25px;
    text-decoration: none;
}
#customerNo-input {
    height: 24px;
    padding: 0 3px 0 24px;
    margin: 0;
    color: black;
    background-color: rgba(255,255,255,.9);
    border: none;
    outline: 0;
    cursor: pointer;
    box-shadow: none;
    box-sizing: border-box;
    line-height: initial !important;
}
.log-container {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}
.log-message {
    margin-bottom: 5px;
}
.log-timestamp {
    font-weight: bold;
    color: #999;
}
.log-level {
    font-weight: bold;
}
.woocommerce-variation-description {
    display: none;
}