#floating-canvas-btn {
background: none;
color: #2d2d2d;
border: solid 1px #2d2d2d;
padding: 2px 15px;
font-size: 14px;
border-radius: 30px;
cursor: pointer;
letter-spacing: 2px;
text-transform: uppercase;
display: inline-flex;
align-items: center;
gap: 8px;
font-family: inherit;
line-height: 12px;
background-color: #dbdbdb;
font-weight: bold;
height: 26px;
}
#floating-canvas-btn .ss-icon {
font-family: "SSGizmo", sans-serif;
font-size: 16px;
line-height: 1px;
padding-top: 4px;
}
#floating-canvas-btn:hover {
color: #000;
border: solid 1px #000;
}
.canvas-floating-btn-wrapper {
position: absolute;
bottom: 5px;
right: 5px;
z-index: 999;
height: 26px !important;
}
.styleboard-btn-group {
display: flex;
gap: 5px;
align-items: center;
}
.added-button {
background: none;
color: #2d2d2d;
border: solid 1px #2d2d2d;
padding: 2px 15px;
font-size: 14px;
border-radius: 30px;
cursor: pointer;
letter-spacing: 2px;
text-transform: uppercase;
display: inline-flex;
align-items: center;
gap: 8px;
font-family: inherit;
font-weight: bold;
height: 26px;
line-height: 12px;
}
.trash-button {
background: #fff;
border: solid 1px #2d2d2d;
width: 26px;
height: 26px;
border-radius: 50%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.trash-button i {
font-size: 12px;
}