.custom-label-493d3334 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    transition: all 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
}

.custom-label-493d3334:hover,
.custom-label-493d3334:focus {
    text-decoration: none;
}

.custom-label-shape-square .custom-label-493d3334 {
    border-radius: 0;
}

.custom-label-shape-rounded .custom-label-493d3334 {
    border-radius: 4px;
}

.custom-label-shape-pill .custom-label-493d3334 {
    border-radius: 9999px;
}

.custom-label-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-label-icon i {
    font-size: 1em;
}

.custom-label-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}