.tf-themes-icon-bg {
    position: relative;
    overflow: hidden;
}
.tf-themes-icon-bg::before,
.tf-themes-icon-bg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 10%;
    pointer-events: none;
    z-index: -1;
}
.tf-themes-icon-bg::before {
    top: 0;
    background: -webkit-linear-gradient(#fff 0%, #fff 20%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(#fff 0%, #fff 20%, rgba(255,255,255,0) 100%);
    background: linear-gradient(#fff 0%, #fff 20%, rgba(255,255,255,0) 100%);
}
.tf-themes-icon-bg::after {
    bottom: 0;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, #fff 80%, #fff 100%);
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, #fff 80%, #fff 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%, #fff 80%, #fff 100%);
}
.tf-themes-icon-bg__backwall {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -2;
    font-size: 1.5rem;
    line-height: 4rem;
    letter-spacing: 4rem;
    opacity: .1;
    white-space: nowrap;
    filter: blur(2px);
}


.tf-theme-text-gradient-blue-green {
    background: -webkit-linear-gradient(20deg,#55cce1, #5ac23d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.NewUI-card--editable {
    background: linear-gradient(to bottom, rgb(244, 244, 244) 0%, rgba(255, 255, 255, 0) 100%);
}
/* pharma */
.tf-theme-text-gradient-19998D-3066BE {
    background: -webkit-linear-gradient(20deg,#19998D, #3066BE);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* food */
.tf-theme-text-gradient-E67205-92374D {
    background: -webkit-linear-gradient(20deg,#E67205, #92374D);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* pharma icons */
.tf-text-color-19998D{
    color: #19998D;
}
/* food icons */
.tf-text-color-E67205{
    color: #E67205;
}