:root {
    --theme-color-primary: #1245af;
}

.row.personal-order-item-container {
    border: 1px solid silver;
    margin-bottom: 20px;
}

.sale-order-detail-payment-options-methods-container:before {
    display: none;
}

.modal {
    /* transition: all 0s 0s; */
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    max-height: 100vh;
    overflow-y: auto;
}
