.k-site-view-preview {
    display:none;
}
.k-item-options .k-button.k-status-icon {
    display:none;
}

div[data-template="rr_month"] .k-page-view-status.k-status-icon {
    display:none;
}

@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="rr_year"] .k-page-view-preview {
    aspect-ratio:auto;
    padding-right:8px;
    padding-left:8px;
}
div[data-template="rr_year"] .k-page-view-preview:after {
 content:"Roll";
 
 display:inline-block;
}
div[data-template="rr_year"] header .k-page-view-status {
    display:none;
}