

a.bc-layer-button,
a.bc-layer-button:hover{
color: unset;
}
.bc-layer-button {
position: relative;
display: flex;
width: fit-content;
height: fit-content;
background: unset;
}
.bc-layer-button__original-layer{
position: relative;
background: #080808; 
--translate3dpxto: 0px; 
transform: translate3d(0, 0, 0);
--color: white;
--background: #080808;
transition: color, background, transform;
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
transition-duration: 0.3s;
z-index: 1;  
z-index: var(--z-index) !important;    
border: 0;
border-radius: 5px; 
--translate3dpxto: 0px; 
transform: translate3d(var(--translate3dpxfrom), var(--translate3dpxfrom), 0);
--color: #080808;
--background: #3754F5;
transition: color, background, transform;
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
transition-duration: 0.3s; 
z-index: 0;  
color: var(--color) !important; background: var(--background) !important;
z-index: var(--z-index) !important;    
border: 0;
border-radius: 5px; 
--translate3dpxto: 0; 
transform: translate3d(var(--translate3dpxfrom), var(--translate3dpxfrom), 0);
--color: #080808;
--background: #D95FF8;
transition: color, background, transform;
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
transition-duration: 0.3s; 
z-index: -1;  
color: var(--color) !important; background: var(--background) !important;
z-index: var(--z-index) !important;    
border: 0;
border-radius: 5px; 
--translate3dpxto: 0; 
transform: translate3d(var(--translate3dpxfrom), var(--translate3dpxfrom), 0);
--color: #080808;
--background: #3754F5;
transition: color, background, transform;
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
transition-duration: 0.3s; 
z-index: -2;  
color: var(--color) !important; background: var(--background) !important;
z-index: var(--z-index) !important;    
border: 0;
border-radius: 5px; 
--translate3dpxto: 0; 
transform: translate3d(var(--translate3dpxfrom), var(--translate3dpxfrom), 0);
--color: #080808;
--background: #D95FF8;
transition: color, background, transform;
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
transition-duration: 0.3s; 
z-index: -3;  
color: var(--color) !important; background: var(--background) !important;
z-index: var(--z-index) !important;  /**/
}