@keyframes rainbow {
      0% { background-position: 0% 50%; }
      50% { background-position: 100% 50%; }
      100% { background-position: 0% 50%; }
    }


.k-page-view-header .k-form-buttons button:nth-child(2){
    background: linear-gradient(to right, rgb(253, 187, 253), rgb(214, 157, 255), rgb(140, 255, 140), green, yellow, rgb(255, 209, 125), rgb(255, 104, 104));
    background-size: 1400% 100%;
    animation: rainbow 5s linear infinite;
}

div[data-template="order"] .k-field-name-items .k-text-field-preview {
	white-space:normal;
}

