Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 5057 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 5057 Rev 5072
Línea 307... Línea 307...
307
 
307
 
308
.login_register {
308
.login_register {
309
    float: right;
309
    float: right;
310
    margin-top: 8px;
310
    margin-top: 8px;
-
 
311
    padding-left: 30px;
311
    padding-left: 30px;
312
 
312
    ul li {
313
    ul li {
313
        display: inline-block;
314
        display: inline-block;
-
 
315
        margin-right: 8px;
314
        margin-right: 8px;
316
 
315
        &:last-child {
317
        &:last-child {
316
            margin-right: 0;
318
            margin-right: 0;
-
 
319
        }
317
        }
320
 
318
        a {
321
        a {
319
            display: inline-block;
322
            display: inline-block;
320
            color: #ffffff;
323
            color: #ffffff;
321
            font-size: 14px;
324
            font-size: 14px;
Línea 333... Línea 336...
333
}
336
}
Línea 334... Línea 337...
334
 
337
 
335
.search-bar {
338
.search-bar {
336
    width: 280px;
339
    width: 280px;
-
 
340
    margin-top: 9px;
337
    margin-top: 9px;
341
 
338
    form {
342
    form {
339
        width: 100%;
343
        width: 100%;
-
 
344
        position: relative;
340
        position: relative;
345
 
341
        input {
346
        input {
342
            width: 100%;
347
            width: 100%;
343
            background-color: $bg-color;
348
            background-color: $bg-color;
344
            height: 38px;
349
            height: 38px;
345
            color: #b2b2b2;
350
            color: #b2b2b2;
346
            font-size: 12px;
351
            font-size: 12px;
347
            border: 0;
352
            border: 0;
348
            padding: 0 10px;
353
            padding: 0 10px;
-
 
354
        }
349
        }
355
 
350
        button {
356
        button {
351
            position: absolute;
357
            position: absolute;
352
            top: 0;
358
            top: 0;
353
            right: 0;
359
            right: 0;
354
            background-color: #efefef;
360
            background-color: #efefef;
355
            width: 38px;
361
            width: 38px;
356
            height: 100%;
362
            height: 100%;
-
 
363
            border: 0;
357
            border: 0;
364
 
358
            i {
365
            i {
359
                color: #e44d3a;
366
                color: #e44d3a;
360
                font-size: 20px;
367
                font-size: 20px;
361
                font-weight: bold;
368
                font-weight: bold;
Línea 404... Línea 411...
404
 
411
 
405
.nt-title {
412
.nt-title {
406
    width: 100%;
413
    width: 100%;
407
    border-bottom: 1px solid #e5e5e5;
414
    border-bottom: 1px solid #e5e5e5;
-
 
415
    padding: 10px 20px;
408
    padding: 10px 20px;
416
 
409
    h4 {
417
    h4 {
410
        color: #686868;
418
        color: #686868;
411
        font-size: 12px;
419
        font-size: 12px;
412
        font-weight: 600;
420
        font-weight: 600;
-
 
421
    }
413
    }
422
 
414
    & > a {
423
    &>a {
415
        color: #686868;
424
        color: #686868;
416
        font-size: 12px;
425
        font-size: 12px;
417
        font-weight: 600;
426
        font-weight: 600;
418
    }
427
    }
Línea 419... Línea 428...
419
}
428
}
420
 
429
 
-
 
430
.nott-list {
421
.nott-list {
431
    width: 100%;
422
    width: 100%;
432
 
423
    .notification-info {
433
    .notification-info {
424
        width: 86%;
434
        width: 86%;
-
 
435
        text-align: left;
425
        text-align: left;
436
        position: relative;
426
        position: relative;
437
 
427
        h3 {
438
        h3 {
-
 
439
            line-height: 20px;
428
            line-height: 20px;
440
        }
429
        }
441
 
430
        span {
442
        span {
431
            position: absolute;
443
            position: absolute;
432
            bottom: 5px;
444
            bottom: 5px;
Línea 439... Línea 451...
439
    }
451
    }
440
}
452
}
Línea 441... Línea 453...
441
 
453
 
442
.view-all-nots {
454
.view-all-nots {
-
 
455
    width: 100%;
443
    width: 100%;
456
 
444
    & > a {
457
    &>a {
445
        width: 100%;
458
        width: 100%;
446
        color: #ffffff;
459
        color: #ffffff;
447
        font-size: 16px;
460
        font-size: 16px;
448
        text-transform: capitalize;
461
        text-transform: capitalize;
Línea 468... Línea 481...
468
    border-radius: $border-radius;
481
    border-radius: $border-radius;
469
    width: 100%;
482
    width: 100%;
470
    display: block;
483
    display: block;
471
    box-shadow: $light-shadow;
484
    box-shadow: $light-shadow;
472
    border: 1px solid $border-primary;
485
    border: 1px solid $border-primary;
-
 
486
 
473
    .user {
487
    .user {
474
        display: flex;
488
        display: flex;
475
        align-items: center;
489
        align-items: center;
476
        padding: 1rem;
490
        padding: 1rem;
477
        gap: 0.5rem;
491
        gap: 0.5rem;
478
        border-right: 1px solid $border-primary;
492
        border-right: 1px solid $border-primary;
-
 
493
 
479
        &:last-child {
494
        &:last-child {
480
            border-right: none;
495
            border-right: none;
481
        }
496
        }
-
 
497
 
482
        img {
498
        img {
483
            border-radius: 50%;
499
            border-radius: 50%;
484
            max-width: 3.3rem;
500
            max-width: 3.3rem;
485
            background: #fff;
501
            background: #fff;
486
        }
502
        }
-
 
503
 
487
        div.d-flex {
504
        div.d-flex {
488
            gap: 0.5rem;
505
            gap: 0.5rem;
489
        }
506
        }
-
 
507
 
490
        h4 {
508
        h4 {
491
            font-weight: 500;
509
            font-weight: 500;
492
            line-height: 1.4;
510
            line-height: 1.4;
493
        }
511
        }
-
 
512
 
494
        @media (min-width: 768px) {
513
        @media (min-width: 768px) {
495
            border-right: none;
514
            border-right: none;
496
            border-top: 1px solid $border-primary;
515
            border-top: 1px solid $border-primary;
497
            min-width: auto;
516
            min-width: auto;
498
        }
517
        }
Línea 548... Línea 567...
548
    opacity: 1;
567
    opacity: 1;
549
    visibility: visible;
568
    visibility: visible;
550
    z-index: 9999;
569
    z-index: 9999;
551
}
570
}
Línea 552... Línea 571...
552
 
571
 
553
.user-account-settingss > h3 {
572
.user-account-settingss>h3 {
554
    color: #000000;
573
    color: #000000;
555
    font-size: 16px;
574
    font-size: 16px;
556
    font-weight: 600;
575
    font-weight: 600;
557
    width: 100%;
576
    width: 100%;
Línea 582... Línea 601...
582
 
601
 
583
.search_form {
602
.search_form {
584
    width: 100%;
603
    width: 100%;
585
    padding: 20px;
604
    padding: 20px;
-
 
605
    border-bottom: 1px solid #e5e5e5;
586
    border-bottom: 1px solid #e5e5e5;
606
 
587
    form {
607
    form {
588
        width: 100%;
608
        width: 100%;
-
 
609
        position: relative;
589
        position: relative;
610
 
590
        input {
611
        input {
591
            width: 100%;
612
            width: 100%;
592
            height: 35px;
613
            height: 35px;
593
            padding: 0 15px;
614
            padding: 0 15px;
594
            border: 1px solid #e5e5e5;
615
            border: 1px solid #e5e5e5;
595
            background-color: #f2f2f2;
616
            background-color: #f2f2f2;
-
 
617
        }
596
        }
618
 
597
        button {
619
        button {
598
            color: #f2f2f2;
620
            color: #f2f2f2;
599
            font-size: 14px;
621
            font-size: 14px;
600
            background-color: #e44d3a;
622
            background-color: #e44d3a;
Línea 615... Línea 637...
615
 
637
 
616
.us-links {
638
.us-links {
617
    width: 100%;
639
    width: 100%;
618
    border-bottom: 1px solid #e5e5e5;
640
    border-bottom: 1px solid #e5e5e5;
-
 
641
    padding: 20px;
619
    padding: 20px;
642
 
620
    li {
643
    li {
621
        width: 100%;
644
        width: 100%;
-
 
645
        margin-bottom: 15px;
622
        margin-bottom: 15px;
646
 
623
        &:last-child {
647
        &:last-child {
624
            margin-bottom: 0;
648
            margin-bottom: 0;
-
 
649
        }
625
        }
650
 
626
        a {
651
        a {
627
            width: 100%;
652
            width: 100%;
628
            color: #000000;
653
            color: #000000;
629
            font-size: 14px;
654
            font-size: 14px;
Línea 642... Línea 667...
642
 
667
 
643
.user-info a {
668
.user-info a {
644
    color: #fff;
669
    color: #fff;
645
    font-size: 14px;
670
    font-size: 14px;
-
 
671
    margin-top: 8px;
646
    margin-top: 8px;
672
 
647
    &:hover {
673
    &:hover {
648
        color: #fff;
674
        color: #fff;
649
    }
675
    }
Línea 650... Línea 676...
650
}
676
}
651
 
677
 
652
.user-info > i {
678
.user-info>i {
653
    position: absolute;
679
    position: absolute;
654
    top: 50%;
680
    top: 50%;
655
    right: -15px;
681
    right: -15px;
Línea 665... Línea 691...
665
}
691
}
Línea 666... Línea 692...
666
 
692
 
667
.main-section {
693
.main-section {
668
    padding: 0;
694
    padding: 0;
-
 
695
    width: 100%;
669
    width: 100%;
696
 
670
    @media (min-width: 768px) {
697
    @media (min-width: 768px) {
671
        padding: 0 1rem;
698
        padding: 0 1rem;
-
 
699
    }
672
    }
700
 
673
    @media (min-width: 1024px) {
701
    @media (min-width: 1024px) {
674
        padding: 0 5%;
702
        padding: 0 5%;
675
    }
703
    }
Línea 676... Línea 704...
676
}
704
}
677
 
705
 
678
.main-section-data {
706
.main-section-data {
679
    width: 100%;
707
    width: 100%;
680
    display: flex;
708
    display: flex;
-
 
709
    flex-direction: column;
681
    flex-direction: column;
710
    gap: 1rem;
682
    gap: 1rem;
711
 
683
    @media (min-width: 768px) {
712
    @media (min-width: 768px) {
684
        display: grid;
713
        display: grid;
-
 
714
        grid-template-columns: 40% 58% !important;
685
        grid-template-columns: 40% 58% !important;
715
    }
686
    }
716
 
687
    @media (min-width: 1200px) {
717
    @media (min-width: 1200px) {
688
        grid-template-columns: 27% 43% 27% !important;
718
        grid-template-columns: 27% 43% 27% !important;
Línea 697... Línea 727...
697
    gap: 0.5rem;
727
    gap: 0.5rem;
698
}
728
}
Línea 699... Línea 729...
699
 
729
 
700
.right-sidebar {
730
.right-sidebar {
-
 
731
    display: none;
701
    display: none;
732
 
702
    @media (min-width: 1200px) {
733
    @media (min-width: 1200px) {
703
        display: flex;
734
        display: flex;
704
    }
735
    }
Línea 733... Línea 764...
733
    padding: 1rem;
764
    padding: 1rem;
734
    background: var(--bg-color);
765
    background: var(--bg-color);
735
    border-radius: var(--border-radius);
766
    border-radius: var(--border-radius);
736
    box-shadow: var(--light-shadow);
767
    box-shadow: var(--light-shadow);
737
    border: 1px solid var(--border-primary);
768
    border: 1px solid var(--border-primary);
-
 
769
 
738
    .notification-header {
770
    .notification-header {
739
        display: flex;
771
        display: flex;
740
        align-items: center;
772
        align-items: center;
741
        justify-content: space-between;
773
        justify-content: space-between;
742
        position: relative;
774
        position: relative;
743
    }
775
    }
-
 
776
 
744
    ul {
777
    ul {
745
        display: flex;
778
        display: flex;
746
        flex-direction: column;
779
        flex-direction: column;
747
        gap: 1rem;
780
        gap: 1rem;
-
 
781
 
748
        .notification-item {
782
        .notification-item {
749
            display: flex;
783
            display: flex;
750
            flex-direction: column;
784
            flex-direction: column;
751
            justify-content: center;
785
            justify-content: center;
752
            gap: 0.5rem;
786
            gap: 0.5rem;
-
 
787
 
753
            a,
788
            a,
754
            span {
789
            span {
755
                color: $font-color;
790
                color: $font-color;
756
            }
791
            }
-
 
792
 
757
            a {
793
            a {
758
                position: relative;
794
                position: relative;
-
 
795
 
759
                &::before {
796
                &::before {
760
                    content: "";
797
                    content: "";
761
                    width: 15px;
798
                    width: 15px;
762
                    height: 15px;
799
                    height: 15px;
763
                    border-radius: 100px;
800
                    border-radius: 100px;
Línea 795... Línea 832...
795
    height: 110px;
832
    height: 110px;
796
    margin: 0 auto;
833
    margin: 0 auto;
797
    margin-bottom: -48px;
834
    margin-bottom: -48px;
798
}
835
}
Línea 799... Línea 836...
799
 
836
 
800
.usr-pic > img {
837
.usr-pic>img {
801
    float: none;
838
    float: none;
802
    border: 5px solid #fff;
839
    border: 5px solid #fff;
803
    -webkit-border-radius: 100px;
840
    -webkit-border-radius: 100px;
804
    -moz-border-radius: 100px;
841
    -moz-border-radius: 100px;
Línea 886... Línea 923...
886
    width: 100%;
923
    width: 100%;
887
    position: relative;
924
    position: relative;
888
    display: grid;
925
    display: grid;
889
    background-color: transparent;
926
    background-color: transparent;
890
    padding: 0 5px 20px;
927
    padding: 0 5px 20px;
-
 
928
 
891
    h3,
929
    h3,
892
    a,
930
    a,
893
    label {
931
    label {
894
        color: $title-color;
932
        color: $title-color;
895
    }
933
    }
-
 
934
 
896
    h4 {
935
    h4 {
897
        margin-bottom: 5px;
936
        margin-bottom: 5px;
898
        font-size: 16px;
937
        font-size: 16px;
899
        font-weight: 600;
938
        font-weight: 600;
900
        line-height: 24px;
939
        line-height: 24px;
901
    }
940
    }
-
 
941
 
902
    h3 {
942
    h3 {
903
        font-size: 1.1rem;
943
        font-size: 1.1rem;
904
        font-weight: 700;
944
        font-weight: 700;
905
    }
945
    }
-
 
946
 
906
    a,
947
    a,
907
    label {
948
    label {
908
        font-size: 1rem;
949
        font-size: 1rem;
909
        font-weight: 600;
950
        font-weight: 600;
910
        cursor: pointer;
951
        cursor: pointer;
911
    }
952
    }
-
 
953
 
912
    i {
954
    i {
913
        color: $icons-color;
955
        color: $icons-color;
914
        font-size: 24px;
956
        font-size: 24px;
915
        position: absolute;
957
        position: absolute;
916
        right: 5px;
958
        right: 5px;
Línea 919... Línea 961...
919
}
961
}
Línea 920... Línea 962...
920
 
962
 
921
.suggestion-usd {
963
.suggestion-usd {
922
    width: 100%;
964
    width: 100%;
-
 
965
    padding: 15px 20px;
923
    padding: 15px 20px;
966
 
924
    img {
967
    img {
925
        border-radius: 100px;
968
        border-radius: 100px;
926
        background: #fff;
969
        background: #fff;
-
 
970
    }
927
    }
971
 
928
    & > span {
972
    &>span {
929
        margin-top: 4px;
973
        margin-top: 4px;
930
        position: relative;
974
        position: relative;
-
 
975
        margin-left: 1rem;
931
        margin-left: 1rem;
976
 
932
        i {
977
        i {
933
            color: #b2b2b2;
978
            color: #b2b2b2;
934
            width: 25px;
979
            width: 25px;
935
            height: 25px;
980
            height: 25px;
936
            border-radius: 3px;
981
            border-radius: 3px;
937
            cursor: pointer;
982
            cursor: pointer;
938
            text-align: center;
983
            text-align: center;
939
            display: flex;
984
            display: flex;
940
            justify-content: center;
985
            justify-content: center;
-
 
986
            align-items: center;
941
            align-items: center;
987
 
942
            &:hover {
988
            &:hover {
943
                background-color: #0961bf !important;
989
                background-color: #0961bf !important;
944
                color: #fff;
990
                color: #fff;
945
                border-radius: 3px;
991
                border-radius: 3px;
Línea 948... Línea 994...
948
    }
994
    }
949
}
995
}
Línea 950... Línea 996...
950
 
996
 
951
.sgt-text {
997
.sgt-text {
-
 
998
    padding-left: 10px;
952
    padding-left: 10px;
999
 
953
    h4 {
1000
    h4 {
954
        color: $font-color;
1001
        color: $font-color;
955
        font-size: 14px;
1002
        font-size: 14px;
956
        font-weight: 400;
1003
        font-weight: 400;
957
        margin-bottom: 4px;
1004
        margin-bottom: 4px;
-
 
1005
    }
958
    }
1006
 
959
    span {
1007
    span {
960
        color: #686868;
1008
        color: #686868;
961
        font-size: 14px;
1009
        font-size: 14px;
962
    }
1010
    }
Línea 970... Línea 1018...
970
    cursor: pointer;
1018
    cursor: pointer;
971
    text-align: center;
1019
    text-align: center;
972
    display: flex !important;
1020
    display: flex !important;
973
    justify-content: center;
1021
    justify-content: center;
974
    align-items: center;
1022
    align-items: center;
-
 
1023
 
975
    &:hover {
1024
    &:hover {
976
        background-color: #0961bf !important;
1025
        background-color: #0961bf !important;
977
        color: #fff;
1026
        color: #fff;
978
    }
1027
    }
979
}
1028
}
Línea 980... Línea 1029...
980
 
1029
 
981
.view-more > a {
1030
.view-more>a {
982
    color: #e44d3a;
1031
    color: #e44d3a;
983
    font-size: 14px;
1032
    font-size: 14px;
984
    font-weight: 700;
1033
    font-weight: 700;
Línea 985... Línea 1034...
985
}
1034
}
986
 
1035
 
987
.view-more > a:hover {
1036
.view-more>a:hover {
Línea 988... Línea 1037...
988
    color: #e44d3a;
1037
    color: #e44d3a;
Línea 1046... Línea 1095...
1046
    background-color: $bg-color;
1095
    background-color: $bg-color;
1047
    border: 1px solid $border-primary;
1096
    border: 1px solid $border-primary;
1048
    border-radius: $border-radius;
1097
    border-radius: $border-radius;
1049
    border-start-end-radius: 0;
1098
    border-start-end-radius: 0;
1050
    box-shadow: $shadow;
1099
    box-shadow: $shadow;
-
 
1100
 
1051
    &.active {
1101
    &.active {
1052
        display: block;
1102
        display: block;
1053
    }
1103
    }
-
 
1104
 
1054
    li .option-btn {
1105
    li .option-btn {
1055
        cursor: pointer;
1106
        cursor: pointer;
1056
        color: $font-color;
1107
        color: $font-color;
1057
        width: 100%;
1108
        width: 100%;
1058
        text-align: left;
1109
        text-align: left;
1059
        transition: all 0.2s;
1110
        transition: all 0.2s;
-
 
1111
 
1060
        &:hover {
1112
        &:hover {
1061
            font-weight: bold;
1113
            font-weight: bold;
1062
        }
1114
        }
1063
    }
1115
    }
1064
}
1116
}
Línea 1068... Línea 1120...
1068
}
1120
}
Línea 1069... Línea 1121...
1069
 
1121
 
1070
.usy-dt {
1122
.usy-dt {
1071
    display: flex;
1123
    display: flex;
-
 
1124
    gap: 0.5rem;
1072
    gap: 0.5rem;
1125
 
1073
    img {
1126
    img {
1074
        border-radius: 100px;
1127
        border-radius: 100px;
1075
        background-color: #fff;
1128
        background-color: #fff;
1076
    }
1129
    }
Línea 1077... Línea 1130...
1077
}
1130
}
1078
 
1131
 
-
 
1132
.ed-opts {
1079
.ed-opts {
1133
    position: relative;
1080
    position: relative;
1134
 
1081
    & > a {
1135
    &>a {
1082
        color: #b2b2b2;
1136
        color: #b2b2b2;
-
 
1137
        font-size: 24px;
1083
        font-size: 24px;
1138
        position: relative;
1084
        position: relative;
1139
 
1085
        &:hover {
1140
        &:hover {
1086
            color: #e44d3a;
1141
            color: #e44d3a;
1087
        }
1142
        }
Línea 1096... Línea 1151...
1096
    background-color: $bg-color;
1151
    background-color: $bg-color;
1097
    box-shadow: $light-shadow;
1152
    box-shadow: $light-shadow;
1098
    padding: 20px;
1153
    padding: 20px;
1099
    visibility: hidden;
1154
    visibility: hidden;
1100
    z-index: 5;
1155
    z-index: 5;
-
 
1156
 
1101
    &.active {
1157
    &.active {
1102
        visibility: visible;
1158
        visibility: visible;
1103
    }
1159
    }
-
 
1160
 
1104
    li {
1161
    li {
1105
        width: 100%;
1162
        width: 100%;
1106
        margin-bottom: 15px;
1163
        margin-bottom: 15px;
-
 
1164
 
1107
        &:last-child {
1165
        &:last-child {
1108
            margin-bottom: 0;
1166
            margin-bottom: 0;
1109
        }
1167
        }
-
 
1168
 
1110
        a {
1169
        a {
1111
            color: #686868;
1170
            color: #686868;
1112
            font-size: 14px;
1171
            font-size: 14px;
1113
            font-weight: 600;
1172
            font-weight: 600;
1114
        }
1173
        }
Línea 1117... Línea 1176...
1117
 
1176
 
1118
.usy-name {
1177
.usy-name {
1119
    display: flex;
1178
    display: flex;
1120
    flex-direction: column;
1179
    flex-direction: column;
-
 
1180
    justify-content: center;
1121
    justify-content: center;
1181
 
1122
    h3 {
1182
    h3 {
1123
        color: $subtitle-color;
1183
        color: $subtitle-color;
1124
        font-size: 18px;
1184
        font-size: 18px;
1125
        text-transform: capitalize;
1185
        text-transform: capitalize;
Línea 1219... Línea 1279...
1219
 
1279
 
1220
.job_descp {
1280
.job_descp {
1221
    width: 100%;
1281
    width: 100%;
1222
    display: grid;
1282
    display: grid;
-
 
1283
    gap: 0.5rem;
1223
    gap: 0.5rem;
1284
 
1224
    h3 {
1285
    h3 {
1225
        color: $subtitle-color;
1286
        color: $subtitle-color;
1226
        font-size: 16px;
1287
        font-size: 16px;
1227
        font-weight: 600;
1288
        font-weight: 600;
-
 
1289
    }
1228
    }
1290
 
1229
    & > p {
1291
    &>p {
1230
        color: $font-color;
1292
        color: $font-color;
1231
        font-size: 15px;
1293
        font-size: 15px;
1232
        line-height: 24px;
1294
        line-height: 24px;
-
 
1295
    }
1233
    }
1296
 
1234
    video,
1297
    video,
1235
    img {
1298
    img {
1236
        width: 100%;
1299
        width: 100%;
1237
        height: 400px;
1300
        height: 400px;
Línea 1322... Línea 1385...
1322
    display: flex;
1385
    display: flex;
1323
    align-items: center;
1386
    align-items: center;
1324
    justify-content: space-around;
1387
    justify-content: space-around;
1325
    padding-bottom: 10px;
1388
    padding-bottom: 10px;
1326
    border-bottom: 1px solid #cdd2e1;
1389
    border-bottom: 1px solid #cdd2e1;
-
 
1390
 
1327
    li a,
1391
    li a,
1328
    li button {
1392
    li button {
1329
        color: $subtitle-color;
1393
        color: $subtitle-color;
1330
        font-size: 1rem;
1394
        font-size: 1rem;
1331
    }
1395
    }
-
 
1396
 
1332
    @media (min-width: 768px) {
1397
    @media (min-width: 768px) {
1333
        justify-content: flex-start;
1398
        justify-content: flex-start;
1334
        gap: 1.5rem;
1399
        gap: 1.5rem;
-
 
1400
 
1335
        li a,
1401
        li a,
1336
        li button {
1402
        li button {
1337
            font-size: 1rem;
1403
            font-size: 1rem;
1338
        }
1404
        }
1339
    }
1405
    }
1340
}
1406
}
Línea 1341... Línea 1407...
1341
 
1407
 
1342
.img-icon {
1408
.img-icon {
1343
    height: 1rem;
1409
    height: 1rem;
-
 
1410
    width: 1rem;
1344
    width: 1rem;
1411
 
1345
    &.lg {
1412
    &.lg {
1346
        height: 1.5rem;
1413
        height: 1.5rem;
1347
        width: 1.5rem;
1414
        width: 1.5rem;
-
 
1415
    }
1348
    }
1416
 
1349
    &.options {
1417
    &.options {
1350
        height: 1.5rem;
1418
        height: 1.5rem;
1351
        width: auto;
1419
        width: auto;
-
 
1420
    }
1352
    }
1421
 
1353
    &.options-sm {
1422
    &.options-sm {
1354
        height: 1rem;
1423
        height: 1rem;
1355
        width: auto;
1424
        width: auto;
-
 
1425
    }
1356
    }
1426
 
1357
    &.options-lg {
1427
    &.options-lg {
1358
        height: 1.5rem;
1428
        height: 1.5rem;
1359
        width: auto;
1429
        width: auto;
1360
    }
1430
    }
Línea 1363... Línea 1433...
1363
.like-com {
1433
.like-com {
1364
    width: 100%;
1434
    width: 100%;
1365
    display: flex;
1435
    display: flex;
1366
    justify-content: space-around;
1436
    justify-content: space-around;
1367
    gap: 1rem;
1437
    gap: 1rem;
-
 
1438
 
1368
    li {
1439
    li {
1369
        color: $font-color;
1440
        color: $font-color;
-
 
1441
 
1370
        a {
1442
        a {
1371
            color: $subtitle-color;
1443
            color: $subtitle-color;
-
 
1444
 
1372
            &:hover,
1445
            &:hover,
1373
            &.active {
1446
            &.active {
1374
                color: #e44d3a;
1447
                color: #e44d3a;
1375
            }
1448
            }
-
 
1449
 
1376
            i {
1450
            i {
1377
                margin-right: 2px;
1451
                margin-right: 2px;
1378
                font-size: 14px;
1452
                font-size: 14px;
1379
                position: relative;
1453
                position: relative;
1380
                top: 2px;
1454
                top: 2px;
1381
            }
1455
            }
1382
        }
1456
        }
-
 
1457
 
1383
        span {
1458
        span {
1384
            color: #ffffff;
1459
            color: #ffffff;
1385
            font-size: 13px;
1460
            font-size: 13px;
1386
            width: 30px;
1461
            width: 30px;
1387
            height: 30px;
1462
            height: 30px;
Línea 1392... Línea 1467...
1392
            margin-left: -25px;
1467
            margin-left: -25px;
1393
        }
1468
        }
Línea 1394... Línea 1469...
1394
 
1469
 
1395
        .com {
1470
        .com {
-
 
1471
            position: relative;
1396
            position: relative;
1472
 
1397
            img {
1473
            img {
1398
                margin-right: 10px;
1474
                margin-right: 10px;
1399
            }
1475
            }
1400
        }
1476
        }
1401
    }
1477
    }
Línea 1402... Línea 1478...
1402
}
1478
}
1403
 
1479
 
1404
.job-status-bar > a {
1480
.job-status-bar>a {
1405
    color: #b2b2b2 !important;
1481
    color: #b2b2b2 !important;
1406
    font-size: 14px;
1482
    font-size: 14px;
Línea 1407... Línea 1483...
1407
    cursor: pointer;
1483
    cursor: pointer;
1408
}
1484
}
1409
 
1485
 
Línea 1410... Línea 1486...
1410
.job-status-bar > a:hover {
1486
.job-status-bar>a:hover {
1411
    color: #e44d3a !important;
1487
    color: #e44d3a !important;
1412
}
1488
}
1413
 
1489
 
1414
.job-status-bar > a i {
1490
.job-status-bar>a i {
1415
    font-size: 14px;
1491
    font-size: 14px;
Línea 1478... Línea 1554...
1478
    -o-box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1554
    -o-box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1479
    box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1555
    box-shadow: 0px 0.5px 0.2px rgba(0, 0, 0, 0.24);
1480
    padding: 20px 0 0 0;
1556
    padding: 20px 0 0 0;
1481
}
1557
}
Línea 1482... Línea 1558...
1482
 
1558
 
1483
.user-profy > img {
1559
.user-profy>img {
1484
    float: none;
1560
    float: none;
1485
    margin-bottom: 6px;
1561
    margin-bottom: 6px;
Línea 1486... Línea 1562...
1486
}
1562
}
Línea 1535... Línea 1611...
1535
 
1611
 
1536
.hire {
1612
.hire {
1537
    background-color: #51a5fb;
1613
    background-color: #51a5fb;
Línea 1538... Línea 1614...
1538
}
1614
}
1539
 
1615
 
1540
.user-profy > a {
1616
.user-profy>a {
1541
    float: left;
1617
    float: left;
1542
    width: 100%;
1618
    width: 100%;
1543
    color: #000000;
1619
    color: #000000;
1544
    font-size: 14px;
1620
    font-size: 14px;
1545
    text-transform: capitalize;
1621
    text-transform: capitalize;
1546
    padding: 15px 0;
1622
    padding: 15px 0;
1547
    border-top: 1px solid #ececec;
1623
    border-top: 1px solid #ececec;
Línea 1548... Línea 1624...
1548
    font-weight: 600;
1624
    font-weight: 600;
1549
}
1625
}
1550
 
1626
 
1551
.user-profy > a:hover {
1627
.user-profy>a:hover {
Línea 1552... Línea 1628...
1552
    background-color: #e44d3a;
1628
    background-color: #e44d3a;
Línea 1705... Línea 1781...
1705
    font-size: 14px;
1781
    font-size: 14px;
1706
    margin-bottom: 10px;
1782
    margin-bottom: 10px;
1707
    line-height: 20px;
1783
    line-height: 20px;
1708
}
1784
}
Línea 1709... Línea 1785...
1709
 
1785
 
1710
.comment > a {
1786
.comment>a {
1711
    display: inline-block;
1787
    display: inline-block;
1712
    color: #b2b2b2;
1788
    color: #b2b2b2;
1713
    font-size: 14px;
1789
    font-size: 14px;
1714
    font-weight: 600;
1790
    font-weight: 600;
Línea 1715... Línea 1791...
1715
}
1791
}
1716
 
1792
 
1717
.comment > a.active,
1793
.comment>a.active,
1718
.comment > a:hover {
1794
.comment>a:hover {
Línea 1719... Línea 1795...
1719
    color: #e44d3a;
1795
    color: #e44d3a;
1720
}
1796
}
1721
 
1797
 
1722
.comment > a i {
1798
.comment>a i {
Línea 1723... Línea 1799...
1723
    font-weight: 600;
1799
    font-weight: 600;
Línea 1802... Línea 1878...
1802
    background-color: $bg-color;
1878
    background-color: $bg-color;
1803
}
1879
}
Línea 1804... Línea 1880...
1804
 
1880
 
1805
.widget-about {
1881
.widget-about {
-
 
1882
    text-align: center;
1806
    text-align: center;
1883
 
1807
    h3 {
1884
    h3 {
1808
        color: $title-color;
1885
        color: $title-color;
1809
        font-size: 20px;
1886
        font-size: 20px;
1810
        font-weight: 600;
1887
        font-weight: 600;
-
 
1888
    }
1811
    }
1889
 
1812
    span {
1890
    span {
1813
        color: $subtitle-color;
1891
        color: $subtitle-color;
1814
        font-size: 14px;
1892
        font-size: 14px;
1815
        width: 100%;
1893
        width: 100%;
-
 
1894
    }
1816
    }
1895
 
1817
    p {
1896
    p {
1818
        color: $font-color;
1897
        color: $font-color;
1819
    }
1898
    }
Línea 1836... Línea 1915...
1836
 
1915
 
1837
.sign_link h3 a {
1916
.sign_link h3 a {
1838
    color: #000;
1917
    color: #000;
Línea 1839... Línea 1918...
1839
}
1918
}
1840
 
1919
 
1841
.sign_link > a {
1920
.sign_link>a {
1842
    display: inline-block;
1921
    display: inline-block;
1843
    color: #e44d3a;
1922
    color: #e44d3a;
1844
    font-size: 14px;
1923
    font-size: 14px;
Línea 1845... Línea 1924...
1845
    font-weight: 500;
1924
    font-weight: 500;
1846
}
1925
}
1847
 
1926
 
Línea 1848... Línea 1927...
1848
.sign_link > a:hover {
1927
.sign_link>a:hover {
Línea 1920... Línea 1999...
1920
    visibility: visible;
1999
    visibility: visible;
1921
    z-index: 999;
2000
    z-index: 999;
1922
    transform: scale(1) translateX(-50%) translateY(-50%);
2001
    transform: scale(1) translateX(-50%) translateY(-50%);
1923
}
2002
}
Línea 1924... Línea 2003...
1924
 
2003
 
1925
.post-project > a {
2004
.post-project>a {
1926
    position: absolute;
2005
    position: absolute;
1927
    top: -20px;
2006
    top: -20px;
1928
    right: -20px;
2007
    right: -20px;
1929
    color: #fff;
2008
    color: #fff;
1930
    font-size: 22px;
2009
    font-size: 22px;
1931
    cursor: pointer;
2010
    cursor: pointer;
Línea 1932... Línea 2011...
1932
}
2011
}
1933
 
2012
 
1934
.post-project > a:hover {
2013
.post-project>a:hover {
Línea 1935... Línea 2014...
1935
    color: #fff;
2014
    color: #fff;
1936
}
2015
}
Línea 1981... Línea 2060...
1981
    float: left;
2060
    float: left;
1982
    width: 225px !important;
2061
    width: 225px !important;
1983
    position: relative;
2062
    position: relative;
1984
}
2063
}
Línea 1985... Línea 2064...
1985
 
2064
 
1986
.price-br > i {
2065
.price-br>i {
1987
    position: absolute;
2066
    position: absolute;
1988
    top: 0;
2067
    top: 0;
1989
    right: 0;
2068
    right: 0;
1990
    color: #b2b2b2;
2069
    color: #b2b2b2;
Línea 2034... Línea 2113...
2034
}
2113
}
Línea 2035... Línea 2114...
2035
 
2114
 
2036
.sign-in-page {
2115
.sign-in-page {
2037
    width: 100%;
2116
    width: 100%;
-
 
2117
    padding: 2rem 1rem;
2038
    padding: 2rem 1rem;
2118
 
2039
    .row {
2119
    .row {
2040
        row-gap: 1rem;
2120
        row-gap: 1rem;
-
 
2121
    }
2041
    }
2122
 
2042
    @media (min-width: 768px) {
2123
    @media (min-width: 768px) {
2043
        padding: 2rem 0 0;
2124
        padding: 2rem 0 0;
2044
    }
2125
    }
Línea 2111... Línea 2192...
2111
.cmp-info {
2192
.cmp-info {
2112
    width: 100%;
2193
    width: 100%;
2113
    display: grid;
2194
    display: grid;
2114
    place-items: center;
2195
    place-items: center;
2115
    height: 100%;
2196
    height: 100%;
-
 
2197
 
2116
    .cm-logo {
2198
    .cm-logo {
2117
        display: flex;
2199
        display: flex;
2118
        flex-direction: column;
2200
        flex-direction: column;
2119
        align-items: center;
2201
        align-items: center;
2120
        justify-content: center;
2202
        justify-content: center;
2121
        padding: 0;
2203
        padding: 0;
2122
        width: 100%;
2204
        width: 100%;
-
 
2205
 
2123
        img {
2206
        img {
2124
            margin-bottom: 0.5rem;
2207
            margin-bottom: 0.5rem;
2125
            width: 100%;
2208
            width: 100%;
2126
            object-fit: scale-down;
2209
            object-fit: scale-down;
2127
        }
2210
        }
2128
    }
2211
    }
-
 
2212
 
2129
    @media (min-width: 721px) {
2213
    @media (min-width: 721px) {
2130
        .cm-logo {
2214
        .cm-logo {
2131
            padding: 0 3rem;
2215
            padding: 0 3rem;
2132
        }
2216
        }
2133
    }
2217
    }
Línea 2142... Línea 2226...
2142
    row-gap: 1rem;
2226
    row-gap: 1rem;
2143
}
2227
}
Línea 2144... Línea 2228...
2144
 
2228
 
2145
.login-sec {
2229
.login-sec {
-
 
2230
    width: 100%;
2146
    width: 100%;
2231
 
2147
    @media (min-width: 768px) {
2232
    @media (min-width: 768px) {
2148
        padding: 0 3rem;
2233
        padding: 0 3rem;
2149
    }
2234
    }
Línea 2150... Línea 2235...
2150
}
2235
}
2151
 
2236
 
2152
.sign-control {
2237
.sign-control {
2153
    width: 100%;
2238
    width: 100%;
-
 
2239
    margin-bottom: 1.5rem;
2154
    margin-bottom: 1.5rem;
2240
    display: flex;
2155
    display: flex;
2241
 
-
 
2242
    li {
2156
    li {
2243
        display: inline-block;
2157
        display: inline-block;
2244
 
2158
        a {
2245
        a {
2159
            font-size: 14px;
2246
            font-size: 14px;
2160
            padding: 7px 10px;
2247
            padding: 7px 10px;
Línea 2164... Línea 2251...
2164
}
2251
}
Línea 2165... Línea 2252...
2165
 
2252
 
2166
.sign_in_sec {
2253
.sign_in_sec {
2167
    width: 100%;
2254
    width: 100%;
-
 
2255
    display: none;
2168
    display: none;
2256
 
2169
    &.current {
2257
    &.current {
2170
        display: flex;
2258
        display: flex;
-
 
2259
    }
2171
    }
2260
 
2172
    h3 {
2261
    h3 {
2173
        font-size: 18px;
2262
        font-size: 18px;
2174
        font-weight: 600;
2263
        font-weight: 600;
2175
        position: relative;
2264
        position: relative;
2176
        width: fit-content;
2265
        width: fit-content;
-
 
2266
        padding-bottom: 0.5rem;
2177
        padding-bottom: 0.5rem;
2267
 
2178
        &:before {
2268
        &:before {
2179
            content: "";
2269
            content: "";
2180
            position: absolute;
2270
            position: absolute;
2181
            background-color: #0961bf;
2271
            background-color: #0961bf;
2182
            bottom: 0;
2272
            bottom: 0;
2183
            left: 0;
2273
            left: 0;
2184
            width: 100%;
2274
            width: 100%;
2185
            height: 2px;
2275
            height: 2px;
2186
        }
2276
        }
-
 
2277
    }
2187
    }
2278
 
2188
    form {
2279
    form {
-
 
2280
        width: 100%;
2189
        width: 100%;
2281
 
2190
        input,
2282
        input,
2191
        input:-webkit-autofill,
2283
        input:-webkit-autofill,
2192
        input:-webkit-autofill:hover,
2284
        input:-webkit-autofill:hover,
2193
        input:-webkit-autofill:focus,
2285
        input:-webkit-autofill:focus,
Línea 2200... Línea 2292...
2200
            border: 1px solid $border-primary;
2292
            border: 1px solid $border-primary;
2201
            font-size: 14px;
2293
            font-size: 14px;
2202
            padding: 0 15px 0 40px;
2294
            padding: 0 15px 0 40px;
2203
            width: 100%;
2295
            width: 100%;
2204
        }
2296
        }
-
 
2297
 
2205
        select {
2298
        select {
2206
            line-height: 40px;
2299
            line-height: 40px;
2207
            height: 40px;
2300
            height: 40px;
2208
        }
2301
        }
-
 
2302
 
2209
        button {
2303
        button {
2210
            color: $button-text-color-secondary;
2304
            color: $button-text-color-secondary;
2211
            border: 1px solid $border-primary;
2305
            border: 1px solid $border-primary;
2212
            font-size: 16px;
2306
            font-size: 16px;
2213
            background-color: $button-bg-secondary;
2307
            background-color: $button-bg-secondary;
2214
            padding: 12px 27px;
2308
            padding: 12px 27px;
2215
            font-weight: 500;
2309
            font-weight: 500;
2216
            cursor: pointer;
2310
            cursor: pointer;
-
 
2311
 
2217
            &:disabled {
2312
            &:disabled {
2218
                background-color: #dddddd;
2313
                background-color: #dddddd;
2219
                color: #a3a1a1;
2314
                color: #a3a1a1;
2220
            }
2315
            }
2221
        }
2316
        }
Línea 2235... Línea 2330...
2235
/* ============= sign_in_sec ============= */
2330
/* ============= sign_in_sec ============= */
Línea 2236... Línea 2331...
2236
 
2331
 
2237
.sn-field {
2332
.sn-field {
2238
    width: 100%;
2333
    width: 100%;
-
 
2334
    position: relative;
2239
    position: relative;
2335
 
2240
    & > i {
2336
    &>i {
2241
        position: absolute;
2337
        position: absolute;
2242
        top: 50%;
2338
        top: 50%;
2243
        left: 15px;
2339
        left: 15px;
2244
        color: #666666;
2340
        color: #666666;
2245
        font-size: 16px;
2341
        font-size: 16px;
2246
        transform: translateY(-50%);
2342
        transform: translateY(-50%);
-
 
2343
    }
2247
    }
2344
 
2248
    & > span {
2345
    &>span {
2249
        position: absolute;
2346
        position: absolute;
2250
        top: 50%;
2347
        top: 50%;
2251
        right: 15px;
2348
        right: 15px;
2252
        font-weight: 700;
2349
        font-weight: 700;
Línea 2270... Línea 2367...
2270
    font-size: 13px;
2367
    font-size: 13px;
2271
    width: 90%;
2368
    width: 90%;
2272
    line-height: 20px;
2369
    line-height: 20px;
2273
}
2370
}
Línea 2274... Línea 2371...
2274
 
2371
 
2275
.checky-sec.st2 .fgt-sec input[type="checkbox"] + label span {
2372
.checky-sec.st2 .fgt-sec input[type="checkbox"]+label span {
2276
    margin-top: 3px;
2373
    margin-top: 3px;
Línea 2277... Línea 2374...
2277
}
2374
}
2278
 
2375
 
Línea 2286... Línea 2383...
2286
 
2383
 
2287
.fgt-sec label {
2384
.fgt-sec label {
2288
    float: left;
2385
    float: left;
Línea 2289... Línea 2386...
2289
}
2386
}
2290
 
2387
 
2291
.fgt-sec input[type="checkbox"] + label span {
2388
.fgt-sec input[type="checkbox"]+label span {
2292
    display: inline-block;
2389
    display: inline-block;
2293
    width: 15px;
2390
    width: 15px;
2294
    height: 15px;
2391
    height: 15px;
Línea 2299... Línea 2396...
2299
    -ms-border-radius: 100px;
2396
    -ms-border-radius: 100px;
2300
    -o-border-radius: 100px;
2397
    -o-border-radius: 100px;
2301
    border-radius: 100px;
2398
    border-radius: 100px;
2302
}
2399
}
Línea 2303... Línea 2400...
2303
 
2400
 
2304
.fgt-sec input[type="checkbox"] + label span:before {
2401
.fgt-sec input[type="checkbox"]+label span:before {
2305
    content: "";
2402
    content: "";
2306
    width: 7px;
2403
    width: 7px;
2307
    height: 7px;
2404
    height: 7px;
2308
    -webkit-border-radius: 100px;
2405
    -webkit-border-radius: 100px;
Línea 2324... Línea 2421...
2324
    -ms-transform: translateX(-50%) translateY(-50%);
2421
    -ms-transform: translateX(-50%) translateY(-50%);
2325
    -o-transform: translateX(-50%) translateY(-50%);
2422
    -o-transform: translateX(-50%) translateY(-50%);
2326
    transform: translateX(-50%) translateY(-50%);
2423
    transform: translateX(-50%) translateY(-50%);
2327
}
2424
}
Línea 2328... Línea 2425...
2328
 
2425
 
2329
.fgt-sec input[type="checkbox"]:checked + label span:before {
2426
.fgt-sec input[type="checkbox"]:checked+label span:before {
2330
    opacity: 1;
2427
    opacity: 1;
2331
    visibility: visible;
2428
    visibility: visible;
Línea 2332... Línea 2429...
2332
}
2429
}
Línea 2337... Línea 2434...
2337
    font-size: 14px;
2434
    font-size: 14px;
2338
    font-weight: 500;
2435
    font-weight: 500;
2339
    padding-left: 10px;
2436
    padding-left: 10px;
2340
}
2437
}
Línea 2341... Línea 2438...
2341
 
2438
 
2342
.checky-sec > a {
2439
.checky-sec>a {
2343
    float: right;
2440
    float: right;
2344
    color: #000000;
2441
    color: #000000;
2345
    font-size: 14px;
2442
    font-size: 14px;
2346
    font-weight: 500;
2443
    font-weight: 500;
Línea 2354... Línea 2451...
2354
 
2451
 
2355
.fgt-sec label {
2452
.fgt-sec label {
2356
    float: left;
2453
    float: left;
Línea 2357... Línea 2454...
2357
}
2454
}
2358
 
2455
 
2359
.fgt-sec input[type="radio"] + label span {
2456
.fgt-sec input[type="radio"]+label span {
2360
    display: inline-block;
2457
    display: inline-block;
2361
    width: 15px;
2458
    width: 15px;
2362
    height: 15px;
2459
    height: 15px;
Línea 2367... Línea 2464...
2367
    -ms-border-radius: 100px;
2464
    -ms-border-radius: 100px;
2368
    -o-border-radius: 100px;
2465
    -o-border-radius: 100px;
2369
    border-radius: 100px;
2466
    border-radius: 100px;
2370
}
2467
}
Línea 2371... Línea 2468...
2371
 
2468
 
2372
.fgt-sec input[type="radio"] + label span:before {
2469
.fgt-sec input[type="radio"]+label span:before {
2373
    content: "";
2470
    content: "";
2374
    width: 7px;
2471
    width: 7px;
2375
    height: 7px;
2472
    height: 7px;
2376
    -webkit-border-radius: 100px;
2473
    -webkit-border-radius: 100px;
Línea 2392... Línea 2489...
2392
    -ms-transform: translateX(-50%) translateY(-50%);
2489
    -ms-transform: translateX(-50%) translateY(-50%);
2393
    -o-transform: translateX(-50%) translateY(-50%);
2490
    -o-transform: translateX(-50%) translateY(-50%);
2394
    transform: translateX(-50%) translateY(-50%);
2491
    transform: translateX(-50%) translateY(-50%);
2395
}
2492
}
Línea 2396... Línea 2493...
2396
 
2493
 
2397
.fgt-sec input[type="radio"]:checked + label span:before {
2494
.fgt-sec input[type="radio"]:checked+label span:before {
2398
    opacity: 1;
2495
    opacity: 1;
2399
    visibility: visible;
2496
    visibility: visible;
Línea 2400... Línea 2497...
2400
}
2497
}
Línea 2410... Línea 2507...
2410
    margin-bottom: 20px;
2507
    margin-bottom: 20px;
2411
    position: relative;
2508
    position: relative;
2412
    margin-top: -30px;
2509
    margin-top: -30px;
2413
}
2510
}
Línea 2414... Línea 2511...
2414
 
2511
 
2415
.signup-tab > i {
2512
.signup-tab>i {
2416
    position: absolute;
2513
    position: absolute;
2417
    top: 15px;
2514
    top: 15px;
2418
    left: 13px;
2515
    left: 13px;
2419
    color: #000;
2516
    color: #000;
Línea 2471... Línea 2568...
2471
        color: $title-color;
2568
        color: $title-color;
2472
        font-size: 14px;
2569
        font-size: 14px;
2473
        font-weight: 600;
2570
        font-weight: 600;
2474
        text-transform: uppercase;
2571
        text-transform: uppercase;
2475
    }
2572
    }
-
 
2573
 
2476
    &,
2574
    &,
2477
    ul {
2575
    ul {
2478
        width: 100%;
2576
        width: 100%;
2479
        display: flex;
2577
        display: flex;
2480
        flex-direction: column;
2578
        flex-direction: column;
2481
        gap: 1rem;
2579
        gap: 1rem;
-
 
2580
 
2482
        li {
2581
        li {
2483
            width: 100%;
2582
            width: 100%;
-
 
2583
 
2484
            a {
2584
            a {
2485
                display: block;
2585
                display: block;
2486
                padding: 10px;
2586
                padding: 10px;
-
 
2587
 
2487
                i {
2588
                i {
2488
                    margin-right: 15px;
2589
                    margin-right: 15px;
2489
                }
2590
                }
2490
            }
2591
            }
2491
        }
2592
        }
Línea 2507... Línea 2608...
2507
/* =============== footy-sec ============= */
2608
/* =============== footy-sec ============= */
Línea 2508... Línea 2609...
2508
 
2609
 
2509
.footy-sec {
2610
.footy-sec {
2510
    width: 100%;
2611
    width: 100%;
-
 
2612
    padding: 2rem 0;
2511
    padding: 2rem 0;
2613
 
2512
    &.container {
2614
    &.container {
2513
        display: flex;
2615
        display: flex;
2514
        flex-wrap: wrap;
2616
        flex-wrap: wrap;
2515
        align-items: center;
2617
        align-items: center;
2516
        justify-content: center;
2618
        justify-content: center;
-
 
2619
        gap: 1rem;
2517
        gap: 1rem;
2620
 
2518
        .row {
2621
        .row {
2519
            gap: 1rem;
2622
            gap: 1rem;
2520
            width: 94% !important;
2623
            width: 94% !important;
2521
            display: flex;
2624
            display: flex;
2522
            justify-content: space-evenly;
2625
            justify-content: space-evenly;
2523
        }
2626
        }
-
 
2627
    }
2524
    }
2628
 
2525
    p {
2629
    p {
2526
        font-size: 14px;
2630
        font-size: 14px;
2527
        font-weight: 500;
2631
        font-weight: 500;
-
 
2632
        order: 3;
2528
        order: 3;
2633
 
2529
        img {
2634
        img {
2530
            padding-right: 5px;
2635
            padding-right: 5px;
2531
            position: relative;
2636
            position: relative;
2532
            top: 6px;
2637
            top: 6px;
2533
        }
2638
        }
-
 
2639
    }
2534
    }
2640
 
2535
    ul {
2641
    ul {
-
 
2642
        margin-top: 5px;
2536
        margin-top: 5px;
2643
 
2537
        li {
2644
        li {
2538
            display: inline-block;
2645
            display: inline-block;
2539
            padding: 0 10px;
2646
            padding: 0 10px;
-
 
2647
            border-right: 1px solid #ffffff;
2540
            border-right: 1px solid #ffffff;
2648
 
2541
            &:last-child {
2649
            &:last-child {
2542
                border-right: none;
2650
                border-right: none;
-
 
2651
            }
2543
            }
2652
 
2544
            a {
2653
            a {
2545
                display: inline-block;
2654
                display: inline-block;
2546
                color: #3b5998;
2655
                color: #3b5998;
2547
                font-size: 14px;
2656
                font-size: 14px;
Línea 2552... Línea 2661...
2552
}
2661
}
Línea 2553... Línea 2662...
2553
 
2662
 
2554
footer {
2663
footer {
2555
    width: 100%;
2664
    width: 100%;
-
 
2665
    display: none;
2556
    display: none;
2666
 
2557
    a {
2667
    a {
2558
        color: $font-color;
2668
        color: $font-color;
-
 
2669
    }
2559
    }
2670
 
2560
    &.footer-row {
2671
    &.footer-row {
2561
        display: grid;
2672
        display: grid;
2562
        gap: 5px;
2673
        gap: 5px;
2563
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
2674
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
-
 
2675
    }
2564
    }
2676
 
2565
    @media (min-width: 768px) {
2677
    @media (min-width: 768px) {
2566
        display: block;
2678
        display: block;
2567
    }
2679
    }
Línea 2568... Línea 2680...
2568
}
2680
}
2569
 
2681
 
2570
.footy-sec.mn {
2682
.footy-sec.mn {
2571
    p {
2683
    p {
-
 
2684
        color: #b2b2b2;
2572
        color: #b2b2b2;
2685
    }
2573
    }
2686
 
-
 
2687
    ul {
2574
    ul {
2688
        padding: 30px 0;
2575
        padding: 30px 0;
2689
 
-
 
2690
        li {
2576
        li {
2691
            border-color: #b2b2b2;
2577
            border-color: #b2b2b2;
2692
 
-
 
2693
            a {
2578
            a {
2694
                color: $subtitle-color;
2579
                color: $subtitle-color;
2695
 
2580
                &:hover {
2696
                &:hover {
2581
                    color: #e44d3a;
2697
                    color: #e44d3a;
2582
                }
2698
                }
Línea 2597... Línea 2713...
2597
    max-height: 400px;
2713
    max-height: 400px;
2598
    overflow: auto;
2714
    overflow: auto;
2599
    width: 100%;
2715
    width: 100%;
2600
    display: flex;
2716
    display: flex;
2601
    flex-direction: row;
2717
    flex-direction: row;
-
 
2718
 
2602
    &::-webkit-scrollbar-thumb {
2719
    &::-webkit-scrollbar-thumb {
2603
        background-color: #0000;
2720
        background-color: #0000;
2604
    }
2721
    }
-
 
2722
 
2605
    @media (min-width: 768px) {
2723
    @media (min-width: 768px) {
2606
        flex-direction: column;
2724
        flex-direction: column;
-
 
2725
 
2607
        &::-webkit-scrollbar-thumb {
2726
        &::-webkit-scrollbar-thumb {
2608
            background-color: rgba(0, 0, 0, 0.2);
2727
            background-color: rgba(0, 0, 0, 0.2);
2609
        }
2728
        }
2610
    }
2729
    }
2611
}
2730
}
Línea 2617... Línea 2736...
2617
.cover-sec {
2736
.cover-sec {
2618
    background-color: #fff;
2737
    background-color: #fff;
2619
    margin-bottom: 1.5rem;
2738
    margin-bottom: 1.5rem;
2620
    max-height: 280px;
2739
    max-height: 280px;
2621
    overflow: hidden;
2740
    overflow: hidden;
-
 
2741
 
2622
    img {
2742
    img {
2623
        width: 100%;
2743
        width: 100%;
2624
    }
2744
    }
-
 
2745
 
2625
    & > a {
2746
    &>a {
2626
        display: inline-block;
2747
        display: inline-block;
2627
        color: #e44d3a;
2748
        color: #e44d3a;
2628
        font-size: 16px;
2749
        font-size: 16px;
2629
        background-color: #fff;
2750
        background-color: #fff;
2630
        border: 1px solid #e44d3a;
2751
        border: 1px solid #e44d3a;
Línea 2632... Línea 2753...
2632
        top: 30px;
2753
        top: 30px;
2633
        right: 0;
2754
        right: 0;
2634
        padding: 10px 15px;
2755
        padding: 10px 15px;
2635
        font-weight: 600;
2756
        font-weight: 600;
2636
        margin-right: 15px;
2757
        margin-right: 15px;
-
 
2758
 
2637
        i {
2759
        i {
2638
            padding-right: 5px;
2760
            padding-right: 5px;
2639
        }
2761
        }
2640
    }
2762
    }
2641
}
2763
}
Línea 2644... Línea 2766...
2644
    display: flex;
2766
    display: flex;
2645
    flex-wrap: wrap;
2767
    flex-wrap: wrap;
2646
    align-items: flex-end;
2768
    align-items: flex-end;
2647
    justify-content: center;
2769
    justify-content: center;
2648
    gap: 0.5rem;
2770
    gap: 0.5rem;
-
 
2771
 
2649
    .btn {
2772
    .btn {
2650
        padding: 0.2rem 0.6rem;
2773
        padding: 0.2rem 0.6rem;
2651
    }
2774
    }
2652
}
2775
}
Línea 2667... Línea 2790...
2667
    justify-content: center;
2790
    justify-content: center;
2668
    align-items: center;
2791
    align-items: center;
2669
    gap: 1rem;
2792
    gap: 1rem;
2670
    position: relative;
2793
    position: relative;
2671
    padding-top: 120px;
2794
    padding-top: 120px;
-
 
2795
 
2672
    @media (min-width: 768px) {
2796
    @media (min-width: 768px) {
2673
        padding-top: 1rem;
2797
        padding-top: 1rem;
2674
    }
2798
    }
2675
}
2799
}
Línea 2676... Línea 2800...
2676
 
2800
 
2677
.user-pro-img {
2801
.user-pro-img {
2678
    width: 100%;
2802
    width: 100%;
2679
    text-align: center;
2803
    text-align: center;
2680
    position: absolute;
2804
    position: absolute;
-
 
2805
    bottom: 50%;
2681
    bottom: 50%;
2806
 
2682
    @media (min-width: 768px) {
2807
    @media (min-width: 768px) {
2683
        bottom: auto;
2808
        bottom: auto;
2684
        position: relative;
2809
        position: relative;
-
 
2810
    }
2685
    }
2811
 
2686
    .add-dp {
2812
    .add-dp {
2687
        position: absolute;
2813
        position: absolute;
2688
        top: 10px;
2814
        top: 10px;
2689
        left: 60%;
2815
        left: 60%;
-
 
2816
    }
2690
    }
2817
 
2691
    img {
2818
    img {
2692
        width: 160px;
2819
        width: 160px;
2693
        border-radius: 100px;
2820
        border-radius: 100px;
2694
        background: #fff;
2821
        background: #fff;
Línea 2698... Línea 2825...
2698
}
2825
}
Línea 2699... Línea 2826...
2699
 
2826
 
2700
.add-dp {
2827
.add-dp {
2701
    margin: -16px;
2828
    margin: -16px;
-
 
2829
    padding: 0;
2702
    padding: 0;
2830
 
2703
    i {
2831
    i {
2704
        bottom: 0;
2832
        bottom: 0;
2705
        font-size: 14px;
2833
        font-size: 14px;
2706
        box-shadow: none;
2834
        box-shadow: none;
Línea 2711... Línea 2839...
2711
        background: #0961bf;
2839
        background: #0961bf;
2712
        padding: 12px;
2840
        padding: 12px;
2713
        color: #ffff;
2841
        color: #ffff;
2714
        left: 0;
2842
        left: 0;
2715
        top: -5px;
2843
        top: -5px;
-
 
2844
 
2716
        &:hover {
2845
        &:hover {
2717
            font-size: 14px;
2846
            font-size: 14px;
2718
            border: 2px solid #fff;
2847
            border: 2px solid #fff;
2719
            background: #1dac98;
2848
            background: #1dac98;
2720
            padding: 11px;
2849
            padding: 11px;
2721
        }
2850
        }
2722
    }
2851
    }
-
 
2852
 
2723
    input[type="file"] {
2853
    input[type="file"] {
2724
        opacity: 0;
2854
        opacity: 0;
2725
        padding: 10px 0px 9px;
2855
        padding: 10px 0px 9px;
2726
        display: none;
2856
        display: none;
2727
    }
2857
    }
Línea 2771... Línea 2901...
2771
.flw-status {
2901
.flw-status {
2772
    width: 100%;
2902
    width: 100%;
2773
    display: flex;
2903
    display: flex;
2774
    justify-content: center;
2904
    justify-content: center;
2775
    gap: 1rem;
2905
    gap: 1rem;
-
 
2906
 
2776
    li {
2907
    li {
2777
        display: flex;
2908
        display: flex;
2778
        flex-direction: column;
2909
        flex-direction: column;
2779
        gap: 0.5rem;
2910
        gap: 0.5rem;
-
 
2911
 
2780
        span,
2912
        span,
2781
        b {
2913
        b {
2782
            color: $font-color;
2914
            color: $font-color;
2783
        }
2915
        }
-
 
2916
 
2784
        b {
2917
        b {
2785
            font-weight: 600;
2918
            font-weight: 600;
2786
        }
2919
        }
2787
    }
2920
    }
2788
}
2921
}
Línea 2790... Línea 2923...
2790
/* ================== social_links ============= */
2923
/* ================== social_links ============= */
Línea 2791... Línea 2924...
2791
 
2924
 
2792
.social_links {
2925
.social_links {
2793
    width: 100%;
2926
    width: 100%;
-
 
2927
    text-align: left;
2794
    text-align: left;
2928
 
2795
    li {
2929
    li {
2796
        width: 100%;
2930
        width: 100%;
2797
        padding: 15px 15px;
2931
        padding: 15px 15px;
-
 
2932
        border-bottom: 1px solid #e5e5e5;
2798
        border-bottom: 1px solid #e5e5e5;
2933
 
2799
        a {
2934
        a {
2800
            width: 100%;
2935
            width: 100%;
2801
            color: #51a5fb;
2936
            color: #51a5fb;
2802
            font-size: 14px;
2937
            font-size: 14px;
2803
            font-weight: 400;
2938
            font-weight: 400;
2804
            text-overflow: ellipsis;
2939
            text-overflow: ellipsis;
2805
            white-space: nowrap;
2940
            white-space: nowrap;
-
 
2941
            overflow: hidden;
2806
            overflow: hidden;
2942
 
2807
            i {
2943
            i {
2808
                padding-right: 5px;
2944
                padding-right: 5px;
2809
                font-size: 20px;
2945
                font-size: 20px;
2810
                position: relative;
2946
                position: relative;
Línea 2886... Línea 3022...
2886
 
3022
 
Línea 2887... Línea 3023...
2887
/* ================= user-tab-sec ============== */
3023
/* ================= user-tab-sec ============== */
2888
 
3024
 
-
 
3025
.user-tab-sec {
2889
.user-tab-sec {
3026
    width: 100%;
2890
    width: 100%;
3027
 
2891
    h3 {
3028
    h3 {
2892
        color: $title-color;
3029
        color: $title-color;
2893
        font-size: 1.5rem;
3030
        font-size: 1.5rem;
Línea 2904... Línea 3041...
2904
 
3041
 
2905
.star-descp ul li {
3042
.star-descp ul li {
2906
    margin-right: 5px !important;
3043
    margin-right: 5px !important;
Línea 2907... Línea 3044...
2907
}
3044
}
2908
 
3045
 
2909
.star-descp > a {
3046
.star-descp>a {
2910
    float: left;
3047
    float: left;
2911
    color: #51a5fb;
3048
    color: #51a5fb;
2912
    font-size: 18px;
3049
    font-size: 18px;
2913
    font-weight: 600;
3050
    font-weight: 600;
2914
    margin-left: 20px;
3051
    margin-left: 20px;
Línea 2915... Línea 3052...
2915
    text-decoration: underline;
3052
    text-decoration: underline;
2916
}
3053
}
2917
 
3054
 
Línea 2918... Línea 3055...
2918
.star-descp > a:hover {
3055
.star-descp>a:hover {
2919
    color: #51a5fb;
3056
    color: #51a5fb;
Línea 2925... Línea 3062...
2925
    font-size: 18px;
3062
    font-size: 18px;
2926
    font-weight: 600;
3063
    font-weight: 600;
2927
    margin-right: 20px;
3064
    margin-right: 20px;
2928
}
3065
}
Línea 2929... Línea 3066...
2929
 
3066
 
2930
.star-descp > ul {
3067
.star-descp>ul {
2931
    float: left;
3068
    float: left;
Línea 2932... Línea 3069...
2932
}
3069
}
2933
 
3070
 
Línea 3119... Línea 3256...
3119
 
3256
 
3120
.no-margin {
3257
.no-margin {
3121
    margin: 0 !important;
3258
    margin: 0 !important;
Línea 3122... Línea 3259...
3122
}
3259
}
3123
 
3260
 
3124
.user-profile-ov > span {
3261
.user-profile-ov>span {
3125
    color: $font-color;
3262
    color: $font-color;
3126
    font-size: 14px;
3263
    font-size: 14px;
3127
    float: left;
3264
    float: left;
Línea 3224... Línea 3361...
3224
 
3361
 
3225
.row {
3362
.row {
3226
    margin: 0;
3363
    margin: 0;
Línea 3227... Línea 3364...
3227
}
3364
}
3228
 
3365
 
3229
.gallery_pt > a {
3366
.gallery_pt>a {
3230
    position: absolute;
3367
    position: absolute;
3231
    top: 100%;
3368
    top: 100%;
3232
    left: 0;
3369
    left: 0;
Línea 3240... Línea 3377...
3240
    transform: translateY(-50%);
3377
    transform: translateY(-50%);
3241
    opacity: 0;
3378
    opacity: 0;
3242
    visibility: hidden;
3379
    visibility: hidden;
3243
}
3380
}
Línea 3244... Línea 3381...
3244
 
3381
 
3245
.gallery_pt:hover > a {
3382
.gallery_pt:hover>a {
3246
    opacity: 1;
3383
    opacity: 1;
3247
    visibility: visible;
3384
    visibility: visible;
3248
    top: 50%;
3385
    top: 50%;
Línea 3249... Línea 3386...
3249
}
3386
}
3250
 
3387
 
3251
.gallery_pt > a img {
3388
.gallery_pt>a img {
3252
    float: none;
3389
    float: none;
3253
    width: auto;
3390
    width: auto;
Línea 3397... Línea 3534...
3397
}
3534
}
Línea 3398... Línea 3535...
3398
 
3535
 
3399
.datefm {
3536
.datefm {
3400
    width: 100%;
3537
    width: 100%;
-
 
3538
    position: relative;
3401
    position: relative;
3539
 
3402
    i {
3540
    i {
3403
        position: absolute;
3541
        position: absolute;
3404
        top: 11px;
3542
        top: 11px;
3405
        right: 15px;
3543
        right: 15px;
Línea 3472... Línea 3610...
3472
    font-size: 14px;
3610
    font-size: 14px;
3473
    opacity: 0;
3611
    opacity: 0;
3474
    display: none;
3612
    display: none;
3475
}
3613
}
Línea 3476... Línea 3614...
3476
 
3614
 
3477
.file-submit [type="file"] + label {
3615
.file-submit [type="file"]+label {
3478
    background: #e44d3a;
3616
    background: #e44d3a;
3479
    border: none;
3617
    border: none;
3480
    float: left;
3618
    float: left;
3481
    border-top-right-radius: 0px;
3619
    border-top-right-radius: 0px;
Línea 3509... Línea 3647...
3509
    float: left;
3647
    float: left;
3510
    width: 100%;
3648
    width: 100%;
3511
    position: relative;
3649
    position: relative;
3512
}
3650
}
Línea 3513... Línea 3651...
3513
 
3651
 
3514
.daty > i {
3652
.daty>i {
3515
    position: absolute;
3653
    position: absolute;
3516
    top: 10px;
3654
    top: 10px;
3517
    right: 15px;
3655
    right: 15px;
3518
    color: #b2b2b2;
3656
    color: #b2b2b2;
Línea 3594... Línea 3732...
3594
    font-size: 18px;
3732
    font-size: 18px;
3595
    font-weight: 600;
3733
    font-weight: 600;
3596
    margin-bottom: 25px;
3734
    margin-bottom: 25px;
3597
}
3735
}
Línea 3598... Línea 3736...
3598
 
3736
 
3599
.lt-sec > a {
3737
.lt-sec>a {
3600
    display: inline-block;
3738
    display: inline-block;
3601
    color: #ffffff;
3739
    color: #ffffff;
3602
    font-size: 16px;
3740
    font-size: 16px;
3603
    background-color: #e44d3a;
3741
    background-color: #e44d3a;
Línea 3621... Línea 3759...
3621
    font-weight: 600;
3759
    font-weight: 600;
3622
    padding: 20px 20px;
3760
    padding: 20px 20px;
3623
    border-bottom: 1px solid #e5e5e5;
3761
    border-bottom: 1px solid #e5e5e5;
3624
}
3762
}
Línea 3625... Línea 3763...
3625
 
3763
 
3626
.add-billing-method > h4 {
3764
.add-billing-method>h4 {
3627
    color: #686868;
3765
    color: #686868;
3628
    font-size: 13px;
3766
    font-size: 13px;
3629
    font-weight: 500;
3767
    font-weight: 500;
3630
    padding: 20px 20px;
3768
    padding: 20px 20px;
Línea 3647... Línea 3785...
3647
.payment_methods {
3785
.payment_methods {
3648
    float: left;
3786
    float: left;
3649
    width: 100%;
3787
    width: 100%;
3650
}
3788
}
Línea 3651... Línea 3789...
3651
 
3789
 
3652
.payment_methods > h4 {
3790
.payment_methods>h4 {
3653
    color: #000000;
3791
    color: #000000;
3654
    font-size: 16px;
3792
    font-size: 16px;
3655
    font-weight: 600;
3793
    font-weight: 600;
3656
    position: relative;
3794
    position: relative;
Línea 3953... Línea 4091...
3953
    margin-top: 15px;
4091
    margin-top: 15px;
3954
}
4092
}
Línea 3955... Línea 4093...
3955
 
4093
 
3956
.search-box {
4094
.search-box {
3957
    width: 100%;
-
 
3958
    padding: 2.1%;
4095
    width: 100%;
3959
    position: relative;
4096
    position: relative;
Línea 3960... Línea 4097...
3960
}
4097
}
3961
 
4098
 
3962
.search-box input,
4099
.search-box input,
3963
.search-box input:focus {
4100
.search-box input:focus {
3964
    background: $bg-color;
4101
    background: $bg-color;
Línea 3965... Línea 4102...
3965
    color: $font-color;
4102
    color: $font-color;
3966
}
4103
}
3967
 
4104
 
3968
.search-box > .form-group::before {
4105
.search-box>.form-group::before {
3969
    width: 100px;
4106
    width: 100px;
3970
    content: "Buscar";
4107
    content: "Buscar";
Línea 4166... Línea 4303...
4166
 
4303
 
4167
.avail-checks li label {
4304
.avail-checks li label {
4168
    float: left;
4305
    float: left;
Línea 4169... Línea 4306...
4169
}
4306
}
4170
 
4307
 
4171
.avail-checks li input[type="radio"] + label span {
4308
.avail-checks li input[type="radio"]+label span {
4172
    display: inline-block;
4309
    display: inline-block;
4173
    width: 15px;
4310
    width: 15px;
4174
    height: 15px;
4311
    height: 15px;
Línea 4180... Línea 4317...
4180
    -ms-border-radius: 100px;
4317
    -ms-border-radius: 100px;
4181
    -o-border-radius: 100px;
4318
    -o-border-radius: 100px;
4182
    border-radius: 100px;
4319
    border-radius: 100px;
4183
}
4320
}
Línea 4184... Línea 4321...
4184
 
4321
 
4185
.avail-checks li input[type="radio"] + label span:before {
4322
.avail-checks li input[type="radio"]+label span:before {
4186
    content: "";
4323
    content: "";
4187
    opacity: 0;
4324
    opacity: 0;
4188
    visibility: hidden;
4325
    visibility: hidden;
4189
    position: absolute;
4326
    position: absolute;
Línea 4197... Línea 4334...
4197
    background-color: #e44d3a;
4334
    background-color: #e44d3a;
4198
    top: 3px;
4335
    top: 3px;
4199
    left: 3px;
4336
    left: 3px;
4200
}
4337
}
Línea 4201... Línea 4338...
4201
 
4338
 
4202
.avail-checks li input[type="radio"]:checked + label span:before {
4339
.avail-checks li input[type="radio"]:checked+label span:before {
4203
    opacity: 1;
4340
    opacity: 1;
4204
    visibility: visible;
4341
    visibility: visible;
Línea 4205... Línea 4342...
4205
}
4342
}
Línea 4324... Línea 4461...
4324
    overflow-x: scroll;
4461
    overflow-x: scroll;
4325
    transform: translateX(-90%);
4462
    transform: translateX(-90%);
4326
    border-radius: 20px;
4463
    border-radius: 20px;
4327
    background-color: #fff;
4464
    background-color: #fff;
4328
    box-shadow: 0px 4px 4px -2px rgb(0 0 0 / 12%), 0px -4px 4px -2px rgb(0 0 0 / 12%);
4465
    box-shadow: 0px 4px 4px -2px rgb(0 0 0 / 12%), 0px -4px 4px -2px rgb(0 0 0 / 12%);
-
 
4466
 
4329
    &.post {
4467
    &.post {
4330
        transform: none;
4468
        transform: none;
4331
        bottom: 100%;
4469
        bottom: 100%;
4332
        right: 1.5rem;
4470
        right: 1.5rem;
4333
        z-index: 200;
4471
        z-index: 200;
4334
    }
4472
    }
-
 
4473
 
4335
    @media (min-width: 768px) {
4474
    @media (min-width: 768px) {
4336
        transform: translateX(-43%);
4475
        transform: translateX(-43%);
4337
    }
4476
    }
4338
}
4477
}
Línea 4456... Línea 4595...
4456
    color: #ffffff;
4595
    color: #ffffff;
4457
    font-size: 16px;
4596
    font-size: 16px;
4458
    font-weight: 600;
4597
    font-weight: 600;
4459
}
4598
}
Línea 4460... Línea 4599...
4460
 
4599
 
4461
.con-title > a {
4600
.con-title>a {
4462
    float: right;
4601
    float: right;
4463
    color: #fff;
4602
    color: #fff;
4464
    font-size: 20px;
4603
    font-size: 20px;
Línea 4782... Línea 4921...
4782
    border: 1px solid $border-primary;
4921
    border: 1px solid $border-primary;
4783
    border-radius: 10px;
4922
    border-radius: 10px;
4784
    overflow: hidden;
4923
    overflow: hidden;
4785
}
4924
}
Línea 4786... Línea 4925...
4786
 
4925
 
4787
.acc-leftbar .nav-tabs > a {
4926
.acc-leftbar .nav-tabs>a {
4788
    border-bottom: 1px solid $border-primary;
4927
    border-bottom: 1px solid $border-primary;
4789
    color: $subtitle-color;
4928
    color: $subtitle-color;
4790
    font-size: 16px;
4929
    font-size: 16px;
4791
    font-weight: 700;
4930
    font-weight: 700;
Línea 4796... Línea 4935...
4796
 
4935
 
4797
.nav-tabs {
4936
.nav-tabs {
4798
    border-bottom: 0;
4937
    border-bottom: 0;
Línea 4799... Línea 4938...
4799
}
4938
}
4800
 
4939
 
4801
.acc-leftbar .nav-tabs > a:last-child {
4940
.acc-leftbar .nav-tabs>a:last-child {
Línea 4802... Línea 4941...
4802
    border-bottom: 0;
4941
    border-bottom: 0;
4803
}
4942
}
4804
 
4943
 
4805
.acc-leftbar .nav-tabs > a i {
4944
.acc-leftbar .nav-tabs>a i {
4806
    font-size: 1.5rem;
4945
    font-size: 1.5rem;
4807
    position: relative;
4946
    position: relative;
Línea 4851... Línea 4990...
4851
    gap: 1rem;
4990
    gap: 1rem;
4852
    border-radius: $border-radius;
4991
    border-radius: $border-radius;
4853
    border: 1px solid $border-primary;
4992
    border: 1px solid $border-primary;
4854
    padding: 1rem;
4993
    padding: 1rem;
4855
    background-color: #fff;
4994
    background-color: #fff;
-
 
4995
 
4856
    form {
4996
    form {
4857
        align-items: flex-start;
4997
        align-items: flex-start;
4858
        display: flex;
4998
        display: flex;
4859
        flex-direction: column;
4999
        flex-direction: column;
4860
        gap: 0.5rem;
5000
        gap: 0.5rem;
4861
    }
5001
    }
-
 
5002
 
4862
    & > h3 {
5003
    &>h3 {
4863
        color: $subtitle-color;
5004
        color: $subtitle-color;
4864
        font-weight: 600;
5005
        font-weight: 600;
4865
        font-size: 18px;
5006
        font-size: 18px;
4866
    }
5007
    }
-
 
5008
 
4867
    .notbat {
5009
    .notbat {
4868
        display: flex;
5010
        display: flex;
4869
        justify-content: space-between;
5011
        justify-content: space-between;
4870
        border-top: 1px solid $border-primary;
5012
        border-top: 1px solid $border-primary;
4871
        padding: 0.5rem 1rem;
5013
        padding: 0.5rem 1rem;
4872
        width: 100%;
5014
        width: 100%;
-
 
5015
 
4873
        & > span {
5016
        &>span {
4874
            max-width: 70%;
5017
            max-width: 70%;
4875
        }
5018
        }
4876
    }
5019
    }
-
 
5020
 
4877
    .inputs__container {
5021
    .inputs__container {
4878
        display: flex;
5022
        display: flex;
4879
        width: 100%;
5023
        width: 100%;
4880
        gap: 1rem;
5024
        gap: 1rem;
4881
        align-items: center;
5025
        align-items: center;
4882
        flex-wrap: wrap;
5026
        flex-wrap: wrap;
4883
    }
5027
    }
-
 
5028
 
4884
    .cp-field {
5029
    .cp-field {
4885
        width: 100%;
5030
        width: 100%;
4886
        display: flex;
5031
        display: flex;
4887
        flex-direction: column;
5032
        flex-direction: column;
4888
        gap: 0.5rem;
5033
        gap: 0.5rem;
4889
        align-items: flex-start;
5034
        align-items: flex-start;
4890
    }
5035
    }
-
 
5036
 
4891
    @media (min-width: 768px) {
5037
    @media (min-width: 768px) {
4892
        .cp-field {
5038
        .cp-field {
4893
            flex: 1;
5039
            flex: 1;
4894
        }
5040
        }
4895
    }
5041
    }
Línea 4907... Línea 5053...
4907
    h5 {
5053
    h5 {
4908
        color: $title-color;
5054
        color: $title-color;
4909
        font-size: 16px;
5055
        font-size: 16px;
4910
        font-weight: 600;
5056
        font-weight: 600;
4911
    }
5057
    }
-
 
5058
 
4912
    input,
5059
    input,
4913
    select,
5060
    select,
4914
    .custom-input {
5061
    .custom-input {
4915
        height: 40px;
5062
        height: 40px;
4916
        padding: 0 40px;
5063
        padding: 0 40px;
4917
    }
5064
    }
-
 
5065
 
4918
    input,
5066
    input,
4919
    textarea,
5067
    textarea,
4920
    select,
5068
    select,
4921
    .custom-input {
5069
    .custom-input {
4922
        width: 100% !important;
5070
        width: 100% !important;
Línea 4925... Línea 5073...
4925
        box-shadow: 0 0 2px $border-primary !important;
5073
        box-shadow: 0 0 2px $border-primary !important;
4926
        border-radius: 10px !important;
5074
        border-radius: 10px !important;
4927
        border: none !important;
5075
        border: none !important;
4928
        margin-top: 4px;
5076
        margin-top: 4px;
4929
    }
5077
    }
-
 
5078
 
4930
    textarea {
5079
    textarea {
4931
        padding: 20px;
5080
        padding: 20px;
4932
        height: 115px;
5081
        height: 115px;
4933
    }
5082
    }
4934
}
5083
}
Línea 4988... Línea 5137...
4988
    font-size: 16px;
5137
    font-size: 16px;
4989
    font-weight: 600;
5138
    font-weight: 600;
4990
    display: inline-block;
5139
    display: inline-block;
4991
}
5140
}
Línea 4992... Línea 5141...
4992
 
5141
 
4993
.notification-info > span {
5142
.notification-info>span {
4994
    display: inline-block;
5143
    display: inline-block;
4995
    color: #b2b2b2;
5144
    color: #b2b2b2;
4996
    font-size: 12px;
5145
    font-size: 12px;
4997
    font-weight: 600;
5146
    font-weight: 600;
Línea 5136... Línea 5285...
5136
.pd-left-right {
5285
.pd-left-right {
5137
    padding-left: 15px;
5286
    padding-left: 15px;
5138
    padding-right: 20px;
5287
    padding-right: 20px;
5139
}
5288
}
Línea 5140... Línea 5289...
5140
 
5289
 
5141
.profile-bx-info > p {
5290
.profile-bx-info>p {
5142
    float: left;
5291
    float: left;
5143
    width: 100%;
5292
    width: 100%;
5144
    font-size: 14px;
5293
    font-size: 14px;
5145
    line-height: 20px;
5294
    line-height: 20px;
Línea 5200... Línea 5349...
5200
    padding-top: 5%;
5349
    padding-top: 5%;
5201
}
5350
}
Línea 5202... Línea 5351...
5202
 
5351
 
5203
.messages-list {
5352
.messages-list {
-
 
5353
    overflow-y: scroll;
5204
    overflow-y: scroll;
5354
 
5205
    li {
5355
    li {
-
 
5356
        cursor: pointer;
5206
        cursor: pointer;
5357
 
5207
        &.active {
5358
        &.active {
5208
            background-color: #efefef;
5359
            background-color: #efefef;
5209
        }
5360
        }
5210
    }
5361
    }
Línea 5219... Línea 5370...
5219
    display: flex;
5370
    display: flex;
5220
    align-items: center;
5371
    align-items: center;
5221
    gap: 0.5rem;
5372
    gap: 0.5rem;
5222
    padding: 0.5rem 1rem;
5373
    padding: 0.5rem 1rem;
5223
    border-radius: $border-radius;
5374
    border-radius: $border-radius;
-
 
5375
 
5224
    &:hover,
5376
    &:hover,
5225
    &.is_selected {
5377
    &.is_selected {
5226
        background: $light-gray;
5378
        background: $light-gray;
5227
    }
5379
    }
-
 
5380
 
5228
    .usr-ms-img {
5381
    .usr-ms-img {
5229
        width: 40px;
5382
        width: 40px;
5230
        height: 40px;
5383
        height: 40px;
5231
        border-radius: 50%;
5384
        border-radius: 50%;
5232
        overflow: hidden;
5385
        overflow: hidden;
-
 
5386
 
5233
        img {
5387
        img {
5234
            object-fit: cover;
5388
            object-fit: cover;
5235
        }
5389
        }
5236
    }
5390
    }
-
 
5391
 
5237
    .usr-mg-info {
5392
    .usr-mg-info {
5238
        h3 {
5393
        h3 {
5239
            color: $subtitle-color;
5394
            color: $subtitle-color;
5240
            font-size: 18px;
5395
            font-size: 18px;
5241
            font-weight: 600;
5396
            font-weight: 600;
5242
        }
5397
        }
-
 
5398
 
5243
        p {
5399
        p {
5244
            color: $font-color;
5400
            color: $font-color;
5245
            font-size: 16px;
5401
            font-size: 16px;
5246
        }
5402
        }
5247
    }
5403
    }
Línea 5333... Línea 5489...
5333
 
5489
 
5334
.message-bar-head .usr-msg-details {
5490
.message-bar-head .usr-msg-details {
5335
    width: auto;
5491
    width: auto;
Línea 5336... Línea 5492...
5336
}
5492
}
5337
 
5493
 
5338
.message-bar-head > a {
5494
.message-bar-head>a {
5339
    float: right;
5495
    float: right;
5340
    color: #b2b2b2;
5496
    color: #b2b2b2;
5341
    font-size: 20px;
5497
    font-size: 20px;
Línea 5345... Línea 5501...
5345
.main-message-box {
5501
.main-message-box {
5346
    display: flex;
5502
    display: flex;
5347
    width: 100%;
5503
    width: 100%;
5348
    position: relative;
5504
    position: relative;
5349
    margin-bottom: 15.5px;
5505
    margin-bottom: 15.5px;
-
 
5506
 
5350
    .message-inner-dt {
5507
    .message-inner-dt {
5351
        width: 100%;
5508
        width: 100%;
-
 
5509
 
5352
        & > img {
5510
        &>img {
5353
            display: inline-block;
5511
            display: inline-block;
5354
            width: auto;
5512
            width: auto;
5355
            max-height: 180px;
5513
            max-height: 180px;
5356
        }
5514
        }
-
 
5515
 
5357
        & > p {
5516
        &>p {
5358
            font-size: 14px;
5517
            font-size: 14px;
5359
        }
5518
        }
5360
    }
5519
    }
-
 
5520
 
5361
    .message-dt {
5521
    .message-dt {
5362
        border-radius: $border-radius;
5522
        border-radius: $border-radius;
5363
        border-top-left-radius: 0;
5523
        border-top-left-radius: 0;
5364
        width: auto;
5524
        width: auto;
5365
        padding: 0.5rem;
5525
        padding: 0.5rem;
5366
        margin-left: 15px;
5526
        margin-left: 15px;
5367
        background-color: $chat-send;
5527
        background-color: $chat-send;
5368
        color: $chat-color;
5528
        color: $chat-color;
5369
        box-shadow: $white-backdrop;
5529
        box-shadow: $white-backdrop;
5370
    }
5530
    }
-
 
5531
 
5371
    .messg-usr-img {
5532
    .messg-usr-img {
5372
        margin-left: 20px;
5533
        margin-left: 20px;
5373
        width: 50px;
5534
        width: 50px;
5374
    }
5535
    }
-
 
5536
 
5375
    .message-dt > span {
5537
    .message-dt>span {
5376
        color: #b2b2b2;
5538
        color: #b2b2b2;
5377
        font-size: 14px;
5539
        font-size: 14px;
5378
        float: left;
5540
        float: left;
5379
        width: 100%;
5541
        width: 100%;
5380
        margin-top: 7px;
5542
        margin-top: 7px;
5381
    }
5543
    }
-
 
5544
 
5382
    &.ta-right {
5545
    &.ta-right {
5383
        flex-direction: row-reverse;
5546
        flex-direction: row-reverse;
5384
    }
5547
    }
-
 
5548
 
5385
    &.ta-right .messg-usr-img {
5549
    &.ta-right .messg-usr-img {
5386
        margin-left: 0;
5550
        margin-left: 0;
5387
        margin-right: 20px;
5551
        margin-right: 20px;
5388
    }
5552
    }
-
 
5553
 
5389
    &.ta-right .message-dt {
5554
    &.ta-right .message-dt {
5390
        border-top-left-radius: $border-radius;
5555
        border-top-left-radius: $border-radius;
5391
        border-top-right-radius: 0;
5556
        border-top-right-radius: 0;
5392
        margin-right: 15px;
5557
        margin-right: 15px;
5393
        background-color: $chat-received;
5558
        background-color: $chat-received;
5394
    }
5559
    }
-
 
5560
 
5395
    &.ta-right .message-dt > span {
5561
    &.ta-right .message-dt>span {
5396
        float: right;
5562
        float: right;
5397
        width: auto;
5563
        width: auto;
5398
    }
5564
    }
5399
}
5565
}
Línea 5408... Línea 5574...
5408
    background-color: #efefef;
5574
    background-color: #efefef;
5409
    padding: 20px;
5575
    padding: 20px;
5410
}
5576
}
Línea 5411... Línea 5577...
5411
 
5577
 
5412
.message-dt.st3 .message-inner-dt {
5578
.message-dt.st3 .message-inner-dt {
5413
    & > p {
5579
    &>p {
5414
        background-color: #efefef;
5580
        background-color: #efefef;
5415
        color: #686868;
5581
        color: #686868;
5416
        width: auto;
5582
        width: auto;
5417
        padding: 10px 15px;
5583
        padding: 10px 15px;
5418
        float: left;
5584
        float: left;
-
 
5585
    }
5419
    }
5586
 
5420
    & > img {
5587
    &>img {
5421
        float: right;
5588
        float: right;
5422
        position: relative;
5589
        position: relative;
5423
        top: 3px;
5590
        top: 3px;
5424
        padding-left: 5px;
5591
        padding-left: 5px;
Línea 5473... Línea 5640...
5473
    border-radius: 30px;
5640
    border-radius: 30px;
5474
    height: 1.5rem;
5641
    height: 1.5rem;
5475
    color: gray;
5642
    color: gray;
5476
    cursor: pointer;
5643
    cursor: pointer;
5477
    transition: all 0.2s;
5644
    transition: all 0.2s;
-
 
5645
 
5478
    &:hover {
5646
    &:hover {
5479
        color: #000;
5647
        color: #000;
5480
    }
5648
    }
-
 
5649
 
5481
    & > input {
5650
    &>input {
5482
        display: none;
5651
        display: none;
5483
        border: none;
5652
        border: none;
5484
        outline: none;
5653
        outline: none;
5485
        background: none;
5654
        background: none;
5486
    }
5655
    }
-
 
5656
 
5487
    &.show {
5657
    &.show {
5488
        padding: 0.5rem;
5658
        padding: 0.5rem;
5489
        background-color: #eef3f0;
5659
        background-color: #eef3f0;
5490
        width: -webkit-fill-available;
5660
        width: -webkit-fill-available;
-
 
5661
 
5491
        & > input {
5662
        &>input {
5492
            display: initial;
5663
            display: initial;
5493
        }
5664
        }
5494
    }
5665
    }
5495
}
5666
}
Línea 5496... Línea 5667...
5496
 
5667
 
5497
.group__search {
5668
.group__search {
5498
    flex: initial;
5669
    flex: initial;
-
 
5670
    margin: 0 1rem;
5499
    margin: 0 1rem;
5671
 
5500
    input {
5672
    input {
5501
        display: initial;
5673
        display: initial;
5502
    }
5674
    }
Línea 5598... Línea 5770...
5598
    float: left;
5770
    float: left;
5599
    width: 90%;
5771
    width: 90%;
5600
    padding-left: 15px;
5772
    padding-left: 15px;
5601
}
5773
}
Línea 5602... Línea 5774...
5602
 
5774
 
5603
.usr_quest > h3 {
5775
.usr_quest>h3 {
5604
    color: #000000;
5776
    color: #000000;
5605
    font-size: 17px;
5777
    font-size: 17px;
5606
    font-weight: 600;
5778
    font-weight: 600;
5607
    margin-bottom: 20px;
5779
    margin-bottom: 20px;
Línea 5608... Línea 5780...
5608
}
5780
}
5609
 
5781
 
5610
.forum-post-view .usr_quest > h3 {
5782
.forum-post-view .usr_quest>h3 {
Línea 5611... Línea 5783...
5611
    margin-bottom: 10px;
5783
    margin-bottom: 10px;
5612
}
5784
}
Línea 5726... Línea 5898...
5726
    background-color: #fff;
5898
    background-color: #fff;
5727
    margin-top: 20px;
5899
    margin-top: 20px;
5728
    padding: 12px 25px;
5900
    padding: 12px 25px;
5729
}
5901
}
Línea 5730... Línea 5902...
5730
 
5902
 
5731
.next-prev > a {
5903
.next-prev>a {
5732
    width: 90px;
5904
    width: 90px;
5733
    height: 35px;
5905
    height: 35px;
5734
    text-align: center;
5906
    text-align: center;
5735
    line-height: 35px;
5907
    line-height: 35px;
5736
    color: #b2b2b2;
5908
    color: #b2b2b2;
5737
    font-size: 14px;
5909
    font-size: 14px;
5738
    background-color: #e5e5e5;
5910
    background-color: #e5e5e5;
Línea 5739... Línea 5911...
5739
}
5911
}
5740
 
5912
 
5741
.next-prev > a:hover {
5913
.next-prev>a:hover {
5742
    color: #fff;
5914
    color: #fff;
Línea 5743... Línea 5915...
5743
    background-color: #e44d3a;
5915
    background-color: #e44d3a;
Línea 5809... Línea 5981...
5809
    line-height: 80px;
5981
    line-height: 80px;
5810
    border: 1px solid #e1e1e1;
5982
    border: 1px solid #e1e1e1;
5811
    cursor: pointer;
5983
    cursor: pointer;
5812
}
5984
}
Línea 5813... Línea 5985...
5813
 
5985
 
5814
.spinner > div {
5986
.spinner>div {
5815
    width: 15px;
5987
    width: 15px;
5816
    height: 15px;
5988
    height: 15px;
5817
    background-color: #b9b9b9;
5989
    background-color: #b9b9b9;
5818
    border-radius: 100%;
5990
    border-radius: 100%;
Línea 5830... Línea 6002...
5830
    -webkit-animation-delay: -0.16s;
6002
    -webkit-animation-delay: -0.16s;
5831
    animation-delay: -0.16s;
6003
    animation-delay: -0.16s;
5832
}
6004
}
Línea 5833... Línea 6005...
5833
 
6005
 
-
 
6006
@-webkit-keyframes sk-bouncedelay {
5834
@-webkit-keyframes sk-bouncedelay {
6007
 
5835
    0%,
6008
    0%,
5836
    80%,
6009
    80%,
5837
    100% {
6010
    100% {
5838
        -webkit-transform: scale(0);
6011
        -webkit-transform: scale(0);
Línea 5842... Línea 6015...
5842
        -webkit-transform: scale(1);
6015
        -webkit-transform: scale(1);
5843
    }
6016
    }
5844
}
6017
}
Línea 5845... Línea 6018...
5845
 
6018
 
-
 
6019
@keyframes sk-bouncedelay {
5846
@keyframes sk-bouncedelay {
6020
 
5847
    0%,
6021
    0%,
5848
    80%,
6022
    80%,
5849
    100% {
6023
    100% {
5850
        -webkit-transform: scale(0);
6024
        -webkit-transform: scale(0);
Línea 6052... Línea 6226...
6052
    overflow: hidden;
6226
    overflow: hidden;
6053
    width: 0;
6227
    width: 0;
6054
    float: left;
6228
    float: left;
6055
}
6229
}
Línea 6056... Línea 6230...
6056
 
6230
 
6057
.add-pic-box [type="file"] + label {
6231
.add-pic-box [type="file"]+label {
6058
    background: #fff;
6232
    background: #fff;
6059
    border: 2px solid #e44d3a;
6233
    border: 2px solid #e44d3a;
6060
    border-radius: 3px;
6234
    border-radius: 3px;
6061
    color: #e44d3a;
6235
    color: #e44d3a;
Línea 6071... Línea 6245...
6071
    margin: 0;
6245
    margin: 0;
6072
    float: right;
6246
    float: right;
6073
    text-transform: uppercase;
6247
    text-transform: uppercase;
6074
}
6248
}
Línea 6075... Línea 6249...
6075
 
6249
 
6076
.add-pic-box [type="file"] + label:hover {
6250
.add-pic-box [type="file"]+label:hover {
6077
    background: #e44d3a;
6251
    background: #e44d3a;
6078
    color: #fff;
6252
    color: #fff;
Línea 6079... Línea 6253...
6079
}
6253
}
Línea 6250... Línea 6424...
6250
 
6424
 
6251
.modal-header {
6425
.modal-header {
6252
    position: relative;
6426
    position: relative;
6253
    padding: 0;
6427
    padding: 0;
-
 
6428
    border-bottom: none;
6254
    border-bottom: none;
6429
 
6255
    button.close {
6430
    button.close {
6256
        z-index: 100;
6431
        z-index: 100;
6257
        border: none;
6432
        border: none;
6258
        top: -0.5rem;
6433
        top: -0.5rem;
Línea 6884... Línea 7059...
6884
    border-radius: $button-text-color;
7059
    border-radius: $button-text-color;
6885
    font-size: 15px;
7060
    font-size: 15px;
6886
    font-weight: 500;
7061
    font-weight: 500;
6887
    padding: 10px;
7062
    padding: 10px;
6888
    border-radius: $border-radius;
7063
    border-radius: $border-radius;
-
 
7064
 
6889
    &:hover,
7065
    &:hover,
6890
    &:active {
7066
    &:active {
6891
        background-color: $button-bg-hover;
7067
        background-color: $button-bg-hover;
6892
    }
7068
    }
-
 
7069
 
6893
    &:nth-child(2) {
7070
    &:nth-child(2) {
6894
        color: $button-text-color-secondary !important;
7071
        color: $button-text-color-secondary !important;
6895
        background-color: $button-bg-secondary;
7072
        background-color: $button-bg-secondary;
6896
        border: 1px solid $border-gray-primary;
7073
        border: 1px solid $border-gray-primary;
-
 
7074
 
6897
        &:hover {
7075
        &:hover {
6898
            background-color: $button-bg-secondary-hover;
7076
            background-color: $button-bg-secondary-hover;
6899
        }
7077
        }
6900
    }
7078
    }
6901
}
7079
}
Línea 6902... Línea 7080...
6902
 
7080
 
6903
.modal-footer button.save {
7081
.modal-footer button.save {
6904
    color: $button-text-color-secondary;
7082
    color: $button-text-color-secondary;
-
 
7083
    background-color: $button-bg-secondary;
6905
    background-color: $button-bg-secondary;
7084
 
6906
    &:hover {
7085
    &:hover {
6907
        background-color: $button-bg-secondary-hover;
7086
        background-color: $button-bg-secondary-hover;
6908
    }
7087
    }
Línea 7298... Línea 7477...
7298
    content: "";
7477
    content: "";
7299
    background-color: #fff;
7478
    background-color: #fff;
7300
    border: #e1e1e1 solid 2px;
7479
    border: #e1e1e1 solid 2px;
7301
}
7480
}
Línea 7302... Línea 7481...
7302
 
7481
 
7303
.custom-control-input:checked ~ .custom-control-label::before {
7482
.custom-control-input:checked~.custom-control-label::before {
7304
    color: #fff;
7483
    color: #fff;
7305
    border-color: #e44d3a;
7484
    border-color: #e44d3a;
7306
    background-color: #e44d3a;
7485
    background-color: #e44d3a;
7307
    box-shadow: none;
7486
    box-shadow: none;
Línea 7338... Línea 7517...
7338
    position: initial;
7517
    position: initial;
7339
    margin-bottom: 0;
7518
    margin-bottom: 0;
7340
    vertical-align: top;
7519
    vertical-align: top;
7341
}
7520
}
Línea 7342... Línea 7521...
7342
 
7521
 
7343
.toggle-btn .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
7522
.toggle-btn .custom-switch .custom-control-input:checked~.custom-control-label::after {
7344
    background-color: #fff;
7523
    background-color: #fff;
7345
    -webkit-transform: translateX(2.5rem);
7524
    -webkit-transform: translateX(2.5rem);
7346
    transform: translateX(2.5rem);
7525
    transform: translateX(2.5rem);
Línea 7494... Línea 7673...
7494
 
7673
 
Línea 7495... Línea 7674...
7495
// Alert notification
7674
// Alert notification
7496
 
7675
 
-
 
7676
.alert-danger {
7497
.alert-danger {
7677
    background-color: $danger !important;
7498
    background-color: $danger !important;
7678
 
7499
    &:hover {
7679
    &:hover {
7500
        background-color: $danger-hover !important;
7680
        background-color: $danger-hover !important;
7501
    }
7681
    }