Fantastic Frontier Roblox Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
body {
    background-size: cover !important;
}

.pi-europa .pi-title {
    background-color: #393b3c;
}

.mediawiki.page-Guidelines #firstHeading:after,
.mediawiki.page-Wiki_Editing_Guide #firstHeading:after,
.mainpage #firstHeading:after {
	content: 'Special page';
	display: inline-block;
	background-color: #05679f;
	padding: .35rem .75rem;
	position: relative;
	top: -5px;
	margin-left: 1rem;
	border-radius: .25rem;
	box-shadow: inset 0 -4px 12px -6px #2d8fad;
	font-family: Rubik,Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
}

/* Activity feed */
.activityfeed > li:not(:first-child), #activitytag_5c6b0190b858e3_32108422 > li:not(:first-child) {
    border-top: 1px solid #6c6b6b;
}

.activityfeed em, #activitytag_5c6b0190b858e3_32108422 em {
    font-weight: bold
}

.activityfeed strong, #activitytag_5c6b0190b858e3_32108422 strong {
    font-size: 14px
}

.activityfeed cite, #activitytag_5c6b0190b858e3_32108422 cite {
    font-size: 12px
}

.activityfeed table td, #activitytag_5c6b0190b858e3_32108422 table td {
    vertical-align: top;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px
}

.activityfeed table ul, #activitytag_5c6b0190b858e3_32108422 table ul {
    margin-left: 0px
}

.activityfeed td.activityfeed-details-label, #activitytag_5c6b0190b858e3_32108422 td.activityfeed-details-label {
    white-space: nowrap
}

.activityfeed .activityfeed-inserted-media, #activitytag_5c6b0190b858e3_32108422 .activityfeed-inserted-media {
    padding: 0px !important;
    margin-margin: 0px !important;
    margin-left: 8px !important
}

.activityfeed .activityfeed-inserted-media li, #activitytag_5c6b0190b858e3_32108422 .activityfeed-inserted-media li {
    list-style: none;
    float: left;
    margin: 0 10px 10px 0;
    position: relative
}

.activityfeed .subtle, #activitytag_5c6b0190b858e3_32108422 .subtle {
    color: #a3a3a3
}

.activityfeed > li, #activitytag_5c6b0190b858e3_32108422 > li {
	border-left: 5px solid #fbfbfb;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	background-color: #555;
	margin: 0.5em;
	overflow: hidden;
	padding-left: 3em;
	padding-bottom: 7px;
    padding-top: 10px;
    list-style: none;
	transition: all 0.3s;
}

.activityfeed img.sprite, #activitytag_5c6b0190b858e3_32108422 img.sprite {
    margin-left: -30px;
    margin-right: 8px
}

.activityfeed > li.activity-type-edit, #activitytag_5c6b0190b858e3_32108422 > li.activity-type-edit {
	border-left-color: #feaf09;
}
.activityfeed > li.activity-type-new, #activitytag_5c6b0190b858e3_32108422 > li.activity-type-new {
	border-left-color: skyblue;
}
.activityfeed > li.activity-type-talk, #activitytag_5c6b0190b858e3_32108422 > li.activity-type-talk {
	border-left-color: silver;
}
.activityfeed > li.activity-type-categorization, #activitytag_5c6b0190b858e3_32108422 > li.activity-type-categorization {
	border-left-color: #b76801;
}

.activityfeed > li:hover, #activitytag_5c6b0190b858e3_32108422 > li:hover {
	border-left-width: 9px;
}

/* Discord invite widget v2 */
.discord-invite-widget {
    display: block;
    width: 300px;
    height: 80px;
    background-color: #2A2A2A;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #222;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    color: #EEE;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    font-family: Rubik,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/a/af/Discinvitewidgetbg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    text-decoration: none !important;
}

.discord-invite-widget.ff-wikia {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/3/31/Discinvitewidgetwikiabg.png');
}

.discord-invite-widget img {
    position: relative;
    height: 80%;
    border-radius: 25%;
    top: 8px;
    left: 8px;
    margin-right: 20px;
}

.discord-invite-widget .discord-title {
    font-weight: bold;
}

.discord-invite-widget .discord-online {
    font-size: 12px;
    line-height: 16px;
}

.discord-invite-widget .indicator {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 2px;
}

.discord-invite-widget .indicator.online {
    background-color: #43b581;
}

.discord-invite-widget .indicator.offline {
    background-color: #747f8d;
}

.discord-invite-widget>div>span {
    display: block;
}

.discord-invite-widget>div {
    margin-top: -55px;
    margin-left: 85px;
}

.discord-invite-widget .discord-link {
    font-size: 10px;
    color: #AAA;
}

.discord-invite-widget:hover {
    box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 0 0 1px #EEE;
    border: 1px solid #EEE;
}

.discord-invite-widget .discord-link:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/e/ef/Discinvitewidgeticon.png');
    position: relative;
    margin-bottom: -7px;
    margin-left: 3px;
    background-size: cover;
    opacity: 0.5;
}

.timeline-Viewport::-webkit-scrollbar {
    width: 6px;
    background-color: #24292d;
}

.timeline-Viewport::-webkit-scrollbar-thumb {
    background-color: #394147;
}

.timeline-Viewport::-webkit-scrollbar-track {
    background-color: #24292d;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.rarity_icon:before {
    content: '';
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25), inset 0 1px 1px rgba(255, 255, 255, 0.15);
    border-radius: 2px;
    margin-left: 2px;
    margin-bottom: -3px;
    margin-right: 8px;
}

.rarity_icon>p {
    display: inline-block;
}

.rarity_icon.rarity_common:before {
    background-color: white;
}
.rarity_icon.rarity_uncommon:before {
    background-color: #45698A;
}
.rarity_icon.rarity_rare:before {
    background-color: #4DB058;
}
.rarity_icon.rarity_epic:before {
    background-color: #E1E771;
}
.rarity_icon.rarity_legendary:before {
    background-color: #A157C0;
}
.rarity_icon.rarity_exotic:before {
    background-color: #AE3C3E;
}

/* Audio player */
.audio-player {
    float: right;
    clear: right;
    width: 230px;
    min-height: 78px;
    background-color: #353535;
    border-radius: 3px;
    margin: 0 0 15px 15px;
    padding-left: 60px;
    padding-right: 10px;
    overflow: hidden;
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/5/58/Audioplayerbg.png/revision/latest?cb=20190130205739');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125);
    position: relative;
    z-index: 1;
}

.audio-player .aplayer-id {
    display: none
}

.audio-player .aplayer-notes {
    position: relative;
    display: inline-table;
    font-size: 12px;
    top: -5px;
    line-height: 12px;
    opacity: 0.75;
    font-style: italic
}

.audio-player .aplayer-title {
    position: relative;
    display: inline-table;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px
}

.audio-player .aplayer-timer {
    opacity: 0.75;
    white-space: nowrap;
    display: block;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
}

.audio-player .icon {
    position: absolute;
    width: 36px;
    height: 36px;
    margin-left: -48px;
    margin-top: 11px;
    opacity: 0.8;
}

.audio-player .icon.play {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/8/81/PlayButtonIcon.png');
}

.audio-player .icon.pause {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/d/d7/PauseButtonIcon.png');
}

.audio-player .icon.missing {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/c/c6/MissingButtonIcon.png');
}

.aplayer-tslider {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    top: -1px;
    width: 150px;
    height: 5px;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 1px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.aplayer-tslider-curr {
    display: block;
    height: 100%;
    background-color: #3998d8;
}

.aplayer-tslider-curr:after {
    display: block;
    width: 5px;
    height: 5px;
    background-color: white;
    float: right;
    transform: translate(50%, 0);
    border-radius: 50%;
}

.audio-player .options {
    position: absolute;
    width: 44px;
    height: 18px;
    margin-left: -47px;
    margin-top: 49px;
}

.audio-player .opt-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    opacity: 0.8;
    cursor: pointer;
}

.audio-player .opt-icon.download {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/1/19/Audio-download.png');
}

.audio-player .opt-icon.volume, .audio-player .opt-icon.volume .slider-box {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/9/91/Audio-volume.png?');
}

.audio-player .opt-icon:hover {
    opacity: 1;
}

.audio-player .slider-box {
    position: absolute;
    width: 200px;
    height: 20px;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: 3px 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25), inset 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-left: -3px;
    margin-top: -2px;
    border-radius: 5px;
    z-index: 2;
    display: none;
}

.audio-player .opt-icon.volume:hover .slider-box {
    display: block;
}

.audio-player .slider-bar {
    width: 135px;
    height: 6px;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.375);
    border-radius: 2px;
    position: relative;
    left: 28px;
    top: 7px;
    overflow: hidden;
}

.audio-player .slider-value {
    height: 100%;
    background-color: #3998d8;
    border-radius: 2px;
}

.audio-player .volume-value {
    font-size: 10px;
    float: right;
    margin-top: -9px;
    margin-right: 5px;
}

/*Misc stuff*/
.small-tabber .tabber.tabberlive {
    margin-right: 320px;
}

.box-content ul.activityfeed {
    margin-left: 0;
}

.custom-header {
    background-color: #333;
    background-color: rgba(0,0,0,0.275);
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}

.custom-header td {
    padding: 0;
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.main-page-tag-rcs .box-content ul li {
    list-style-type: none;
    background-color: #2A2A2A;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 3px 10px;
    border-radius: 3px;
    margin-top: 10px;
    box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #555;
}

.main-page-tag-rcs .box-content ul {
    margin-left: 0;
}

#disambig {
    background-color: rgba(0, 0, 0, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 4px;
    padding-left: 80px !important;
}
#disambig:before {
  content: '!';
  font-weight: bold;
  display: inline-block;
  position: absolute;
  font-size: 5rem;
  margin-top: 3px;
  margin-left: -77px;
  line-height: 136px;
  width: 70px;
  background-color: #d22;
  text-align: center;
  border-radius: 2px;
  text-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Tabbers */
ul.tabbernav {
    border: none !important;
    margin-left: 1px;
}

ul.tabbernav .tabberactive a {
    background-color: #333 !important;
    background-color: rgba(20, 20, 20, 0.25) !important;
    color: #EEE !important;
    cursor: default !important;
}

ul.tabbernav li a {
    background-color: #222 !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border: none !important;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
    color: #666 !important;
}

ul.tabbernav li:not(.tabberactive) a:hover {
    background-color: #DDD !important;
    color: #222 !important;
}

.tabber .tabbertab {
    padding: 5px 15px 1px 15px !important;
    border: none !important;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), inset 0 2px 6px rgba(0, 0, 0, 0.1);
}

.table-popout {
    border: 1px solid #545252;
    box-shadow: 0 2px 8px -4px black;
}

/* Checklists */
.table-checklist {
    margin-top: 0;
}

.table-checklist-summary {
    margin-bottom: 2px !important;
    padding-left: 5px;
    display: inline-block;
    padding: 0 8px;
}

.table-checklist tbody {
    border: 1px solid #6c6b6b;
}

.table-checklist-check td, .grid-table .grid-item.table-checklist-check {
    background-color: #23462a;
}

.table-checklist .checklist_table_failure th {
    background-color: #921212;
    background-image: linear-gradient(45deg, #991111 25%, #b01515 25%, #b01515 50%, #991111 50%, #991111 75%, #b01515 75%, #b01515 100%);
    background-size: 42.43px 42.43px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.25);
}

/* Special backgrounds */
body.page-The_Road {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/3/3a/Background_TheRoad.png/revision/latest?cb=20181105155144&format=original');
}

body.page-The_Grand_Hall {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/b/b2/Background_TheGrandHall.png/revision/latest?cb=20181105155143&format=original');
}

body.page-The_Theatre {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/3/3f/Background_Theatre.png/revision/latest?cb=20181105155143&format=original');
}

body.page-The_Vault {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/b/bd/Background_TheVault.png/revision/latest?cb=20181105155144&format=original');
}

body.page-The_Supermarket {
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/6/61/Background_Supermarket.png/revision/latest?cb=20181105155143&format=original');
}

body.page-The_Town_of_Right_and_Wrong {
    background-image: url('https://static.wikia.nocookie.net/fantastic-frontier-roblox/images/6/68/Rawbg.png/revision/latest?cb=20210416033046&format=original');
}

body.page-Topple_Town {
    background-image: url('https://static.wikia.nocookie.net/fantastic-frontier-roblox/images/c/cd/Topplebg.png/revision/latest?cb=20210416031335');
}

body.page-Blue_Ogre_Camp {
    background-image: url('https://static.wikia.nocookie.net/fantastic-frontier-roblox/images/1/1a/Blue_ogrebg.png/revision/latest?cb=20210416031503&format=original');
}

body.page-The_Deli {
	background-image: url('https://static.wikia.nocookie.net/fantastic-frontier-roblox/images/f/f1/Delibg.png/revision/latest?cb=20210416034829&format=original');	
}

table.box {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    background-color: #2a2a2a;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
    width: 100%;
}

table.box td.box-header-core {
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 12px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 11px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.1);
}

.WikiaArticle .toc {
    background-color: #3A3A3A;
    background-color: rgba(0, 0, 0, 0.125);
    border-radius: 2px;
    border: none;
    padding: 5px 14px;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.08), 0 2px rgba(0, 0, 0, 0.05);
}

/*Minimap*/

@keyframes minimap-load-anim {
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-o-keyframes minimap-load-anim {
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-moz-keyframes minimap-load-anim {
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}
@-webkit-keyframes minimap-load-anim {
  0%   { opacity:1; }
  50%  { opacity:0.5; }
  100% { opacity:1; }
}

.minimap {
    display: block;
    width: 200px;
    height: 200px;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.minimap:not(.loaded):not(.fail):before {
    content: 'Loading minimap';
    position: relative;
    margin-left: 10px;
    top: 5px;
    -webkit-animation: minimap-load-anim 2s infinite;
    -moz-animation: minimap-load-anim 2s infinite;
    -o-animation: minimap-load-anim 2s infinite;
    animation: minimap-load-anim 2s infinite;
}

.minimap.fail:before {
    content: attr(data-fail-reason);
    position: relative;
    margin-left: 10px;
    top: 5px;
    color: #E33;
    display: block;
    width: calc(100% - 20px);
}

.minimap-wrapper {
    display: block;
    text-decoration: none !important;
}

.minimap.loaded {
    background-repeat: no-repeat;
    overflow: hidden;
}

.minimap.loaded .bg_img {
    transform: translate(-25%, -25%);
}

.minimap.interact {
    cursor: pointer;
}

.minimap-tooltip {
    display: inline-block;
    min-width: 200px;
    min-height: 50px;
    padding: 12px;
    background-color: rgb(30,31,33);
    background-color: rgba(30,31,33,0.875);
    border-radius: 3px;
    box-shadow: inset 0 -2px 5px rgba(0, 0, 0, 0.1), 0 2px 6px 2px rgba(0,0,0,0.3);
    position: absolute;
    z-index: 10;
}

.minimap-tooltip .icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: cover;
}

.minimap-tooltip .content .title {
    position: relative;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    margin-top: 5px;
}

.minimap-tooltip .content {
    margin-top: -60px;
    margin-left: 55px;
}

.minimap-tooltip .content .info {
    font-size: 12px;
    line-height: 16px;
    margin-left: 1px;
}

.minimap-toggles {
    position: relative;
}

.minimap-toggles input {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 3px 6px;
    border-radius: 2px;
}

.minimap-toggles label {
    background-color: #2A2A2A;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    height: 21px;
    padding-left: 2px;
    width: 150px;
    margin-bottom: 2px;
}

.minimap-toggles span {
    position: relative;
    top: -2px;
    left: 2px;
}

.minimap-toggles .color-indicator {
    display: inline-block;
    width: 6px;
    position: relative;
    height: 17px;
    top: 1px;
}

.minimap-tooltip .vendor-list {
    margin-top: 5px;
}

.minimap-tooltip .vendor-list>span {
    font-weight: bold;
}

.minimap-tooltip li:before {
    content: '» ';
    position: relative;
    top: -1px;
}

.minimap-tooltip .quest-info {
    display: block;
    padding: 5px;
    background-color: #555;
    background-color: rgba(100, 100, 100, 0.375);
    border-radius: 2px;
    margin-top: 6px;
    max-width: 200px;
}

.minimap-tooltip .quest-title {
    font-weight: bold;
    margin-top: -36px;
    font-size: 14px;
}

.minimap-tooltip .quest-info span {
    display: block;
    margin-left: 40px;
}

.minimap-tooltip .quest-info img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #222;
    background-color: rgba(10, 10, 10, 0.5);
}

.minimap-tooltip .quest-desc {
    font-style: italic;
    font-size: 11px;
}

.minimap-tooltip .scr-info {
    display: block;
    padding: 5px;
    background-color: #555;
    background-color: rgba(100,100,100,0.375);
    border-radius: 2px;
    margin-top: 6px;
    max-width: 200px;
}

.minimap-tooltip .scr-info span {
    display: block;
}

.minimap-tooltip .scr-info .price {
    font-weight: bold;
    font-size: 14px;
}

.minimap-tooltip .scr-info img {
    width: 100%;
}

.minimap-tooltip .teleport-info {
    display: block;
    padding: 5px 8px;
    background-color: #555;
    background-color: rgba(100,100,100,0.375);
    border-radius: 2px;
    margin-top: 6px;
}

.minimap-tooltip .tp-title {
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.minimap-overlay {
    position: relative;
    border-radius: 2px;
    background-color: #444;
    background-color: rgba(40, 40, 40, 0.5);
    text-align: center;
    display: flex;
    align-items: center;
    color: white;
}

.minimap-overlay .option {
    display: block;
    width: calc(100% - 10px);
    padding: 5px;
    border-radius: 3px;
    background-color: #333;
    background-color: rgba(50, 50, 50, 0.875);
    cursor: pointer;
}

.minimap-overlay ul {
    width: 100%;
    margin: 0 15px;
}

.minimap-overlay .option-title {
    display: block;
    font-weight: bold;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    margin-bottom: 10px;
}

.minimap-overlay .option:hover {
    background-color: #444;
    background-color: rgba(80, 80, 80, 0.875);
    box-shadow: inset 0 0 0 1px white;
}

/* Item tooltips */
#item-tooltip {
    position: fixed;
    min-width: 270px;
    min-height: 100px;
    max-width: 400px;
    background-color: #222;
    background-color: rgba(30, 30, 30, 0.875);
    z-index: 100;
    border-radius: 1px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.5);
    padding: 15px;
}

#item-tooltip .it-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

#item-tooltip .it-header img {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 15px;
    border-radius: 2px;
}

#item-tooltip .it-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#item-tooltip .it-infobox .it-infoitem b {
    font-weight: bold;
}

#item-tooltip .it-infobox {
    padding: 5px;
    margin-top: 5px;
    overflow-y: auto;
    max-height: 300px;
}

#item-tooltip .it-infobox:not(.it-desc) {
    background-color: #333;
    background-color: rgba(200, 200, 200, 0.125);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125);
    border-radius: 2px;
}

#item-tooltip .it-infobox.it-desc {
    font-style: italic;
    margin-bottom: 10px;
    padding-right: 9px;
}

#item-tooltip .it-infobox-title {
    margin-top: 6px;
    margin-bottom: -1px;
    font-weight: bold;
    margin-left: 5px;
}

#item-tooltip .it-infobox.overflow:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 30px);
    height: 40px;
    background-image: url('https://vignette.wikia.nocookie.net/fantastic-frontier-roblox/images/d/d4/Tooltip_gradientfadebg.png');
    background-size: contain;
    margin-left: -5px;
    margin-top: 265px;
}

#item-tooltip .it-infobox.has-title {
    margin-top: 22px;
}

#item-tooltip .it-infoitem-key {
    display: inline-block;
    min-width: 80px;
    margin-right: 10px;
    font-weight: bold;
    vertical-align: top;
}

#item-tooltip .it-infoitem-val {
    display: inline-block;
}

#item-tooltip .it-infoitem:not(:first-child) {
    margin-top: 8px;
}

.tooltip-data {
    display: none;
}

/* Item Tooltip: Special cases */

#item-tooltip .it-header img[src*='As8d-avatar.png']+div:after {
    content: 'Bureaucrat';
    font-size: .75rem;
    display: block;
    background-color: rgba(255, 255, 255, 0.125);
    padding: 1px 5px;
    border-radius: 3px;
}

/* Grid tables. */

.grid-table .grid-item {
    display: inline-block;
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.25);
    margin-bottom: -4px;
    padding: 5px;
    border-radius: 2px;
    overflow: hidden;
}

.grid-table .grid-item img {
    width: 80px;
    height: 80px;
}

.grid-table .grid-item .grid-item-quantity {
    position: absolute;
    transform: translate(-100%, 0);
    margin-top: 65px;
    margin-left: 5px;
    color: #EEE;
    background-color: #2A2A2A;
    background-color: rgba(40, 40, 40, 0.75);
    padding: 0 6px;
    line-height: 20px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.grid-table .grid-item input[type='checkbox'] {
    position: absolute;
    margin-left: -80px;
    margin-top: 63px;
    width: 18px;
    height: 18px;
}

.grid-table.table-checklist.silhouette-mode .grid-item:not(.table-checklist-check):not(:hover) img {
    filter: brightness(0);
    opacity: 0.4;
}

.grid-table-silhouettes {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.grid-table-silhouettes:before {
    content: '- ';
    position: relative;
    top: -2px;
}

.grid-table-silhouettes input {
    position: relative;
    top: 1px;
}

.grid-item-title {
    font-size: 11px;
    text-align: center;
    background-color: #2A2A2A;
    background-color: rgba(0, 0, 0, 0.125);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 180px;
    margin-top: 5px;
}

.grid-table.show-titles .grid-item img {
    width: 180px;
    height: 180px;
}

.grid-table.show-titles .grid-item-quantity {
    display: none;
}

.demo-text .dud, .glitch-text .dud {
    color: #757575;
}

.glitch-text {
    display: inline;
}

.ffools-trigger {
    color: #6e7;
}

.ffools-trigger .dud {
    color: #6e78;
}

/*Spoiler section*/

.spoiler-section:not(.open) .spoiler-section-content {
    display: none;
}

.spoiler-section-header {
    padding: 2px 5px;
    background-color: #D33;
    background-color: rgba(200, 50, 50, 0.75);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.25);
    color: white;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.spoiler-section:not(.open) .spoiler-section-header {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.spoiler-section-content {
    background-color: #191919;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 2px 5px;
    box-shadow: inset 0 -3px 6px rgba(0, 0, 0, 0.05);
}

/*April Fools 2019 patch*/
.ffa2019-hidden-content {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.ffa2019-secret-container {
    text-align: center;
    max-width: 75%;
    margin: auto;
    margin-top: 1rem;
    border: 1px dashed rgba(255,255,255,0.25);
    padding: 2rem;
    border-radius: 6px;
}
.ffa2019-secret-container pre {
    background-color: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-family: inherit;
}
.ffa2019-secret-container span {
    white-space: initial;
}
.ffa2019-secret-container a {
    display: inline-block;
    background: rgb(39,98,195);
    background: linear-gradient(270deg, #147bcc 50%, #2762c3 55%);
    background-size: 250% 100%;
    padding: .5rem 3rem;
    border-radius: 4px;
    color: #EEE;
    margin-top: 2rem;
    box-shadow: 0 2px 10px -7px black, 0 0 10px -10px #4895ec;
    transition: background-position-x 0.5s, box-shadow 0.5s;
}
.ffa2019-secret-container a:hover {
    background-position-x: 100%;
    box-shadow: 0 4px 10px -7px black, 0 0 20px -5px #4895ec;
}

/*April Fools 2020*/
.ffa2020-banner {
    text-align: center;
    font-size: 48px;
    height: 90px;
    line-height: 90px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    color: white;
    background-image: url('https://vignette.wikia.nocookie.net/central/images/0/06/4c16092a4679406fbcdb566a07a9d3cf.png');
    background-size: contain;
    background-repeat: no-repeat;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.ffa2020-banner-bg {
    background-color: #17191A;
    width: auto;
    height: 100%;
    position: inherit;
    margin-left: 77px;
    margin-bottom: -90px;
}

.ffa2020-content {
    background-color: #222529;
    background-color: rgba(34, 37, 41, 0.61);
    margin: 0 5px;
    padding: 10px 15px;
    background-image: url('https://vignette.wikia.nocookie.net/central/images/d/d0/50f21bfedcda29bb515451050c0238db.png');
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 110px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ffa2020-content:after {
    content: 'This page is fabricated, as a late April Fools 2020 event. Thank you.';
    position: relative;
    top: 82px;
    font-size: 10px;
    font-weight: bold;
    right: -3px;
    display: block;
    width: 100%;
    text-align: right;
    text-shadow: 0 -1px 2px black, 0 1px 4px black, 0 2px black, -1px 0 2px black, 1px 0 2px black;
    margin-bottom: -26px;
}

.ffa2020-content img {
    width: 261px;
    margin: 7px 0;
    border-radius: 3px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.ffa2020-inline {
    display: inline-flex;
    flex-direction: column;
}

.ffa2020-inline-text {
    display: inline-block;
}

.ffa2020-horizontal {
    display: inline-flex;
    margin: 10px 0;
}

.ffa2020-cite {
    font-family: 'Rubik', sans-serif;
    font-weight: lighter;
    font-style: italic;
    font-size: 14px;
    line-height: 14px;
}

.ffa2020-pull-left {
    float: left;
    margin-right: 15px;
}

.ffa2020-pull-right {
    float: right;
    margin-left: 15px;
}

.ffa2020-sl-item:before {
    content: counter(item) "";
    counter-increment: item;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-family: 'Rubik', sans-serif;
    font-size: 24px;
    font-weight: lighter;
    margin-left: -60px;
}

.ffa2020-sl {
    counter-reset: item;
    margin-top: 30px;
}

.ffa2020-sl-item {
    margin-bottom: 12px;
    margin-left: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ffa2020-sl-item:after {
    content: '';
    background-image: url('https://vignette.wikia.nocookie.net/central/images/1/1e/877ea6abb99d4d5ba56e274bd91b1c6a-1.png');
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    min-width: 400px;
    height: 24px;
    background-size: 395px;
    margin-left: 20px;
}

.ffa2020-sl-item-2:after {
    background-position-y: center;
}

.ffa2020-sl-item-3:after {
    background-position-y: bottom;
}

.ffa2020-trigger {
    float: right;
    margin-bottom: 5px;
    margin-top: -10px;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.ffa2020-trigger:hover {
    color: #6e7;
}

.ffa2020-img-clicker {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #CCC;
    border-radius: 5px;
    border: 3px solid rgba(0, 0, 0, 0.75);
    position: absolute;
    margin-top: -20px;
}

.ffa2020-img-clicker:hover {
    border-color: #28D;
    background-color: #28D;
}

.ffa2020-img-popup {
    min-width: 64px;
    min-height: 64px;
    background-color: #222;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    border: 20px solid #222;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25), 0 0 30px 50px rgba(0, 0, 0, 0.1);
    background-image: url('https://vignette.wikia.nocookie.net/central/images/1/17/383476467ce64185a26e07ccfa491a40-4.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding-bottom: 14px;
}

.ffa2020-img-popup:after {
    content: 'R4TB0Y\'Z S3CR3T';
    position: relative;
    top: 72px;
    font-family: 'Rubik', sans-serif;
    font-weight: lighter;
}

.ffa2020-img-popup-0 {
    width: 64px;
    background-position-x: 0;
}

.ffa2020-img-popup-1 {
    width: 576px;
    background-position-x: -96px;
}

.ffa2020-img-popup-2 {
    width: 256px;
    background-position-x: -704px;
}

@media only screen and (max-width: 1595px){
    .ffa2020-horizontal:last-child {
        flex-direction: column-reverse;
        margin-top: 0;
    }
    
    .ffa2020-horizontal:last-child .ffa2020-inline {
        flex-direction: row;
        align-items: flex-end;
        margin-left: 0;
    }
    
    .ffa2020-horizontal:last-child .ffa2020-inline img {
        margin-right: 15px;
    }
}

/*April Fools 2021*/
.april2021-main {
    width: 100%;
    height: 78rem;
}

/*Hidden infobox fields*/
.pi-data[data-source='sketchfab_link'], .pi-data[data-source='internal_data'] {
    display: none;
}

/*3D model previews in Infoboxes*/
.ff-infobox-sf-modes {
    text-align: center;
}

.ff-infobox-sf-modes a {
    cursor: pointer;
}

/* Simulator Widget */
.SimulatorWidget {
  --background: #303038;
  --dark: #28282F;
  --darker: #191921;
  --gray: #393943;
  --lightgray: #3F3F4A;
  --active1: #205BDD;
  --active2: #4878E0;
  --sliderdot: #3974F5;
  --inputbg: white;
  --textcolor: white;
  --golden: #FFD84E;
  --charthighlight: rgba(255, 255, 255, 0.25);
  --padding-w: 12px;
  --padding-h: 10px;
  max-width: 836px;
  margin: 0 2px;
  background-color: var(--background);
  color: var(--textcolor);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0 , 0, 0.15);
  font-family: 'Roboto', sans-serif;
  padding: var(--padding-h) var(--padding-w);
  padding-top: 1.2rem;
}
.SimulatorWidget:empty:after {
  content: 'Loading widget...';
}
/* Simulator Widget: Layout */
.SimulatorWidget .row {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.SimulatorWidget .col-5,
.SimulatorWidget .col-7 {
  min-width: 320px;
  display: inline-flex;
  flex-direction: column;
  margin: 0 1rem;
}
.SimulatorWidget .col-5 {
  width: calc(45% - 2rem);
}
.SimulatorWidget .col-7 {
  width: calc(55% - 2rem);
}
.SimulatorWidget .col-12 {
  display: flex;
  flex-direction: column;
}
.SimulatorWidget .row-spaced {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 1px;
}
/* Simulator Widget: Headers/titles */
.SimulatorWidget h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  margin-left: .875rem;
  margin-bottom: .75rem;
  font-family: Rubik,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.SimulatorWidget h3 {
  text-align: center;
  font-weight: 500;
  margin: 0;
  font-family: Rubik,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.SimulatorWidget .control-title {
  display: block;
  font-weight: 500;
  margin-top: .5rem;
}
.SimulatorWidget p {
  text-align: center;
  margin: .5rem 0;
}
/* Simulator Widget: User controls */
.SimulatorWidget input[type='range'] {
  width: 100%;
}
.SimulatorWidget .range-value {
  font-size: .75rem;
  position: relative;
  display: inline-block;
  left: calc(var(--left) * 1% + (8 - var(--left) * 0.15) * 1px);
  transform: translate(-50%, -5px);
}
.SimulatorWidget input[type='text'],
.SimulatorWidget input[type='number'] {
  background-color: var(--inputbg);
  border: none;
  border-radius: 3px;
  outline: none;
  font-size: .875rem;
  padding: .35rem .3rem .35rem .45rem;
  margin: .5rem 0;
  box-shadow: 0 0 0 var(--active1);
  transition: box-shadow 0.2s;
}
.SimulatorWidget input[type='text']:focus,
.SimulatorWidget input[type='number']:focus {
  box-shadow: 0 0 0 2px var(--active1);
}
.SimulatorWidget input[type='radio'] {
  display: none;
}
.SimulatorWidget .radio-btn {
  background: var(--inputbg);
  background: linear-gradient(135deg, var(--inputbg) 0%, var(--inputbg) 50%, var(--active1) 50%);
  background-size: 240% 100%;
  color: var(--gray);
  font-size: .875rem;
  display: inline-block;
  width: 5.5rem;
  text-align: center;
  padding: .4rem 0;
  margin: .5rem 0;
  margin-right: .25rem;
  border-radius: 3px;
  cursor: pointer;
  transition: background-position 0.2s, color 0.2s;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.SimulatorWidget input[type='radio']:checked+.radio-btn {
  background: var(--active1);
  background: linear-gradient(135deg, var(--inputbg) 0%, var(--inputbg) 50%, var(--active1) 50%);
  background-size: 240% 100%;
  background-position-x: 100%;
  color: var(--textcolor);
  box-shadow: 0 0 18px -6px var(--active2);
}
/* Simulator Widget: Button */
.SimulatorWidget .btn {
  border-radius: 3px;
  font-weight: 500;
  text-align: center;
  border: none;
  color: var(--textcolor);
  background: var(--active1);
  background: linear-gradient(135deg, var(--active1) 0%, var(--active2) 55%, var(--active1) 55%);
  background-size: 250% 100%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15), 0 0 0 -2px var(--active2);
  font-size: .875rem;
  padding: .31875rem 1.25rem;
  position: relative;
  top: -1px;
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  transition: background-position 0.6s, box-shadow 0.4s;
}
.SimulatorWidget .btn:hover {
  background-position-x: 100%;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15), 0 0 18px -6px var(--active2);
}
.SimulatorWidget .btn-large {
  display: inline-block;
  width: fit-content;
  padding: .45rem 4rem;
  font-size: 1.125rem;
  margin-top: 1rem;
}
.SimulatorWidget .back-btn {
  position: absolute;
  float: left;
  margin-top: 2px;
  opacity: 0.2;
  transition: opacity 0.2s;
  cursor: pointer;
}
.SimulatorWidget .back-btn:hover {
  opacity: 1;
}
.SimulatorWidget .back-btn svg {
  margin-bottom: -2px;
  margin-right: 3px;
}
/* Simulator Widget: Loot cards */
.SimulatorWidget .grid {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.SimulatorWidget .loot-card {
  display: inline-block;
  background-color: var(--gray);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15), inset 0 0 0 0 var(--inputbg);
  padding: 6px;
  margin: .3rem;
  border-radius: 3px;
  min-width: 150px;
}
.SimulatorWidget .loot-card.enabled {
  cursor: pointer;
  transition: box-shadow 0.2s;
}
.SimulatorWidget .loot-card.enabled:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15), inset 0 0 0 2px var(--inputbg);
}
.SimulatorWidget .loot-card-items {
  display: flex;
  flex-direction: row;
  margin-bottom: .25rem;
}
.SimulatorWidget .loot-card-items a {
  width: 32px;
  height: 32px;
  background-color: var(--darker);
  border: 1px solid var(--lightgray);
  display: inline-block;
  border-radius: 3px;
}
.SimulatorWidget .loot-card-items a:hover {
  border-color: var(--inputbg);
}
.SimulatorWidget .loot-card-items a:not(:last-child) {
  margin-right: 4px;
}
.SimulatorWidget .loot-card-items a:after,
.SimulatorWidget .tile-big:after {
  content: var(--amount);
  color: var(--textcolor);
  text-decoration: none;
  font-size: .625rem;
  position: absolute;
  transform: translate(-100%, 15px);
  margin-left: 3px;
  background-color: var(--darker);
  padding: 1px 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 2px;
}
.SimulatorWidget .tile-big:after {
  margin-top: 19px;
  font-size: .75rem;
}
.SimulatorWidget .loot-card-items a img {
  position: relative;
  width: 28px;
  height: 28px;
  left: 2px;
  top: 2px;
}
.SimulatorWidget .loot-card .row-spaced {
  font-size: .875rem;
}
.SimulatorWidget .loot-card .worth {
  color: var(--golden);
  text-align: right;
  font-weight: normal;
  font-family: Rubik,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.SimulatorWidget .loot-card .text-large {
  display: block;
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin-bottom: .125rem;
}
.SimulatorWidget .loot-card .text-info {
  display: block;
  font-size: .875rem;
  margin-bottom: .05rem;
}
.SimulatorWidget .grid .loot-card-padding {
  padding: 6px 10px;
}
.SimulatorWidget .tile-big {
  background-color: var(--darker);
  border: 1px solid var(--lightgray);
  border-radius: 3px;
  width: 48px;
  height: 48px;
  padding: 4px;
  margin-bottom: 10px;
  margin-top: 4px;
}
.SimulatorWidget .tile-big img {
  width: 48px;
  height: 48px;
}
.SimulatorWidget .loot-card .graph-container {
  width: 120px;
  height: calc(100% + 12px);
  background-color: var(--lightgray);
  margin-top: -6px;
  margin-right: -6px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.SimulatorWidget .graph-container:before {
  content: var(--title);
  position: absolute;
  font-size: 12px;
  margin-top: 2px;
  margin-left: 4px;
}
.SimulatorWidget .graph-container canvas {
  margin-top: 18px;
  margin-left: 3px;
  margin-bottom: 3px;
}
.SimulatorWidget .grid-auto-width {
  width: 676px;
  padding: 0 10px;
  margin: auto;
}
.SimulatorWidget .grid .grid-auto-width {
  padding: 0;
  margin: .3rem;
}
@media only screen and (max-width: 1595px) {
  .SimulatorWidget .grid-auto-width {
      width: 506px ;
  }
  .SimulatorWidget .run-loot-grid {
      max-width: 534px;
  }
}
@media only screen and (max-width: 700px) {
  .SimulatorWidget .grid-auto-width {
      width: 334px ;
  }
  .SimulatorWidget .run-loot-grid {
      max-width: 400px;
  }
}

.loot-card.loot-card-red {
  border-left: 3px solid #FF3538;
}
.loot-card.loot-card-green {
  border-left: 3px solid #4d5;
}
.loot-card.loot-card-blue {
  border-left: 3px solid #4756FF;
}
.loot-card.loot-card-cyan {
  border-left: 3px solid #56D2FF;
}
.loot-card.loot-card-magenta {
  border-left: 3px solid #FC72FF;
}
.loot-card.loot-card-yellow {
  border-left: 3px solid #FFE254;
}
.loot-card.loot-card-black {
  border-left: 3px solid #111;
}
.loot-card .border-red {
  border-left: 3px solid #FF3538;
}
.loot-card .border-green {
  border-left: 3px solid #4d5;
}
.loot-card .border-blue {
  border-left: 3px solid #4756FF;
}
.loot-card .border-cyan {
  border-left: 3px solid #56D2FF;
}
.loot-card .border-magenta {
  border-left: 3px solid #FC72FF;
}
.loot-card .border-yellow {
  border-left: 3px solid #FFE254;
}
.loot-card .border-black {
  border-left: 3px solid #111;
}

.loot-card-fillwidth {
    width: calc(156px * 2 + .3rem);
    margin: .5rem auto !important;
    padding: 6px 12px !important;
}
.loot-card h4 {
    margin: 0;
    font-size: 1.125rem;
    font-family: Rubik, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.loot-card table {
    font-size: .875rem;
    border-collapse: collapse;
}
.loot-card tr {
    border-left: 3px solid  transparent;
}
.loot-card td {
    padding-left: 8px;
    padding-right: 20px;
}
.loot-card tr:first-child td {
    font-weight: bold;
}
/* Simulator Widget: Loader */
.SimulatorWidget .sim-processing-wait {
    margin: 10rem 0;
}
.SimulatorWidget .loader {
  padding: 1px;
  border: 1px solid var(--lightgray);
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 2px 8px -3px black;
}
.SimulatorWidget .loaderBar {
  height: 3px;
  background-color: var(--active1);
  border-radius: 2px;
}
/* Simulator Widget: Extras */
.SimulatorWidget .setwidth-4 {
  width: 40px;
}
.SimulatorWidget .setwidth-6 {
  width: 60px;
}
.SimulatorWidget .setheight-20 {
  height: 206px;
}
.SimulatorWidget .spacing-rs {
  margin-right: .5rem !important;
}
.SimulatorWidget .padding-ls {
  padding-left: .75rem !important;
}
.SimulatorWidget .float-right {
  float: right;
}
.SimulatorWidget .hidden {
  display: none;
}
.SimulatorWidget b {
  font-weight: 500;
}
.SimulatorWidget hr {
  display: inline-block;
  width: calc(100% - .5rem);
  border: none;
  border-bottom: 1px solid var(--lightgray);
  margin: .25rem 0;
}
/* Simulator Widget: Footer */
.SimulatorWidget .footer {
  height: 5rem;
  width: calc(100% + 2 * var(--padding-w));
  margin-left: calc(-1 * var(--padding-w));
  margin-bottom: calc(-1 * var(--padding-h));
  background-color: var(--dark);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 1.5rem;
}
.SimulatorWidget .footer-top {
  width: 100%;
  height: 1.75rem;
}
.SimulatorWidget .footer span {
    margin-left: 1rem;
    font-size: .875rem;
    color: var(--textcolor);
}

.pre-inline {
  display: inline-block;
  padding: 2px 4px !important;
  margin-bottom: -5px;
  border-color: rgba(255, 255, 255, 0.1) !important;
  background-color: rgba(0, 0, 0, 0.15) !important;
  border-radius: 2px !important;
  white-space: normal;
}
.arrow-right {
  border: 6px solid transparent;
  border-left-color: white;
  display: inline-block;
  margin-left: 3px;
  margin-right: -5px;
}

/* EquipmentWidget CSS */
.EquipmentWidget {
  --background: #303038;
  --dark: #28282F;
  --darker: #191921;
  --gray: #393943;
  --lightgray: #3F3F4A;
  --active1: #205BDD;
  --active2: #4878E0;
  --sliderdot: #3974F5;
  --inputbg: white;
  --textcolor: white;
  --golden: #FFD84E;
  --charthighlight: rgba(255, 255, 255, 0.25);
  --padding-w: 12px;
  --padding-h: 10px;
  max-width: 836px;
  margin: 0 2px;
  background-color: var(--background);
  color: var(--textcolor);
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0 , 0, 0.15);
  font-family: 'Roboto', sans-serif;
  padding: var(--padding-h) var(--padding-w);
  padding-top: 1.2rem;
}

.EquipmentWidget {
  display: inline-block;
}

.EquipmentWidget .eqp-items {
  margin: auto;
  width: fit-content;
  max-width: fit-content;
}
/* EquipmentWidget Tiles */
.EquipmentWidget .tile-big {
    background-color: var(--darker);
    border: 1px solid var(--lightgray);
    border-radius: 3px;
    width: 48px;
    height: 48px;
    padding: 4px;
    margin-bottom: 10px;
    margin-top: 4px;
}

.EquipmentWidget .tile-big {
    margin: .125rem;
}

.EquipmentWidget .tile-big img {
    width: 48px;
    height: 48px;
}

.EquipmentWidget .eqp-tile-hidden {
  visibility: hidden;
}

.EquipmentWidget .eqp-weapons {
  margin-top: 1.4rem;
}

/* EquipmentWidget Stats */
.EquipmentWidget .eqp-stats .img {}

.EquipmentWidget .footer-top {}

.EquipmentWidget .eqp-stats table .img {}

.EquipmentWidget .eqp-stats table {
    width: 100%;
}

.EquipmentWidget .eqp-stats img {
    width: 2rem;
    height: 2rem;
}

/* EquipmentWidget Header */
.EquipmentWidget h5 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    margin-left: .875rem;
    margin-right: .875rem;
    margin-bottom: .75rem;
    font-family: Rubik,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.EquipmentWidget .control-title {
  display: block;
  font-weight: 500;
  margin-top: .5rem;
}
.EquipmentWidget p {
  text-align: center;
  margin: .5rem 0;
}

/* EquipmentWidget: Footer */
.EquipmentWidget .footer {
  width: calc(100% + 2 * var(--padding-w));
  margin-left: calc(-1 * var(--padding-w));
  margin-bottom: calc(-1 * var(--padding-h));
  background-color: var(--dark);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: 1.5rem;
}
.EquipmentWidget .footer-top {
  width: 100%;
  height: 1.75rem;
}
.EquipmentWidget .footer span {
    font-size: .875rem;
    color: var(--textcolor);
}

/* EquipmentWidget row */
.EquipmentWidget .row {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.EquipmentWidget .eqp-stats {
	padding: 0 2rem;
	text-align: left;
}

.EquipmentWidget .eqp-row-center {
    text-align: center;
}

.EquipmentWidget .eqp-row-list td>* {
    margin-right: 0.5rem;
}

.EquipmentWidget .eqp-stats2 {
}

/* EquipmentWidget Dropdown Menu */
.eqp-stats-dropdown .item-selection {
    height: 3rem;
    width: 173px;
    margin: auto;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
    border-radius: 0.25rem;
    background: #393943;
    cursor: pointer;
}

.eqp-stats-dropdown .item-selection img {
    padding: 0.5rem;
    width: 2rem;
    border-radius: 0.25rem;
    background: #3F3F4A;
    height: 2rem;
}

.eqp-stats-dropdown .clear-selection {
    background: #205BDD;
    text-align: center;
    margin-top: .65rem;
    border-radius: 0.25rem;
    cursor: pointer
}

.eqp-stats-dropdown .item-selection span {
    margin: 0.325rem;
    font-family: 'Rubik';
}

.eqp-stats-dropdown .item-selection:hover {
    box-shadow: 0 0 0 2px #205BDD;
}

.eqp-stats-dropdown .clear-selection:hover {
    box-shadow: 0 0 0 2px #3974F5;
}

/* EquipmentWidget: Loading Widget */
.EquipmentWidget:empty:after {
  content: 'Loading widget...';
}

/* Code highlight */
.mw-highlight,
.mw-highlight>pre {
    background-color: #111111;
}
.mw-highlight .k {
    color: #128bdc;
}
.mw-editfont-monospace {
    background-color: #222222;
}
.CodeMirror-linenumber {
    background-color: #111111;
}
.skin-oasis .CodeMirror-gutters {
    background-color: #111111;
}
.cm-s-default .cm-def {
    color: #6af759;
}
.cm-s-default .cm-keyword {
    color: #4a7ff5;
}
.cm-s-default .cm-string {
    color: #de4c67;
}
.cm-s-default .cm-variable-2 {
    color: #4fc3a8;
}
.mw-highlight .nc {
    color: #68bb73;
}
.mw-highlight .nf {
    color: #c28d49;
}
Advertisement