.ck-editor__editable {
    min-height: 300px;
    max-height: 300px;
}

.longtable{
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    max-width:1000px;
}



#perpage{
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    margin-left: 10px;
    text-align: center;
}

@keyframes blink {
     0% { opacity: 1; }
     50% { opacity: 0.5; }
     100% { opacity: 1; }
 }

.blink-change {
    animation: blink 1s infinite;
    color: red;
    font-weight: bold;
}

.transferred-account{
    background-color:#CBC3E3;
}

