.user-dashboard { &.verify { .verify-labels { cursor: auto !important; span { margin-right: 5px; cursor: pointer; @extend %defaultTransition; color: $theme; &:hover { color: $theme_darker; } &.countdown { color: gray; cursor: not-allowed; &:hover { color: gray; } } } } } }