File size: 1,255 Bytes
294253d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
79
80
81
82
83
84
85
86
87
88
89
90
.btn-primary {
    background-color: #0d6efd;
    border-radius: 5px;
    border-color: #0d6efd;
}

#sidebarToggle {
    border-radius: 4px;
    margin-left: 250px;
}

.main-sidebar.toggled .menu-text {
    display: none;
}

#selectedCompany.toggled .menu-text {
    display: none;
}

.wrapper {
    flex: 1;
    padding: 10px;
    margin-left: 250px;
    /* Default sidebar width */
    transition: margin-left 0.3s ease;
}

.main-header {
    border-bottom: none;
    border-top: none;
}

.card {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

.card-body {
    padding: 15px;
}

.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.sidebarPanel {
    display: none;
}

.media-body {
    text-align: right;
    overflow: hidden;
}

.fs-30 {
    font-size: 1.875rem;
}

.fs-48 {
    font-size: 3rem;
}





@media screen and (max-width:1030px) {
    .wrapper {
       padding: 10px;
       margin-left: 0px;
    }

   
    .fs-30 {
        font-size: 1.3rem !important;
    }
  
    .fs-48 {
        font-size: 2rem !important;
    }

}