/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2025 | 13:29:35 */
/* From Uiverse.io by xueyuantan */ 
.color-bn .module-buttons-item .tf_in_flx {
 width: 100%;
 height: 100%;
 background:white;
 border-radius: 7px;
 font-size: 15px;
 font-family: inherit;
 border: none;
 position: relative;
 overflow: hidden;
 z-index: 1;
/*  box-shadow: 6px 6px 12px #c5c5c5,
             -6px -6px 12px #ffffff; */
}

.color-bn .module-buttons-item .tf_in_flx::before {
 content: '';
 width: 0;
 height: 100%;
 border-radius: 7px;
 position: absolute;
 top: 0;
 left: 0;
	right:0;
 background-image: linear-gradient(to right, #7b54a0 0%, #f06aa7 100%);
 transition: .5s ease;
 display: block;
 z-index: -1;
}

.color-bn .module-buttons-item .tf_in_flx:hover::before {
 width: 100%;
}