.cliptext {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Optional: Adds an ellipsis (...) at the end if the text overflows */
}

.mud-grid-item {
    padding-top: 3px !important;
    padding-right: 3px;
    padding-bottom: 5px !important;
    padding-left: 12px;
}

.round-voilet {
    background-color: darkviolet;
    color: white;
    padding: 3px;
    border-radius: 3px;
}

.round-blue {
    background-color: blue;
    color: white;
    padding: 3px;
    border-radius: 3px;
}

.gradientbg {
    background-image: linear-gradient(315deg, #C9CCD5, #FFFFFF, #C9CCD5);
}
