
.etk-btn:active {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14) inset;
}

.etk-bg-btn-default {
    background-color: #FFFFFF; /* bg-fill-neutral-default */
}
.etk-bg-btn-default:hover {
    background-color: #F9F9F9; /* bg-fill-neutral-secondary */
}

.etk-bg-btn-transparent:hover {
    background-color: #F4F4F4; /* bg-fill-neutral-tertiary */
}
.etk-bg-btn-transparent:active {
    background-color: #F4F4F4; /* bg-fill-neutral-tertiary */
}

.etk-bg-fill-fonctional-success-background:hover {
    background-color: hsla(160, 60%, 70%, 0.2);
}

.etk-bg-fill-fonctional-error-background:hover {
    background-color: hsla(3, 60%, 70%, 0.2);
}

.etk-btn-sub {
    min-height:  28px;
    padding: 4px 8px 4px 8px;
}

