1.execute {
2
3    .task-search .md-chips {
4        padding: 0px;
5    }
6    .wave-spinner {
7        margin: -15px;
8        width: auto;
9        height: auto;
10    }
11
12    .wave-spinner>div {
13        width: 2px;
14        height: 2px;
15        background-color: #F6A52F;
16    }
17}
18
19.tooltip-fix {
20	pointer-events: auto;
21}