15832144755
2021-07-23 741d66c00c593d4f14cd6731d3e4af6ee5c191ac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
/*
    ===============================
            @Import Function
    ===============================
*/
/*
    ===============================
            @Import Mixins
    ===============================
*/
.tooltip-inner {
  border-radius: 6px; }
 
.tooltip .tooltip-item {
  color: #fff;
  padding: 0 9px; }
 
.tooltip-section h6 {
  color: #3b3f5c;
  font-size: 0.875rem;
  margin-top: 25px;
  margin-bottom: 20px; }
 
.tooltip .tooltip-inner {
  background-color: #060818; }
 
/*
    ==================
        Colors
    =================
*/
/*
    Tooltips
*/
/*      Tooltip Inner   */
.tooltip-primary .tooltip-inner {
  color: #1b55e2;
  background-color: #060818; }
 
.tooltip-success .tooltip-inner {
  color: #8dbf42;
  background-color: #060818; }
 
.tooltip-info .tooltip-inner {
  color: #2196f3;
  background-color: #060818; }
 
.tooltip-danger .tooltip-inner {
  color: #e7515a;
  background-color: #060818; }
 
.tooltip-warning .tooltip-inner {
  color: #e2a03f;
  background-color: #060818; }
 
.tooltip-secondary .tooltip-inner {
  color: #5c1ac3;
  background-color: #060818; }
 
.tooltip-dark .tooltip-inner {
  color: #bfc9d4;
  background-color: #060818; }
 
/*      Tooltip arrow       */
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #060818; }
 
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #060818; }
 
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #060818; }
 
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #060818; }
 
.tooltip-primary .arrow:before, .tooltip-success .arrow:before, .tooltip-info .arrow:before, .tooltip-danger .arrow:before, .tooltip-warning .arrow:before, .tooltip-secondary .arrow:before, .tooltip-dark .arrow:before {
  border-top-color: #060818; }