.menu-to-kure svg {
    opacity: 0.8;
}

.active-icon {
    display: none;
}

.menu-to-kure:hover .inactive-icon {
    display: none;
}

.menu-to-kure:hover .active-icon {
    display: block !important;
}

.woolf-widget-button {
    bottom: 55px !important;
    height: 48px !important;
    right: 20px !important;
    width: 48px !important;
}

.woolf-widget-modal {
    z-index: 2147483003 !important;
}