.ab-a2e4dabe-btn {
display: inline-flex;
justify-content: center;
align-items: center;
position: relative;
overflow: hidden;
z-index: 1;
text-decoration: none;
font-size: 15px;
padding: 12px 24px;
background-color: #69727d;
color: #fff;
border-radius: 3px;
transition: all 0.3s ease;
cursor: pointer;
}
.ab-a2e4dabe-btn-block {
display: flex;
width: 100%;
}
.ab-a2e4dabe-btn::before {
content: '';
position: absolute;
top: 0;
left: 50%;
width: 0;
height: 100%;
background-color: #54595f; transition: all 0.3s ease-in-out;
z-index: -1;
transform: translateX(-50%);
}
.ab-a2e4dabe-btn:hover::before {
width: 100%;
}
.ab-a2e4dabe-btn-content {
display: flex;
align-items: center;
justify-content: center;
pointer-events: none; }
.ab-a2e4dabe-icon-left,
.ab-a2e4dabe-icon-right {
display: flex;
align-items: center;
}
.ab-a2e4dabe-icon-left svg,
.ab-a2e4dabe-icon-right svg {
width: 1em;
height: 1em;
fill: currentColor;
transition: all 0.3s ease;
}