Monochrome Profile Theme Template

Main Preview

Rather than add this profile to my Rentry with the other two themes, this is more of a full profile template that requires more explaining so it got its own. This is also why the page is quite long. As this theme has pre-made boxes for the profile text, the "How to use the code" section explains where exactly to write your text for those who may need that help.

Two questions I can imagine people have:
What does this template include?

CSS, HTML and the background image. This profile is fully media queried to ensure functionality across devices.

Will this theme's codes get updated if classes change?

Yes, though how fast may vary. The date on which the code was last edited will be right above the actual code, written in DD/MM/YYYY format. I will try to update this theme within 2 weeks of a change happening, but due to life this may take longer.

A few things to mention:

Credit:
If this template is used, please do not remove the credit div. If you only use parts of the template (example: only using profile bio / only using the bot cards / only using the header, etc.) please still include the credit. If you use this template and customise it, please do still include the credit.
If you are found to be using this template without crediting me, you will be reported. If you then don’t add the credit/remove the code, there will be consequences. Yes, stealing CSS is reportable.

Everything on this profile was done for a reason!

The sidebar only being on pc, the speed and frequency of the flicker animation as well as on which it is placed, the toggle for the boxes? Everything was a conscious decision to keep the profile accessible and pleasant for users to navigate on all devices.

Animations:
This theme has a flicker animation on the text boxes, bot card hover and bot + user image hover on the notifications. These flickers are the speed and frequency they are for a reason. DO NOT SPEED UP THE FLICKERS. Making the flickers faster can mess with accessibility, give users headaches/migraines, be generally overwhelming or even risk causing users a seizure if you set them too fast.

Do NOT speed up the animations! Animations being too fast may cause headaches/migraines or in the worst cases even seizures.

Toggle:
DO NOT REMOVE THE TOGGLE. Once again, it is there for a reason. Even though the profile text boxes should be in proper media queries, the toggle is there not only for convenience but also for those who may have trouble with the rotated boxes in general.

The sidebar being only on pc? Again a conscious choice. A menu like that on mobile blocks most of the screen and gets in the way. It is just not user friendly. Remember, these profile themes aren't there just to look good, they need to be functional and accessible.

Accessibility

While I will not be going into detail about accessibility here, there are a few things I want to mention for those who want to customise this template and change colours/fonts.

Colours:
Always make sure your background and text colours have proper contrast. You can check this by using a contrast checker. I personally use this one:
https://webaim.org/resources/contrastchecker/
Ideally I recommend aiming for a 7:1 contrast ratio, or as close as you can get to it. At minimum your colours should pass the WCAG AA level with a 4.5:1 contrast ratio.

Fonts:
Not every font works for every element. Cursive or very decorative fonts generally do not work for smaller texts and should be kept to titles. Additionally, fonts that are in all caps can be hard to read in longer texts, these should also only be used for titles.
FOR THE LOVE OF EVERYTHING, PLEASE DO NOT USE LINEFONT.
For a list of all fonts available you can check out Iorveths' template account, which can be found here:
https://janitorai.com/profiles/6f4a7226-6402-4a4a-b2b6-113616a0ad14_profile-of-polare

Glow:
Glowy things are fun, right? But you need to be careful with them. DO NOT use glows on text where the glow colour and text colour are similar. This makes your text appear blurry and be hard to read. Generally, avoid adding glowing effects to text unless the text is a large title and the glow is visually distinct from the text. Contrast is important here as well. Additionally, glows may appear stronger on mobile than on pc, making your text unreadable on mobile devices even if it was fine on pc. If you are not able to adjust this, avoid using glows on text.

Table of contents:

Preview images

Main preview:
Main Preview

Boxes Toggled, announcement menu open, search bar hovered:
Boxes toggled

Notification menu, main bio, follow + options:
Notif menu

Bot cards:
Bot Cards

Mobile preview:
Mobile

Background image + how to use it

For this theme, I used an AI gen for the page background, then put a greyscale filter on it and messed with contrast. The image can be found here

Alternatively, you could also save it from here:
Page Background

If you want to use a background image, just follow these steps:

Step 1: Click on "Edit profile"

Step 1

Step 2: Click on the palette icon.

Step 2

Step 3: Click on the bottom icon that says "Change Background Image".

Step 3

Step 4: Click on the box outlined in purple and select your background image.

Step 4

Step 5: Make sure the opacity is set to 100% and blur is set to 0%, then press "Save"

Step 5

Step 6: Press on "Save changes"

Step 6
Done!

While you can press the palette icon first, you NEED to press "Save changes" for it to actually save, which is why pressing "Edit profile" is step 1.

Profile bio preparation

Before we get started, We must make the profile bio transparent. This can be done easily through the profile editor on the page.
Step 1: Click on "Edit profile"

Step 1

Step 2: Click on the palette icon.

Step 2

Step 3: After clicking on this icon, the CSS editor and other customisation icons will appear, press the one below the palette icon you just clicked

Step 3

Step 4: While the hex code does not necessarily matter, it must be at 0% opacity, this means the hex code has 6 figures and then an extra 00 added after that. For ease, you could set it to #ffffff00

Step 4

Step 5: Press on "Save changes"

Step 5
Step 5.2

Now, we are good to go!

While you can press the palette icon first, you NEED to press "Save changes" for it to actually save, which is why pressing "Edit profile" is step 1.

Where to put the code

Use the About Me section, which you can find here: https://janitorai.com/profile-settings
Or, you can click on the user menu and then on "Settings"

Step 1

This will bring you to this page:

Step 2

Scroll down a little and click "Show Editor"

Step 3

Select everything you have in terms of profile bio or previous CSS and save it somewhere else so you don't lose it. Not sure where to save it? Think of like a notepad app or Google Docs, something like that where you can save text!

How to use the code

Remove everything in the About Me and paste in the template. Once this is done, you may have to scroll up. It'll look like this at the top:

Alternatively, you can first click the "Save Changes" button under the main persona field to save applying the template

Step 1

To edit the status bar text, go to the outlined code.

1
2
3
<div class="cyanoide-status-bar">
<p>Status Bar - Status text goes here</p>
</div>

To change the text, edit the text in between <p></p>. Keep it in between those tags.

DO NOT remove the <p></p>! Removing this will break the status bar.

Alternatively, if you do not want the status bar, you can remove this piece from the About Me. If you are scared about breaking anything, don't worry about having to find and remove the styling, with the <div></div> gone the styling for the status bar won't be applied.

Step 2

Each box may have different classes and be styled to be positioned differently, but their set ups are all the same.

To start, this is how to edit the titles.
Yellow outlines the whole box structure, This is just outlined to hopefully visualise things easier.
First, let's focus on the titles. These are outlined in red with the actual text underlined in green. It may be hard to spot in the section above the main text area, but it's right in the middle

1
2
3
4
5
<div class="cyanoide-profile-box-outer-left-1">
   <div class="cyanoide-profile-box-1">
<div class="cyanoide-profile-box-title">Title 1</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">

This line:

<div class="cyanoide-profile-box-title">Title 1</div>

You can edit the text that says "Title 1", but it is important to leave <div class="cyanoide-profile-box-title"> and </div> around it the way they are. Removing these will break the code. If you place the title text outside of them, it won't work correctly.

Step 3

Yellow is again outlining the entire box, red outlines The textbox area and green the text itself.

1
2
3
4
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>

Just like with the status bar, to change the text you will have to edit the text between <p></p> as some styling for the box relies on the text being within <p></p>. You can add more <p> and </p> with text in between it to the box, just as long as you stay within <div class="cyanoide-profile-box-text"> and </div> In short, text encased with <p></p> will form a paragraph.
It is essential to keep the <div class="cyanoide-profile-box-text"> before all the text you want inside the box and </div> after it to encase it. Removing these will break the box. Some basic HTML for styling text in the profile bio will be explained here.

Step 4

Need more than 6 boxes? Or just a general box you can add larger images to or drop downs? That's the sort of things this last bio container is for!
Red outlines the whole box structure, green just the text. Just like the 6 smaller text boxes, editing the text goes the same. Do not touch the <div class="cyanoide-large-bio-container"> and </div> at the start and end, keep text you type encased in <p> and </p> per paragraph you want. Use HTML tags (explained briefly here) to style your text further.

1
2
3
4
5
6
<div class="cyanoide-large-bio-container">
<p>Are 6 boxes not enough? You can use this container as you normally would the bio. Keeping it in a separate div that can be given a background ensures readability no matter what your background image is, as long as your text colour has proper contrast with the background. Unsure what the contrast between your text and background is? You can use this site: <a rel="noopener noreferrer" href="https://webaim.org/resources/contrastchecker/">WebAIM.org</a></p>

<p>By using this container rather than the normal bio, it can also easily be separated from the status bar for a cleaner look.</p>

</div>

Step 5

Now, what if you want less than the 6 smaller profile boxes?

Only want three boxes? Four? Five? You can just remove them, but you do need to pay a little attention.
At the top of all boxes is a line that says <div class="cyanoide-profile-box-wrapper">. DO NOT REMOVE THIS. This is the wrapper that holds all the boxes and applies the perspective.

Boxes 1 and 6 are outlined in green, this is to highlight what you can delete. The red outlines you can't remove or it'll break the code. The boxes are placed separately, so if you only wanted 3 boxes, you could just keep 1, 2, 3, but you could also keep 1, 3, 5 or 2, 4, 6 if you only want the boxes on the right or on the left. Alternatively you could even keep 1, 4, 5 or 2, 3, 6 to alternate. Want more than 3 boxes? Just keep more in.

Step 6

HTML for profile bio

As the profile bio can only be edited through the Settings -> About Me editor after CSS is added and this template requires some very light basic HTML (only the use of <p> and </p>, don't worry), this section will explain some really basic HTML tags to use.

Paragraphs:
<p> and </p>:
These were briefly explained earlier, <p> and </p> are the HTML tags for text paragraphs.
<p> starts a paragraph and </p> ends the paragraphs. You type your paragraph's text in between these tags.

For this example red outlines the text section I am using for this example, <p> is underlined with green and </p> is underlined with yellow to show where the paragraph starts and ends. Each paragraph is longer than the bio container width and so takes up more than one line. As you can see, the vertical space between these lines is smaller than the vertical space between paragraphs.

Paragraph tag

Alignment:
Instead of just simple <p></p>, you can add a bit styling to it to align the text left, center or right. The alternative <p> tags have been underlined in green.
Left alignment, for this one you can just use <p></p> as there's no difference

<p style="text-align: left">This is a left aligned text</p>

Center alignment:

<p style="text-align: center">This is a center aligned text</p>

Right alignment:

<p style="text-align: right">This is a right aligned text</p>

Paragraph Styling

Paragraph breaks:
Just hitting enter does not increase the space between paragraphs, if you want more space between your paragraphs you should use the <br> tag. <br> does not have an end tag, so you do NOT need to add </br>.
This means you can use hitting enter to space out your paragraphs to visually separate them for yourself.

Br tag

Text Styling:
Bold, italics, colouring text and headers are some basic ways to style text, these can be done rather easily.

Bold text: <strong></strong>

<p><strong>This is a bold text.</strong></p>

Italics text: <em></em>

<p><em>This is a text in italics.</em></p>

Coloured text, can be done either with HEX code or RGB/RGBA <span style="color: COLOUR;"></span>

<p><span style="color: #00ffff;">This is a cyan text.</span></p> 
<p><span style="color: rgba(0, 255, 255, 1);">This is also a cyan text.</span></p>

Headers: <h1></h1>, <h2></h2>, <h3></h3>, etc.

<p><h1>This is a header.</h1></p>
<p><h2>This is also a header.</h2></p>

Text styling tags

Extra codes

As this theme is monochrome and not everyone who may want to use it has black and white images ready, here's a little bit of code to help out!
For the profile picture, you can use this to apply the filter:

1
2
3
.pp-uc-avatar{
   filter: greyscale(1);
}

For the background, you can use this to apply the filter:

1
2
3
.pp-page-background{
   filter: greyscale(1);
}

Removing the edit profile button only makes sure the boxes from the PC profile bio are displayed the same on the page for you as they are for other users visiting your page. This code is not important and can be ignored, but may be nicer for you as the creator visually when on your own page. Additionally, removing the "Edit profile" button may be a good reminder to not edit your profile through the main profile page, as this will remove any CSS on the page.

1
2
3
.css-1x04uxb{
   display: none !important;
}

Make sure these codes are in between a <style> and </style> tag if you use them, or else they won't work!

Template - Full code

Code Last Updated: 11 / 01 / 2026
In this code you may find a few notes saying "! OPTIONAL !". These notes mark text replacements, the icon replacement for the message ribbon and the code that adds the greyscale filter to bot cards (and removes it upon hover). The note "! RECOMMENDED !" marks the "Member since" text replacement that requires you to add your own join date.

To easily find these notes, you can press the "ctrl" and "f" key on your keyboard simultaneously. This will pull up a search bar in which you can type "optional" to easily find the "! OPTIONAL !" notes, then afterwards replace that with "recommended" to find the "! RECOMMENDED !" note.

REMEMBER! After adding CSS you CAN NOT edit the page through the "Edit profile" button. Doing so WILL DELETE ANY AND ALL CSS ON THE PAGE! You'll have to edit your profile through the Settings -> About Me.

!!! MAKE SURE TO SAVE ANY EXISTING CSS YOU HAVE DONE !!!

If you have any CSS on your page (Done through either the CSS editor or About Me in Settings), save it on something like a notepad app or Google Docs so you don't lose it!

All of the code is labelled, hopefully clearly, to mark what each part does. I want to give a special thanks to @Tigerdropped for not only giving me the code to put the user menu into the sidebar header, but also for allowing me to use it in the template instead of a simplified version <3.
Lastly, in the Keyframes section you will find the keyframe for the mobile version of the status bar. I recommend reading the note that comes with it for how to adjust it if the status snaps back rather than scroll out of sight.

Do not remove the credit. I will report people I find who use this template without crediting. Yes, using templates without credit is reportable.

Copy paste ALL of this and paste it into your "About Me" here

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
<div class="cyanoide-toggle-box">
   <details class="cyanoide-box-toggle">
      <summary></summary>
   </details>
</div>


<div class="cyanoide-status-bar">
<p>Status Bar - Status text goes here</p>
</div>


<div class="cyanoide-profile-box-wrapper">

<div class="cyanoide-profile-box-outer-left-1">
   <div class="cyanoide-profile-box-1">
<div class="cyanoide-profile-box-title">Title 1</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>


<div class="cyanoide-profile-box-outer-right-1">
   <div class="cyanoide-profile-box-2">
<div class="cyanoide-profile-box-title">Title 2</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>


<div class="cyanoide-profile-box-outer-left-2">
   <div class="cyanoide-profile-box-3">
<div class="cyanoide-profile-box-title">Title 3</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>


<div class="cyanoide-profile-box-outer-right-2">
   <div class="cyanoide-profile-box-4">
<div class="cyanoide-profile-box-title">Title 4</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>


<div class="cyanoide-profile-box-outer-left-3">
   <div class="cyanoide-profile-box-5">
<div class="cyanoide-profile-box-title">Title 5</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>


<div class="cyanoide-profile-box-outer-right-3">
   <div class="cyanoide-profile-box-6">
<div class="cyanoide-profile-box-title">Title 6</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>

</div>

<div class="cyanoide-large-bio-container">
<p>Are 6 boxes not enough? You can use this container as you normally would the bio. Keeping it in a separate div that can be given a background ensures readability no matter what your background image is, as long as your text colour has proper contrast with the background. Unsure what the contrast between your text and background is? You can use this site: <a rel="noopener noreferrer" href="https://webaim.org/resources/contrastchecker/">WebAIM.org</a></p>

<p>By using this container rather than the normal bio, it can also easily be separated from the status bar for a cleaner look.</p>

</div>


<div class="MonoTemplateCredit">
<p>CSS done by <a href="https://janitorai.com/profiles/715f6db3-9ea6-4ef6-8caa-1521f85a7d00_profile-of-cyanoide">@Cyanoide</a>.</p>
</div>


<style>
/* ---------------------------- KEYFRAMES ---------------------------- */
/* KEYFRAMES - Status Bar Scroll */
@keyframes StatusTextScroll{
   0%{
      transform: translateX(100%);      
}
   100%{
      transform: translateX(-100%); 
} }
/* -------------------------------------------------------- */
/* KEYFRAMES - Status Bar Scroll Mobile */
/* Depending on how long your status text is, you may need to increase the "transform: translateX(-300%);" to a different value. If it snaps back rather than scroll out of sight you may need to try values such as -350%, -400%, etc. */ 
@keyframes StatusTextScrollMobile{
   0%{
      transform: translateX(100%);      
}
   100%{
      transform: translateX(-300%); 
} }
/* -------------------------------------------------------- */
/* KEYFRAMES - Text box Flicker Keyframe */
@keyframes TextBoxFlicker{
   0%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   12%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   12.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   12.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   13%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   13.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   13.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   20%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   20.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   20.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   25%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   25.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   25.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   26%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   26.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   26.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   100%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
} }
/* -------------------------------------------------------- */
/* KEYFRAMES - Bot Card Flicker Keyframe */
@keyframes BotHoverFlicker{
   0%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   12%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   12.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   12.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   13%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   13.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   13.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   20%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   20.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   20.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   25%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   25.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   25.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   26%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   26.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   26.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   40%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   40.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   40.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   41%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   41.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   41.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   67%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   67.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   67.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   100%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
} }
/* ---------------------------- END OF KEYFRAMES SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- GENERAL CODE ---------------------------- */
/* Main text font + colour */
body{
   color: #efefef;
   font-family: "Courier Prime", monospace;
   font-size: 13px;
   font-weight: 100;
}
/* Links */
a{
   color: #bbbbbb;
   text-decoration: underline;
   transition: 0.3s;
}
a:hover{
   color: #efefef;
}
/* Paragraph side padding */
p{
   padding-left: 5px;
}
/* Removing filter from background */
.pp-page-background{
   filter: none;
}
/* SVG - Announcement/Notification/Tags/etc. Icon Hover */
svg{
   fill: #efefef;
   transition: 0.3s;
}
svg:hover{
   fill: #101010;
}
/* SVG - Search bar - full opacity */
.css-bar9lc div:has(svg){
   opacity: 1;
}
/* TOOLTIPS - Removing Diamond */
.css-1ugx2pr, .chakra-tooltip__arrow-wrapper.css-0{
   display: none;
}
/* TOOLTIPS - Box styling */
.css-sdza1q, .css-ataym9, .css-1xt7epy, .css-1z0vr2k, .css-yl8rnf, .css-b19ce0, .css-1ltpmnj, .css-1mdyyu3{
   background: #101010;
   border: 1px solid #efefef;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   color: #efefef;
   font-family: "Courier Prime", monospace;
   font-size: 15px;
   font-weight: 100;
}
/* PROFILE LAYOUT - PFP and Profile Info Centered */
.profile-info-hstack{
   flex-direction: column;
}
/* PROFILE LAYOUT - Profile Above Bots */
.profile-page-flex{
   flex-direction: column;
}
/* PROFILE LAYOUT - Centering Profile Text */
.profile-info-stack-inner-flex{
   justify-content: center;
}
/* On this theme the Log in and Register buttons were placed inconveniently
 on PC. This code repositions them to give them a clear and accessible place on logged out devices. */
/* PROFILE LAYOUT - Log In / Register Buttons - Wrapper */
.pp-top-bar-auth-buttons{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   left: 60px;
   padding-left: 1rem;
   position: absolute;
   top: 0;
}
/* PROFILE LAYOUT - Log In / Register Buttons - Log In + Register Button */
.pp-top-bar-auth-buttons-register, .pp-top-bar-auth-buttons-login{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   font-family: "Graduate", serif;
}
.pp-top-bar-auth-buttons-register:hover, .pp-top-bar-auth-buttons-login:hover{
   background: #efefef;
   border: 1px solid #101010;
   border-radius: 999px;
   color: #101010;
   text-shadow: none;
}
/* PROFILE LAYOUT - Log In / Register Buttons - Removing Transform On Click */
.glow-logo:active{
   transform: none;
}
.glow-logo:focus{
   color: #101010;
   text-shadow: none;
}
/* PROFILE LAYOUT - Bottom Page Arrows - Container */
.pp-cc-list-container + div{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   height: 2rem;
   justify-content: center;
}
/* PROFILE LAYOUT - Bottom Page Arrows - Arrows */
._navButton_5a6y6_84:disabled{
   opacity: 0.8;
}
._navButton_5a6y6_84{
   border: #efefef;
}
._navButton_5a6y6_84:hover{
   background: #efefef;
   border: #101010;
}
._navButton_5a6y6_84:hover svg{
   fill: #101010;
}
/* PROFILE LAYOUT - Bottom Page Arrows - Current Page */
._pageButtonActive_5a6y6_130{
   background: #efefef !important;
   border: 1px solid #101010 !important;
   color: #101010 !important;
   transition: 0.3s;
}
._pageButtonActive_5a6y6_130:hover {
   background: #101010 !important;
   border: 1px solid #efefef !important;
   color: #efefef !important
}
/* PROFILE LAYOUT - Bottom Page Arrows - Page Numbers */
._pageButton_5a6y6_112{
   background: #101010;
   border: 1px solid #efefef;
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 13px;
   font-weight: 100;
   transition: 0.3s;
}
._pageButton_5a6y6_112:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
html:not(:has([class="MonoTemplateCredit"])) .css-0::after{
   background: #efefef;
   content: "";
   inset: 0;
   pointer-events: none;
   position: fixed;
   z-index: 20000;
}
/* ---------------------------- END OF GENERAL CODE SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- PROFILE BIO ---------------------------- */
/* Contains elements such as: PFP, @, Followers, Members Since, Badges, General profile bio appearance, DIV classes (status bar, text boxes), follow button and options button */
/* -------------------------------------------------------- */
/* PROFILE BIO - Removing box shadow from bio */
.pp-uc-background:hover{
   box-shadow: none;
}
/* PROFILE BIO -  Full Width Bio */
.profile-page-flex > div:not(.profile-page-container-flex-box){
   max-width: unset;
}
/* PROFILE BIO - PFP Size */
.pp-uc-avatar{
   border-radius: 0px;
   box-shadow: none;
   height: 600px;
   width: auto;
}
/* PROFILE BIO - @ / Followers / Badges - Member Since Container */
.profile-info-stack-inner{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   margin-top: -40px;
   padding: 20px;
   width: 30%;
   z-index: 0;
}
/* PROFILE BIO - @ */
.pp-uc-title{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 35px;
   font-weight: 100;
}
/* PROFILE BIO - Followers - General Styling*/
.pp-uc-followers-count{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   text-align: center;
}
/* PROFILE BIO - Followers - Hiding "Followers" */
.pp-uc-followers-count > span + span{
   font-size: 0;
}
/* PROFILE BIO - Followers - Follower Text Replacement - Before Number */
.pp-uc-followers-count::before{
   content: "Broadcasting to: "; /* ! OPTIONAL ! - Replace with your own text or remove if you only want a text like "<Number> <Followers>" */
   font-size: 20px;
}
/* PROFILE BIO - Followers - Follower Text Replacement - After Number */
.pp-uc-followers-count > span + span::after{
   content: "viewers"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 20px;
}
/* PROFILE BIO - Badges */
.css-hjkukh{
   filter: grayscale(1);
   justify-content: center;
}
/* PROFILE BIO - Member Since - Positioning, Colour, Font */
.pp-uc-member-since{
    font-size: 0px;
    text-align: center;
}
/* PROFILE BIO - Member Since - Text Replacement */
.pp-uc-member-since:after{
   color: #efefef;
   content: "On air since <DATE>"; /* ! RECOMMENDED ! - Replace "<DATE>" with your join date - ! OPTIONAL ! - Replace "On air since" with your custom text */
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   text-align: center;
}
/* PROFILE BIO - Follow Button - Centred */
.css-y9k5u7{
   flex-direction: column;
   justify-content: center;
}
/* PROFILE BIO - Follow Button - Bottom padding */
.css-fdshcw{
   padding-bottom: 50px;
}
/* PROFILE BIO - Follow Button - General Styling */
.pp-uc-follow-button{
   align-items: center;
   background: #101010; 
   background-position: left;
   background-size: 250%;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   display: flex;
   font-family: "Graduate", serif;
   font-weight: 100;
   height: 2.5rem;
   justify-content: center;
   overflow: hidden;
   position: relative;
   transition: 0.3s !important;
   width: 15rem;
}
.pp-uc-follow-button:hover{
   background: #efefef !important;
   border: 1px solid #101010 !important;
   color: #101010;
}
/* PROFILE BIO - Follow Button - "Follow" Text Replacement */
.pp-uc-follow-button:after{
   content: "Start Watching"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 20px;
   transition: 0.3s;
   white-space: nowrap;
}
/* PROFILE BIO - Follow Button - "Following" Text Replacement */
.pp-uc-follow-button[data-following=true]:after{
   content: "Stop Watching"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 20px;
}
.profile-uc-follow-button::before { content: unset; }
.pp-uc-follow-button:active{
   transform: none;
}
/* PROFILE BIO - Follow Button - Removing Old Text */
.pp-uc-follow-button > span{
   font-size: 0px;
}
/* PROFILE BIO - Options - Base styling */
.pp-uc-options-menu{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   flex-direction: row-reverse;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   justify-content: center;
   transition: 0.3s;
   width: 15rem;
}
.pp-uc-options-menu:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
.pp-uc-options-menu:hover svg, .pp-uc-options-menu[data-active] svg{
   fill: #101010;
}
/* PROFILE BIO - Options - Background When Opened */
.pp-uc-options-menu:active, .pp-uc-options-menu[data-active]{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
/* PROFILE BIO - Options - Block Text */
.pp-uc-options-menu-item{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   font-family: "Courier Prime", monospace;
   font-size: 15px;
   font-weight: 100;
   padding-top: 7px;
   padding-bottom: 5px;
   text-align: center;
   transition: 0.3s;
   width: 15rem;
}
/* PROFILE BIO - Options - Block Text - Hover */
.pp-uc-options-menu-item:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
/* PROFILE BIO - Options - Block Text - Background */
.css-1f9crt2{
   background: none;
   box-shadow: none;
}
/* PROFILE BIO - Options - Block Text - Icon */
.css-7halv9{
   font-size: 1rem;
   padding-bottom: 3px;
}
.pp-uc-options-menu-item:hover svg{
   fill: #101010;
}
/* PROFILE BIO - Divs - Status Bar - Styling */
.cyanoide-status-bar{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   height: 50px;    
   overflow: hidden;
   position: relative;
   white-space: nowrap;
}
/* PROFILE BIO - Divs - Status Bar - Animation, Text Styling, Size */
.cyanoide-status-bar p{
   animation: StatusTextScroll 17s linear infinite;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   height: 100%;
   line-height: 50px;
   margin: 0;
   position: absolute;
   text-align: center;
   transform:translateX(100%);
   width: 100%;
}
/* PROFILE BIO - Divs - Bio Container - Box Styling */
.cyanoide-large-bio-container{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   margin-top: 20px;
}
/* PROFILE BIO - Divs - Bio Container - Text Padding */
.cyanoide-large-bio-container p{
   padding: 5px 10px 5px 10px;
}
/* PROFILE BIO - Divs - Text Boxes - Scrollbar */
.cyanoide-profile-box-warp::-webkit-scrollbar-thumb{
   background: #efefef80;
}
/* PROFILE BIO - Details/Summary Marker Removal */
summary::-webkit-details-marker{
   display: none;
}
details>summary::marker{
   content: "";
}
details summary::-webkit-details-marker{
   display: none;
}
details > summary{
   list-style-type: none;
}
/* ---------------------------- END OF PROFILE BIO SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- BOT CARDS ---------------------------- */
/* This section will contain some of the code regarding bot cards, such as: General card styling, bot card name/summary/tags/message count/token styling, removal of event decorations/star + line divider/user @ from bot cards */
/* As these bot cards are made with a grid and the removed elements aren't coded in, their positions may overlap with other elements and generally be messy if made visible. I personally recommend keeping them removed unless you intend on and are capable of changing the bot card style/layout yourself as this may require using grid to place them properly. The grid portion of these bot cards can be found later on in the media query section.*/
/* -------------------------------------------------------- */
/* BOT CARDS - removing @, Event Decorations, Star + Line */
.css-1m151rf, .css-nip9dx, .css-1wqmh16, .css-xrg4vd, .css-5v5qgx, .css-1awld45, .css-1cui3us, .pp-cc-star, .pp-cc-star-line{
   display: none;
}
/* BOT CARDS - Making All Layers Transparent */
div:is(:has(> .css-1s5evre, ~ .css-1s5evre)){
   background: none !important;
}
.pp-cc-wrapper:hover{
   box-shadow: none;
}
/* BOT CARDS - General Bot Card Style */
.css-1s5evre{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   border-radius: 0px;
   overflow: hidden;
   transition: 0.3s;
}
.css-1s5evre:hover{
   animation: BotHoverFlicker 45s infinite; /* DO NOT SPEED THIS UP */
   animation-delay: 0.5s;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
/* BOT CARDS - Bot Image */
.css-1q7rmf0{
   filter: grayscale(1); /* ! OPTIONAL ! - DELETE GREYSCALE FILTER IF UNWANTED - Turns bot images black & white when not hovered */
   transition: 0.2s;
   z-index: 0;
}
/* BOT CARDS - Bot Image - Border Radius of the Image Itself */
.css-1q7rmf0>img{
   border-radius: 0px;
}
.css-1s5evre:hover .css-1q7rmf0{
   filter: grayscale(0); /* ! OPTIONAL ! - DELETE GREYSCALE FILTER IF UNWANTED - Turns bot images back to normal colour when hovered */
}
/* BOT CARDS - Message Count Ribbon - Remove Inset, Hide Overflow and Drop Shadow */
.pp-cc-ribbon{
   filter: none;
   overflow: visible;
   padding: 0;
   position: unset;
}
/* BOT CARDS - Message Count Ribbon - Remove shape, Weird Shadow and Hide Overflow */
.pp-cc-ribbon-wrap{
   background: transparent;
   border-radius: 0;
   box-shadow: none;
   clip-path: unset;
   inset: unset;
   overflow: visible;
   padding: 0;
}
/* BOT CARDS - Message Count Ribbon - Removing Original Icon */
.pp-cc-chats svg{
   display: none;
}
/* BOT CARDS - Message Count Ribbon - Text, Background and Icon Replacement */
.pp-cc-chats{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   justify-content: center;
}
.pp-cc-chats::before{
   content: "🎬"; /* ! OPTIONAL ! - REPLACE WITH OWN ICON IF WANTED - Any icon you replace it with either has to be a standard emoji like used here or a Unicode text symbol you can paste in */
   font-size: 20px;
   filter: grayscale(1) brightness(2);
}
/* BOT CARDS - Tokens */
.pp-cc-tokens-count{
   border-radius: 50px;
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   justify-content: center;
   letter-spacing: inherit;
   opacity: 1;
   padding-top: 6px;
   position: relative;
   right: 0%;
   text-align: center;
   text-shadow: none;
}
/* BOT CARDS - Bot Name */
.pp-cc-name{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   letter-spacing: inherit;
   opacity: 1;
   text-shadow: none;
   text-transform: none;
}
.profile-character-card-stack-link-component{
   text-decoration: none;
}
/* BOT CARDS - Summary - General styling */
.pp-cc-description{
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5;
   color: #efefef;
   display: -webkit-box;
   font-size: 13px;
   line-clamp: 5;
   overflow: hidden;
}
/* BOT CARDS - Tag Styling - Limitless Text Replacement + Styling */
.pp-tag-limitless{
   background: none;
   border: none;
   border-bottom: 1px solid #efefef;
   border-radius: 0px;
   font-size: 0px;
}
.pp-tag-limitless:after{
   color: #efefef;
   content: "Watch Now!"; /* ! OPTIONAL ! - Replace with your own custom text */
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   text-align: center;
}
.css-123m5uu, .pp-tag-limitless{
   padding-bottom: 5px;
   width: 100%;
}
/* BOT CARDS - Tag Styling - Normal Tags */
.pp-cc-tags-regular{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
   color: #efefef;
   font-size: 13px;
   height: 21px;
   padding-top: 1px;
   transition: 0.3s;
}
.pp-cc-tags-regular:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
/* BOT CARDS - Tag Styling - Custom Tags */
.pp-cc-tags-custom{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
   color: #efefef;
   font-size: 13px;
   height: 21px;
   padding-top: 2px;
   transition: 0.3s;
}
.pp-cc-tags-custom:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
/* BOT CARDS - Tag Styling - Removing Emotes From Tags*/
.pp-cc-tags-regular{
   display: inline-block;
   line-height: unset;
   padding-left: 1px;
}
.pp-cc-tags-regular::first-letter{
   font-size: 0;
}
/* BOT CARDS - Tag Styling - Dead Dove Text Replacement */
a[href*="/search?mode=all&sort=popular&tag_id=49&page=1"] .pp-cc-tags-regular{
   font-size: 0;
   padding-left: 9px;
}
a[href*="/search?mode=all&sort=popular&tag_id=49&page=1"] .pp-cc-tags-regular::after{
   content: 'Dead Dove';
   font-size: 13px;
   height: 21px;
   padding-top: 1px;
   transition: 0.3s;
}
/* ---------------------------- END OF BOT CARD SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- BUTTONS, FILTERS AND SEARCH ---------------------------- */
/*Total Chars / Search / Tag Filter / Latest order*/
.character-list-pagination-flex{
   justify-content: center;
}
.profile-filters-flex-inner{
   gap: 5px;
   margin-left: 5px;
}
/* BUTTONS, FILTERS AND SEARCH - My Characters - General */
.pp-tabs-wrapper{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   height: 3rem;
   justify-content: center;
   width: 100%;
}
/* BUTTONS, FILTERS AND SEARCH - Characters - Text */
.css-1jj3srb[aria-selected=true], .css-1jj3srb[data-selected]{
   color: #efefef;
}
.css-1jj3srb{
   display: flex;
   font-family: "Graduate", serif;
   font-size: 0px;
   font-weight: 100;
   letter-spacing: unset;
   text-transform: none;
   text-wrap: nowrap;
}
.css-1jj3srb::after{
   content: "Scheduled Programs:"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 30px;
}
/* BUTTONS, FILTERS AND SEARCH - Characters - Blue Line */
.profile-tabs-indicator{
   background: none;
   box-shadow: none;
}
/* BUTTONS, FILTERS AND SEARCH - Search Bar - Not Clicked On */
.pp-fl-search-input{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 0;
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   outline: none !important;
   position: relative;
   text-align: center;
   transition: 0.3s;
}
.pp-fl-search-input:hover{
   background: #efefef; 
   border: 1px solid #101010;
   border-radius: 0;
   box-shadow: none;
}
/* BUTTONS, FILTERS AND SEARCH - Search Bar - Clicked On */
.pp-fl-search-input:hover, .pp-fl-search-input:focus{
   background: #efefef; 
   border: 1px solid #101010;
   box-shadow: none;
}
.css-19akvax:hover{
   color: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Search Bar - Input Text Colour */
.profile-character-search-input-group:has(.pp-fl-search-input:focus) .css-19akvax{
   color: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Search Bar - Placeholder Opacity */
.pp-fl-search-input::placeholder{
   color: #efefef;
   transition: 0.3s;
}
/* BUTTONS, FILTERS AND SEARCH - Search Bar - SVG Visibility */
.pp-fl-search-input:hover::placeholder, .pp-fl-search-input:focus::placeholder{
   color: #101010;
}
.profile-character-search-input-group:hover svg, .profile-character-search-input-group:has(.pp-fl-search-input:focus) svg{
   fill: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Total Characters - General Styling */
.pp-pg-total{
   background: #101010;
   background-image: none;
   border: 1px solid #efefef;
   border-radius: 999px 0px 0px 999px;
   box-shadow: none;
   height: 2.5rem;
   padding: 0;
}
.pp-pg-total:before{
   background: none;
}
.pp-pg-total:hover{
   border: 1px solid #efefef;
   text-shadow: none;
}
/* BUTTONS, FILTERS AND SEARCH - Total Characters - Text Styling And Replacement */
.css-1fghc3k > .css-wd8hou{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100 !important;
   min-height: 40px;
   overflow: hidden;
   padding-left: 20px;
   text-wrap: nowrap;
   width: 8rem;
}
.css-1fghc3k > .css-wd8hou:after{
   color: #efefef;
   content: "Shows";  /* ! OPTIONAL ! - Replace with your own text */
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   margin-right: 200px;
}
/* BUTTONS, FILTERS AND SEARCH - Total Characters - Number not bold */
.pp-pg-total-count{
   font-size: 1rem;
   font-weight: 100;
   padding-right: 3px;
}
/* BUTTONS, FILTERS AND SEARCH - Total Characters - Removing Spacer */
.pp-pg-total-text{
   display: none;
}
/* BUTTONS, FILTERS AND SEARCH - Total Characters - Making it not move when clicked */
.Btn2-purple:active{
   transform: none;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Icon - General Styling */
.pp-fl-filter-button{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
}
.pp-fl-filter-button:hover{
   background: #efefef;
   border: 1px solid #101010;
}
.pp-fl-filter-button:hover svg{
   fill: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Menu - General Styling */
.chakra-ui-dark .css-1dljitb:not([data-theme]), [data-theme="dark"] .css-1dljitb:not([data-theme]), .css-1dljitb[data-theme="dark"]{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Filter / Tags text */
.css-dcyl1x{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 35px;
   font-weight: 100;
}
.css-178jenf{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Tags - Styling */
._tag_1fwqk_6{
   background: #101010;
   border: 1px solid #efefef !important;
   border-radius: 0px;
   box-shadow: none !important;
   color: #efefef;
   display: inline;
   font-family: "Courier Prime", monospace;
   font-size: 13px;
   font-weight: 100;
   overflow: hidden;
   text-align: center;
   transition: 0.3s;
   width: 150px;
}
._tag_1fwqk_6:hover{
   background: #efefef;
   border: 1px solid #101010 !important;
   color: #101010;
}
._tag_1fwqk_6:active, ._tag_1fwqk_6[data-active]{
   transform: none;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Tags - No Emote */
._tag_1fwqk_6::first-letter{
   font-size: 0;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Tags - Divider between selected/non-selected tags */
._divider_1lgbq_147{
color: #efefef;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Tags - Spacing */
._collapsedContainer_1lgbq_78{
   justify-content: space-evenly;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Removing Gradients */
._gradientRight_1lgbq_36, ._gradientLeft_1lgbq_19{
display: none;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Arrows */
/* Classes from @tigerdropped's Tag Menu template */
[class*="_expandButton_"], [class*="_navigationButton"] {
  display: flex;
  align-items: center;
  border-radius: 999px;
  background: #101010;
  border: 1px solid #efefef;
  color: #0000; /* Controls both the border color and Icon color */
  transition: 0.3;
}
[class*="_expandButton_"]:hover, [class*="_navigationButton"]:hover{
  background: #efefef;
  color: #101010;
}
/* Button Icon color */
[class*="_expandButton_"] *:is(svg, path), [class*="_navigationButton"] *:is(svg, path){
   fill: none;
   stroke: #efefef !important;
   transition: 0.3s;
}
[class*="_expandButton_"]:hover *:is(svg, path), [class*="_navigationButton"]:hover *:is(svg, path){
   fill: none;
   stroke: #101010 !important;
}
[class*="_navigationButton"] path { opacity: 1;}
[class*="_navigationButton"] svg { position: relative; top: -1px; }
[class*="_navigationButtonLeft"] svg { left: -2px; }
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Menu - X Styling + Hover */
.css-onkibi{
   color: #efefef;
   transition: 0.3s;
}
.css-lyo4r5{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   transition: 0.3s;
}
.css-lyo4r5:hover{
   background: #efefef;
   border: 1px solid #101010;
   border-radius: 999px;
}
.css-lyo4r5:hover .css-onkibi{
   color: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Spinny Loading Thing */
.css-1q78gs5{
   border-right: 2px solid #efefef;
   border-top: 2px solid #efefef;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Latest Text + Hover */
.transparent .react-select__single-value{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   transition: 0.3s;
}
.react-select__control.css-13cymwt-control:hover, .react-select__control--is-focused:hover, .default .react-select__control:hover{
   border: 1px solid #efefef;
}
.transparent .react-select__control:focus{
border-color: #efefef !important;
}
.default .react-select__control{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 0px 999px 999px 0px;
   display: flex;
   padding-right: 5px;
   text-align: center;
   width: 8rem;
}
.default .react-select__control:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
.css-13cymwt-control:hover .react-select__single-value{
   color: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Seperator Line */
.react-select__indicator-separator.css-1u9des2-indicatorSeparator{
   display: none;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Menu Open Button Styling */
.transparent .react-select__control--is-focused .react-select__single-value, .transparent .react-select__control--menu-is-open .react-select__single-value{
   color: #101010;
}
.default .react-select__control--is-focused, .default .react-select__control--menu-is-open {
   background: #efefef;
   border: 1px solid #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Indicator arrow */
.css-b62m3t-container svg{
   color: #efefef !important;
   transform: rotate(270deg);
   transition: 0.3s;
}
.css-b62m3t-container:hover svg{
   color: #101010 !important;
}
.css-b62m3t-container:has(.react-select__control--is-focused) svg, .css-b62m3t-container:has(.react-select__control--menu-is-open) svg {
   color: #101010 !important;
   transform: rotate(360deg);
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Dropdown Menu - General Styling */
.dark .react-select__menu, .transparent .react-select__menu, .react-select__menu-portal .react-select__menu{
   backdrop-filter: none;
   background: none; 
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   overflow: hidden;
   width: 9.5rem;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - General Styling - Blur */
.css-b62m3t-container .react-select__menu{
   background: #101010; 
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - General Styling - Seperator Lines */
.dark .react-select__option, .transparent .react-select__option, .react-select__menu-portal .react-select__option{
   border-bottom: 1px solid #0000;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Dropdown - Top and Bottom Line of Menu */
.css-qr46ko{
   background-color: #0000;
   padding: 0;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Dropdown - List */
.react-select__menu-list{
   background-color: #0000;
   border: 1px solid #0000;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Options */
.react-select__option{
   background: none !important;
   border-bottom: 1px solid #efefef;
   border-top: 1px solid #efefef;
   color: #efefef !important;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   text-align: center;
   transition: 0.3s;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Options - Hover */
.react-select__option:hover{
   background: #efefef !important;
   border-bottom: 1px solid #101010 !important;
   border-top: 1px solid #101010 !important;
   color: #101010 !important;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Options - When Clicked */
.react-select__option--is-selected{
   background: #efefef !important;
   border-bottom: 1px solid #101010 !important;
   border-top: 1px solid #101010 !important;
   color: #101010 !important;
}
/* ---------------------------- END OF BUTTONS, FILTERS AND SEARCH SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- HEADER ---------------------------- */
/* HEADER - Menus - Notifications + Announcement Buttons - Icon Styling */
[class*="notificationsButton"]{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   height: 2.6rem;
   right: 1px;
   transition: 0.3s;
   width: 2.6rem;
}
[class*="notificationsButton"]:hover{
   background: #efefef !important;
   border: 1px solid #101010;
   border-radius: 999px;
}
[class*="notificationsContainer"]:has([class*="notificationsPopover"]) [type="button"] svg + :is(div, span){
   background: #101010;
}
[class*="notificationsContainer_"]:has([class*="notificationsPopover_"]) [class*="notificationsButton_"]{
   background: #efefef !important;
   border: 1px solid #101010;
   border-radius: 999px;
}
[class*="notificationsButton"]:hover{
   background: none;
}
/* HEADER - Menus - Notifications + Announcement Buttons - Unread Notification Dot */
[type="button"] svg + :is(div, span){
   animation: unset !important;
   background: #efefef;
   border-radius: 50%;
   box-shadow: none;
   color: #0000;
   height: 0.5rem !important;
   min-width: unset;
   padding: unset;
   right: 10px;
   text-align: center;
   top: 0.5rem;
   transition: 0.3s;
   width: 0.5rem !important;
}
[type="button"]:hover svg + :is(div, span){
   background: #101010;
}
/* HEADER - Menus - Notifications + Announcement Buttons - Icon Transitions */
[class*="notificationIcon"]{
   transition: 0.3s;
}
/* HEADER - Menus - Notifications + Announcement Buttons - Icons Changing on Hover / Sticking When Open */
[class*="notificationsButton"]:hover [class*="notificationIcon"], [class*="notificationsContainer"]:has([class*="notificationsPopover"]) [class*="notificationIcon"]{
   fill: #101010;
}
/* HEADER - Menus - Notifications + Announcement Buttons - Icons Not Moving */
[class*="notificationsButton"]:active{
   background: none;
   transform: none;
}
/* HEADER - Menus - Loading spinny thing */
[class*="_loadingSpinner_"]{
   border: 3px solid #efefef1a !important;
   border-top: 3px solid #efefef !important;
}
/* HEADER - Menus - Background for notifications and menus */
[class*="Popover_"]{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
[class*="Popover_"]:before{
   background: none;
}
/* HEADER - Menus - Loading section text */
[class*="_loadingMessage_"]{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
}
/* HEADER - Menus - Headers */
[class*="popoverHeader_"]{
   background: none;
   border-bottom: 1px solid #efefef;
   display: flex;
   flex-direction: column;
   gap: 5px;
   justify-content: center;
}
[class*="headerActions_"]{
gap: 15px;
}
/* HEADER - Menus - Top bar titles text */ 
[class*="popoverTitle_"]{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   letter-spacing: unset;
   text-transform: uppercase;
}
/* HEADER - Menus - Top bar close button + hover */
[class*="popoverHeader_"] button{
   background: none;
   border: 1px solid #efefef;
   border-radius: 999px;
   position: relative;
   transition: 0.3s;
}
[class*="popoverHeader_"] button:hover{
   background: #efefef;
   border: 1px solid #101010;
   border-radius: 999px;
   box-shadow: none;
}
/* HEADER - Menus - Top bar close + mark all read hovers */
[class*="popoverHeader_"] button:hover svg{
   fill: #101010;
}
/* HEADER - Menus - Scrollbar */
[class*="notificationsList_"]::-webkit-scrollbar-thumb{
   background: #efefef80;
}
[class*="notificationsList_"]::-webkit-scrollbar-track{
   background: #0000;
}
/* HEADER - Menus - Seperator Lines + Min Height */
[class*="_notificationItem_"]{
   border-bottom: 1px solid #efefef;
   min-height: 175px;
}
/* HEADER - Menus - Notification hovers */
[class*="_notificationItem_"]:hover{
   background: #2f2f2f;
}
[class*="_contentWrapperUnread_"], [class*="_contentWrapperUnread_"]:hover{
   background: #0000 !important;
}
[class*="_contentWrapper_"]:hover{
   background: none;
}
/* HEADER - Menus - Notification text titles */
[class*="_subject_"], [class*="_notificationTitle_"], [class*="_subjectUnread_"]{
   font-family: "Graduate", serif;
   font-weight: 100;
}
[class*="_notificationTitle_"], [class*="_subject_"]{
   color: #efefef;
}
/* HEADER - Menus - Unread Notif title */
[class*="_subjectUnread_"]{
   -webkit-background-clip: unset;
   -webkit-text-fill-color: unset;
   background: unset;
   background-clip: unset;
   color: #efefef;
}
/* HEADER - Menus - Notification text body */
[class*="_notificationMessage_"], [class*="_body_"]{
   color: #efefef;
   font-family: "Courier Prime", monospace;
   font-weight: 100;
}
/* HEADER - Menus - Notification text time */
[class*="_notificationTime_"], [class*="_timestamp_"]{
   color: #efefef;
}
/* HEADER - Menus - New Notif Indicator */
[class*="Indicator_"]{
   background: #efefef;
   width: 3px;
}
/* HEADER - Menus - Trash icon */
[class*="_archiveButton"]{
   backdrop-filter: unset;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   box-shadow: none;
}
[class*="_archiveButton"]:hover{
   background: #efefef;
   border: 1px solid #101010;
   box-shadow: none;
}
[class*="_archiveButton"]:hover svg{
   fill: #101010;
}
/* HEADER - Menus - Notification Char + User image */
[class*="_userAvatar_"]{
   border: 1px solid #efefef;
   box-shadow: unset;
   filter: grayscale(1);
   height: 50px;
   transition: 0.3s;
   width: 50px;
}
._userAvatar_18k4v_56{
   bottom: -40px;
   right: -15px;
}
[class*="_notificationItem_"]:hover [class*="_userAvatar_"]{
   border: 1px solid #efefef;
}
[class*="_notificationItem_"]:hover [class*="_characterAvatar_"]{
   border: 1px solid #efefef;
}
[class*="_characterAvatar_"]{
   border: 1px solid #efefef;
   border-radius: 0px;
   filter: grayscale(1);
   height: 100px;
   transition: 0.3s;
   width: 75px;
}
[class*="_notificationItem_"]:hover [class*="_userAvatar_"], [class*="_notificationItem_"]:hover [class*="_characterAvatar_"]{
   animation: BotHoverFlicker 45s infinite; /* DO NOT SPEED THIS UP */
   animation-delay: 0.5s;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   filter: none;
}
/* HEADER - Menus - Notifications Load More */
[class*="_loadMoreButton_"]{
   background: none;
   border: none;
   border-radius: 0;
   box-shadow: none;
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   transition: 0.3s;
}
[class*="_loadMoreWrapper_"]:hover [class*="_loadMoreButton_"], [class*="_loadMoreWrapper_"]:hover [class*="_loadMoreButton_"]:not(:disabled){
   border: none;
   box-shadow: none;
   color: #101010;
   transform: none;
}
[class*="_loadMoreWrapper_"]{
   background: none;
   transition: 0.3s;
}
[class*="_loadMoreWrapper_"]:hover{
   background: #efefef;
}
/* HEADER - Menus - No Announcements/Notifications + Extra Text Colour */
[class*="_emptyState_"]{
   color: #efefef;
   font-weight: 100;
}
/* ---------------------------- END HEADER SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- MEDIA QUERIES ---------------------------- */
/* MEDIA QUERY - PC - PROFILE  BIO  */
/* This media query holds the coding for the 6 profile bio boxes around the pfp. */
/* !!! DO NOT REMOVE THIS CODE FROM THE MEDIA QUERY !!! */
/* This code does not work on devices with screens smaller than the specified width and requires people to be able to hover, which is what the secondary part of it is for. This media query is important for keeping proper functionality. */
/* -------------------------------------------------------- */
@media screen and (min-width: 1190px), (pointer: fine){
.cyanoide-profile-box-wrapper{
   perspective: 1000px;
} 
/* PROFILE BIO - Divs - Text Boxes - Title Styling */
.cyanoide-profile-box-title{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 35px;
   justify-content: center;
   left: 50%;
   position: absolute;
   top: -35px;
   transform: translateX(-50%);
   width: 250px;
}
/* PROFILE BIO - Divs - Text Boxes - Box Styling */
.cyanoide-profile-box-warp{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   display: flex;
   flex-direction: column;
   height: 150px;
   overflow: hidden auto;
   width: 340px;
}
/* PROFILE BIO - Divs - Text Boxes - Allowing Scrolling*/
.cyanoide-profile-box-text{
   pointer-events: auto;
}
/* PROFILE BIO - Divs - Text Boxes - Box Positions */
.cyanoide-profile-box-outer-left-1{
   margin-right: 90px;
   padding: 75px 100px 50px 40px;
   position: absolute;
   right: 50%;
   top: -850px;
}
.cyanoide-profile-box-outer-left-2{
   margin-right: 110px;
   padding: 75px 100px 50px 40px;
   position: absolute;
   right: 50%;
   top: -625px;
}
.cyanoide-profile-box-outer-left-3{
   margin-right: 90px;
   padding: 75px 100px 50px 40px;
   position: absolute;
   right: 50%;
   top: -400px;
}
.cyanoide-profile-box-outer-right-1{
   left: 50%;
   margin-left: 90px;
   padding: 75px 40px 50px 100px;
   position: absolute;
   top: -850px;
}
.cyanoide-profile-box-outer-right-2{
   left: 50%;
   margin-left: 110px;
   padding: 75px 40px 50px 100px;
   position: absolute;
   top: -625px;
}
.cyanoide-profile-box-outer-right-3{
   left: 50%;
   margin-left: 90px;
   padding: 75px 40px 50px 100px;
   position: absolute;
   top: -400px;
}
/* PROFILE BIO - Divs - Text Boxes - Box Perspective */
.cyanoide-profile-box-1{
   pointer-events: none;
   transform: perspective(900px) rotateY(-50deg) rotateX(15deg) rotate(-5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 1000;
}
.cyanoide-profile-box-2{
   pointer-events: none;
   transform: perspective(900px) rotateY(50deg) rotateX(15deg) rotate(5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 1000;
}
.cyanoide-profile-box-3{
   pointer-events: none;
   transform: perspective(900px) rotateY(-50deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 900;
}
.cyanoide-profile-box-4{
   pointer-events: none;
   transform: perspective(900px) rotateY(50deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 900;
}
.cyanoide-profile-box-5{
   pointer-events: none;
   transform: perspective(900px) rotateY(-50deg) rotateX(-15deg)rotate(5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
}
.cyanoide-profile-box-6{
   pointer-events: none;
   transform: perspective(900px) rotateY(50deg) rotateX(-15deg) rotate(-5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
}
/* PROFILE BIO - Divs - Text Boxes - Box Hovers */
.cyanoide-profile-box-outer-left-1:hover > .cyanoide-profile-box-1{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(75px);
}
.cyanoide-profile-box-outer-left-2:hover > .cyanoide-profile-box-3{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(75px);
}
.cyanoide-profile-box-outer-left-3:hover > .cyanoide-profile-box-5{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(75px);
}
.cyanoide-profile-box-outer-right-1:hover > .cyanoide-profile-box-2{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(-75px);
}
.cyanoide-profile-box-outer-right-2:hover > .cyanoide-profile-box-4{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(-75px);
}
.cyanoide-profile-box-outer-right-3:hover > .cyanoide-profile-box-6{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(-75px);
}
/* PROFILE BIO - Divs - Text Boxes - Preventing Jittering */
.cyanoide-profile-box-outer-left-1, .cyanoide-profile-box-outer-right-1 {
   clip-path: inset(10px 0 20px 0);
}
.cyanoide-profile-box-outer-left-2, .cyanoide-profile-box-outer-right-2 {
   clip-path: inset(20px 0 25px 0);
}
.cyanoide-profile-box-outer-left-3, .cyanoide-profile-box-outer-right-3 {
   clip-path: inset(30px 0 10px 0);
}
/* PROFILE BIO - Divs - Text Boxes - Flicker Animation */
.cyanoide-profile-box-title, .cyanoide-profile-box-warp{
   animation: TextBoxFlicker 45s infinite; /* DO NOT SPEED THIS UP */
}
/* PROFILE BIO - Divs - Toggle - Styling General Container and Functionality */
.cyanoide-box-toggle{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 12px;
   cursor: pointer;
   display: inline-block;
   height: 26px;
   position: relative;
   transition: 0.3s;
   width: 71px;
}
.cyanoide-box-toggle summary{
   cursor: pointer;
   display: block;
   height: 100%;
   margin: 0;
   outline: none;
   padding: 0;
   position: relative; 
   width: 100%;
}
/* PROFILE BIO - Divs - Toggle - Styling Toggle Knob */
.cyanoide-box-toggle summary:before{
   background: #efefef;
   border: 1px solid #101010;
   border-radius: 50%;
   content: '';
   display: block;
   height: 19px;
   left: 2px;
   position: absolute;
   top: 2px;
   transition: 0.3s;
   width: 19px;
   z-index: 1;
}
.cyanoide-box-toggle[open] summary:before{
   background: #101010;
   border: 1px solid #101010;
   transform: translateX(45px);
}
/* PROFILE BIO - Divs - Toggle - Styling Toggle Knob - Open State */
.cyanoide-box-toggle[open]{
   background: #efefef;
   border: 1px solid #101010;
}
/* PROFILE BIO - Divs - Toggle - Hiding Details Arrow */
.cyanoide-box-toggle summary::-webkit-details-marker{
   display: none;
}
/* PROFILE BIO - Divs - Toggle - Toggle Transformation */
body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-1, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-3, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-5{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(0px);
}
body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-2, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-4, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-6{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(0px);
}
/* PROFILE BIO - Divs - Toggle Box - Positioning */
.cyanoide-toggle-box{
   left: 50%;
   position: absolute;
   top: 0;
   transform: translateX(-50%);
}
/* PROFILE BIO - Divs - Toggle Box - Styling */
.cyanoide-toggle-box::after{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   content: "Disable Rotation";
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 35px;
   justify-content: center;
   pointer-events: none;
   position: absolute;
   text-align: center;
   transform: translateX(-32.5%);
   width: 200px;
   z-index: 1;
}
/* PROFILE BIO - Divs - Toggle Box - Toggle Text When Open */
body:has(.cyanoide-box-toggle[open]) .cyanoide-toggle-box::after{
   content: "Enable Rotation";
} }
/* -------------------------------------------------------- */
/* This media query is for the profile boxes on devices that are not wide enough to properly display the code above this. */
/* !!! DO NOT REMOVE THIS CODE FROM THE MEDIA QUERY !!! */
@media screen and (max-width: 1190px){
/* PROFILE BIO - Divs - Text Boxes - Title Styling */
.cyanoide-profile-box-title{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 35px;
   justify-content: center;
   left: 50%;
   position: relative;
   transform: translateX(-50%);
   width: 250px;
}
/* PROFILE BIO - Divs - Text Boxes - Box Styling */
.cyanoide-profile-box-warp{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   display: flex;
   flex-direction: column;
   height: 150px;
   overflow: hidden auto;
   width: 100%
}
/* PROFILE BIO - Divs - Text Boxes - Spacing */
.cyanoide-profile-box-1, .cyanoide-profile-box-2, .cyanoide-profile-box-3, .cyanoide-profile-box-4, .cyanoide-profile-box-5, .cyanoide-profile-box-6{
   padding-top: 45px;
}
.cyanoide-profile-box-6{
   padding-bottom: 25px;
}
/* PROFILE BIO - Divs - Text Boxes - Flicker Animation */
.cyanoide-profile-box-title, .cyanoide-profile-box-warp{
   animation: TextBoxFlicker 45s infinite; /* DO NOT SPEED THIS UP */
} }
/* -------------------------------------------------------- */
/* MEDIA QUERY - PC - SIDEBAR + BOT CARD GRID  */
/* !!! DO NOT REMOVE THIS CODE FROM THE MEDIA QUERY !!! */
@media screen and (min-width: 768px){
/* BOT CARDS - Grid Set Up */
div:has(> div > .css-1s5evre){
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
}
div:has(> .css-1s5evre){
   flex: 0 1 430px;
   height: 370px;
}
.css-1s5evre > a{
   display: contents;
}
/* BOT CARDS - General Bot Card Style */
.css-1s5evre{
   display: grid;
   gap: 0;
   grid-template-columns: 180px 250px;
   grid-template-rows: 30px 155px 155px 30px;
}
/* BOT CARDS - Bot Image */
.css-1q7rmf0{
   border-right: 1px solid #0000;
   grid-area: 1 / 1 / -1 / 1;
   height: 100%;
   position: relative;
   width: 100%;
}
/* BOT CARDS - Bot Image - Hover Glow Edge */
.css-1s5evre:hover .css-1q7rmf0{
   border-right: 1px solid #fff;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
/* BOT CARDS - Message Count Ribbon - Positioning */
.pp-cc-ribbon{
    top: 0;
}
.css-10cv7r2{
   display: grid;
   grid-area: 1 / 1 / 1 / 1;
   right: 0;
   top: auto;
   width: 100%;
}
/* BOT CARDS - Message Count Ribbon - Text, Background and Icon Replacement */
.pp-cc-chats{
   border-radius: 50px;
   background: #101010;
   border: 1px solid #efefef;
   position: relative;
}
/* BOT CARDS - Tokens */
.pp-cc-tokens-count{
   background: #101010;
   border: 1px solid #efefef;
   grid-area: 4 / 1 / 4 / 1;
}
.profile-character-card-box{
   display: contents;
}
/* BOT CARDS - Bot Name */
.profile-character-card-stack-link-component-box{
   display: contents;
}
.pp-cc-name{
   align-content: center;
   background: #101010;
   border-bottom: 1px solid #efefef;
   grid-area: 1 / 2 / 1 / 2;
   padding-left: 5px;
   position: relative;
   transition: 0.3s;
}
.pp-cc-name:hover{
   background: #efefef;
   border-bottom: 1px solid #101010;
   color: #101010;
}
/* BOT CARDS - Summary - General styling */
.pp-cc-description{
   margin-left: -5px;
}
.profile-character-card-description-box{
   grid-area: 2 / 2 / 3 / 3;
   padding-top: 10px;
}
/* BOT CARDS - Tags - Grid */
.pp-cc-tags{
   border-radius: 0px;
   grid-area: 3 / 2 / 3 / 2;
   margin-top: 0px;
   padding: 0px;
}
.css-k1urot{
   display: grid;
   grid-template-columns: 29% 29% 29%;
   justify-content: center;
   padding: 0px;
}
.css-123m5uu{
   grid-column: 1 / 4;
}
.pp-tag-limitless, .css-4a6x12, .pp-cc-tags-regular, .css-k1urot > li > a > span:not(.pp-cc-tags-regular){
   width: 100%;
}
.pp-cc-tags-regular, .css-k1urot > li > a > span:not(.pp-cc-tags-regular){
   display: inline-block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.css-k1urot > li > a > span:not(.pp-cc-tags-regular){
   min-width: 73px;
}
/* HEADER - Sideways Bar */
.pp-top-bar{
   align-items: flex-start;
   background: #101010;
   backdrop-filter: none;
   border-right: 1px solid #efefef;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   flex-direction: column;
   height: 100%;
   justify-content: center;
   left: 0;
   padding: 0;
   position: fixed;
   top: 0;
   width: 50px;
}
/* HEADER - Janitor Logo + Search Bar Container - Logo Above Search */
.profile-top-box-flex-inner{
   align-items: flex-start;
   flex-direction: column;
   height: 95px;
   position: absolute;
   top: 0;
   width: 50px;
}
.profile-top-box-search-input-spacer-top, .profile-top-box-search-input-spacer-bottom{
   display: none;
}
/* HEADER - Notifications + Announcements In Column + Positioning */
.profile-top-bar > .css-wd8hou{
   flex-direction: column;
   left: 5px;
   position: absolute;
   top: 95px;
}
/* HEADER - Removing Create Character + Profile Menu Icon */
.pp-top-bar-create-char{
   display: none;
}
/* HEADER - Janitor Logo - Positioning */
.profile-top-bar-logo-box{
   margin-top: 10px;
}
/* HEADER - Janitor Logo - Janitor Replaceent */
.pp-top-bar-logo-name{
   background: #efefef;
   font-size: 0px !important;
   clip-path: polygon(0.26% 43.99%, 0.00% 52.27%, 0.74% 56.46%, 1.86% 60.03%, 3.55% 63.60%, 5.41% 66.51%, 8.06% 69.69%, 11.00% 72.43%, 14.34% 74.85%, 18.02% 76.93%, 21.96% 78.63%, 26.76% 80.12%, 31.23% 81.02%, 36.51% 81.57%, 40.32% 81.64%, 45.00% 81.23%, 49.07% 80.53%, 53.05% 79.49%, 60.07% 76.65%, 63.71% 74.54%, 67.17% 71.98%, 69.81% 69.52%, 72.20% 66.75%, 75.53% 61.17%, 76.79% 57.78%, 77.61% 53.79%, 77.74% 50.71%, 77.39% 47.56%, 76.57% 44.54%, 75.14% 41.43%, 71.76% 36.96%, 67.69% 33.63%, 62.06% 30.83%, 56.17% 29.27%, 50.89% 28.75%, 46.95% 28.82%, 43.48% 29.23%, 40.10% 30.03%, 37.20% 31.07%, 32.01% 33.98%, 28.45% 37.17%, 26.25% 40.15%, 24.60% 43.68%, 23.78% 47.87%, 24.17% 52.55%, 25.68% 56.49%, 28.37% 59.89%, 31.96% 62.45%, 35.51% 63.73%, 39.41% 64.43%, 43.31% 64.53%, 47.68% 63.98%, 51.36% 62.94%, 54.35% 61.41%, 56.60% 59.47%, 58.12% 57.22%, 58.94% 55.01%, 59.12% 52.55%, 58.68% 50.61%, 57.73% 48.74%, 56.30% 47.14%, 54.14% 45.62%, 51.93% 44.65%, 49.94% 44.20%, 46.43% 44.16%, 43.70% 44.86%, 42.10% 46.10%, 41.45% 47.73%, 41.75% 49.32%, 43.22% 50.85%, 45.43% 51.54%, 48.25% 51.51%, 49.46% 52.13%, 49.94% 52.89%, 49.98% 53.86%, 49.29% 55.04%, 48.25% 55.77%, 46.64% 56.32%, 43.22% 56.53%, 40.15% 55.77%, 37.72% 53.97%, 36.73% 52.41%, 36.16% 50.40%, 36.16% 48.60%, 36.64% 46.62%, 37.59% 44.72%, 38.80% 43.26%, 40.49% 41.91%, 42.79% 40.70%, 46.38% 39.66%, 49.68% 39.35%, 53.31% 39.63%, 56.21% 40.49%, 58.94% 42.02%, 61.59% 44.37%, 63.23% 46.73%, 64.23% 49.50%, 64.31% 54.28%, 63.10% 58.43%, 60.42% 62.52%, 57.30% 65.36%, 52.84% 67.96%, 47.86% 69.66%, 42.88% 70.42%, 37.77% 70.35%, 34.26% 69.80%, 30.92% 68.86%, 25.34% 66.26%, 20.66% 62.56%, 18.71% 60.24%, 17.19% 57.78%, 15.46% 52.75%, 15.24% 47.35%, 16.76% 41.36%, 19.62% 36.02%, 21.65% 33.46%, 24.69% 30.55%, 27.46% 28.51%, 31.10% 26.43%, 35.04% 24.77%, 38.98% 23.59%, 43.14% 22.79%, 47.90% 22.38%, 52.58% 22.45%, 57.38% 23.00%, 62.49% 24.14%, 66.05% 25.32%, 69.55% 26.88%, 73.19% 29.03%, 76.31% 31.45%, 78.78% 33.95%, 81.03% 36.92%, 82.72% 39.97%, 84.11% 43.68%, 84.84% 47.18%, 85.10% 50.92%, 84.80% 54.49%, 83.93% 58.40%, 82.55% 62.11%, 80.81% 65.40%, 78.61% 68.55%, 76.09% 71.35%, 73.02% 74.13%, 65.44% 79.25%, 52.62% 85.94%, 48.98% 88.57%, 46.69% 90.79%, 45.13% 92.83%, 44.17% 94.74%, 43.79% 96.36%, 43.92% 98.03%, 44.52% 99.06%, 46.30% 99.97%, 47.90% 99.97%, 48.94% 99.58%, 50.24% 98.48%, 51.32% 96.29%, 52.36% 94.98%, 56.17% 92.07%, 62.71% 88.71%, 75.88% 83.34%, 80.42% 80.81%, 84.24% 78.21%, 88.35% 74.75%, 92.25% 70.52%, 95.54% 65.71%, 97.83% 60.93%, 99.22% 56.43%, 99.96% 52.06%, 99.96% 45.69%, 99.44% 42.40%, 98.01% 37.37%, 95.93% 32.84%, 93.46% 28.92%, 88.96% 23.55%, 88.22% 22.17%, 88.83% 8.31%, 88.18% 4.19%, 86.92% 1.00%, 85.45% 0.00%, 83.63% 0.00%, 78.43% 1.94%, 72.85% 5.20%, 69.90% 7.59%, 67.39% 10.22%, 66.18% 10.81%, 65.01% 10.81%, 58.12% 9.49%, 51.97% 9.01%, 43.35% 9.32%, 34.39% 10.77%, 32.96% 10.15%, 31.05% 8.07%, 28.06% 5.54%, 23.34% 2.60%, 16.80% 0.00%, 15.03% 0.00%, 14.42% 0.24%, 13.51% 1.00%, 12.82% 2.42%, 11.65% 7.62%, 11.61% 13.23%, 12.34% 20.68%, 12.13% 22.45%, 7.32% 27.85%, 3.94% 33.01%, 1.65% 38.28%, 0.26% 43.99%);
   height: 30px;
   margin-left: 2.5px;
   margin-top: 7px;
   transition: 0.3s;
   width: 25px;
   z-index: 200;
}
.profile-top-bar-logo-box:hover .pp-top-bar-logo-name{
   background: #101010;
}
/* HEADER - Janitor Logo - "beta" Removal */
.pp-top-bar-logo-sub-name{
   font-size: 0px !important;
}
/* HEADER - Janitor Logo - Styling + Hover */
.pp-top-bar-logo-sub-name{
   border: 1px solid #efefef;
   border-radius: 50px;
   height: 2.6rem;
   left: 0;
   position: absolute;
   transition: 0.3s;
   width: 2.6rem;
}
.profile-top-bar-logo-box:hover .pp-top-bar-logo-sub-name{
   background: #efefef;
   border: 1px solid #101010;
   z-index: 100;
}
.profile-top-bar-logo-box:hover .pp-top-bar-logo-name:hover{
   background: #101010 !important;
}
/*HEADER - Sidebar - Menus - Notifications - Positioning The Menus*/
[class*="notificationsPopover"]{
 left: 60px;
 top: 0px;
}
/* HEADER - Search bar - Positioning */
.pp-top-bar-search-input-group{
   left: -19px;
   top: 5px;
}
.pp-top-bar-right{
   position: absolute;
   top: 7rem;
}
.pp-top-bar-right>div{
    width: fit-content;
    min-width: unset;
    margin-left: 5px;
}
/* HEADER - Search Bar - Icon Styling */
.pp-top-bar-search-icon svg{
   display: none;
}
.pp-top-bar-search-icon::after{
   color: #efefef;
   content: "⌕";
   font-size: 30px;
   transition: 0.3s;
}
.pp-top-bar-search-icon:hover::after{
   color: #101010;
}
/* HEADER - Search Bar - X Icon */
.profile-top-bar-search-input-group:hover svg, .profile-top-bar-search-input-group:has(.css-ib407y, .pp-top-bar-search:focus-within) svg{
   fill: #101010;
}
.pp-top-bar-search-clear{
   opacity: 1;
}
/* HEADER - Search Bar - Magnifying glass */
.profile-top-bar-search-input-group:hover .pp-top-bar-search-icon::after, .profile-top-bar-search-input-group:has(.pp-top-bar-search-clear, .pp-top-bar-search:focus-within) .pp-top-bar-search-icon::after{
   color: #101010;
}
/* HEADER - Search Bar - Text Styling*/
#search-input{
   caret-color: #101010;
   color: #101010 !important;
   font-family: "Graduate", serif !important;
   font-size: 1rem !important;
   transition: all 0.3s !important;
}
/* HEADER - Search Bar - Default Text Styling */
#search-input::placeholder{
   color: #101010;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   opacity: 0;
   padding-top: 1rem;
}
/* HEADER - Search Bar - Hiding Placeholder When Active */
.pp-top-bar-search:focus-within #search-input::placeholder{
   opacity: 0;
}
/* HEADER - Search Bar - Showing Placeholder On Hover + Active */
.pp-top-bar-search:focus-within #search-input::placeholder{
   opacity: 1;
   text-align: center;
}
.profile-top-bar-search-input-group:hover #search-input::placeholder{
   opacity: 1;
   text-align: center;
}
/* HEADER - Search Bar - General Styling */
.pp-top-bar-search{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   min-width: 0px;
   overflow: hidden;
   padding: 0;
   transition: 0.3s;
   width: 2.5rem;
}
.profile-top-bar-search-input-group:hover .pp-top-bar-search{
   background: #efefef;
   border: 1px solid #101010;
   box-shadow: none;
   min-width: 30rem !important;
   padding-left: 3rem;
}
/* HEADER - Search Bar - Search Sticking When Clicked Open */
.pp-top-bar-search:focus-within{
   background: #efefef;
   border: 1px solid #101010;
   min-width: 30rem;
   padding-left: 3rem;
}
/* HEADER - Search Bar - Search Sticking When Clicked Off With Text */
.profile-top-bar-search-input-group:has(.css-ib407y) .pp-top-bar-search{
   background: #efefef;
   border: 1px solid #101010;
   min-width: 30rem !important;
   padding-left: 3rem;
}
/*HEADER - Search Bar - Fixing issues*/
.profile-top-box-flex-inner, .profile-top-bar-logo-box{
 min-width: fit-content;
}
[class*="_wrapper_"]{
   padding-left: 2rem;
} }
@media screen and (min-width: 768px) and (min-height: 665px){
/* HEADER - Profile Menu icon */
.pp-top-bar-app-menu{
   display: none;
}
/* HEADER - Profile Menu - Setting Up Static Menu */
:has(> .profile-top-bar-app-menu-list),
.profile-top-bar-app-menu-list > * {
   display: contents;
}
/* HEADER - Profile Menu - Fixing Static Menu Wrapper */
.profile-top-bar-app-menu-list{
   opacity: 1 !important;
   visibility: visible !important;
   transform: unset !important;
}
/* HEADER - Profile Menu - Positioning and Styling */
.profile-top-bar-app-menu-list{
   background: #0000;
   border-radius: 0;
   box-shadow: unset;
   display: flex;
   flex-flow: column;
   gap: 0.25rem;
   left: 0px;
   margin: 0;
   max-height: unset;
   max-width: unset;
   min-width: unset;
   padding: 0 0.25rem;
   pointer-events: none;
   position: fixed;
   top: 160px;
   width: 100%;
}
/* HEADER - Profile Menu - Menu Options */
.pp-top-bar-app-menu-list-item{
   align-items: center; /* Centered vertically */
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   max-width: 2.6rem;
   min-height: 2.5rem;
   overflow: hidden;
   padding: 0;
   pointer-events: auto;
   transition: max-width 300ms, background 300ms;
   white-space: nowrap;
   width: 100%;
}
.pp-top-bar-app-menu-list-item:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
   max-width: 16rem;
}
.pp-top-bar-app-menu-list-item:hover svg{
   fill: #101010;
}
/* HEADER - Profile Menu - Menu Dividers */
.profile-top-bar-app-menu-list hr{
   display: none;
}
/* HEADER - Profile Menu - Menu Icons */
.pp-top-bar-app-menu-list-item svg{
   aspect-ratio: 1;
   border-radius: 999px;
   color: inherit;
   flex-grow: 0;
   flex-shrink: 0;
   height: auto;
   padding: 0.5rem; /* controls size of svg inside circle, bigger padding = smaller icon, smaller padding = bigger icon */
   width: 2.5rem;
} }
@media screen and (min-width: 768px) and (max-height: 665px){
.pp-top-bar-right>div{
   flex-direction: column;
}
/* HEADER - Profile Menu - Icon */
.pp-top-bar-app-menu:hover>span>*{
   transform: none;
}
.pp-top-bar-app-menu{
   right: 3px;
}
.css-fsfp0u{
   border-radius: 999px;
   height: 2.5rem;
   width: 2.5rem;
}
.css-fsfp0u img{
   border: 1px solid #efefef;
   border-radius: 999px;
}
/* HEADER - Profile Menu */
.css-mzi0gq{
   left: 60px !important;
   position: fixed !important;
   transform: translate3d(5px, 0px, 0px) !important;
}
/* HEADER - Profile Menu - Main Styling */
.pp-top-bar-app-menu-list{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   overflow: hidden;
}
/* HEADER - Profile Menu - Text to right and hiding icon */
.pp-top-bar-app-menu-list-item{
   color: #fdf9fc;
   flex-direction: row-reverse;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   text-align: right;
   transition: 0.3s;
}
/* HEADER - Profile Menu - Hover */
.pp-top-bar-app-menu-list-item:hover{
   background: #efefef;
   color: #101010;
}
.pp-top-bar-app-menu-list-item:hover svg{
   fill: #101010;
}
/* HEADER - Profile Menu - Divider Lines */
.profile-top-bar-app-menu-list hr{
   border-color: #efefef;
   opacity: 1;
} }
/* ---------------------------- END OF PC HEADER SECTION ---------------------------- */
/* A quick fix for the container holding the @/Follower count/Badges/Member Since on devices with a wide screen where the base 30% is still too thin */
@media screen and (max-width: 1300px){
.profile-info-stack-inner{
   width: 60%;
} }
/* ---------------------------- MEDIA QUERY - MOBILE - FIXES FOR MOBILE DEVICES ---------------------------- */
/* This media query holds code that affects Mobile devices only. */
/* !!! DO NOT REMOVE THIS CODE !!! */
/* This media query is to ensure the profile is functional on mobile devices. */
@media screen and (max-width: 767px){
/* PROFILE BIO - Divs - Status Bar - Animation */
.cyanoide-status-bar p{
   animation: StatusTextScrollMobile 17s linear infinite;
}
/* PROFILE BIO - @ / Followers / Badges - Member Since Container */
.profile-info-stack-inner{
   width: 100%;
}
/* BOT CARDS - Image */
.css-1q7rmf0{
   border: 1px solid #efefef;
   height: 220px;
   margin-top: 31px;
}
/* BOT CARDS - Tags - Space for Tokens */
.css-4ofde4{
   padding-bottom: 15px;
}
.css-k1urot{
   justify-content: center;
}
/* BOT CARDS - Tokens */
.pp-cc-tokens-count{
   padding-bottom: 3px;
}
.css-10cv7r2{
   top: 30px;
   width: 100%;
}
.pp-cc-ribbon{
   left: 0px;
}
.pp-cc-chats{
   width: 95%;
}
/* BUTTONS, FILTERS AND SEARCH - Characters - Text Replacement */
.css-1jj3srb::after{
   font-size: 25px; /* !OPTIONAL ! - If this is necessary/needed font size depends on the length of the text you replaced "Characters" with. If you kept the template text there's no need to change this. */
}
/* HEADER - Main Styling */
.pp-top-bar{
   background: #101010;
   border-bottom: 1px solid #efefef;
   padding-bottom: 5px;
}
.pp-mnb-container{
   background: #101010;
   border-top: 1px solid #efefef;
   height: 45px;
   padding-top: 5px;
}
/* HEADER - Back Button */
.pp-top-bar-back-button{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 41px;
}
.pp-top-bar-back-button:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
.pp-top-bar-back-button:hover svg{
   fill: #101010;
}
/* HEADER - Menu items */
.pp-mnb-item{
   border: 1px solid #efefef;
   border-radius: 999px;
   height: 35px;
   justify-content: center;
   transition: 0.3s;
   width: 35px;
}
.pp-mnb-item:hover{
   background: #efefef;
   border: 1px solid #101010;
}
/* HEADER - Top Bar Profile Text */
/* This text seems to be bugged so it shows up only sometimes. This is not due to the CSS, just a site bug */
.pp-top-bar-title{
   color: #efefef;
   font-family: "Graduate", serif;
}
/* HEADER - Profile Menu - Icon - Styling */
.chakra-ui-dark .css-1vc3px3:not([data-theme]), [data-theme=dark] .css-1vc3px3:not([data-theme]), .css-1vc3px3[data-theme=dark]{
   height: 35px;
   width: 35px;
}
.css-1vc3px3 img{
   border: 1px solid #efefef;
   border-radius: 999px;
   height: 35px;
   width: 35px;
}
.pp-mnb-user-menu{
   top: 8px;
   padding-bottom: 4px;
   position: relative;
}
/* HEADER - Profile Menu - Icon - No Background When Clicked */
.css-1u2nttd:active, .css-1u2nttd[data-active]{
   background: none;
}
/* HEADER - Profile Menu - Icon - No moving when hovered */
.pp-top-bar-app-menu:hover>span>*{
   transform: none;
}
/* HEADER - Profile Menu - Main Styling */
.pp-top-bar-app-menu-list{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   overflow: hidden;
}
/* HEADER - Profile Menu - Text to right and hiding icon */
.pp-top-bar-app-menu-list-item{
   color: #fdf9fc;
   flex-direction: row-reverse;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   text-align: right;
   transition: 0.3s;
}
/* HEADER - Profile Menu - Hover */
.pp-top-bar-app-menu-list-item:hover{
   background: #efefef;
   color: #101010;
}
.pp-top-bar-app-menu-list-item:hover svg{
   fill: #101010;
}
/* HEADER - Profile Menu - Divider Lines */
.profile-top-bar-app-menu-list hr{
   border-color: #efefef;
   opacity: 1;
} }

/* MEDIA QUERY - iPad Mini - Notif Fix */
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait){
/* HEADER - Sideways Bar - Menus - Notifications - Positioning The Menus */
[class*="notificationsPopover"]{
 left: 60px;
 top: 0px;
} }
/* ---------------------------- END OF MEDIA QUERY SECTION ---------------------------- */
.MonoTemplateCredit{
   filter: opacity(0.7);
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
}
</style>

Template - CSS only

Code Last Updated: 11 / 01 / 2026

Already used the full template once but need the fixes? This section should allow for an easier copy-paste!
If this is your first time using this template, you should use the full code section, as this lacks the HTML and div classes necessary for this template to work.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
<style>
/* ---------------------------- KEYFRAMES ---------------------------- */
/* KEYFRAMES - Status Bar Scroll */
@keyframes StatusTextScroll{
   0%{
      transform: translateX(100%);      
}
   100%{
      transform: translateX(-100%); 
} }
/* -------------------------------------------------------- */
/* KEYFRAMES - Status Bar Scroll Mobile */
/* Depending on how long your status text is, you may need to increase the "transform: translateX(-300%);" to a different value. If it snaps back rather than scroll out of sight you may need to try values such as -350%, -400%, etc. */ 
@keyframes StatusTextScrollMobile{
   0%{
      transform: translateX(100%);      
}
   100%{
      transform: translateX(-300%); 
} }
/* -------------------------------------------------------- */
/* KEYFRAMES - Text box Flicker Keyframe */
@keyframes TextBoxFlicker{
   0%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   12%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   12.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   12.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   13%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   13.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   13.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   20%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   20.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   20.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   25%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   25.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   25.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   26%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   26.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   26.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   100%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
} }
/* -------------------------------------------------------- */
/* KEYFRAMES - Bot Card Flicker Keyframe */
@keyframes BotHoverFlicker{
   0%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   12%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   12.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   12.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   13%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   13.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   13.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   20%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   20.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   20.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   25%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   25.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   25.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   26%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   26.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   26.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   40%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   40.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   40.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   41%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   41.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   41.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   67%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   67.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   67.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   100%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
} }
/* ---------------------------- END OF KEYFRAMES SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- GENERAL CODE ---------------------------- */
/* Main text font + colour */
body{
   color: #efefef;
   font-family: "Courier Prime", monospace;
   font-size: 13px;
   font-weight: 100;
}
/* Links */
a{
   color: #bbbbbb;
   text-decoration: underline;
   transition: 0.3s;
}
a:hover{
   color: #efefef;
}
/* Paragraph side padding */
p{
   padding-left: 5px;
}
/* Removing filter from background */
.pp-page-background{
   filter: none;
}
/* SVG - Announcement/Notification/Tags/etc. Icon Hover */
svg{
   fill: #efefef;
   transition: 0.3s;
}
svg:hover{
   fill: #101010;
}
/* SVG - Search bar - full opacity */
.css-bar9lc div:has(svg){
   opacity: 1;
}
/* TOOLTIPS - Removing Diamond */
.css-1ugx2pr, .chakra-tooltip__arrow-wrapper.css-0{
   display: none;
}
/* TOOLTIPS - Box styling */
.css-sdza1q, .css-ataym9, .css-1xt7epy, .css-1z0vr2k, .css-yl8rnf, .css-b19ce0, .css-1ltpmnj, .css-1mdyyu3{
   background: #101010;
   border: 1px solid #efefef;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   color: #efefef;
   font-family: "Courier Prime", monospace;
   font-size: 15px;
   font-weight: 100;
}
/* PROFILE LAYOUT - PFP and Profile Info Centered */
.profile-info-hstack{
   flex-direction: column;
}
/* PROFILE LAYOUT - Profile Above Bots */
.profile-page-flex{
   flex-direction: column;
}
/* PROFILE LAYOUT - Centering Profile Text */
.profile-info-stack-inner-flex{
   justify-content: center;
}
/* On this theme the Log in and Register buttons were placed inconveniently
 on PC. This code repositions them to give them a clear and accessible place on logged out devices. */
/* PROFILE LAYOUT - Log In / Register Buttons - Wrapper */
.pp-top-bar-auth-buttons{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   left: 60px;
   padding-left: 1rem;
   position: absolute;
   top: 0;
}
/* PROFILE LAYOUT - Log In / Register Buttons - Log In + Register Button */
.pp-top-bar-auth-buttons-register, .pp-top-bar-auth-buttons-login{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   font-family: "Graduate", serif;
}
.pp-top-bar-auth-buttons-register:hover, .pp-top-bar-auth-buttons-login:hover{
   background: #efefef;
   border: 1px solid #101010;
   border-radius: 999px;
   color: #101010;
   text-shadow: none;
}
/* PROFILE LAYOUT - Log In / Register Buttons - Removing Transform On Click */
.glow-logo:active{
   transform: none;
}
.glow-logo:focus{
   color: #101010;
   text-shadow: none;
}
/* PROFILE LAYOUT - Bottom Page Arrows - Container */
.pp-cc-list-container + div{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   height: 2rem;
   justify-content: center;
}
/* PROFILE LAYOUT - Bottom Page Arrows - Arrows */
._navButton_5a6y6_84:disabled{
   opacity: 0.8;
}
._navButton_5a6y6_84{
   border: #efefef;
}
._navButton_5a6y6_84:hover{
   background: #efefef;
   border: #101010;
}
._navButton_5a6y6_84:hover svg{
   fill: #101010;
}
/* PROFILE LAYOUT - Bottom Page Arrows - Current Page */
._pageButtonActive_5a6y6_130{
   background: #efefef !important;
   border: 1px solid #101010 !important;
   color: #101010 !important;
   transition: 0.3s;
}
._pageButtonActive_5a6y6_130:hover {
   background: #101010 !important;
   border: 1px solid #efefef !important;
   color: #efefef !important
}
/* PROFILE LAYOUT - Bottom Page Arrows - Page Numbers */
._pageButton_5a6y6_112{
   background: #101010;
   border: 1px solid #efefef;
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 13px;
   font-weight: 100;
   transition: 0.3s;
}
._pageButton_5a6y6_112:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
html:not(:has([class="MonoTemplateCredit"])) .css-0::after{
   background: #efefef;
   content: "";
   inset: 0;
   pointer-events: none;
   position: fixed;
   z-index: 20000;
}
/* ---------------------------- END OF GENERAL CODE SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- PROFILE BIO ---------------------------- */
/* Contains elements such as: PFP, @, Followers, Members Since, Badges, General profile bio appearance, DIV classes (status bar, text boxes), follow button and options button */
/* -------------------------------------------------------- */
/* PROFILE BIO - Removing box shadow from bio */
.pp-uc-background:hover{
   box-shadow: none;
}
/* PROFILE BIO -  Full Width Bio */
.profile-page-flex > div:not(.profile-page-container-flex-box){
   max-width: unset;
}
/* PROFILE BIO - PFP Size */
.pp-uc-avatar{
   border-radius: 0px;
   box-shadow: none;
   height: 600px;
   width: auto;
}
/* PROFILE BIO - @ / Followers / Badges - Member Since Container */
.profile-info-stack-inner{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   margin-top: -40px;
   padding: 20px;
   width: 30%;
   z-index: 0;
}
/* PROFILE BIO - @ */
.pp-uc-title{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 35px;
   font-weight: 100;
}
/* PROFILE BIO - Followers - General Styling*/
.pp-uc-followers-count{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   text-align: center;
}
/* PROFILE BIO - Followers - Hiding "Followers" */
.pp-uc-followers-count > span + span{
   font-size: 0;
}
/* PROFILE BIO - Followers - Follower Text Replacement - Before Number */
.pp-uc-followers-count::before{
   content: "Broadcasting to: "; /* ! OPTIONAL ! - Replace with your own text or remove if you only want a text like "<Number> <Followers>" */
   font-size: 20px;
}
/* PROFILE BIO - Followers - Follower Text Replacement - After Number */
.pp-uc-followers-count > span + span::after{
   content: "viewers"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 20px;
}
/* PROFILE BIO - Badges */
.css-hjkukh{
   filter: grayscale(1);
   justify-content: center;
}
/* PROFILE BIO - Member Since - Positioning, Colour, Font */
.pp-uc-member-since{
    font-size: 0px;
    text-align: center;
}
/* PROFILE BIO - Member Since - Text Replacement */
.pp-uc-member-since:after{
   color: #efefef;
   content: "On air since <DATE>"; /* ! RECOMMENDED ! - Replace "<DATE>" with your join date - ! OPTIONAL ! - Replace "On air since" with your custom text */
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   text-align: center;
}
/* PROFILE BIO - Follow Button - Centred */
.css-y9k5u7{
   flex-direction: column;
   justify-content: center;
}
/* PROFILE BIO - Follow Button - Bottom padding */
.css-fdshcw{
   padding-bottom: 50px;
}
/* PROFILE BIO - Follow Button - General Styling */
.pp-uc-follow-button{
   align-items: center;
   background: #101010; 
   background-position: left;
   background-size: 250%;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   display: flex;
   font-family: "Graduate", serif;
   font-weight: 100;
   height: 2.5rem;
   justify-content: center;
   overflow: hidden;
   position: relative;
   transition: 0.3s !important;
   width: 15rem;
}
.pp-uc-follow-button:hover{
   background: #efefef !important;
   border: 1px solid #101010 !important;
   color: #101010;
}
/* PROFILE BIO - Follow Button - "Follow" Text Replacement */
.pp-uc-follow-button:after{
   content: "Start Watching"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 20px;
   transition: 0.3s;
   white-space: nowrap;
}
/* PROFILE BIO - Follow Button - "Following" Text Replacement */
.pp-uc-follow-button[data-following=true]:after{
   content: "Stop Watching"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 20px;
}
.profile-uc-follow-button::before { content: unset; }
.pp-uc-follow-button:active{
   transform: none;
}
/* PROFILE BIO - Follow Button - Removing Old Text */
.pp-uc-follow-button > span{
   font-size: 0px;
}
/* PROFILE BIO - Options - Base styling */
.pp-uc-options-menu{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   flex-direction: row-reverse;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   justify-content: center;
   transition: 0.3s;
   width: 15rem;
}
.pp-uc-options-menu:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
.pp-uc-options-menu:hover svg, .pp-uc-options-menu[data-active] svg{
   fill: #101010;
}
/* PROFILE BIO - Options - Background When Opened */
.pp-uc-options-menu:active, .pp-uc-options-menu[data-active]{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
/* PROFILE BIO - Options - Block Text */
.pp-uc-options-menu-item{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   font-family: "Courier Prime", monospace;
   font-size: 15px;
   font-weight: 100;
   padding-top: 7px;
   padding-bottom: 5px;
   text-align: center;
   transition: 0.3s;
   width: 15rem;
}
/* PROFILE BIO - Options - Block Text - Hover */
.pp-uc-options-menu-item:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
/* PROFILE BIO - Options - Block Text - Background */
.css-1f9crt2{
   background: none;
   box-shadow: none;
}
/* PROFILE BIO - Options - Block Text - Icon */
.css-7halv9{
   font-size: 1rem;
   padding-bottom: 3px;
}
.pp-uc-options-menu-item:hover svg{
   fill: #101010;
}
/* PROFILE BIO - Divs - Status Bar - Styling */
.cyanoide-status-bar{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   height: 50px;    
   overflow: hidden;
   position: relative;
   white-space: nowrap;
}
/* PROFILE BIO - Divs - Status Bar - Animation, Text Styling, Size */
.cyanoide-status-bar p{
   animation: StatusTextScroll 17s linear infinite;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   height: 100%;
   line-height: 50px;
   margin: 0;
   position: absolute;
   text-align: center;
   transform:translateX(100%);
   width: 100%;
}
/* PROFILE BIO - Divs - Bio Container - Box Styling */
.cyanoide-large-bio-container{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   margin-top: 20px;
}
/* PROFILE BIO - Divs - Bio Container - Text Padding */
.cyanoide-large-bio-container p{
   padding: 5px 10px 5px 10px;
}
/* PROFILE BIO - Divs - Text Boxes - Scrollbar */
.cyanoide-profile-box-warp::-webkit-scrollbar-thumb{
   background: #efefef80;
}
/* PROFILE BIO - Details/Summary Marker Removal */
summary::-webkit-details-marker{
   display: none;
}
details>summary::marker{
   content: "";
}
details summary::-webkit-details-marker{
   display: none;
}
details > summary{
   list-style-type: none;
}
/* ---------------------------- END OF PROFILE BIO SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- BOT CARDS ---------------------------- */
/* This section will contain some of the code regarding bot cards, such as: General card styling, bot card name/summary/tags/message count/token styling, removal of event decorations/star + line divider/user @ from bot cards */
/* As these bot cards are made with a grid and the removed elements aren't coded in, their positions may overlap with other elements and generally be messy if made visible. I personally recommend keeping them removed unless you intend on and are capable of changing the bot card style/layout yourself as this may require using grid to place them properly. The grid portion of these bot cards can be found later on in the media query section.*/
/* -------------------------------------------------------- */
/* BOT CARDS - removing @, Event Decorations, Star + Line */
.css-1m151rf, .css-nip9dx, .css-1wqmh16, .css-xrg4vd, .css-5v5qgx, .css-1awld45, .css-1cui3us, .pp-cc-star, .pp-cc-star-line{
   display: none;
}
/* BOT CARDS - Making All Layers Transparent */
div:is(:has(> .css-1s5evre, ~ .css-1s5evre)){
   background: none !important;
}
.pp-cc-wrapper:hover{
   box-shadow: none;
}
/* BOT CARDS - General Bot Card Style */
.css-1s5evre{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   border-radius: 0px;
   overflow: hidden;
   transition: 0.3s;
}
.css-1s5evre:hover{
   animation: BotHoverFlicker 45s infinite; /* DO NOT SPEED THIS UP */
   animation-delay: 0.5s;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
/* BOT CARDS - Bot Image */
.css-1q7rmf0{
   filter: grayscale(1); /* ! OPTIONAL ! - DELETE GREYSCALE FILTER IF UNWANTED - Turns bot images black & white when not hovered */
   transition: 0.2s;
   z-index: 0;
}
/* BOT CARDS - Bot Image - Border Radius of the Image Itself */
.css-1q7rmf0>img{
   border-radius: 0px;
}
.css-1s5evre:hover .css-1q7rmf0{
   filter: grayscale(0); /* ! OPTIONAL ! - DELETE GREYSCALE FILTER IF UNWANTED - Turns bot images back to normal colour when hovered */
}
/* BOT CARDS - Message Count Ribbon - Remove Inset, Hide Overflow and Drop Shadow */
.pp-cc-ribbon{
   filter: none;
   overflow: visible;
   padding: 0;
   position: unset;
}
/* BOT CARDS - Message Count Ribbon - Remove shape, Weird Shadow and Hide Overflow */
.pp-cc-ribbon-wrap{
   background: transparent;
   border-radius: 0;
   box-shadow: none;
   clip-path: unset;
   inset: unset;
   overflow: visible;
   padding: 0;
}
/* BOT CARDS - Message Count Ribbon - Removing Original Icon */
.pp-cc-chats svg{
   display: none;
}
/* BOT CARDS - Message Count Ribbon - Text, Background and Icon Replacement */
.pp-cc-chats{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   justify-content: center;
}
.pp-cc-chats::before{
   content: "🎬"; /* ! OPTIONAL ! - REPLACE WITH OWN ICON IF WANTED - Any icon you replace it with either has to be a standard emoji like used here or a Unicode text symbol you can paste in */
   font-size: 20px;
   filter: grayscale(1) brightness(2);
}
/* BOT CARDS - Tokens */
.pp-cc-tokens-count{
   border-radius: 50px;
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   justify-content: center;
   letter-spacing: inherit;
   opacity: 1;
   padding-top: 6px;
   position: relative;
   right: 0%;
   text-align: center;
   text-shadow: none;
}
/* BOT CARDS - Bot Name */
.pp-cc-name{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   letter-spacing: inherit;
   opacity: 1;
   text-shadow: none;
   text-transform: none;
}
.profile-character-card-stack-link-component{
   text-decoration: none;
}
/* BOT CARDS - Summary - General styling */
.pp-cc-description{
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5;
   color: #efefef;
   display: -webkit-box;
   font-size: 13px;
   line-clamp: 5;
   overflow: hidden;
}
/* BOT CARDS - Tag Styling - Limitless Text Replacement + Styling */
.pp-tag-limitless{
   background: none;
   border: none;
   border-bottom: 1px solid #efefef;
   border-radius: 0px;
   font-size: 0px;
}
.pp-tag-limitless:after{
   color: #efefef;
   content: "Watch Now!"; /* ! OPTIONAL ! - Replace with your own custom text */
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   text-align: center;
}
.css-123m5uu, .pp-tag-limitless{
   padding-bottom: 5px;
   width: 100%;
}
/* BOT CARDS - Tag Styling - Normal Tags */
.pp-cc-tags-regular{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
   color: #efefef;
   font-size: 13px;
   height: 21px;
   padding-top: 1px;
   transition: 0.3s;
}
.pp-cc-tags-regular:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
/* BOT CARDS - Tag Styling - Custom Tags */
.pp-cc-tags-custom{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
   color: #efefef;
   font-size: 13px;
   height: 21px;
   padding-top: 2px;
   transition: 0.3s;
}
.pp-cc-tags-custom:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
/* BOT CARDS - Tag Styling - Removing Emotes From Tags*/
.pp-cc-tags-regular{
   display: inline-block;
   line-height: unset;
   padding-left: 1px;
}
.pp-cc-tags-regular::first-letter{
   font-size: 0;
}
/* BOT CARDS - Tag Styling - Dead Dove Text Replacement */
a[href*="/search?mode=all&sort=popular&tag_id=49&page=1"] .pp-cc-tags-regular{
   font-size: 0;
   padding-left: 9px;
}
a[href*="/search?mode=all&sort=popular&tag_id=49&page=1"] .pp-cc-tags-regular::after{
   content: 'Dead Dove';
   font-size: 13px;
   height: 21px;
   padding-top: 1px;
   transition: 0.3s;
}
/* ---------------------------- END OF BOT CARD SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- BUTTONS, FILTERS AND SEARCH ---------------------------- */
/*Total Chars / Search / Tag Filter / Latest order*/
.character-list-pagination-flex{
   justify-content: center;
}
.profile-filters-flex-inner{
   gap: 5px;
   margin-left: 5px;
}
/* BUTTONS, FILTERS AND SEARCH - My Characters - General */
.pp-tabs-wrapper{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   height: 3rem;
   justify-content: center;
   width: 100%;
}
/* BUTTONS, FILTERS AND SEARCH - Characters - Text */
.css-1jj3srb[aria-selected=true], .css-1jj3srb[data-selected]{
   color: #efefef;
}
.css-1jj3srb{
   display: flex;
   font-family: "Graduate", serif;
   font-size: 0px;
   font-weight: 100;
   letter-spacing: unset;
   text-transform: none;
   text-wrap: nowrap;
}
.css-1jj3srb::after{
   content: "Scheduled Programs:"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 30px;
}
/* BUTTONS, FILTERS AND SEARCH - Characters - Blue Line */
.profile-tabs-indicator{
   background: none;
   box-shadow: none;
}
/* BUTTONS, FILTERS AND SEARCH - Search Bar - Not Clicked On */
.pp-fl-search-input{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 0;
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   outline: none !important;
   position: relative;
   text-align: center;
   transition: 0.3s;
}
.pp-fl-search-input:hover{
   background: #efefef; 
   border: 1px solid #101010;
   border-radius: 0;
   box-shadow: none;
}
/* BUTTONS, FILTERS AND SEARCH - Search Bar - Clicked On */
.pp-fl-search-input:hover, .pp-fl-search-input:focus{
   background: #efefef; 
   border: 1px solid #101010;
   box-shadow: none;
}
.css-19akvax:hover{
   color: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Search Bar - Input Text Colour */
.profile-character-search-input-group:has(.pp-fl-search-input:focus) .css-19akvax{
   color: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Search Bar - Placeholder Opacity */
.pp-fl-search-input::placeholder{
   color: #efefef;
   transition: 0.3s;
}
/* BUTTONS, FILTERS AND SEARCH - Search Bar - SVG Visibility */
.pp-fl-search-input:hover::placeholder, .pp-fl-search-input:focus::placeholder{
   color: #101010;
}
.profile-character-search-input-group:hover svg, .profile-character-search-input-group:has(.pp-fl-search-input:focus) svg{
   fill: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Total Characters - General Styling */
.pp-pg-total{
   background: #101010;
   background-image: none;
   border: 1px solid #efefef;
   border-radius: 999px 0px 0px 999px;
   box-shadow: none;
   height: 2.5rem;
   padding: 0;
}
.pp-pg-total:before{
   background: none;
}
.pp-pg-total:hover{
   border: 1px solid #efefef;
   text-shadow: none;
}
/* BUTTONS, FILTERS AND SEARCH - Total Characters - Text Styling And Replacement */
.css-1fghc3k > .css-wd8hou{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100 !important;
   min-height: 40px;
   overflow: hidden;
   padding-left: 20px;
   text-wrap: nowrap;
   width: 8rem;
}
.css-1fghc3k > .css-wd8hou:after{
   color: #efefef;
   content: "Shows";  /* ! OPTIONAL ! - Replace with your own text */
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   margin-right: 200px;
}
/* BUTTONS, FILTERS AND SEARCH - Total Characters - Number not bold */
.pp-pg-total-count{
   font-size: 1rem;
   font-weight: 100;
   padding-right: 3px;
}
/* BUTTONS, FILTERS AND SEARCH - Total Characters - Removing Spacer */
.pp-pg-total-text{
   display: none;
}
/* BUTTONS, FILTERS AND SEARCH - Total Characters - Making it not move when clicked */
.Btn2-purple:active{
   transform: none;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Icon - General Styling */
.pp-fl-filter-button{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
}
.pp-fl-filter-button:hover{
   background: #efefef;
   border: 1px solid #101010;
}
.pp-fl-filter-button:hover svg{
   fill: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Menu - General Styling */
.chakra-ui-dark .css-1dljitb:not([data-theme]), [data-theme="dark"] .css-1dljitb:not([data-theme]), .css-1dljitb[data-theme="dark"]{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Filter / Tags text */
.css-dcyl1x{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 35px;
   font-weight: 100;
}
.css-178jenf{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Tags - Styling */
._tag_1fwqk_6{
   background: #101010;
   border: 1px solid #efefef !important;
   border-radius: 0px;
   box-shadow: none !important;
   color: #efefef;
   display: inline;
   font-family: "Courier Prime", monospace;
   font-size: 13px;
   font-weight: 100;
   overflow: hidden;
   text-align: center;
   transition: 0.3s;
   width: 150px;
}
._tag_1fwqk_6:hover{
   background: #efefef;
   border: 1px solid #101010 !important;
   color: #101010;
}
._tag_1fwqk_6:active, ._tag_1fwqk_6[data-active]{
   transform: none;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Tags - No Emote */
._tag_1fwqk_6::first-letter{
   font-size: 0;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Tags - Divider between selected/non-selected tags */
._divider_1lgbq_147{
color: #efefef;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Tags - Spacing */
._collapsedContainer_1lgbq_78{
   justify-content: space-evenly;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Removing Gradients */
._gradientRight_1lgbq_36, ._gradientLeft_1lgbq_19{
display: none;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Arrows */
/* Classes from @tigerdropped's Tag Menu template */
[class*="_expandButton_"], [class*="_navigationButton"] {
  display: flex;
  align-items: center;
  border-radius: 999px;
  background: #101010;
  border: 1px solid #efefef;
  color: #0000; /* Controls both the border color and Icon color */
  transition: 0.3;
}
[class*="_expandButton_"]:hover, [class*="_navigationButton"]:hover{
  background: #efefef;
  color: #101010;
}
/* Button Icon color */
[class*="_expandButton_"] *:is(svg, path), [class*="_navigationButton"] *:is(svg, path){
   fill: none;
   stroke: #efefef !important;
   transition: 0.3s;
}
[class*="_expandButton_"]:hover *:is(svg, path), [class*="_navigationButton"]:hover *:is(svg, path){
   fill: none;
   stroke: #101010 !important;
}
[class*="_navigationButton"] path { opacity: 1;}
[class*="_navigationButton"] svg { position: relative; top: -1px; }
[class*="_navigationButtonLeft"] svg { left: -2px; }
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Menu - X Styling + Hover */
.css-onkibi{
   color: #efefef;
   transition: 0.3s;
}
.css-lyo4r5{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   transition: 0.3s;
}
.css-lyo4r5:hover{
   background: #efefef;
   border: 1px solid #101010;
   border-radius: 999px;
}
.css-lyo4r5:hover .css-onkibi{
   color: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Tag Menu - Spinny Loading Thing */
.css-1q78gs5{
   border-right: 2px solid #efefef;
   border-top: 2px solid #efefef;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Latest Text + Hover */
.transparent .react-select__single-value{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   transition: 0.3s;
}
.react-select__control.css-13cymwt-control:hover, .react-select__control--is-focused:hover, .default .react-select__control:hover{
   border: 1px solid #efefef;
}
.transparent .react-select__control:focus{
border-color: #efefef !important;
}
.default .react-select__control{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 0px 999px 999px 0px;
   display: flex;
   padding-right: 5px;
   text-align: center;
   width: 8rem;
}
.default .react-select__control:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
.css-13cymwt-control:hover .react-select__single-value{
   color: #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Seperator Line */
.react-select__indicator-separator.css-1u9des2-indicatorSeparator{
   display: none;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Menu Open Button Styling */
.transparent .react-select__control--is-focused .react-select__single-value, .transparent .react-select__control--menu-is-open .react-select__single-value{
   color: #101010;
}
.default .react-select__control--is-focused, .default .react-select__control--menu-is-open {
   background: #efefef;
   border: 1px solid #101010;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Indicator arrow */
.css-b62m3t-container svg{
   color: #efefef !important;
   transform: rotate(270deg);
   transition: 0.3s;
}
.css-b62m3t-container:hover svg{
   color: #101010 !important;
}
.css-b62m3t-container:has(.react-select__control--is-focused) svg, .css-b62m3t-container:has(.react-select__control--menu-is-open) svg {
   color: #101010 !important;
   transform: rotate(360deg);
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Dropdown Menu - General Styling */
.dark .react-select__menu, .transparent .react-select__menu, .react-select__menu-portal .react-select__menu{
   backdrop-filter: none;
   background: none; 
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   overflow: hidden;
   width: 9.5rem;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - General Styling - Blur */
.css-b62m3t-container .react-select__menu{
   background: #101010; 
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - General Styling - Seperator Lines */
.dark .react-select__option, .transparent .react-select__option, .react-select__menu-portal .react-select__option{
   border-bottom: 1px solid #0000;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Dropdown - Top and Bottom Line of Menu */
.css-qr46ko{
   background-color: #0000;
   padding: 0;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Dropdown - List */
.react-select__menu-list{
   background-color: #0000;
   border: 1px solid #0000;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Options */
.react-select__option{
   background: none !important;
   border-bottom: 1px solid #efefef;
   border-top: 1px solid #efefef;
   color: #efefef !important;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   text-align: center;
   transition: 0.3s;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Options - Hover */
.react-select__option:hover{
   background: #efefef !important;
   border-bottom: 1px solid #101010 !important;
   border-top: 1px solid #101010 !important;
   color: #101010 !important;
}
/* BUTTONS, FILTERS AND SEARCH - Latest menu - Options - When Clicked */
.react-select__option--is-selected{
   background: #efefef !important;
   border-bottom: 1px solid #101010 !important;
   border-top: 1px solid #101010 !important;
   color: #101010 !important;
}
/* ---------------------------- END OF BUTTONS, FILTERS AND SEARCH SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- HEADER ---------------------------- */
/* HEADER - Menus - Notifications + Announcement Buttons - Icon Styling */
[class*="notificationsButton"]{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   height: 2.6rem;
   right: 1px;
   transition: 0.3s;
   width: 2.6rem;
}
[class*="notificationsButton"]:hover{
   background: #efefef !important;
   border: 1px solid #101010;
   border-radius: 999px;
}
[class*="notificationsContainer"]:has([class*="notificationsPopover"]) [type="button"] svg + :is(div, span){
   background: #101010;
}
[class*="notificationsContainer_"]:has([class*="notificationsPopover_"]) [class*="notificationsButton_"]{
   background: #efefef !important;
   border: 1px solid #101010;
   border-radius: 999px;
}
[class*="notificationsButton"]:hover{
   background: none;
}
/* HEADER - Menus - Notifications + Announcement Buttons - Unread Notification Dot */
[type="button"] svg + :is(div, span){
   animation: unset !important;
   background: #efefef;
   border-radius: 50%;
   box-shadow: none;
   color: #0000;
   height: 0.5rem !important;
   min-width: unset;
   padding: unset;
   right: 10px;
   text-align: center;
   top: 0.5rem;
   transition: 0.3s;
   width: 0.5rem !important;
}
[type="button"]:hover svg + :is(div, span){
   background: #101010;
}
/* HEADER - Menus - Notifications + Announcement Buttons - Icon Transitions */
[class*="notificationIcon"]{
   transition: 0.3s;
}
/* HEADER - Menus - Notifications + Announcement Buttons - Icons Changing on Hover / Sticking When Open */
[class*="notificationsButton"]:hover [class*="notificationIcon"], [class*="notificationsContainer"]:has([class*="notificationsPopover"]) [class*="notificationIcon"]{
   fill: #101010;
}
/* HEADER - Menus - Notifications + Announcement Buttons - Icons Not Moving */
[class*="notificationsButton"]:active{
   background: none;
   transform: none;
}
/* HEADER - Menus - Loading spinny thing */
[class*="_loadingSpinner_"]{
   border: 3px solid #efefef1a !important;
   border-top: 3px solid #efefef !important;
}
/* HEADER - Menus - Background for notifications and menus */
[class*="Popover_"]{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
[class*="Popover_"]:before{
   background: none;
}
/* HEADER - Menus - Loading section text */
[class*="_loadingMessage_"]{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
}
/* HEADER - Menus - Headers */
[class*="popoverHeader_"]{
   background: none;
   border-bottom: 1px solid #efefef;
   display: flex;
   flex-direction: column;
   gap: 5px;
   justify-content: center;
}
[class*="headerActions_"]{
gap: 15px;
}
/* HEADER - Menus - Top bar titles text */ 
[class*="popoverTitle_"]{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   letter-spacing: unset;
   text-transform: uppercase;
}
/* HEADER - Menus - Top bar close button + hover */
[class*="popoverHeader_"] button{
   background: none;
   border: 1px solid #efefef;
   border-radius: 999px;
   position: relative;
   transition: 0.3s;
}
[class*="popoverHeader_"] button:hover{
   background: #efefef;
   border: 1px solid #101010;
   border-radius: 999px;
   box-shadow: none;
}
/* HEADER - Menus - Top bar close + mark all read hovers */
[class*="popoverHeader_"] button:hover svg{
   fill: #101010;
}
/* HEADER - Menus - Scrollbar */
[class*="notificationsList_"]::-webkit-scrollbar-thumb{
   background: #efefef80;
}
[class*="notificationsList_"]::-webkit-scrollbar-track{
   background: #0000;
}
/* HEADER - Menus - Seperator Lines + Min Height */
[class*="_notificationItem_"]{
   border-bottom: 1px solid #efefef;
   min-height: 175px;
}
/* HEADER - Menus - Notification hovers */
[class*="_notificationItem_"]:hover{
   background: #2f2f2f;
}
[class*="_contentWrapperUnread_"], [class*="_contentWrapperUnread_"]:hover{
   background: #0000 !important;
}
[class*="_contentWrapper_"]:hover{
   background: none;
}
/* HEADER - Menus - Notification text titles */
[class*="_subject_"], [class*="_notificationTitle_"], [class*="_subjectUnread_"]{
   font-family: "Graduate", serif;
   font-weight: 100;
}
[class*="_notificationTitle_"], [class*="_subject_"]{
   color: #efefef;
}
/* HEADER - Menus - Unread Notif title */
[class*="_subjectUnread_"]{
   -webkit-background-clip: unset;
   -webkit-text-fill-color: unset;
   background: unset;
   background-clip: unset;
   color: #efefef;
}
/* HEADER - Menus - Notification text body */
[class*="_notificationMessage_"], [class*="_body_"]{
   color: #efefef;
   font-family: "Courier Prime", monospace;
   font-weight: 100;
}
/* HEADER - Menus - Notification text time */
[class*="_notificationTime_"], [class*="_timestamp_"]{
   color: #efefef;
}
/* HEADER - Menus - New Notif Indicator */
[class*="Indicator_"]{
   background: #efefef;
   width: 3px;
}
/* HEADER - Menus - Trash icon */
[class*="_archiveButton"]{
   backdrop-filter: unset;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   box-shadow: none;
}
[class*="_archiveButton"]:hover{
   background: #efefef;
   border: 1px solid #101010;
   box-shadow: none;
}
[class*="_archiveButton"]:hover svg{
   fill: #101010;
}
/* HEADER - Menus - Notification Char + User image */
[class*="_userAvatar_"]{
   border: 1px solid #efefef;
   box-shadow: unset;
   filter: grayscale(1);
   height: 50px;
   transition: 0.3s;
   width: 50px;
}
._userAvatar_18k4v_56{
   bottom: -40px;
   right: -15px;
}
[class*="_notificationItem_"]:hover [class*="_userAvatar_"]{
   border: 1px solid #efefef;
}
[class*="_notificationItem_"]:hover [class*="_characterAvatar_"]{
   border: 1px solid #efefef;
}
[class*="_characterAvatar_"]{
   border: 1px solid #efefef;
   border-radius: 0px;
   filter: grayscale(1);
   height: 100px;
   transition: 0.3s;
   width: 75px;
}
[class*="_notificationItem_"]:hover [class*="_userAvatar_"], [class*="_notificationItem_"]:hover [class*="_characterAvatar_"]{
   animation: BotHoverFlicker 45s infinite; /* DO NOT SPEED THIS UP */
   animation-delay: 0.5s;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   filter: none;
}
/* HEADER - Menus - Notifications Load More */
[class*="_loadMoreButton_"]{
   background: none;
   border: none;
   border-radius: 0;
   box-shadow: none;
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   transition: 0.3s;
}
[class*="_loadMoreWrapper_"]:hover [class*="_loadMoreButton_"], [class*="_loadMoreWrapper_"]:hover [class*="_loadMoreButton_"]:not(:disabled){
   border: none;
   box-shadow: none;
   color: #101010;
   transform: none;
}
[class*="_loadMoreWrapper_"]{
   background: none;
   transition: 0.3s;
}
[class*="_loadMoreWrapper_"]:hover{
   background: #efefef;
}
/* HEADER - Menus - No Announcements/Notifications + Extra Text Colour */
[class*="_emptyState_"]{
   color: #efefef;
   font-weight: 100;
}
/* ---------------------------- END HEADER SECTION ---------------------------- */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/* ---------------------------- MEDIA QUERIES ---------------------------- */
/* MEDIA QUERY - PC - PROFILE  BIO  */
/* This media query holds the coding for the 6 profile bio boxes around the pfp. */
/* !!! DO NOT REMOVE THIS CODE FROM THE MEDIA QUERY !!! */
/* This code does not work on devices with screens smaller than the specified width and requires people to be able to hover, which is what the secondary part of it is for. This media query is important for keeping proper functionality. */
/* -------------------------------------------------------- */
@media screen and (min-width: 1190px), (pointer: fine){
.cyanoide-profile-box-wrapper{
   perspective: 1000px;
} 
/* PROFILE BIO - Divs - Text Boxes - Title Styling */
.cyanoide-profile-box-title{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 35px;
   justify-content: center;
   left: 50%;
   position: absolute;
   top: -35px;
   transform: translateX(-50%);
   width: 250px;
}
/* PROFILE BIO - Divs - Text Boxes - Box Styling */
.cyanoide-profile-box-warp{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   display: flex;
   flex-direction: column;
   height: 150px;
   overflow: hidden auto;
   width: 340px;
}
/* PROFILE BIO - Divs - Text Boxes - Allowing Scrolling*/
.cyanoide-profile-box-text{
   pointer-events: auto;
}
/* PROFILE BIO - Divs - Text Boxes - Box Positions */
.cyanoide-profile-box-outer-left-1{
   margin-right: 90px;
   padding: 75px 100px 50px 40px;
   position: absolute;
   right: 50%;
   top: -850px;
}
.cyanoide-profile-box-outer-left-2{
   margin-right: 110px;
   padding: 75px 100px 50px 40px;
   position: absolute;
   right: 50%;
   top: -625px;
}
.cyanoide-profile-box-outer-left-3{
   margin-right: 90px;
   padding: 75px 100px 50px 40px;
   position: absolute;
   right: 50%;
   top: -400px;
}
.cyanoide-profile-box-outer-right-1{
   left: 50%;
   margin-left: 90px;
   padding: 75px 40px 50px 100px;
   position: absolute;
   top: -850px;
}
.cyanoide-profile-box-outer-right-2{
   left: 50%;
   margin-left: 110px;
   padding: 75px 40px 50px 100px;
   position: absolute;
   top: -625px;
}
.cyanoide-profile-box-outer-right-3{
   left: 50%;
   margin-left: 90px;
   padding: 75px 40px 50px 100px;
   position: absolute;
   top: -400px;
}
/* PROFILE BIO - Divs - Text Boxes - Box Perspective */
.cyanoide-profile-box-1{
   pointer-events: none;
   transform: perspective(900px) rotateY(-50deg) rotateX(15deg) rotate(-5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 1000;
}
.cyanoide-profile-box-2{
   pointer-events: none;
   transform: perspective(900px) rotateY(50deg) rotateX(15deg) rotate(5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 1000;
}
.cyanoide-profile-box-3{
   pointer-events: none;
   transform: perspective(900px) rotateY(-50deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 900;
}
.cyanoide-profile-box-4{
   pointer-events: none;
   transform: perspective(900px) rotateY(50deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 900;
}
.cyanoide-profile-box-5{
   pointer-events: none;
   transform: perspective(900px) rotateY(-50deg) rotateX(-15deg)rotate(5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
}
.cyanoide-profile-box-6{
   pointer-events: none;
   transform: perspective(900px) rotateY(50deg) rotateX(-15deg) rotate(-5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
}
/* PROFILE BIO - Divs - Text Boxes - Box Hovers */
.cyanoide-profile-box-outer-left-1:hover > .cyanoide-profile-box-1{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(75px);
}
.cyanoide-profile-box-outer-left-2:hover > .cyanoide-profile-box-3{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(75px);
}
.cyanoide-profile-box-outer-left-3:hover > .cyanoide-profile-box-5{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(75px);
}
.cyanoide-profile-box-outer-right-1:hover > .cyanoide-profile-box-2{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(-75px);
}
.cyanoide-profile-box-outer-right-2:hover > .cyanoide-profile-box-4{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(-75px);
}
.cyanoide-profile-box-outer-right-3:hover > .cyanoide-profile-box-6{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(-75px);
}
/* PROFILE BIO - Divs - Text Boxes - Preventing Jittering */
.cyanoide-profile-box-outer-left-1, .cyanoide-profile-box-outer-right-1 {
   clip-path: inset(10px 0 20px 0);
}
.cyanoide-profile-box-outer-left-2, .cyanoide-profile-box-outer-right-2 {
   clip-path: inset(20px 0 25px 0);
}
.cyanoide-profile-box-outer-left-3, .cyanoide-profile-box-outer-right-3 {
   clip-path: inset(30px 0 10px 0);
}
/* PROFILE BIO - Divs - Text Boxes - Flicker Animation */
.cyanoide-profile-box-title, .cyanoide-profile-box-warp{
   animation: TextBoxFlicker 45s infinite; /* DO NOT SPEED THIS UP */
}
/* PROFILE BIO - Divs - Toggle - Styling General Container and Functionality */
.cyanoide-box-toggle{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 12px;
   cursor: pointer;
   display: inline-block;
   height: 26px;
   position: relative;
   transition: 0.3s;
   width: 71px;
}
.cyanoide-box-toggle summary{
   cursor: pointer;
   display: block;
   height: 100%;
   margin: 0;
   outline: none;
   padding: 0;
   position: relative; 
   width: 100%;
}
/* PROFILE BIO - Divs - Toggle - Styling Toggle Knob */
.cyanoide-box-toggle summary:before{
   background: #efefef;
   border: 1px solid #101010;
   border-radius: 50%;
   content: '';
   display: block;
   height: 19px;
   left: 2px;
   position: absolute;
   top: 2px;
   transition: 0.3s;
   width: 19px;
   z-index: 1;
}
.cyanoide-box-toggle[open] summary:before{
   background: #101010;
   border: 1px solid #101010;
   transform: translateX(45px);
}
/* PROFILE BIO - Divs - Toggle - Styling Toggle Knob - Open State */
.cyanoide-box-toggle[open]{
   background: #efefef;
   border: 1px solid #101010;
}
/* PROFILE BIO - Divs - Toggle - Hiding Details Arrow */
.cyanoide-box-toggle summary::-webkit-details-marker{
   display: none;
}
/* PROFILE BIO - Divs - Toggle - Toggle Transformation */
body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-1, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-3, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-5{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(0px);
}
body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-2, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-4, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-6{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(0px);
}
/* PROFILE BIO - Divs - Toggle Box - Positioning */
.cyanoide-toggle-box{
   left: 50%;
   position: absolute;
   top: 0;
   transform: translateX(-50%);
}
/* PROFILE BIO - Divs - Toggle Box - Styling */
.cyanoide-toggle-box::after{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   content: "Disable Rotation";
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 35px;
   justify-content: center;
   pointer-events: none;
   position: absolute;
   text-align: center;
   transform: translateX(-32.5%);
   width: 200px;
   z-index: 1;
}
/* PROFILE BIO - Divs - Toggle Box - Toggle Text When Open */
body:has(.cyanoide-box-toggle[open]) .cyanoide-toggle-box::after{
   content: "Enable Rotation";
} }
/* -------------------------------------------------------- */
/* This media query is for the profile boxes on devices that are not wide enough to properly display the code above this. */
/* !!! DO NOT REMOVE THIS CODE FROM THE MEDIA QUERY !!! */
@media screen and (max-width: 1190px){
/* PROFILE BIO - Divs - Text Boxes - Title Styling */
.cyanoide-profile-box-title{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 35px;
   justify-content: center;
   left: 50%;
   position: relative;
   transform: translateX(-50%);
   width: 250px;
}
/* PROFILE BIO - Divs - Text Boxes - Box Styling */
.cyanoide-profile-box-warp{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   display: flex;
   flex-direction: column;
   height: 150px;
   overflow: hidden auto;
   width: 100%
}
/* PROFILE BIO - Divs - Text Boxes - Spacing */
.cyanoide-profile-box-1, .cyanoide-profile-box-2, .cyanoide-profile-box-3, .cyanoide-profile-box-4, .cyanoide-profile-box-5, .cyanoide-profile-box-6{
   padding-top: 45px;
}
.cyanoide-profile-box-6{
   padding-bottom: 25px;
}
/* PROFILE BIO - Divs - Text Boxes - Flicker Animation */
.cyanoide-profile-box-title, .cyanoide-profile-box-warp{
   animation: TextBoxFlicker 45s infinite; /* DO NOT SPEED THIS UP */
} }
/* -------------------------------------------------------- */
/* MEDIA QUERY - PC - SIDEBAR + BOT CARD GRID  */
/* !!! DO NOT REMOVE THIS CODE FROM THE MEDIA QUERY !!! */
@media screen and (min-width: 768px){
/* BOT CARDS - Grid Set Up */
div:has(> div > .css-1s5evre){
   display: flex;
   flex-flow: row wrap;
   justify-content: center;
}
div:has(> .css-1s5evre){
   flex: 0 1 430px;
   height: 370px;
}
.css-1s5evre > a{
   display: contents;
}
/* BOT CARDS - General Bot Card Style */
.css-1s5evre{
   display: grid;
   gap: 0;
   grid-template-columns: 180px 250px;
   grid-template-rows: 30px 155px 155px 30px;
}
/* BOT CARDS - Bot Image */
.css-1q7rmf0{
   border-right: 1px solid #0000;
   grid-area: 1 / 1 / -1 / 1;
   height: 100%;
   position: relative;
   width: 100%;
}
/* BOT CARDS - Bot Image - Hover Glow Edge */
.css-1s5evre:hover .css-1q7rmf0{
   border-right: 1px solid #fff;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
/* BOT CARDS - Message Count Ribbon - Positioning */
.pp-cc-ribbon{
    top: 0;
}
.css-10cv7r2{
   display: grid;
   grid-area: 1 / 1 / 1 / 1;
   right: 0;
   top: auto;
   width: 100%;
}
/* BOT CARDS - Message Count Ribbon - Text, Background and Icon Replacement */
.pp-cc-chats{
   border-radius: 50px;
   background: #101010;
   border: 1px solid #efefef;
   position: relative;
}
/* BOT CARDS - Tokens */
.pp-cc-tokens-count{
   background: #101010;
   border: 1px solid #efefef;
   grid-area: 4 / 1 / 4 / 1;
}
.profile-character-card-box{
   display: contents;
}
/* BOT CARDS - Bot Name */
.profile-character-card-stack-link-component-box{
   display: contents;
}
.pp-cc-name{
   align-content: center;
   background: #101010;
   border-bottom: 1px solid #efefef;
   grid-area: 1 / 2 / 1 / 2;
   padding-left: 5px;
   position: relative;
   transition: 0.3s;
}
.pp-cc-name:hover{
   background: #efefef;
   border-bottom: 1px solid #101010;
   color: #101010;
}
/* BOT CARDS - Summary - General styling */
.pp-cc-description{
   margin-left: -5px;
}
.profile-character-card-description-box{
   grid-area: 2 / 2 / 3 / 3;
   padding-top: 10px;
}
/* BOT CARDS - Tags - Grid */
.pp-cc-tags{
   border-radius: 0px;
   grid-area: 3 / 2 / 3 / 2;
   margin-top: 0px;
   padding: 0px;
}
.css-k1urot{
   display: grid;
   grid-template-columns: 29% 29% 29%;
   justify-content: center;
   padding: 0px;
}
.css-123m5uu{
   grid-column: 1 / 4;
}
.pp-tag-limitless, .css-4a6x12, .pp-cc-tags-regular, .css-k1urot > li > a > span:not(.pp-cc-tags-regular){
   width: 100%;
}
.pp-cc-tags-regular, .css-k1urot > li > a > span:not(.pp-cc-tags-regular){
   display: inline-block;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.css-k1urot > li > a > span:not(.pp-cc-tags-regular){
   min-width: 73px;
}
/* HEADER - Sideways Bar */
.pp-top-bar{
   align-items: flex-start;
   background: #101010;
   backdrop-filter: none;
   border-right: 1px solid #efefef;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   flex-direction: column;
   height: 100%;
   justify-content: center;
   left: 0;
   padding: 0;
   position: fixed;
   top: 0;
   width: 50px;
}
/* HEADER - Janitor Logo + Search Bar Container - Logo Above Search */
.profile-top-box-flex-inner{
   align-items: flex-start;
   flex-direction: column;
   height: 95px;
   position: absolute;
   top: 0;
   width: 50px;
}
.profile-top-box-search-input-spacer-top, .profile-top-box-search-input-spacer-bottom{
   display: none;
}
/* HEADER - Notifications + Announcements In Column + Positioning */
.profile-top-bar > .css-wd8hou{
   flex-direction: column;
   left: 5px;
   position: absolute;
   top: 95px;
}
/* HEADER - Removing Create Character + Profile Menu Icon */
.pp-top-bar-create-char{
   display: none;
}
/* HEADER - Janitor Logo - Positioning */
.profile-top-bar-logo-box{
   margin-top: 10px;
}
/* HEADER - Janitor Logo - Janitor Replaceent */
.pp-top-bar-logo-name{
   background: #efefef;
   font-size: 0px !important;
   clip-path: polygon(0.26% 43.99%, 0.00% 52.27%, 0.74% 56.46%, 1.86% 60.03%, 3.55% 63.60%, 5.41% 66.51%, 8.06% 69.69%, 11.00% 72.43%, 14.34% 74.85%, 18.02% 76.93%, 21.96% 78.63%, 26.76% 80.12%, 31.23% 81.02%, 36.51% 81.57%, 40.32% 81.64%, 45.00% 81.23%, 49.07% 80.53%, 53.05% 79.49%, 60.07% 76.65%, 63.71% 74.54%, 67.17% 71.98%, 69.81% 69.52%, 72.20% 66.75%, 75.53% 61.17%, 76.79% 57.78%, 77.61% 53.79%, 77.74% 50.71%, 77.39% 47.56%, 76.57% 44.54%, 75.14% 41.43%, 71.76% 36.96%, 67.69% 33.63%, 62.06% 30.83%, 56.17% 29.27%, 50.89% 28.75%, 46.95% 28.82%, 43.48% 29.23%, 40.10% 30.03%, 37.20% 31.07%, 32.01% 33.98%, 28.45% 37.17%, 26.25% 40.15%, 24.60% 43.68%, 23.78% 47.87%, 24.17% 52.55%, 25.68% 56.49%, 28.37% 59.89%, 31.96% 62.45%, 35.51% 63.73%, 39.41% 64.43%, 43.31% 64.53%, 47.68% 63.98%, 51.36% 62.94%, 54.35% 61.41%, 56.60% 59.47%, 58.12% 57.22%, 58.94% 55.01%, 59.12% 52.55%, 58.68% 50.61%, 57.73% 48.74%, 56.30% 47.14%, 54.14% 45.62%, 51.93% 44.65%, 49.94% 44.20%, 46.43% 44.16%, 43.70% 44.86%, 42.10% 46.10%, 41.45% 47.73%, 41.75% 49.32%, 43.22% 50.85%, 45.43% 51.54%, 48.25% 51.51%, 49.46% 52.13%, 49.94% 52.89%, 49.98% 53.86%, 49.29% 55.04%, 48.25% 55.77%, 46.64% 56.32%, 43.22% 56.53%, 40.15% 55.77%, 37.72% 53.97%, 36.73% 52.41%, 36.16% 50.40%, 36.16% 48.60%, 36.64% 46.62%, 37.59% 44.72%, 38.80% 43.26%, 40.49% 41.91%, 42.79% 40.70%, 46.38% 39.66%, 49.68% 39.35%, 53.31% 39.63%, 56.21% 40.49%, 58.94% 42.02%, 61.59% 44.37%, 63.23% 46.73%, 64.23% 49.50%, 64.31% 54.28%, 63.10% 58.43%, 60.42% 62.52%, 57.30% 65.36%, 52.84% 67.96%, 47.86% 69.66%, 42.88% 70.42%, 37.77% 70.35%, 34.26% 69.80%, 30.92% 68.86%, 25.34% 66.26%, 20.66% 62.56%, 18.71% 60.24%, 17.19% 57.78%, 15.46% 52.75%, 15.24% 47.35%, 16.76% 41.36%, 19.62% 36.02%, 21.65% 33.46%, 24.69% 30.55%, 27.46% 28.51%, 31.10% 26.43%, 35.04% 24.77%, 38.98% 23.59%, 43.14% 22.79%, 47.90% 22.38%, 52.58% 22.45%, 57.38% 23.00%, 62.49% 24.14%, 66.05% 25.32%, 69.55% 26.88%, 73.19% 29.03%, 76.31% 31.45%, 78.78% 33.95%, 81.03% 36.92%, 82.72% 39.97%, 84.11% 43.68%, 84.84% 47.18%, 85.10% 50.92%, 84.80% 54.49%, 83.93% 58.40%, 82.55% 62.11%, 80.81% 65.40%, 78.61% 68.55%, 76.09% 71.35%, 73.02% 74.13%, 65.44% 79.25%, 52.62% 85.94%, 48.98% 88.57%, 46.69% 90.79%, 45.13% 92.83%, 44.17% 94.74%, 43.79% 96.36%, 43.92% 98.03%, 44.52% 99.06%, 46.30% 99.97%, 47.90% 99.97%, 48.94% 99.58%, 50.24% 98.48%, 51.32% 96.29%, 52.36% 94.98%, 56.17% 92.07%, 62.71% 88.71%, 75.88% 83.34%, 80.42% 80.81%, 84.24% 78.21%, 88.35% 74.75%, 92.25% 70.52%, 95.54% 65.71%, 97.83% 60.93%, 99.22% 56.43%, 99.96% 52.06%, 99.96% 45.69%, 99.44% 42.40%, 98.01% 37.37%, 95.93% 32.84%, 93.46% 28.92%, 88.96% 23.55%, 88.22% 22.17%, 88.83% 8.31%, 88.18% 4.19%, 86.92% 1.00%, 85.45% 0.00%, 83.63% 0.00%, 78.43% 1.94%, 72.85% 5.20%, 69.90% 7.59%, 67.39% 10.22%, 66.18% 10.81%, 65.01% 10.81%, 58.12% 9.49%, 51.97% 9.01%, 43.35% 9.32%, 34.39% 10.77%, 32.96% 10.15%, 31.05% 8.07%, 28.06% 5.54%, 23.34% 2.60%, 16.80% 0.00%, 15.03% 0.00%, 14.42% 0.24%, 13.51% 1.00%, 12.82% 2.42%, 11.65% 7.62%, 11.61% 13.23%, 12.34% 20.68%, 12.13% 22.45%, 7.32% 27.85%, 3.94% 33.01%, 1.65% 38.28%, 0.26% 43.99%);
   height: 30px;
   margin-left: 2.5px;
   margin-top: 7px;
   transition: 0.3s;
   width: 25px;
   z-index: 200;
}
.profile-top-bar-logo-box:hover .pp-top-bar-logo-name{
   background: #101010;
}
/* HEADER - Janitor Logo - "beta" Removal */
.pp-top-bar-logo-sub-name{
   font-size: 0px !important;
}
/* HEADER - Janitor Logo - Styling + Hover */
.pp-top-bar-logo-sub-name{
   border: 1px solid #efefef;
   border-radius: 50px;
   height: 2.6rem;
   left: 0;
   position: absolute;
   transition: 0.3s;
   width: 2.6rem;
}
.profile-top-bar-logo-box:hover .pp-top-bar-logo-sub-name{
   background: #efefef;
   border: 1px solid #101010;
   z-index: 100;
}
.profile-top-bar-logo-box:hover .pp-top-bar-logo-name:hover{
   background: #101010 !important;
}
/*HEADER - Sidebar - Menus - Notifications - Positioning The Menus*/
[class*="notificationsPopover"]{
 left: 60px;
 top: 0px;
}
/* HEADER - Search bar - Positioning */
.pp-top-bar-search-input-group{
   left: -19px;
   top: 5px;
}
.pp-top-bar-right{
   position: absolute;
   top: 7rem;
}
.pp-top-bar-right>div{
    width: fit-content;
    min-width: unset;
    margin-left: 5px;
}
/* HEADER - Search Bar - Icon Styling */
.pp-top-bar-search-icon svg{
   display: none;
}
.pp-top-bar-search-icon::after{
   color: #efefef;
   content: "⌕";
   font-size: 30px;
   transition: 0.3s;
}
.pp-top-bar-search-icon:hover::after{
   color: #101010;
}
/* HEADER - Search Bar - X Icon */
.profile-top-bar-search-input-group:hover svg, .profile-top-bar-search-input-group:has(.css-ib407y, .pp-top-bar-search:focus-within) svg{
   fill: #101010;
}
.pp-top-bar-search-clear{
   opacity: 1;
}
/* HEADER - Search Bar - Magnifying glass */
.profile-top-bar-search-input-group:hover .pp-top-bar-search-icon::after, .profile-top-bar-search-input-group:has(.pp-top-bar-search-clear, .pp-top-bar-search:focus-within) .pp-top-bar-search-icon::after{
   color: #101010;
}
/* HEADER - Search Bar - Text Styling*/
#search-input{
   caret-color: #101010;
   color: #101010 !important;
   font-family: "Graduate", serif !important;
   font-size: 1rem !important;
   transition: all 0.3s !important;
}
/* HEADER - Search Bar - Default Text Styling */
#search-input::placeholder{
   color: #101010;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   opacity: 0;
   padding-top: 1rem;
}
/* HEADER - Search Bar - Hiding Placeholder When Active */
.pp-top-bar-search:focus-within #search-input::placeholder{
   opacity: 0;
}
/* HEADER - Search Bar - Showing Placeholder On Hover + Active */
.pp-top-bar-search:focus-within #search-input::placeholder{
   opacity: 1;
   text-align: center;
}
.profile-top-bar-search-input-group:hover #search-input::placeholder{
   opacity: 1;
   text-align: center;
}
/* HEADER - Search Bar - General Styling */
.pp-top-bar-search{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   min-width: 0px;
   overflow: hidden;
   padding: 0;
   transition: 0.3s;
   width: 2.5rem;
}
.profile-top-bar-search-input-group:hover .pp-top-bar-search{
   background: #efefef;
   border: 1px solid #101010;
   box-shadow: none;
   min-width: 30rem !important;
   padding-left: 3rem;
}
/* HEADER - Search Bar - Search Sticking When Clicked Open */
.pp-top-bar-search:focus-within{
   background: #efefef;
   border: 1px solid #101010;
   min-width: 30rem;
   padding-left: 3rem;
}
/* HEADER - Search Bar - Search Sticking When Clicked Off With Text */
.profile-top-bar-search-input-group:has(.css-ib407y) .pp-top-bar-search{
   background: #efefef;
   border: 1px solid #101010;
   min-width: 30rem !important;
   padding-left: 3rem;
}
/*HEADER - Search Bar - Fixing issues*/
.profile-top-box-flex-inner, .profile-top-bar-logo-box{
 min-width: fit-content;
}
[class*="_wrapper_"]{
   padding-left: 2rem;
} }
@media screen and (min-width: 768px) and (min-height: 665px){
/* HEADER - Profile Menu icon */
.pp-top-bar-app-menu{
   display: none;
}
/* HEADER - Profile Menu - Setting Up Static Menu */
:has(> .profile-top-bar-app-menu-list),
.profile-top-bar-app-menu-list > * {
   display: contents;
}
/* HEADER - Profile Menu - Fixing Static Menu Wrapper */
.profile-top-bar-app-menu-list{
   opacity: 1 !important;
   visibility: visible !important;
   transform: unset !important;
}
/* HEADER - Profile Menu - Positioning and Styling */
.profile-top-bar-app-menu-list{
   background: #0000;
   border-radius: 0;
   box-shadow: unset;
   display: flex;
   flex-flow: column;
   gap: 0.25rem;
   left: 0px;
   margin: 0;
   max-height: unset;
   max-width: unset;
   min-width: unset;
   padding: 0 0.25rem;
   pointer-events: none;
   position: fixed;
   top: 160px;
   width: 100%;
}
/* HEADER - Profile Menu - Menu Options */
.pp-top-bar-app-menu-list-item{
   align-items: center; /* Centered vertically */
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   max-width: 2.6rem;
   min-height: 2.5rem;
   overflow: hidden;
   padding: 0;
   pointer-events: auto;
   transition: max-width 300ms, background 300ms;
   white-space: nowrap;
   width: 100%;
}
.pp-top-bar-app-menu-list-item:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
   max-width: 16rem;
}
.pp-top-bar-app-menu-list-item:hover svg{
   fill: #101010;
}
/* HEADER - Profile Menu - Menu Dividers */
.profile-top-bar-app-menu-list hr{
   display: none;
}
/* HEADER - Profile Menu - Menu Icons */
.pp-top-bar-app-menu-list-item svg{
   aspect-ratio: 1;
   border-radius: 999px;
   color: inherit;
   flex-grow: 0;
   flex-shrink: 0;
   height: auto;
   padding: 0.5rem; /* controls size of svg inside circle, bigger padding = smaller icon, smaller padding = bigger icon */
   width: 2.5rem;
} }
@media screen and (min-width: 768px) and (max-height: 665px){
.pp-top-bar-right>div{
   flex-direction: column;
}
/* HEADER - Profile Menu - Icon */
.pp-top-bar-app-menu:hover>span>*{
   transform: none;
}
.pp-top-bar-app-menu{
   right: 3px;
}
.css-fsfp0u{
   border-radius: 999px;
   height: 2.5rem;
   width: 2.5rem;
}
.css-fsfp0u img{
   border: 1px solid #efefef;
   border-radius: 999px;
}
/* HEADER - Profile Menu */
.css-mzi0gq{
   left: 60px !important;
   position: fixed !important;
   transform: translate3d(5px, 0px, 0px) !important;
}
/* HEADER - Profile Menu - Main Styling */
.pp-top-bar-app-menu-list{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   overflow: hidden;
}
/* HEADER - Profile Menu - Text to right and hiding icon */
.pp-top-bar-app-menu-list-item{
   color: #fdf9fc;
   flex-direction: row-reverse;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   text-align: right;
   transition: 0.3s;
}
/* HEADER - Profile Menu - Hover */
.pp-top-bar-app-menu-list-item:hover{
   background: #efefef;
   color: #101010;
}
.pp-top-bar-app-menu-list-item:hover svg{
   fill: #101010;
}
/* HEADER - Profile Menu - Divider Lines */
.profile-top-bar-app-menu-list hr{
   border-color: #efefef;
   opacity: 1;
} }
/* ---------------------------- END OF PC HEADER SECTION ---------------------------- */
/* A quick fix for the container holding the @/Follower count/Badges/Member Since on devices with a wide screen where the base 30% is still too thin */
@media screen and (max-width: 1300px){
.profile-info-stack-inner{
   width: 60%;
} }
/* ---------------------------- MEDIA QUERY - MOBILE - FIXES FOR MOBILE DEVICES ---------------------------- */
/* This media query holds code that affects Mobile devices only. */
/* !!! DO NOT REMOVE THIS CODE !!! */
/* This media query is to ensure the profile is functional on mobile devices. */
@media screen and (max-width: 767px){
/* PROFILE BIO - Divs - Status Bar - Animation */
.cyanoide-status-bar p{
   animation: StatusTextScrollMobile 17s linear infinite;
}
/* PROFILE BIO - @ / Followers / Badges - Member Since Container */
.profile-info-stack-inner{
   width: 100%;
}
/* BOT CARDS - Image */
.css-1q7rmf0{
   border: 1px solid #efefef;
   height: 220px;
   margin-top: 31px;
}
/* BOT CARDS - Tags - Space for Tokens */
.css-4ofde4{
   padding-bottom: 15px;
}
.css-k1urot{
   justify-content: center;
}
/* BOT CARDS - Tokens */
.pp-cc-tokens-count{
   padding-bottom: 3px;
}
.css-10cv7r2{
   top: 30px;
   width: 100%;
}
.pp-cc-ribbon{
   left: 0px;
}
.pp-cc-chats{
   width: 95%;
}
/* BUTTONS, FILTERS AND SEARCH - Characters - Text Replacement */
.css-1jj3srb::after{
   font-size: 25px; /* !OPTIONAL ! - If this is necessary/needed font size depends on the length of the text you replaced "Characters" with. If you kept the template text there's no need to change this. */
}
/* HEADER - Main Styling */
.pp-top-bar{
   background: #101010;
   border-bottom: 1px solid #efefef;
   padding-bottom: 5px;
}
.pp-mnb-container{
   background: #101010;
   border-top: 1px solid #efefef;
   height: 45px;
   padding-top: 5px;
}
/* HEADER - Back Button */
.pp-top-bar-back-button{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 41px;
}
.pp-top-bar-back-button:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
.pp-top-bar-back-button:hover svg{
   fill: #101010;
}
/* HEADER - Menu items */
.pp-mnb-item{
   border: 1px solid #efefef;
   border-radius: 999px;
   height: 35px;
   justify-content: center;
   transition: 0.3s;
   width: 35px;
}
.pp-mnb-item:hover{
   background: #efefef;
   border: 1px solid #101010;
}
/* HEADER - Top Bar Profile Text */
/* This text seems to be bugged so it shows up only sometimes. This is not due to the CSS, just a site bug */
.pp-top-bar-title{
   color: #efefef;
   font-family: "Graduate", serif;
}
/* HEADER - Profile Menu - Icon - Styling */
.chakra-ui-dark .css-1vc3px3:not([data-theme]), [data-theme=dark] .css-1vc3px3:not([data-theme]), .css-1vc3px3[data-theme=dark]{
   height: 35px;
   width: 35px;
}
.css-1vc3px3 img{
   border: 1px solid #efefef;
   border-radius: 999px;
   height: 35px;
   width: 35px;
}
.pp-mnb-user-menu{
   top: 8px;
   padding-bottom: 4px;
   position: relative;
}
/* HEADER - Profile Menu - Icon - No Background When Clicked */
.css-1u2nttd:active, .css-1u2nttd[data-active]{
   background: none;
}
/* HEADER - Profile Menu - Icon - No moving when hovered */
.pp-top-bar-app-menu:hover>span>*{
   transform: none;
}
/* HEADER - Profile Menu - Main Styling */
.pp-top-bar-app-menu-list{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   overflow: hidden;
}
/* HEADER - Profile Menu - Text to right and hiding icon */
.pp-top-bar-app-menu-list-item{
   color: #fdf9fc;
   flex-direction: row-reverse;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   text-align: right;
   transition: 0.3s;
}
/* HEADER - Profile Menu - Hover */
.pp-top-bar-app-menu-list-item:hover{
   background: #efefef;
   color: #101010;
}
.pp-top-bar-app-menu-list-item:hover svg{
   fill: #101010;
}
/* HEADER - Profile Menu - Divider Lines */
.profile-top-bar-app-menu-list hr{
   border-color: #efefef;
   opacity: 1;
} }

/* MEDIA QUERY - iPad Mini - Notif Fix */
@media only screen and (width: 768px) and (height: 1024px) and (orientation: portrait){
/* HEADER - Sideways Bar - Menus - Notifications - Positioning The Menus */
[class*="notificationsPopover"]{
 left: 60px;
 top: 0px;
} }
/* ---------------------------- END OF MEDIA QUERY SECTION ---------------------------- */
.MonoTemplateCredit{
   filter: opacity(0.7);
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
}
</style>

Template - Profile bio HTML + CSS

Code Last Updated: 04 / 11 / 2025

For those who only want the profile bio section of this template!
To use this, is is still recommended to use the profile bio preparation guide to prepare your profile. If not, there may be a giant box on your profile that shouldn't be there.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
<div class="cyanoide-toggle-box">
   <details class="cyanoide-box-toggle">
      <summary></summary>
   </details>
</div>


<div class="cyanoide-status-bar">
<p>Status Bar - Status text goes here</p>
</div>


<div class="cyanoide-profile-box-wrapper">

<div class="cyanoide-profile-box-outer-left-1">
   <div class="cyanoide-profile-box-1">
<div class="cyanoide-profile-box-title">Title 1</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>


<div class="cyanoide-profile-box-outer-right-1">
   <div class="cyanoide-profile-box-2">
<div class="cyanoide-profile-box-title">Title 2</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>


<div class="cyanoide-profile-box-outer-left-2">
   <div class="cyanoide-profile-box-3">
<div class="cyanoide-profile-box-title">Title 3</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>


<div class="cyanoide-profile-box-outer-right-2">
   <div class="cyanoide-profile-box-4">
<div class="cyanoide-profile-box-title">Title 4</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>


<div class="cyanoide-profile-box-outer-left-3">
   <div class="cyanoide-profile-box-5">
<div class="cyanoide-profile-box-title">Title 5</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>


<div class="cyanoide-profile-box-outer-right-3">
   <div class="cyanoide-profile-box-6">
<div class="cyanoide-profile-box-title">Title 6</div>
      <div class="cyanoide-profile-box-warp">
         <div class="cyanoide-profile-box-text">
<p>Text inside the box, styled as per usual.</p>
<p>TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT TEXT</p>
         </div>
      </div>
   </div>
</div>

</div>

<div class="cyanoide-large-bio-container">
<p>Are 6 boxes not enough? You can use this container as you normally would the bio. Keeping it in a separate div that can be given a background ensures readability no matter what your background image is, as long as your text colour has proper contrast with the background. Unsure what the contrast between your text and background is? You can use this site: <a rel="noopener noreferrer" href="https://webaim.org/resources/contrastchecker/">WebAIM.org</a></p>

<p>By using this container rather than the normal bio, it can also easily be separated from the status bar for a cleaner look.</p>

</div>


<div class="MonoTemplateCredit">
<p>Profile Bio CSS done by <a href="https://janitorai.com/profiles/715f6db3-9ea6-4ef6-8caa-1521f85a7d00_profile-of-cyanoide">@Cyanoide</a>.</p>
</div>

<style>
/* ---------------------------- KEYFRAMES ---------------------------- */
/* KEYFRAMES - Status Bar Scroll */
@keyframes StatusTextScroll{
   0%{
      transform: translateX(100%);      
}
   100%{
      transform: translateX(-100%); 
} }
/* -------------------------------------------------------- */
/* KEYFRAMES - Status Bar Scroll Mobile */
/* Depending on how long your status text is, you may need to increase the "transform: translateX(-300%);" to a different value. If it snaps back rather than scroll out of sight you may need to try values such as -350%, -400%, etc. */ 
@keyframes StatusTextScrollMobile{
   0%{
      transform: translateX(100%);      
}
   100%{
      transform: translateX(-300%); 
} }
/* -------------------------------------------------------- */
/* KEYFRAMES - Text box Flicker Keyframe */
@keyframes TextBoxFlicker{
   0%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   12%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   12.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   12.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   13%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   13.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   13.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   20%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   20.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   20.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   25%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   25.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   25.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   26%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   26.25%{
      box-shadow: 0 0 2px #ffffff26, 0 0 8px #d8d6d626, 0 0 8px #b4b4b426, 0 0 15px #b4b4b412;
}
   26.5%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
}
   100%{
      box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
} }
/* -------------------------------------------------------- */
/* PROFILE LAYOUT - PFP and Profile Info Centered */
.profile-info-hstack{
   flex-direction: column;
}
/* PROFILE LAYOUT - Profile Above Bots */
.profile-page-flex{
   flex-direction: column;
}
/* PROFILE LAYOUT - Centering Profile Text */
.profile-info-stack-inner-flex{
   justify-content: center;
}
/* Paragraph side padding */
p{
   padding-left: 5px;
}
/* -------------------------------------------------------- */
/* PROFILE BIO - Removing box shadow from bio */
.pp-uc-background:hover{
   box-shadow: none;
}
/* PROFILE BIO -  Full Width Bio */
.profile-page-flex > div:not(.profile-page-container-flex-box){
   max-width: unset;
}
/* PROFILE BIO - PFP Size */
.pp-uc-avatar{
   border-radius: 0px;
   box-shadow: none;
   height: 600px;
   width: auto;
}
/* PROFILE BIO - @ / Followers / Badges - Member Since Container */
.profile-info-stack-inner{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 0px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   margin-top: -40px;
   padding: 20px;
   width: 30%;
   z-index: 0;
}
/* PROFILE BIO - @ */
.pp-uc-title{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 35px;
   font-weight: 100;
}
/* PROFILE BIO - Followers - General Styling*/
.pp-uc-followers-count{
   color: #efefef;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   text-align: center;
}
/* PROFILE BIO - Followers - Hiding "Followers" */
.pp-uc-followers-count > span + span{
   font-size: 0;
}
/* PROFILE BIO - Followers - Follower Text Replacement - Before Number */
.pp-uc-followers-count::before{
   content: "Broadcasting to: "; /* ! OPTIONAL ! - Replace with your own text or remove if you only want a text like "<Number> <Followers>" */
   font-size: 20px;
}
/* PROFILE BIO - Followers - Follower Text Replacement - After Number */
.pp-uc-followers-count > span + span::after{
   content: "viewers"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 20px;
}
/* PROFILE BIO - Badges */
.css-hjkukh{
   filter: grayscale(1);
   justify-content: center;
}
/* PROFILE BIO - Member Since - Positioning, Colour, Font */
.pp-uc-member-since{
    font-size: 0px;
    text-align: center;
}
/* PROFILE BIO - Member Since - Text Replacement */
.pp-uc-member-since:after{
   color: #efefef;
   content: "On air since <DATE>"; /* ! RECOMMENDED ! - Replace "<DATE>" with your join date - ! OPTIONAL ! - Replace "On air since" with your custom text */
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   text-align: center;
}
/* PROFILE BIO - Follow Button - Centred */
.css-y9k5u7{
   flex-direction: column;
   justify-content: center;
}
/* PROFILE BIO - Follow Button - Bottom padding */
.css-fdshcw{
   padding-bottom: 50px;
}
/* PROFILE BIO - Follow Button - General Styling */
.pp-uc-follow-button{
   align-items: center;
   background: #101010; 
   background-position: left;
   background-size: 250%;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   display: flex;
   font-family: "Graduate", serif;
   font-weight: 100;
   height: 2.5rem;
   justify-content: center;
   overflow: hidden;
   position: relative;
   transition: 0.3s !important;
   width: 15rem;
}
.pp-uc-follow-button:hover{
   background: #efefef !important;
   border: 1px solid #101010 !important;
   color: #101010;
}
/* PROFILE BIO - Follow Button - "Follow" Text Replacement */
.pp-uc-follow-button:after{
   content: "Start Watching"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 20px;
   transition: 0.3s;
   white-space: nowrap;
}
/* PROFILE BIO - Follow Button - "Following" Text Replacement */
.pp-uc-follow-button[data-following=true]:after{
   content: "Stop Watching"; /* ! OPTIONAL ! - Replace with your own text */
   font-size: 20px;
}
.profile-uc-follow-button::before { content: unset; }
.pp-uc-follow-button:active{
   transform: none;
}
/* PROFILE BIO - Follow Button - Removing Old Text */
.pp-uc-follow-button > span{
   font-size: 0px;
}
/* PROFILE BIO - Options - Base styling */
.pp-uc-options-menu{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   flex-direction: row-reverse;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   justify-content: center;
   transition: 0.3s;
   width: 15rem;
}
.pp-uc-options-menu:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
.pp-uc-options-menu:hover svg, .pp-uc-options-menu[data-active] svg{
   fill: #101010;
}
/* PROFILE BIO - Options - Background When Opened */
.pp-uc-options-menu:active, .pp-uc-options-menu[data-active]{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
/* PROFILE BIO - Options - Block Text */
.pp-uc-options-menu-item{
   background: #101010; 
   border: 1px solid #efefef;
   border-radius: 999px;
   color: #efefef;
   font-family: "Courier Prime", monospace;
   font-size: 15px;
   font-weight: 100;
   padding-top: 7px;
   padding-bottom: 5px;
   text-align: center;
   transition: 0.3s;
   width: 15rem;
}
/* PROFILE BIO - Options - Block Text - Hover */
.pp-uc-options-menu-item:hover{
   background: #efefef;
   border: 1px solid #101010;
   color: #101010;
}
/* PROFILE BIO - Options - Block Text - Background */
.css-1f9crt2{
   background: none;
   box-shadow: none;
}
/* PROFILE BIO - Options - Block Text - Icon */
.css-7halv9{
   font-size: 1rem;
   padding-bottom: 3px;
}
.pp-uc-options-menu-item:hover svg{
   fill: #101010;
}
/* PROFILE BIO - Divs - Status Bar - Styling */
.cyanoide-status-bar{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   box-shadow: 0 0 2px #fff, 0 0 8px #d8d6d6, 0 0 8px #b4b4b4, 0 0 15px #b4b4b480;
   height: 50px;    
   overflow: hidden;
   position: relative;
   white-space: nowrap;
}
/* PROFILE BIO - Divs - Status Bar - Animation, Text Styling, Size */
.cyanoide-status-bar p{
   animation: StatusTextScroll 17s linear infinite;
   font-family: "Graduate", serif;
   font-size: 20px;
   font-weight: 100;
   height: 100%;
   line-height: 50px;
   margin: 0;
   position: absolute;
   text-align: center;
   transform:translateX(100%);
   width: 100%;
}
/* PROFILE BIO - Divs - Bio Container - Box Styling */
.cyanoide-large-bio-container{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   margin-top: 20px;
}
/* PROFILE BIO - Divs - Bio Container - Text Padding */
.cyanoide-large-bio-container p{
   padding: 5px 10px 5px 10px;
}
/* PROFILE BIO - Divs - Text Boxes - Scrollbar */
.cyanoide-profile-box-warp::-webkit-scrollbar-thumb{
   background: #efefef80;
}
/* PROFILE BIO - Details/Summary Marker Removal */
summary::-webkit-details-marker{
   display: none;
}
details>summary::marker{
   content: "";
}
details summary::-webkit-details-marker{
   display: none;
}
details > summary{
   list-style-type: none;
}
.MonoTemplateCredit{
   filter: opacity(0.7);
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
}
html:not(:has([class="MonoTemplateCredit"])) .css-0::after{
   background: #efefef;
   content: "";
   inset: 0;
   pointer-events: none;
   position: fixed;
   z-index: 20000;
}
/* ---------------------------- MEDIA QUERIES ---------------------------- */
/* MEDIA QUERY - PC - PROFILE  BIO  */
/* This media query holds the coding for the 6 profile bio boxes around the pfp. */
/* !!! DO NOT REMOVE THIS CODE FROM THE MEDIA QUERY !!! */
/* This code does not work on devices with screens smaller than the specified width and requires people to be able to hover, which is what the secondary part of it is for. This media query is important for keeping proper functionality. */
/* -------------------------------------------------------- */
@media screen and (min-width: 1190px), (pointer: fine){
.cyanoide-profile-box-wrapper{
   perspective: 1000px;
} 
/* PROFILE BIO - Divs - Text Boxes - Title Styling */
.cyanoide-profile-box-title{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 35px;
   justify-content: center;
   left: 50%;
   position: absolute;
   top: -35px;
   transform: translateX(-50%);
   width: 250px;
}
/* PROFILE BIO - Divs - Text Boxes - Box Styling */
.cyanoide-profile-box-warp{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   display: flex;
   flex-direction: column;
   height: 150px;
   overflow: hidden auto;
   width: 340px;
}
/* PROFILE BIO - Divs - Text Boxes - Allowing Scrolling*/
.cyanoide-profile-box-text{
   pointer-events: auto;
}
/* PROFILE BIO - Divs - Text Boxes - Box Positions */
.cyanoide-profile-box-outer-left-1{
   margin-right: 90px;
   padding: 75px 100px 50px 40px;
   position: absolute;
   right: 50%;
   top: -850px;
}
.cyanoide-profile-box-outer-left-2{
   margin-right: 110px;
   padding: 75px 100px 50px 40px;
   position: absolute;
   right: 50%;
   top: -625px;
}
.cyanoide-profile-box-outer-left-3{
   margin-right: 90px;
   padding: 75px 100px 50px 40px;
   position: absolute;
   right: 50%;
   top: -400px;
}
.cyanoide-profile-box-outer-right-1{
   left: 50%;
   margin-left: 90px;
   padding: 75px 40px 50px 100px;
   position: absolute;
   top: -850px;
}
.cyanoide-profile-box-outer-right-2{
   left: 50%;
   margin-left: 110px;
   padding: 75px 40px 50px 100px;
   position: absolute;
   top: -625px;
}
.cyanoide-profile-box-outer-right-3{
   left: 50%;
   margin-left: 90px;
   padding: 75px 40px 50px 100px;
   position: absolute;
   top: -400px;
}
/* PROFILE BIO - Divs - Text Boxes - Box Perspective */
.cyanoide-profile-box-1{
   pointer-events: none;
   transform: perspective(900px) rotateY(-50deg) rotateX(15deg) rotate(-5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 1000;
}
.cyanoide-profile-box-2{
   pointer-events: none;
   transform: perspective(900px) rotateY(50deg) rotateX(15deg) rotate(5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 1000;
}
.cyanoide-profile-box-3{
   pointer-events: none;
   transform: perspective(900px) rotateY(-50deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 900;
}
.cyanoide-profile-box-4{
   pointer-events: none;
   transform: perspective(900px) rotateY(50deg);
   transform-style: preserve-3d;
   transition: 0.3s;
   z-index: 900;
}
.cyanoide-profile-box-5{
   pointer-events: none;
   transform: perspective(900px) rotateY(-50deg) rotateX(-15deg)rotate(5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
}
.cyanoide-profile-box-6{
   pointer-events: none;
   transform: perspective(900px) rotateY(50deg) rotateX(-15deg) rotate(-5deg);
   transform-style: preserve-3d;
   transition: 0.3s;
}
/* PROFILE BIO - Divs - Text Boxes - Box Hovers */
.cyanoide-profile-box-outer-left-1:hover > .cyanoide-profile-box-1{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(75px);
}
.cyanoide-profile-box-outer-left-2:hover > .cyanoide-profile-box-3{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(75px);
}
.cyanoide-profile-box-outer-left-3:hover > .cyanoide-profile-box-5{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(75px);
}
.cyanoide-profile-box-outer-right-1:hover > .cyanoide-profile-box-2{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(-75px);
}
.cyanoide-profile-box-outer-right-2:hover > .cyanoide-profile-box-4{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(-75px);
}
.cyanoide-profile-box-outer-right-3:hover > .cyanoide-profile-box-6{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(-75px);
}
/* PROFILE BIO - Divs - Text Boxes - Preventing Jittering */
.cyanoide-profile-box-outer-left-1, .cyanoide-profile-box-outer-right-1 {
   clip-path: inset(10px 0 20px 0);
}
.cyanoide-profile-box-outer-left-2, .cyanoide-profile-box-outer-right-2 {
   clip-path: inset(20px 0 25px 0);
}
.cyanoide-profile-box-outer-left-3, .cyanoide-profile-box-outer-right-3 {
   clip-path: inset(30px 0 10px 0);
}
/* PROFILE BIO - Divs - Text Boxes - Flicker Animation */
.cyanoide-profile-box-title, .cyanoide-profile-box-warp{
   animation: TextBoxFlicker 45s infinite; /* DO NOT SPEED THIS UP */
}
/* PROFILE BIO - Divs - Toggle - Styling General Container and Functionality */
.cyanoide-box-toggle{
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 12px;
   cursor: pointer;
   display: inline-block;
   height: 26px;
   position: relative;
   transition: 0.3s;
   width: 71px;
}
.cyanoide-box-toggle summary{
   cursor: pointer;
   display: block;
   height: 100%;
   margin: 0;
   outline: none;
   padding: 0;
   position: relative; 
   width: 100%;
}
/* PROFILE BIO - Divs - Toggle - Styling Toggle Knob */
.cyanoide-box-toggle summary:before{
   background: #efefef;
   border: 1px solid #101010;
   border-radius: 50%;
   content: '';
   display: block;
   height: 19px;
   left: 2px;
   position: absolute;
   top: 2px;
   transition: 0.3s;
   width: 19px;
   z-index: 1;
}
.cyanoide-box-toggle[open] summary:before{
   background: #101010;
   border: 1px solid #101010;
   transform: translateX(45px);
}
/* PROFILE BIO - Divs - Toggle - Styling Toggle Knob - Open State */
.cyanoide-box-toggle[open]{
   background: #efefef;
   border: 1px solid #101010;
}
/* PROFILE BIO - Divs - Toggle - Hiding Details Arrow */
.cyanoide-box-toggle summary::-webkit-details-marker{
   display: none;
}
/* PROFILE BIO - Divs - Toggle - Toggle Transformation */
body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-1, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-3, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-5{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(0px);
}
body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-2, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-4, body:has(.cyanoide-box-toggle[open]) .cyanoide-profile-box-6{
   transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translateX(0px);
}
/* PROFILE BIO - Divs - Toggle Box - Positioning */
.cyanoide-toggle-box{
   left: 50%;
   position: absolute;
   top: 0;
   transform: translateX(-50%);
}
/* PROFILE BIO - Divs - Toggle Box - Styling */
.cyanoide-toggle-box::after{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   content: "Disable Rotation";
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 35px;
   justify-content: center;
   pointer-events: none;
   position: absolute;
   text-align: center;
   transform: translateX(-32.5%);
   width: 200px;
   z-index: 1;
}
/* PROFILE BIO - Divs - Toggle Box - Toggle Text When Open */
body:has(.cyanoide-box-toggle[open]) .cyanoide-toggle-box::after{
   content: "Enable Rotation";
} }
/* -------------------------------------------------------- */
/* This media query is for the profile boxes on devices that are not wide enough to properly display the code above this. */
/* !!! DO NOT REMOVE THIS CODE FROM THE MEDIA QUERY !!! */
@media screen and (max-width: 1190px){
/* PROFILE BIO - Divs - Text Boxes - Title Styling */
.cyanoide-profile-box-title{
   align-items: center;
   background: #101010;
   border: 1px solid #efefef;
   border-radius: 50px;
   display: flex;
   font-family: "Graduate", serif;
   font-size: 1rem;
   font-weight: 100;
   height: 35px;
   justify-content: center;
   left: 50%;
   position: relative;
   transform: translateX(-50%);
   width: 250px;
}
/* PROFILE BIO - Divs - Text Boxes - Box Styling */
.cyanoide-profile-box-warp{
   background: linear-gradient(198deg, #101010, #2f2f2f);
   border: 1px solid #efefef;
   display: flex;
   flex-direction: column;
   height: 150px;
   overflow: hidden auto;
   width: 100%
}
/* PROFILE BIO - Divs - Text Boxes - Spacing */
.cyanoide-profile-box-1, .cyanoide-profile-box-2, .cyanoide-profile-box-3, .cyanoide-profile-box-4, .cyanoide-profile-box-5, .cyanoide-profile-box-6{
   padding-top: 45px;
}
.cyanoide-profile-box-6{
   padding-bottom: 25px;
}
/* PROFILE BIO - Divs - Text Boxes - Flicker Animation */
.cyanoide-profile-box-title, .cyanoide-profile-box-warp{
   animation: TextBoxFlicker 45s infinite; /* DO NOT SPEED THIS UP */
} }
/* ---------------------------- MEDIA QUERY - MOBILE - FIXES FOR MOBILE DEVICES ---------------------------- */
/* This media query holds code that affects Mobile devices only. */
/* !!! DO NOT REMOVE THIS CODE !!! */
/* This media query is to ensure the profile is functional on mobile devices. */
@media screen and (max-width: 767px){
/* PROFILE BIO - Divs - Status Bar - Animation */
.cyanoide-status-bar p{
   animation: StatusTextScrollMobile 17s linear infinite;
}
/* PROFILE BIO - @ / Followers / Badges - Member Since Container */
.profile-info-stack-inner{
   width: 100%;
}
</style>
Edit

Pub: 24 Sep 2025 17:31 UTC

Edit: 11 Jan 2026 19:20 UTC

Views: 3771