Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2646 | Rev 2649 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1239 steven 1
/*===================== TABLE OF CONTENT ======================= 1.	1 Homepages 2.  Fonts 3.  Reset Css 4.  Cross Browser Compatibility 5.  Header 6.  Navigations 7.  Dropdown 8.  Responsive Header 9.  Revolution Slider (Banner) 10. About App 11. Amazing Features 12. Interesting Screenshots 14.	Latest Blog News 15.	Questions Sections 16.	Clinet's Testimonial 17.	Our Newsletter 18. Stylish Pricing Plan 19.	Never Miss a Deal 20.	Contact Us 21. Footer =============================================================*/
2
 
3
/* ================================================================================== Fonts ===================================================================================== */
4
 
5
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i");
6
/* ================================================================================== Reset Css ===================================================================================== */
7
 
8
html,
9
body,
10
div,
11
span,
12
applet,
13
object,
14
iframe,
15
h1,
16
h2,
17
h3,
18
h4,
19
h5,
20
h6,
21
p,
22
blockquote,
23
pre,
24
a,
25
abbr,
26
acronym,
27
address,
28
big,
29
cite,
30
code,
31
del,
32
dfn,
33
em,
34
img,
35
ins,
36
kbd,
37
q,
38
s,
39
samp,
40
small,
41
strike,
42
strong,
43
sub,
44
sup,
45
tt,
46
var,
47
b,
48
u,
49
i,
50
center,
51
dl,
52
dt,
53
dd,
54
ol,
55
ul,
56
li,
57
fieldset,
58
form,
59
label,
60
legend,
61
table,
62
caption,
63
tbody,
64
tfoot,
65
thead,
66
tr,
67
th,
68
td,
69
article,
70
aside,
71
canvas,
72
details,
73
embed,
74
figure,
75
figcaption,
76
footer,
77
header,
78
hgroup,
79
menu,
80
nav,
81
output,
82
ruby,
83
section,
84
summary,
85
time,
86
mark,
87
audio,
88
video {
89
    margin: 0;
90
    padding: 0;
91
    border: 0;
92
    font-size: 100%;
93
    font: inherit;
94
    vertical-align: baseline;
95
}
96
 
97
/* HTML5 display-role reset for older browsers */
98
 
99
article,
100
aside,
101
details,
102
figcaption,
103
figure,
104
footer,
105
header,
106
hgroup,
107
menu,
108
nav,
109
section {
110
    display: block;
111
}
112
 
113
body {
114
    line-height: 1;
115
    font-family: "Source Sans Pro", sans-serif;
116
    overflow-x: hidden;
117
    font-weight: 400;
118
    background-color: #f2f2f2;
119
}
120
 
121
ol,
122
ul {
123
    list-style: none;
124
}
125
 
126
a:hover {
127
    text-decoration: none;
128
}
129
 
130
blockquote,
131
q {
132
    quotes: none;
133
}
134
 
135
blockquote:before,
136
blockquote:after,
137
q:before,
138
q:after {
139
    content: "";
140
    content: none;
141
}
142
 
143
button {
144
    outline: none;
145
}
146
 
147
table {
148
    border-collapse: collapse;
149
    border-spacing: 0;
150
}
151
 
152
* {
153
    margin: 0;
154
    padding: 0;
155
}
156
 
157
a:focus {
158
    text-decoration: none;
159
    outline: none;
160
}
161
 
162
a:hover {
163
    color: #fff;
164
}
165
 
166
button {
167
    outline: none;
168
}
169
 
170
input {
171
    outline: none;
172
}
173
 
174
textarea {
175
    outline: none;
176
}
177
 
178
section {
179
    float: left;
180
    width: 100%;
181
    position: relative;
182
}
183
 
184
p {
185
    font-size: 14px;
186
    line-height: 24px;
187
    color: #666666;
188
}
189
 
190
hr {
191
    margin-top: 1rem;
192
    margin-bottom: 1rem;
193
    border: 0;
194
    border-top: 1px solid #e5e5e5 !important;
195
}
196
 
197
/* ================ CROSS BROWSER COMPATABILITY =============== */
198
 
199
img {
200
    max-width: 100%;
201
}
202
 
203
.ask-question,
204
nav,
205
.notification-box.active,
206
nav ul li a,
207
.user-account-settingss.active,
208
.user-info a,
209
.suggestion-usd>span i,
210
.view-more>a,
211
.tags-sec ul li a,
212
.post-st ul li a,
213
.ed-opts>a,
214
.bk-links li a,
215
.like-com li a,
216
.user-profy>a,
217
.slick-previous:before,
218
.slick-nexti:before,
219
.comment>a,
220
.sign_link>a,
221
.post-popup,
222
.post-project>a,
223
.post-project-fields form ul li button,
224
.post-project-fields form ul li a,
225
.sign-control li a,
226
.cover-sec>a,
227
.star-descp>a,
228
.message-btn a,
229
.pf-gallery ul li,
230
.gallery_pt:before,
231
.gallery_pt>a,
232
.overview-box,
233
.skl-name,
234
.conv-list,
235
.save-stngs ul li button,
236
.forum-links.active,
237
.react-links li a,
238
.next-prev>a,
239
nav ul li:hover>ul,
240
.user-pro-img>a i {
241
    -webkit-transition: all 0.2s;
242
    -moz-transition: all 0.2s;
243
    -ms-transition: all 0.2s;
244
    -o-transition: all 0.2s;
245
    transition: all 0.2s;
246
}
247
 
248
/* ============== DEFAULT BORDER RADIUS =========== */
249
 
250
.ask-question,
251
.login_register ul li a,
252
.search-bar form input,
253
.search-bar form button,
254
.search_form form input,
255
.post-st ul li a,
256
.post-bar,
257
.bk-links li i,
258
.bid_now,
259
.user-profy ul li a,
260
.posty,
261
.comment_box form button,
262
.post-project-fields form input,
263
.post-project-fields form textarea,
264
.post-project-fields form select,
265
.post-project-fields form ul li button,
266
.post-project-fields form ul li a,
267
.signin-pop,
268
.sign-control,
269
.sign_in_sec form input,
270
.sign_in_sec form select,
271
.sign_in_sec form button,
272
.signup-tab,
273
.login-resources ul li a,
274
.flw-hr li a,
275
.message-btn a,
276
.user-profile-ov,
277
.portfolio-gallery-sec,
278
.overview-edit,
279
.overview-edit form textarea,
280
.overview-edit form input,
281
.overview-edit form select,
282
.overview-edit button,
283
.file-submit,
284
.billing-method,
285
.lt-sec>a,
286
.add-billing-method,
287
.payment_methods form button,
288
.payment_methods form input,
289
.company-up-info ul li a,
290
.search-box form input,
291
.filter-dd form input,
292
.filter-dd form select,
293
.conversation-box,
294
.save-stngs ul li button,
295
.cp-field input,
296
.cp-field textarea,
297
.accept-req,
298
.mf-field input,
299
.mf-field button,
300
.pagination li .page-link,
301
.post_comment_sec form textarea,
302
.post_comment_sec form button,
303
.next-prev>a {
304
    -webkit-border-radius: 4px;
305
    -moz-border-radius: 4px;
306
    -ms-border-radius: 4px;
307
    -o-border-radius: 4px;
308
    border-radius: 3px;
309
}
310
 
311
.wrapper {
312
    float: left;
313
    width: 100%;
314
    min-height: 100vh;
315
    position: relative;
2294 stevensc 316
    background-color: #FFFFFF;
1239 steven 317
}
318
 
319
.overlay:before {
320
    content: "";
321
    position: absolute;
322
    top: 0;
323
    left: 0;
324
    width: 100%;
325
    height: 100%;
326
    background-color: rgba(0, 0, 0, 0.75);
327
    z-index: 99;
328
}
329
 
330
header {
331
    float: left;
332
    width: 100%;
333
    background-color: #e44d3a;
334
}
335
 
336
.header-data {
337
    float: left;
338
    width: 100%;
339
}
340
 
341
.logo {
342
    float: left;
343
    width: 40px;
344
    margin-right: 14px;
345
    margin-top: 10px;
346
}
347
 
348
.logo.pd-btm {
349
    padding-bottom: 10px;
350
}
351
 
352
.forum-bar {
353
    float: left;
354
    margin-top: 10px;
355
    width: 400px;
356
}
357
 
358
.forum-bar h2 {
359
    float: left;
360
    margin-right: 40px;
361
}
362
 
363
.forum-bar ul {
364
    float: left;
365
    margin-top: 0px;
366
}
367
 
368
.ask-question {
369
    background-color: #fff;
370
    padding: 10px 25px;
371
    color: #e44d3a !important;
372
    font-size: 14px;
373
    font-weight: 600;
374
}
375
 
376
.ask-question:hover {
377
    color: #e44d3a;
378
}
379
 
380
.forum-bar ul li {
381
    display: inline-block;
382
    margin-right: 40px;
383
}
384
 
385
.forum-bar ul li:last-child {
386
    margin-right: 0;
387
}
388
 
389
.forum-bar ul li a {
390
    display: inline-block;
391
    color: #ffffff;
392
    font-size: 14px;
393
    font-weight: 500;
394
}
395
 
396
.forum-bar h2 {
397
    color: #ffffff;
398
    font-size: 28px;
399
    font-weight: 500;
400
}
401
 
402
/* ========== login_register ========== */
403
 
404
.login_register {
405
    float: right;
406
    margin-top: 8px;
407
    padding-left: 30px;
408
}
409
 
410
.login_register ul li {
411
    display: inline-block;
412
    margin-right: 8px;
413
}
414
 
415
.login_register ul li:last-child {
416
    margin-right: 0;
417
}
418
 
419
.login_register ul li a {
420
    display: inline-block;
421
    color: #ffffff;
422
    font-size: 14px;
423
    border: 1px solid #fff;
424
    height: 40px;
425
    line-height: 40px;
426
    padding: 0 20px;
427
    font-weight: 600;
428
}
429
 
430
.search-bar.st2 {
431
    float: right;
432
}
433
 
434
.search-bar {
435
    float: left;
436
    width: 280px;
437
    margin-top: 9px;
438
}
439
 
440
.search-bar form {
441
    float: left;
442
    width: 100%;
443
    position: relative;
444
}
445
 
446
.search-bar form input {
447
    width: 100%;
448
    background-color: #fff;
449
    height: 38px;
450
    color: #b2b2b2;
451
    font-size: 12px;
452
    border: 0;
453
    padding: 0 10px;
454
}
455
 
456
.search-bar form button {
457
    position: absolute;
458
    top: 0;
459
    right: 0;
460
    background-color: #efefef;
461
    width: 38px;
462
    height: 100%;
463
    border: 0;
464
}
465
 
466
.search-bar form button i {
467
    color: #e44d3a;
468
    font-size: 20px;
469
    font-weight: bold;
470
}
471
 
472
nav {
473
    /* float: left; width: 60%; text-align: right; */
474
    /* padding-right: 13px; */
475
}
476
 
477
nav ul li {
478
    /* display: inline-block; text-align: center; padding: 15px 13px; position: relative; */
479
}
480
 
481
nav ul li:hover>ul {
482
    /* opacity: 1; visibility: visible; z-index: 9999; */
483
}
484
 
485
nav ul ul {
486
    /* position: absolute; top: 100%; left: 0; width: 200px; background-color: #e44d3a; text-align: left; padding: 20px 0 10px 0; opacity: 0; visibility: hidden; z-index: 999999; */
487
}
488
 
489
/* nav ul ul li {padding: 0; float: left; width: 100%; text-align: left; margin-bottom: 15px; padding: 0 20px; } nav ul ul li a:hover {color: #fff; } nav ul ul li a {font-size: 16px; } */
490
 
491
.notification-box.msg p {
492
    line-height: 20px;
493
    font-size: 14px;
494
    font-weight: 400;
495
    margin-top: 2px;
496
}
497
 
498
.notification-box.msg .nott-list .notification-info span {
499
    bottom: auto;
500
    top: 5px;
501
}
502
 
503
.notification-box.msg .notification-info h3 {
504
    margin-bottom: 1px;
505
}
506
 
507
.notification-box.msg .nott-list .notfication-details {
508
    padding: 17px 20px 17px 20px;
509
}
510
 
511
.notification-box {
512
    position: absolute;
513
    top: 100%;
514
    right: 0;
515
    width: 300px;
516
    background-color: #fff;
517
    opacity: 1;
518
    visibility: visible;
519
    z-index: 999;
520
    display: none;
521
}
522
 
523
.notification-box.active {
524
    opacity: 1;
525
    visibility: visible;
526
    z-index: 999999999;
527
}
528
 
529
.nt-title {
530
    float: left;
531
    width: 100%;
532
    border-bottom: 1px solid #e5e5e5;
533
    padding: 10px 20px;
534
}
535
 
536
.nt-title h4 {
537
    float: left;
538
    color: #686868;
539
    font-size: 12px;
540
    font-weight: 600;
541
}
542
 
543
.nt-title>a {
544
    float: right;
545
    color: #686868;
546
    font-size: 12px;
547
    font-weight: 600;
548
}
549
 
550
.nott-list {
551
    float: left;
552
    width: 100%;
553
}
554
 
555
.nott-list .notification-info {
556
    width: 86%;
557
    float: left;
558
    text-align: left;
559
    position: relative;
560
}
561
 
562
.nott-list .notfication-details {
563
    padding: 20px 20px 12px 20px;
564
}
565
 
566
.nott-list .notification-info h3 {
567
    line-height: 20px;
568
}
569
 
570
.nott-list .notification-info span {
571
    position: absolute;
572
    bottom: 5px;
573
    right: 0;
574
}
575
 
576
.view-all-nots {
577
    float: left;
578
    width: 100%;
579
}
580
 
581
.view-all-nots>a {
582
    float: left;
583
    width: 100%;
584
    color: #ffffff;
585
    font-size: 16px;
586
    text-transform: capitalize;
587
    font-weight: 600;
588
    text-align: center;
589
    background-color: #e44d3a;
590
    padding: 18px 0;
591
}
592
 
593
nav ul li span {
594
    display: block;
595
    height: 14px;
596
}
597
 
598
nav ul li span img {
599
    float: none;
600
}
601
 
602
nav ul li a {
603
    color: #ffffff;
604
    font-size: 14px;
605
}
606
 
607
nav>ul>li>a:hover {
608
    color: #fff;
609
}
610
 
611
.user-account {
612
    float: right;
613
    /* width: 110px; */
614
    border-left: 1px solid #dd3e2b;
615
    border-right: 1px solid #dd3e2b;
616
    box-sizing: border-box;
617
    position: relative;
618
    padding: 0 1rem;
619
}
620
 
621
.user-info {
622
    /* float: left; width: 100%; padding: 13px 10px; */
623
    position: relative;
624
}
625
 
626
.user-account-settingss {
627
    position: absolute;
628
    opacity: 1;
629
    visibility: visible;
630
    z-index: 999;
631
    display: none;
632
    top: 100%;
633
    right: 0;
634
    width: 240px;
635
    background-color: #fff;
636
    border-left: 1px solid #e5e5e5;
637
    border-bottom: 1px solid #e5e5e5;
638
    border-right: 1px solid #e5e5e5;
639
    -webkit-border-radius: 0 0 5px 5px;
640
    -moz-border-radius: 0 0 5px 5px;
641
    -ms-border-radius: 0 0 5px 5px;
642
    -o-border-radius: 0 0 5px 5px;
643
    border-radius: 0 0 5px 5px;
644
    -webkit-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
645
    -moz-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
646
    -ms-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
647
    -o-box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
648
    box-shadow: 1px 1px 6px -2px rgba(0, 0, 0, 0.24);
649
    /*opacity: 0; visibility: hidden;*/
650
}
651
 
652
.user-account-settingss.active {
653
    opacity: 1;
654
    visibility: visible;
655
    z-index: 9999;
656
}
657
 
658
.user-account-settingss>h3 {
659
    color: #000000;
660
    font-size: 16px;
661
    font-weight: 600;
662
    float: left;
663
    width: 100%;
664
    border-bottom: 1px solid #e5e5e5;
665
    padding: 15px 20px;
666
}
667
 
668
.on-off-status {
669
    float: left;
670
    width: 100%;
671
    padding: 20px;
672
    border-bottom: 1px solid #e5e5e5;
673
}
674
 
675
.on-off-status li {
676
    float: left;
677
    width: 100%;
678
    margin-bottom: 15px;
679
}
680
 
681
.on-off-status li:last-child {
682
    margin-bottom: 0;
683
}
684
 
685
.on-off-status li .fgt-sec small {
686
    color: #686868;
687
}
688
 
689
/* =========== search_form =========== */
690
 
691
.search_form {
692
    float: left;
693
    width: 100%;
694
    padding: 20px;
695
    border-bottom: 1px solid #e5e5e5;
696
}
697
 
698
.search_form form {
699
    float: left;
700
    width: 100%;
701
    position: relative;
702
}
703
 
704
.search_form form input {
705
    width: 100%;
706
    height: 35px;
707
    padding: 0 15px;
708
    border: 1px solid #e5e5e5;
709
    background-color: #f2f2f2;
710
}
711
 
712
.search_form form button {
713
    color: #f2f2f2;
714
    font-size: 14px;
715
    background-color: #e44d3a;
716
    padding: 0 10px;
717
    height: 100%;
718
    position: absolute;
719
    top: 0;
720
    right: 0;
721
    border: 0;
722
    font-weight: 600;
723
    -webkit-border-radius: 0 3px 3px 0;
724
    -moz-border-radius: 0 3px 3px 0;
725
    -ms-border-radius: 0 3px 3px 0;
726
    -o-border-radius: 0 3px 3px 0;
727
    border-radius: 0 3px 3px 0;
728
    cursor: pointer;
729
}
730
 
731
/* ============ us-links ============= */
732
 
733
.us-links {
734
    float: left;
735
    width: 100%;
736
    border-bottom: 1px solid #e5e5e5;
737
    padding: 20px;
738
}
739
 
740
.us-links li {
741
    float: left;
742
    width: 100%;
743
    margin-bottom: 15px;
744
}
745
 
746
.us-links li:last-child {
747
    margin-bottom: 0;
748
}
749
 
750
.us-links li a {
751
    float: left;
752
    width: 100%;
753
    color: #000000;
754
    font-size: 14px;
755
    font-weight: 500;
756
}
757
 
758
.tc {
759
    text-align: center;
760
}
761
 
762
.tc a {
763
    color: #000;
764
}
765
 
766
.user-info img {
767
    /* margin-right: 10px; -webkit-border-radius: 100px; -moz-border-radius: 100px; -ms-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; */
768
}
769
 
770
.user-info a {
771
    color: #fff;
772
    font-size: 14px;
773
    float: left;
774
    margin-top: 8px;
775
}
776
 
777
.user-info a:hover {
778
    color: #fff;
779
}
780
 
781
.user-info>i {
782
    position: absolute;
783
    top: 50%;
784
    right: -15px;
785
    color: #fff;
786
    font-size: 12px;
787
    -webkit-transform: translateY(-50%);
788
    -moz-transform: translateY(-50%);
789
    -ms-transform: translateY(-50%);
790
    -o-transform: translateY(-50%);
791
    transform: translateY(-50%);
792
}
793
 
794
/* =================== main-section ================= */
795
 
796
main {
797
    float: left;
798
    width: 100%;
2275 stevensc 799
    padding: 10px 0;
1239 steven 800
}
801
 
802
.main-section {
803
    float: left;
804
    width: 100%;
805
    background-color: #fff;
2378 stevensc 806
    padding: 1rem 0;
1239 steven 807
}
808
 
809
.main-section-data {
810
    width: 100%;
2372 stevensc 811
    display: grid;
2376 stevensc 812
    grid-template-columns: 1fr;
2374 stevensc 813
    gap: 1rem;
1239 steven 814
}
815
 
2377 stevensc 816
@media (min-width: 768px) {
2376 stevensc 817
    .main-section-data {
2430 stevensc 818
        grid-template-columns: 30% 70% !important;
2376 stevensc 819
    }
820
}
821
 
2377 stevensc 822
@media (min-width: 1200px) {
2376 stevensc 823
    .main-section-data {
2430 stevensc 824
        grid-template-columns: 25% 50% 25% !important;
2376 stevensc 825
    }
826
}
827
 
2377 stevensc 828
@media (min-width: 1200px) {
2376 stevensc 829
    .main-section-data {
830
        grid-template-columns: 27% 43% 27% !important;
831
    }
832
}
833
 
1239 steven 834
.main-left-sidebar {
835
    float: left;
836
    width: 100%;
2378 stevensc 837
    display: none;
2576 stevensc 838
    margin-top: 30px;
1239 steven 839
}
840
 
2378 stevensc 841
@media (min-width: 768px) {
2379 stevensc 842
    .main-left-sidebar {
2378 stevensc 843
        display: block;
844
    }
845
}
846
 
2478 stevensc 847
@media (max-width: 768px) {
848
    .notifications-page .container {
849
        padding: 0 !important;
850
    }
851
}
852
 
2474 stevensc 853
.notification-item {
854
    margin-bottom: 1.5rem;
2478 stevensc 855
    display: flex;
856
    justify-content: center;
2479 stevensc 857
    gap: 5px;
2478 stevensc 858
    align-items: flex-start;
859
    flex-direction: column;
2474 stevensc 860
}
861
 
2479 stevensc 862
@media (min-width: 768px) {
2478 stevensc 863
    .notification-item {
864
        margin-bottom: 1.5rem;
865
        display: flex;
2479 stevensc 866
        gap: 0;
2478 stevensc 867
        justify-content: space-between;
868
        align-items: center;
869
        flex-direction: row;
870
    }
871
}
872
 
2474 stevensc 873
.notification-item a {
874
    color: var(--gray);
875
    text-decoration: none;
876
    position: relative;
877
}
878
 
879
.notification-item a::before {
880
    content: '';
2477 stevensc 881
    width: 15px;
882
    height: 15px;
2475 stevensc 883
    border-radius: 100px;
884
    background-color: var(--background-gray);
2474 stevensc 885
    position: absolute;
886
    top: 50%;
2477 stevensc 887
    left: -1.2rem;
2475 stevensc 888
    transform: translateY(-50%);
2474 stevensc 889
}
890
 
891
.notification-item span {
892
    color: var(--gray);
893
}
894
 
1239 steven 895
.full-width {
896
    float: left;
897
    width: 100%;
898
    background-color: #fff;
899
    margin-bottom: 20px;
900
    /* border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; */
901
}
902
 
903
.username-dt {
904
    float: left;
905
    width: 100%;
906
    background-color: #e44d3a;
907
    padding-top: 40px;
908
}
909
 
910
.user-data {
911
    text-align: center;
912
}
913
 
914
.usr-pic {
915
    width: 110px;
916
    height: 110px;
917
    margin: 0 auto;
918
    margin-bottom: -48px;
919
}
920
 
921
.usr-pic>img {
922
    float: none;
923
    border: 5px solid #fff;
924
    -webkit-border-radius: 100px;
925
    -moz-border-radius: 100px;
926
    -ms-border-radius: 100px;
927
    -o-border-radius: 100px;
928
    border-radius: 100px;
929
    width: 100%;
930
}
931
 
932
.user-profile {
933
    float: left;
934
    width: 100%;
935
}
936
 
937
.user-specs {
938
    float: left;
939
    width: 100%;
940
    padding: 63px 0 27px 0;
941
}
942
 
943
.user-specs h3 {
944
    color: #000000;
945
    font-size: 24px;
946
    text-transform: capitalize;
947
    font-weight: 600;
948
    margin-bottom: 8px;
949
}
950
 
951
.user-specs span {
952
    color: #686868;
953
    font-size: 14px;
954
}
955
 
956
.user-fw-status {
957
    float: left;
958
    width: 100%;
959
}
960
 
961
.user-fw-status li {
962
    float: left;
963
    width: 100%;
964
    /* border-bottom: 1px solid #e5e5e5; */
965
    /* border-top: 1px solid #e5e5e5; */
966
    padding: 15px 0;
967
}
968
 
969
.user-fw-status li:last-child {
970
    border-bottom: 0;
971
}
972
 
973
.user-fw-status li:nth-child(1),
974
.user-fw-status li:nth-child(2) {
975
    border-bottom: 0;
976
}
977
 
978
.user-fw-status li h4 {
979
    color: #686868;
980
    font-size: 20px;
981
    margin-bottom: 10px;
982
}
983
 
984
.user-fw-status span {
985
    color: #000000;
986
    font-size: 20px;
987
}
988
 
989
.user-fw-status li a {
990
    color: #e44d3a;
991
    font-size: 14px;
992
    font-weight: 600;
993
}
994
 
995
/* ============= Suggestions ============ */
996
 
997
.sd-title {
998
    /* float: left; */
999
    width: 100%;
1000
    /* padding: 20px; */
1001
    /* border-bottom: 1px solid #e5e5e5; */
1002
    position: relative;
1003
    display: grid;
1004
}
1005
 
1006
.sd-title h3 {
1007
    color: #000000;
1008
    font-size: 18px;
2213 stevensc 1009
    font-weight: 700;
1239 steven 1010
    float: left;
1011
}
1012
 
1013
.sd-title i {
1014
    float: right;
1015
    color: #b7b7b7;
1016
    font-size: 24px;
1017
    position: absolute;
1018
    right: 5px;
1019
    top: 18px;
1020
}
1021
 
1022
.suggestions-list {
1023
    /* float: left; */
1024
    width: 100%;
1025
    /* padding: 13px 0 30px 0; */
1026
}
1027
 
1028
.suggestion-usd {
1029
    float: left;
1030
    width: 100%;
1031
    padding: 15px 20px;
1032
}
1033
 
1034
.suggestion-usd img {
1035
    -webkit-border-radius: 100px;
1036
    -moz-border-radius: 100px;
1037
    -ms-border-radius: 100px;
1038
    -o-border-radius: 100px;
1039
    border-radius: 100px;
1040
}
1041
 
1042
.sgt-text {
1043
    float: left;
1044
    padding-left: 10px;
1045
}
1046
 
1047
.sgt-text h4 {
1048
    color: #000000;
1049
    font-size: 14px;
1050
    font-weight: 400;
1051
    margin-bottom: 4px;
1052
}
1053
 
1054
.sgt-text span {
1055
    color: #686868;
1056
    font-size: 14px;
1057
}
1058
 
1059
.suggestion-usd>span {
1060
    margin-top: 4px;
1061
    position: relative;
1062
    margin-left: 1rem;
1063
}
1064
 
1065
.suggestion-usd>span i {
1066
    color: #b2b2b2;
1067
    width: 25px;
1068
    height: 25px;
1069
    border-radius: 3px;
1070
    cursor: pointer;
1071
    text-align: center;
1072
    display: flex;
1073
    justify-content: center;
1074
    align-items: center;
1075
}
1076
 
1077
.bg-white {
1078
    background-color: white !important;
1079
}
1080
 
1081
.suggestion-usd>span i:hover {
1082
    background-color: #0961bf !important;
1083
    color: #fff;
1084
    border-radius: 3px;
1085
}
1086
 
1087
.icon-button {
1088
    color: #b2b2b2;
1089
    width: 25px;
1090
    height: 25px;
1091
    border-radius: 3px;
1092
    cursor: pointer;
1093
    text-align: center;
1094
    display: flex !important;
1095
    justify-content: center;
1096
    align-items: center;
1097
}
1098
 
1099
.icon-button:hover {
1100
    background-color: #0961bf !important;
1101
    color: #fff;
1102
    border-radius: 3px;
1103
}
1104
 
1105
.view-more {
1106
    /* float: left; width: 100%; text-align: center; padding-top: 10px; */
1107
}
1108
 
1109
.view-more>a {
1110
    color: #e44d3a;
1111
    font-size: 14px;
1112
    font-weight: 700;
1113
}
1114
 
1115
.view-more>a:hover {
1116
    color: #e44d3a;
1117
}
1118
 
1119
/* ============== tags-sec ============= */
1120
 
1121
.tags-sec {
1122
    background-color: #fff;
1123
    padding: 25px 5px;
1124
}
1125
 
1126
.tags-sec ul {
1127
    float: left;
1128
    width: 100%;
1129
    text-align: center;
1130
}
1131
 
1132
.tags-sec ul li {
1133
    display: inline-block;
1134
    border-right: 1px solid #b2b2b2;
1135
    padding: 0 7px;
1136
    margin-bottom: 15px;
1137
}
1138
 
1139
.tags-sec ul li:nth-child(3),
1140
.tags-sec ul li:nth-child(5),
1141
.tags-sec ul li:nth-child(8) {
1142
    border-right: 0;
1143
}
1144
 
1145
.tags-sec ul li a {
1146
    display: inline-block;
1147
    color: #b2b2b2;
1148
    font-size: 13px;
1149
    font-weight: 500;
1150
}
1151
 
1152
.tags-sec ul li a:hover {
1153
    color: #e44d3a;
1154
}
1155
 
1156
.cp-sec {
1157
    float: left;
1158
    width: 100%;
1159
    margin-top: 5px;
1160
    padding: 0 13px;
1161
}
1162
 
1163
.cp-sec>img {
1164
    float: left;
1165
    margin-top: 3px;
1166
}
1167
 
1168
.cp-sec p {
1169
    float: right;
1170
    color: #b2b2b2;
1171
    font-size: 14px;
1172
    font-weight: 500;
1173
}
1174
 
1175
.cp-sec p img {
1176
    float: none;
1177
    display: inline-block;
1178
    position: relative;
1179
    top: 3px;
1180
    padding-right: 5px;
1181
}
1182
 
1183
/* =================== main-ws-sec ================== */
1184
 
1185
.main-ws-sec {
1186
    float: left;
1187
    width: 100%;
1188
}
1189
 
1190
/* ============ post-topbar =========== */
1191
 
1192
.post-topbar {
1193
    float: left;
1194
    width: 100%;
1195
    padding: 23px 20px;
1196
    background-color: #fff;
1197
    border-top: 4px solid #e44d3a;
1198
    border-left: 1px solid #e4e4e4;
1199
    border-bottom: 1px solid #e4e4e4;
1200
    border-right: 1px solid #e4e4e4;
1201
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
1202
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
1203
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
1204
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
1205
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
1206
    margin-bottom: 20px;
1207
}
1208
 
1209
.user-picy {
1210
    float: left;
1211
    width: 50px;
1212
}
1213
 
1214
.user-picy img {
1215
    width: 100%;
1216
    object-fit: cover;
1217
}
1218
 
1219
.post-st {
1220
    float: right;
1221
    margin-top: 5px;
1222
}
1223
 
1224
.post-st ul li {
1225
    display: inline-block;
1226
    margin-right: 6px;
1227
}
1228
 
1229
.post-st ul li:last-child {
1230
    margin-right: 0;
1231
}
1232
 
1233
.post-st ul li a {
1234
    color: #b2b2b2;
1235
    font-size: 16px;
1236
    display: inline-block;
1237
    background-color: #e5e5e5;
1238
    height: 40px;
1239
    padding: 0 15px;
1240
    line-height: 40px;
1241
    font-weight: 500;
1242
}
1243
 
1244
.post-st ul li a:hover,
1245
.post-st ul li a.active {
1246
    background-color: #e44d3a;
1247
    color: #fff;
1248
}
1249
 
1250
/* ================ posts-section ================== */
1251
 
1252
.posts-section {
1253
    float: left;
1254
    width: 100%;
1255
}
1256
 
1257
.reviewtext {
1258
    margin: 0 -20px;
1259
}
1260
 
1261
.reviewtext p {
1262
    padding-left: 20px;
1263
}
1264
 
1265
.post-bar {
1266
    width: 100%;
1267
    background-color: #fff;
1477 steven 1268
    border: solid 1px var(--border-light-gray);
1269
    border-radius: 10px;
1239 steven 1270
    /* border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; */
1271
    /* border: 1px solid #e4e4e4; */
1272
    /* margin-bottom: 20px; */
2193 stevensc 1273
    padding: 5px 20px;
1239 steven 1274
    /* box-shadow: 0px 2px #e4e4e4; */
1275
    /* box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.05); */
1276
    height: 100%;
1277
}
1278
 
1279
.shared-post-bar {
1280
    margin-top: 1rem;
1281
}
1282
 
1283
.shared-post-bar .post-bar {
1284
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 15%);
1285
}
1286
 
1287
.post_topbar {
1288
    width: 100%;
1289
    position: relative;
1290
}
1291
 
1292
.rep-post {
1293
    padding: 0;
1294
}
1295
 
1296
.usy-dt {
2260 stevensc 1297
    display: flex;
1239 steven 1298
}
1299
 
1300
.usy-dt img {
1301
    -webkit-border-radius: 100px;
1302
    -moz-border-radius: 100px;
1303
    -ms-border-radius: 100px;
1304
    -o-border-radius: 100px;
1305
    border-radius: 100px;
1306
    margin-top: 2px;
1307
}
1308
 
1309
.ed-opts {
1310
    position: relative;
1311
}
1312
 
1313
.ed-opts>a {
1314
    color: #b2b2b2;
1315
    font-size: 24px;
1316
    position: relative;
1317
}
1318
 
1319
.ed-options {
1320
    position: absolute;
1321
    top: 100%;
1322
    right: 0;
1323
    width: 130px;
1324
    background-color: #fff;
1325
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
1326
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
1327
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
1328
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
1329
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
1330
    padding: 20px;
1331
    visibility: hidden;
1332
    z-index: 5;
1333
}
1334
 
1335
.ed-options.active {
1336
    visibility: visible;
1337
}
1338
 
1339
.ed-options li {
1340
    float: left;
1341
    width: 100%;
1342
    margin-bottom: 15px;
1343
}
1344
 
1345
.ed-options li:last-child {
1346
    margin-bottom: 0;
1347
}
1348
 
1349
.ed-options li a {
1350
    color: #686868;
1351
    font-size: 14px;
1352
    font-weight: 600;
1353
}
1354
 
1355
.ed-opts>a:hover {
1356
    color: #e44d3a;
1357
}
1358
 
1359
.usy-name {
1360
    margin-left: 15px;
1361
}
1362
 
1363
.usy-name h3 {
1364
    color: #000000;
1365
    font-size: 18px;
1366
    text-transform: capitalize;
1367
    font-weight: 600;
1368
    margin-bottom: 5px;
1369
    margin-top: 2px;
1370
}
1371
 
1372
.usy-name span {
1373
    font-size: 14px;
2197 stevensc 1374
    font-weight: 600;
1239 steven 1375
}
1376
 
1377
.usy-name img {
1378
    margin-top: 4px;
1379
    margin-right: 6px;
1380
}
1381
 
1382
.usy-name .bklink img {
1383
    margin-top: 1px;
1384
    margin-right: 6px;
1385
}
1386
 
1387
.epi2 i {
1388
    margin-right: 5px;
1389
}
1390
 
1391
#rewivewdata .review-lt {
1392
    float: left;
1393
    margin-top: 5px;
1394
    margin-bottom: 15px;
1395
}
1396
 
1397
.review-lt img {
1398
    margin-top: 1px;
1399
    margin-right: 6px;
1400
}
1401
 
1402
.bid-tab {
1403
    margin-bottom: 20px;
1404
}
1405
 
1406
.epi-sec {
1407
    float: left;
1408
    width: 100%;
1409
    padding: 0;
1410
}
1411
 
1412
.usy-name .bklink {
1413
    float: left;
1414
    margin-top: 5px !important;
1415
    margin-bottom: 15px;
1416
}
1417
 
1418
.descp {
1419
    float: left;
1420
    margin-top: 15px;
1421
    margin-bottom: 15px;
1422
}
1423
 
1424
.descp li {
1425
    display: inline-block;
1426
    margin-right: 15px;
1427
}
1428
 
1429
.descp li span {
1430
    color: #b2b2b2;
1431
    font-size: 14px;
1432
    float: left;
1433
}
1434
 
1435
.descp li img {
1436
    margin-right: 5px;
1437
}
1438
 
1439
.bk-links {
1440
    /* float: right; */
1441
}
1442
 
1443
.bk-links li {
1444
    display: inline-block;
1445
    margin-right: 7px;
1446
}
1447
 
1448
.bk-links li:last-child {
1449
    margin-right: 0;
1450
}
1451
 
1452
.bk-links li i {
1453
    color: #fff;
1454
    font-size: 24px;
1455
    width: 33px;
1456
    height: 30px;
1457
    padding-left: 0px;
1458
    background-color: #53d690;
1459
    text-align: center;
1460
    line-height: 30px;
1461
}
1462
 
1463
.bk-links li i.la-envelope {
1464
    background-color: #e44d3a;
1465
}
1466
 
1467
.bid_now {
1468
    color: #fff;
1469
    background-color: #51a5fb;
1470
    text-transform: capitalize;
1471
    display: inline-block;
1472
    height: 30px;
1473
    padding: 0 10px;
1474
    line-height: 30px;
1475
    position: relative;
1476
    top: -3px;
1477
}
1478
 
1479
.bid_now:hover {
1480
    color: #fff;
1481
}
1482
 
1483
/* ============== job_descp ============ */
1484
 
1485
.job_descp {
1486
    width: 100%;
1487
    margin: 1rem 0;
1488
}
1489
 
1490
.job_descp h3 {
1491
    color: #333;
1492
    font-size: 16px;
1493
    font-weight: 600;
1494
    /* margin-bottom: 15px; */
1495
}
1496
 
1497
.job-dt {
1498
    width: 100%;
1499
    margin-bottom: 22px;
1500
}
1501
 
1502
.job-dt li {
1503
    display: inline-block;
1504
    margin-right: 15px;
1505
}
1506
 
1507
.job-dt li a {
1508
    text-transform: capitalize;
1509
    padding: 5px 13px;
1510
    -webkit-border-radius: 30px;
1511
    -moz-border-radius: 30px;
1512
    -ms-border-radius: 30px;
1513
    -o-border-radius: 30px;
1514
    border-radius: 3px;
1515
    display: inline-block;
1516
    font-size: 14px;
1517
    font-weight: 500;
1518
}
1519
 
1520
.job-dt li span {
1521
    color: #333;
1522
    font-size: 16px;
1523
    font-weight: 600;
1524
}
1525
 
1526
.job_descp>p {
1527
    color: #666666;
1528
    font-size: 15px;
1529
    line-height: 24px;
1530
    margin-bottom: 20px;
1531
}
1532
 
1533
.job_descp>p a {
1534
    color: #e44d3a;
1535
    font-weight: 600;
1536
}
1537
 
1538
/* ============= skill-tags =========== */
1539
 
2586 stevensc 1540
.inmail_contacts {
1541
    max-height: 80vh;
1542
    display: grid;
1543
    grid-template-rows: auto 1fr;
1544
}
1545
 
1546
/* ============= skill-tags =========== */
1547
 
1239 steven 1548
.skill-tags {
1549
    /* float: left; */
1550
    width: 100%;
1551
    /* margin-bottom: 15px; */
1552
    display: flex;
1553
    align-items: center;
1554
    margin-top: 0.5rem;
1555
    flex-wrap: wrap;
2585 stevensc 1556
    gap: 0.5rem;
1239 steven 1557
}
1558
 
1559
.skill-tags li {
1560
    display: inline-block;
1561
    margin-right: 6px;
1562
    /* margin-bottom: 10px; */
1563
}
1564
 
1565
.skill-tags li a {
1566
    display: inline-block;
1567
    color: #b2b2b2;
1568
    font-size: 14px;
1569
    background-color: #f1f1f1;
1570
    -webkit-border-radius: 30px;
1571
    -moz-border-radius: 30px;
1572
    -ms-border-radius: 30px;
1573
    -o-border-radius: 30px;
1574
    border-radius: 30px;
1575
    padding: 7px 15px;
1576
    font-weight: 500;
1577
}
1578
 
1579
/* ========== job-status-bar ========== */
1580
 
1581
.job-status-bar {
1582
    width: 100%;
1583
}
1584
 
1585
.like-com {
2212 stevensc 1586
    width: 100%;
1587
    display: flex;
1588
    justify-content: space-around;
1589
    margin: 0;
1239 steven 1590
    /* margin-top: 20px; */
1591
}
1592
 
1593
.like-com li {
1594
    display: inline-block;
1595
    margin-right: 15px;
1596
}
1597
 
1598
.like-com li a {
1599
    color: #b2b2b2;
1600
    font-size: 14px;
1601
    font-weight: 500;
1602
    float: left;
1603
    margin-top: 6px;
1604
    margin-right: 5px;
1605
}
1606
 
1607
.like-com li a:hover {
1608
    color: #e44d3a;
1609
}
1610
 
1611
.like-com li a.active {
1612
    color: #e44d3a;
1613
}
1614
 
1615
.like-com li a i {
1616
    margin-right: 2px;
1617
    font-size: 14px;
1618
    position: relative;
1619
    top: 2px;
1620
}
1621
 
1622
.like-com li span {
1623
    color: #ffffff;
1624
    font-size: 13px;
1625
    width: 30px;
1626
    height: 30px;
1627
    background-color: #e44d3a;
1628
    line-height: 30px;
1629
    -webkit-border-radius: 30px;
1630
    -moz-border-radius: 30px;
1631
    -ms-border-radius: 30px;
1632
    -o-border-radius: 30px;
1633
    border-radius: 30px;
1634
    float: left;
1635
    text-align: center;
1636
    font-weight: 600;
1637
    margin-left: -25px;
1638
}
1639
 
1640
.like-com li .com {
1641
    position: relative;
1642
    top: -9px;
1643
}
1644
 
1645
.like-com li .com img {
1646
    margin-right: 10px;
1647
}
1648
 
1649
.job-status-bar>a {
1650
    /* float: right; */
1651
    color: #b2b2b2 !important;
1652
    font-size: 14px;
1653
    /* margin-top: 29px; */
1654
    cursor: pointer;
1655
}
1656
 
1657
.job-status-bar>a:hover {
1658
    color: #e44d3a !important;
1659
}
1660
 
1661
.job-status-bar>a i {
1662
    font-size: 14px;
1663
    margin-right: 7px;
1664
    position: relative;
1665
    top: 1px;
1666
}
1667
 
2548 stevensc 1668
 
1669
 
1239 steven 1670
/* ============= top-profiles ============ */
1671
 
1672
.top-profiles {
1673
    float: left;
1674
    width: 100%;
1675
    border: 1px solid #e5e5e5;
1676
    margin-bottom: 20px;
1677
}
1678
 
1679
.pf-hd {
1680
    float: left;
1681
    width: 100%;
1682
    border-bottom: 1px solid #e5e5e5;
1683
    padding: 20px 20px;
1684
    position: relative;
1685
}
1686
 
1687
.pf-hd h3 {
1688
    color: #000000;
1689
    font-size: 20px;
1690
    font-weight: 600;
1691
    text-transform: capitalize;
1692
    float: left;
1693
}
1694
 
1695
.pf-hd i {
1696
    position: absolute;
1697
    top: 50%;
1698
    -webkit-transform: translateY(-50%);
1699
    -moz-transform: translateY(-50%);
1700
    -ms-transform: translateY(-50%);
1701
    -o-transform: translateY(-50%);
1702
    transform: translateY(-50%);
1703
    right: 7px;
1704
    color: #b2b2b2;
1705
    font-size: 24px;
1706
}
1707
 
1708
/* ============== profiles-slider ============== */
1709
 
1710
.profiles-slider {
1711
    float: left;
1712
    width: 100%;
1713
    padding: 20px;
1714
}
1715
 
1716
.user-profy {
1717
    float: left;
1718
    width: 100%;
1719
    background-color: #fff;
1720
    text-align: center;
1721
    border-left: 1px solid #ececec;
1722
    border-bottom: 1px solid #ececec;
1723
    border-right: 1px solid #ececec;
1724
    -webkit-box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1725
    -moz-box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1726
    -ms-box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1727
    -o-box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1728
    box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1729
    padding: 20px 0 0 0;
1730
}
1731
 
1732
.user-profy>img {
1733
    float: none;
1734
    margin-bottom: 6px;
1735
}
1736
 
1737
.user-profy h3 {
1738
    color: #000000;
1739
    font-size: 16px;
1740
    font-weight: 600;
1741
    text-transform: capitalize;
1742
    margin-bottom: 4px;
1743
}
1744
 
1745
.user-profy span {
1746
    color: #b2b2b2;
1747
    font-size: 14px;
1748
    font-weight: 500;
1749
    display: block;
1750
    margin-bottom: 15px;
1751
}
1752
 
1753
.user-profy ul {
1754
    float: left;
1755
    width: 100%;
1756
    margin-bottom: 15px;
1757
}
1758
 
1759
.user-profy ul li {
1760
    display: inline-block;
1761
}
1762
 
1763
.user-profy ul li a {
1764
    color: #ffffff;
1765
    font-size: 13px;
1766
    padding: 0 8px;
1767
    height: 25px;
1768
    line-height: 25px;
1769
    display: inline-block;
1770
    text-transform: capitalize;
1771
}
1772
 
1773
.followw {
1774
    background-color: #53d690;
1775
}
1776
 
1777
.envlp {
1778
    background-color: #e44d3a;
1779
}
1780
 
1781
.envlp img {
1782
    float: none;
1783
}
1784
 
1785
.hire {
1786
    background-color: #51a5fb;
1787
}
1788
 
1789
.user-profy>a {
1790
    float: left;
1791
    width: 100%;
1792
    color: #000000;
1793
    font-size: 14px;
1794
    text-transform: capitalize;
1795
    padding: 15px 0;
1796
    border-top: 1px solid #ececec;
1797
    font-weight: 600;
1798
}
1799
 
1800
.user-profy>a:hover {
1801
    background-color: #e44d3a;
1802
    color: #fff;
1803
}
1804
 
1805
.slick-slide img {
1806
    display: inline-block;
1807
}
1808
 
1809
.slick-slide {
1810
    margin: 0 4px;
1811
}
1812
 
1813
.envlp img {
1814
    position: relative;
1815
    top: 2px;
1816
}
1817
 
1818
.no-margin {
1819
    margin: 0;
1820
    border: 0;
1821
    -webkit-border-radius: inherit;
1822
    -moz-border-radius: inherit;
1823
    -ms-border-radius: inherit;
1824
    -o-border-radius: inherit;
1825
    border-radius: inherit;
1826
}
1827
 
1828
.posty {
1829
    float: left;
1830
    width: 100%;
1831
    border-left: 1px solid #e4e4e4;
1832
    border-right: 1px solid #e4e4e4;
1833
}
1834
 
1835
.posty .job-status-bar {
1836
    border-bottom: 1px solid #e4e4e4;
1837
    padding-bottom: 20px;
1838
}
1839
 
1840
.slick-previous:before {
1841
    left: -14px;
1842
    content: "\f104";
1843
    margin-left: -2px;
1844
}
1845
 
1846
.slick-nexti:before {
1847
    right: -14px;
1848
    content: "\f105";
1849
    padding-left: 3px;
1850
}
1851
 
1852
.slick-previous:before,
1853
.slick-nexti:before {
1854
    font-size: 24px;
1855
    color: #b7b7b7;
1856
    position: absolute;
1857
    top: 50%;
1858
    line-height: 27px;
1859
    -webkit-transform: translateY(-50%);
1860
    -moz-transform: translateY(-50%);
1861
    -ms-transform: translateY(-50%);
1862
    -o-transform: translateY(-50%);
1863
    transform: translateY(-50%);
1864
    font-family: fontawesome;
1865
    width: 30px;
1866
    height: 30px;
1867
    background-color: #fff;
1868
    -webkit-border-radius: 100px;
1869
    -moz-border-radius: 100px;
1870
    -ms-border-radius: 100px;
1871
    -o-border-radius: 100px;
1872
    border-radius: 100px;
1873
    border: 1px solid #e6e6e6;
1874
    text-align: center;
1875
    cursor: pointer;
1876
}
1877
 
1878
.slick-previous:hover:before,
1879
.slick-nexti:hover:before {
1880
    background-color: #e44d3a;
1881
    color: #fff;
1882
    border-color: transparent;
1883
}
1884
 
1885
/* =============== comment-section ============== */
1886
 
1887
.comment-section {
1888
    float: left;
1889
    width: 100%;
1890
    background-color: #fff;
1891
    padding: 20px;
1892
    box-shadow: 0px 3px #e4e4e4;
1893
    margin-top: 1rem;
1894
}
1895
 
1896
.plus-ic {
1897
    float: left;
1898
    width: 100%;
1899
    text-align: center;
1900
    margin-bottom: 20px;
1901
}
1902
 
1903
.plus-ic i {
1904
    width: 30px;
1905
    height: 30px;
1906
    line-height: 30px;
1907
    border: 1px solid #d2d2d2;
1908
    text-align: center;
1909
    color: #b2b2b2;
1910
    -webkit-border-radius: 100px;
1911
    -moz-border-radius: 100px;
1912
    -ms-border-radius: 100px;
1913
    -o-border-radius: 100px;
1914
    border-radius: 100px;
1915
}
1916
 
1917
/* =============== comment-sec ================ */
1918
 
1919
.comment-sec {
1920
    float: left;
1921
    width: 100%;
1922
}
1923
 
1924
.comment-sec ul {
1925
    float: left;
1926
    width: 100%;
1927
}
1928
 
1929
.comment-sec ul li {
1930
    float: left;
1931
    width: 100%;
1932
}
1933
 
1934
.comment-sec ul ul {
1935
    padding-left: 50px;
1936
}
1937
 
1938
.comment-list {
1939
    display: table;
1940
    /* padding-bottom: 30px; */
1941
}
1942
 
1943
.bg-img {
1944
    display: table-cell;
1945
}
1946
 
1947
.bg-img img {
1948
    -webkit-border-radius: 100px;
1949
    -moz-border-radius: 100px;
1950
    -ms-border-radius: 100px;
1951
    -o-border-radius: 100px;
1952
    border-radius: 100px;
1953
}
1954
 
1955
.comment {
1956
    display: table-cell;
1957
    vertical-align: top;
1958
    width: 100%;
1959
    padding-left: 10px;
1960
}
1961
 
1962
.comment h3 {
1963
    color: #000000;
1964
    font-size: 16px;
1965
    font-weight: 600;
1966
    margin-bottom: 10px;
1967
}
1968
 
1969
.comment img {
1970
    /* position: relative; top: 2px; margin-right: 5px; */
1971
}
1972
 
1973
.comment span {
1974
    color: #b2b2b2;
1975
    font-size: 14px;
1976
    display: block;
1977
    margin-bottom: 14px;
1978
}
1979
 
1980
.comment p {
1981
    color: #686868;
1982
    font-size: 14px;
1983
    margin-bottom: 10px;
1984
    line-height: 20px;
1985
}
1986
 
1987
.comment>a {
1988
    display: inline-block;
1989
    color: #b2b2b2;
1990
    font-size: 14px;
1991
    font-weight: 600;
1992
}
1993
 
1994
.comment>a.active,
1995
.comment>a:hover {
1996
    color: #e44d3a;
1997
}
1998
 
1999
.comment>a i {
2000
    font-weight: 600;
2001
    margin-right: 6px;
2002
}
2003
 
2004
/* =============== post-comment ============= */
2005
 
2006
.post-comment {
2007
    float: left;
2008
    width: 100%;
2009
}
2010
 
2011
.cm_img {
2012
    float: left;
2013
    width: 40px;
2014
    margin-right: 10px;
2015
}
2016
 
2017
.comment_box {
2018
    float: none;
2019
}
2020
 
2021
.comment_box input {
2022
    width: 372px;
2023
    height: 40px;
2024
    border: 1px solid #e5e5e5;
2025
    background-color: #efefef;
2026
    padding-left: 10px;
2027
    color: #b2b2b2;
2028
    font-size: 14px;
2029
    font-weight: 600;
2030
    line-height: 40px;
2031
    resize: none;
2032
}
2033
 
2561 stevensc 2034
.no_results {
2035
    display: grid;
2036
    place-items: center;
2562 stevensc 2037
    min-height: 200px;
2561 stevensc 2038
}
2039
 
2040
.no_results h2 {
2041
    font-weight: 700;
2042
}
2043
 
2548 stevensc 2044
.chatboxinput {
2045
    background: rgb(249, 249, 249);
2046
    display: flex;
2047
    justify-content: space-between;
2561 stevensc 2048
    padding: .5rem 1rem;
2049
    position: relative;
2050
    align-items: center;
2548 stevensc 2051
}
2052
 
2561 stevensc 2053
.chatboxinput .drupalchat_searchinput {
2054
    border-radius: 21px;
2055
    border: none;
2056
    height: 25px;
2057
    background: var(--background-light-gray);
2058
    box-shadow: 0 0 3px var(--gray);
2059
    width: 100%;
2060
    padding: 5px .5rem;
2061
}
2062
 
2063
.chatboxinput .searchbutton {
2064
    height: 30px;
2065
    width: 30px;
2066
    border: none;
2067
    position: absolute;
2068
    z-index: 153;
2069
    top: 50%;
2070
    color: #000;
2071
    right: .5rem;
2072
    transform: translateY(-25%);
2073
}
2074
 
2548 stevensc 2075
.chatboxinput button {
2076
    position: relative;
2077
    font-weight: 700;
2550 stevensc 2078
    padding-bottom: 2px;
2548 stevensc 2079
}
2080
 
2081
.chatboxinput button.active::before {
2082
    content: '';
2083
    position: absolute;
2084
    top: 100%;
2085
    width: 100%;
2550 stevensc 2086
    height: 3px;
2549 stevensc 2087
    background: var(--border-light-gray);
2548 stevensc 2088
}
2089
 
2197 stevensc 2090
.chat-title {
1948 steven 2091
    font-size: 1.3rem;
2092
}
2093
 
1239 steven 2094
.comment_box form button {
2095
    float: right;
2096
    color: #fff;
2097
    background-color: #e44d3a;
2098
    height: 40px;
2099
    padding: 0 10px;
2100
    text-align: center;
2101
    font-size: 14px;
2102
    border: 0;
2103
    margin-left: 10px;
2104
    cursor: pointer;
2105
    font-weight: 600;
2106
}
2107
 
2108
/* ============== process-comm ============= */
2109
 
2110
.process-comm {
2111
    float: left;
2112
    width: 100%;
2113
    text-align: center;
2114
    padding-top: 40px;
2115
}
2116
 
2117
.process-comm img {
2118
    float: none;
2119
}
2120
 
2121
/* =============== right-sidebar ============= */
2122
 
2123
.right-sidebar {
2124
    float: left;
2376 stevensc 2125
    display: none;
1239 steven 2126
    width: 100%;
2576 stevensc 2127
    margin-top: 30px;
1239 steven 2128
}
2129
 
2430 stevensc 2130
@media (min-width: 1024px) {
2376 stevensc 2131
    .right-sidebar {
2132
        display: block;
2133
    }
2134
}
2135
 
1239 steven 2136
.widget {
2137
    float: left;
2138
    width: 100%;
2139
    background-color: #fff;
2140
    /* border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; */
2141
    margin-bottom: 20px;
2142
    /* -webkit-box-shadow: 0px 2px #e4e4e4; -moz-box-shadow: 0px 2px #e4e4e4; -ms-box-shadow: 0px 2px #e4e4e4; -o-box-shadow: 0px 2px #e4e4e4; box-shadow: 0px 2px #e4e4e4; */
2143
}
2144
 
2145
.widget-about {
2146
    text-align: center;
2147
}
2148
 
2149
.widget-about img {
2150
    float: none;
2151
    padding-top: 20px;
2152
}
2153
 
2154
.widget-about h3 {
2155
    color: #000000;
2156
    font-size: 20px;
2157
    font-weight: 600;
2158
    margin-bottom: 12px;
2159
}
2160
 
2161
.widget-about span {
2162
    color: #686868;
2163
    font-size: 14px;
2164
    margin-bottom: 30px;
2165
    float: left;
2166
    width: 100%;
2167
}
2168
 
2169
.sign_link {
2170
    float: left;
2171
    width: 100%;
2172
    /* border-top: 1px solid #e5e5e5; */
2173
    padding: 18px 0 0 0;
2174
}
2175
 
2176
.sign_link h3 {
2177
    color: #000000;
2178
    font-size: 18px;
2179
    font-weight: 600;
2180
    margin-bottom: 5px;
2181
    text-transform: uppercase;
2182
}
2183
 
2184
.sign_link h3 a {
2185
    color: #000;
2186
}
2187
 
2188
.sign_link>a {
2189
    display: inline-block;
2190
    color: #e44d3a;
2191
    font-size: 14px;
2192
    font-weight: 500;
2193
}
2194
 
2195
.sign_link>a:hover {
2196
    color: #e44d3a;
2197
}
2198
 
2199
/* ============== Widget Jobs ============ */
2200
 
2201
.jobs-list {
2202
    float: left;
2203
    width: 100%;
2204
    padding: 20px 20px;
2205
}
2206
 
2207
.job-info {
2208
    float: left;
2209
    width: 100%;
2210
    margin-bottom: 22px;
2211
}
2212
 
2213
.job-info:last-child {
2214
    margin-bottom: 0;
2215
}
2216
 
2217
.job-details {
2218
    float: left;
2219
    width: 165px;
2220
}
2221
 
2222
.job-details h3 {
2223
    color: #000000;
2224
    font-size: 14px;
2225
    font-weight: 600;
2226
    margin-bottom: 10px;
2227
}
2228
 
2229
.job-details p {
2230
    color: #686868;
2231
    font-size: 14px;
2232
    line-height: 20px;
2233
}
2234
 
2235
.hr-rate {
2236
    float: right;
2237
    width: 40px;
2238
}
2239
 
2240
.hr-rate span {
2241
    color: #000000;
2242
    font-size: 14px;
2243
    font-weight: 600;
2244
    float: right;
2245
}
2246
 
2247
/* ================ post-project-popup =============== */
2248
 
2249
.post-popup {
2250
    width: 570px;
2251
    margin: 0 auto;
2252
    position: fixed;
2253
    top: 50%;
2254
    left: 50%;
2255
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.65);
2256
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.65);
2257
    -ms-transform: translateX(-50%) translateY(-50%) scale(0.65);
2258
    -o-transform: translateX(-50%) translateY(-50%) scale(0.65);
2259
    transform: translateX(-50%) translateY(-50%) scale(0.65);
2260
    opacity: 0;
2261
    visibility: hidden;
2262
    z-index: 0;
2263
}
2264
 
2265
.post-popup.active {
2266
    opacity: 1;
2267
    visibility: visible;
2268
    z-index: 999;
2269
    transform: scale(1) translateX(-50%) translateY(-50%);
2270
}
2271
 
2272
.post-project>a {
2273
    position: absolute;
2274
    top: -20px;
2275
    right: -20px;
2276
    color: #fff;
2277
    font-size: 22px;
2278
    cursor: pointer;
2279
}
2280
 
2281
.post-project>a:hover {
2282
    color: #fff;
2283
}
2284
 
2285
.post-project {
2286
    float: left;
2287
    width: 100%;
2288
    position: relative;
2289
}
2290
 
2291
.post-project h3 {
2292
    float: left;
2293
    width: 100%;
2294
    background-color: #e44d3a;
2295
    color: #fff;
2296
    text-align: center;
2297
    font-size: 18px;
2298
    font-weight: 500;
2299
    padding: 20px 0;
2300
}
2301
 
2302
.post-project-fields {
2303
    float: left;
2304
    width: 100%;
2305
    padding: 30px 20px;
2306
    background-color: #fff;
2307
}
2308
 
2309
.post-project-fields form {
2310
    float: left;
2311
    width: 100%;
2312
}
2313
 
2314
.post-project-fields form input {
2315
    padding: 0 15px;
2316
    height: 40px;
2317
}
2318
 
2319
.post-project-fields form textarea {
2320
    padding: 15px;
2321
    height: 130px;
2322
}
2323
 
2324
.post-project-fields form input,
2325
.post-project-fields form textarea,
2326
.post-project-fields form select {
2327
    width: 100%;
2328
    color: #b2b2b2;
2329
    font-size: 14px;
2330
    border: 1px solid #e5e5e5;
2331
    margin-bottom: 20px;
2332
    font-weight: 500;
2333
}
2334
 
2335
.post-project-fields form select {
2336
    height: 40px;
2337
    padding: 0 10px;
2338
}
2339
 
2340
.post-project-fields form ul {
2341
    float: left;
2342
    margin-top: 10px;
2343
    width: 100%;
2344
}
2345
 
2346
.post-project-fields form ul li {
2347
    display: inline-block;
2348
    margin-right: 15px;
2349
}
2350
 
2351
.post-project-fields form ul li button.active {
2352
    background-color: #e44d3a;
2353
    color: #fff;
2354
}
2355
 
2356
.post-project-fields form ul li button,
2357
.post-project-fields form ul li a {
2358
    color: #000000;
2359
    font-size: 16px;
2360
    border: 1px solid #e5e5e5;
2361
    padding: 10px 25px;
2362
    display: inline-block;
2363
    background-color: #fff;
2364
    font-weight: 600;
2365
    cursor: pointer;
2366
}
2367
 
2368
.post-project-fields form ul li button:hover,
2369
.post-project-fields form ul li a:hover {
2370
    background-color: #e44d3a;
2371
    color: #fff;
2372
}
2373
 
2374
::-webkit-input-placeholder {
2375
    /* Chrome/Opera/Safari */
2376
    color: #b2b2b2;
2377
}
2378
 
2379
::-moz-placeholder {
2380
    /* Firefox 19+ */
2381
    color: #b2b2b2;
2382
}
2383
 
2384
:-ms-input-placeholder {
2385
    /* IE 10+ */
2386
    color: #b2b2b2;
2387
}
2388
 
2389
:-moz-placeholder {
2390
    /* Firefox 18- */
2391
    color: #b2b2b2;
2392
}
2393
 
2394
.price-sec {
2395
    float: left;
2396
    width: 100%;
2397
}
2398
 
2399
.price-br {
2400
    float: left;
2401
    width: 225px !important;
2402
    position: relative;
2403
}
2404
 
2405
.price-br>i {
2406
    position: absolute;
2407
    top: 0;
2408
    right: 0;
2409
    color: #b2b2b2;
2410
    font-size: 18px;
2411
    width: 40px;
2412
    height: 40px;
2413
    line-height: 40px;
2414
    border-left: 1px solid #e5e5e5;
2415
    text-align: center;
2416
}
2417
 
2418
.price-sec span {
2419
    color: #b2b2b2;
2420
    font-size: 14px;
2421
    float: left;
2422
    padding: 12px 17px 0 17px;
2423
}
2424
 
2425
select {
2426
    -webkit-appearance: none;
2427
    -moz-appearance: none;
2428
}
2429
 
2430
.inp-field {
2431
    float: left;
2432
    width: 100%;
2433
    position: relative;
2434
}
2435
 
2436
.inp-field:before {
2437
    content: "\f107";
2438
    position: absolute;
2439
    top: 13px;
2440
    right: 15px;
2441
    color: #717171;
2442
    font-family: fontawesome;
2443
}
2444
 
2445
.post-popup.job_post .price-br {
2446
    width: 100% !important;
2447
}
2448
 
2449
/* ================= sign-in ================ */
2450
 
2451
.sign-in {
2452
    background-color: #e75348;
2453
}
2454
 
2455
.sign-in-page {
2456
    float: left;
2457
    width: 100%;
2458
    padding: 100px 0 20px 0;
2459
}
2460
 
2461
.signin-popup {
2462
    width: 870px;
2463
    margin: 0 auto;
2464
    position: relative;
2465
}
2466
 
2467
.signin-popup:before {
2468
    content: "";
2469
    position: absolute;
2470
    top: -16px;
2471
    left: 56px;
2472
    width: 30px;
2473
    height: 30px;
2474
    background-color: #fff;
2475
    -webkit-border-radius: 100px;
2476
    -moz-border-radius: 100px;
2477
    -ms-border-radius: 100px;
2478
    -o-border-radius: 100px;
2479
    border-radius: 100px;
2480
}
2481
 
2482
.signin-popup:after {
2483
    content: "";
2484
    position: absolute;
2485
    top: -37px;
2486
    left: 43px;
2487
    width: 20px;
2488
    height: 20px;
2489
    background-color: #fff;
2490
    -webkit-border-radius: 100px;
2491
    -moz-border-radius: 100px;
2492
    -ms-border-radius: 100px;
2493
    -o-border-radius: 100px;
2494
    border-radius: 100px;
2495
}
2496
 
2497
.signin-pop {
2498
    float: left;
2499
    width: 100%;
2500
    background-color: #fff;
2501
    position: relative;
2502
}
2503
 
2504
.signin-pop:before {
2505
    content: "";
2506
    position: absolute;
2507
    top: 0;
2508
    left: 50%;
2509
    -webkit-transform: translateX(-50%);
2510
    -moz-transform: translateX(-50%);
2511
    -ms-transform: translateX(-50%);
2512
    -o-transform: translateX(-50%);
2513
    transform: translateX(-50%);
2514
    height: 100%;
2515
    width: 1px;
2516
    background-color: #f0f0f0;
2517
}
2518
 
2519
.dff-tab {
2520
    display: none;
2521
}
2522
 
2523
.dff-tab.current {
2524
    display: block;
2525
}
2526
 
2527
.cmp-info {
2528
    float: left;
2529
    width: 100%;
2530
    padding: 70px 5px 92px 5px;
2531
}
2532
 
2533
.cm-logo {
2534
    float: left;
2535
    width: 100%;
2536
    padding-left: 45px;
2537
    margin-bottom: 120px;
2538
}
2539
 
2540
.cm-logo img {
2541
    margin-bottom: 30px;
2542
}
2543
 
2544
.cm-logo>p {
2545
    color: #666666;
2546
    font-size: 14px;
2547
    font-weight: 400;
2548
    line-height: 24px;
2549
    float: left;
2550
    width: 100%;
2551
}
2552
 
2553
.cmp-info>img {
2554
    width: 100%;
2555
    padding-left: 10px;
2556
}
2557
 
2558
/* =============== login-sec ============= */
2559
 
2560
.login-sec {
2561
    float: left;
2562
    width: 100%;
2563
    padding: 30px 0;
2564
    position: relative;
2565
}
2566
 
2567
.login-sec:before {
2568
    content: "";
2569
    position: absolute;
2570
    bottom: -15px;
2571
    right: 70px;
2572
    width: 30px;
2573
    height: 30px;
2574
    -webkit-border-radius: 100px;
2575
    -moz-border-radius: 100px;
2576
    -ms-border-radius: 100px;
2577
    -o-border-radius: 100px;
2578
    border-radius: 100px;
2579
    background-color: #fff;
2580
}
2581
 
2582
.login-sec:after {
2583
    content: "";
2584
    position: absolute;
2585
    bottom: -40px;
2586
    right: 55px;
2587
    width: 20px;
2588
    height: 20px;
2589
    -webkit-border-radius: 100px;
2590
    -moz-border-radius: 100px;
2591
    -ms-border-radius: 100px;
2592
    -o-border-radius: 100px;
2593
    border-radius: 100px;
2594
    background-color: #fff;
2595
}
2596
 
2597
.sign-control {
2598
    float: left;
2599
    width: 100%;
2600
    text-align: right;
2601
    padding-right: 50px;
2602
    margin-bottom: 70px;
2603
}
2604
 
2605
.sign-control li {
2606
    display: inline-block;
2607
    margin-right: 0.5rem;
2608
}
2609
 
2610
.sign-control li a {
2611
    color: #000000;
2612
    font-size: 14px;
2613
    font-weight: 500;
2614
    background-color: #e5e5e5;
2615
    padding: 7px 10px;
2616
    display: inline-block;
2617
    /* -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; -ms-border-radius: 4px 0 0 4px; -o-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; */
2618
}
2619
 
2620
.sign-control li:last-child a {
2621
    /* -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; -ms-border-radius: 0 4px 4px 0; -o-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; */
2622
}
2623
 
2624
.sign-control li.current a {
2625
    background-color: #e44d3a;
2626
    color: #fff;
2627
}
2628
 
2629
.sign_in_sec {
2630
    float: left;
2631
    width: 100%;
2632
    padding-right: 75px;
2633
    padding-left: 60px;
2634
    display: none;
2635
}
2636
 
2637
.sign_in_sec.current {
2638
    display: block;
2639
}
2640
 
2641
.sign_in_sec h3 {
2642
    color: #000000;
2643
    font-size: 18px;
2644
    font-weight: 600;
2645
    position: relative;
2646
    padding-bottom: 10px;
2647
    margin-bottom: 30px;
2648
}
2649
 
2650
.sign_in_sec h3:before {
2651
    content: "";
2652
    position: absolute;
2653
    bottom: 0;
2654
    left: 0;
2655
    width: 30px;
2656
    height: 2px;
2657
    background-color: #e44d3a;
2658
}
2659
 
2660
/* ============= sign_in_sec ============= */
2661
 
2662
.sign_in_sec form {
2663
    float: left;
2664
    width: 100%;
2665
}
2666
 
2667
.inputContainer {
2668
    margin-bottom: 20px;
2669
}
2670
 
2671
.sn-field {
2672
    /* float: left; */
2673
    width: 100%;
2674
    position: relative;
2675
}
2676
 
2677
.sn-field.pd-more {
2678
    margin-bottom: 0;
2679
}
2680
 
2681
.sn-field.pd-more input {
2682
    padding-left: 40px;
2683
}
2684
 
2685
.sn-field>i {
2686
    position: absolute;
2687
    top: 50%;
2688
    left: 15px;
2689
    color: #666666;
2690
    font-size: 16px;
2691
    -webkit-transform: translateY(-50%);
2692
    -moz-transform: translateY(-50%);
2693
    -ms-transform: translateY(-50%);
2694
    -o-transform: translateY(-50%);
2695
    transform: translateY(-50%);
2696
}
2697
 
2698
.sn-field>span {
2699
    position: absolute;
2700
    top: 50%;
2701
    right: 15px;
2702
    font-weight: 700;
2703
    color: #666666;
2704
    font-size: 15px;
2705
    -webkit-transform: translateY(-50%);
2706
    -moz-transform: translateY(-50%);
2707
    -ms-transform: translateY(-50%);
2708
    -o-transform: translateY(-50%);
2709
    transform: translateY(-50%);
2710
}
2711
 
2712
.sign_in_sec form input {
2713
    height: 40px;
2714
}
2715
 
2716
.sign_in_sec form input,
2717
.sign_in_sec form select {
2718
    width: 100%;
2719
    padding: 0 15px 0 40px;
2720
    color: #b2b2b2;
2721
    font-size: 14px;
2722
    border: 1px solid #e5e5e5;
2723
}
2724
 
2725
.sign_in_sec form select {
2726
    line-height: 40px;
2727
    height: 40px;
2728
}
2729
 
2730
.sign_in_sec form button {
2731
    color: #ffffff;
2732
    font-size: 16px;
2733
    background-color: #e44d3a;
2734
    padding: 12px 27px;
2735
    border: 0;
2736
    font-weight: 500;
2737
    margin-top: 30px;
2738
    cursor: pointer;
2739
}
2740
 
2741
.sign_in_sec_button {
2742
    color: #ffffff;
2743
    font-size: 16px;
2744
    background-color: #66a7dd;
2745
    padding: 12px 27px;
2746
    border: 0;
2747
    font-weight: 500;
2748
    margin-top: 30px;
2749
    cursor: pointer;
2750
}
2751
 
2752
.checky-sec {
2753
    /* float: left; */
2754
    width: 100%;
2755
    margin-top: 10px;
2756
}
2757
 
2758
.checky-sec.st2 small {
2759
    font-size: 13px;
2760
    width: 90%;
2761
    line-height: 20px;
2762
}
2763
 
2764
.checky-sec.st2 .fgt-sec input[type="checkbox"]+label span {
2765
    margin-top: 3px;
2766
}
2767
 
2768
.fgt-sec {
2769
    /* float: left; */
2770
}
2771
 
2772
.fgt-sec * {
2773
    cursor: pointer;
2774
}
2775
 
2776
.fgt-sec input[type="checkbox"] {
2777
    display: none;
2778
}
2779
 
2780
.fgt-sec label {
2781
    float: left;
2782
}
2783
 
2784
.fgt-sec input[type="checkbox"]+label span {
2785
    display: inline-block;
2786
    width: 15px;
2787
    height: 15px;
2788
    position: relative;
2789
    border: 1px solid #d2d2d2;
2790
    -webkit-border-radius: 100px;
2791
    -moz-border-radius: 100px;
2792
    -ms-border-radius: 100px;
2793
    -o-border-radius: 100px;
2794
    border-radius: 100px;
2795
}
2796
 
2797
.fgt-sec input[type="checkbox"]+label span:before {
2798
    content: "";
2799
    width: 7px;
2800
    height: 7px;
2801
    -webkit-border-radius: 100px;
2802
    -moz-border-radius: 100px;
2803
    -ms-border-radius: 100px;
2804
    -o-border-radius: 100px;
2805
    border-radius: 100px;
2806
    font-size: 8px;
2807
    color: #ffffff;
2808
    opacity: 0;
2809
    visibility: hidden;
2810
    background-color: #e44d3a;
2811
    position: absolute;
2812
    font-family: fontawesome;
2813
    top: 50%;
2814
    left: 50%;
2815
    -webkit-transform: translateX(-50%) translateY(-50%);
2816
    -moz-transform: translateX(-50%) translateY(-50%);
2817
    -ms-transform: translateX(-50%) translateY(-50%);
2818
    -o-transform: translateX(-50%) translateY(-50%);
2819
    transform: translateX(-50%) translateY(-50%);
2820
}
2821
 
2822
.fgt-sec input[type="checkbox"]:checked+label span:before {
2823
    opacity: 1;
2824
    visibility: visible;
2825
}
2826
 
2827
.fgt-sec small {
2828
    /* float: left; */
2829
    color: #000000;
2830
    font-size: 14px;
2831
    font-weight: 500;
2832
    padding-left: 10px;
2833
}
2834
 
2835
.checky-sec>a {
2836
    float: right;
2837
    color: #000000;
2838
    font-size: 14px;
2839
    font-weight: 500;
2840
}
2841
 
2842
/* ======= Radio Button Styles ======= */
2843
 
2844
.fgt-sec input[type="radio"] {
2845
    display: none;
2846
}
2847
 
2848
.fgt-sec label {
2849
    float: left;
2850
}
2851
 
2852
.fgt-sec input[type="radio"]+label span {
2853
    display: inline-block;
2854
    width: 15px;
2855
    height: 15px;
2856
    position: relative;
2857
    border: 1px solid #d2d2d2;
2858
    -webkit-border-radius: 100px;
2859
    -moz-border-radius: 100px;
2860
    -ms-border-radius: 100px;
2861
    -o-border-radius: 100px;
2862
    border-radius: 100px;
2863
}
2864
 
2865
.fgt-sec input[type="radio"]+label span:before {
2866
    content: "";
2867
    width: 7px;
2868
    height: 7px;
2869
    -webkit-border-radius: 100px;
2870
    -moz-border-radius: 100px;
2871
    -ms-border-radius: 100px;
2872
    -o-border-radius: 100px;
2873
    border-radius: 100px;
2874
    font-size: 8px;
2875
    color: #ffffff;
2876
    opacity: 0;
2877
    visibility: hidden;
2878
    background-color: #e44d3a;
2879
    position: absolute;
2880
    font-family: fontawesome;
2881
    top: 49%;
2882
    left: 49%;
2883
    -webkit-transform: translateX(-50%) translateY(-50%);
2884
    -moz-transform: translateX(-50%) translateY(-50%);
2885
    -ms-transform: translateX(-50%) translateY(-50%);
2886
    -o-transform: translateX(-50%) translateY(-50%);
2887
    transform: translateX(-50%) translateY(-50%);
2888
}
2889
 
2890
.fgt-sec input[type="radio"]:checked+label span:before {
2891
    opacity: 1;
2892
    visibility: visible;
2893
}
2894
 
2895
/* =============== signup-tab ============== */
2896
 
2897
.signup-tab {
2898
    float: left;
2899
    width: 100%;
2900
    border: 1px solid #e5e5e5;
2901
    text-align: center;
2902
    padding: 15px 0;
2903
    margin-bottom: 20px;
2904
    position: relative;
2905
    margin-top: -30px;
2906
}
2907
 
2908
.signup-tab>i {
2909
    position: absolute;
2910
    top: 15px;
2911
    left: 13px;
2912
    color: #000;
2913
    font-size: 14px;
2914
}
2915
 
2916
.signup-tab h2 {
2917
    color: #000000;
2918
    font-size: 14px;
2919
    font-weight: 500;
2920
    margin-bottom: 15px;
2921
}
2922
 
2923
.signup-tab ul {
2924
    float: left;
2925
    width: 100%;
2926
}
2927
 
2928
.signup-tab ul li {
2929
    display: inline-block;
2930
    margin-right: -4px;
2931
}
2932
 
2933
.signup-tab ul li a {
2934
    color: #000000;
2935
    font-size: 14px;
2936
    font-weight: 500;
2937
    background-color: #e5e5e5;
2938
    padding: 10px 15px;
2939
    -webkit-border-radius: 3px 0px 0px 3px;
2940
    -moz-border-radius: 3px 0px 0px 3px;
2941
    -ms-border-radius: 3px 0px 0px 3px;
2942
    -o-border-radius: 3px 0px 0px 3px;
2943
    border-radius: 3px 0px 0px 3px;
2944
    display: inline-block;
2945
}
2946
 
2947
.signup-tab ul li.current a {
2948
    background-color: #e44d3a;
2949
    color: #fff;
2950
}
2951
 
2952
.signup-tab ul li:last-child a {
2953
    -webkit-border-radius: 0px 3px 3px 0px;
2954
    -moz-border-radius: 0px 3px 3px 0px;
2955
    -ms-border-radius: 0px 3px 3px 0px;
2956
    -o-border-radius: 0px 3px 3px 0px;
2957
    border-radius: 0px 3px 3px 0px;
2958
}
2959
 
2960
/* ============ login-resources ============= */
2961
 
2962
.login-resources {
2963
    float: left;
2964
    width: 100%;
2965
    text-align: center;
2966
    margin-top: 27px;
2967
}
2968
 
2969
.login-resources h4 {
2970
    color: #000000;
2971
    font-size: 14px;
2972
    font-weight: 600;
2973
    margin-bottom: 30px;
2974
    text-transform: uppercase;
2975
}
2976
 
2977
.login-resources ul {
2978
    float: left;
2979
    width: 100%;
2980
}
2981
 
2982
.login-resources ul li {
2983
    float: left;
2984
    width: 100%;
2985
    margin-bottom: 20px;
2986
}
2987
 
2988
.login-resources ul li a {
2989
    color: #ffffff;
2990
    font-size: 15px;
2991
    font-weight: 500;
2992
    float: left;
2993
    width: 100%;
2994
    padding: 10px 0;
2995
}
2996
 
2997
.login-resources ul li a i {
2998
    margin-right: 15px;
2999
}
3000
 
3001
.fb {
3002
    background-color: #3b5998;
3003
}
3004
 
3005
.tw {
3006
    background-color: #4099ff;
3007
}
3008
 
3009
.tw .fa-twitter {
3010
    color: #fff;
3011
}
3012
 
3013
/* =============== footy-sec ============= */
3014
 
3015
.footy-sec {
3016
    float: left;
3017
    width: 100%;
3018
    margin-top: 70px;
3019
}
3020
 
3021
.footy-sec ul {
3022
    float: left;
3023
    margin-top: 5px;
3024
}
3025
 
3026
.footy-sec ul li {
3027
    display: inline-block;
3028
    padding: 0 10px;
3029
    border-right: 1px solid #ffffff;
3030
}
3031
 
3032
.footy-sec ul li:last-child {
3033
    border-right: none;
3034
}
3035
 
3036
.footy-sec ul li a {
3037
    display: inline-block;
3038
    color: #3b5998;
3039
    font-size: 14px;
3040
    font-weight: 500;
3041
}
3042
 
3043
.footy-sec p img {
3044
    padding-right: 5px;
3045
    float: auto;
3046
    position: relative;
3047
    top: 6px;
3048
}
3049
 
3050
.footy-sec p {
3051
    float: right;
3052
    color: #ffffff;
3053
    font-size: 14px;
3054
    font-weight: 500;
3055
}
3056
 
3057
footer {
3058
    background-color: #fff;
3059
}
3060
 
2263 stevensc 3061
footer a {
3062
    color: var(--dark);
3063
}
3064
 
2266 stevensc 3065
footer .footer-row {
2265 stevensc 3066
    display: grid;
3067
    gap: 5px;
2436 stevensc 3068
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
2265 stevensc 3069
}
3070
 
1239 steven 3071
.footy-sec.mn ul {
3072
    padding: 30px 0;
3073
}
3074
 
3075
.footy-sec.mn ul li a {
3076
    color: #b2b2b2;
3077
}
3078
 
3079
.footy-sec.mn ul li a:hover {
3080
    color: #e44d3a;
3081
}
3082
 
3083
.footy-sec.mn ul li {
3084
    border-color: #b2b2b2;
3085
}
3086
 
3087
.footy-sec.mn p {
3088
    color: #b2b2b2;
3089
    margin-top: 30px;
3090
}
3091
 
3092
.fl-rgt {
3093
    float: right;
3094
    margin-top: 34px;
3095
    padding-right: 30px;
3096
}
3097
 
3098
/* ================== USER PROFILE =================== */
3099
 
2366 stevensc 3100
.cover-sec {
3101
    height: 280px;
2493 stevensc 3102
    background-color: #000;
2366 stevensc 3103
    overflow: hidden;
3104
}
3105
 
1239 steven 3106
.cover-sec img {
3107
    width: 100%;
3108
}
3109
 
3110
.cover-sec>a {
3111
    display: inline-block;
3112
    color: #e44d3a;
3113
    font-size: 16px;
3114
    background-color: #fff;
3115
    border: 1px solid #e44d3a;
3116
    position: absolute;
3117
    top: 30px;
3118
    right: 0;
3119
    padding: 10px 15px;
3120
    font-weight: 600;
3121
    margin-right: 15px;
3122
}
3123
 
3124
.cover-sec>a i {
3125
    padding-right: 5px;
3126
}
3127
 
3128
/* ============= user_profile ============= */
3129
 
3130
.user_profile {
3131
    float: left;
3132
    width: 100%;
3133
    background-color: #fff;
3134
    margin-bottom: 20px;
2375 stevensc 3135
    border-radius: 10px;
1239 steven 3136
    text-align: center;
3137
}
3138
 
3139
.user-pro-img {
3140
    float: left;
3141
    width: 100%;
3142
    text-align: center;
3143
    margin-bottom: 28px;
3144
    position: relative;
3145
}
3146
 
3147
.user-pro-img .add-dp {
3148
    position: absolute;
3149
    top: 10px;
3150
    left: 60%;
3151
}
3152
 
3153
.add-dp i {
3154
    bottom: 0;
3155
    font-size: 14px;
3156
    box-shadow: none;
3157
    position: relative;
3158
    border-radius: 50px;
3159
    width: 40px;
3160
    height: 40px;
3161
    text-align: center;
3162
    background: #e44d3a;
3163
    padding: 12px;
3164
    color: #ffff;
3165
    left: 0;
3166
    top: -5px;
3167
}
3168
 
3169
.add-dp i:hover {
3170
    font-size: 14px;
3171
    border: 2px solid #fff;
3172
    background: #e44d3a;
3173
    padding: 11px;
3174
}
3175
 
3176
.add-dp {
3177
    margin: -16px;
3178
    padding: 0;
3179
}
3180
 
3181
.add-dp input[type="file"] {
3182
    opacity: 0;
3183
    padding: 10px 0px 9px;
3184
    display: none;
3185
}
3186
 
3187
.user-pro-img img {
3188
    -webkit-border-radius: 100px;
3189
    -moz-border-radius: 100px;
3190
    -ms-border-radius: 100px;
3191
    -o-border-radius: 100px;
3192
    border-radius: 100px;
3193
    float: none;
3194
    border: 5px solid #fff;
3195
}
3196
 
3197
.user_pro_status {
3198
    float: left;
3199
    width: 100%;
3200
    border-bottom: 1px solid #e5e5e5;
3201
    padding-bottom: 27px;
3202
}
3203
 
3204
.flw-hr {
3205
    float: left;
3206
    width: 100%;
3207
    margin-bottom: 30px;
3208
}
3209
 
3210
.flw-hr li {
3211
    display: inline-block;
3212
    margin-right: 17px;
3213
}
3214
 
3215
.flw-hr li:last-child {
3216
    margin-right: 0;
3217
}
3218
 
3219
.flw-hr li a {
3220
    display: inline-block;
3221
    color: #ffffff;
3222
    font-size: 16px;
3223
    font-weight: 600;
3224
    padding: 11px 15px;
3225
}
3226
 
3227
.flw-hr li a i {
3228
    padding-right: 5px;
3229
}
3230
 
3231
.flww {
3232
    background-color: #53d690;
3233
}
3234
 
3235
.hre {
3236
    background-color: #51a5fb;
3237
}
3238
 
3239
/* =============== flw-status ============ */
3240
 
3241
.flw-status {
3242
    float: left;
3243
    width: 100%;
3244
}
3245
 
3246
.flw-status li {
3247
    display: inline-block;
3248
    margin-right: 50px;
3249
}
3250
 
3251
.flw-status li:last-child {
3252
    margin-right: 0;
3253
}
3254
 
3255
.flw-status li span {
3256
    color: #686868;
3257
    font-size: 20px;
3258
    font-weight: 500;
3259
    margin-bottom: 15px;
3260
    display: block;
3261
}
3262
 
3263
.flw-status li b {
3264
    color: #000000;
3265
    font-size: 20px;
3266
    font-weight: 600;
3267
}
3268
 
3269
/* ================== social_links ============= */
3270
 
3271
.social_links {
3272
    float: left;
3273
    width: 100%;
3274
    text-align: left;
3275
}
3276
 
3277
.social_links li {
3278
    float: left;
3279
    width: 100%;
3280
    padding: 15px 15px;
3281
    border-bottom: 1px solid #e5e5e5;
3282
}
3283
 
3284
.social_links li a {
3285
    float: left;
3286
    width: 100%;
3287
    color: #51a5fb;
3288
    font-size: 14px;
3289
    font-weight: 400;
3290
    text-overflow: ellipsis;
3291
    white-space: nowrap;
3292
    overflow: hidden;
3293
}
3294
 
3295
.modal-md {
3296
    max-width: 55vw;
3297
}
3298
 
3299
@media(min-width: 721px) {
3300
    .group-view-tab {
3301
        margin-left: 3.5rem;
3302
    }
2197 stevensc 3303
 
1239 steven 3304
    .group-view-tab span {
3305
        text-overflow: ellipsis;
3306
        white-space: nowrap;
3307
        overflow: hidden;
3308
    }
3309
}
3310
 
3311
@media(max-width: 720px) {
3312
    .group-view-tab {
3313
        margin-left: 3.5rem;
3314
    }
3315
}
3316
 
3317
.text-decoration-underline {
3318
    text-decoration: underline !important;
3319
}
3320
 
3321
.ellipsis {
3322
    text-overflow: ellipsis;
3323
    white-space: nowrap;
3324
    overflow: hidden;
3325
}
3326
 
3327
.social_links li a i {
3328
    padding-right: 5px;
3329
    font-size: 20px;
3330
    position: relative;
3331
    top: 3px;
3332
}
3333
 
3334
.la-globe {
3335
    color: #51a5fb;
3336
}
3337
 
3338
/* ================= user-tab-sec ============== */
3339
 
2468 stevensc 3340
.notifications-grid {
3341
    display: grid;
3342
    grid-template-columns: 1fr;
3343
}
3344
 
3345
@media (min-width: 768px) {
3346
    .notifications-grid {
3347
        display: grid;
3348
        grid-template-columns: 30% 70%;
3349
        padding: 0 5%;
3350
    }
3351
}
3352
 
2458 stevensc 3353
.show_filters {
3354
    display: block;
3355
}
3356
 
3357
.hidden_filters {
2464 stevensc 3358
    display: none !important;
2458 stevensc 3359
}
3360
 
2459 stevensc 3361
@media (min-width: 768px) {
2458 stevensc 3362
    .show_filters {
3363
        display: none;
3364
    }
3365
 
3366
    .hidden_filters {
2465 stevensc 3367
        display: block !important;
2458 stevensc 3368
    }
3369
}
3370
 
3371
/* ================= user-tab-sec ============== */
3372
 
1239 steven 3373
.user-tab-sec {
3374
    width: 100%;
3375
    padding-top: 4px;
3376
}
3377
 
3378
.user-tab-sec h3 {
3379
    color: #000000;
3380
    font-size: 24px;
3381
    font-weight: 600;
3382
    text-transform: capitalize;
3383
    margin-bottom: 15px;
3384
}
3385
 
3386
.star-descp {
3387
    float: left;
3388
    width: 100%;
3389
    margin-bottom: 10px;
3390
}
3391
 
3392
.star-descp ul li {
3393
    margin-right: 5px !important;
3394
}
3395
 
3396
.star-descp>a {
3397
    float: left;
3398
    color: #51a5fb;
3399
    font-size: 18px;
3400
    font-weight: 600;
3401
    margin-left: 20px;
3402
    text-decoration: underline;
3403
}
3404
 
3405
.star-descp>a:hover {
3406
    color: #51a5fb;
3407
}
3408
 
3409
.star-descp span {
3410
    float: left;
3411
    color: #686868;
3412
    font-size: 18px;
3413
    font-weight: 600;
3414
    margin-right: 20px;
3415
}
3416
 
3417
.star-descp>ul {
3418
    float: left;
3419
}
3420
 
3421
.star-descp ul li {
3422
    display: inline-block;
3423
}
3424
 
3425
.star-descp ul li i {
3426
    color: #b7ce1f;
3427
    font-size: 16px;
3428
}
3429
 
3430
.tab-feed {
3431
    float: left;
3432
    width: 100%;
3433
    margin-bottom: 45px;
3434
    margin-top: 20px;
3435
}
3436
 
3437
.tab-feed ul {
3438
    float: left;
3439
    width: 100%;
3440
}
3441
 
3442
.tab-feed ul li {
3443
    display: inline-block;
3444
    margin-right: 35px;
3445
    text-align: center;
3446
}
3447
 
3448
.savetext ul {
3449
    border-bottom: none !important;
3450
}
3451
 
3452
.tab-feed.st2 ul li {
3453
    margin-right: 17px;
3454
}
3455
 
3456
.tab-feed ul li:last-child {
3457
    margin-right: 0;
3458
}
3459
 
3460
.tab-feed ul li.active img {
3461
    filter: grayscale(0);
3462
}
3463
 
3464
.tab-feed ul li.active span {
3465
    color: #e44d3a;
3466
}
3467
 
3468
.tab-feed ul li img {
3469
    float: none;
3470
    margin-bottom: 5px;
3471
    filter: grayscale(100%);
3472
}
3473
 
3474
.tab-feed ul li span {
3475
    display: block;
3476
    color: #b2b2b2;
3477
    font-weight: 400;
3478
    font-size: 16px;
3479
}
3480
 
3481
.tab-feed ul li:last-child {
3482
    margin-right: 0;
3483
}
3484
 
3485
/* ================ message-btn ============= */
3486
 
3487
.message-btn {
3488
    /* float: right; margin-top: 20px; margin-bottom: 30px; */
3489
}
3490
 
3491
.message-btn a {
3492
    display: inline-block;
3493
    font-size: 16px;
3494
    padding: 12px;
3495
    font-weight: 500;
3496
}
3497
 
3498
.message-btn a:hover {
3499
    color: #fff;
3500
}
3501
 
3502
.message-btn a i {
3503
    padding-right: 5px;
3504
}
3505
 
3506
/* ============== widget-portfolio ============== */
3507
 
3508
.wd-heady {
3509
    float: left;
3510
    width: 100%;
3511
    padding: 20px 20px;
3512
    border-bottom: 1px solid #e5e5e5;
3513
}
3514
 
3515
.wd-heady h3 {
3516
    color: #000000;
3517
    font-size: 18px;
3518
    font-weight: 600;
3519
    float: left;
3520
}
3521
 
3522
.wd-heady img {
3523
    float: right;
3524
}
3525
 
3526
.pf-gallery {
3527
    float: left;
3528
    width: 100%;
3529
    padding: 15px 15px;
3530
}
3531
 
3532
.pf-gallery ul {
3533
    float: left;
3534
    width: 100%;
3535
}
3536
 
3537
.pf-gallery ul li {
3538
    float: left;
3539
    width: 33.33%;
3540
    padding: 5px;
3541
    overflow: hidden;
3542
}
3543
 
3544
.pf-gallery ul li:hover {
3545
    -webkit-transform: scale(1.2);
3546
    -moz-transform: scale(1.2);
3547
    -ms-transform: scale(1.2);
3548
    -o-transform: scale(1.2);
3549
    transform: scale(1.2);
3550
}
3551
 
3552
.pf-gallery img {
3553
    width: 100%;
3554
}
3555
 
3556
.product-feed-tab {
3557
    float: left;
3558
    width: 100%;
3559
    display: none;
3560
}
3561
 
3562
.product-feed-tab.current {
3563
    display: block;
3564
}
3565
 
3566
/* =============== user-profile-ov ================ */
3567
 
3568
.user-profile-ov {
3569
    float: left;
3570
    width: 100%;
3571
    background-color: #fff;
3572
    padding: 30px 20px;
3573
    border-left: 1px solid #e4e4e4;
3574
    border-bottom: 1px solid #e4e4e4;
3575
    border-right: 1px solid #e4e4e4;
3576
    margin-bottom: 20px;
3577
}
3578
 
3579
.user-profile-ov h3 {
3580
    color: #000000;
3581
    font-size: 18px;
3582
    font-weight: 600;
3583
    margin-bottom: 20px;
3584
}
3585
 
3586
.user-profile-ov h3 a {
3587
    color: #000000;
3588
}
3589
 
3590
.user-profile-ov i {
3591
    color: #000000;
3592
    font-size: 13px;
3593
    padding-left: 5px;
3594
}
3595
 
3596
.user-profile-ov h4 {
3597
    font-size: 16px;
3598
    color: #000;
3599
    font-weight: 600;
3600
    margin-bottom: 10px;
3601
}
3602
 
3603
.user-profile-ov p {
3604
    color: #686868;
3605
    font-size: 14px;
3606
    line-height: 24px;
3607
}
3608
 
3609
.user-profile-ov.st2 p {
3610
    margin-bottom: 23px;
3611
}
3612
 
3613
.no-margin {
3614
    margin: 0 !important;
3615
}
3616
 
3617
.user-profile-ov>span {
3618
    color: #686868;
3619
    font-size: 14px;
3620
    float: left;
3621
    width: 100%;
3622
    margin-bottom: 8px;
3623
    margin-top: 3px;
3624
}
3625
 
3626
.user-profile-ov ul {
3627
    float: left;
3628
    width: 100%;
3629
}
3630
 
3631
.user-profile-ov ul li {
3632
    display: inline-block;
3633
    margin-bottom: 10px;
3634
    padding: 0 2px;
3635
}
3636
 
3637
.user-profile-ov ul li a {
3638
    display: inline-block;
3639
    color: #b2b2b2;
3640
    font-size: 14px;
3641
    font-weight: 600;
3642
    background-color: #e5e5e5;
3643
    -webkit-border-radius: 30px;
3644
    -moz-border-radius: 30px;
3645
    -ms-border-radius: 30px;
3646
    -o-border-radius: 30px;
3647
    border-radius: 30px;
3648
    padding: 10px 15px;
3649
}
3650
 
3651
/* ==================== portfolio-gallery-sec ==================== */
3652
 
3653
.portfolio-gallery-sec {
3654
    float: left;
3655
    width: 100%;
3656
    background-color: #fff;
3657
    padding: 30px 20px;
3658
    border-left: 1px solid #e4e4e4;
3659
    border-right: 1px solid #e4e4e4;
3660
    border-bottom: 1px solid #e4e4e4;
3661
}
3662
 
3663
.portfolio-gallery-sec h3 {
3664
    font-weight: 600;
3665
    font-size: 18px;
3666
    margin-bottom: 32px;
3667
    padding-left: 5px;
3668
    float: left;
3669
}
3670
 
3671
.portfolio-btn {
3672
    float: right;
3673
}
3674
 
3675
.portfolio-btn a {
3676
    display: inline-block;
3677
    color: #e44d3a;
3678
    font-size: 16px;
3679
    font-weight: 600;
3680
}
3681
 
3682
.portfolio-btn a i {
3683
    margin-right: 5px;
3684
}
3685
 
3686
.gallery_pf {
3687
    float: left;
3688
    width: 100%;
3689
    margin-bottom: -5px;
3690
}
3691
 
3692
.gallery_pf .col-lg-4 {
3693
    padding: 5px;
3694
}
3695
 
3696
.gallery_pt {
3697
    float: left;
3698
    width: 100%;
3699
    position: relative;
3700
    overflow: hidden;
3701
}
3702
 
3703
.gallery_pt:hover:before {
3704
    opacity: 1;
3705
    visibility: visible;
3706
    height: 100%;
3707
}
3708
 
3709
.gallery_pt:before {
3710
    content: "";
3711
    position: absolute;
3712
    top: 0;
3713
    left: 0;
3714
    width: 100%;
3715
    height: 0;
3716
    background-color: rgba(0, 0, 0, 0.6);
3717
    opacity: 0;
3718
    visibility: hidden;
3719
}
3720
 
3721
.gallery_pt img {
3722
    width: 100%;
3723
    height: 134px;
3724
    object-fit: cover;
3725
}
3726
 
3727
.row {
3728
    margin: 0;
3729
}
3730
 
3731
.gallery_pt>a {
3732
    position: absolute;
3733
    top: 100%;
3734
    left: 0;
3735
    float: left;
3736
    width: 100%;
3737
    text-align: center;
3738
    -webkit-transform: translateY(-50%);
3739
    -moz-transform: translateY(-50%);
3740
    -ms-transform: translateY(-50%);
3741
    -o-transform: translateY(-50%);
3742
    transform: translateY(-50%);
3743
    opacity: 0;
3744
    visibility: hidden;
3745
}
3746
 
3747
.gallery_pt:hover>a {
3748
    opacity: 1;
3749
    visibility: visible;
3750
    top: 50%;
3751
}
3752
 
3753
.gallery_pt>a img {
3754
    float: none;
3755
    width: auto;
3756
    height: auto;
3757
}
3758
 
3759
/* ============== overview-box ============= */
3760
 
3761
.overview-box {
3762
    width: 570px;
3763
    position: fixed;
3764
    top: 50%;
3765
    left: 50%;
3766
    -webkit-transform: translateX(-50%) translateY(-50%);
3767
    -moz-transform: translateX(-50%) translateY(-50%);
3768
    -ms-transform: translateX(-50%) translateY(-50%);
3769
    -o-transform: translateX(-50%) translateY(-50%);
3770
    transform: translateX(-50%) translateY(-50%);
3771
    opacity: 0;
3772
    visibility: hidden;
3773
    z-index: 0;
3774
}
3775
 
3776
.close-box {
3777
    position: absolute;
3778
    top: -20px;
3779
    right: -20px;
3780
    color: #fff;
3781
    font-size: 14px;
3782
    text-align: center;
3783
    width: 22px;
3784
    height: 22px;
3785
    line-height: 22px;
3786
    border: 1px solid #fff;
3787
    -webkit-border-radius: 100px;
3788
    -moz-border-radius: 100px;
3789
    -ms-border-radius: 100px;
3790
    -o-border-radius: 100px;
3791
    border-radius: 100px;
3792
    font-weight: 600;
3793
}
3794
 
3795
.close-box:hover {
3796
    color: #fff;
3797
}
3798
 
3799
.overview-box.open {
3800
    opacity: 1;
3801
    visibility: visible;
3802
    z-index: 99999;
3803
}
3804
 
3805
.overview-edit {
3806
    float: left;
3807
    width: 100%;
3808
    background-color: #fff;
3809
    padding: 30px 20px;
3810
}
3811
 
3812
.overview-edit h3 {
3813
    color: #000000;
3814
    font-size: 18px;
3815
    font-weight: 600;
3816
    float: left;
3817
    width: 100%;
3818
    margin-bottom: 25px;
3819
}
3820
 
3821
.overview-edit span {
3822
    color: #b2b2b2;
3823
    font-size: 12px;
3824
    float: right;
3825
    margin-bottom: 5px;
3826
}
3827
 
3828
.overview-edit form {
3829
    float: left;
3830
    width: 100%;
3831
}
3832
 
3833
.overview-edit form input {
3834
    height: 40px;
3835
    padding-left: 15px;
3836
    margin-bottom: 20px;
3837
}
3838
 
3839
.overview-edit form textarea,
3840
.overview-edit form input,
3841
.overview-edit form select {
3842
    width: 100%;
3843
    border: 1px solid #e5e5e5;
3844
    resize: none;
3845
    color: #b2b2b2;
3846
    font-size: 14px;
3847
}
3848
 
3849
.overview-edit form select {
3850
    line-height: 40px;
3851
    padding-left: 40px;
3852
    margin-bottom: 20px;
3853
}
3854
 
3855
.overview-edit form textarea {
3856
    height: 160px;
3857
    margin-bottom: 30px;
3858
    padding: 15px;
3859
}
3860
 
3861
.save {
3862
    background-color: #e44d3a;
3863
    color: #fff;
3864
    border-color: transparent;
3865
}
3866
 
3867
.save-add {
3868
    background-color: #fff;
3869
    padding: 13px 13px !important;
3870
}
3871
 
3872
.overview-edit button {
3873
    float: left;
3874
    border: 1px solid #e5e5e5;
3875
    font-weight: 600;
3876
    font-size: 16px;
3877
    padding: 13px 34px;
3878
    margin-right: 20px;
3879
    outline: none;
3880
    cursor: pointer;
3881
}
3882
 
3883
.cancel {
3884
    background-color: #fff;
3885
    color: #000;
3886
}
3887
 
3888
.datepicky {
3889
    float: left;
3890
    width: 100%;
3891
}
3892
 
3893
.no-left-pd {
3894
    padding: 0;
3895
}
3896
 
3897
.no-righ-pd {
3898
    padding-right: 0;
3899
}
3900
 
3901
.datefm {
3902
    float: left;
3903
    width: 100%;
3904
    position: relative;
3905
}
3906
 
3907
.datefm i {
3908
    position: absolute;
3909
    top: 11px;
3910
    right: 15px;
3911
    font-size: 18px;
3912
    color: #b2b2b2;
3913
}
3914
 
3915
#location-box .datefm i {
3916
    right: auto;
3917
    left: 15px;
3918
}
3919
 
3920
#location-box .datefm input {
3921
    padding-left: 40px;
3922
}
3923
 
3924
#skills-box ul {
3925
    float: left;
3926
    width: 100%;
3927
    margin-bottom: 20px;
3928
}
3929
 
3930
#skills-box ul li {
3931
    display: inline-block;
3932
    margin-right: 10px;
3933
    position: relative;
3934
}
3935
 
3936
.skl-name {
3937
    display: inline-block;
3938
    color: #b2b2b2;
3939
    font-size: 14px;
3940
    font-weight: 500;
3941
    background-color: #e5e5e5;
3942
    -webkit-border-radius: 30px;
3943
    -moz-border-radius: 30px;
3944
    -ms-border-radius: 30px;
3945
    -o-border-radius: 30px;
3946
    border-radius: 30px;
3947
    text-transform: uppercase;
3948
    padding: 10px 30px 10px 12px;
3949
    position: relative;
3950
}
3951
 
3952
.close-skl {
3953
    position: absolute;
3954
    top: 10px;
3955
    right: 10px;
3956
    color: #b2b2b2;
3957
    font-size: 14px;
3958
}
3959
 
3960
.file-submit {
3961
    border: 1px solid #e5e5e5;
3962
    position: relative;
3963
    padding: 0px;
3964
    height: 40px;
3965
    margin-bottom: 20px;
3966
    border-radius: 3px;
3967
}
3968
 
3969
.file-submit [type="file"] {
3970
    height: 40px;
3971
    overflow: hidden;
3972
    width: 100%;
3973
    float: left;
3974
    position: absolute;
3975
    padding: 10px 4px 0px 12px;
3976
    font-size: 14px;
3977
    opacity: 0;
3978
    display: none;
3979
}
3980
 
3981
.file-submit [type="file"]+label {
3982
    background: #e44d3a;
3983
    border: none;
3984
    float: left;
3985
    border-top-right-radius: 0px;
3986
    border-bottom-right-radius: 0px;
3987
    border-top-left-radius: 3px;
3988
    border-bottom-left-radius: 3px;
3989
    color: #fff;
3990
    cursor: pointer;
3991
    /* display: inline-block; */
3992
    font-size: 14px;
3993
    font-weight: 500;
3994
    outline: none;
3995
    padding: 12px 15px;
3996
    position: relative;
3997
    transition: all 0.3s;
3998
    vertical-align: middle;
3999
    margin: 0;
4000
}
4001
 
4002
.file-submit.nomg {
4003
    border: 0;
4004
    margin-bottom: 20px;
4005
}
4006
 
4007
.file-submit.nomg input {
4008
    margin-bottom: 0;
4009
    padding-top: 0;
4010
}
4011
 
4012
.daty {
4013
    float: left;
4014
    width: 100%;
4015
    position: relative;
4016
}
4017
 
4018
.daty>i {
4019
    position: absolute;
4020
    top: 10px;
4021
    right: 15px;
4022
    color: #b2b2b2;
4023
    font-size: 20px;
4024
}
4025
 
4026
a:hover {
4027
    color: initial;
4028
}
4029
 
4030
.pf-img {
4031
    float: left;
4032
    width: 100%;
4033
    background-color: #f2f2f2;
4034
    padding: 15px;
4035
    margin-bottom: 20px;
4036
}
4037
 
4038
/* ================= billing-method ============== */
4039
 
4040
.billing-method {
4041
    float: left;
4042
    width: 100%;
4043
    background-color: #fff;
4044
    border-left: 1px solid #e4e4e4;
4045
    border-right: 1px solid #e4e4e4;
4046
    border-bottom: 1px solid #e4e4e4;
4047
    margin-bottom: 20px;
4048
}
4049
 
4050
.billing-method ul {
4051
    float: left;
4052
    width: 100%;
4053
}
4054
 
4055
.billing-method ul li {
4056
    float: left;
4057
    width: 100%;
4058
    border-bottom: 1px solid #e5e5e5;
4059
    padding: 25px 20px;
4060
}
4061
 
4062
.billing-method ul li h3 {
4063
    color: #000000;
4064
    font-size: 18px;
4065
    font-weight: 600;
4066
    float: left;
4067
}
4068
 
4069
.billing-method ul li a,
4070
.billing-method ul li span {
4071
    float: right;
4072
    color: #000000;
4073
    font-size: 13px;
4074
    text-transform: capitalize;
4075
    font-weight: 600;
4076
    margin-top: 3px;
4077
}
4078
 
4079
.billing-method ul li i {
4080
    font-size: 13px;
4081
    color: #e44d3a;
4082
}
4083
 
4084
.lt-sec {
4085
    float: left;
4086
    width: 100%;
4087
    text-align: center;
4088
    padding: 30px 0;
4089
}
4090
 
4091
.lt-sec img {
4092
    float: none;
4093
    margin-bottom: 15px;
4094
}
4095
 
4096
.lt-sec h4 {
4097
    color: #686868;
4098
    font-size: 18px;
4099
    font-weight: 600;
4100
    margin-bottom: 25px;
4101
}
4102
 
4103
.lt-sec>a {
4104
    display: inline-block;
4105
    color: #ffffff;
4106
    font-size: 16px;
4107
    background-color: #e44d3a;
4108
    padding: 10px 25px;
4109
}
4110
 
4111
/* ============== add-billing-method ============== */
4112
 
4113
.add-billing-method {
4114
    float: left;
4115
    width: 100%;
4116
    background-color: #fff;
4117
    border-left: 1px solid #e4e4e4;
4118
    border-right: 1px solid #e4e4e4;
4119
    border-bottom: 1px solid #e4e4e4;
4120
}
4121
 
4122
.add-billing-method h3 {
4123
    color: #000000;
4124
    font-size: 18px;
4125
    font-weight: 600;
4126
    padding: 20px 20px;
4127
    border-bottom: 1px solid #e5e5e5;
4128
}
4129
 
4130
.add-billing-method>h4 {
4131
    color: #686868;
4132
    font-size: 13px;
4133
    font-weight: 500;
4134
    padding: 20px 20px;
4135
    border-bottom: 1px solid #e5e5e5;
4136
    float: left;
4137
    width: 100%;
4138
}
4139
 
4140
.add-billing-method img {
4141
    margin-right: 10px;
4142
}
4143
 
4144
.add-billing-method span {
4145
    margin-top: 4px;
4146
    float: left;
4147
}
4148
 
4149
/* ============= payment_methods ============ */
4150
 
4151
.payment_methods {
4152
    float: left;
4153
    width: 100%;
4154
}
4155
 
4156
.payment_methods>h4 {
4157
    color: #000000;
4158
    font-size: 16px;
4159
    font-weight: 600;
4160
    position: relative;
4161
    padding: 25px 20px 25px 45px;
4162
    float: left;
4163
    width: 100%;
4164
}
4165
 
4166
.rowwy {
4167
    float: left;
4168
    width: 100%;
4169
}
4170
 
4171
.pd-left-none {
4172
    padding-left: 0;
4173
}
4174
 
4175
.pd-right-none {
4176
    padding-right: 0;
4177
}
4178
 
4179
.payment_methods h4:before {
4180
    content: "";
4181
    position: absolute;
4182
    top: 50%;
4183
    -webkit-transform: translateY(-50%);
4184
    -moz-transform: translateY(-50%);
4185
    -ms-transform: translateY(-50%);
4186
    -o-transform: translateY(-50%);
4187
    transform: translateY(-50%);
4188
    left: 20px;
4189
    width: 15px;
4190
    height: 15px;
4191
    border: 1px solid #e6e6e6;
4192
    -webkit-border-radius: 100px;
4193
    -moz-border-radius: 100px;
4194
    -ms-border-radius: 100px;
4195
    -o-border-radius: 100px;
4196
    border-radius: 100px;
4197
}
4198
 
4199
.payment_methods h4:after {
4200
    content: "";
4201
    position: absolute;
4202
    top: 50%;
4203
    -webkit-transform: translateY(-50%);
4204
    -moz-transform: translateY(-50%);
4205
    -ms-transform: translateY(-50%);
4206
    -o-transform: translateY(-50%);
4207
    transform: translateY(-50%);
4208
    left: 24px;
4209
    width: 7px;
4210
    height: 7px;
4211
    background-color: #e44d3a;
4212
    -webkit-border-radius: 100px;
4213
    -moz-border-radius: 100px;
4214
    -ms-border-radius: 100px;
4215
    -o-border-radius: 100px;
4216
    border-radius: 100px;
4217
}
4218
 
4219
.payment_methods form {
4220
    float: left;
4221
    width: 100%;
4222
    padding-bottom: 30px;
4223
    border-bottom: 1px solid #e5e5e5;
4224
}
4225
 
4226
.payment_methods form button {
4227
    color: #ffffff;
4228
    font-size: 16px;
4229
    background-color: #e44d3a;
4230
    padding: 10px 15px;
4231
    border: 0;
4232
    cursor: pointer;
4233
}
4234
 
4235
.payment_methods form input {
4236
    width: 100%;
4237
    height: 40px;
4238
    border: 1px solid #e5e5e5;
4239
    padding: 0 12px;
4240
}
4241
 
4242
.cc-head {
4243
    float: left;
4244
    width: 100%;
4245
    margin-bottom: 10px;
4246
}
4247
 
4248
.cc-head h5 {
4249
    float: left;
4250
    color: #000000;
4251
    font-size: 16px;
4252
    font-weight: 600;
4253
    margin-top: 4px;
4254
}
4255
 
4256
.cc-head h5 i {
4257
    color: #b2b2b2;
4258
    font-size: 14px;
4259
}
4260
 
4261
.cc-head ul {
4262
    float: right;
4263
}
4264
 
4265
.cc-head ul li {
4266
    display: inline-block;
4267
}
4268
 
4269
.inpt-field {
4270
    float: left;
4271
    width: 100%;
4272
    position: relative;
4273
    margin-bottom: 20px;
4274
}
4275
 
4276
.no-pdd {
4277
    padding: 0;
4278
}
4279
 
4280
.inpt-field.pd-moree input {
4281
    padding-left: 40px !important;
4282
}
4283
 
4284
.inpt-field i {
4285
    color: #b2b2b2;
4286
    font-size: 18px;
4287
    position: absolute;
4288
    top: 50%;
4289
    left: 15px;
4290
    -webkit-transform: translateY(-50%);
4291
    -moz-transform: translateY(-50%);
4292
    -ms-transform: translateY(-50%);
4293
    -o-transform: translateY(-50%);
4294
    transform: translateY(-50%);
4295
}
4296
 
4297
/* ============== companies-info ============== */
4298
 
4299
.companies-info {
4300
    padding: 60px 0;
4301
}
4302
 
4303
.company-title {
4304
    width: 100%;
4305
    margin-bottom: 20px;
4306
}
4307
 
4308
.default-link {
4309
    color: #0860bf;
4310
}
4311
 
4312
.default-link:hover {
4313
    font-weight: bold;
4314
    color: #0860bf;
4315
    transition: all .5s;
4316
}
4317
 
4318
.company-title h3 {
4319
    color: #000000;
4320
    font-size: 20px;
4321
    font-weight: 600;
4322
    background-color: #fff;
4323
    padding: 10px 15px;
4324
}
4325
 
4326
.companies-list {
4327
    width: 100%;
2294 stevensc 4328
    display: grid;
2296 stevensc 4329
    gap: 20px;
4330
    grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
2294 stevensc 4331
    position: relative;
1239 steven 4332
}
4333
 
4334
.companies-list .slick-list {
4335
    max-height: 47vh;
4336
}
4337
 
4338
.slick-prev:before,
4339
.slick-next:before {
4340
    color: #000 !important;
4341
}
4342
 
4343
.company_profile_info {
4344
    /* float: left; */
4345
    width: 100%;
4346
    background-color: #fff;
4347
    text-align: center;
4348
    border-left: 1px solid #e4e4e4;
4349
    border-right: 1px solid #e4e4e4;
4350
    border-bottom: 1px solid #e4e4e4;
4351
    margin-bottom: 30px;
4352
}
4353
 
2620 stevensc 4354
.marketplace_card {
4355
    width: 100%;
4356
    background-color: #fff;
4357
    text-align: center;
4358
}
4359
 
1239 steven 4360
.company-up-info {
4361
    /* float: left; */
4362
    width: 100%;
4363
    padding: 20px 0;
4364
    border-bottom: 1px solid #e5e5e5;
4365
}
4366
 
4367
.company-up-info .description {
4368
    margin-bottom: 10px;
4369
}
4370
 
4371
.company-up-info img {
4372
    float: none;
4373
    margin-bottom: 10px;
4374
    -webkit-border-radius: 100px;
4375
    -moz-border-radius: 100px;
4376
    -ms-border-radius: 100px;
4377
    -o-border-radius: 100px;
4378
    border-radius: 100px;
4379
    height: 90px;
4380
    object-fit: cover;
4381
}
4382
 
4383
.company-up-info h3 {
4384
    color: #000000;
4385
    font-size: 18px;
4386
    font-weight: 600;
4387
    margin-bottom: 10px;
4388
}
4389
 
4390
.company-up-info h4 {
4391
    color: #686868;
4392
    font-size: 14px;
4393
    font-weight: 500;
4394
    margin-bottom: 21px;
4395
}
4396
 
4397
.company-up-info h6 {
4398
    color: #686868;
4399
    font-size: 15px;
4400
    font-weight: 500;
4401
    margin-bottom: 10px;
4402
}
4403
 
4404
.company-up-info ul {
4405
    /* float: left; */
4406
    width: 100%;
4407
}
4408
 
4409
.company-up-info ul li {
4410
    display: inline-block;
4411
    margin-right: 6px;
4412
}
4413
 
4414
.company-up-info ul li a i {
4415
    font-size: 24px;
4416
    position: relative;
4417
    top: 3px;
4418
}
4419
 
4420
.follow {
4421
    background-color: #53d690;
4422
}
4423
 
4424
.message-us {
4425
    background-color: #e44d3a;
4426
}
4427
 
4428
.hire-us {
4429
    background-color: #51a5fb;
4430
}
4431
 
4432
.company_profile_info .cancelButton {
4433
    display: inline-block;
4434
    color: #000000;
4435
    font-size: 16px;
4436
    font-weight: 500;
4437
    margin: 18px 0;
4438
}
4439
 
4440
/* ============= search-sec ============= */
4441
 
2501 stevensc 4442
.list-col {
4443
    display: flex;
4444
    gap: 20px;
4445
    flex-direction: column;
4446
}
4447
 
1239 steven 4448
.search-sec {
4449
    float: left;
4450
    width: 100%;
4451
    margin: 30px 0 0 0;
4452
}
4453
 
4454
.search-box {
4455
    width: 100%;
1809 steven 4456
    padding: 2.1%;
2500 stevensc 4457
    position: relative;
1239 steven 4458
}
4459
 
2500 stevensc 4460
.search-box>.form-group::before {
4461
    width: 100px;
4462
    content: 'Buscar';
4463
    right: 2.1%;
4464
    place-items: center;
4465
    display: grid;
4466
    height: calc(1.5em + .75rem + 2px);
4467
    background: #fff;
4468
    position: absolute;
4469
    border: 1px solid #ced4da;
4470
    cursor: pointer;
4471
    color: var(--gray);
4472
    font-weight: 600;
4473
    border-start-end-radius: .25rem;
4474
    border-bottom-right-radius: .25rem;
4475
}
4476
 
1239 steven 4477
.search-box form {
4478
    width: 100%;
4479
    position: relative;
4480
}
4481
 
4482
.search-box form input {
4483
    width: 100%;
4484
    height: 40px;
4485
    padding: 0 15px;
1808 steven 4486
    background: var(--background-light-gray);
1807 steven 4487
    color: var(--gray);
1239 steven 4488
    font-size: 14px;
1808 steven 4489
    border: solid 1px var(--border-light-gray);
1239 steven 4490
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
4491
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
4492
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
4493
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
4494
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
4495
}
4496
 
1803 steven 4497
.search-box form button {
4498
    position: absolute;
4499
    top: 0;
4500
    right: 0;
1804 steven 4501
    border: solid 1px var(--border-light-gray);
1806 steven 4502
    color: var(--gray);
1803 steven 4503
    font-size: 16px;
4504
    font-weight: 500;
4505
    height: 100%;
4506
    padding: 0 28px;
4507
    cursor: pointer;
4508
    -webkit-border-radius: 0 4px 4px 0;
4509
    -moz-border-radius: 0 4px 4px 0;
4510
    -ms-border-radius: 0 4px 4px 0;
4511
    -o-border-radius: 0 4px 4px 0;
4512
    border-radius: 0 4px 4px 0;
4513
}
4514
 
1239 steven 4515
/* =============== filter-secs ============== */
4516
 
4517
.filter-secs {
4518
    float: left;
4519
    width: 100%;
4520
    /* background-color: #fff; */
4521
    box-shadow: 0px 2px #e4e4e4;
4522
    border: 1px solid #e5e5e5;
4523
}
4524
 
4525
.filter-heading {
4526
    float: left;
4527
    width: 100%;
4528
    padding: 15px 20px;
4529
    border-bottom: 1px solid #e5e5e5;
4530
    margin-bottom: 15px;
4531
}
4532
 
4533
.filter-heading h3 {
4534
    float: left;
4535
    color: #e44d3a;
4536
    font-size: 18px;
4537
    font-weight: 600;
4538
}
4539
 
4540
.filter-heading a {
4541
    float: right;
4542
    color: #686868;
4543
    font-size: 14px;
4544
    margin-top: 4px;
4545
}
4546
 
4547
.filter-ttl {
4548
    float: left;
4549
    width: 100%;
4550
    border-bottom: 1px solid #e5e5e5;
4551
    padding: 0 0 16px 0;
4552
    margin-bottom: 10px;
4553
}
4554
 
4555
.filter--tt2 {
4556
    margin-bottom: 0px !important;
4557
}
4558
 
4559
.top--1 {
4560
    margin-top: 20px;
4561
}
4562
 
4563
.filter--tt2 .dropdown .dropdown-menu a {
4564
    float: none;
4565
    color: #666666 !important;
4566
    margin-bottom: 12px !important;
4567
}
4568
 
4569
.filter--tt2 .dropdown .dropdown-menu a:hover {
4570
    color: #e44d3a !important;
4571
    background: none !important;
4572
}
4573
 
4574
.filter--tt2 .dropdown .dropdown-menu a:focus {
4575
    color: #e44d3a !important;
4576
    background: none !important;
4577
}
4578
 
4579
.filter--tt2 a {
4580
    float: left !important;
4581
    padding: 0 0 0 15px !important;
4582
    font-size: 16px !important;
4583
    color: #000000 !important;
4584
    font-weight: 500 !important;
4585
}
4586
 
4587
.filter-ttl h3 {
4588
    float: left;
4589
    padding: 0;
4590
    font-size: 16px;
4591
    color: #000000;
4592
    font-weight: 400;
4593
}
4594
 
4595
.filter-ttl a {
4596
    float: right;
4597
    font-size: 14px;
4598
    color: #666666;
4599
}
4600
 
4601
.filter-ttl .dropdown a {
4602
    float: none;
4603
    color: #666666;
4604
}
4605
 
4606
.filter-dd {
4607
    float: left;
4608
    width: 100%;
4609
    margin-bottom: 15px;
4610
}
4611
 
4612
.filter-dd form {
4613
    float: left;
4614
    width: 100%;
4615
    position: relative;
4616
}
4617
 
4618
.filter-dd form input,
4619
.filter-dd form select {
4620
    width: 100%;
4621
    height: 30px;
4622
    background-color: #f2f2f2;
4623
    padding: 0 10px;
4624
    color: #b2b2b2;
4625
    font-size: 12px;
4626
    font-weight: 600;
4627
    border: 0;
4628
    border: 1px solid #e5e5e5;
4629
}
4630
 
4631
.job-tp i {
4632
    color: #666666;
4633
    position: absolute;
4634
    top: 9px;
4635
    right: 15px;
4636
    font-size: 14px;
4637
}
4638
 
4639
.avail-checks {
4640
    float: left;
4641
    width: 100%;
4642
    margin-top: 7px;
4643
}
4644
 
4645
.avail-checks li {
4646
    float: left;
4647
    width: 100%;
4648
    margin-bottom: 10px;
4649
}
4650
 
4651
.avail-checks li:last-child {
4652
    margin-bottom: 0;
4653
}
4654
 
4655
.avail-checks li input[type="radio"] {
4656
    display: none;
4657
}
4658
 
4659
.avail-checks li label {
4660
    float: left;
4661
}
4662
 
4663
.avail-checks li input[type="radio"]+label span {
4664
    display: inline-block;
4665
    width: 15px;
4666
    height: 15px;
4667
    position: relative;
4668
    margin-top: 3px;
4669
    border: 1px solid #d2d2d2;
4670
    -webkit-border-radius: 100px;
4671
    -moz-border-radius: 100px;
4672
    -ms-border-radius: 100px;
4673
    -o-border-radius: 100px;
4674
    border-radius: 100px;
4675
}
4676
 
4677
.avail-checks li input[type="radio"]+label span:before {
4678
    content: "";
4679
    opacity: 0;
4680
    visibility: hidden;
4681
    position: absolute;
4682
    width: 7px;
4683
    height: 7px;
4684
    -webkit-border-radius: 100px;
4685
    -moz-border-radius: 100px;
4686
    -ms-border-radius: 100px;
4687
    -o-border-radius: 100px;
4688
    border-radius: 100px;
4689
    background-color: #e44d3a;
4690
    top: 3px;
4691
    left: 3px;
4692
}
4693
 
4694
.avail-checks li input[type="radio"]:checked+label span:before {
4695
    opacity: 1;
4696
    visibility: visible;
4697
}
4698
 
4699
.avail-checks li small {
4700
    color: #909090;
4701
    font-size: 14px;
4702
    padding-left: 10px;
4703
    font-weight: 500;
4704
}
4705
 
4706
/* =========== Range Slider ========== */
4707
 
4708
.rg-slider {
4709
    float: left;
4710
    width: 100%;
4711
}
4712
 
4713
.slider-container {
4714
    width: 100% !important;
4715
    padding-top: 50px;
4716
    position: relative;
4717
}
4718
 
4719
.theme-green .back-bar {
4720
    height: 5px;
4721
    border: 1px solid #e5e5e5;
4722
    -webkit-border-radius: 30px;
4723
    -moz-border-radius: 30px;
4724
    -ms-border-radius: 30px;
4725
    -o-border-radius: 30px;
4726
    border-radius: 30px;
4727
}
4728
 
4729
.theme-green .back-bar .pointer {
4730
    width: 17px;
4731
    height: 17px;
4732
    -webkit-border-radius: 100px;
4733
    -moz-border-radius: 100px;
4734
    -ms-border-radius: 100px;
4735
    -o-border-radius: 100px;
4736
    border-radius: 100px;
4737
    background-color: #e44d3a;
4738
    border: 2px solid #e3e3e3;
4739
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.43);
4740
    -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.43);
4741
    -ms-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.43);
4742
    -o-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.43);
4743
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.43);
4744
}
4745
 
4746
.theme-green .back-bar .pointer {
4747
    top: -7px;
4748
}
4749
 
4750
.slider-container .back-bar .pointer-label {
4751
    top: -50px;
4752
    height: 26px;
4753
    background-color: #e5e5e5;
4754
    -webkit-border-radius: 30px;
4755
    -moz-border-radius: 30px;
4756
    -ms-border-radius: 30px;
4757
    -o-border-radius: 30px;
4758
    border-radius: 30px;
4759
    line-height: 26px;
4760
    width: 50px;
4761
}
4762
 
4763
.pointer-label.low {
4764
    left: 0 !important;
4765
}
4766
 
4767
.pointer-label.high {
4768
    left: 70px !important;
4769
}
4770
 
4771
.pointer-label.low:before {
4772
    content: "";
4773
    position: absolute;
4774
    top: 13px;
4775
    right: -14px;
4776
    width: 8px;
4777
    height: 1px;
4778
    background-color: #e5e5e5;
4779
}
4780
 
4781
.rg-limit {
4782
    float: left;
4783
    width: 100%;
4784
    margin-top: 16px;
4785
}
4786
 
4787
.rg-limit h4 {
4788
    color: #686868;
4789
    font-size: 15px;
4790
    font-weight: 600;
4791
    float: left;
4792
}
4793
 
4794
.rg-limit h4:last-child {
4795
    float: right;
4796
}
4797
 
4798
/* ============== chatbox-list ============== */
4799
 
4800
.chatbox-list {
4801
    position: fixed;
4802
    bottom: 0;
4803
    right: 0;
4804
}
4805
 
4806
.chatbox {
4807
    display: inline-block;
4808
    margin-right: 13px;
4809
    position: relative;
2577 stevensc 4810
    z-index: 10;
1239 steven 4811
}
4812
 
4813
.chat-mg {
4814
    display: inline-block;
4815
    position: relative;
4816
}
4817
 
4818
.chat-mg img {
4819
    width: 70px;
4820
    height: 70px;
4821
    -webkit-border-radius: 100px;
4822
    -moz-border-radius: 100px;
4823
    -ms-border-radius: 100px;
4824
    -o-border-radius: 100px;
4825
    border-radius: 100px;
4826
}
4827
 
4828
.chat-mg span {
4829
    position: absolute;
4830
    top: -5px;
4831
    right: 10px;
4832
    width: 20px;
4833
    height: 20px;
4834
    background-color: #e44d3a;
4835
    text-align: center;
4836
    font-size: 12px;
4837
    color: #fff;
4838
    line-height: 20px;
4839
    -webkit-border-radius: 100px;
4840
    -moz-border-radius: 100px;
4841
    -ms-border-radius: 100px;
4842
    -o-border-radius: 100px;
4843
    border-radius: 100px;
4844
}
4845
 
4846
.chat-mg.bx img {
4847
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
4848
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
4849
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
4850
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
4851
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
4852
}
4853
 
4854
.conversation-box {
4855
    position: absolute;
4856
    bottom: 132%;
4857
    right: 100%;
4858
    width: 350px;
4859
    background-color: #fff;
4860
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
4861
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
4862
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
4863
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
4864
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
4865
    opacity: 0;
4866
    visibility: hidden;
4867
    z-index: 0;
4868
}
4869
 
4870
.conversation-box.active {
4871
    opacity: 1;
4872
    visibility: visible;
4873
    z-index: 9999;
4874
}
4875
 
4876
.conversation-box:before {
4877
    content: "";
4878
    position: absolute;
4879
    bottom: -7px;
4880
    right: 26px;
4881
    border-top: 15px solid #fff;
4882
    border-right: 15px solid transparent;
4883
    -webkit-transform: rotate(225deg);
4884
    -moz-transform: rotate(225deg);
4885
    -ms-transform: rotate(225deg);
4886
    -o-transform: rotate(225deg);
4887
    transform: rotate(225deg);
4888
}
4889
 
4890
.con-title {
4891
    float: left;
4892
    width: 100%;
4893
    background-color: #e44d3a;
4894
    padding: 15px 25px;
4895
    -webkit-border-radius: 10px 10px 0 0;
4896
    -moz-border-radius: 10px 10px 0 0;
4897
    -ms-border-radius: 10px 10px 0 0;
4898
    -o-border-radius: 10px 10px 0 0;
4899
    border-radius: 10px 10px 0 0;
4900
}
4901
 
4902
.con-title h3 {
4903
    float: left;
4904
    color: #ffffff;
4905
    font-size: 16px;
4906
    font-weight: 600;
4907
}
4908
 
4909
.con-title>a {
4910
    float: right;
4911
    color: #fff;
4912
    font-size: 20px;
4913
}
4914
 
4915
.chat-list {
4916
    float: left;
4917
    width: 100%;
4918
    min-height: 390px;
4919
}
4920
 
4921
.conv-list {
4922
    float: left;
4923
    width: 100%;
4924
    display: table;
4925
    padding: 20px 25px;
4926
    position: relative;
4927
}
4928
 
4929
.conv-list:hover,
4930
.conv-list.active {
4931
    background-color: #efefef;
4932
}
4933
 
4934
.msg-numbers {
4935
    position: absolute;
4936
    bottom: 18px;
4937
    right: 25px;
4938
    width: 25px;
4939
    height: 25px;
4940
    background-color: #e77667;
4941
    text-align: center;
4942
    line-height: 25px;
4943
    color: #fff;
4944
    font-size: 13px;
4945
    -webkit-border-radius: 100px;
4946
    -moz-border-radius: 100px;
4947
    -ms-border-radius: 100px;
4948
    -o-border-radius: 100px;
4949
    border-radius: 100px;
4950
}
4951
 
4952
.usrr-pic {
4953
    display: table-cell;
4954
    position: relative;
4955
}
4956
 
4957
.active-status {
4958
    width: 9px;
4959
    height: 9px;
4960
    border: 2px solid #ecf5fb;
4961
    -webkit-border-radius: 100px;
4962
    -moz-border-radius: 100px;
4963
    -ms-border-radius: 100px;
4964
    -o-border-radius: 100px;
4965
    border-radius: 100px;
4966
    position: absolute;
4967
    top: -3px;
4968
    right: 0;
4969
}
4970
 
4971
.activee {
4972
    background-color: #e44d3a;
4973
}
4974
 
4975
.usy-info {
4976
    display: table-cell;
4977
    vertical-align: top;
4978
    width: 100%;
4979
    padding-left: 15px;
4980
}
4981
 
4982
.usy-info h3 {
4983
    color: #000000;
4984
    font-size: 18px;
4985
    font-weight: 600;
4986
    margin-bottom: 5px;
4987
}
4988
 
4989
.usy-info span {
4990
    color: #686868;
4991
    font-size: 16px;
4992
    float: left;
4993
}
4994
 
4995
.usy-info span img {
4996
    padding-left: 5px;
4997
    float: right;
4998
}
4999
 
5000
.ct-time {
5001
    position: absolute;
5002
    top: 20px;
5003
    right: 25px;
5004
}
5005
 
5006
.ct-time span {
5007
    color: #b2b2b2;
5008
    font-size: 14px;
5009
}
5010
 
5011
.st-icons {
5012
    float: right;
5013
    margin-top: 7px;
5014
}
5015
 
5016
.st-icons a {
5017
    color: #fff;
5018
    font-size: 20px;
5019
    margin-right: 5px;
5020
}
5021
 
5022
.chat-hist {
5023
    float: left;
5024
    width: 100%;
5025
    background-color: #fff;
5026
    height: 280px;
5027
}
5028
 
5029
.chat-msg {
5030
    float: left;
5031
    width: 100%;
5032
    padding-right: 25px;
5033
    margin-bottom: 15px;
5034
}
5035
 
5036
.chat-msg p {
5037
    color: #ffffff;
5038
    font-size: 14px;
5039
    background-color: #e44d3a;
5040
    line-height: 18px;
5041
    -webkit-border-radius: 15px;
5042
    -moz-border-radius: 15px;
5043
    -ms-border-radius: 15px;
5044
    -o-border-radius: 15px;
5045
    border-radius: 15px;
5046
    padding: 10px 15px;
5047
    width: 80%;
5048
    float: right;
5049
    margin-bottom: 10px;
5050
}
5051
 
5052
.mg-3 {
5053
    margin-bottom: 3px;
5054
}
5055
 
5056
.chat-msg span {
5057
    float: right;
5058
    color: #b1b1b1;
5059
    width: 100%;
5060
    font-size: 9px;
5061
    text-align: right;
5062
}
5063
 
5064
.status-info {
5065
    width: 8px;
5066
    height: 8px;
5067
    background-color: #fff;
5068
    -webkit-border-radius: 100px;
5069
    -moz-border-radius: 100px;
5070
    -ms-border-radius: 100px;
5071
    -o-border-radius: 100px;
5072
    border-radius: 100px;
5073
    display: inline-block;
5074
    margin-left: 7px;
5075
}
5076
 
5077
.chat-user-info h3 {
5078
    margin-top: 7px;
5079
    margin-left: 10px;
5080
}
5081
 
5082
.date-nd {
5083
    float: left;
5084
    width: 100%;
5085
    text-align: center;
5086
    margin-bottom: 20px;
5087
    position: relative;
5088
}
5089
 
5090
.date-nd:before,
5091
.date-nd:after {
5092
    content: "";
5093
    position: absolute;
5094
    top: 10px;
5095
    left: 15px;
5096
    width: 92px;
5097
    height: 1px;
5098
    background-color: #e5e5e5;
5099
}
5100
 
5101
.date-nd:after {
5102
    left: auto;
5103
    right: 15px;
5104
}
5105
 
5106
.date-nd span {
5107
    color: #b1b1b1;
5108
    font-size: 12px;
5109
    text-align: center;
5110
}
5111
 
5112
.chat-msg.st2 p {
5113
    background-color: #efefef;
5114
    color: #686868;
5115
    float: left;
5116
    width: 55%;
5117
}
5118
 
5119
.chat-msg.st2 {
5120
    padding-left: 25px;
5121
}
5122
 
5123
.chat-msg.st2 span {
5124
    float: left;
5125
    text-align: left;
5126
}
5127
 
5128
/* =========== typing-msg =========== */
5129
 
5130
.typing-msg {
5131
    float: left;
5132
    width: 100%;
5133
    border-top: 1px solid #e6e6e6;
5134
    padding-top: 15px;
5135
}
5136
 
5137
.typing-msg form {
5138
    float: left;
5139
    width: 100%;
5140
    position: relative;
5141
}
5142
 
5143
.typing-msg form textarea {
5144
    width: 100%;
5145
    height: 30px;
5146
    background-color: #fff;
5147
    padding: 0 20px;
5148
    color: #b2b2b2;
5149
    font-size: 16px;
5150
    border: 0;
5151
    resize: none;
5152
}
5153
 
5154
.typing-msg form button {
5155
    color: #e44d3a;
5156
    font-size: 18px;
5157
    font-weight: 600;
5158
    position: absolute;
5159
    top: 2px;
5160
    right: 20px;
5161
    background: none;
5162
    border: 0;
5163
    cursor: pointer;
5164
}
5165
 
5166
.ft-options {
5167
    float: left;
5168
    width: 100%;
5169
    padding: 0 20px 8px 20px;
5170
}
5171
 
5172
.ft-options li {
5173
    display: inline-block;
5174
    margin-right: 15px;
5175
}
5176
 
5177
.ft-options li a {
5178
    color: #b2b2b2;
5179
    font-size: 24px;
5180
    display: inline-block;
5181
}
5182
 
5183
.mCSB_scrollTools {
5184
    right: -5px;
5185
}
5186
 
5187
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
5188
    background-color: #cccccc;
5189
    width: 5px;
5190
}
5191
 
5192
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
5193
    opacity: 0;
5194
}
5195
 
5196
/* ============ Menu Btn =============*/
5197
 
5198
.menu-btn {
5199
    float: right;
5200
    display: none;
5201
}
5202
 
5203
.menu-btn a {
5204
    font-size: 24px;
5205
    color: #fff;
5206
    display: inline-block;
5207
    padding-top: 16px;
5208
    padding-left: 20px;
5209
}
5210
 
5211
/* ============= account-tabs-setting ============ */
5212
 
5213
/* .profile-account-setting {} */
5214
 
5215
.account-tabs-setting {
5216
    width: 100%;
5217
}
5218
 
2634 stevensc 5219
.account-tabs-setting h1 {
5220
    font-size: 1rem;
5221
    font-weight: 700;
5222
    margin: 2rem auto;
5223
    text-align: center;
5224
}
5225
 
1239 steven 5226
.acc-leftbar {
5227
    width: 100%;
5228
    background-color: #fff;
2629 stevensc 5229
    border: 1px solid #e5e5e5;
5230
    border-radius: 10px;
5231
    overflow: hidden;
1239 steven 5232
}
5233
 
5234
.acc-leftbar .nav-tabs>a {
5235
    border-bottom: 1px solid #e5e5e5;
2630 stevensc 5236
    color: #666666;
1239 steven 5237
    font-size: 16px;
2629 stevensc 5238
    font-weight: 700;
5239
    margin: 0 auto;
2646 stevensc 5240
    padding: 1rem 0;
2629 stevensc 5241
    width: 90%;
1239 steven 5242
}
5243
 
5244
.nav-tabs {
5245
    border-bottom: 0;
5246
}
5247
 
5248
.acc-leftbar .nav-tabs>a:last-child {
5249
    border-bottom: 0;
5250
}
5251
 
5252
.acc-leftbar .nav-tabs>a i {
2632 stevensc 5253
    font-size: 1.5rem;
1239 steven 5254
    position: relative;
5255
    font-weight: 700;
2632 stevensc 5256
    width: 50px;
5257
    height: 50px;
5258
    display: inline-flex;
5259
    align-items: center;
5260
    background-color: #f5f5f5;
5261
    border-radius: 100px;
5262
    justify-content: center;
5263
    margin-right: 5px;
1239 steven 5264
}
5265
 
5266
.nav-tabs .nav-item.show .nav-link,
5267
.nav-tabs .nav-link.active {
5268
    background-color: inherit;
5269
    color: #e44d3a;
5270
    border-color: inherit;
5271
}
5272
 
5273
/* ============= acc-setting ============ */
5274
 
2633 stevensc 5275
.settings-container {
5276
    font-weight: normal;
5277
}
5278
 
5279
.settings-container h2 {
2634 stevensc 5280
    font-weight: normal;
2633 stevensc 5281
    margin: .5rem auto;
5282
}
5283
 
5284
.acc-setting_content {
5285
    padding: 2rem 1rem;
1239 steven 5286
    width: 100%;
2633 stevensc 5287
    overflow: hidden;
5288
    border-radius: 10px;
1239 steven 5289
    background-color: #fff;
2633 stevensc 5290
    border: 1px solid #e5e5e5;
5291
    box-shadow: 1px 0 4px var(--background-gray);
1239 steven 5292
}
5293
 
5294
.acc-setting form {
5295
    float: left;
5296
    width: 100%;
5297
}
5298
 
5299
.acc-setting>h3 {
5300
    width: 100%;
5301
    color: #000000;
5302
    font-weight: 600;
5303
    font-size: 18px;
5304
    text-transform: capitalize;
5305
    border-bottom: 1px solid #e5e5e5;
5306
    padding: 17px 20px;
5307
}
5308
 
5309
.notbar {
5310
    float: left;
5311
    width: 100%;
5312
    border-bottom: 1px solid #e5e5e5;
5313
    padding: 20px;
5314
    position: relative;
5315
}
5316
 
5317
.notbar h4 {
5318
    color: #000000;
5319
    font-size: 16px;
5320
    font-weight: 600;
5321
    margin-bottom: 5px;
5322
}
5323
 
5324
.notbar p {
5325
    color: #686868;
5326
    font-size: 14px;
5327
    line-height: 24px;
5328
    width: 75%;
5329
}
5330
 
5331
.toggle-btn {
5332
    position: absolute;
5333
    top: 35px;
5334
    right: 20px;
5335
}
5336
 
5337
.save-stngs {
5338
    float: left;
5339
    width: 100%;
5340
    padding: 30px 20px 50px 20px;
5341
}
5342
 
5343
.save-stngs.pd2 {
5344
    padding: 25px 20px 42px 20px;
5345
}
5346
 
5347
.save-stngs.pd3 {
5348
    padding: 25px 20px 25px 20px;
5349
}
5350
 
5351
.save-stngs ul li {
5352
    display: inline-block;
5353
    margin-right: 17px;
5354
}
5355
 
5356
.save-stngs ul li button {
5357
    display: inline-block;
5358
    color: #000000;
5359
    font-size: 16px;
5360
    border: 1px solid #e5e5e5;
5361
    height: 40px;
5362
    line-height: 40px;
5363
    padding: 0 22px;
5364
    font-weight: 600;
5365
    background: none;
5366
    cursor: pointer;
5367
}
5368
 
5369
.save-stngs ul li button:hover {
5370
    background-color: #e44d3a;
5371
    color: #fff;
5372
    border-color: transparent;
5373
}
5374
 
5375
/* =============== Password Update ============ */
5376
 
2648 stevensc 5377
.cp-field,
5378
.cp-field2 {
1239 steven 5379
    width: 100%;
5380
}
5381
 
2643 stevensc 5382
@media (min-width: 992px) {
5383
    .cp-field {
2644 stevensc 5384
        width: 47%;
2643 stevensc 5385
    }
2648 stevensc 5386
    .cp-field2 {
5387
        width: 47%;
5388
    }
2643 stevensc 5389
}
5390
 
1239 steven 5391
.cp-field h5 {
5392
    color: #000000;
5393
    font-size: 16px;
5394
    font-weight: 600;
5395
    float: left;
5396
    width: 100%;
5397
    margin-bottom: 10px;
5398
}
5399
 
5400
.cp-field h5 a {
5401
    color: #000;
5402
}
5403
 
5404
.cpp-fiel {
5405
    width: 100%;
5406
    position: relative;
5407
}
5408
 
2642 stevensc 5409
.cp-field input,
2644 stevensc 5410
.cp-field select,
5411
.custom-input {
1239 steven 5412
    height: 40px;
5413
    padding: 0 40px;
5414
}
5415
 
5416
.cp-field input,
2642 stevensc 5417
.cp-field textarea,
2644 stevensc 5418
.cp-field select,
5419
.custom-input {
2645 stevensc 5420
    width: 100% !important;
5421
    background-color: #f5f5f5 !important;
5422
    box-shadow: 0 0 2px var(--border-light-gray) !important;
5423
    border-radius: 10px !important;
5424
    border: none !important;
2635 stevensc 5425
    margin-top: 4px;
1239 steven 5426
}
5427
 
5428
.cp-field textarea {
5429
    padding: 20px;
5430
    height: 115px;
5431
}
5432
 
5433
.cpp-fiel i {
5434
    position: absolute;
5435
    top: 12px;
5436
    left: 15px;
5437
    color: #b2b2b2;
5438
    font-size: 16px;
5439
}
5440
 
5441
/* =============== notifications-list ============= */
5442
 
5443
.notifications-list {
5444
    float: left;
5445
    width: 100%;
5446
}
5447
 
5448
.notfication-details {
5449
    float: left;
5450
    width: 100%;
5451
    padding: 20px;
5452
    border-bottom: 1px solid #e5e5e5;
5453
}
5454
 
5455
.notfication-details:last-child {
5456
    border-bottom: 0;
5457
}
5458
 
5459
.noty-user-img {
5460
    float: left;
5461
    width: 35px;
5462
}
5463
 
5464
.noty-user-img img {
5465
    width: 100%;
5466
}
5467
 
5468
.notification-info {
5469
    float: left;
5470
    width: auto;
5471
    padding-left: 10px;
5472
}
5473
 
5474
.notification-info h3 {
5475
    color: #686868;
5476
    font-size: 14px;
5477
    font-weight: 500;
5478
    border: 0;
5479
    padding: 0;
5480
    margin-bottom: 6px;
5481
}
5482
 
5483
.notification-info h3 a {
5484
    color: #000000;
5485
    font-size: 16px;
5486
    font-weight: 600;
5487
    display: inline-block;
5488
}
5489
 
5490
.notification-info>span {
5491
    display: inline-block;
5492
    color: #b2b2b2;
5493
    font-size: 12px;
5494
    font-weight: 600;
5495
}
5496
 
5497
/* ============== requests-list ============== */
5498
 
5499
.requests-list {
5500
    float: left;
5501
    width: 100%;
5502
    padding-bottom: 0;
5503
}
5504
 
5505
.request-details {
5506
    float: left;
5507
    width: 100%;
5508
    padding: 20px;
5509
    border-bottom: 1px solid #e5e5e5;
5510
}
5511
 
5512
.request-details:last-child {
5513
    border-bottom: 0;
5514
}
5515
 
5516
.request-info {
5517
    float: left;
5518
    padding-left: 10px;
5519
}
5520
 
5521
.request-info h3 {
5522
    color: #000000;
5523
    font-size: 14px;
5524
    font-weight: 600;
5525
    padding: 0;
5526
    border: 0;
5527
    margin-bottom: 3px;
5528
}
5529
 
5530
.request-info span {
5531
    color: #686868;
5532
    font-size: 12px;
5533
    display: inline-block;
5534
}
5535
 
5536
.accept-feat {
5537
    float: right;
5538
}
5539
 
5540
.accept-feat ul li {
5541
    display: inline-block;
5542
}
5543
 
5544
.accept-feat ul li button {
5545
    cursor: pointer;
5546
}
5547
 
5548
.accept-req {
5549
    color: #ffffff;
5550
    font-size: 16px;
5551
    background-color: #51a5fb;
5552
    height: 30px;
5553
    padding: 0 20px;
5554
    font-weight: 600;
5555
    border: 0;
5556
    border: 1px solid #51a5fb;
5557
}
5558
 
5559
.close-req {
5560
    height: 30px;
5561
    width: 30px;
5562
    text-align: center;
5563
    line-height: 30px;
5564
    border: 1px solid #e5e5e5;
5565
    background: inherit;
5566
    color: #b2b2b2;
5567
    margin-left: 7px;
5568
}
5569
 
5570
.close-req i {
5571
    font-weight: 600;
5572
}
5573
 
5574
/* ============= Profile Sattus =========== */
5575
 
5576
.profile-bx-details {
5577
    float: left;
5578
    width: 100%;
5579
    padding: 30px 7px 30px 7px;
5580
}
5581
 
5582
.profile-bx-details .row .col-lg-3 {
5583
    padding: 0 7px;
5584
}
5585
 
5586
.profile-bx-info {
5587
    float: left;
5588
    width: 100%;
5589
    background-color: #f2f2f2;
5590
    padding: 20px;
5591
    border: 1px solid #e5e5e5;
5592
}
5593
 
5594
.pro-bx {
5595
    float: left;
5596
    width: 100%;
5597
    border-bottom: 1px solid #e5e5e5;
5598
    padding-bottom: 10px;
5599
}
5600
 
5601
.bx-info {
5602
    float: left;
5603
    margin-top: 7px;
5604
    padding-left: 10px;
5605
}
5606
 
5607
.bx-info h3 {
5608
    color: #e44d3a;
5609
    font-size: 20px;
5610
    font-weight: 600;
5611
    margin-bottom: 5px;
5612
}
5613
 
5614
.bx-info h5 {
5615
    color: #000000;
5616
    font-size: 14px;
5617
    font-weight: 600;
5618
    margin: 0;
5619
    padding: 0;
5620
    border: 0;
5621
}
5622
 
5623
.pd-left-20 {
5624
    padding-left: 20px;
5625
    padding-right: 0;
5626
}
5627
 
5628
.pd-left-15 {
5629
    padding-left: 15px;
5630
    padding-right: 0;
5631
}
5632
 
5633
.pd-left-right {
5634
    padding-left: 15px;
5635
    padding-right: 20px;
5636
}
5637
 
5638
.profile-bx-info>p {
5639
    float: left;
5640
    width: 100%;
5641
    font-size: 14px;
5642
    line-height: 20px;
5643
    padding-top: 5px;
5644
}
5645
 
5646
/* =========== pro-work-status ========= */
5647
 
5648
.pro-work-status {
5649
    float: left;
5650
    width: 100%;
5651
    padding: 0 15px;
5652
}
5653
 
5654
.pro-work-status h4 {
5655
    color: #000000;
5656
    font-size: 18px;
5657
    font-weight: 600;
5658
    margin-bottom: 50px;
5659
}
5660
 
5661
/* ============== messages-page ============== */
5662
 
5663
.messages-page {
5664
    padding: 20px 0;
5665
}
5666
 
5667
.messages-sec {
5668
    width: 100%;
5669
    border-radius: 10px;
5670
    overflow: hidden;
1875 steven 5671
    background-color: transparent;
1239 steven 5672
}
5673
 
5674
.msgs-list {
5675
    width: 100%;
5676
}
5677
 
5678
.inmail_conversations-list {
5679
    border-right: 1px solid #3333;
5680
    padding-left: 0;
5681
    padding-right: 0;
5682
}
5683
 
5684
.msg-title {
5685
    padding: 20px;
5686
    border-bottom: 2px solid #3333;
5687
}
5688
 
2197 stevensc 5689
.active-tab {
1940 steven 5690
    border-bottom: solid 2px #E4E4E4;
5691
}
5692
 
1239 steven 5693
.msg-title>h3 {
5694
    color: #000000;
5695
    font-size: 18px;
5696
    font-weight: 600;
5697
}
5698
 
5699
.msg-title>ul {
5700
    float: right;
5701
    position: relative;
5702
    top: 1px;
5703
}
5704
 
5705
.msg-title ul li {
5706
    display: inline-block;
5707
    margin-right: 15px;
5708
    border-bottom: 1px solid #3333;
5709
}
5710
 
5711
.msg-title ul li:last-child {
5712
    margin-right: 0;
5713
}
5714
 
5715
.msg-title ul li a {
5716
    color: #b2b2b2;
5717
    font-size: 18px;
5718
}
5719
 
5720
.messages-list {
5721
    float: left;
5722
    width: 100%;
2593 stevensc 5723
    overflow-y: scroll;
1239 steven 5724
}
5725
 
2197 stevensc 5726
.date-chat {
2170 steven 5727
    font-size: .6rem;
5728
    color: var(--gray);
5729
    padding-top: 5%;
5730
}
5731
 
1239 steven 5732
.messages-list ul {
5733
    float: left;
5734
    width: 100%;
5735
}
5736
 
2197 stevensc 5737
.text-chat-title {
2171 steven 5738
    color: var(--gray) !important;
5739
    font-size: 1rem;
5740
}
5741
 
1239 steven 5742
.messages-list ul li {
5743
    float: left;
5744
    width: 100%;
1949 steven 5745
    padding: 3%;
1239 steven 5746
    border-bottom: 1px solid #eeeeee;
5747
    cursor: pointer;
5748
}
5749
 
2124 steven 5750
 
1239 steven 5751
.messages-list ul li.active {
5752
    background-color: #efefef;
5753
}
5754
 
5755
.usr-msg-details {
5756
    float: left;
5757
    position: relative;
5758
    width: 100%;
1871 steven 5759
    border-bottom: solid 1px var(--border-light-gray);
5760
    padding-bottom: 3%;
1239 steven 5761
}
5762
 
5763
.usr-ms-img {
5764
    float: left;
5765
    width: 50px;
5766
    position: relative;
5767
}
5768
 
5769
.msg-status {
5770
    -webkit-border-radius: 100px;
5771
    -moz-border-radius: 100px;
5772
    -ms-border-radius: 100px;
5773
    -o-border-radius: 100px;
5774
    border-radius: 100px;
5775
    background-color: #e44d3a;
5776
    position: absolute;
5777
    top: -3px;
5778
    right: 0;
5779
    width: 6px;
5780
    height: 6px;
5781
}
5782
 
5783
.messages-list ul li.active .msg-status {
5784
    border: 2px solid #ecf5fb;
5785
    height: 10px;
5786
    width: 10px;
5787
}
5788
 
5789
.msg-notifc {
5790
    position: absolute;
1872 steven 5791
    /* bottom: 0;
5792
    right: 0; */
1239 steven 5793
    width: 25px;
5794
    height: 25px;
5795
    -webkit-border-radius: 100px;
5796
    -moz-border-radius: 100px;
5797
    -ms-border-radius: 100px;
5798
    -o-border-radius: 100px;
5799
    border-radius: 100px;
5800
    background-color: #e77667;
5801
    text-align: center;
5802
    line-height: 25px;
5803
    font-size: 13px;
5804
    color: #fff;
5805
}
5806
 
5807
.usr-ms-img img {
5808
    width: 100%;
5809
    -webkit-border-radius: 100px;
5810
    -moz-border-radius: 100px;
5811
    -ms-border-radius: 100px;
5812
    -o-border-radius: 100px;
5813
    border-radius: 100px;
5814
}
5815
 
5816
.usr-mg-info {
5817
    float: left;
5818
    padding-left: 13px;
5819
    margin-top: 4px;
5820
}
5821
 
5822
.usr-mg-info h3 {
5823
    color: #000000;
5824
    font-size: 18px;
5825
    font-weight: 600;
5826
}
5827
 
5828
.usr-mg-info p {
5829
    color: #686868;
5830
    font-size: 16px;
5831
}
5832
 
5833
.usr-mg-info p img {
5834
    float: right;
5835
    position: relative;
5836
    top: 5px;
5837
    padding-left: 5px;
5838
}
5839
 
5840
.posted_time {
5841
    position: absolute;
5842
    top: 2px;
5843
    right: 0;
5844
    color: #b2b2b2;
5845
    font-size: 14px;
5846
}
5847
 
5848
/* =============== main-message-box ============= */
5849
 
5850
.main-conversation-box {
5851
    width: 100%;
5852
    background-color: #fff;
5853
    position: relative;
2587 stevensc 5854
    height: 80vh;
5855
    display: grid;
5856
    grid-template-rows: auto 65% auto;
1239 steven 5857
}
5858
 
5859
.message-bar-head {
5860
    height: 13vh;
5861
    width: 100%;
5862
    padding: 20px;
1880 steven 5863
    border-bottom: 1px solid var(--border-light-gray);
1239 steven 5864
}
5865
 
5866
.message-bar-head .usr-msg-details {
5867
    width: auto;
5868
}
5869
 
5870
.message-bar-head>a {
5871
    float: right;
5872
    color: #b2b2b2;
5873
    font-size: 20px;
5874
    padding-top: 15px;
5875
}
5876
 
5877
.main-message-box {
5878
    display: flex;
5879
    width: 100%;
5880
    position: relative;
5881
    margin-bottom: 15.5px;
5882
}
5883
 
5884
.messg-usr-img {
5885
    margin-left: 20px;
5886
    width: 50px;
5887
}
5888
 
5889
.messg-usr-img img {
5890
    width: 100%;
5891
    -webkit-border-radius: 100px;
5892
    -moz-border-radius: 100px;
5893
    -ms-border-radius: 100px;
5894
    -o-border-radius: 100px;
5895
    border-radius: 100px;
5896
}
5897
 
5898
.message-dt {
5899
    width: auto;
5900
    margin-left: 15px;
5901
}
5902
 
5903
.main-message-box.ta-right {
5904
    flex-direction: row-reverse;
5905
}
5906
 
5907
.main-message-box.ta-right .messg-usr-img {
5908
    margin-left: 0;
5909
    margin-right: 20px;
5910
}
5911
 
5912
.main-message-box.ta-right .message-dt {
5913
    margin-right: 15px;
5914
}
5915
 
5916
.main-message-box.ta-right .message-dt>span {
5917
    float: right;
5918
    width: auto;
5919
}
5920
 
5921
.message-inner-dt {
5922
    -webkit-border-radius: 15px;
5923
    -moz-border-radius: 15px;
5924
    -ms-border-radius: 15px;
5925
    -o-border-radius: 15px;
5926
    border-radius: 15px;
5927
    width: 100%;
5928
    border-bottom-left-radius: 0;
5929
}
5930
 
5931
.img-bx {
5932
    background-color: #efefef;
5933
    padding: 20px;
5934
}
5935
 
5936
.message-inner-dt>img {
5937
    display: inline-block;
5938
    width: auto;
5939
    margin-right: 5px;
5940
}
5941
 
5942
.message-dt>span {
5943
    color: #b2b2b2;
5944
    font-size: 14px;
5945
    float: left;
5946
    width: 100%;
5947
    margin-top: 7px;
5948
}
5949
 
5950
.message-inner-dt>p {
5951
    font-size: 14px;
5952
    line-height: 22px;
5953
    padding: 2px 10px;
5954
    color: #000;
5955
    -webkit-border-radius: 15px;
5956
    -moz-border-radius: 15px;
5957
    -ms-border-radius: 15px;
5958
    -o-border-radius: 15px;
5959
    border-radius: 15px;
5960
}
5961
 
5962
.message-dt.st3 .message-inner-dt>p {
5963
    background-color: #efefef;
5964
    color: #686868;
5965
    width: auto;
5966
    padding: 10px 15px;
5967
    float: left;
5968
}
5969
 
5970
.message-dt.st3 .message-inner-dt>p img {
5971
    float: right;
5972
    position: relative;
5973
    top: 3px;
5974
    padding-left: 5px;
5975
}
5976
 
5977
.main-message-box.st3 .messg-usr-img {
5978
    bottom: 13px;
5979
}
5980
 
5981
.messages-line {
5982
    width: 100%;
5983
    height: 604px;
5984
    padding-top: 20px;
5985
}
5986
 
5987
/* ============== message-send-area ============ */
5988
 
5989
.message-send-area {
5990
    width: 100%;
5991
    background-color: #f3f5f7;
5992
    padding: 20px;
2040 steven 5993
    /* position: absolute; */
1876 steven 5994
    bottom: 0;
1239 steven 5995
}
2197 stevensc 5996
 
5997
.inmail-submit-btn {
1879 steven 5998
    width: 6%;
5999
}
1239 steven 6000
 
6001
.message-send-area form {
6002
    width: 100%;
6003
}
6004
 
6005
.mf-field {
6006
    width: 100%;
6007
    display: flex;
2588 stevensc 6008
    gap: .5rem;
1239 steven 6009
}
6010
 
2590 stevensc 6011
.chat-header a {
6012
    text-decoration: none;
6013
    color: var(--dark);
6014
}
6015
 
6016
.chat-header h2 {
6017
    font-weight: 700;
6018
    text-align: center;
6019
}
6020
 
2592 stevensc 6021
.chat_contacts {
6022
    display: grid;
6023
    grid-template-rows: auto auto 1fr;
6024
    max-height: 80vh;
6025
}
6026
 
1239 steven 6027
.mf-field input {
6028
    flex: 1;
6029
    background-color: #fff;
6030
    color: #b2b2b2;
6031
    font-size: 16px;
6032
    padding: 0 15px;
6033
    border: 1px solid #e6e6e6;
6034
    height: 45px;
6035
    border-radius: 25px;
6036
}
6037
 
6038
 
6039
.message-send-area form>ul {
6040
    float: left;
6041
    width: 100%;
6042
    margin-top: 15px;
6043
}
6044
 
6045
.message-send-area form>ul li {
6046
    display: inline-block;
6047
    margin-right: 20px;
6048
}
6049
 
6050
.message-send-area form>ul li a {
6051
    color: #b2b2b2;
6052
    font-size: 18px;
6053
}
6054
 
6055
/* ============== forum-links ============= */
6056
 
6057
.forum-sec {
6058
    background-color: #fff;
6059
}
6060
 
6061
.forum-links {
6062
    float: left;
6063
    width: 100%;
6064
}
6065
 
6066
.forum-links.active {
6067
    opacity: 1;
6068
    visibility: visible;
6069
    z-index: 9999;
6070
}
6071
 
6072
.forum-links ul li {
6073
    display: inline-block;
6074
    padding: 20px 0;
6075
    margin-right: 45px;
6076
    border-bottom: 2px solid transparent;
6077
}
6078
 
6079
.forum-links ul li.active {
6080
    border-color: #e44d3a;
6081
}
6082
 
6083
.forum-links ul li.active a {
6084
    color: #e44d3a;
6085
}
6086
 
6087
.forum-links ul li a {
6088
    display: inline-block;
6089
    color: #b2b2b2;
6090
    font-size: 14px;
6091
    font-weight: 600;
6092
}
6093
 
6094
.forum-links-btn {
6095
    float: left;
6096
    width: 100%;
6097
    text-align: center;
6098
    display: none;
6099
    padding: 20px 0;
6100
}
6101
 
6102
.forum-links-btn a {
6103
    color: #000;
6104
    font-size: 30px;
6105
    display: inline-block;
6106
}
6107
 
6108
/* ================ forum-page =============== */
6109
 
6110
.forum-page {
6111
    padding: 50px 0;
6112
}
6113
 
6114
.forum-questions-sec {
6115
    float: left;
6116
    width: 100%;
6117
}
6118
 
6119
.forum-questions {
6120
    float: left;
6121
    width: 100%;
6122
    background-color: #fff;
6123
}
6124
 
6125
.usr-question {
6126
    float: left;
6127
    width: 100%;
6128
    position: relative;
6129
    padding: 25px;
6130
    border-bottom: 1px solid #e5e5e5;
6131
}
6132
 
6133
.usr_img {
6134
    float: left;
6135
    width: 60px;
6136
}
6137
 
6138
.usr_img img {
6139
    width: 100%;
6140
    -webkit-border-radius: 100px;
6141
    -moz-border-radius: 100px;
6142
    -ms-border-radius: 100px;
6143
    -o-border-radius: 100px;
6144
    border-radius: 100px;
6145
}
6146
 
6147
.usr_quest {
6148
    float: left;
6149
    width: 90%;
6150
    padding-left: 15px;
6151
}
6152
 
6153
.usr_quest>h3 {
6154
    color: #000000;
6155
    font-size: 17px;
6156
    font-weight: 600;
6157
    margin-bottom: 20px;
6158
}
6159
 
6160
.forum-post-view .usr_quest>h3 {
6161
    margin-bottom: 10px;
6162
}
6163
 
6164
.react-links {
6165
    float: left;
6166
    width: 100%;
6167
}
6168
 
6169
.react-links li {
6170
    display: inline-block;
6171
    margin-right: 30px;
6172
}
6173
 
6174
.react-links li a {
6175
    display: inline-block;
6176
    color: #b2b2b2;
6177
    font-size: 14px;
6178
    font-weight: 600;
6179
}
6180
 
6181
.react-links li a:hover {
6182
    color: #e44d3a;
6183
}
6184
 
6185
.react-links li a i {
6186
    padding-right: 7px;
6187
}
6188
 
6189
.react-links li:last-child {
6190
    margin-right: 0;
6191
}
6192
 
6193
/* ============= quest-tags ============ */
6194
 
6195
.quest-tags {
6196
    float: left;
6197
    width: 100%;
6198
    margin-top: 20px;
6199
}
6200
 
6201
.quest-tags li {
6202
    display: inline-block;
6203
    margin-right: 10px;
6204
}
6205
 
6206
.quest-tags li a {
6207
    display: inline-block;
6208
    color: #ffffff;
6209
    background-color: #53d690;
6210
    -webkit-border-radius: 3px;
6211
    -moz-border-radius: 3px;
6212
    -ms-border-radius: 3px;
6213
    -o-border-radius: 3px;
6214
    border-radius: 3px;
6215
    padding: 7px 25px;
6216
}
6217
 
6218
.quest-posted-time {
6219
    position: absolute;
6220
    bottom: 30px;
6221
    right: 20px;
6222
    color: #b2b2b2;
6223
    font-size: 14px;
6224
}
6225
 
6226
.quest-posted-time i {
6227
    padding-right: 5px;
6228
}
6229
 
6230
.pd-right-none {
6231
    padding-right: 0;
6232
}
6233
 
6234
/* =========== navigation ============ */
6235
 
6236
.pagination {
6237
    float: left;
6238
    width: 100%;
6239
    /* background-color: #fff; */
6240
    padding: 13px 25px;
6241
}
6242
 
6243
.full-pagi {
6244
    float: left;
6245
    width: 100%;
6246
    padding-right: 0;
6247
    text-align: inherit;
6248
    margin-top: 20px;
6249
}
6250
 
6251
.pagination li {
6252
    padding: 0;
6253
    margin-right: 10px;
6254
}
6255
 
6256
.pagination li .page-link {
6257
    /* background-color: #e5e5e5; */
6258
    color: #b2b2b2;
6259
}
6260
 
6261
.pagination li .page-link.active {
6262
    background-color: #e44d3a;
6263
    color: #fff;
6264
    border-color: transparent;
6265
}
6266
 
6267
.pvr {
6268
    padding: 0.5rem 30px;
6269
}
6270
 
6271
/* ============ User Widget =========== */
6272
 
6273
.title-wd {
6274
    float: left;
6275
    width: 100%;
6276
    color: #000000;
6277
    font-size: 18px;
6278
    font-weight: 600;
6279
    border-bottom: 1px solid #e5e5e5;
6280
    padding: 25px 20px;
6281
}
6282
 
6283
.widget-user ul {
6284
    float: left;
6285
    width: 100%;
6286
    padding: 15px 0;
6287
}
6288
 
6289
.widget-user ul li {
6290
    float: left;
6291
    width: 100%;
6292
    padding: 15px 20px;
6293
}
6294
 
6295
.widget-user ul li .usr-msg-details {
6296
    float: left;
6297
    width: auto;
6298
}
6299
 
6300
.widget-user ul li .usr-ms-img {
6301
    width: 35px;
6302
}
6303
 
6304
.widget-user ul li .usr-mg-info h3 {
6305
    font-size: 14px;
6306
}
6307
 
6308
.widget-user ul li .usr-mg-info p {
6309
    font-size: 12px;
6310
}
6311
 
6312
.widget-user ul li>span {
6313
    color: #686868;
6314
    font-size: 16px;
6315
    float: right;
6316
    margin-top: 10px;
6317
}
6318
 
6319
.widget-user ul li>span img {
6320
    padding-right: 5px;
6321
}
6322
 
6323
/* ============== widget-adver ============ */
6324
 
6325
.widget-adver img {
6326
    width: 100%;
6327
}
6328
 
6329
/* ============ forum-post-view ============ */
6330
 
6331
.forum-post-view {
6332
    float: left;
6333
    width: 100%;
6334
    background-color: #fff;
6335
    padding: 25px 25px 0 25px;
6336
    border-bottom: 1px solid #e5e5e5;
6337
}
6338
 
6339
.forum-post-view .usr-question {
6340
    border-bottom: 0;
6341
    padding: 0;
6342
}
6343
 
6344
.forum-post-view .usr_quest span {
6345
    color: #b2b2b2;
6346
    font-size: 14px;
6347
    display: inline-block;
6348
    margin-bottom: 20px;
6349
}
6350
 
6351
.forum-post-view .usr_quest span i {
6352
    padding-right: 7px;
6353
}
6354
 
6355
.forum-post-view .quest-tags {
6356
    margin-bottom: 30px;
6357
}
6358
 
6359
.forum-post-view .usr_quest>p {
6360
    float: left;
6361
    width: 100%;
6362
    color: #686868;
6363
    font-size: 14px;
6364
    line-height: 24px;
6365
    margin-bottom: 40px;
6366
}
6367
 
6368
.forum-post-view .comment-section {
6369
    padding: 0;
6370
}
6371
 
6372
.forum-post-view .comment-section>h3 {
6373
    float: left;
6374
    width: 100%;
6375
    color: #000000;
6376
    font-size: 18px;
6377
    font-weight: 600;
6378
    border-bottom: 1px solid #e5e5e5;
6379
    padding-bottom: 15px;
6380
}
6381
 
6382
.forum-post-view .comment-sec ul li {
6383
    border-bottom: 1px solid #e5e5e5;
6384
    padding: 23px 0;
6385
}
6386
 
6387
.forum-post-view .comment span {
6388
    margin-bottom: 10px;
6389
}
6390
 
6391
.forum-post-view .comment-list {
6392
    padding-bottom: 0;
6393
    margin-bottom: -4px;
6394
}
6395
 
6396
.forum-post-view .comment p {
6397
    margin: 0;
6398
    margin-top: 5px;
6399
}
6400
 
6401
.forum-post-view .comment h3 {
6402
    margin-bottom: 9px;
6403
}
6404
 
6405
.forum-post-view .comment-sec ul li:last-child {
6406
    border-bottom: 0;
6407
}
6408
 
6409
/* =============== post-comment-box ============= */
6410
 
6411
.post-comment-box {
6412
    float: left;
6413
    width: 100%;
6414
    padding: 20px;
6415
    background-color: #fff;
6416
}
6417
 
6418
.post-comment-box h3 {
6419
    float: left;
6420
    width: 100%;
6421
    color: #000000;
6422
    font-size: 18px;
6423
    font-weight: 600;
6424
    margin-bottom: 30px;
6425
}
6426
 
6427
.user-poster {
6428
    float: left;
6429
    width: 100%;
6430
}
6431
 
6432
.usr-post-img {
6433
    float: left;
6434
    width: 50px;
6435
    margin-right: 15px;
6436
}
6437
 
6438
.usr-post-img img {
6439
    width: 100%;
6440
    -webkit-border-radius: 100px;
6441
    -moz-border-radius: 100px;
6442
    -ms-border-radius: 100px;
6443
    -o-border-radius: 100px;
6444
    border-radius: 100px;
6445
}
6446
 
6447
.post_comment_sec {
6448
    float: left;
6449
    width: 90%;
6450
}
6451
 
6452
.post_comment_sec form {
6453
    float: left;
6454
    width: 100%;
6455
}
6456
 
6457
.post_comment_sec form textarea {
6458
    float: left;
6459
    width: 100%;
6460
    height: 130px;
6461
    border: 1px solid #dce2eb;
6462
    padding: 15px;
6463
    resize: none;
6464
}
6465
 
6466
.post_comment_sec form button {
6467
    color: #ffffff;
6468
    font-size: 14px;
6469
    background-color: #e44d3a;
6470
    padding: 10px 25px;
6471
    border: 0;
6472
    font-weight: 600;
6473
    margin-top: 20px;
6474
    cursor: pointer;
6475
}
6476
 
6477
/* ======== next-prev ========*/
6478
 
6479
.next-prev {
6480
    float: left;
6481
    width: 100%;
6482
    background-color: #fff;
6483
    margin-top: 20px;
6484
    padding: 12px 25px;
6485
}
6486
 
6487
.next-prev>a {
6488
    width: 90px;
6489
    height: 35px;
6490
    text-align: center;
6491
    line-height: 35px;
6492
    color: #b2b2b2;
6493
    font-size: 14px;
6494
    background-color: #e5e5e5;
6495
}
6496
 
6497
.next-prev>a:hover {
6498
    color: #fff;
6499
    background-color: #e44d3a;
6500
}
6501
 
6502
.fl-left {
6503
    float: left;
6504
}
6505
 
6506
.fl-right {
6507
    float: right;
6508
}
6509
 
6510
/* ========== widget-feat ========= */
6511
 
6512
.widget-feat {
6513
    padding: 25px 20px;
6514
}
6515
 
6516
.widget-feat ul {
6517
    float: left;
6518
    width: 100%;
6519
}
6520
 
6521
.widget-feat ul li {
6522
    float: left;
6523
    width: 25%;
6524
    text-align: center;
6525
}
6526
 
6527
.widget-feat ul li i {
6528
    display: block;
6529
    font-size: 18px;
6530
    margin-bottom: 9px;
6531
}
6532
 
6533
.widget-feat ul li span {
6534
    display: block;
6535
    color: #686868;
6536
    font-size: 16px;
6537
    font-weight: 500;
6538
}
6539
 
6540
.widget-feat ul li i.fa-heart {
6541
    color: #53d690;
6542
}
6543
 
6544
.widget-feat ul li i.fa-comment {
6545
    color: #e44d3a;
6546
}
6547
 
6548
.widget-feat ul li i.fa-share-alt {
6549
    color: #51a5fb;
6550
}
6551
 
6552
.widget-feat ul li i.fa-eye {
6553
    color: #00b540;
6554
}
6555
 
6556
/* =============== ANIMATION LOADER =============== */
6557
 
6558
.spinner {
6559
    margin: 0 auto 0;
6560
    width: 80px;
6561
    text-align: center;
6562
    height: 80px;
6563
    border-radius: 100px;
6564
    background-color: #fff;
6565
    line-height: 80px;
6566
    border: 1px solid #e1e1e1;
6567
    cursor: pointer;
6568
}
6569
 
6570
.spinner>div {
6571
    width: 15px;
6572
    height: 15px;
6573
    background-color: #b9b9b9;
6574
    border-radius: 100%;
6575
    display: inline-block;
6576
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
6577
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
6578
}
6579
 
6580
.spinner .bounce1 {
6581
    -webkit-animation-delay: -0.32s;
6582
    animation-delay: -0.32s;
6583
}
6584
 
6585
.spinner .bounce2 {
6586
    -webkit-animation-delay: -0.16s;
6587
    animation-delay: -0.16s;
6588
}
6589
 
6590
@-webkit-keyframes sk-bouncedelay {
2197 stevensc 6591
 
1239 steven 6592
    0%,
6593
    80%,
6594
    100% {
6595
        -webkit-transform: scale(0);
6596
    }
2197 stevensc 6597
 
1239 steven 6598
    40% {
6599
        -webkit-transform: scale(1);
6600
    }
6601
}
6602
 
6603
@keyframes sk-bouncedelay {
2197 stevensc 6604
 
1239 steven 6605
    0%,
6606
    80%,
6607
    100% {
6608
        -webkit-transform: scale(0);
6609
        transform: scale(0);
6610
    }
2197 stevensc 6611
 
1239 steven 6612
    40% {
6613
        -webkit-transform: scale(1);
6614
        transform: scale(1);
6615
    }
6616
}
6617
 
6618
.wordpressdevlp {
6619
    background-color: #fff;
6620
}
6621
 
6622
.bgclr {
6623
    background-color: #fff;
6624
    margin-bottom: 15px;
6625
}
6626
 
6627
.cadidatesbtn {
6628
    position: absolute;
6629
    left: 0;
6630
    padding-top: 5px;
6631
}
6632
 
6633
.cadidatesbtn button {
6634
    background-color: #e44d3a;
6635
    border: none;
6636
    margin-top: -3px;
6637
}
6638
 
6639
.cadidatesbtn button:hover {
6640
    background-color: #e44d3a;
6641
}
6642
 
6643
.cadidatesbtn span {
6644
    background-color: #bd2e1c;
6645
    color: #fff;
6646
    margin-right: 10px;
6647
    padding: 0.25em 0.5em;
6648
    font-weight: 600;
6649
    font-size: 12px;
6650
}
6651
 
6652
.wordpressdevlp i {
6653
    color: #e86554;
6654
    font-size: 18px;
6655
    font-weight: bold;
6656
    padding-right: 5px;
6657
}
6658
 
6659
.wordpressdevlp h2 {
6660
    font-size: 18px;
6661
    font-weight: 600;
6662
}
6663
 
6664
.cadidatesbtn i {
6665
    color: #b2b2b2;
6666
    border: 1px solid #b2b2b2;
6667
    font-size: 14px;
6668
    text-align: center;
6669
    margin-left: 7px;
6670
    border-radius: 3px;
6671
    padding: 10px;
6672
}
6673
 
6674
.cadidatesbtn i:hover {
6675
    background-color: #e44d3a;
6676
    color: #fff;
6677
    border: 1px solid #e44d3a;
6678
}
6679
 
6680
.inner {
6681
    border-bottom: 2px solid #e5e5e5;
6682
    padding-bottom: 10px;
6683
}
6684
 
6685
.inner li a:hover {
6686
    color: #e44d3a;
6687
    border-bottom: 2px solid #e44d3a;
6688
    padding-bottom: 9px;
6689
}
6690
 
6691
.inner li a {
6692
    color: #000000;
6693
}
6694
 
6695
.posttext {
6696
    position: absolute;
6697
    left: 0;
6698
}
6699
 
6700
.deatile h3 {
6701
    font-size: 14px;
6702
    font-weight: bold;
6703
    padding-bottom: 5px;
6704
}
6705
 
6706
.clrbtn a {
6707
    background-color: #e44d3a;
6708
    color: #fff;
6709
    padding: 5px 10px 5px 10px;
6710
    margin-right: 15px;
6711
}
6712
 
6713
.transpairentbtn a {
6714
    color: #222;
6715
    border: 2px solid #f1f1f1;
6716
    padding: 5px 10px 5px 10px;
6717
}
6718
 
6719
.savetext h3 {
6720
    font-size: 14px;
6721
    font-weight: bold;
6722
    padding-bottom: 5px;
6723
}
6724
 
6725
.devepbtn .clrbtn {
6726
    padding: 7px 20px;
6727
}
6728
 
6729
.devepbtn a {
6730
    color: #666666;
6731
    border: 1px solid #b2b2b2;
6732
    padding: 7px 10px 7px 10px;
6733
    border-radius: 3px;
6734
    margin-right: 5px;
6735
}
6736
 
6737
.devepbtn a:hover i {
6738
    color: #fff;
6739
}
6740
 
6741
.devepbtn a:hover {
6742
    background-color: #e44d3a;
6743
    color: #fff;
6744
}
6745
 
6746
.rew-reply hr {
6747
    margin-left: -20px;
6748
    margin-right: -20px;
6749
}
6750
 
6751
.rew-reply p {
6752
    padding-left: 20px;
6753
}
6754
 
6755
.rew-reply ul {
6756
    padding-left: 20px;
6757
}
6758
 
6759
.devepbtn {
6760
    margin-top: 30px;
6761
    padding-left: 20px;
6762
}
6763
 
6764
.rep-thanks hr {
6765
    margin-right: -20px;
6766
    margin-left: -20px;
6767
}
6768
 
6769
.profilecnd {
6770
    margin-bottom: 0px;
6771
}
6772
 
6773
.devepbtn i {
6774
    color: #b2b2b2;
6775
    font-size: 14px;
6776
}
6777
 
6778
.appliedinfo {
6779
    padding-left: 0;
6780
    padding-top: 20px !important;
6781
    padding-bottom: 10px;
6782
}
6783
 
6784
.epi2 {
6785
    padding: 0;
6786
}
6787
 
6788
.review a {
6789
    line-height: 16px;
6790
    font-size: 14px;
6791
    text-decoration: none;
6792
    font-weight: 500;
6793
    margin-left: 15px;
6794
}
6795
 
6796
.add-pic-box {
6797
    display: inline-block;
6798
    color: #e44d3a;
6799
    font-size: 16px;
6800
    position: absolute;
6801
    top: 30px;
6802
    right: 0;
6803
    font-weight: 600;
6804
    margin-right: 0;
6805
    width: 100%;
6806
}
6807
 
6808
.add-pic-box [type="file"] {
6809
    height: 0;
6810
    overflow: hidden;
6811
    width: 0;
6812
    float: left;
6813
}
6814
 
6815
.add-pic-box [type="file"]+label {
6816
    background: #fff;
6817
    border: 2px solid #e44d3a;
6818
    border-radius: 3px;
6819
    color: #e44d3a;
6820
    cursor: pointer;
6821
    /* display: inline-block; */
6822
    font-size: 15px;
6823
    font-weight: 600;
6824
    outline: none;
6825
    padding: 12px 20px;
6826
    position: relative;
6827
    transition: all 0.3s;
6828
    vertical-align: middle;
6829
    margin: 0;
6830
    float: right;
6831
    text-transform: uppercase;
6832
}
6833
 
6834
.add-pic-box [type="file"]+label:hover {
6835
    background: #e44d3a;
6836
    color: #fff;
6837
}
6838
 
6839
.noreview li i {
6840
    color: #b2b2b2;
6841
}
6842
 
6843
.review-tb {
6844
    margin: 0 0 10px;
6845
    padding-left: 20px;
6846
}
6847
 
6848
.noreview ul li i {
6849
    color: #b2b2b2;
6850
}
6851
 
6852
.mngdetl {
6853
    border-bottom: none;
6854
}
6855
 
6856
.post-reply {
6857
    padding-top: 0;
6858
    padding-bottom: 0;
6859
}
6860
 
6861
.activebidbtn i:hover {
6862
    background-color: #e44d3a;
6863
    color: #fff;
6864
    border: none;
6865
}
6866
 
6867
.reviewtitle h2 {
6868
    font-size: 17px;
6869
    font-weight: 600;
6870
}
6871
 
6872
.horiline {
6873
    width: 118%;
6874
    position: relative;
6875
    left: -40px;
6876
}
6877
 
6878
.tahnks {
6879
    font-weight: 500;
6880
    margin-top: 5px;
6881
}
6882
 
6883
/*about-page*/
6884
 
6885
.banner span {
6886
    position: absolute;
6887
    display: flex;
6888
    background-color: #222;
6889
    width: 100%;
6890
    opacity: 0.9;
6891
    justify-content: center;
6892
    padding: 10px;
6893
    margin-top: 0;
6894
    color: #fff;
6895
}
6896
 
6897
.innertitle {
6898
    margin-top: 130px;
6899
}
6900
 
6901
.Company-overview {
6902
    padding-bottom: 50px;
6903
}
6904
 
6905
.bennertext {
6906
    position: absolute;
6907
    left: 20%;
6908
    right: 20%;
6909
    text-align: center;
6910
}
6911
 
6912
.bannerimage img {
6913
    height: 100%;
6914
}
6915
 
6916
.innertitle h2 {
6917
    color: #fff;
6918
    font-size: 30px;
6919
    line-height: 32px;
6920
    font-weight: 600;
6921
    margin-bottom: 20px;
6922
}
6923
 
6924
.innertitle p {
6925
    color: #fff;
6926
    font-size: 16px;
6927
}
6928
 
6929
.Company-overview h2 {
6930
    padding-top: 100px;
6931
    font-size: 24px;
6932
    font-weight: 600;
6933
    padding-bottom: 12px;
6934
}
6935
 
6936
.Company-overview p {
6937
    font-size: 15px;
6938
    font-weight: 500;
6939
}
6940
 
6941
.Company-overview img {
6942
    float: right;
6943
    padding-top: 25px;
6944
}
6945
 
6946
.blog {
6947
    text-align: center;
6948
    display: inline-block;
6949
    margin-bottom: 50px;
6950
}
6951
 
6952
.blog img {
6953
    padding-bottom: 30px;
6954
}
6955
 
6956
.blog h2 {
6957
    font-size: 18px;
6958
    font-weight: 600;
6959
    padding-bottom: 30px;
6960
}
6961
 
6962
.blog a {
6963
    background-color: #ff4500;
6964
    color: #fff;
6965
    padding: 7px 25px 7px 25px;
6966
    border-radius: 3px;
6967
    font-size: 16px;
6968
    font-weight: 500;
6969
}
6970
 
6971
.services {
6972
    padding-top: 80px;
6973
    padding-bottom: 80px;
6974
}
6975
 
6976
.video {
6977
    padding-bottom: 40px;
6978
}
6979
 
6980
.search-container {
6981
    text-align: center;
6982
}
6983
 
6984
.search-container input[type="text"] {
6985
    padding: 6px 15px;
6986
    margin-top: 8px;
6987
    font-size: 17px;
6988
    border: none;
6989
    height: 50px;
6990
    width: 50%;
6991
    margin-bottom: 25px;
6992
    border-top-left-radius: 3px;
6993
    border-top-right-radius: 0px;
6994
    border-bottom-left-radius: 3px;
6995
    border-bottom-right-radius: 0px;
6996
}
6997
 
6998
.searchtitle {
6999
    text-align: center;
7000
}
7001
 
7002
.searchtitle h2 {
7003
    color: #fff;
7004
    font-size: 30px;
7005
    font-weight: 400;
7006
    padding-bottom: 10px;
7007
}
7008
 
7009
.modal-header {
7010
    position: relative;
7011
}
7012
 
7013
.modal-header h3 {
7014
    font-size: 18px;
7015
}
7016
 
7017
.search-container button {
7018
    padding: 8px 10px;
7019
    text-align: center;
7020
    margin-top: 8px;
7021
    margin-left: -3px;
7022
    margin-right: 18px;
7023
    background: #efefef;
7024
    font-size: 17px;
7025
    border: none;
7026
    cursor: pointer;
7027
    height: 50px;
7028
    width: 6%;
7029
    border-bottom-right-radius: 3px;
7030
    border-top-right-radius: 3px;
7031
}
7032
 
7033
.topsearch i {
7034
    color: #e44d3a;
7035
}
7036
 
7037
.dropdown-toggle::after {
7038
    position: absolute;
7039
    right: 15px;
7040
    color: #b2b2b2;
7041
    top: 7px;
7042
}
7043
 
7044
.help-paddy {
7045
    padding: 0 !important;
7046
}
7047
 
7048
.paddy {
7049
    padding: 20px;
7050
    float: left;
7051
}
7052
 
7053
.dropdown-menu {
7054
    position: absolute;
7055
    top: 100%;
7056
    left: 0;
7057
    z-index: 1000;
7058
    display: none;
7059
    float: left;
7060
    min-width: 10rem;
7061
    padding: 0.5rem 0;
7062
    margin: 0.125rem 0 0;
7063
    font-size: 1rem;
7064
    color: #212529;
7065
    text-align: left;
7066
    list-style: none;
7067
    background-color: #fff;
7068
    width: 100%;
7069
    background-clip: padding-box;
7070
    border: none;
7071
    border-radius: 0.25rem;
7072
}
7073
 
7074
.radio-form p {
7075
    display: -webkit-inline-box;
7076
}
7077
 
7078
.dropdown a {
7079
    color: #000000;
7080
    font-size: 16px;
7081
    font-weight: 400;
7082
    padding: 0 20px;
7083
}
7084
 
7085
.accountnone {
7086
    border: none;
7087
}
7088
 
7089
.helpforum {
7090
    background-color: #fff;
7091
    padding: 15px 0;
7092
    box-shadow: 0px 2px #c6c6c6;
7093
}
7094
 
7095
.helpforum h3 {
7096
    font-size: 18px;
7097
    font-weight: 600;
7098
}
7099
 
7100
.helpforum a {
7101
    background-color: #e44d3a;
7102
    color: #fff;
7103
    padding: 10px 15px 10px 15px;
7104
    line-height: 4;
7105
    border-radius: 3px;
7106
}
7107
 
7108
.helpforum p {
7109
    line-height: 3;
7110
}
7111
 
7112
.actionstitle h3 {
7113
    font-size: 18px;
7114
    font-weight: 400;
7115
    color: #000;
7116
    padding-top: 30px;
7117
}
7118
 
7119
.actionstitle img {
7120
    padding-right: 10px;
7121
}
7122
 
7123
.actionstext a {
7124
    font-size: 16px;
7125
    font-weight: 500;
7126
    color: #e44d3a;
7127
    line-height: 2;
7128
    display: block;
7129
}
7130
 
7131
.helpform {
7132
    text-align: center;
7133
    padding-top: 70px;
7134
}
7135
 
7136
.helpform h3 {
7137
    font-size: 18px;
7138
    font-weight: 400;
7139
    color: #e44d3a;
7140
    margin-bottom: 10px;
7141
}
7142
 
7143
.helpform a {
7144
    background-color: #e44d3a;
7145
    color: #fff;
7146
    padding: 10px 15px 10px 15px;
7147
    border-radius: 3px;
7148
}
7149
 
7150
.helpform p {
7151
    margin-bottom: 30px;
7152
}
7153
 
7154
.helpform img {
7155
    float: unset;
7156
    padding-bottom: 10px;
7157
}
7158
 
7159
.bookingsideber h3 {
7160
    color: #000;
7161
}
7162
 
7163
.bookingsideber h3:active {
7164
    color: #e44d3a;
7165
}
7166
 
7167
.helpforum h4 {
7168
    font-size: 16px;
7169
    font-weight: 600;
7170
}
7171
 
7172
.bloktext {
7173
    padding-left: 25px;
7174
}
7175
 
7176
.privacy {
7177
    background-color: #fff;
7178
    height: 850px;
7179
}
7180
 
7181
.privacydropd .dropdown-toggle::after {
7182
    float: right;
7183
    vertical-align: 0.255em;
7184
}
7185
 
7186
/* .checkbox {} */
7187
 
7188
.form-check {
7189
    padding-left: 0;
7190
}
7191
 
7192
.btns a {
7193
    color: #000;
7194
    border: 1px solid #e5e5e5;
7195
    padding: 10px 25px 10px 25px;
7196
    margin-left: 15px;
7197
    border-radius: 5px;
7198
    font-weight: 600;
7199
}
7200
 
7201
.btns {
7202
    padding-top: 20px;
7203
}
7204
 
7205
.btns a:hover {
7206
    background-color: #e44d3a;
7207
    color: #fff;
7208
}
7209
 
7210
.privacy h3 {
7211
    font-size: 18px;
7212
    font-weight: 600;
7213
    padding-top: 18px;
7214
    margin-bottom: 10px;
7215
}
7216
 
7217
.privacy p {
7218
    padding-top: 0px;
7219
    display: inline-block;
7220
}
7221
 
7222
.form-group {
7223
    margin-bottom: 1rem;
7224
    padding-top: 0px;
7225
}
7226
 
7227
.privacy i {
7228
    float: right;
7229
    color: #e44d3a;
7230
    font-size: 20px;
7231
    font-weight: 600;
7232
}
7233
 
7234
.dropdown-menu input {
7235
    margin-right: 10px;
7236
    margin-top: 15px;
7237
}
7238
 
7239
.dropdown-menu a {
7240
    padding: 10px 0 10px 40px;
7241
    margin-bottom: 10px;
7242
}
7243
 
7244
.dropdown-menu form {
7245
    margin-bottom: 10px;
7246
    margin-top: 10px;
7247
}
7248
 
7249
.privacydropd p {
7250
    margin-left: 20px;
7251
    margin-top: 5px;
7252
}
7253
 
7254
.privabtns {
7255
    margin-top: 20px;
7256
}
7257
 
7258
.privabtns {
7259
    padding-bottom: 15px;
7260
}
7261
 
7262
.privabtns a {
7263
    margin-right: 15px;
7264
    padding: 8px 25px;
7265
    color: #000000;
7266
    border: 1px solid #e5e5e5;
7267
}
7268
 
7269
.privabtns a:hover {
7270
    color: #fff;
7271
    background-color: #e44d3a;
7272
}
7273
 
7274
.privac {
7275
    background-color: #fff;
7276
    height: 560px;
7277
    padding-top: 20px;
7278
}
7279
 
7280
.privac h3 {
7281
    font-size: 18px;
7282
    font-weight: 600;
7283
}
7284
 
7285
.bids-detail ul {
7286
    display: -webkit-inline-box;
7287
}
7288
 
7289
.bids-detail ul li {
7290
    margin-right: 30px;
7291
}
7292
 
7293
.bids-detail h3 {
7294
    font-size: 16px;
7295
    font-weight: 400;
7296
}
7297
 
7298
.bids-detail {
7299
    background-color: #fff;
7300
    padding: 20px;
7301
    margin-bottom: 25px;
7302
    box-shadow: 0px 2px #e4e4e4;
7303
}
7304
 
7305
.dropdown-menu.show {
7306
    display: contents;
7307
}
7308
 
7309
.postpaid:checked:after {
7310
    content: "\f17b";
7311
    font: normal normal normal 16px/1 "LineAwesome";
7312
    font-weight: 600;
7313
    border: 1px solid #fff;
7314
    color: #ffffff;
7315
    text-align: center;
7316
    font-size: 12px;
7317
    width: 100%;
7318
    height: 100%;
7319
    background: #e44d3a;
7320
    display: block;
7321
    border-radius: 50%;
7322
    padding-top: 3px;
7323
}
7324
 
7325
.postpaid:focus {
7326
    border: 1px solid #fff;
7327
    width: 25px;
7328
    height: 25px;
7329
}
7330
 
7331
.postpaid {
7332
    -webkit-appearance: none;
7333
    content: "";
7334
    width: 20px;
7335
    height: 20px;
7336
    border-radius: 50%;
7337
    border: 1px solid #5e5e5e;
7338
    outline: 0;
7339
    margin-right: 5px;
7340
}
7341
 
7342
/* .main-ws-sec .job-status-bar {} */
7343
 
7344
.main-ws-sec .btm-line {
7345
    padding-bottom: 20px !important;
7346
    border-bottom: 1px solid #e5e5e5 !important;
7347
    margin-bottom: 20px;
7348
}
7349
 
7350
.job-status-bar hr {
7351
    margin: 0 -40px;
7352
}
7353
 
7354
.reply-area {
7355
    padding-left: 55px;
7356
}
7357
 
7358
.reply-rply1 {
7359
    margin: 24px 0;
7360
}
7361
 
7362
.reply-area p {
7363
    padding-bottom: 10px;
7364
}
7365
 
7366
.reply-area span {
7367
    cursor: pointer;
7368
}
7369
 
7370
.reply-area span:hover {
7371
    color: #e44d3a;
7372
}
7373
 
7374
.reply-area i {
7375
    font-size: 16px;
7376
    font-weight: 600;
7377
    padding-right: 8px;
7378
}
7379
 
7380
.comment-area .la-plus-circle {
7381
    display: block;
7382
    text-align: center;
7383
    font-size: 40px;
7384
    color: #b2b2b2;
7385
}
7386
 
7387
.reply-area span {
7388
    padding-top: 5px;
7389
    color: #b2b2b2;
7390
}
7391
 
7392
.comt span {
7393
    font-size: 16px;
7394
    color: #666666;
7395
}
7396
 
7397
.comt i {
7398
    padding-right: 8px;
7399
}
7400
 
7401
.postcomment .form-control {
7402
    width: 112%;
7403
    margin-left: -50px;
7404
    background-color: #efefef;
7405
    border-radius: 3px;
7406
}
7407
 
7408
.postcomment a {
7409
    background-color: #e44d3a;
7410
    color: #fff;
7411
    padding: 9px 25px 8px 25px;
7412
    line-height: 37px;
7413
    border-radius: 3px;
7414
}
7415
 
7416
.postcomment {
7417
    padding-top: 30px;
7418
}
7419
 
7420
.widget-about button:focus {
7421
    box-shadow: none;
7422
}
7423
 
7424
.widget-about button:hover {
7425
    background-color: #e44d3a;
7426
}
7427
 
7428
.widget-about button {
7429
    background-color: #e44d3a;
7430
    border: none;
7431
    padding: 12px 0;
7432
    width: 100%;
7433
}
7434
 
7435
.widget-about p {
7436
    background-color: #e44d3a;
7437
    color: #fff;
7438
    padding: 10px 0;
7439
}
7440
 
7441
.widget-projectid {
7442
    padding: 15px;
7443
}
7444
 
7445
.widget-projectid h3 {
7446
    padding-bottom: 7px;
7447
    font-size: 14px;
7448
    font-weight: 600;
7449
}
7450
 
7451
.sd-title h4 {
7452
    margin-bottom: 5px;
7453
    font-size: 16px;
7454
    font-weight: 600;
7455
    line-height: 24px;
7456
}
7457
 
7458
.paymethd p {
7459
    color: #e44d3a;
7460
}
7461
 
7462
.copylink p {
7463
    background-color: #efefef;
7464
    padding: 7px 0 8px 10px;
7465
}
7466
 
7467
.copylink a {
7468
    background-color: #e44d3a;
7469
    color: #fff;
7470
    padding: 10px 15px 10px 15px;
7471
    border-radius: 4px;
7472
}
7473
 
7474
.copylink span {
7475
    padding: 30px 0 20px;
7476
}
7477
 
7478
.copylink i {
7479
    float: unset;
7480
    position: unset;
7481
}
7482
 
7483
.copylink .la-facebook {
7484
    background-color: #3b5998;
7485
    color: #fff;
7486
}
7487
 
7488
.copylink .la-twitter {
7489
    color: #1da1f2;
7490
}
7491
 
7492
.copylink .la-pinterest-p {
7493
    background-color: #fff;
7494
    color: #c11628;
7495
    border-radius: 50%;
7496
}
7497
 
7498
.copylink img {
7499
    padding-right: 10px;
7500
}
7501
 
7502
.freelancerbiding {
7503
    background-color: #fff;
7504
    padding-top: 20px;
7505
}
7506
 
7507
.freelancerbiding h3 {
7508
    font-size: 18px;
7509
    font-weight: 400;
7510
}
7511
 
7512
.repcent {
7513
    text-align: left;
7514
}
7515
 
7516
.bidrit {
7517
    float: right;
7518
}
7519
 
7520
.repcent i {
7521
    padding-left: 5px;
7522
}
7523
 
7524
.star {
7525
    display: inline-flex;
7526
    padding: 5px 0;
7527
}
7528
 
7529
.star li i {
7530
    color: #bfd337;
7531
}
7532
 
7533
.repcent span {
7534
    color: #51a5fb;
7535
}
7536
 
7537
.repcent p {
7538
    padding-left: 7px;
7539
}
7540
 
7541
.noreview ul li i {
7542
    color: #b2b2b2;
7543
}
7544
 
7545
.paymethd .star li i {
7546
    position: unset;
7547
    font-size: 14px;
7548
}
7549
 
7550
.paymethd .star a {
7551
    color: #51a5fb;
7552
    padding-left: 12px;
7553
}
7554
 
7555
/* .modal-header {background-color: #e44d3a; display: block !important; } */
7556
 
7557
.modal-body {
7558
    padding: 1rem 0;
7559
}
7560
 
7561
.notice {
7562
    background-color: #ddf3ff;
7563
    padding: 15px;
7564
}
7565
 
7566
.notice span {
7567
    font-weight: 500;
7568
    padding-right: 5px;
7569
}
7570
 
7571
.innerbody {
7572
    padding: 15px;
7573
}
7574
 
7575
.innerbody h3 {
7576
    font-size: 18px;
7577
    font-weight: 600;
7578
}
7579
 
7580
.innerbody h4 {
7581
    font-weight: 600;
7582
    font-size: 14px;
7583
    margin-left: -15px;
7584
    float: left;
7585
}
7586
 
7587
.delivery .input-group select {
7588
    width: 150px;
7589
    height: 50px !important;
7590
    font-size: 19px;
7591
    border: 1px solid #e5e5e5;
7592
    border-radius: 3px;
7593
}
7594
 
7595
.input-group-prepend {
7596
    background-color: #f3f3f3;
7597
    color: #bfbfbf;
7598
    text-align: center;
7599
    line-height: 3;
7600
    border: 1px solid #e5e5e5;
7601
}
7602
 
7603
.input-group-text {
7604
    color: #666666 !important;
7605
    background-color: #f5f5f5 !important;
7606
    border: 0px !important;
7607
    border-radius: 3px !important;
7608
}
7609
 
7610
.place-bid-form {
7611
    position: relative;
7612
    left: 20px;
7613
    top: -15px;
7614
    padding-bottom: 15px;
7615
}
7616
 
7617
.place-bid-form .input-group input {
7618
    width: 70px;
7619
    border: 1px solid #e5e5e5;
7620
}
7621
 
7622
.paydel {
7623
    padding: 40px 0 0;
7624
}
7625
 
7626
.beatcompitation {
7627
    background-color: #f3f3f3;
7628
    padding: 15px;
7629
}
7630
 
7631
.beatcompitation h3 {
7632
    font-weight: 500;
7633
}
7634
 
7635
.sponser i {
7636
    background-color: #e44d3a;
7637
    color: #fff;
7638
    margin-right: 5px;
7639
    padding: 2px;
7640
}
7641
 
7642
.sponser h2 {
7643
    font-size: 18px;
7644
    font-weight: 600;
7645
    padding-top: 15px;
7646
    padding-bottom: 15px;
7647
}
7648
 
7649
.sponser {
7650
    padding: 15px;
7651
}
7652
 
7653
.modal-footer {
7654
    display: block !important;
7655
    border-top: none;
7656
    padding: 1rem 0;
7657
}
7658
 
7659
.modal-footer button {
7660
    font-size: 15px;
7661
    font-weight: 500;
7662
    background-color: unset;
7663
    border: none;
7664
    padding: 10px;
7665
    border: 1px solid #d2d2d2;
7666
    border-radius: 3px;
7667
}
7668
 
7669
.modal-footer button:hover {
7670
    background-color: #e44d3a;
7671
    /* color: #fff; */
7672
    /* border: 1px solid #e44d3a; */
7673
}
7674
 
7675
.place-bid-btn {
7676
    font-size: 15px;
7677
    font-weight: 500;
7678
    color: #fff !important;
7679
    background-color: #e44d3a !important;
7680
    border: none;
7681
    padding: 10px;
7682
    border: 1px solid #e44d3a;
7683
    border-radius: 3px;
7684
}
7685
 
7686
.usy-dt .reply {
7687
    margin: 3px 0 0 10px;
7688
    width: 360px;
7689
    height: 40px;
7690
    background-color: #efefef;
7691
    border: 1px solid #e5e5e5;
7692
    padding-left: 10px;
7693
    border-radius: 3px;
7694
}
7695
 
7696
.replybtn {
7697
    background-color: #e44d3a;
7698
    color: #fff;
7699
    padding: 10px;
7700
    margin-left: 15px;
7701
    border-radius: 3px;
7702
}
7703
 
7704
.replybtn:hover {
7705
    color: #fff;
7706
}
7707
 
7708
.rewivew ul li {
7709
    margin-right: 5px !important;
7710
}
7711
 
7712
.security hr {
7713
    margin-right: -15px;
7714
    margin-left: -15px;
7715
}
7716
 
7717
.privacy .la-check {
7718
    float: left;
7719
    font-size: 12px;
7720
    margin: 5px 5px 0 0;
7721
    padding: 3px;
7722
    background-color: #e44d3a;
7723
    color: #fff;
7724
    border-radius: 50%;
7725
}
7726
 
7727
ul#myTab {
7728
    border-bottom: 1px solid #e5e5e5;
7729
}
7730
 
7731
.nav-tabs .nav-link {
7732
    border: none;
7733
}
7734
 
7735
.noborder {
7736
    border-bottom: none;
7737
}
7738
 
7739
.manbids {
7740
    margin-bottom: 0 !important;
7741
}
7742
 
7743
.noreply {
7744
    padding-top: 30px;
7745
}
7746
 
7747
#my-bids .nav-tabs {
7748
    margin-bottom: 20px;
7749
    margin-top: 7px;
7750
    padding-bottom: 0;
7751
}
7752
 
7753
#my-bids ul {
7754
    margin-bottom: 15px;
7755
    margin-top: 7px;
7756
    padding-bottom: 0;
7757
}
7758
 
7759
.savedjob-info p {
7760
    color: #666666;
7761
    margin-top: 5px;
7762
}
7763
 
7764
#my-bids ul li a {
7765
    color: #000000;
7766
    font-size: 16px;
7767
    font-weight: 500;
7768
}
7769
 
7770
#my-bids li a:hover {
7771
    color: #e44d3a;
7772
}
7773
 
7774
#saved-jobs ul {
7775
    margin-bottom: 20px;
7776
}
7777
 
7778
#saved-jobs ul li a {
7779
    color: #000000;
7780
    font-size: 16px;
7781
    font-weight: 500;
7782
}
7783
 
7784
#saved-jobs li a:hover {
7785
    color: #e44d3a;
7786
}
7787
 
7788
.wordpressdevlp h2 {
7789
    font-size: 18px;
7790
    font-weight: 600;
7791
    margin-bottom: 15px;
7792
}
7793
 
7794
#saved-jobs .nav-tabs .nav-item.show .nav-link,
7795
#saved-jobs .nav-tabs .nav-link.active {
7796
    background-color: inherit;
7797
    color: #e44d3a !important;
7798
    padding-bottom: 9px;
7799
    border-bottom: 2px solid #e44d3a !important;
7800
}
7801
 
7802
#my-bids .nav-tabs .nav-item.show .nav-link,
7803
#my-bids .nav-tabs .nav-link.active {
7804
    background-color: inherit;
7805
    color: #e44d3a !important;
7806
    padding-bottom: 9px;
7807
    border-bottom: 2px solid #e44d3a !important;
7808
}
7809
 
7810
.descptab li img {
7811
    float: left !important;
7812
    filter: inherit !important;
7813
}
7814
 
7815
.bklink {
7816
    border-bottom: none !important;
7817
    width: unset !important;
7818
    float: right !important;
7819
}
7820
 
7821
.bklik {
7822
    border-bottom: none !important;
7823
}
7824
 
7825
/*////////////////////////////////////////My css//////////////////////////////// //////////////////////////////////////////////////////////////////////////////*/
7826
 
7827
.savedjob-info li {
7828
    display: inline-block;
7829
    padding-left: 25px;
7830
}
7831
 
7832
.savedjob-info h3 {
7833
    font-size: 14px;
7834
    font-weight: 500;
7835
}
7836
 
7837
.settingjb ul li {
7838
    margin-right: 25px !important;
7839
}
7840
 
7841
.mangebid li {
7842
    padding-left: 0;
7843
    padding-right: 20px;
7844
    padding-top: 10px;
7845
}
7846
 
7847
.bk-links.bklink li {
7848
    padding-right: 0;
7849
}
7850
 
7851
.bidsbtn {
7852
    position: relative;
7853
}
7854
 
7855
.biddersinfo li {
7856
    padding-left: 0;
7857
    padding-right: 20px;
7858
}
7859
 
7860
#review {
7861
    background-color: #fff;
7862
    margin-bottom: 40px;
7863
}
7864
 
7865
.starreview {
7866
    padding-left: 20px;
7867
}
7868
 
7869
.replytext {
7870
    padding-bottom: 20px;
7871
}
7872
 
7873
.starrevi {
7874
    padding-left: 20px;
7875
}
7876
 
7877
.apply-jobbox {
7878
    text-align: center;
7879
}
7880
 
7881
.apply-jobbox form input {
7882
    width: 100%;
7883
    margin-top: 20px;
7884
    padding: 10px;
7885
    color: #222;
7886
    border: 1px solid #e5e5e5;
7887
    border-radius: 3px;
7888
    font-size: 14px;
7889
}
7890
 
7891
.apply-jobbox h3 {
7892
    margin: 20px 0;
7893
}
7894
 
7895
.select-files {
7896
    border: 1px solid #e5e5e5;
7897
    margin-top: 20px;
7898
    padding: 30px;
7899
    background: #efefef;
7900
}
7901
 
7902
.select-files button {
7903
    margin-bottom: 20px;
7904
    background-color: transparent;
7905
    border: 1px solid #e5e5e5;
7906
    padding: 10px 15px 10px 15px;
7907
    border-radius: 5px;
7908
    font-weight: 600;
7909
}
7910
 
7911
.select-files button:hover {
7912
    background-color: #e44d3a;
7913
    color: #fff;
7914
}
7915
 
7916
.close {
7917
    position: absolute;
7918
    right: 0px;
7919
    top: 0px;
7920
    color: #929292;
7921
    border: 1px solid !important;
7922
    border-radius: 50%;
7923
    height: 30px;
7924
    width: 30px;
7925
}
7926
 
7927
.mapouter iframe {
7928
    width: 100%;
7929
    height: 400px;
7930
}
7931
 
7932
.mapouter {
7933
    position: relative;
7934
    text-align: right;
7935
    height: 500px;
7936
    width: 100%;
7937
}
7938
 
7939
.gmap_canvas {
7940
    overflow: hidden;
7941
    background: none !important;
7942
}
7943
 
7944
.video-iframe {
7945
    width: 100%;
7946
    height: 400px;
7947
}
7948
 
7949
.custom-file-input {
7950
    color: transparent;
7951
    opacity: 1;
7952
    /* margin-left: 140px; */
7953
    margin-bottom: 10px;
7954
}
7955
 
7956
.custom-file-input::-webkit-file-upload-button {
7957
    visibility: hidden;
7958
}
7959
 
7960
.custom-file-input::before {
7961
    content: "Select Files";
7962
    color: #fff;
7963
    display: inline-block;
7964
    border: 1px solid #e5e5e5;
7965
    border-radius: 3px;
7966
    background: #e44d3a;
7967
    font-weight: 500;
7968
    padding: 10px 15px;
7969
    outline: none;
7970
    white-space: nowrap;
7971
    -webkit-user-select: none;
7972
    cursor: pointer;
7973
}
7974
 
7975
.custom-file-input:hover::before {
7976
    background-color: #e44d3a;
7977
    color: #fff;
7978
}
7979
 
7980
.custom-file-input:active {
7981
    outline: 0;
7982
}
7983
 
7984
.custom-file-input:active::before {
7985
    background: #e44d3a;
7986
    color: #fff;
7987
}
7988
 
7989
.bids-time {
7990
    float: right;
7991
}
7992
 
7993
.saved-post {
7994
    padding: 0;
7995
}
7996
 
7997
.saved-post p {
7998
    padding-bottom: 20px;
7999
}
8000
 
8001
.saved-info li {
8002
    padding-right: 25px;
8003
    padding-left: 0;
8004
}
8005
 
8006
.saved-btn {
8007
    padding: 0;
8008
    margin-bottom: -12px;
8009
}
8010
 
8011
.applied-post {
8012
    padding: 0;
8013
}
8014
 
8015
.post-bid {
8016
    padding: 0 !important;
8017
}
8018
 
8019
.bidsbtn {
8020
    padding-top: 0 !important;
8021
}
8022
 
8023
.active-bids {
8024
    padding: 0;
8025
}
8026
 
8027
.activ-bidinfo li {
8028
    padding-top: 10px;
8029
    padding-left: 0;
8030
    padding-right: 25px;
8031
}
8032
 
8033
.activebtn {
8034
    padding-left: 0;
8035
}
8036
 
8037
.p-all {
8038
    padding: 0px;
8039
    float: left;
8040
    width: 100%;
8041
    position: relative;
8042
}
8043
 
8044
.toggle-btn .custom-switch .custom-control-label::before {
8045
    left: -2.25rem;
8046
    width: 70px;
8047
    pointer-events: all;
8048
    border-radius: 100px;
8049
    height: 30px;
8050
    top: -1px;
8051
    box-shadow: none;
8052
}
8053
 
8054
.toggle-btn .custom-control-label::before {
8055
    position: absolute;
8056
    top: 0.25rem;
8057
    left: -1.5rem;
8058
    display: block;
8059
    width: 1rem;
8060
    height: 1rem;
8061
    pointer-events: none;
8062
    content: "";
8063
    background-color: #fff;
8064
    border: #e1e1e1 solid 2px;
8065
}
8066
 
8067
.custom-control-input:checked~.custom-control-label::before {
8068
    color: #fff;
8069
    border-color: #e44d3a;
8070
    background-color: #e44d3a;
8071
    box-shadow: none;
8072
    outline: none;
8073
}
8074
 
8075
.toggle-btn .custom-switch .custom-control-label::after {
8076
    top: calc(-1px + 2px);
8077
    left: calc(-36px + 2px);
8078
    width: calc(30px - 4px);
8079
    height: calc(30px - 4px);
8080
    background-color: #e1e1e1;
8081
    border-radius: 100%;
8082
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
8083
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
8084
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
8085
}
8086
 
8087
.toggle-btn .custom-control-label::after {
8088
    position: absolute;
8089
    top: 0.25rem;
8090
    left: -1.5rem;
8091
    display: block;
8092
    width: 0;
8093
    height: 0;
8094
    content: "";
8095
    background: no-repeat 50%/50% 50%;
8096
}
8097
 
8098
.toggle-btn .custom-control-label {
8099
    position: initial;
8100
    margin-bottom: 0;
8101
    vertical-align: top;
8102
}
8103
 
8104
.toggle-btn .custom-switch .custom-control-input:checked~.custom-control-label::after {
8105
    background-color: #fff;
8106
    -webkit-transform: translateX(2.5rem);
8107
    transform: translateX(2.5rem);
8108
}
8109
 
8110
.custom-control-label {
8111
    position: relative;
8112
    margin-bottom: 0;
8113
    vertical-align: top;
8114
    line-height: 24px;
8115
    font-size: 14px;
8116
    color: #666666;
8117
}
8118
 
8119
.small-text-children p,
8120
.small-text-children span {
8121
    font-size: .8rem;
8122
}
8123
 
8124
.search-item-selected {
2275 stevensc 8125
    padding: 1px 10px;
8126
    background: var(--background-gray);
8127
    line-height: 1;
8128
    border-radius: 10px;
1239 steven 8129
    font-weight: bold;
8130
}
8131
 
8132
main {
8133
    background-color: #fff !important;
8134
}
8135
 
8136
.row .sc-dkzDqf {
8137
    margin: 0 auto;
8138
}
8139
 
8140
.test-section .title,
8141
.test-section .description {
8142
    margin-bottom: 10px;
8143
}
8144
 
8145
.test-section .btn-danger {
8146
    margin-right: 10px;
8147
}
8148
 
8149
.test-section .panel-body {
8150
    padding: 20px 0px;
8151
}
8152
 
8153
.test-section .panel {
8154
    margin-top: 20px;
8155
    padding-bottom: 10px;
8156
}
8157
 
8158
.test-section .panel-title {
8159
    font-size: 16px;
8160
    font-weight: bold;
8161
    text-transform: uppercase;
8162
}
8163
 
8164
.test-section .np-padding {
8165
    padding: 0px;
8166
}
8167
 
8168
.test-section .checkbox {
8169
    display: flex;
8170
    margin: 20px 0px;
8171
}
8172
 
8173
.test-section .option {
8174
    margin-left: 10px;
8175
}
8176
 
8177
.checkbox input[type=checkbox],
8178
input[type=radio] {
8179
    margin-top: 5px !important;
8180
}
8181
 
8182
.test-section h6 {
8183
    margin-bottom: 10px;
8184
    color: #0860bf;
8185
}
8186
 
8187
.wizard {
8188
    display: flex;
8189
    margin-top: 10px;
8190
}
8191
 
8192
.wizard li {
8193
    width: 50%;
8194
    display: inline-block;
8195
}
8196
 
8197
.btn-secondary:disabled,
8198
.btn-primary:disabled {
8199
    cursor: no-drop;
8200
}
8201
 
8202
.test-section .btn-primary {
8203
    margin-left: 10px
8204
}
8205
 
8206
.previous {
8207
    text-align: left;
8208
}
8209
 
8210
.next {
8211
    text-align: right;
8212
}
8213
 
8214
.test-section .close {
8215
    border: none !important;
8216
    border-radius: 0px !important;
8217
}
8218
 
8219
.ratin-range {
8220
    display: block;
8221
}
8222
 
8223
.ratin-range li {
8224
    display: inline-block;
8225
    width: 6%;
8226
}
8227
 
8228
.ratin-range li .option {
8229
    margin-top: 2px !important;
8230
}
8231
 
8232
#react-self-evaluation .company-up-info ul {
8233
    width: 100%;
8234
    position: absolute;
8235
    float: left;
8236
    left: 0px;
8237
    bottom: 4vw;
8238
}
8239
 
8240
#react-self-evaluation .company-up-info {
8241
    padding: 30px 10px;
8242
    min-height: 20vw;
8243
    border: 1px solid #e5e5e5
8244
}
8245
 
8246
#react-self-evaluation .company-up-info h3 {
8247
    width: 90%;
8248
    margin: 5px auto;
8249
}
8250
 
8251
.mb10 {
597 geraldo 8252
    margin-bottom: 3vw;
598 geraldo 8253
}
1239 steven 8254
 
8255
.opt-h6 {
8256
    font-weight: 600 !important;
8257
    color: #000 !important;
597 geraldo 8258
}