3.7
fxl
2023-03-07 632a18ee7c83441a6036b90577424d2daad8d19c
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
/*
    ===============================
            @Import Function
    ===============================
*/
/*
    ===============================
            @Import Mixins
    ===============================
*/
/*
  Live Search
*/
.filtered-list-search {
  margin-top: 0;
  margin-bottom: 50px; }
  .filtered-list-search form > div {
    position: relative; }
  .filtered-list-search form input {
    border: none;
    padding: 10px 16px;
    -webkit-box-shadow: 0 0 4px 2px rgba(31, 45, 61, 0.1);
    box-shadow: 0 0 4px 2px rgba(31, 45, 61, 0.1); }
    .filtered-list-search form input:focus {
      box-shadow: 0 0 4px 2px rgba(31, 45, 61, 0.1); }
  .filtered-list-search form button {
    border-radius: 50%;
    padding: 7px 7px;
    position: absolute;
    right: 4px;
    top: 4px; }
  .filtered-list-search form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bfc9d4; }
  .filtered-list-search form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfc9d4; }
  .filtered-list-search form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #bfc9d4; }
  .filtered-list-search form input:-moz-placeholder {
    /* Firefox 18- */
    color: #bfc9d4; }
 
.searchable-container {
  max-width: 1140px;
  margin: 0 auto; }
 
.searchable-items {
  padding: 13px;
  border: 1px solid #1b2e4b;
  border-radius: 10px; }
 
.searchable-container .searchable-items {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
 
.searchable-container .items {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  padding: .75rem .625rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  justify-content: space-between;
  background: #1b2e4b;
  margin-bottom: 15px;
  border-radius: 14px;
  padding: 13px 18px;
  width: 100%;
  color: #0e1726;
  min-width: 625px;
  transition: all 0.35s ease;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 9px 2px rgba(31, 45, 61, 0.1);
  box-shadow: 0px 2px 9px 2px rgba(31, 45, 61, 0.1); }
  .searchable-container .items:hover {
    -webkit-transform: translateY(0) scale(1.03);
    transform: translateY(0) scale(1.03);
    transform: translateY(0) scale(1.01); }
  .searchable-container .items .user-profile {
    display: flex; }
    .searchable-container .items .user-profile img {
      width: 43px;
      height: 43px;
      border-radius: 5px; }
  .searchable-container .items .user-name p, .searchable-container .items .user-work p, .searchable-container .items .user-email p {
    margin-bottom: 0;
    color: #d3d3d3;
    font-weight: 600; }
  .searchable-container .items .user-status span.badge {
    background: transparent;
    transform: none; }
    .searchable-container .items .user-status span.badge.badge-warning {
      color: #e2a03f;
      border: 2px dashed #e2a03f; }
    .searchable-container .items .user-status span.badge.badge-danger {
      color: #e7515a;
      border: 2px dashed #e7515a; }
    .searchable-container .items .user-status span.badge.badge-primary {
      color: #1b55e2;
      border: 2px dashed #1b55e2; }
  .searchable-container .items .action-btn p {
    margin-bottom: 0;
    color: #506690;
    cursor: pointer;
    font-weight: 600; }
  .searchable-container .items:hover .serial-number p, .searchable-container .items:hover .user-name p, .searchable-container .items:hover .user-work p, .searchable-container .items:hover .user-email p, .searchable-container .items:hover .action-btn p {
    color: #607d8b; }
 
/*
    Line Search
*/
.full-search.search-form-overlay {
  height: 50px;
  position: relative;
  border: 1px solid #1b2e4b;
  border-radius: 5px;
  padding: 6px; }
 
.search-form-overlay.input-focused .form-inline.search {
  position: absolute;
  bottom: 0;
  top: 0;
  background: #1b2e4b;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 32;
  border-radius: 0;
  margin-top: 0px !important;
  display: flex;
  padding: 0; }
 
.search-form-overlay .form-inline {
  justify-content: flex-end; }
  .search-form-overlay .form-inline svg {
    font-weight: 600;
    margin: 4px 10px;
    cursor: pointer;
    color: #888ea8; }
 
.search-form-overlay.input-focused .form-inline svg {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 11px; }
 
.search-form-overlay.input-focused .form-inline.search .search-bar {
  width: 100%; }
 
.search-form-overlay form.form-inline input.search-form-control {
  width: 100%;
  font-size: 13px;
  background-color: #e3e3e3;
  padding-top: 8px;
  padding-bottom: 8px;
  border: none;
  color: #25d5e4;
  letter-spacing: 1px; }
 
.search-form-overlay .form-inline.search .search-form-control {
  border: none;
  width: 100%;
  display: none;
  box-shadow: none; }
 
.search-form-overlay.input-focused .form-inline.search .search-form-control {
  background: transparent;
  border-bottom: none;
  display: block;
  padding-left: 45px; }
 
.demo-search-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(6, 8, 24, 0) !important;
  z-index: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  left: 0;
  right: 0; }
  .demo-search-overlay.show {
    display: block;
    opacity: .1; }
 
/*
    Search Box
*/
.search-input-group-style.input-group .input-group-prepend .input-group-text svg {
  color: #1b55e2; }
 
.search-input-group-style input {
  border: none;
  border-radius: 4px;
  padding: 6px 16px; }