From 39b4ae228799873b7ec3c9cfecbc4c4da9db8a7c Mon Sep 17 00:00:00 2001 From: Kurohyou Date: Mon, 18 Nov 2024 09:09:43 -0700 Subject: [PATCH] Aetherial Expanse: Fix Trait drag and drop --- aetherial_expanse/aetherial_expanse.css | 19988 +++++---------------- aetherial_expanse/aetherial_expanse.html | 28 +- aetherial_expanse/translation.json | 2 +- 3 files changed, 4779 insertions(+), 15239 deletions(-) diff --git a/aetherial_expanse/aetherial_expanse.css b/aetherial_expanse/aetherial_expanse.css index 49ab1f8e3ff..b6c96e5adb3 100644 --- a/aetherial_expanse/aetherial_expanse.css +++ b/aetherial_expanse/aetherial_expanse.css @@ -1,7 +1,5 @@ -/*Start Web*/ /* SANITIZATION CHANGE FIXES ============================= */ -@import url("https://fonts.googleapis.com/css?family=Material+Icons|Average+Sans&display=swap"); body { background: white; } @@ -105,8 +103,11 @@ label input[type=checkbox] { .ui-dialog { -webkit-transition: -webkit-transform 0.2s, opacity 0.2s; - -moz-transition: -moz-transform 0.2s, opacity 0.2s; + -webkit-transition: opacity 0.2s, -webkit-transform 0.2s; + transition: opacity 0.2s, -webkit-transform 0.2s; + -o-transition: transform 0.2s, opacity 0.2s; transition: transform 0.2s, opacity 0.2s; + transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; } .ui-dialog.collapsed { @@ -122,8 +123,8 @@ label input[type=checkbox] { max-width: 300px !important; max-height: 50px !important; -webkit-transform: scale(0.75, 0.75); - -moz-transform: scale(0.75, 0.75); - transform: scale(0.75, 0.75); + -ms-transform: scale(0.75, 0.75); + transform: scale(0.75, 0.75); } .ui-dialog.dialog-collapsed .ui-dialog-titlebar button { @@ -279,7 +280,8 @@ label input[type=checkbox] { } .modal.link-dialog * { - box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } .modal.link-dialog .checkbox { @@ -311,7 +313,6 @@ label input[type=checkbox] { height: auto; vertical-align: middle; -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; box-sizing: border-box; } @@ -365,7 +366,6 @@ button[type=roll].ui-draggable-dragging:before { .ui-dialog .charsheet .repcontainer .repitem { position: relative; -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; box-sizing: border-box; } @@ -942,12 +942,14 @@ button[type=roll].ui-draggable-dragging:before { ============================= */ .ellipsis { overflow: hidden; - text-overflow: ellipsis; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; } /* GRID ============================= */ div.grid { + display: -ms-inline-grid; display: inline-grid; grid-column-gap: 1%; grid-row-gap: 0.5%; @@ -974,29 +976,10 @@ div.grid { } div.auto2column { + -ms-grid-columns: auto 1fr; grid-template-columns: auto 1fr; } -:root { - --dark-background: #0c0c0c; - --dark-surface1: #1f1f1f; - --dark-surface2: #353535; - --dark-gamecard: #2b2130; - --dark-primarytext: #e6e6e6; - --dark-secondarytext: #b3b3b3; - --dark-primary: #702c91; - --dark-primary-highlight: #8d56a7; - --dark-purple-text: #a980bd; - --dark-gray-enabled: #666666; - --dark-gray-disabled-D90: #333333; - --dark-40: #431a57; - --dark-L60: #c6abd3; - --dark-green-L40: #76ce9d; - --dark-red-D20: #ae4248; - --dark-red-brand: #be161d; - --dark-red-L20: #e1757b; -} - .pc, .npc { display: none; @@ -1008,70 +991,70 @@ div.auto2column { } .container { + width: 750px; background-color: white; position: relative; - width: 750px; } input[type=radio].tab-button { - height: 18px; opacity: 0; position: absolute; - right: 0px; top: 92px; + right: 0px; width: 18px; + height: 18px; z-index: 2; } input[type=radio].tab-button + span { - background-color: #e8e8e8; + position: absolute; + top: 92px; + right: 0px; + width: 17px; + height: 17px; border: 1px solid black; border-radius: 5px; + background-color: #E8E8E8; color: black; - font-weight: bold; - height: 17px; - position: absolute; - right: 0px; text-align: center; - top: 92px; - width: 17px; + font-weight: bold; } .advantagetoggle { - left: 570px; position: absolute; top: 92px; + left: 570px; z-index: 1; } .advantagetoggle input[type=radio] { - height: 18px; opacity: 0; position: absolute; - right: 0px; top: 0px; + right: 0px; width: 18px; + height: 18px; z-index: 2; } .advantagetoggle input[type=radio] + span { - background-color: #e8e8e8; + position: absolute; + top: 0px; + right: 0px; + width: 17px; + height: 17px; border: 1px solid black; border-radius: 5px; + background-color: #E8E8E8; color: black; - font-weight: bold; - height: 17px; - position: absolute; - right: 0px; text-align: center; - top: 0px; - width: 17px; + font-weight: bold; } .advantagetoggle input[type=radio]:checked + span, input[type=radio].tab-button:checked + span { - background-color: #ec2127; - color: #ffffff; + color: #FFFFFF; + background-color: #EC2127; } .advantagetoggle input.toggle-left, @@ -1108,21 +1091,21 @@ input[type=radio].tab-button:checked + span { } .npc_toggle[value="1"] ~ .advantagetoggle { - left: 390px; top: -10px; + left: 390px; } .npc_toggle[value="1"] ~ .advantagetoggle.whispertoggle { - left: 120px; top: -10px; + left: 120px; } .advantagetoggle { display: none; } -.toggleflag[value*=advantagetoggle] ~ .advantagetoggle, -.toggleflag[value*=whispertoggle] ~ .whispertoggle, +.toggleflag[value*=advantagetoggle] + .advantagetoggle, +.toggleflag[value*=whispertoggle] + .whispertoggle, .toggleflag[value="1"] + .hidden, .toggleflag[value="1"] + .row.hidden { display: block; @@ -1131,11 +1114,11 @@ input[type=radio].tab-button:checked + span { .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc, .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc .page.spells .header { display: block; - margin: 0px; - padding: 0px; - top: -150px; visibility: hidden; width: 0px; + top: -150px; + margin: 0px; + padding: 0px; } .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc .page.spells { @@ -1162,12 +1145,12 @@ input[type=radio].tab-button:checked + span { } .npc_toggle[value="1"] ~ .advantagetoggle input[type=radio] + span { + text-transform: lowercase; + font-variant: small-caps; + font-weight: normal; background: transparent; border: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-variant: small-caps; - font-weight: normal; - text-transform: lowercase; } .npc_toggle[value="1"] ~ .advantagetoggle input[type=radio] + span:first-letter { @@ -1179,8 +1162,8 @@ input[type=radio].tab-button:checked + span { } .npc_toggle[value="1"] ~ .advantagetoggle input[type=radio]:checked + span { - color: rgb(126, 45, 64); font-weight: bold; + color: #7e2d40; } .page { @@ -1217,9 +1200,9 @@ input[type=radio].tab-button.spells + span { } .header .part { + width: 157px; display: inline-block; text-align: center; - width: 157px; } .header .part input[type=text], @@ -1227,8 +1210,8 @@ input[type=radio].tab-button.spells + span { border: 1px solid #666; border-radius: 5px; height: 56px; - text-align: center; width: 110px; + text-align: center; } .header .header-info select { @@ -1243,27 +1226,27 @@ input[type=radio].tab-button.spells + span { .header .part span.display { border: 1px solid #666; border-radius: 5px; - display: inline-block; - font-size: 25px; height: 54px; - line-height: 54px; - margin: 0px; - text-align: center; width: 110px; + text-align: center; + margin: 0px; + display: inline-block; + line-height: 54px; + font-size: 25px; } .header input, .header select { + border-bottom: 1px solid #D3D3D3; + border-top: 0px; + border-left: 0px; + border-right: 0px; + background: none; + -webkit-box-shadow: none; + box-shadow: none; -webkit-appearance: none; -moz-appearance: none; - background: none; - border-bottom: 1px solid #d3d3d3; - border-left: 0px; - -webkit-border-radius: 0px; border-radius: 0px; - border-right: 0px; - border-top: 0px; - box-shadow: none; color: black; } @@ -1276,8 +1259,8 @@ input[type=radio].tab-button.spells + span { } .header input[type=number] { - margin-bottom: -9px; text-align: center; + margin-bottom: -9px; } .header input[type=number]::-webkit-inner-spin-button, @@ -1297,15 +1280,15 @@ input[type=radio].tab-button.spells + span { } .header .name-container span.label { + text-align: left; font-weight: normal; margin-top: 0; - text-align: left; } .name-container { + width: 250px; display: inline-block; vertical-align: top; - width: 250px; } .name-container input { @@ -1314,12 +1297,12 @@ input[type=radio].tab-button.spells + span { } .header-info { - border: 3px double #666; - display: inline-block; + width: 482px; margin-left: -2px; - max-height: 74px; + display: inline-block; + border: 3px double #666; padding: 5px; - width: 482px; + max-height: 74px; } .hlabel-container { @@ -1336,8 +1319,8 @@ input[type=radio].tab-button.spells + span { } .charsheet .body { - margin-top: 22px; width: 750px; + margin-top: 22px; } .col { @@ -1345,27 +1328,27 @@ input[type=radio].tab-button.spells + span { } .col2-3 { - display: inline-block; - margin-left: 5px; width: 490px; + margin-left: 5px; + display: inline-block; } .attributes-container { - display: inline-block; + width: 70px; margin-right: 5px; + display: inline-block; vertical-align: top; - width: 70px; } .attr-container { + width: 70px; border: 1px solid #666; border-radius: 5px; - height: 64px; - margin-bottom: 19px; - padding-bottom: 10px; position: relative; + padding-bottom: 10px; + margin-bottom: 19px; + height: 64px; text-align: center; - width: 70px; } .attr-container button[type=roll], @@ -1375,17 +1358,18 @@ input[type=radio].tab-button.spells + span { .subcontainer button[type=roll], .npc button[type=roll] { background-color: transparent; - background-image: none; - border: none; - box-shadow: none; color: black; + border: none; font-size: 9px; - font-weight: bold; line-height: 12px; - margin: 0px; - padding: 0px; + background-image: none; text-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; + padding: 0px; + margin: 0px; width: 100%; + font-weight: bold; } .attr-container button[type=roll]::before, @@ -1405,7 +1389,7 @@ input[type=radio].tab-button.spells + span { .charsheet button[type=roll]:hover *, .charsheet .spell button[type=roll]:hover input[type=text], .charsheet .action .display button[type=roll]:hover * { - color: #ec2127; + color: #EC2127; } button[type=roll] * { @@ -1413,13 +1397,13 @@ button[type=roll] * { } .attr-container input { + border: none; + background: none; + -webkit-box-shadow: none; + box-shadow: none; -webkit-appearance: none; -moz-appearance: none; - background: none; - border: none; - -webkit-border-radius: 0px; border-radius: 0px; - box-shadow: none; color: black; margin-top: 3px; } @@ -1430,36 +1414,36 @@ button[type=roll] * { } .attr-mod { - background-color: white; + width: 40px; + height: 20px; border: 1px solid #666; border-radius: 50%; - height: 20px; + z-index: 2; + position: absolute; + top: 62px; left: 0; + right: 0; margin-left: auto; margin-right: auto; - position: absolute; - right: 0; - top: 62px; - width: 40px; - z-index: 2; + background-color: white; } .attr-mod input { + text-align: center; /* width: 100%; - height: 20px;*/ + height: 20px;*/ font-size: 20px; - line-height: 22px; margin: 0px; padding: 0px; - text-align: center; vertical-align: middle; + line-height: 22px; } .skills-saves-container { - display: inline-block; + width: 163px; margin-right: 5px; + display: inline-block; vertical-align: top; - width: 163px; } .insp-prof-container { @@ -1467,34 +1451,34 @@ button[type=roll] * { } .insp-prof-container .value { - background-color: white; + display: inline-block; border: 1px solid #666; border-radius: 50%; - display: inline-block; + width: 35px; height: 35px; + background-color: white; position: relative; - width: 35px; } .insp-prof-container .value input[type=checkbox] { - border-radius: 50%; height: 100%; - opacity: 0; - position: relative; width: 100%; + border-radius: 50%; + opacity: 0; z-index: 2; + position: relative; } .insp-prof-container .value input[type=checkbox] ~ span { + height: 100%; + width: 100%; + border-radius: 50%; background: url("https://app.roll20.net/images/dndstyling/insperation.gif") left top no-repeat; background-size: contain; - border-radius: 50%; cursor: pointer; - display: none; - height: 100%; position: absolute; top: 0px; - width: 100%; + display: none; } .insp-prof-container .value input[type=checkbox]:checked ~ span { @@ -1508,24 +1492,24 @@ button[type=roll] * { } .insp-prof-container .label { - border: 1px solid #666; - border-radius: 5px; - display: inline-block; + width: calc(100% - 29px); height: 30px; margin-left: -15px; margin-top: 3px; + display: inline-block; + border: 1px solid #666; + border-radius: 5px; vertical-align: top; - width: calc(100% - 29px); } .insp-prof-container span { display: block; font-size: 9px; - font-weight: bold; line-height: 12px; - line-height: 30px; - text-align: center; width: 100%; + text-align: center; + line-height: 30px; + font-weight: bold; } .charsheet .insp-prof-container .value input, @@ -1544,38 +1528,38 @@ button[type=roll] * { .charsheet .spell input, .charsheet .options .body input, .charsheet .resources input[type=number] { + width: 100%; + text-align: center; + font-size: 20px; + border: none; + background: none; + -webkit-box-shadow: none; + box-shadow: none; -webkit-appearance: none; -moz-appearance: none; - background: none; - border: none; - -webkit-border-radius: 0px; border-radius: 0px; - box-shadow: none; color: black; - font-size: 20px; - text-align: center; - width: 100%; } .resources input[type=number], .hdice-dsaves-container input[type=number] { - padding-left: 10px; padding-right: 0px; + padding-left: 10px; } .saving-throw-container, .skills-container { + width: 165px; border: 1px solid #666; border-radius: 5px; margin-bottom: 10px; padding-top: 5px; - width: 165px; } .saving-throw, .skill { - height: 18px; width: 165px; + height: 18px; } .saving-throw input[type=checkbox], @@ -1591,20 +1575,21 @@ button[type=roll] * { .col1 .saving-throw > span, .col1 .skill > span { - display: inline-block; font-size: 12px; - min-width: 21px; + display: inline-block; text-align: center; + min-width: 21px; } .saving-throw button[type=roll], .skill button[type=roll] { - overflow: hidden; - text-align: left; - text-overflow: ellipsis; - white-space: nowrap; width: calc(100% - 72px); + overflow: hidden; word-wrap: break-word; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + text-align: left; } .saving-throw-container .label span, @@ -1625,18 +1610,18 @@ button[type=roll] * { .options .body span { display: block; font-size: 9px; - font-weight: bold; line-height: 12px; - margin-top: 5px; - text-align: center; width: 100%; + text-align: center; + font-weight: bold; + margin-top: 5px; } .npc .traits span { font-size: 13px; + text-align: left; font-weight: normal; margin-top: 0; - text-align: left; } .globalattack span { @@ -1649,8 +1634,8 @@ button[type=roll] * { .globalattack.acmod label, .globalattack.acmod label input { - font-size: 1em; font-weight: normal; + font-size: 1em; } .globalattack.acmod label input[type=number] { @@ -1658,17 +1643,17 @@ button[type=roll] * { } .exhaustion div span.ex-description { - display: block; font-size: 9px; line-height: 9px; text-align: left; width: 116px; + display: block; } .exhaustion span.label { + width: 100%; display: inline-block; text-align: center; - width: 100%; } .exhaustion div.ex-descriptions { @@ -1681,15 +1666,15 @@ button[type=roll] * { } .exhaustion input[type=number] { + width: 116px; display: inline-block; vertical-align: top; - width: 116px; } .skill button span, .options .body .skill span span, .rolltemplate-spell .grey { - color: #a0a0a0; + color: #A0A0A0; font-weight: normal; } @@ -1706,9 +1691,9 @@ button[type=roll] * { } .textbox-container textarea { - border: none; - resize: vertical; width: calc(100% - 10px); + resize: vertical; + border: none; } .ac-init-speed-container, @@ -1717,17 +1702,17 @@ button[type=roll] * { .hdice-dsaves-container, .attacks, .equipment { - margin-bottom: 10px; width: 240px; + margin-bottom: 10px; } .ac-init-speed-container div { + width: calc(31%); + height: 100%; border: 1px solid #666; border-radius: 5px; display: inline-block; - height: 100%; vertical-align: top; - width: 31%; } .ac-init-speed-container span.label { @@ -1756,9 +1741,9 @@ button[type=roll] * { } .hp input[type=number] { - padding-left: 20px; - padding-right: 10px; width: 100%; + padding-right: 10px; + padding-left: 20px; } .hp span.label, @@ -1773,31 +1758,31 @@ button[type=roll] * { .tool_proficiencies .top span, .proficiencies .top span, .traits .top span { - color: #a0a0a0; - display: inline-block; - font-weight: normal; - margin-left: 5px; text-align: left; - width: initial; -} + margin-left: 5px; + color: #A0A0A0; + font-weight: normal; + display: inline-block; + width: initial; +} .hp .top input, .hdice-dsaves-container .top input[type=text] { + border-bottom: 1px solid #D3D3D3; + border-top: 0px; + border-left: 0px; + border-right: 0px; + background: none; + -webkit-box-shadow: none; + box-shadow: none; -webkit-appearance: none; -moz-appearance: none; - background: none; - border-bottom: 1px solid #d3d3d3; - border-left: 0px; - -webkit-border-radius: 0px; border-radius: 0px; - border-right: 0px; - border-top: 0px; - box-shadow: none; color: black; + width: 150px; display: inline-block; font-size: 12px; padding: 0px; - width: 150px; } .hdice-dsaves-container .top input[type=text] { @@ -1805,19 +1790,19 @@ button[type=roll] * { } .subcontainer { + width: 116px; display: inline-block; - height: 64px; vertical-align: top; - width: 116px; + height: 64px; } .subcontainer input[type=text].label { display: block; font-size: 9px; - font-weight: bold; line-height: 12px; - text-align: center; width: 100%; + text-align: center; + font-weight: bold; } .hdice-dsaves-container .row-container { @@ -1832,24 +1817,24 @@ button[type=roll] * { } .money { - display: inline-block; width: 70px; + display: inline-block; } .coin { - background-color: white; border: 1px solid #666; border-radius: 5px; - left: -5px; margin-top: 10px; + background-color: white; position: relative; + left: -5px; } .coin span { - color: #a0a0a0; display: inline-block; - margin-left: 5px; + color: #A0A0A0; margin-top: 0px; + margin-left: 5px; width: 15px; } @@ -1861,18 +1846,18 @@ button[type=roll] * { } .equipment { - min-height: 276px; position: relative; + min-height: 276px; } .equipment textarea { + width: calc(100% - 69px); + margin: 0px 0px 0px -5px; + resize: vertical; border: none; display: inline-block; - margin: 0px 0px 0px -5px; - min-height: 264px; padding: 0px; - resize: vertical; - width: calc(100% - 69px); + min-height: 264px; } .equipment span, @@ -1881,20 +1866,20 @@ button[type=roll] * { } .textbox { + width: 100%; border: 1px solid #666; border-radius: 5px; margin-bottom: 5px; - width: 100%; } .textbox textarea { + width: calc(100% - 10px); + resize: vertical; border: none; - height: 48px; margin: 0px; - min-height: 48px; padding-bottom: 0px; - resize: vertical; - width: calc(100% - 10px); + min-height: 48px; + height: 48px; } /*.col3 { @@ -1902,21 +1887,21 @@ button[type=roll] * { margin-left: -3px; }*/ .footer { - color: rgb(165, 165, 165); - font-size: 10px; - margin-top: 10px; -webkit-user-select: auto; -moz-user-select: text; + font-size: 10px; + color: #a5a5a5; + margin-top: 10px; } .footer div { - display: inline-block; width: 45%; + display: inline-block; } .attacks { - margin-bottom: 10px; min-height: 150px; + margin-bottom: 10px; } .equipment.hidden { @@ -1928,16 +1913,17 @@ button[type=roll] * { .proficiency .display button[type=roll], .globalattack .globaldisplay button[type=roll] { background-color: transparent; - background-image: none; - border: none; - box-shadow: none; color: black; - font-weight: bold; - line-height: normal; - margin: 0px; - padding: 0px; + border: none; + background-image: none; text-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; + padding: 0px; + margin: 0px; width: 100%; + font-weight: bold; + line-height: normal; } .globalattack .globaldisplay span[name=attr_global_save_name]:not(:empty)::before, @@ -1968,49 +1954,50 @@ button[type=roll] * { .tool .display span, .equipment .item span, .proficiencies .display span { - background-color: #efefef; - border-bottom-right-radius: 5px; + font-size: 12px; + line-height: 12px; border-top-left-radius: 5px; + border-bottom-right-radius: 5px; + background-color: #EFEFEF; cursor: pointer; - font-size: 12px; + text-align: left; font-size: 9px; font-weight: bold; - line-height: 12px; - text-align: left; } .attacks .display span, .tool .display span, .equipment .item span, .proficiencies .display span { + min-height: 12px; display: inline-block; margin-top: 0px; - min-height: 12px; - overflow: hidden; padding: 4px; - text-overflow: ellipsis; + overflow: hidden; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; vertical-align: bottom; white-space: nowrap; } .traits .display .title { - color: rgb(126, 45, 64); font-family: "Times New Roman", Times, serif; font-size: 16px; + text-transform: capitalize; font-variant: small-caps; font-weight: bold; - text-transform: capitalize; + color: #7e2d40; } .traits .display .subheader { - color: #a0a0a0; font-style: italic; + color: #A0A0A0; margin-top: -3px; } .traits .display .subheader span { - display: inline; font-size: 10px; + display: inline; } .spell .details-flag, @@ -2025,14 +2012,13 @@ button[type=roll] * { .proficiencies .options-flag, .traits .options-flag, .equipment .inventorysubflag, -.header .options-flag, -.hdice-dsaves-container .options-flag { - height: 18px; +.header .options-flag { opacity: 0; position: absolute; - right: 0px; top: 0px; + right: 0px; width: 18px; + height: 18px; z-index: 2; } @@ -2048,21 +2034,22 @@ button[type=roll] * { .proficiencies .options-flag + span, .traits .options-flag + span, .equipment .inventorysubflag + span, -.header .options-flag + span, -.hdice-dsaves-container .options-flag + span { - align-items: center; - color: #a0a0a0; - cursor: pointer; - display: none; - font-family: pictos; - font-size: 20px; - height: 18px; - margin-top: 0px; +.header .options-flag + span { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; position: absolute; - right: 0px; top: 0px; + right: 0px; white-space: nowrap; width: 18px; + height: 18px; + font-size: 20px; + font-family: pictos; + color: #A0A0A0; + cursor: pointer; + margin-top: 0px; + display: none; } .spell .details-flag:hover + span, @@ -2077,15 +2064,14 @@ button[type=roll] * { .proficiencies .options-flag:hover + span, .traits .options-flag:hover + span, .equipment .inventorysubflag:hover + span, -.header .options-flag:hover + span, -.hdice-dsaves-container .options-flag:hover + span { +.header .options-flag:hover + span { color: #000000; } .pc .global-mod .options-flag:not(:checked) ~ .display, .pc .global-mod .options-flag:checked ~ .options { - display: inline-block; width: 80%; + display: inline-block; } .charsheet .spell .details-flag:checked + span, @@ -2100,9 +2086,10 @@ button[type=roll] * { .charsheet .proficiencies .options-flag:checked + span, .charsheet .traits .options-flag:checked + span, .charsheet .equipment .inventorysubflag:checked + span, -.charsheet .header .options-flag:checked + span, -.hdice-dsaves-container .options-flag:checked + span { +.charsheet .header .options-flag:checked + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } @@ -2120,33 +2107,35 @@ button[type=roll] * { .charsheet .item:hover .inventorysubflag + span, .charsheet .pc .trait:hover .output, .charsheet .pc .header:hover .options-flag + span { + display: -webkit-box; + display: -ms-flexbox; display: flex; } .pc .header .options-flag { - right: 4px; top: 8px; + right: 4px; } .pc .header .options-flag + span { - right: 4px; top: 8px; + right: 4px; } .pc .global-mod .display-flag, .pc .trait .display-flag { - height: 100%; opacity: 0; position: absolute; - right: 0px; top: 0px; + right: 0px; width: 100%; + height: 100%; } .pc .global-mod .options-flag:checked ~ .display-flag, .pc .trait .options-flag:checked ~ .display-flag { - height: 0px; width: 0px; + height: 0px; } .pc .trait .display-flag:checked ~ .display .desc { @@ -2154,17 +2143,17 @@ button[type=roll] * { } .charsheet .pc .trait .output { - background: none; - border: none; - display: none; - font-family: pictos; - font-size: 20px; - height: 18px; position: absolute; - right: 30px; top: -8px; + right: 30px; width: 18px; + height: 18px; z-index: 2; + background: none; + border: none; + font-family: pictos; + font-size: 20px; + display: none; } .pc .trait .output:before { @@ -2198,8 +2187,8 @@ button[type=roll] * { .textbox .options, .proficiencies .options, .trait .options { - border-top: 2px dashed gold; display: none; + border-top: 2px dashed gold; } .item .subitem, @@ -2211,63 +2200,11 @@ button[type=roll] * { padding: 5px 5px 5px 10px; } -.rp-traits { - padding: 8px; - position: relative; -} -.rp-traits .rp-traits__title { - position: relative; - text-align: center; - z-index: 1; -} -.rp-traits .rp-traits__title span { - color: #7e2d40; - font-family: "Times New Roman", Times, serif; - font-size: 16px; - font-variant: small-caps; - font-weight: bold; - text-transform: capitalize; -} -.rp-traits .rp-traits__title input { - appearance: none; - height: 100%; - left: 0; - opacity: 0; - position: absolute; - top: 0; - width: 100%; -} -.rp-traits .pibf { - border-image-repeat: stretch !important; - border-image-slice: 25% 8% fill !important; - border-image-width: 20px !important; - min-height: auto !important; - position: relative; - z-index: 1; -} -.rp-traits .toggle-rp-traits[value="1"] ~ .pibf { - display: none; -} -.rp-traits:after { - border: 10px solid; - border-image-slice: 7% 40% fill; - border-image-source: url(https://app.roll20.net/images/dndstyling/vitals.svg); - border-image-width: 25px 100px; - box-sizing: border-box; - content: ""; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; - z-index: 0; -} - .textbox .display span { - font-size: 12px; font-weight: normal; - line-height: 16px; + font-size: 12px; text-align: left; + line-height: 16px; } .textbox.pibf span { @@ -2289,9 +2226,9 @@ button[type=roll] * { } .header .options-flag:checked ~ .options { - display: inline-block; min-height: 74px; vertical-align: top; + display: inline-block; } .textbox .options-flag:checked ~ .display, @@ -2300,8 +2237,8 @@ button[type=roll] * { } .spell-level { - margin-bottom: 5px; position: relative; + margin-bottom: 5px; } .header-info.options span { @@ -2314,36 +2251,36 @@ button[type=roll] * { } .level { - display: inline-block; width: 20px; + display: inline-block; } .level:after, .level:before { - border-bottom: 20px solid transparent; - border-left: 20px solid #fff; border-top: 20px solid transparent; - content: ""; + border-bottom: 20px solid transparent; + border-left: 20px solid #FFF; left: 0px; - position: absolute; top: -6px; + content: ""; + position: absolute; } .level:before { + border-top: 23px solid transparent; border-bottom: 23px solid transparent; border-left: 24px solid; border-left-color: inherit; - border-top: 23px solid transparent; left: -2px; top: -9px; } .level span { - font-size: 16px; + z-index: 3; margin-left: -3px; position: relative; + font-size: 16px; top: 2px; - z-index: 3; } /* GENERIC STYLES @@ -2384,10 +2321,10 @@ button[type=roll] * { font-size: 20px; border: none; background: none; - box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; -webkit-appearance: none; -moz-appearance: textfield; - -webkit-border-radius: 0px; border-radius: 0px; color: black; padding: 0px; @@ -2544,7 +2481,7 @@ div.spell div.details { font-size: 16px; text-transform: capitalize; font-variant: small-caps; - color: rgb(126, 45, 64); + color: #7e2d40; } .spell .details input[name=attr_spellcomp_materials][value=""] + span, @@ -2601,7 +2538,8 @@ div.spell div.details { border-bottom: 1px solid #D3D3D3; background-image: none; text-shadow: none; - box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; padding: 0px; margin: 0px; width: 100%; @@ -2672,7 +2610,8 @@ span.spellconcentration { border: none; background-image: none; text-shadow: none; - box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; padding: 0px; margin: 0px; width: 100%; @@ -2686,7 +2625,8 @@ span.spellconcentration { margin-left: 4px; display: inline; overflow: hidden; - text-overflow: ellipsis; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; white-space: nowrap; max-width: 220px; } @@ -2779,7 +2719,8 @@ span.spellconcentration { margin: 15px 10px; padding: 0; overflow-x: hidden; - text-overflow: ellipsis; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; } .spell .details span.bold { @@ -2811,7 +2752,7 @@ span.spellconcentration { font-size: 16px; text-transform: capitalize; font-variant: small-caps; - color: rgb(126, 45, 64); + color: #7e2d40; } .spell .details input[name=attr_spellcomp_materials][value=""] + span, @@ -2847,7 +2788,8 @@ span.spellconcentration { .charsheet .spell .display button[type=roll].spellcard { overflow: hidden; - text-overflow: ellipsis; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; width: calc(93% - 18px); } @@ -2861,7 +2803,9 @@ span.spellconcentration { } .spellpoints_flag[value="1"] ~ .body .spell-labels { + display: -ms-grid; display: grid; + -ms-grid-columns: 70px 1fr 1fr; grid-template-columns: 70px 1fr 1fr; margin-left: 25px; width: calc(100% - 25px); @@ -2876,12 +2820,18 @@ span.spellconcentration { display: none; } .spellpoints_flag[value="1"] ~ .body .spell-level { + display: -ms-grid; display: grid; + -ms-grid-columns: 25px 70px 1fr 1fr; grid-template-columns: 25px 70px 1fr 1fr; } .spellpoints_flag[value="1"] ~ .body .spell-level .spell-points { + display: -webkit-box; + display: -ms-flexbox; display: flex; - align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; } .spellpoints_flag[value="1"] ~ .body .spell-level .spell-points span { margin-top: 0; @@ -2899,7 +2849,8 @@ span.spellconcentration { margin: 0; width: 100%; text-align: center; - box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; } /* REPCONTROL @@ -2913,7 +2864,8 @@ span.spellconcentration { border: medium none; color: white !important; background: none; - box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; } .repcontrol .btn:focus { @@ -3003,9 +2955,9 @@ span.spellconcentration { .proficiencies .options span, .traits .options span, .global-mod .options span { + width: initial; display: inline-block; text-align: left; - width: initial; } .tool .options input, @@ -3016,11 +2968,11 @@ span.spellconcentration { .traits .options input[type=text], .global-mod .options input[type=text], .options .general_options input[type=number] { - border-bottom: 1px solid #d3d3d3; display: inline-block; + text-align: left; font-size: 12px; + border-bottom: 1px solid #D3D3D3; padding: 0px; - text-align: left; width: initial; } @@ -3030,24 +2982,24 @@ span.spellconcentration { .options .body select, .proficiencies .options select, .traits .options select { + border-bottom: 1px solid #D3D3D3; + border-top: 0px; + border-left: 0px; + border-right: 0px; + background: none; + -webkit-box-shadow: none; + box-shadow: none; -webkit-appearance: none; -moz-appearance: none; - background: none; - border-bottom: 1px solid #d3d3d3; - border-left: 0px; - -webkit-border-radius: 0px; border-radius: 0px; - border-right: 0px; - border-top: 0px; - box-shadow: none; color: black; display: inline-block; font-size: 12px; - height: 18px; - line-height: 18px; - margin: 0px; - padding: 0px; width: initial; + padding: 0px; + margin: 0px; + line-height: 18px; + height: 18px; } .tool .options input[type=checkbox], @@ -3058,27 +3010,27 @@ span.spellconcentration { .proficiencies .options input[type=checkbox], .traits .options input[type=checkbox], .global-mod .options input[type=checkbox] { + width: 13px; + font-size: initial; -webkit-appearance: checkbox; -moz-appearance: checkbox; - font-size: initial; - width: 13px; } .attack .options input[type=text].num, .options input[type=text].num { - text-align: center; width: 15px; + text-align: center; } .spell .options textarea { - margin-bottom: 0px; - resize: vertical; width: calc(100% - 10px); + resize: vertical; + margin-bottom: 0px; } .spell-container { - margin-bottom: 1px; min-height: 60px; + margin-bottom: 1px; } .spell-container input[name=attr_spellcastingtime] { @@ -3108,10 +3060,10 @@ span.spellconcentration { } .options .title input[type=text] { + width: 52px; border: none; - color: #a0a0a0; text-align: center; - width: 52px; + color: #A0A0A0; } .options .title { @@ -3123,8 +3075,8 @@ span.spellconcentration { .general_options { border: 1px solid #666; border-radius: 5px; - margin-bottom: 5px; padding: 5px; + margin-bottom: 5px; } .general_options { @@ -3229,6 +3181,8 @@ span.spellconcentration { } .sheet-rolltemplate-skill .sheet-result { + display: -webkit-box; + display: -ms-flexbox; display: flex; margin: 0 10px 0 7px; overflow: hidden; @@ -3241,9 +3195,13 @@ span.spellconcentration { text-align: center; vertical-align: top; width: 45%; - flex-basis: 50%; - flex-grow: 1; - flex-shrink: 1; + -ms-flex-preferred-size: 50%; + flex-basis: 50%; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; min-width: 33.33333%; position: relative; } @@ -3666,7 +3624,7 @@ span.spellconcentration { .sheet-rolltemplate-spell .sheet-title, .sheet-rolltemplate-spelloutput .sheet-title { - color: rgb(126, 45, 64); + color: #7e2d40; font-size: 1.2em; } @@ -3770,7 +3728,7 @@ span.spellconcentration { .sheet-rolltemplate-npcatk .sheet-header, .sheet-rolltemplate-npcdmg .sheet-header, .sheet-rolltemplate-dmgaction .sheet-header { - color: rgb(126, 45, 64); + color: #7e2d40; font-size: 18px; text-align: left; font-family: "Times New Roman", Times, serif; @@ -3783,7 +3741,7 @@ span.spellconcentration { text-transform: capitalize; font-variant: small-caps; font-weight: bold; - color: rgb(126, 45, 64); + color: #7e2d40; } .sheet-rolltemplate-npc .sheet-italics, @@ -3844,7 +3802,7 @@ span.spellconcentration { .sheet-rolltemplate-dmgaction .sheet-arrow-rightold { border-top: 3px solid transparent; border-bottom: 3px solid transparent; - border-left: 195px solid rgb(126, 45, 64); + border-left: 195px solid #7e2d40; } .sheet-rolltemplate-npc .sheet-arrow-right, @@ -3853,7 +3811,7 @@ span.spellconcentration { .sheet-rolltemplate-npcatk .sheet-arrow-right, .sheet-rolltemplate-npcdmg .sheet-arrow-right, .sheet-rolltemplate-dmgaction .sheet-arrow-right { - border: 1px solid rgb(126, 45, 64); + border: 1px solid #7e2d40; margin-bottom: 2px; margin-top: 2px; } @@ -3907,7 +3865,7 @@ span.spellconcentration { } .sheet-rolltemplate-npcatk .sheet-header a[href^="~"] { - color: rgb(126, 45, 64); + color: #7e2d40; } .sheet-rolltemplate-npcatk a[href^="~"]:hover { @@ -4052,7 +4010,7 @@ span.spellconcentration { border: none; border-top: 0.25em solid transparent; border-bottom: 0.25em solid transparent; - border-left: 14em solid rgb(126, 45, 64); + border-left: 14em solid #7e2d40; } .sheet-rolltemplate-atk div.sheet-advspacer, @@ -4103,7 +4061,8 @@ span.spellconcentration { display: inline-block; background: #c43c35; padding: 5px; - box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; margin-bottom: 5px; color: white; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; @@ -4146,90 +4105,51 @@ span.spellconcentration { color: #EC2127; } -.sheet-rolltemplate-simple a[href^="~"], -.sheet-rolltemplate-simple3D a[href^="~"], -.sheet-rolltemplate-skill a[href^="~"], -.sheet-rolltemplate-atk a[href^="~"], -.sheet-rolltemplate-atkdmg a[href^="~"], -.sheet-rolltemplate-dmg a[href^="~"] { - border: 1px solid black; - border-radius: 5px; - background-color: #e8e8e8; - color: black; - text-align: center; - font-weight: bold; - padding: 2px; - margin-bottom: 3px; -} -.sheet-rolltemplate-simple a[href^="~"]:hover, -.sheet-rolltemplate-simple3D a[href^="~"]:hover, -.sheet-rolltemplate-skill a[href^="~"]:hover, -.sheet-rolltemplate-atk a[href^="~"]:hover, -.sheet-rolltemplate-atkdmg a[href^="~"]:hover, -.sheet-rolltemplate-dmg a[href^="~"]:hover { - color: #ffffff; - background-color: #ec2127; -} - -.sheet-rolltemplate-simple .sheet-description { - border-top: 1px solid #A0A0A0; - border-bottom: 1px solid #A0A0A0; - margin: 0px 24px 5px 20px; - padding: 5px 0; -} -.sheet-rolltemplate-simple .sheet-description__title { - display: block; -} -.sheet-rolltemplate-simple .sheet-description__description { - display: block; - font-weight: normal; -} - .triangleold { - border-bottom: 3px solid transparent; - border-left: 360px solid rgb(126, 45, 64); border-top: 3px solid transparent; - margin-bottom: 5px; + border-bottom: 3px solid transparent; + border-left: 360px solid #7e2d40; margin-top: 5px; + margin-bottom: 5px; } .triangle { - border: 1px solid rgb(126, 45, 64); - margin-bottom: 5px; + border: 1px solid #7e2d40; margin-top: 5px; + margin-bottom: 5px; } .red, .npc .display .red input, .npc .display .red span { - color: rgb(126, 45, 64); + color: #7e2d40; } .npc .npc_options input { + border-bottom: 1px solid #D3D3D3; + border-top: 0px; + border-left: 0px; + border-right: 0px; + background: none; + -webkit-box-shadow: none; + box-shadow: none; -webkit-appearance: none; -moz-appearance: none; - background: none; - border-bottom: 1px solid #d3d3d3; - border-left: 0px; - -webkit-border-radius: 0px; border-radius: 0px; - border-right: 0px; - border-top: 0px; - box-shadow: none; color: black; + width: 200px; display: inline-block; font-size: 12px; padding: 0px; - width: 200px; } .npc > .npc_options .mythic-rules { display: none; + width: 385px; font-size: 12px; + padding: 0px; height: 72px; margin-bottom: 20px; - padding: 0px; - width: 385px; } input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { @@ -4239,17 +4159,17 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .npc .npc_options span { display: inline-block; font-size: 9px; - font-weight: bold; line-height: 12px; text-align: left; + font-weight: bold; width: auto; } .npc .npc_options .title span { - display: block; + text-align: center; font-size: 14px; + display: block; margin-top: 5px; - text-align: center; } .npc .npc_options { @@ -4257,8 +4177,8 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc input[type=text].num { - text-align: center; width: 20px; + text-align: center; } .npc .col { @@ -4270,30 +4190,30 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc select { + border-bottom: 1px solid #D3D3D3; + border-top: 0px; + border-left: 0px; + border-right: 0px; + background: none; + -webkit-box-shadow: none; + box-shadow: none; -webkit-appearance: none; -moz-appearance: none; - background: none; - border-bottom: 1px solid #d3d3d3; - border-left: 0px; - -webkit-border-radius: 0px; border-radius: 0px; - border-right: 0px; - border-top: 0px; - box-shadow: none; color: black; line-height: inherit; } .npc .display .title span { - display: block; font-family: "Times New Roman", Times, serif; font-size: 24px; + width: 100%; + text-transform: capitalize; font-variant: small-caps; font-weight: bold; - line-height: 27px; + display: block; text-align: left; - text-transform: capitalize; - width: 100%; + line-height: 27px; } .npc .display .subtitle span { @@ -4301,8 +4221,8 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc .display .num3 { - text-align: center; width: 27px; + text-align: center; } .npc .display .actype + .parens { @@ -4330,29 +4250,29 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc .display span.npc-init-die { - display: block; font-family: "dicefontd20"; font-size: 16px; + display: block; } .npc .attr-container { + width: 55px; border: 0px; border-radius: 0px; - display: inline-block; - height: inherit; - margin: 0px; - padding: 5px 0px 5px 0px; position: relative; + padding: 5px 0px 5px 0px; + margin: 0px; + height: inherit; + display: inline-block; text-align: center; - width: 55px; } .npc .attr-container span { - display: inline; - display: block; font-size: 13px; font-weight: normal; + display: inline; margin-bottom: 2px; + display: block; } .npc .attr-container span.bold { @@ -4371,13 +4291,13 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc .attr-container input { - text-align: center; width: 20px; + text-align: center; } .npc .attr-container input:nth-child(3) { - margin-left: -5px; width: 30px; + margin-left: -5px; } .npc .display .flag[value="0"] + button, @@ -4393,35 +4313,35 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc button[type=roll] input { + border: none; + background: none; + -webkit-box-shadow: none; + box-shadow: none; -webkit-appearance: none; -moz-appearance: none; - background: none; - border: none; - -webkit-border-radius: 0px; border-radius: 0px; - box-shadow: none; color: black; - height: 16px; - line-height: 16px; margin: 0px; - padding: 0px; pointer-events: none; + padding: 0px; + height: 16px; + line-height: 16px; } .npc button[type=roll] { - white-space: nowrap; width: auto; + white-space: nowrap; } .npc .saving button[type=roll] span, .npc .skills button[type=roll] span { - display: inline-block; font-size: 13px; font-weight: normal; - height: 16px; + width: auto; + display: inline-block; line-height: 16px; + height: 16px; vertical-align: bottom; - width: auto; } .npc .display .flag[value="1"] + button .spacer, @@ -4430,8 +4350,8 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc .display button input { - text-align: center; width: 14px; + text-align: center; } .npc .display .flag[value="1"] + button .stat::before, @@ -4467,34 +4387,35 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .npc .display .traits input.npc_options-flag, .npc .reaction input.npc_options-flag { - height: 18px; width: 18px; + height: 18px; } .npc .display .traits textarea, .npc .reaction textarea, .attack textarea { - border: none; - box-shadow: none; + resize: vertical; height: 36px; min-height: 36px; + border: none; padding: 0px; - resize: vertical; + -webkit-box-shadow: none; + box-shadow: none; } .npc .actiontitle { - border-bottom: 1px solid rgb(126, 45, 64); - margin-bottom: 5px; + border-bottom: 1px solid #7e2d40; width: 100%; + margin-bottom: 5px; } .npc .actions .title { font-size: 18px; + text-transform: capitalize; font-variant: small-caps; - height: inherit; line-height: inherit; + height: inherit; margin: 0px; - text-transform: capitalize; } .npc .actions { @@ -4590,20 +4511,20 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .npc .actions select { - font-size: 13px; - height: 13px; - line-height: 13px; + width: auto; margin: 0px; padding: 0px; - width: auto; + height: 13px; + line-height: 13px; + font-size: 13px; } .npc .trait button[type=roll], .npc .action button[type=roll], .npc .reaction button[type=roll] { - margin-bottom: 0px; - text-align: left; width: 100%; + text-align: left; + margin-bottom: 0px; } .npc .traits .repitem:not(:first-child), @@ -4619,15 +4540,16 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .charsheet .npc .traits .wide, .charsheet .npc .actions .wide { - text-align: left; width: 100%; + text-align: left; } .npc .traits button span.wide, .npc .actions button span.wide { - height: 1.2em; overflow: hidden; - text-overflow: ellipsis; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + height: 1.2em; } .npc .actions .wide span:after { @@ -4637,31 +4559,32 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .npc .trait .display .description, .npc .reaction .display .description, .npc .action .display .description { + white-space: pre-line; color: #555555; - display: block; line-height: 13px; - white-space: pre-line; + display: block; } .npc .trait .display textarea, .npc .action .display textarea, .legendaryactions { border: none; - box-shadow: none; - height: 36px; margin-bottom: 0px; - min-height: 36px; - overflow: hidden; padding: 0px; - resize: none; text-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; + height: 36px; + min-height: 36px; + resize: none; + overflow: hidden; } .legendaryactions { - color: #555555; height: 90px; - margin-bottom: 15px; pointer-events: none; + margin-bottom: 15px; + color: #555555; } .npcspelloptions { @@ -4672,7 +4595,6 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .container.npc .legendary, .container.npc .mythic, .container.npc .bonusactions, -.container.npc .vehicleactions, .container.npc .reaction, .npcspell_flag[value="0"] ~ .npcspell, .npcspellcastingflag:not(:checked) ~ .npcspelloptions { @@ -4682,7 +4604,6 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .legendary_flag:not([value="0"]) ~ .legendary, .mythic_flag[value="1"] ~ .mythic, .bonusaction_flag[value="1"] ~ .bonusactions, -.vehicleactions-flag[value="1"] ~ .vehicleactions, .reaction_flag[value="1"] ~ .reaction { display: block; } @@ -4712,33 +4633,33 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .equipment .inventorysubflag { height: 10px; - right: 0px; - top: 10px; width: 10px; + top: 10px; + right: 0px; } .charsheet .equipment .inventorysubflag + span { - font-size: 10px; height: 10px; - padding: 0px; - right: 0px; - top: 10px; width: 10px; + top: 10px; + right: 0px; + font-size: 10px; + padding: 0px; } .equipment .complex { - margin-bottom: 15px; - padding-top: 5px; - vertical-align: top; width: 160px; + vertical-align: top; + padding-top: 5px; + margin-bottom: 15px; } .proficiencies .complex, .traits .complex { - margin-bottom: 15px; - padding-top: 5px; - vertical-align: top; width: 240px; + vertical-align: top; + padding-top: 5px; + margin-bottom: 15px; } .pictos { @@ -4758,29 +4679,29 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .item input[type=text].weight { - text-align: center; width: 25px; + text-align: center; } .item .subitem .subfield { - background-color: transparent; font-weight: normal; + background-color: transparent; padding: 0px; width: 112px; } .item .subitem .subtextarea { + width: calc(100% - 20px); font-size: 9px; + padding: 0px 5px 0px 15px; + min-height: 32px; height: 32px; margin: 0px; - min-height: 32px; - padding: 0px 5px 0px 15px; - width: calc(100% - 20px); } .equipment .weighttotal { - left: 0px; position: absolute; + left: 0px; top: 160px; width: 70px; } @@ -4790,31 +4711,31 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .item .subitem span { - display: inline-block; - padding: 0px 0px 0px 10px; width: 32px; + padding: 0px 0px 0px 10px; + display: inline-block; } .equipment .warning, .charactermancer_options .warning { - border: 1px solid gray; display: none; padding: 6px; + border: 1px solid gray; position: relative; } .equipment .warning label, .charactermancer_options .warning label { - border: 1px solid gray; - cursor: pointer; font-family: pictos; + border: 1px solid gray; font-size: 8px; - line-height: 1em; + width: auto; padding: 2px; + line-height: 1em; + cursor: pointer; position: absolute; - right: 0; top: 0; - width: auto; + right: 0; } .equipment .warning label input, @@ -4860,14 +4781,14 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .equipment .item .subitem .equipped { -webkit-appearance: checkbox; -moz-appearance: checkbox; - margin-left: 15px; width: initial; + margin-left: 15px; } .equipment .item .subitem .equippedlabel { - padding-left: 5px; - text-align: left; width: calc(100% - 50px); + text-align: left; + padding-left: 5px; } .equipment .equippedflag[value="0"] ~ .item > .name { @@ -4875,11 +4796,11 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .version { - font-size: 0.25em; - pointer-events: none; position: absolute; - right: 5px; top: 0px; + right: 5px; + pointer-events: none; + font-size: 0.25em; } .charsheet .options .body .version input[type=text] { @@ -4933,24 +4854,25 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .charsheet .hlabel-container .multiclass-display { - border-bottom: 1px solid #d3d3d3; + width: 57px; font-size: 13px; - height: 27px; + border-bottom: 1px solid #D3D3D3; line-height: 35px; + height: 27px; margin-right: -4px; overflow: hidden; - text-overflow: ellipsis; - width: 57px; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; } .charsheet .hlabel-container .multiclass-display-level { - border-bottom: 1px solid #d3d3d3; + width: 31px; + text-align: center; font-size: 13px; - height: 27px; + border-bottom: 1px solid #D3D3D3; line-height: 35px; + height: 27px; overflow: hidden; - text-align: center; - width: 31px; } .charsheet .hlabel-container input.class-level { @@ -4967,13 +4889,13 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .attr-mod .baseattr { - display: inline; - height: 0px; /*display: none;*/ opacity: 0; + height: 0px; + width: 0px; pointer-events: none; + display: inline; position: absolute; - width: 0px; } .finalattr { @@ -4983,12 +4905,12 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .attr-mod:hover .baseattr, .attr-mod .baseattr:focus { - height: 20px; /*display: inline;*/ opacity: 1; + height: 20px; + width: 40px; pointer-events: auto; position: static; - width: 40px; } .attr-mod:hover .finalattr, @@ -5007,8 +4929,8 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { } .spell_slot_mods .column { - display: inline-block; width: 32%; + display: inline-block; } .spell_slot_mods .num_plus { @@ -5018,11 +4940,12 @@ input[name=attr_npc_mythic_actions]:checked ~ .mythic-rules { .licensecontainer.active-drop-target.dropping, input[name*=monster_confirm_flag][value="1"] ~ .licensecontainer, input[name*=mancer_confirm_flag][value="1"] ~ .licensecontainer { - background-color: transparent; opacity: 0.5; + -o-transition: opacity 0.15s ease-in-out; transition: opacity 0.15s ease-in-out; -moz-transition: opacity 0.15s ease-in-out; -webkit-transition: opacity 0.15s ease-in-out; + background-color: transparent; } .compendium_warning, @@ -5031,33 +4954,29 @@ input[name*=mancer_confirm_flag][value="1"] ~ .licensecontainer { display: none; } -.compendium_warning { - pointer-events: none; -} - .licensecontainer.active-drop-target.dropping ~ .compendium_warning, input[name*=monster_confirm_flag][value="1"] ~ .monster_confirm, input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { - background: white; - border: 2px solid black; display: block; - height: 100px; - left: 50%; - margin: -70px 0 0 -170px; position: fixed; - text-align: center; top: 50%; - width: 300px; + background: white; + left: 50%; z-index: 100; + border: 2px solid black; + width: 300px; + height: 100px; + text-align: center; + margin: -70px 0 0 -170px; } .monster_confirm input[type=checkbox], .mancer_confirm input[type=checkbox] { - border-radius: 50%; height: 34px; + border-radius: 50%; opacity: 0; - position: relative; z-index: 2; + position: relative; } .monster_confirm div div, @@ -5067,18 +4986,18 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .monster_confirm input[type=checkbox] + span, .mancer_confirm input[type=checkbox] + span { - border: 1px solid black; - border-radius: 5px; font-size: 20px; font-weight: normal; - left: 0px; line-height: 34px; position: absolute; + left: 0px; + border-radius: 5px; + border: 1px solid black; } input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { - margin: -70px 0 0 -195px; width: 350px; + margin: -70px 0 0 -195px; } .mancer_confirm input[type=checkbox] { @@ -5087,8 +5006,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .mancer_confirm input[type=checkbox] + span { font-size: 15px; - height: 40px; line-height: 1.2em; + height: 40px; padding-top: 3px; } @@ -5120,12 +5039,13 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .header .display .class-display { - overflow: hidden; - text-overflow: ellipsis; - text-transform: capitalize; - white-space: nowrap; width: 298px; + text-transform: capitalize; + overflow: hidden; word-wrap: break-word; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; } .no_events { @@ -5141,8 +5061,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .transition_options { border: 1px solid #666; border-radius: 5px; - margin-bottom: 5px; padding: 5px; + margin-bottom: 5px; } .transition_options { @@ -5154,51 +5074,51 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .sheet_select img { - border: 1px solid #bbb; - border-radius: 5px; padding: 5px; + border: 1px solid #BBB; + border-radius: 5px; } .sheet_select img:hover { - background-color: #ddd; + background-color: #DDD; cursor: pointer !important; } .charsheet .options .row span.transition_text { - color: #a0a0a0; + color: #A0A0A0; } .charsheet .options .row span.transition_text_highlight { - color: #f00; + color: #F00; } .globalattack input[type=checkbox] { - -webkit-appearance: checkbox; - -moz-appearance: checkbox; display: inline; height: 12px; + width: 12px; + -webkit-appearance: checkbox; + -moz-appearance: checkbox; margin-left: 5px; margin-top: 10px; - width: 12px; } .globalattack textarea { + width: 95%; display: inline; height: 25px; margin: 1px; - width: 95%; } .globalattack .label { - border-top: 1px dotted #a0a0a0; - color: #a0a0a0; margin-bottom: 5px; padding-top: 5px; + color: #A0A0A0; + border-top: 1px dotted #A0A0A0; } .missing-info { - display: none; margin-bottom: 100px; + display: none; } .missing-info-flag[value="1"] + .missing-info, @@ -5217,7 +5137,7 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .spells .innate { - color: #a0a0a0; + color: #A0A0A0; display: none; font-size: 12px; font-weight: normal; @@ -5259,25 +5179,25 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .lang-es .ac-init-speed-container div { - height: 56px; position: relative; + height: 56px; } .lang-es .ac-init-speed-container button, .lang-es .ac-init-speed-container .label { - bottom: 0; position: absolute; + bottom: 0; } .lang-es .hdice-dsaves-container div.subcontainer { - height: 71px; position: relative; + height: 71px; } .lang-es .hdice-dsaves-container button { + position: absolute; bottom: 0; left: 0; - position: absolute; } .lang-es .hp .top input[name=attr_hp_max] { @@ -5407,8 +5327,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charsheet.lang-it div.licensecontainer .container:not(.npc) div.page div.header div.name-container span { - margin-left: 30px; margin-top: 19px; + margin-left: 30px; } .charsheet.lang-it .header .part input[type=text], @@ -5424,24 +5344,34 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { * CHARACTERMANCER * *******************/ .charmancer.container { - contain: paint; + width: 100%; + display: -webkit-box; + display: -ms-flexbox; display: flex; - flex-basis: 1 1 100%; - flex-flow: row wrap; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -ms-flex-preferred-size: 1 1 100%; + flex-basis: 1 1 100%; position: relative; - width: 100%; + contain: paint; } .charmancer .choices { - flex: 40%; + -webkit-box-flex: 40%; + -ms-flex: 40%; + flex: 40%; max-width: 40%; padding-right: 1em; } .charmancer .info { - flex: 60%; - max-width: calc(60% - 2em); + -webkit-box-flex: 60%; + -ms-flex: 60%; + flex: 60%; position: relative; + max-width: calc(60% - 2em); } .charmancer .choices, @@ -5454,9 +5384,9 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer iframe { - contain: paint; height: 100%; min-height: 50vh; + contain: paint; } .charmancer select option:disabled { @@ -5473,23 +5403,25 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer .topbar, .charmancer .leveler-topbar { - flex: 100%; + -webkit-box-flex: 100%; + -ms-flex: 100%; + flex: 100%; margin-bottom: 15px; } .charmancer .topbar div div, .charmancer .leveler-topbar div div { - border: 1px solid gray; display: inline-block; - text-align: center; width: 16%; + border: 1px solid gray; + text-align: center; } .charmancer .topbar div span, .charmancer .leveler-topbar div span { font-size: 3em; - font-weight: bold; line-height: 1em; + font-weight: bold; } .charmancer .leveler-topbar div span { @@ -5498,11 +5430,17 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer .topbar div.meta-info-container, .charmancer .leveler-topbar div.meta-info-container { - align-items: center; - border: 0; + display: -webkit-box; + display: -ms-flexbox; display: flex; - justify-content: space-between; width: 100%; + border: 0; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; } .charmancer .topbar div.meta-info-container span, @@ -5516,26 +5454,39 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .steps { + position: -webkit-sticky; + position: sticky; + padding: 0.5em 0; background: #fff; + z-index: 1011; + top: 0; border-bottom: 1px dashed #ddd; - display: flex; - flex: 100%; - flex-flow: row; - justify-content: space-between; list-style: none; list-style-position: inside; + -webkit-box-flex: 100%; + -ms-flex: 100%; + flex: 100%; margin: 0 0 1em; - padding: 0.5em 0; - position: sticky; - top: 0; - transform: translateZ(0); - z-index: 1011; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row; + flex-flow: row; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-transform: translateZ(0); + transform: translateZ(0); } .charmancer .lp-steps { - display: block; - flex: none; width: 100%; + display: block; + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; } .charmancer .lp-steps li { @@ -5549,18 +5500,18 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer button, .charmancer button[type=roll] { - background-color: #e8e8e8; border: 1px solid black; border-radius: 5px; + background-color: #E8E8E8; color: black; - font-weight: bold; text-align: center; + font-weight: bold; } .charmancer button[type=roll] { + padding: 1px 6px; font-size: 13px; margin: 0; - padding: 1px 6px; } .charmancer button[type=roll]:before { @@ -5568,8 +5519,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer button.step { - background-color: white; border-color: black; + background-color: white; color: black; } @@ -5577,8 +5528,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer button.step.prev, .charmancer button.step.done, .charmancer button.step:not(.here) { - background-color: #e8e8e8; border-color: black; + background-color: #E8E8E8; color: black; } @@ -5588,39 +5539,44 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer button.step.here, .charmancer button[type=roll]:hover, .charmancer button[type=roll]:hover * { - background-color: #ec2127; color: #fff; + background-color: #EC2127; } .charmancer button.exit { - background-color: #fff; - border-color: #ec2127; - color: #ec2127; text-transform: uppercase; + color: #EC2127; + background-color: #fff; + border-color: #EC2127; } .charmancer button[type=back]:disabled:not(.here) { + color: #ddd; background-color: white; border-color: #ddd; - color: #ddd; cursor: not-allowed; } .charmancer .bottombar, .charmancer .controls { - flex: 100%; + -webkit-box-flex: 100%; + -ms-flex: 100%; + flex: 100%; margin-bottom: 1em; } .charmancer .bottombar { - background: white; - border-top: 1px dashed #ddd; + position: -webkit-sticky; + position: sticky; bottom: -1px; - box-sizing: border-box; + border-top: 1px dashed #ddd; padding: 0.5em 0; - position: sticky; + background: white; + -webkit-box-sizing: border-box; + box-sizing: border-box; text-align: center; - transform: translateZ(0); + -webkit-transform: translateZ(0); + transform: translateZ(0); } .charmancer .bottombar button { @@ -5637,8 +5593,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .next { - position: absolute; right: 0; + position: absolute; } .charmancer .row { @@ -5714,14 +5670,14 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .cancel-prompt { + position: fixed; background: white; border: 1px solid; border-radius: 5px; padding: 40px 20px 40px 20px; - position: fixed; - text-align: center; top: 195px; width: 650px; + text-align: center; } .charmancer.container .cancel-prompt { @@ -5735,39 +5691,40 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer .hilite::after { content: "* required"; + font-style: italic; + font-weight: normal; display: block; font-size: 14px; - font-style: italic; font-variant: small-caps; - font-weight: normal; } .charmancer .warning { - color: rgb(126, 45, 64); + color: #7e2d40; } .charmancer button.warning { - background-color: rgb(126, 45, 64); - border-color: rgb(126, 45, 64); color: #fff; + background-color: #7e2d40; + border-color: #7e2d40; } .charmancer button:hover.warning { + color: #7e2d40; background-color: #fff; - border-color: rgb(126, 45, 64); - color: rgb(126, 45, 64); + border-color: #7e2d40; } .charmancer .needed::before { - content: "D"; font-family: pictos; + content: "D"; } .charmancer .hilite { - background: #efefef; + color: #7e2d40; + background: #EFEFEF; border-radius: 0.5em; - box-sizing: border-box; - color: rgb(126, 45, 64); + -webkit-box-sizing: border-box; + box-sizing: border-box; padding: 0.5em; } @@ -5780,24 +5737,26 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .manver .yes_spells { + display: -webkit-box; + display: -ms-flexbox; display: flex; } .charmancer button.mancer_info, .charmancer [data-repeating] button.action.choice-showing { - background: black; - border: none; - border-radius: 100%; - color: white; - display: inline-block; - font-family: serif; font-size: 1.25em; - font-style: italic; - font-weight: bold; + width: 1.25em; height: 1.25em; padding: 0; + font-style: italic; text-align: center; - width: 1.25em; + color: white; + background: black; + font-weight: bold; + font-family: serif; + border-radius: 100%; + display: inline-block; + border: none; } .charmancer [data-repeating] p button.mancer_info { @@ -5808,47 +5767,51 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer button.mancer_info:hover, .charmancer [data-repeating] button.action:hover { - background: #ec2127; + background: #EC2127; } .charmancer [class^=abilities_radio]:not(.choice) { + display: -webkit-box; + display: -ms-flexbox; display: flex; } .charmancer span label.compendium-opt { - justify-content: space-between; - padding-right: 0; position: relative; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding-right: 0; } .charmancer span label.compendium-opt > span { - background-color: #e8e8e8; border: 1px solid black; border-radius: 5px; - color: black; - cursor: pointer; display: inline-block; - font-weight: bold; min-width: 1.618em; + background-color: #E8E8E8; + color: black; text-align: center; + font-weight: bold; + cursor: pointer; } .charmancer span label.compendium-opt > input[type=radio]:disabled + span { + color: #ddd; background-color: white; border-color: #ddd; - color: #ddd; cursor: not-allowed; } .charmancer span label.compendium-opt > input[type=radio]:checked + span { - background-color: #ec2127; color: white; + background-color: #EC2127; } .charmancer span .compendium-opt > input[type=radio] { - cursor: none; opacity: 0; width: 0; + cursor: none; } .charmancer .summary .returnblock { @@ -5881,29 +5844,29 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer button.bg_info { - background: black; - border: none; - border-radius: 100%; - color: white; - display: inline-block; - font-family: serif; font-size: 1.25em; - font-style: italic; - font-weight: bold; + width: 1.25em; height: 1.25em; padding: 0; + font-style: italic; text-align: center; - width: 1.25em; + color: white; + background: black; + font-weight: bold; + font-family: serif; + border-radius: 100%; + display: inline-block; + border: none; } .charmancer button.bg_info:hover { - background: #ec2127; + background: #EC2127; } .charmancer .custom_class label input[type=checkbox] { display: inline-block; - margin: 5px; margin-top: inherit; + margin: 5px; } .charmancer .mancer_progress { @@ -5946,9 +5909,9 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .custom_trait textarea { - height: 7em; - resize: vertical; width: calc(100% - 3em); + resize: vertical; + height: 7em; } .custom-proficiency button, @@ -5962,17 +5925,23 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .choices.spellslide { - box-sizing: border-box; - flex: 45%; + -webkit-box-flex: 45%; + -ms-flex: 45%; + flex: 45%; max-width: 45%; + -webkit-box-sizing: border-box; + box-sizing: border-box; } .charmancer .info.spellslide { - flex: 55%; - height: 100%; - min-height: 50%; + position: -webkit-sticky; position: sticky; + -webkit-box-flex: 55%; + -ms-flex: 55%; + flex: 55%; top: 4em; + min-height: 50%; + height: 100%; } .spells-summary div div { @@ -5980,20 +5949,21 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .spells-summary .title { + width: 15%; text-align: right; vertical-align: top; - width: 15%; } .spells-summary .list { - box-sizing: border-box; - padding-left: 0.5em; width: 85%; + padding-left: 0.5em; + -webkit-box-sizing: border-box; + box-sizing: border-box; } .spells-summary .list span:not(:last-of-type)::after { - color: black; content: ","; + color: black; text-decoration: none; } @@ -6041,35 +6011,36 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .spell-holder label { - background-color: #efefef; border: 1px solid black; - box-sizing: border-box; + background-color: #efefef; margin: 0; width: 100%; + -webkit-box-sizing: border-box; + box-sizing: border-box; } .charmancer .spell-holder label .title { display: inline; - line-height: 2em; padding: 1em; + line-height: 2em; } .charmancer .spell-holder label .title span.choice-showing { - bottom: 0.3em; + font-family: pictos; color: red; display: inline; - font-family: pictos; font-size: 0.8em; line-height: 0.1em; padding-left: 0.5em; position: relative; + bottom: 0.3em; } .charmancer .spell-holder label .number { float: right; font-weight: normal; - line-height: 0.8em; margin-right: 0.7em; + line-height: 0.8em; } .charmancer .spell-holder .spellheader input { @@ -6080,193 +6051,67 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer .spell-holder label .number::after { content: "9"; - display: inline-block; font-family: pictos; - font-size: 1.3em; - margin-left: 0.3em; position: absolute; - transform: rotate(-90deg); + margin-left: 0.3em; + font-size: 1.3em; + display: inline-block; + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); } .charmancer .spell-holder label input:checked ~ .number::after { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); margin-left: 0.4em; - transform: rotate(90deg); } -.charmancer .spellslide { - position: relative; -} - -.charmancer .spell-holder { - position: relative; -} -.charmancer .spell-holder .spellholder__counter { - line-height: 33px; - margin-top: 0; - position: absolute; - right: 40px; -} -.charmancer .spell-holder .spellholder__toggle__checkbox { - display: inline; - opacity: 0; - position: absolute; - right: 10px; - top: 12px; -} -.charmancer .spell-holder .spellholder__toggle__icon { - font-weight: normal; - line-height: 0.8em; - pointer-events: none; - position: absolute; - right: 10px; - top: 12px; -} -.charmancer .spell-holder .spellholder__toggle__icon:after { - content: "9"; - display: inline-block; - font-family: pictos; - font-size: 1.3em; - transform: rotate(-90deg); -} -.charmancer .spell-holder .spellholder__toggle__checkbox:checked + .spellholder__toggle__icon:after { - transform: rotate(90deg); -} -.charmancer .spell-holder .spellholder__toggle__checkbox:checked ~ .container { - display: none; -} - -.charmancer .spellloading { - background: white; - height: 100%; - left: 0; - padding-top: 30px; - position: absolute; - text-align: center; - top: 0; - width: 100%; -} -.charmancer .spellloading span { - display: block; - font-size: 18px; - margin-top: 10px; - text-align: center; -} - -.charmancer .spelllist:not(:empty) + .spellloading { - display: none; -} - -.charmancer .spelllist .spell-holder-0 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, -.charmancer .spelllist .spell-holder-1 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, -.charmancer .spelllist .spell-holder-2 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, -.charmancer .spelllist .spell-holder-3 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, -.charmancer .spelllist .spell-holder-4 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, -.charmancer .spelllist .spell-holder-5 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, -.charmancer .spelllist .spell-holder-6 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, -.charmancer .spelllist .spell-holder-7 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, -.charmancer .spelllist .spell-holder-8 .spell-item.spell-item--existing:not(.spell-item--prepared) label *, -.charmancer .spelllist .spell-holder-9 .spell-item.spell-item--existing:not(.spell-item--prepared) label * { - opacity: 0.5; - pointer-events: none; -} - -.charmancer .locked--cantrips:not(:empty) ~ .spelllist .spell-holder-0 .spell-item label input:not(:checked), -.charmancer .locked--cantrips:not(:empty) ~ .spelllist .spell-holder-0 .spell-item label input:not(:checked) ~ * { - opacity: 0.5; - pointer-events: none; -} -.charmancer .locked--cantrips:not(:empty) ~ .spelllist .spell-holder-0 .spell-item label input:not(:checked):before { - background-color: rgba(255, 255, 255, 0); - content: ""; - height: 100%; - left: 0%; - position: absolute; - top: 0%; - width: 100%; -} - -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-1 .spell-item label input:not(:checked), -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-1 .spell-item label input:not(:checked) ~ *, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-2 .spell-item label input:not(:checked), -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-2 .spell-item label input:not(:checked) ~ *, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-3 .spell-item label input:not(:checked), -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-3 .spell-item label input:not(:checked) ~ *, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-4 .spell-item label input:not(:checked), -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-4 .spell-item label input:not(:checked) ~ *, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-5 .spell-item label input:not(:checked), -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-5 .spell-item label input:not(:checked) ~ *, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-6 .spell-item label input:not(:checked), -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-6 .spell-item label input:not(:checked) ~ *, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-7 .spell-item label input:not(:checked), -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-7 .spell-item label input:not(:checked) ~ *, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-8 .spell-item label input:not(:checked), -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-8 .spell-item label input:not(:checked) ~ *, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-9 .spell-item label input:not(:checked), -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-9 .spell-item label input:not(:checked) ~ * { - opacity: 0.5; - pointer-events: none; -} -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-1 .spell-item label input:not(:checked):before, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-2 .spell-item label input:not(:checked):before, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-3 .spell-item label input:not(:checked):before, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-4 .spell-item label input:not(:checked):before, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-5 .spell-item label input:not(:checked):before, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-6 .spell-item label input:not(:checked):before, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-7 .spell-item label input:not(:checked):before, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-8 .spell-item label input:not(:checked):before, -.charmancer .locked--spells:not(:empty) ~ .spelllist .spell-holder-9 .spell-item label input:not(:checked):before { - background-color: rgba(255, 255, 255, 0); - content: ""; - height: 100%; - left: 0%; - position: absolute; - top: 0%; - width: 100%; -} - -.charmancer .spell-holder .container { - border: 1px solid black; - border-top: 0; - box-sizing: border-box; - padding: 0; - width: 100%; +.charmancer .spell-holder .container { + width: 100%; + border: 1px solid black; + border-top: 0; + padding: 0; + -webkit-box-sizing: border-box; + box-sizing: border-box; } .charmancer .spell-item { - line-height: 1.5em; padding: 0 0.5em; + line-height: 1.5em; } .charmancer .spell-item label { - background-color: unset; border: 0; - display: inline; - font-size: 16px; - font-weight: normal; - line-height: 1.4em; margin: 0; padding: 0; width: 100%; + background-color: unset; + font-size: 16px; + font-weight: normal; + display: inline; + line-height: 1.4em; } .charmancer .spell-item .mancer_info { - background-color: #777; font-size: 1em; - left: 93%; - line-height: 1em; margin-top: 0.25em; + background-color: #777; + line-height: 1em; position: absolute; + left: 93%; } .charmancer .spell-item .classes { - float: right; font-size: 0.6em; + float: right; margin-right: 7%; } .charmancer .spell-item .classes span:not(:last-child)::after { - color: #000; content: ", "; + color: #000; } .charmancer .spell-item .known { @@ -6305,12 +6150,12 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .spell-item .existing[value="1"] ~ label input:not(:checked) ~ .name::before { - color: red; content: "r"; font-family: pictos; + color: red; font-style: normal; - line-height: 1em; padding-right: 0.3em; + line-height: 1em; } .charmancer .spell-item .lock:not(:empty) ~ label *, @@ -6323,13 +6168,17 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .spell-holder .controller:not(:empty) + .container { - display: none; height: 0; + display: none; } .charmancer .spell-holder .spellinfo:not(:empty) { + display: -webkit-box; + display: -ms-flexbox; display: flex; - justify-content: space-between; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; margin-top: 1em; } @@ -6338,13 +6187,13 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .spell-holder .spellinfo div div { - padding-bottom: 0.3em; width: 100%; + padding-bottom: 0.3em; } .charmancer .spell-holder .spellinfo p { - font-size: 1em; margin: 0; + font-size: 1em; } .charmancer .pagelock:empty + .spellslide * { @@ -6352,8 +6201,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .replace-info span { - color: red; font-family: pictos; + color: red; } .charmancer .asi-row .asi, @@ -6362,18 +6211,20 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .asi-row .switch-container { + display: -webkit-box; + display: -ms-flexbox; display: flex; } .charmancer .asi-row .switch-tab { - background-color: #aaa; + width: 50%; border-color: #888; - border-radius: 4px 4px 0 0; border-style: solid; + border-radius: 4px 4px 0 0; border-width: 1px; - margin: 0; + background-color: #aaa; padding: 0.25em 0.5em; - width: 50%; + margin: 0; } .charmancer .asi-row .switch-tab input { @@ -6387,9 +6238,12 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .asi-row .asi .abilities-holder { + display: -webkit-box; + display: -ms-flexbox; display: flex; - flex-wrap: wrap; width: 100%; + -ms-flex-wrap: wrap; + flex-wrap: wrap; } .charmancer .asi-row .asi .abilities-holder div { @@ -6403,11 +6257,11 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .asi-row .asi .abilities-holder div div { - display: inline-block; - left: -0.5em; position: relative; - top: -0.3em; width: 1.2em; + display: inline-block; + top: -0.3em; + left: -0.5em; } .charmancer .asi-row .asi .abilities-holder div h5 { @@ -6416,12 +6270,12 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .asi-row .asi .abilities-holder div input { - background-color: white; - border: none; - color: black; - font-size: 2em; font-weight: bold; + border: none; width: 30%; + font-size: 2em; + background-color: white; + color: black; } .charmancer .asi-row .asi .abilities-holder div span { @@ -6431,33 +6285,33 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .asi-row .asi .abilities-holder .spinner { - border-radius: 0; - font-size: 12px; - height: 12px; + position: absolute; left: 0; - line-height: 0; + height: 12px; padding: 0; - position: absolute; + font-size: 12px; + line-height: 0; width: 100%; + border-radius: 0; } .charmancer .asi-row .asi .abilities-holder .up-spinner { + bottom: 0; border-bottom-width: 0; border-radius: 2px 2px 0 0; - bottom: 0; } .charmancer .asi-row .asi .abilities-holder .down-spinner { - border-radius: 0 0 2px 2px; top: 0; + border-radius: 0 0 2px 2px; } .charsheet .charmancer .choices h2 span { - color: #888; display: block; font-size: 16px; font-weight: normal; line-height: normal; + color: #888; margin: -8px 0 8px; } @@ -6467,17 +6321,19 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { .charmancer .asi-row .asi .abilities-holder .lock-down:not(:empty) ~ div .down-spinner, .charmancer .asi-row .asi .abilities-holder .lock-up:not(:empty) ~ div .up-spinner { - background-color: rgba(232, 232, 232, 0.3); - color: rgba(0, 0, 0, 0.3); pointer-events: none; + color: rgba(0, 0, 0, 0.3); + background-color: rgba(232, 232, 232, 0.3); } .charmancer .lp-summary { - border: 1px solid black; + display: -webkit-box; + display: -ms-flexbox; display: flex; - margin-bottom: 2em; - min-height: 200px; width: 100%; + min-height: 200px; + border: 1px solid black; + margin-bottom: 2em; } .charmancer .lp-summary div { @@ -6485,8 +6341,8 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .lp-summary div div { - padding-top: 0.5em; width: 100%; + padding-top: 0.5em; } .charmancer .lp-summary .before { @@ -6494,12 +6350,13 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .lp-summary div h2 { - border-bottom: 1px solid black; - box-sizing: border-box; + width: 100%; color: white; - font-size: 1.5em; + border-bottom: 1px solid black; + -webkit-box-sizing: border-box; + box-sizing: border-box; padding-left: 0.5em; - width: 100%; + font-size: 1.5em; } .charmancer .lp-summary .before h2 { @@ -6520,16 +6377,18 @@ input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { } .charmancer .lp-summary .ability-row { + width: 100%; + display: -webkit-box; + display: -ms-flexbox; display: flex; - font-size: 1.2em; padding: 0; - width: 100%; + font-size: 1.2em; } .charmancer .lp-summary .ability-row div { - padding: 0; - text-align: center; width: 16.6%; + text-align: center; + padding: 0; } .charmancer .lp-summary .ability-row h5 { @@ -6594,9 +6453,8 @@ body:not(:-moz-handler-blocked) .charmancer .bottombar { .pc div.global-dmg div.display span.subheader { display: inline; - margin-left: 3px; padding-right: 0px; - width: calc(50% - 3px); + width: 50%; } .pc div.global-dmg div.display span.subheader span { @@ -6605,7 +6463,8 @@ body:not(:-moz-handler-blocked) .charmancer .bottombar { } div.globaldisplay { - background-color: #efefef; + width: 80%; + background-color: #EFEFEF; border-bottom-right-radius: 5px; border-top-left-radius: 5px; display: inline-block; @@ -6617,8 +6476,8 @@ div.globaldisplay { padding-right: 4px; padding-top: 3px; text-align: left; - text-overflow: ellipsis; - width: 80%; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; } div.globaldisplay span { @@ -6626,14 +6485,14 @@ div.globaldisplay span { } .pc .global-mod .options-flag:not(:checked) ~ .display .title { - background-color: #efefef; + background-color: #EFEFEF; border-bottom-right-radius: 5px; border-top-left-radius: 5px; display: inline-block; font-size: 9px; font-weight: bold; - height: 16px; line-height: 16px; + height: 16px; padding-bottom: 3px; padding-left: 4px; padding-right: 4px; @@ -6642,7 +6501,7 @@ div.globaldisplay span { } .pc .global-mod .options-flag:not(:checked) ~ .display .subheader { - background-color: #efefef; + background-color: #EFEFEF; border-bottom-right-radius: 5px; border-top-left-radius: 5px; display: inline-block; @@ -6672,8 +6531,8 @@ div.globaldisplay span { /* Level HP Bar */ .charmancer .levels-hp-row { background: #eee; - border: 1px solid #aaa; border-radius: 0.25em; + border: 1px solid #aaa; margin: 0.5em 0; padding: 0.25em; position: relative; @@ -6681,8 +6540,8 @@ div.globaldisplay span { } .charmancer .levels-hp-row h2 { - height: 1em; line-height: normal; + height: 1em; vertical-align: middle; } @@ -6699,8 +6558,8 @@ div.globaldisplay span { .charmancer .levels-hp-row button[name=act_class2_addhpAverage], .charmancer .levels-hp-row button[name=act_class3_addhpAverage], .charmancer .levels-hp-row button[name=act_class4_addhpAverage] { - text-align: left; vertical-align: middle; + text-align: left; } /* Level HP expanded */ @@ -6716,8 +6575,8 @@ div.globaldisplay span { .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ span.collapse + div > div { background: #fff; - border-radius: 0 0 0.25em 0.25em; display: inline-block; + border-radius: 0 0 0.25em 0.25em; padding: 0; width: 100%; } @@ -6746,10 +6605,10 @@ div.globaldisplay span { /* DEV 1378 */ /* levels-multiclass is the div encompassing the overall class section of the levels slide */ -.charmancer .levels-multiclass .hide-multiclass[value="0"] ~ .row:nth-of-type(1n + 2), -.charmancer .levels-multiclass .hide-multiclass[value="1"] ~ .row:nth-of-type(1n + 3), -.charmancer .levels-multiclass .hide-multiclass[value="2"] ~ .row:nth-of-type(1n + 4), -.charmancer .levels-multiclass .hide-multiclass[value="3"] ~ .row:nth-of-type(1n + 5) { +.charmancer .levels-multiclass .hide-multiclass[value="0"] ~ .row:nth-of-type(1n+2), +.charmancer .levels-multiclass .hide-multiclass[value="1"] ~ .row:nth-of-type(1n+3), +.charmancer .levels-multiclass .hide-multiclass[value="2"] ~ .row:nth-of-type(1n+4), +.charmancer .levels-multiclass .hide-multiclass[value="3"] ~ .row:nth-of-type(1n+5) { display: none; } @@ -6762,10 +6621,10 @@ div.globaldisplay span { } .charmancer .levels-multiclass button { + margin: 0% 1%; font-weight: 500; - height: 18px; line-height: 18px; - margin: 0% 1%; + height: 18px; } .charmancer .levels-multiclass h2 { @@ -6780,8 +6639,8 @@ div.globaldisplay span { .charmancer .levels-multiclass .multiclass_message { display: inline-block; - margin-right: 25%; width: auto; + margin-right: 25%; } .charmancer .levels-multiclass .levels-message { @@ -6808,7 +6667,7 @@ div.globaldisplay span { .charmancer .levels-multiclass .hp-flag[value=average] ~ div > button[name*=averagehp], .charmancer .levels-multiclass .hp-flag[value=roll] ~ button[name*=rollhp], .charmancer .levels-multiclass .hp-flag[value=average] ~ button[name*=averagehp] { - background-color: #ec2127; + background-color: #EC2127; color: #fff; } @@ -6819,14 +6678,14 @@ div.globaldisplay span { .charmancer .compendium-class-name { font-family: "Times New Roman", Times, serif; font-size: 28px; + text-transform: capitalize; font-variant: small-caps; font-weight: bold; - text-transform: capitalize; } .charmancer .lock-custom-class[value="1"] ~ .class1_container { - background-color: #e8e8e8; pointer-events: none; + background-color: #E8E8E8; } .charmancer .lock-custom-class[value="1"] ~ .class1_container input, @@ -6845,18 +6704,18 @@ div.globaldisplay span { .charmancer .lock-custom-class[value="1"] ~ .class1_container .custom_warning { display: block; - font-weight: bold; margin-bottom: 10px; + font-weight: bold; } /* The hidden checkbox to expanded or collapse the by level */ .charmancer .levels-hp-row input.hpbylevel-toggle { + opacity: 0; display: inline-block !important; + width: 1.5em; height: 1.5em; - opacity: 0; position: absolute; right: 0.25em; - width: 1.5em; z-index: 1; } @@ -6865,16 +6724,20 @@ div.globaldisplay span { display: inline-block; font-family: pictos; font-size: 1.5em; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); position: absolute; right: 0.25em; top: 9px; - transform: rotate(90deg); z-index: 0; } .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ span.collapse { + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); margin-left: 0.4em; - transform: rotate(-90deg); } /* Toggles to expand & collapse the HP by levels */ @@ -6895,8 +6758,8 @@ div.globaldisplay span { } .charmancer button.step.disabled { - opacity: 0.3; pointer-events: none; + opacity: 0.3; } .utilityrow label span span { @@ -6920,8 +6783,8 @@ div.globaldisplay span { .charmancer .choices .subclass2_features_title, .charmancer .choices .subclass3_features_title, .charmancer .choices .subclass4_features_title { - display: inline-block !important; margin-top: 0.5em; + display: inline-block !important; } /* styling the featured slide's spell selection */ @@ -6930,10 +6793,10 @@ div.globaldisplay span { } .charmancer .choices .utilityrow .result { - display: block; - font-size: 13px; font-weight: normal; margin-bottom: -0.25em; + display: block; + font-size: 13px; } .charmancer p.prereq span { @@ -6953,28 +6816,26 @@ div.globaldisplay span { width: auto; } .charsheet .subcontainer .roll-hitdie select { - -webkit-appearance: none; - -moz-appearance: none; - background: none; - border-bottom: 1px solid #d3d3d3; + border-bottom: 1px solid #D3D3D3; + border-top: 0px; border-left: 0px; - -webkit-border-radius: 0px; - border-radius: 0px; border-right: 0px; - border-top: 0px; + background: none; -webkit-box-shadow: none; box-shadow: none; + -webkit-appearance: none; + -moz-appearance: none; + border-radius: 0px; color: black; display: inline-block; font-size: 12px; - height: 18px; - line-height: 18px; - margin: 0px; - padding: 0px; width: 15px; + padding: 0px; + margin: 0px; + line-height: 18px; + height: 18px; } -.charsheet .subcontainer .roll-hitdie input[value="12"] + select, -.charsheet .subcontainer .roll-hitdie input[value="10"] + select { +.charsheet .subcontainer .roll-hitdie input[value="12"] + select, .charsheet .subcontainer .roll-hitdie input[value="10"] + select { width: initial; } @@ -6984,9 +6845,9 @@ div.globaldisplay span { /* NPC & MONSTER TEMPLATE */ } .licensecontainer .container:not(.npc) div.page > div.header { - height: 140px; margin-left: -50px; width: 850px; + height: 140px; } .licensecontainer .advantagetoggle { top: 140px; @@ -6994,45 +6855,45 @@ div.globaldisplay span { .licensecontainer .container:not(.npc) div.page.core > div.header, .licensecontainer .container:not(.npc) div.page.options > div.header { background: url("https://app.roll20.net/images/dndstyling/CharScroll.svg"); - background-position: 2px center; background-repeat: no-repeat; background-size: cover; + background-position: 2px center; } .licensecontainer .container:not(.npc) div.page.bio > div.header { background: url("https://app.roll20.net/images/dndstyling/BioScroll.svg"); - background-position: 2px center; background-repeat: no-repeat; background-size: cover; + background-position: 2px center; } .licensecontainer .container:not(.npc) div.page.spells > div.header { background: url("https://app.roll20.net/images/dndstyling/SpellScroll.svg"); - background-position: 2px center; background-repeat: no-repeat; background-size: cover; + background-position: 2px center; } .licensecontainer .container:not(.npc) div.page > div.header::after { - background: url("https://app.roll20.net/images/dndstyling/ScrollRight.svg"); - background-position: right center; - background-repeat: no-repeat; - background-size: 100% 100%; content: ""; + width: 30px; height: 162px; position: absolute; right: -60px; - width: 30px; + background: url("https://app.roll20.net/images/dndstyling/ScrollRight.svg"); + background-repeat: no-repeat; + background-position: right center; + background-size: 100% 100%; } .licensecontainer .container:not(.npc) div.page div.header div.name-container { + width: 250px; display: inline-block; margin-left: 60px; margin-top: 72px; - width: 250px; } .licensecontainer .container:not(.npc) div.page div.header div.name-container img { display: none; } .licensecontainer .container:not(.npc) div.page div.header div.name-container span { - margin-left: 35px; margin-top: 16px; + margin-left: 35px; } .licensecontainer .container:not(.npc) div.header-info { border: none; @@ -7049,9 +6910,9 @@ div.globaldisplay span { width: 140px !important; } .licensecontainer .container:not(.npc) div.header-info div.hlabel-container input[name=attr_experience] { + width: 98px !important; margin-bottom: 0; text-align: left; - width: 98px !important; } .licensecontainer .container:not(.npc) div.header-info div.hlabel-container input[name=attr_age] { width: 100px !important; @@ -7079,7 +6940,8 @@ div.globaldisplay span { border: none; } .licensecontainer .container:not(.npc) div.spells div.header-info div.part select[name=attr_spellcasting_ability] { - text-align-last: center; + -moz-text-align-last: center; + text-align-last: center; } .licensecontainer .container:not(.npc) div.header div.part span.display { border: none; @@ -7097,54 +6959,57 @@ div.globaldisplay span { .licensecontainer div.npc div.triangle, .licensecontainer div.triangle { border: none; - border-bottom: 3px solid transparent; - border-left: 360px solid rgb(126, 45, 64); border-top: 3px solid transparent; - margin-bottom: 5px; + border-bottom: 3px solid transparent; + border-left: 360px solid #7e2d40; margin-top: 5px; + margin-bottom: 5px; } .licensecontainer .container.pc .header .options-flag { - right: -15px; top: 45px; + right: -15px; } .licensecontainer .container.pc .header .options-flag + span { - right: -15px; top: 45px; + right: -15px; } .licensecontainer .container.pc .header .header-info { + margin-top: 30px; + margin-left: 51px; background: url("https://app.roll20.net/images/dndstyling/CharBox.svg"); background-position: 0; - background-size: cover; - margin-left: 51px; - margin-top: 30px; padding: 14px; + background-size: cover; } .licensecontainer .container.pc .spells .header .header-info { background-image: url("https://app.roll20.net/images/dndstyling/SpellBox.svg"); + display: -webkit-inline-box; + display: -ms-inline-flexbox; display: inline-flex; - justify-content: space-around; + -ms-flex-pack: distribute; + justify-content: space-around; } .licensecontainer .container.pc .spells .header .header-info .part { background: url("https://app.roll20.net/images/dndstyling/SpellHeadBlock.svg"); background-position: top center; - background-repeat: no-repeat; background-size: contain; + background-repeat: no-repeat; width: 30%; } .licensecontainer .container:not(.npc) .attributes-container { background: url("https://app.roll20.net/images/dndstyling/ability-back.svg"); + margin: 0 !important; background-repeat: no-repeat; background-size: cover; - margin: 0 !important; } .licensecontainer .container:not(.npc) .attr-container { - background-position: top center !important; - background-repeat: no-repeat !important; - background-size: contain !important; + width: auto; border: 0; margin: 0 !important; margin-top: 20px !important; - width: auto; + background-position: top center !important; + background-repeat: no-repeat !important; + background-size: contain !important; } .licensecontainer .container:not(.npc) .attr-container { background: url("https://app.roll20.net/images/dndstyling/ability-STR.svg"); @@ -7157,7 +7022,7 @@ div.globaldisplay span { } .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container { /* constitution is abbrivated CNS instead of CON - because windows has that term reserved */ + because windows has that term reserved */ background: url("https://app.roll20.net/images/dndstyling/ability-CNS.svg"); } .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container + .attr-container { @@ -7180,8 +7045,8 @@ div.globaldisplay span { top: -5px; } .licensecontainer .container:not(.npc) .attr-container .attr-mod { - background: transparent; border: none; + background: transparent; margin-top: -10px; } .licensecontainer .container:not(.npc) .attr-container .attr-mod .baseattr, @@ -7205,44 +7070,45 @@ div.globaldisplay span { } .licensecontainer .container:not(.npc) .insp-prof-container .value, .licensecontainer .container:not(.npc) .insp-prof-container .label { - background: transparent; border: none; + background: transparent; } .licensecontainer .container:not(.npc) .insp-prof-container .value { - margin-left: 3px; margin-top: 2px; + margin-left: 3px; } .licensecontainer .container:not(.npc) .insp-prof-container .label { + width: calc(100% - 42px); margin-left: 0; margin-top: 5px; - width: calc(100% - 42px); } .licensecontainer .container:not(.npc) .insp-prof-container + .insp-prof-container .value { - margin-left: 6px; margin-top: 8px; + margin-left: 6px; } .licensecontainer .container:not(.npc) .insp-prof-container + .insp-prof-container .label { + width: calc(100% - 42px); margin-left: -3px; margin-top: 10px; - width: calc(100% - 42px); } .licensecontainer .container:not(.npc) .saving-throw-container, .licensecontainer .container:not(.npc) .skills-container { + position: relative; + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding: 5px 5px 15px; border: 10px solid black; - border-image-repeat: round; - border-image-slice: 65 10; border-image-source: url("https://app.roll20.net/images/dndstyling/saves.svg"); + border-image-slice: 65 10; border-image-width: auto; - box-sizing: border-box; - padding: 5px 5px 15px; - position: relative; + border-image-repeat: round; } .licensecontainer .container:not(.npc) .saving-throw-container .label, .licensecontainer .container:not(.npc) .skills-container .label { - bottom: -5px; - margin: 0 -5px; position: absolute; width: 100%; + bottom: -5px; + margin: 0 calc(-5px); } .licensecontainer .container:not(.npc) .core .col2 .vitals { position: relative; @@ -7253,25 +7119,31 @@ div.globaldisplay span { z-index: 1; } .licensecontainer .container:not(.npc) .core .col2 .vitals:after { + content: ""; border: 10px solid; - border-image-slice: 10 fill; border-image-source: url(https://app.roll20.net/images/dndstyling/vitals.svg); - box-sizing: border-box; - content: ""; - height: 100%; - left: 0; + border-image-slice: 10 fill; + -webkit-box-sizing: border-box; + box-sizing: border-box; position: absolute; top: 0; + left: 0; width: 100%; + height: 100%; } .licensecontainer .container:not(.npc) .ac-init-speed-container, .licensecontainer .container:not(.npc) .hdice-dsaves-container { - box-sizing: border-box; - display: flex; - justify-content: space-between; + width: 100% !important; margin: 0; padding: 10px 8px 0; - width: 100% !important; + -webkit-box-sizing: border-box; + box-sizing: border-box; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; } .licensecontainer .container:not(.npc) .hdice-dsaves-container { padding: 0 8px 10px; @@ -7281,25 +7153,25 @@ div.globaldisplay span { } .licensecontainer .container:not(.npc) .ac-init-speed-container .ac { background: url("https://app.roll20.net/images/dndstyling/AC.svg"); - background-position: center center; background-repeat: no-repeat; + background-position: center center; background-size: contain; - border: 0 !important; min-height: 75px !important; + border: 0 !important; } .licensecontainer .container:not(.npc) .ac-init-speed-container .ac input { margin-top: 10px; } .licensecontainer .container:not(.npc) .ac-init-speed-container .ac .pc-ac { - line-height: 8px !important; - margin: 0 auto; width: 50% !important; + margin: 0 auto; + line-height: 8px !important; } .licensecontainer .container:not(.npc) .ac-init-speed-container .init, .licensecontainer .container:not(.npc) .ac-init-speed-container .speed { background: url("https://app.roll20.net/images/dndstyling/vital-box.svg"); - background-position: center center; background-repeat: no-repeat; + background-position: center center; background-size: contain; border: 0 !important; min-height: 75px !important; @@ -7308,8 +7180,8 @@ div.globaldisplay span { .licensecontainer .container:not(.npc) .ac-init-speed-container .init button, .licensecontainer .container:not(.npc) .ac-init-speed-container .speed .label, .licensecontainer .container:not(.npc) .hp .label { - bottom: 5px; position: absolute; + bottom: 5px; } .licensecontainer .container:not(.npc) .ac-init-speed-container .init span, .licensecontainer .container:not(.npc) .ac-init-speed-container .speed input { @@ -7317,15 +7189,15 @@ div.globaldisplay span { margin-top: 15px; } .licensecontainer .container:not(.npc) .hp { + position: relative; background: url("https://app.roll20.net/images/dndstyling/vital-top.svg"); - background-position: center center; background-repeat: no-repeat; + background-position: center center; background-size: contain; border: 0 !important; + width: calc(100% - 16px); height: 95px; margin: 5px 8px 0; - position: relative; - width: calc(100% - 16px); } .licensecontainer .container:not(.npc) .hp .top { padding-top: 3px; @@ -7338,42 +7210,44 @@ div.globaldisplay span { } .licensecontainer .container:not(.npc) .hp + .hp { background: url("https://app.roll20.net/images/dndstyling/vital-bottom.svg"); - background-position: center center; background-repeat: no-repeat; + background-position: center center; background-size: contain; - margin: 0 8px 5px; min-height: 70px; + margin: 0 8px 5px; } .licensecontainer .container:not(.npc) .subcontainer { --topNotchSize: 7px; --bottomNotchSize: 6px; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-top: 5px; + width: 49%; background: #fff; border: 5px solid black; + border-top-width: 2px; border-bottom-width: 2px; - border-image-repeat: round; - border-image-slice: 15 15; border-image-source: url("https://app.roll20.net/images/dndstyling/vital-box.svg"); + border-image-slice: 15 15; border-image-width: auto; - border-top-width: 2px; - box-sizing: border-box; - clip-path: polygon(0% var(--topNotchSize), var(--topNotchSize) 0%, calc(100% - var(--topNotchSize)) 0%, 100% var(--topNotchSize), 100% calc(100% - var(--bottomNotchSize)), calc(100% - var(--bottomNotchSize)) 100%, var(--bottomNotchSize) 100%, 0% calc(100% - var(--bottomNotchSize))); - margin-top: 5px; - width: 49%; + border-image-repeat: round; + -webkit-clip-path: polygon(0% var(--topNotchSize), var(--topNotchSize) 0%, calc(100% - var(--topNotchSize)) 0%, 100% var(--topNotchSize), 100% calc(100% - var(--bottomNotchSize)), calc(100% - var(--bottomNotchSize)) 100%, var(--bottomNotchSize) 100%, 0% calc(100% - var(--bottomNotchSize))); + clip-path: polygon(0% var(--topNotchSize), var(--topNotchSize) 0%, calc(100% - var(--topNotchSize)) 0%, 100% var(--topNotchSize), 100% calc(100% - var(--bottomNotchSize)), calc(100% - var(--bottomNotchSize)) 100%, var(--bottomNotchSize) 100%, 0% calc(100% - var(--bottomNotchSize))); } .licensecontainer .container:not(.npc) .subcontainer .row-container input[type=checkbox] { - -webkit-appearance: none; - background-color: white; - border: 2px solid #000 !important; + margin: 0px -2px; border-radius: 50%; - cursor: pointer; + border: 2px solid #000 !important; + width: 1em; height: 1em; - margin: 0px -2px; - outline: none; + background-color: white; vertical-align: middle; - width: 1em; + -webkit-appearance: none; + outline: none; + cursor: pointer; } .licensecontainer .container:not(.npc) .subcontainer .row-container input[type=checkbox]:checked { - background-color: #ec2127; + background-color: #EC2127; } .licensecontainer .container:not(.npc) .subcontainer .top input { width: 60px !important; @@ -7383,18 +7257,19 @@ div.globaldisplay span { .licensecontainer .container:not(.npc) .traits, .licensecontainer .container:not(.npc) .equipment, .licensecontainer .container:not(.npc) .exhaustion { + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + margin-top: 10px; border: 5px solid black; - border-image-repeat: round; - border-image-slice: 6% 8% 12% 8%; border-image-source: url("https://app.roll20.net/images/dndstyling/5eBorder.svg"); + border-image-slice: 6% 8% 12% 8%; border-image-width: 16px 19px 35px 19px; - box-sizing: border-box; - margin-top: 10px; - width: 100%; + border-image-repeat: round; } .licensecontainer .container:not(.npc) .display button * { - max-width: 33%; min-width: 15%; + max-width: 33%; } .licensecontainer .container:not(.npc) .col1 > .insp-prof-container { background-image: url("https://app.roll20.net/images/dndstyling/perception.svg"); @@ -7403,40 +7278,42 @@ div.globaldisplay span { background-size: contain; } .licensecontainer .container:not(.npc) .col1 > .insp-prof-container .value { - margin-left: 5px; margin-top: 3px; + margin-left: 5px; } .licensecontainer .container:not(.npc) .col1 > .insp-prof-container .label { - margin-left: 0; - margin-top: 5px; position: absolute; width: calc(33% - 42px) !important; + margin-left: 0; + margin-top: 5px; } .licensecontainer .container:not(.npc) .tool_proficiencies { + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + margin-top: 5px; border: 5px solid black; - border-image-repeat: round; - border-image-slice: 5 10; border-image-source: url("https://app.roll20.net/images/dndstyling/proficiency-block.svg"); + border-image-slice: 5 10; border-image-width: 15px; - box-sizing: border-box; - margin-top: 5px; - width: 100%; + border-image-repeat: round; } .licensecontainer .container:not(.npc) .proficiencies .display button * { - max-width: 50%; min-width: 33%; + max-width: 50%; } .licensecontainer .container:not(.npc) .pibf { + position: relative; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + min-height: 6em; + margin-top: 5px; border: 15px solid black; - border-image-repeat: round; - border-image-slice: 35 15; border-image-source: url("https://app.roll20.net/images/dndstyling/vital-top.svg"); + border-image-slice: 35 15; border-image-width: auto; - box-sizing: border-box; - margin-top: 5px; - min-height: 6em; - position: relative; - width: 100%; + border-image-repeat: round; } .licensecontainer .container:not(.npc) .pibf + .pibf { border-image-source: url("https://app.roll20.net/images/dndstyling/vital-mid.svg"); @@ -7451,49 +7328,49 @@ div.globaldisplay span { } .licensecontainer .container:not(.npc) .pibf .options-flag, .licensecontainer .container:not(.npc) .pibf .options-flag ~ span { - right: -10px; top: -5px; + right: -10px; } .licensecontainer .container:not(.npc) .pibf .label { - bottom: -10px; position: absolute; - right: unset !important; top: unset !important; + right: unset !important; + bottom: -10px; } .licensecontainer .container:not(.npc) .coin { - background-color: transparent; background-image: url("https://app.roll20.net/images/dndstyling/copper.svg"); background-position: center center; background-repeat: no-repeat; background-size: contain; border: none; border-radius: 0; - height: 30px; - left: -9px; margin: 5px 0; + background-color: transparent; position: relative; + left: -9px; + height: 30px; width: 75px; } .licensecontainer .container:not(.npc) .coin .label { + position: relative; + margin: 0; + top: 5px; + left: 22px; + width: 15px; + height: 20px; + text-indent: -40px; + font-size: 6px; + line-height: 20px; + vertical-align: middle; background-image: url("https://app.roll20.net/images/dndstyling/copper.png"); background-position: center center; background-repeat: no-repeat; background-size: contain; - font-size: 6px; - height: 20px; - left: 22px; - line-height: 20px; - margin: 0; - position: relative; - text-indent: -40px; - top: 5px; - vertical-align: middle; - width: 15px; } .licensecontainer .container:not(.npc) .coin input { - left: 17px; position: relative; top: 5px; + left: 17px; width: 35px; } .licensecontainer .container:not(.npc) .coin + .coin { @@ -7527,29 +7404,30 @@ div.globaldisplay span { width: 68px; } .licensecontainer .container:not(.npc) .bio .textbox { + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100%; + margin-top: 10px; border: 5px solid black; - border-image-repeat: round; - border-image-slice: 32 25; border-image-source: url("https://app.roll20.net/images/dndstyling/5eBorder.svg"); + border-image-slice: 32 25; border-image-width: auto; - box-sizing: border-box; - margin-top: 10px; + border-image-repeat: round; text-align: center; - width: 100%; } .licensecontainer .container:not(.npc) .bio .col1 .textbox + .textbox textarea { min-height: 640px !important; } .licensecontainer .container:not(.npc) .bio .textbox textarea { - background: transparent; margin: 0 auto; text-align: left; width: calc(100% - 20px); + background: transparent; } .licensecontainer .container:not(.npc) .spell-level { background: url("https://app.roll20.net/images/dndstyling/SpellLevel.svg"); - background-position: center center; background-repeat: no-repeat; + background-position: center center; background-size: cover; height: 50px; } @@ -7562,8 +7440,8 @@ div.globaldisplay span { .licensecontainer .container:not(.npc) .spell-level .total, .licensecontainer .container:not(.npc) .spell-level .expended, .licensecontainer .container:not(.npc) .spell-level .cantrips { - background: transparent; border: 0; + background: transparent; position: relative; top: 11px; } @@ -7581,10 +7459,16 @@ div.globaldisplay span { width: unset; } .licensecontainer .npc_toggle[value="1"] ~ .npc { - align-items: flex-start; - box-sizing: border-box; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-sizing: border-box; + box-sizing: border-box; + display: -webkit-inline-box; + display: -ms-inline-flexbox; display: inline-flex; - flex-flow: wrap; + -ms-flex-flow: wrap; + flex-flow: wrap; margin-bottom: 2%; min-width: 100%; } @@ -7598,15 +7482,21 @@ div.globaldisplay span { width: 100%; } .licensecontainer .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc .page.spells .body { + display: -webkit-inline-box; + display: -ms-inline-flexbox; display: inline-flex; - flex-flow: wrap; + -ms-flex-flow: wrap; + flex-flow: wrap; margin-top: 0px; max-width: 95%; + width: -webkit-fit-content; + width: -moz-fit-content; width: fit-content; } .licensecontainer .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc .page.spells .body .col { background: #fff; - box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; display: inline-block; margin-right: 0.5em; max-width: 32%; @@ -7615,7 +7505,8 @@ div.globaldisplay span { .licensecontainer .npc_toggle[value="1"] ~ .npc .actions, .licensecontainer .npc_toggle[value="1"] ~ .npc .stat-block { background: #fff; - box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; margin-right: 2em; max-width: 30%; min-width: 385px; @@ -7629,62 +7520,77 @@ div.globaldisplay span { /* CHARACTERMANCER */ div.charmancer .logos { + display: -webkit-box; + display: -ms-flexbox; display: flex; - flex-flow: column; - margin-bottom: 1em; - text-align: center; width: 100%; + text-align: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + margin-bottom: 1em; } div.charmancer .charmancer-logo { + margin: 0 auto; background: url("https://s3.amazonaws.com/files.d20.io/images/175804954/NpVwmiRV0kYn9jOSipyXyA/med.png?1604618290"); background-position: center; - background-repeat: no-repeat; background-size: contain; + background-repeat: no-repeat; + display: -webkit-box; + display: -ms-flexbox; display: flex; - height: 5em; - margin: 0 auto; width: 70%; + height: 5em; } div.charmancer .compendium-logo { + margin: 0 auto; background: url("https://app.roll20.net/images/dndstyling/DnDlogored.png"); background-position: center; - background-repeat: no-repeat; background-size: contain; + background-repeat: no-repeat; + display: -webkit-box; + display: -ms-flexbox; display: flex; - height: 3em; - margin: 0 auto; width: 50%; + height: 3em; } div.charmancer .expansions { - background: #eee; - border-radius: 0.5em; + display: -webkit-box; + display: -ms-flexbox; display: flex; + width: 100%; margin: 1em 0; padding: 1em; - width: 100%; + background: #eee; + border-radius: 0.5em; } div.charmancer .expansions p { + display: -webkit-box; + display: -ms-flexbox; display: flex; width: 100%; } div.charmancer .meta-info-container, div.charmancer .summary-container { + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 100% !important; + padding: 0.5em; border: 10px solid black !important; - border-image-repeat: round !important; - border-image-slice: 20 32 !important; border-image-source: url("https://app.roll20.net/images/dndstyling/D&D-border.png") !important; + border-image-slice: 20 32 !important; border-image-width: auto !important; - box-sizing: border-box; - padding: 0.5em; - width: 100% !important; + border-image-repeat: round !important; } div.charmancer .info .compendium-page { + -webkit-box-sizing: border-box; + box-sizing: border-box; border: 10px solid black; - border-image-repeat: round; - border-image-slice: 20 32; border-image-source: url("https://app.roll20.net/images/dndstyling/D&D-border.png"); + border-image-slice: 20 32; border-image-width: auto; - box-sizing: border-box; + border-image-repeat: round; } div.charmancer .row { border: 0 !important; @@ -7693,13 +7599,13 @@ div.charmancer .row + .row::before, div.charmancer .holder .row::before, div.charmancer .randomize-trait .row::before, div.charmancer .randomize-traits .randomize-trait:last-child .row::after { - border: none; - border-bottom: 3px solid transparent; - border-left: 300px solid rgb(126, 45, 64); - border-top: 3px solid transparent; content: ""; - display: block; margin-bottom: 1em; + display: block; + border: none; + border-top: 3px solid transparent; + border-bottom: 3px solid transparent; + border-left: 300px solid #7e2d40; } div.charmancer .randomize-traits .randomize-trait:last-child .row::after { margin-bottom: 0; @@ -7710,25 +7616,42 @@ div.charmancer .row .row::before { margin: 0; } div.charmancer .row div.row { - margin-left: 0; padding: 0.1em 1.5em 0.1em 0; + margin-left: 0; } div.charmancer .topbar { + display: -webkit-box; + display: -ms-flexbox; display: flex; - flex-flow: column; - justify-content: space-between; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; } div.charmancer .topbar .topbar-container { + width: 100%; border: 0; + display: -webkit-box; + display: -ms-flexbox; display: flex; - justify-content: space-between; - width: 100%; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; } div.charmancer .attr-container { - align-content: space-evenly; - display: inline-flex !important; - flex-flow: column-reverse; + -webkit-box-orient: vertical; + -webkit-box-direction: reverse; + -ms-flex-flow: column-reverse; + flex-flow: column-reverse; min-width: 15%; + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + -ms-flex-line-pack: space-evenly; + align-content: space-evenly; } div.charmancer .summary:nth-child(even) { background: #eee; @@ -7746,18202 +7669,7815 @@ div.charmancer .summary:nth-child(even) { .charsheet input.licensedsheet[value="1"] ~ .compendium_warning, .charsheet input.licensedsheet[value="1"] ~ .monster_confirm, .charsheet input.licensedsheet[value="1"] ~ .mancer_confirm { + position: absolute !important; + padding: 2em 0 !important; + min-height: -webkit-max-content; + min-height: -moz-max-content; + min-height: max-content; + -webkit-box-shadow: 0 0 50px #000; + box-shadow: 0 0 50px #000; border: 2px solid #000 !important; border-radius: 0.5em; - box-shadow: 0 0 50px #000; - min-height: max-content; - padding: 2em 0 !important; - position: absolute !important; } .charsheet input.licensedsheet[value="1"] ~ .monster_confirm span:not(.yes), .charsheet input.licensedsheet[value="1"] ~ .mancer_confirm span:not(.yes) { - font-size: 18px; font-weight: bold; + font-size: 18px; } .charsheet input.licensedsheet[value="1"] ~ .monster_confirm .yes, .charsheet input.licensedsheet[value="1"] ~ .mancer_confirm .yes { - background-color: #eee; color: #000; + background-color: #eee; } .charsheet input.licensedsheet[value="1"] ~ .monster_confirm .yes:hover + .yes, .charsheet input.licensedsheet[value="1"] ~ .monster_confirm .yes:hover, .charsheet input.licensedsheet[value="1"] ~ .mancer_confirm .yes:hover + .yes, .charsheet input.licensedsheet[value="1"] ~ .mancer_confirm .yes:hover { - background-color: #ec2127; color: #fff; + background-color: #EC2127; cursor: pointer; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_0_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_0_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_1_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_1_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_2_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_2_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_3_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_3_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_4_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_4_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_5_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_5_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_6_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_6_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_7_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_7_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_8_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_8_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_9_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_9_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_10_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_10_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_11_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_11_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_12_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_12_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_13_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_13_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_14_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_14_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_15_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_15_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_16_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_16_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_17_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_17_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_18_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_18_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_19_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_19_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_20_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_20_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_21_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_21_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_22_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_22_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_23_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_23_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_24_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_24_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_25_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_25_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_26_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_26_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_27_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_27_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_28_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_28_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_29_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_29_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_30_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_30_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_31_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_31_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_32_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_32_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_33_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_33_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_34_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_34_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_35_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_35_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_36_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_36_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_37_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_37_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_38_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_38_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_39_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_39_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_40_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_40_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_41_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_41_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_42_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_42_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_43_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_43_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_44_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_44_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_45_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_45_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_46_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_46_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_47_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_47_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_48_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_48_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_49_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_49_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_50_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_50_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_51_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_51_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_52_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_52_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_53_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_53_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_54_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_54_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_55_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_55_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_56_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_56_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_57_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_57_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_58_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_58_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_59_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_59_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_60_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_60_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_61_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_61_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_62_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_62_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_63_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_63_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_64_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_64_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_65_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_65_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_66_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_66_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_67_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_67_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_68_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_68_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_69_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_69_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_70_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_70_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_71_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_71_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_72_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_72_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_73_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_73_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_74_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_74_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_75_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_75_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_76_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_76_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_77_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_77_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_78_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_78_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_79_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_79_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_80_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_80_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_81_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_81_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_82_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_82_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_83_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_83_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_84_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_84_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_85_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_85_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_86_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_86_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_87_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_87_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_88_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_88_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_89_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_89_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_90_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_90_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_91_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_91_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_92_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_92_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_93_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_93_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_94_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_94_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_95_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_95_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_96_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_96_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_97_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_97_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_98_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_98_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcaction_edit + span { color: black; - display: flex; + display: -webkit-box; + display: -ms-flexbox; + display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_99_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_99_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_0_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(1) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_0_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(1) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_1_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(2) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_1_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(2) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_2_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(3) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_2_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(3) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_3_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(4) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_3_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(4) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_4_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(5) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_4_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(5) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_5_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(6) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_5_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(6) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_6_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(7) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_6_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(7) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_7_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(8) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_7_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(8) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_8_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(9) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_8_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(9) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_9_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(10) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_9_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(10) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_10_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(11) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_10_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(11) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_11_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(12) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_11_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(12) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_12_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(13) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_12_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(13) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_13_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(14) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_13_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(14) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_14_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(15) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_14_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(15) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_15_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(16) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_15_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(16) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_16_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(17) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_16_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(17) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_17_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(18) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_17_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(18) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_18_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(19) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_18_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(19) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_19_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(20) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_19_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(20) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_20_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(21) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_20_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(21) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_21_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(22) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_21_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(22) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_22_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(23) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_22_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(23) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_23_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(24) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_23_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(24) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_24_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(25) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_24_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(25) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_25_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(26) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_25_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(26) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_26_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(27) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_26_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(27) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_27_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(28) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_27_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(28) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_28_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(29) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_28_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(29) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_29_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(30) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_29_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(30) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_30_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(31) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_30_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(31) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_31_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(32) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_31_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(32) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_32_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(33) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_32_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(33) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_33_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(34) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_33_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(34) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_34_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(35) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_34_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(35) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_35_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(36) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_35_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(36) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_36_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(37) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_36_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(37) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_37_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(38) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_37_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(38) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_38_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(39) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_38_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(39) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_39_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(40) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_39_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(40) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_40_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(41) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_40_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(41) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_41_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(42) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_41_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(42) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_42_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(43) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_42_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(43) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_43_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(44) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_43_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(44) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_44_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(45) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_44_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(45) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_45_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(46) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_45_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(46) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_46_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(47) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_46_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(47) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_47_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(48) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_47_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(48) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_48_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(49) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_48_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(49) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_49_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(50) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_49_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(50) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_50_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(51) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_50_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(51) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_51_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(52) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_51_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(52) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_52_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(53) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_52_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(53) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_53_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(54) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_53_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(54) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_54_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(55) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_54_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(55) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_55_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(56) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_55_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(56) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_56_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(57) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_56_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(57) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_57_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(58) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_57_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(58) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_58_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(59) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_58_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(59) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_59_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(60) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_59_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(60) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_60_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(61) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_60_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(61) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_61_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(62) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_61_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(62) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_62_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(63) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_62_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(63) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_63_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(64) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_63_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(64) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_64_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(65) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_64_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(65) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_65_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(66) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_65_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(66) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_66_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(67) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_66_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(67) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_67_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(68) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_67_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(68) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_68_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(69) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_68_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(69) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_69_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(70) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_69_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(70) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_70_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(71) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_70_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(71) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_71_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(72) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_71_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(72) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_72_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(73) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_72_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(73) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_73_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(74) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_73_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(74) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_74_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(75) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_74_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(75) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_75_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(76) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_75_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(76) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_76_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(77) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_76_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(77) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_77_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(78) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_77_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(78) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_78_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(79) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_78_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(79) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_79_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(80) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_79_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(80) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_80_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(81) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_80_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(81) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_81_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(82) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_81_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(82) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_82_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(83) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_82_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(83) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_83_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(84) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_83_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(84) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_84_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(85) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_84_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(85) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_85_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(86) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_85_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(86) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_86_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(87) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_86_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(87) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_87_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(88) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_87_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(88) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_88_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(89) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_88_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(89) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_89_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(90) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_89_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(90) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_90_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(91) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_90_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(91) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_91_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(92) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_91_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(92) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_92_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(93) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_92_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(93) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_93_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(94) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_93_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(94) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_94_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(95) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_94_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(95) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_95_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(96) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_95_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(96) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_96_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(97) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_96_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(97) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_97_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(98) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_97_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(98) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_98_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(99) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_98_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(99) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcaction_edit_99_] ~ .actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(100) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction_edit_99_] ~ .actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer > .repitem:nth-child(100) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_0_] ~ .vehicleactions .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_0_] ~ .bonusactions .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_1_] ~ .vehicleactions .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_1_] ~ .bonusactions .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_2_] ~ .vehicleactions .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_2_] ~ .bonusactions .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_3_] ~ .vehicleactions .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_3_] ~ .bonusactions .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_4_] ~ .vehicleactions .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_4_] ~ .bonusactions .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_5_] ~ .vehicleactions .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_5_] ~ .bonusactions .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_6_] ~ .vehicleactions .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_6_] ~ .bonusactions .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_7_] ~ .vehicleactions .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_7_] ~ .bonusactions .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_8_] ~ .vehicleactions .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_8_] ~ .bonusactions .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_9_] ~ .vehicleactions .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_9_] ~ .bonusactions .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_10_] ~ .vehicleactions .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_10_] ~ .bonusactions .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_11_] ~ .vehicleactions .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_11_] ~ .bonusactions .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_12_] ~ .vehicleactions .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_12_] ~ .bonusactions .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_13_] ~ .vehicleactions .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_13_] ~ .bonusactions .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_14_] ~ .vehicleactions .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_14_] ~ .bonusactions .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_15_] ~ .vehicleactions .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_15_] ~ .bonusactions .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_16_] ~ .vehicleactions .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_16_] ~ .bonusactions .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_17_] ~ .vehicleactions .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_17_] ~ .bonusactions .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_18_] ~ .vehicleactions .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_18_] ~ .bonusactions .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_19_] ~ .vehicleactions .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_19_] ~ .bonusactions .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_20_] ~ .vehicleactions .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_20_] ~ .bonusactions .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_21_] ~ .vehicleactions .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_21_] ~ .bonusactions .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_22_] ~ .vehicleactions .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_22_] ~ .bonusactions .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_23_] ~ .vehicleactions .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_23_] ~ .bonusactions .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_24_] ~ .vehicleactions .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_24_] ~ .bonusactions .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_25_] ~ .vehicleactions .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_25_] ~ .bonusactions .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_26_] ~ .vehicleactions .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_26_] ~ .bonusactions .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_27_] ~ .vehicleactions .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_27_] ~ .bonusactions .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_28_] ~ .vehicleactions .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_28_] ~ .bonusactions .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_29_] ~ .vehicleactions .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_29_] ~ .bonusactions .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_30_] ~ .vehicleactions .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_30_] ~ .bonusactions .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_31_] ~ .vehicleactions .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_31_] ~ .bonusactions .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_32_] ~ .vehicleactions .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_32_] ~ .bonusactions .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_33_] ~ .vehicleactions .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_33_] ~ .bonusactions .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_34_] ~ .vehicleactions .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_34_] ~ .bonusactions .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_35_] ~ .vehicleactions .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_35_] ~ .bonusactions .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_36_] ~ .vehicleactions .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_36_] ~ .bonusactions .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_37_] ~ .vehicleactions .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_37_] ~ .bonusactions .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_38_] ~ .vehicleactions .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_38_] ~ .bonusactions .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_39_] ~ .vehicleactions .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_39_] ~ .bonusactions .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_40_] ~ .vehicleactions .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_40_] ~ .bonusactions .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_41_] ~ .vehicleactions .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_41_] ~ .bonusactions .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_42_] ~ .vehicleactions .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_42_] ~ .bonusactions .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_43_] ~ .vehicleactions .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_43_] ~ .bonusactions .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_44_] ~ .vehicleactions .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_44_] ~ .bonusactions .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_45_] ~ .vehicleactions .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_45_] ~ .bonusactions .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_46_] ~ .vehicleactions .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_46_] ~ .bonusactions .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_47_] ~ .vehicleactions .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_47_] ~ .bonusactions .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_48_] ~ .vehicleactions .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_48_] ~ .bonusactions .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_49_] ~ .vehicleactions .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_49_] ~ .bonusactions .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_50_] ~ .vehicleactions .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_50_] ~ .bonusactions .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_51_] ~ .vehicleactions .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_51_] ~ .bonusactions .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_52_] ~ .vehicleactions .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_52_] ~ .bonusactions .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_53_] ~ .vehicleactions .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_53_] ~ .bonusactions .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_54_] ~ .vehicleactions .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_54_] ~ .bonusactions .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_55_] ~ .vehicleactions .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_55_] ~ .bonusactions .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_56_] ~ .vehicleactions .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_56_] ~ .bonusactions .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_57_] ~ .vehicleactions .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_57_] ~ .bonusactions .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_58_] ~ .vehicleactions .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_58_] ~ .bonusactions .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_59_] ~ .vehicleactions .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_59_] ~ .bonusactions .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_60_] ~ .vehicleactions .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_60_] ~ .bonusactions .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_61_] ~ .vehicleactions .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_61_] ~ .bonusactions .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_62_] ~ .vehicleactions .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_62_] ~ .bonusactions .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_63_] ~ .vehicleactions .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_63_] ~ .bonusactions .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_64_] ~ .vehicleactions .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_64_] ~ .bonusactions .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_65_] ~ .vehicleactions .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_65_] ~ .bonusactions .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_66_] ~ .vehicleactions .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_66_] ~ .bonusactions .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_67_] ~ .vehicleactions .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_67_] ~ .bonusactions .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_68_] ~ .vehicleactions .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_68_] ~ .bonusactions .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_69_] ~ .vehicleactions .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_69_] ~ .bonusactions .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_70_] ~ .vehicleactions .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_70_] ~ .bonusactions .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_71_] ~ .vehicleactions .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_71_] ~ .bonusactions .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_72_] ~ .vehicleactions .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_72_] ~ .bonusactions .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_73_] ~ .vehicleactions .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_73_] ~ .bonusactions .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_74_] ~ .vehicleactions .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_74_] ~ .bonusactions .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_75_] ~ .vehicleactions .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_75_] ~ .bonusactions .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_76_] ~ .vehicleactions .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_76_] ~ .bonusactions .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_77_] ~ .vehicleactions .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_77_] ~ .bonusactions .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_78_] ~ .vehicleactions .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_78_] ~ .bonusactions .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_79_] ~ .vehicleactions .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_79_] ~ .bonusactions .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_80_] ~ .vehicleactions .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_80_] ~ .bonusactions .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_81_] ~ .vehicleactions .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_81_] ~ .bonusactions .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_82_] ~ .vehicleactions .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_82_] ~ .bonusactions .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_83_] ~ .vehicleactions .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_83_] ~ .bonusactions .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcbonusaction_edit + span { color: black; - display: flex; + display: -webkit-box; + display: -ms-flexbox; + display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_84_] ~ .vehicleactions .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_84_] ~ .bonusactions .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_85_] ~ .vehicleactions .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_85_] ~ .bonusactions .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_86_] ~ .vehicleactions .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_86_] ~ .bonusactions .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_87_] ~ .vehicleactions .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_87_] ~ .bonusactions .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_88_] ~ .vehicleactions .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_88_] ~ .bonusactions .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_89_] ~ .vehicleactions .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_89_] ~ .bonusactions .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_90_] ~ .vehicleactions .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_90_] ~ .bonusactions .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_91_] ~ .vehicleactions .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_91_] ~ .bonusactions .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_92_] ~ .vehicleactions .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_92_] ~ .bonusactions .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_93_] ~ .vehicleactions .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_93_] ~ .bonusactions .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_94_] ~ .vehicleactions .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_94_] ~ .bonusactions .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_95_] ~ .vehicleactions .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_95_] ~ .bonusactions .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_96_] ~ .vehicleactions .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_96_] ~ .bonusactions .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_97_] ~ .vehicleactions .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_97_] ~ .bonusactions .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_98_] ~ .vehicleactions .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_98_] ~ .bonusactions .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_99_] ~ .vehicleactions .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleactions_edit + span { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_99_] ~ .bonusactions .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcbonusaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_0_] ~ .vehicleactions .repcontainer > .repitem:nth-child(1) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_0_] ~ .bonusactions .repcontainer > .repitem:nth-child(1) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_1_] ~ .vehicleactions .repcontainer > .repitem:nth-child(2) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_1_] ~ .bonusactions .repcontainer > .repitem:nth-child(2) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_2_] ~ .vehicleactions .repcontainer > .repitem:nth-child(3) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_2_] ~ .bonusactions .repcontainer > .repitem:nth-child(3) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_3_] ~ .vehicleactions .repcontainer > .repitem:nth-child(4) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_3_] ~ .bonusactions .repcontainer > .repitem:nth-child(4) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_4_] ~ .vehicleactions .repcontainer > .repitem:nth-child(5) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_4_] ~ .bonusactions .repcontainer > .repitem:nth-child(5) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_5_] ~ .vehicleactions .repcontainer > .repitem:nth-child(6) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_5_] ~ .bonusactions .repcontainer > .repitem:nth-child(6) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_6_] ~ .vehicleactions .repcontainer > .repitem:nth-child(7) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_6_] ~ .bonusactions .repcontainer > .repitem:nth-child(7) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_7_] ~ .vehicleactions .repcontainer > .repitem:nth-child(8) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_7_] ~ .bonusactions .repcontainer > .repitem:nth-child(8) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_8_] ~ .vehicleactions .repcontainer > .repitem:nth-child(9) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_8_] ~ .bonusactions .repcontainer > .repitem:nth-child(9) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_9_] ~ .vehicleactions .repcontainer > .repitem:nth-child(10) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_9_] ~ .bonusactions .repcontainer > .repitem:nth-child(10) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_10_] ~ .vehicleactions .repcontainer > .repitem:nth-child(11) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_10_] ~ .bonusactions .repcontainer > .repitem:nth-child(11) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_11_] ~ .vehicleactions .repcontainer > .repitem:nth-child(12) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_11_] ~ .bonusactions .repcontainer > .repitem:nth-child(12) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_12_] ~ .vehicleactions .repcontainer > .repitem:nth-child(13) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_12_] ~ .bonusactions .repcontainer > .repitem:nth-child(13) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_13_] ~ .vehicleactions .repcontainer > .repitem:nth-child(14) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_13_] ~ .bonusactions .repcontainer > .repitem:nth-child(14) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_14_] ~ .vehicleactions .repcontainer > .repitem:nth-child(15) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_14_] ~ .bonusactions .repcontainer > .repitem:nth-child(15) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_15_] ~ .vehicleactions .repcontainer > .repitem:nth-child(16) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_15_] ~ .bonusactions .repcontainer > .repitem:nth-child(16) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_16_] ~ .vehicleactions .repcontainer > .repitem:nth-child(17) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_16_] ~ .bonusactions .repcontainer > .repitem:nth-child(17) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_17_] ~ .vehicleactions .repcontainer > .repitem:nth-child(18) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_17_] ~ .bonusactions .repcontainer > .repitem:nth-child(18) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_18_] ~ .vehicleactions .repcontainer > .repitem:nth-child(19) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_18_] ~ .bonusactions .repcontainer > .repitem:nth-child(19) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_19_] ~ .vehicleactions .repcontainer > .repitem:nth-child(20) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_19_] ~ .bonusactions .repcontainer > .repitem:nth-child(20) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_20_] ~ .vehicleactions .repcontainer > .repitem:nth-child(21) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_20_] ~ .bonusactions .repcontainer > .repitem:nth-child(21) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_21_] ~ .vehicleactions .repcontainer > .repitem:nth-child(22) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_21_] ~ .bonusactions .repcontainer > .repitem:nth-child(22) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_22_] ~ .vehicleactions .repcontainer > .repitem:nth-child(23) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_22_] ~ .bonusactions .repcontainer > .repitem:nth-child(23) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_23_] ~ .vehicleactions .repcontainer > .repitem:nth-child(24) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_23_] ~ .bonusactions .repcontainer > .repitem:nth-child(24) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_24_] ~ .vehicleactions .repcontainer > .repitem:nth-child(25) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_24_] ~ .bonusactions .repcontainer > .repitem:nth-child(25) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_25_] ~ .vehicleactions .repcontainer > .repitem:nth-child(26) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_25_] ~ .bonusactions .repcontainer > .repitem:nth-child(26) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_26_] ~ .vehicleactions .repcontainer > .repitem:nth-child(27) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_26_] ~ .bonusactions .repcontainer > .repitem:nth-child(27) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_27_] ~ .vehicleactions .repcontainer > .repitem:nth-child(28) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_27_] ~ .bonusactions .repcontainer > .repitem:nth-child(28) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_28_] ~ .vehicleactions .repcontainer > .repitem:nth-child(29) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_28_] ~ .bonusactions .repcontainer > .repitem:nth-child(29) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_29_] ~ .vehicleactions .repcontainer > .repitem:nth-child(30) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_29_] ~ .bonusactions .repcontainer > .repitem:nth-child(30) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_30_] ~ .vehicleactions .repcontainer > .repitem:nth-child(31) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_30_] ~ .bonusactions .repcontainer > .repitem:nth-child(31) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_31_] ~ .vehicleactions .repcontainer > .repitem:nth-child(32) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_31_] ~ .bonusactions .repcontainer > .repitem:nth-child(32) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_32_] ~ .vehicleactions .repcontainer > .repitem:nth-child(33) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_32_] ~ .bonusactions .repcontainer > .repitem:nth-child(33) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_33_] ~ .vehicleactions .repcontainer > .repitem:nth-child(34) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_33_] ~ .bonusactions .repcontainer > .repitem:nth-child(34) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_34_] ~ .vehicleactions .repcontainer > .repitem:nth-child(35) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_34_] ~ .bonusactions .repcontainer > .repitem:nth-child(35) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_35_] ~ .vehicleactions .repcontainer > .repitem:nth-child(36) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_35_] ~ .bonusactions .repcontainer > .repitem:nth-child(36) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_36_] ~ .vehicleactions .repcontainer > .repitem:nth-child(37) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_36_] ~ .bonusactions .repcontainer > .repitem:nth-child(37) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_37_] ~ .vehicleactions .repcontainer > .repitem:nth-child(38) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_37_] ~ .bonusactions .repcontainer > .repitem:nth-child(38) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_38_] ~ .vehicleactions .repcontainer > .repitem:nth-child(39) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_38_] ~ .bonusactions .repcontainer > .repitem:nth-child(39) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_39_] ~ .vehicleactions .repcontainer > .repitem:nth-child(40) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_39_] ~ .bonusactions .repcontainer > .repitem:nth-child(40) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_40_] ~ .vehicleactions .repcontainer > .repitem:nth-child(41) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_40_] ~ .bonusactions .repcontainer > .repitem:nth-child(41) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_41_] ~ .vehicleactions .repcontainer > .repitem:nth-child(42) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_41_] ~ .bonusactions .repcontainer > .repitem:nth-child(42) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_42_] ~ .vehicleactions .repcontainer > .repitem:nth-child(43) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_42_] ~ .bonusactions .repcontainer > .repitem:nth-child(43) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_43_] ~ .vehicleactions .repcontainer > .repitem:nth-child(44) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_43_] ~ .bonusactions .repcontainer > .repitem:nth-child(44) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_44_] ~ .vehicleactions .repcontainer > .repitem:nth-child(45) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_44_] ~ .bonusactions .repcontainer > .repitem:nth-child(45) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_45_] ~ .vehicleactions .repcontainer > .repitem:nth-child(46) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_45_] ~ .bonusactions .repcontainer > .repitem:nth-child(46) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_46_] ~ .vehicleactions .repcontainer > .repitem:nth-child(47) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_46_] ~ .bonusactions .repcontainer > .repitem:nth-child(47) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_47_] ~ .vehicleactions .repcontainer > .repitem:nth-child(48) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_47_] ~ .bonusactions .repcontainer > .repitem:nth-child(48) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_48_] ~ .vehicleactions .repcontainer > .repitem:nth-child(49) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_48_] ~ .bonusactions .repcontainer > .repitem:nth-child(49) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_49_] ~ .vehicleactions .repcontainer > .repitem:nth-child(50) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_49_] ~ .bonusactions .repcontainer > .repitem:nth-child(50) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_50_] ~ .vehicleactions .repcontainer > .repitem:nth-child(51) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_50_] ~ .bonusactions .repcontainer > .repitem:nth-child(51) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_51_] ~ .vehicleactions .repcontainer > .repitem:nth-child(52) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_51_] ~ .bonusactions .repcontainer > .repitem:nth-child(52) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_52_] ~ .vehicleactions .repcontainer > .repitem:nth-child(53) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_52_] ~ .bonusactions .repcontainer > .repitem:nth-child(53) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_53_] ~ .vehicleactions .repcontainer > .repitem:nth-child(54) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_53_] ~ .bonusactions .repcontainer > .repitem:nth-child(54) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_54_] ~ .vehicleactions .repcontainer > .repitem:nth-child(55) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_54_] ~ .bonusactions .repcontainer > .repitem:nth-child(55) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_55_] ~ .vehicleactions .repcontainer > .repitem:nth-child(56) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_55_] ~ .bonusactions .repcontainer > .repitem:nth-child(56) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_56_] ~ .vehicleactions .repcontainer > .repitem:nth-child(57) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_56_] ~ .bonusactions .repcontainer > .repitem:nth-child(57) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_57_] ~ .vehicleactions .repcontainer > .repitem:nth-child(58) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_57_] ~ .bonusactions .repcontainer > .repitem:nth-child(58) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_58_] ~ .vehicleactions .repcontainer > .repitem:nth-child(59) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_58_] ~ .bonusactions .repcontainer > .repitem:nth-child(59) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_59_] ~ .vehicleactions .repcontainer > .repitem:nth-child(60) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_59_] ~ .bonusactions .repcontainer > .repitem:nth-child(60) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_60_] ~ .vehicleactions .repcontainer > .repitem:nth-child(61) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_60_] ~ .bonusactions .repcontainer > .repitem:nth-child(61) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_61_] ~ .vehicleactions .repcontainer > .repitem:nth-child(62) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_61_] ~ .bonusactions .repcontainer > .repitem:nth-child(62) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_62_] ~ .vehicleactions .repcontainer > .repitem:nth-child(63) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_62_] ~ .bonusactions .repcontainer > .repitem:nth-child(63) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_63_] ~ .vehicleactions .repcontainer > .repitem:nth-child(64) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_63_] ~ .bonusactions .repcontainer > .repitem:nth-child(64) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_64_] ~ .vehicleactions .repcontainer > .repitem:nth-child(65) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_64_] ~ .bonusactions .repcontainer > .repitem:nth-child(65) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_65_] ~ .vehicleactions .repcontainer > .repitem:nth-child(66) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_65_] ~ .bonusactions .repcontainer > .repitem:nth-child(66) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_66_] ~ .vehicleactions .repcontainer > .repitem:nth-child(67) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_66_] ~ .bonusactions .repcontainer > .repitem:nth-child(67) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_67_] ~ .vehicleactions .repcontainer > .repitem:nth-child(68) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_67_] ~ .bonusactions .repcontainer > .repitem:nth-child(68) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_68_] ~ .vehicleactions .repcontainer > .repitem:nth-child(69) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_68_] ~ .bonusactions .repcontainer > .repitem:nth-child(69) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_69_] ~ .vehicleactions .repcontainer > .repitem:nth-child(70) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_69_] ~ .bonusactions .repcontainer > .repitem:nth-child(70) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_70_] ~ .vehicleactions .repcontainer > .repitem:nth-child(71) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_70_] ~ .bonusactions .repcontainer > .repitem:nth-child(71) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_71_] ~ .vehicleactions .repcontainer > .repitem:nth-child(72) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_71_] ~ .bonusactions .repcontainer > .repitem:nth-child(72) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_72_] ~ .vehicleactions .repcontainer > .repitem:nth-child(73) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_72_] ~ .bonusactions .repcontainer > .repitem:nth-child(73) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_73_] ~ .vehicleactions .repcontainer > .repitem:nth-child(74) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_73_] ~ .bonusactions .repcontainer > .repitem:nth-child(74) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_74_] ~ .vehicleactions .repcontainer > .repitem:nth-child(75) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_74_] ~ .bonusactions .repcontainer > .repitem:nth-child(75) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_75_] ~ .vehicleactions .repcontainer > .repitem:nth-child(76) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_75_] ~ .bonusactions .repcontainer > .repitem:nth-child(76) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_76_] ~ .vehicleactions .repcontainer > .repitem:nth-child(77) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_76_] ~ .bonusactions .repcontainer > .repitem:nth-child(77) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_77_] ~ .vehicleactions .repcontainer > .repitem:nth-child(78) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_77_] ~ .bonusactions .repcontainer > .repitem:nth-child(78) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_78_] ~ .vehicleactions .repcontainer > .repitem:nth-child(79) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_78_] ~ .bonusactions .repcontainer > .repitem:nth-child(79) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_79_] ~ .vehicleactions .repcontainer > .repitem:nth-child(80) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_79_] ~ .bonusactions .repcontainer > .repitem:nth-child(80) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_80_] ~ .vehicleactions .repcontainer > .repitem:nth-child(81) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_80_] ~ .bonusactions .repcontainer > .repitem:nth-child(81) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_81_] ~ .vehicleactions .repcontainer > .repitem:nth-child(82) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_81_] ~ .bonusactions .repcontainer > .repitem:nth-child(82) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_82_] ~ .vehicleactions .repcontainer > .repitem:nth-child(83) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_82_] ~ .bonusactions .repcontainer > .repitem:nth-child(83) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_83_] ~ .vehicleactions .repcontainer > .repitem:nth-child(84) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_83_] ~ .bonusactions .repcontainer > .repitem:nth-child(84) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_84_] ~ .vehicleactions .repcontainer > .repitem:nth-child(85) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_84_] ~ .bonusactions .repcontainer > .repitem:nth-child(85) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_85_] ~ .vehicleactions .repcontainer > .repitem:nth-child(86) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_85_] ~ .bonusactions .repcontainer > .repitem:nth-child(86) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_86_] ~ .vehicleactions .repcontainer > .repitem:nth-child(87) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_86_] ~ .bonusactions .repcontainer > .repitem:nth-child(87) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_87_] ~ .vehicleactions .repcontainer > .repitem:nth-child(88) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_87_] ~ .bonusactions .repcontainer > .repitem:nth-child(88) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_88_] ~ .vehicleactions .repcontainer > .repitem:nth-child(89) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_88_] ~ .bonusactions .repcontainer > .repitem:nth-child(89) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_89_] ~ .vehicleactions .repcontainer > .repitem:nth-child(90) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_89_] ~ .bonusactions .repcontainer > .repitem:nth-child(90) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_90_] ~ .vehicleactions .repcontainer > .repitem:nth-child(91) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_90_] ~ .bonusactions .repcontainer > .repitem:nth-child(91) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_91_] ~ .vehicleactions .repcontainer > .repitem:nth-child(92) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_91_] ~ .bonusactions .repcontainer > .repitem:nth-child(92) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_92_] ~ .vehicleactions .repcontainer > .repitem:nth-child(93) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_92_] ~ .bonusactions .repcontainer > .repitem:nth-child(93) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_93_] ~ .vehicleactions .repcontainer > .repitem:nth-child(94) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_93_] ~ .bonusactions .repcontainer > .repitem:nth-child(94) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_94_] ~ .vehicleactions .repcontainer > .repitem:nth-child(95) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_94_] ~ .bonusactions .repcontainer > .repitem:nth-child(95) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_95_] ~ .vehicleactions .repcontainer > .repitem:nth-child(96) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_95_] ~ .bonusactions .repcontainer > .repitem:nth-child(96) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_96_] ~ .vehicleactions .repcontainer > .repitem:nth-child(97) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_96_] ~ .bonusactions .repcontainer > .repitem:nth-child(97) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_97_] ~ .vehicleactions .repcontainer > .repitem:nth-child(98) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_97_] ~ .bonusactions .repcontainer > .repitem:nth-child(98) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_98_] ~ .vehicleactions .repcontainer > .repitem:nth-child(99) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_98_] ~ .bonusactions .repcontainer > .repitem:nth-child(99) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleactions_edit_99_] ~ .vehicleactions .repcontainer > .repitem:nth-child(100) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_99_] ~ .bonusactions .repcontainer > .repitem:nth-child(100) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_0_] ~ .bonusactions .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_0_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(1) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_1_] ~ .bonusactions .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_1_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(2) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_2_] ~ .bonusactions .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_2_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(3) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_3_] ~ .bonusactions .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_3_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(4) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_4_] ~ .bonusactions .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_4_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(5) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_5_] ~ .bonusactions .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_5_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(6) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_6_] ~ .bonusactions .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_6_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(7) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_7_] ~ .bonusactions .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_7_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(8) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_8_] ~ .bonusactions .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_8_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(9) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_9_] ~ .bonusactions .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_9_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(10) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_10_] ~ .bonusactions .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_10_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(11) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_11_] ~ .bonusactions .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_11_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(12) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_12_] ~ .bonusactions .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_12_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(13) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_13_] ~ .bonusactions .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_13_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(14) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_14_] ~ .bonusactions .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_14_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(15) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_15_] ~ .bonusactions .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_15_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(16) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_16_] ~ .bonusactions .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_16_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(17) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_17_] ~ .bonusactions .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_17_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(18) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_18_] ~ .bonusactions .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_18_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(19) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_19_] ~ .bonusactions .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_19_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(20) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_20_] ~ .bonusactions .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_20_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(21) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_21_] ~ .bonusactions .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_21_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(22) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_22_] ~ .bonusactions .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_22_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(23) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_23_] ~ .bonusactions .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_23_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(24) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_24_] ~ .bonusactions .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_24_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(25) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_25_] ~ .bonusactions .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_25_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(26) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_26_] ~ .bonusactions .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_26_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(27) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_27_] ~ .bonusactions .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_27_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(28) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_28_] ~ .bonusactions .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_28_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(29) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_29_] ~ .bonusactions .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_29_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(30) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_30_] ~ .bonusactions .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_30_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(31) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_31_] ~ .bonusactions .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_31_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(32) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_32_] ~ .bonusactions .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_32_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(33) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_33_] ~ .bonusactions .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_33_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(34) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_34_] ~ .bonusactions .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_34_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(35) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_35_] ~ .bonusactions .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_35_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(36) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_36_] ~ .bonusactions .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_36_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(37) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_37_] ~ .bonusactions .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_37_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(38) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_38_] ~ .bonusactions .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_38_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(39) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_39_] ~ .bonusactions .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_39_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(40) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_40_] ~ .bonusactions .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_40_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(41) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_41_] ~ .bonusactions .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_41_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(42) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_42_] ~ .bonusactions .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_42_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(43) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_43_] ~ .bonusactions .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_43_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(44) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_44_] ~ .bonusactions .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_44_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(45) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_45_] ~ .bonusactions .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_45_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(46) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_46_] ~ .bonusactions .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_46_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(47) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_47_] ~ .bonusactions .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_47_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(48) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_48_] ~ .bonusactions .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_48_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(49) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_49_] ~ .bonusactions .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_49_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(50) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_50_] ~ .bonusactions .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_50_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(51) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_51_] ~ .bonusactions .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_51_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(52) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_52_] ~ .bonusactions .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_52_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(53) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_53_] ~ .bonusactions .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_53_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(54) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_54_] ~ .bonusactions .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_54_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(55) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_55_] ~ .bonusactions .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_55_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(56) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_56_] ~ .bonusactions .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_56_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(57) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_57_] ~ .bonusactions .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_57_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(58) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_58_] ~ .bonusactions .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_58_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(59) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_59_] ~ .bonusactions .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_59_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(60) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_60_] ~ .bonusactions .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_60_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(61) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_61_] ~ .bonusactions .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_61_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(62) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_62_] ~ .bonusactions .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_62_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(63) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_63_] ~ .bonusactions .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_63_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(64) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_64_] ~ .bonusactions .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_64_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(65) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_65_] ~ .bonusactions .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_65_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(66) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_66_] ~ .bonusactions .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_66_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(67) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_67_] ~ .bonusactions .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_67_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(68) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_68_] ~ .bonusactions .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_68_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(69) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_69_] ~ .bonusactions .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_69_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(70) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_70_] ~ .bonusactions .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_70_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(71) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_71_] ~ .bonusactions .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_71_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(72) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_72_] ~ .bonusactions .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_72_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(73) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_73_] ~ .bonusactions .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_73_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(74) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_74_] ~ .bonusactions .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_74_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(75) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_75_] ~ .bonusactions .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_75_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(76) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_76_] ~ .bonusactions .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_76_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(77) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_77_] ~ .bonusactions .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_77_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(78) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_78_] ~ .bonusactions .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_78_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(79) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_79_] ~ .bonusactions .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_79_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(80) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_80_] ~ .bonusactions .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_80_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(81) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_81_] ~ .bonusactions .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_81_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(82) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_82_] ~ .bonusactions .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_82_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(83) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_83_] ~ .bonusactions .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_83_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(84) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_84_] ~ .bonusactions .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_84_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(85) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_85_] ~ .bonusactions .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_85_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(86) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_86_] ~ .bonusactions .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_86_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(87) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_87_] ~ .bonusactions .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_87_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(88) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_88_] ~ .bonusactions .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_88_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(89) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_89_] ~ .bonusactions .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_89_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(90) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_90_] ~ .bonusactions .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_90_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(91) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_91_] ~ .bonusactions .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_91_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(92) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_92_] ~ .bonusactions .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_92_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(93) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_93_] ~ .bonusactions .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_93_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(94) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_94_] ~ .bonusactions .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_94_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(95) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_95_] ~ .bonusactions .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_95_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(96) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_96_] ~ .bonusactions .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_96_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(97) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_97_] ~ .bonusactions .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_97_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(98) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_98_] ~ .bonusactions .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_98_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(99) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_99_] ~ .bonusactions .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcbonusaction_edit + span { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_99_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(100) .toggle_repeating_npctrait_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_0_] ~ .bonusactions .repcontainer > .repitem:nth-child(1) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_0_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(1) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_1_] ~ .bonusactions .repcontainer > .repitem:nth-child(2) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_1_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(2) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_2_] ~ .bonusactions .repcontainer > .repitem:nth-child(3) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_2_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(3) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_3_] ~ .bonusactions .repcontainer > .repitem:nth-child(4) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_3_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(4) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_4_] ~ .bonusactions .repcontainer > .repitem:nth-child(5) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_4_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(5) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_5_] ~ .bonusactions .repcontainer > .repitem:nth-child(6) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_5_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(6) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_6_] ~ .bonusactions .repcontainer > .repitem:nth-child(7) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_6_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(7) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_7_] ~ .bonusactions .repcontainer > .repitem:nth-child(8) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_7_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(8) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_8_] ~ .bonusactions .repcontainer > .repitem:nth-child(9) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_8_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(9) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_9_] ~ .bonusactions .repcontainer > .repitem:nth-child(10) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_9_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(10) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_10_] ~ .bonusactions .repcontainer > .repitem:nth-child(11) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_10_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(11) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_11_] ~ .bonusactions .repcontainer > .repitem:nth-child(12) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_11_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(12) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_12_] ~ .bonusactions .repcontainer > .repitem:nth-child(13) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_12_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(13) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_13_] ~ .bonusactions .repcontainer > .repitem:nth-child(14) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_13_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(14) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_14_] ~ .bonusactions .repcontainer > .repitem:nth-child(15) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_14_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(15) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_15_] ~ .bonusactions .repcontainer > .repitem:nth-child(16) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_15_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(16) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_16_] ~ .bonusactions .repcontainer > .repitem:nth-child(17) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_16_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(17) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_17_] ~ .bonusactions .repcontainer > .repitem:nth-child(18) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_17_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(18) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_18_] ~ .bonusactions .repcontainer > .repitem:nth-child(19) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_18_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(19) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_19_] ~ .bonusactions .repcontainer > .repitem:nth-child(20) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_19_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(20) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_20_] ~ .bonusactions .repcontainer > .repitem:nth-child(21) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_20_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(21) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_21_] ~ .bonusactions .repcontainer > .repitem:nth-child(22) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_21_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(22) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_22_] ~ .bonusactions .repcontainer > .repitem:nth-child(23) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_22_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(23) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_23_] ~ .bonusactions .repcontainer > .repitem:nth-child(24) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_23_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(24) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_24_] ~ .bonusactions .repcontainer > .repitem:nth-child(25) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_24_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(25) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_25_] ~ .bonusactions .repcontainer > .repitem:nth-child(26) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_25_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(26) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_26_] ~ .bonusactions .repcontainer > .repitem:nth-child(27) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_26_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(27) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_27_] ~ .bonusactions .repcontainer > .repitem:nth-child(28) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_27_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(28) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_28_] ~ .bonusactions .repcontainer > .repitem:nth-child(29) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_28_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(29) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_29_] ~ .bonusactions .repcontainer > .repitem:nth-child(30) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_29_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(30) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_30_] ~ .bonusactions .repcontainer > .repitem:nth-child(31) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_30_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(31) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_31_] ~ .bonusactions .repcontainer > .repitem:nth-child(32) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_31_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(32) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_32_] ~ .bonusactions .repcontainer > .repitem:nth-child(33) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_32_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(33) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_33_] ~ .bonusactions .repcontainer > .repitem:nth-child(34) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_33_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(34) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_34_] ~ .bonusactions .repcontainer > .repitem:nth-child(35) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_34_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(35) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_35_] ~ .bonusactions .repcontainer > .repitem:nth-child(36) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_35_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(36) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_36_] ~ .bonusactions .repcontainer > .repitem:nth-child(37) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_36_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(37) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_37_] ~ .bonusactions .repcontainer > .repitem:nth-child(38) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_37_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(38) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_38_] ~ .bonusactions .repcontainer > .repitem:nth-child(39) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_38_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(39) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_39_] ~ .bonusactions .repcontainer > .repitem:nth-child(40) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_39_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(40) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_40_] ~ .bonusactions .repcontainer > .repitem:nth-child(41) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_40_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(41) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_41_] ~ .bonusactions .repcontainer > .repitem:nth-child(42) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_41_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(42) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_42_] ~ .bonusactions .repcontainer > .repitem:nth-child(43) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_42_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(43) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_43_] ~ .bonusactions .repcontainer > .repitem:nth-child(44) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_43_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(44) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_44_] ~ .bonusactions .repcontainer > .repitem:nth-child(45) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_44_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(45) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_45_] ~ .bonusactions .repcontainer > .repitem:nth-child(46) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_45_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(46) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_46_] ~ .bonusactions .repcontainer > .repitem:nth-child(47) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_46_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(47) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_47_] ~ .bonusactions .repcontainer > .repitem:nth-child(48) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_47_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(48) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_48_] ~ .bonusactions .repcontainer > .repitem:nth-child(49) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_48_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(49) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_49_] ~ .bonusactions .repcontainer > .repitem:nth-child(50) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_49_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(50) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_50_] ~ .bonusactions .repcontainer > .repitem:nth-child(51) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_50_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(51) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_51_] ~ .bonusactions .repcontainer > .repitem:nth-child(52) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_51_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(52) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_52_] ~ .bonusactions .repcontainer > .repitem:nth-child(53) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_52_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(53) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_53_] ~ .bonusactions .repcontainer > .repitem:nth-child(54) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_53_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(54) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_54_] ~ .bonusactions .repcontainer > .repitem:nth-child(55) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_54_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(55) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_55_] ~ .bonusactions .repcontainer > .repitem:nth-child(56) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_55_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(56) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_56_] ~ .bonusactions .repcontainer > .repitem:nth-child(57) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_56_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(57) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_57_] ~ .bonusactions .repcontainer > .repitem:nth-child(58) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_57_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(58) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_58_] ~ .bonusactions .repcontainer > .repitem:nth-child(59) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_58_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(59) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_59_] ~ .bonusactions .repcontainer > .repitem:nth-child(60) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_59_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(60) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_60_] ~ .bonusactions .repcontainer > .repitem:nth-child(61) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_60_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(61) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_61_] ~ .bonusactions .repcontainer > .repitem:nth-child(62) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_61_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(62) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_62_] ~ .bonusactions .repcontainer > .repitem:nth-child(63) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_62_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(63) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_63_] ~ .bonusactions .repcontainer > .repitem:nth-child(64) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_63_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(64) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_64_] ~ .bonusactions .repcontainer > .repitem:nth-child(65) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_64_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(65) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_65_] ~ .bonusactions .repcontainer > .repitem:nth-child(66) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_65_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(66) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_66_] ~ .bonusactions .repcontainer > .repitem:nth-child(67) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_66_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(67) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_67_] ~ .bonusactions .repcontainer > .repitem:nth-child(68) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_67_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(68) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_68_] ~ .bonusactions .repcontainer > .repitem:nth-child(69) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_68_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(69) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_69_] ~ .bonusactions .repcontainer > .repitem:nth-child(70) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_69_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(70) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_70_] ~ .bonusactions .repcontainer > .repitem:nth-child(71) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_70_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(71) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_71_] ~ .bonusactions .repcontainer > .repitem:nth-child(72) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_71_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(72) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_72_] ~ .bonusactions .repcontainer > .repitem:nth-child(73) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_72_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(73) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_73_] ~ .bonusactions .repcontainer > .repitem:nth-child(74) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_73_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(74) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_74_] ~ .bonusactions .repcontainer > .repitem:nth-child(75) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_74_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(75) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_75_] ~ .bonusactions .repcontainer > .repitem:nth-child(76) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_75_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(76) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_76_] ~ .bonusactions .repcontainer > .repitem:nth-child(77) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_76_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(77) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_77_] ~ .bonusactions .repcontainer > .repitem:nth-child(78) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_77_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(78) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_78_] ~ .bonusactions .repcontainer > .repitem:nth-child(79) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_78_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(79) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_79_] ~ .bonusactions .repcontainer > .repitem:nth-child(80) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_79_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(80) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_80_] ~ .bonusactions .repcontainer > .repitem:nth-child(81) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_80_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(81) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_81_] ~ .bonusactions .repcontainer > .repitem:nth-child(82) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_81_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(82) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_82_] ~ .bonusactions .repcontainer > .repitem:nth-child(83) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_82_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(83) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_83_] ~ .bonusactions .repcontainer > .repitem:nth-child(84) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_83_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(84) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_84_] ~ .bonusactions .repcontainer > .repitem:nth-child(85) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_84_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(85) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_85_] ~ .bonusactions .repcontainer > .repitem:nth-child(86) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_85_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(86) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_86_] ~ .bonusactions .repcontainer > .repitem:nth-child(87) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_86_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(87) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_87_] ~ .bonusactions .repcontainer > .repitem:nth-child(88) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_87_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(88) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_88_] ~ .bonusactions .repcontainer > .repitem:nth-child(89) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_88_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(89) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_89_] ~ .bonusactions .repcontainer > .repitem:nth-child(90) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_89_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(90) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_90_] ~ .bonusactions .repcontainer > .repitem:nth-child(91) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_90_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(91) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_91_] ~ .bonusactions .repcontainer > .repitem:nth-child(92) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_91_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(92) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_92_] ~ .bonusactions .repcontainer > .repitem:nth-child(93) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_92_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(93) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_93_] ~ .bonusactions .repcontainer > .repitem:nth-child(94) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_93_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(94) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_94_] ~ .bonusactions .repcontainer > .repitem:nth-child(95) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_94_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(95) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_95_] ~ .bonusactions .repcontainer > .repitem:nth-child(96) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_95_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(96) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_96_] ~ .bonusactions .repcontainer > .repitem:nth-child(97) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_96_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(97) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_97_] ~ .bonusactions .repcontainer > .repitem:nth-child(98) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_97_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(98) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_98_] ~ .bonusactions .repcontainer > .repitem:nth-child(99) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_98_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(99) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_npcbonusaction_edit_99_] ~ .bonusactions .repcontainer > .repitem:nth-child(100) .npc_options { +.npc .npc_ui_flags[value*=repeating_npctrait_edit_99_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(100) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_0_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_0_] ~ .reaction .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_1_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_1_] ~ .reaction .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_2_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_2_] ~ .reaction .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_3_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_3_] ~ .reaction .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_4_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_4_] ~ .reaction .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_5_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleweapon-bow_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_6_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_5_] ~ .reaction .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_7_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_6_] ~ .reaction .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_8_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_7_] ~ .reaction .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_9_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_8_] ~ .reaction .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_10_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_9_] ~ .reaction .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_11_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_10_] ~ .reaction .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_12_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_11_] ~ .reaction .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_13_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_12_] ~ .reaction .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_14_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_13_] ~ .reaction .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_15_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_14_] ~ .reaction .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_16_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_15_] ~ .reaction .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_17_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_16_] ~ .reaction .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_18_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_17_] ~ .reaction .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_19_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_18_] ~ .reaction .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_20_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_19_] ~ .reaction .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_21_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_20_] ~ .reaction .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_22_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_21_] ~ .reaction .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_23_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_22_] ~ .reaction .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_24_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_23_] ~ .reaction .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_25_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_24_] ~ .reaction .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_26_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_25_] ~ .reaction .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_27_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_26_] ~ .reaction .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_28_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_27_] ~ .reaction .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_29_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_28_] ~ .reaction .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_30_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_29_] ~ .reaction .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_31_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_30_] ~ .reaction .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_32_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_31_] ~ .reaction .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_33_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_32_] ~ .reaction .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_34_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_33_] ~ .reaction .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_35_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_34_] ~ .reaction .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_36_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_35_] ~ .reaction .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_37_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_36_] ~ .reaction .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_38_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_37_] ~ .reaction .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_39_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_38_] ~ .reaction .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_40_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_39_] ~ .reaction .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_41_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_40_] ~ .reaction .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_42_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_41_] ~ .reaction .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_43_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_42_] ~ .reaction .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_44_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_43_] ~ .reaction .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_45_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_44_] ~ .reaction .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_46_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_45_] ~ .reaction .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_47_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_46_] ~ .reaction .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_48_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_47_] ~ .reaction .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_49_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_48_] ~ .reaction .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_50_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_49_] ~ .reaction .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_51_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_50_] ~ .reaction .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_52_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_51_] ~ .reaction .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_53_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_52_] ~ .reaction .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_54_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_53_] ~ .reaction .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_55_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_54_] ~ .reaction .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_56_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_55_] ~ .reaction .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_57_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_56_] ~ .reaction .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_58_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_57_] ~ .reaction .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_59_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_58_] ~ .reaction .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_60_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_59_] ~ .reaction .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_61_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_60_] ~ .reaction .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_62_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_61_] ~ .reaction .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_63_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_62_] ~ .reaction .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_64_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_63_] ~ .reaction .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_65_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_64_] ~ .reaction .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_66_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_65_] ~ .reaction .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_67_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_66_] ~ .reaction .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_68_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_67_] ~ .reaction .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_69_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_68_] ~ .reaction .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_70_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_69_] ~ .reaction .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_71_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_70_] ~ .reaction .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_72_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_71_] ~ .reaction .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_73_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_72_] ~ .reaction .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_74_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_73_] ~ .reaction .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_75_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_74_] ~ .reaction .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_76_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_75_] ~ .reaction .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_77_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_76_] ~ .reaction .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_78_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_77_] ~ .reaction .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_79_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_78_] ~ .reaction .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_80_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_79_] ~ .reaction .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_81_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_80_] ~ .reaction .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_82_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_81_] ~ .reaction .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_83_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_82_] ~ .reaction .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_84_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_83_] ~ .reaction .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_85_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_84_] ~ .reaction .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_86_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_85_] ~ .reaction .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_87_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_86_] ~ .reaction .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_88_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_87_] ~ .reaction .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_89_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_88_] ~ .reaction .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_90_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_89_] ~ .reaction .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_91_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_90_] ~ .reaction .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcreaction_edit + span { + color: black; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_91_] ~ .reaction .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_92_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_92_] ~ .reaction .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_93_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_93_] ~ .reaction .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_94_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_94_] ~ .reaction .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_95_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_95_] ~ .reaction .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_96_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_96_] ~ .reaction .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_97_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_97_] ~ .reaction .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_98_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_98_] ~ .reaction .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_99_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleweapon-bow_edit + span { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_99_] ~ .reaction .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcreaction_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_0_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(1) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_0_] ~ .reaction .repcontainer > .repitem:nth-child(1) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_1_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(2) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_1_] ~ .reaction .repcontainer > .repitem:nth-child(2) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_2_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(3) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_2_] ~ .reaction .repcontainer > .repitem:nth-child(3) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_3_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(4) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_3_] ~ .reaction .repcontainer > .repitem:nth-child(4) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_4_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(5) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_4_] ~ .reaction .repcontainer > .repitem:nth-child(5) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_5_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(6) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_5_] ~ .reaction .repcontainer > .repitem:nth-child(6) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_6_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(7) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_6_] ~ .reaction .repcontainer > .repitem:nth-child(7) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_7_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(8) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_7_] ~ .reaction .repcontainer > .repitem:nth-child(8) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_8_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(9) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_8_] ~ .reaction .repcontainer > .repitem:nth-child(9) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_9_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(10) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_9_] ~ .reaction .repcontainer > .repitem:nth-child(10) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_10_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(11) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_10_] ~ .reaction .repcontainer > .repitem:nth-child(11) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_11_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(12) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_11_] ~ .reaction .repcontainer > .repitem:nth-child(12) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_12_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(13) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_12_] ~ .reaction .repcontainer > .repitem:nth-child(13) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_13_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(14) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_13_] ~ .reaction .repcontainer > .repitem:nth-child(14) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_14_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(15) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_14_] ~ .reaction .repcontainer > .repitem:nth-child(15) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_15_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(16) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_15_] ~ .reaction .repcontainer > .repitem:nth-child(16) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_16_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(17) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_16_] ~ .reaction .repcontainer > .repitem:nth-child(17) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_17_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(18) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_17_] ~ .reaction .repcontainer > .repitem:nth-child(18) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_18_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(19) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_18_] ~ .reaction .repcontainer > .repitem:nth-child(19) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_19_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(20) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_19_] ~ .reaction .repcontainer > .repitem:nth-child(20) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_20_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(21) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_20_] ~ .reaction .repcontainer > .repitem:nth-child(21) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_21_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(22) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_21_] ~ .reaction .repcontainer > .repitem:nth-child(22) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_22_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(23) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_22_] ~ .reaction .repcontainer > .repitem:nth-child(23) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_23_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(24) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_23_] ~ .reaction .repcontainer > .repitem:nth-child(24) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_24_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(25) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_24_] ~ .reaction .repcontainer > .repitem:nth-child(25) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_25_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(26) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_25_] ~ .reaction .repcontainer > .repitem:nth-child(26) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_26_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(27) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_26_] ~ .reaction .repcontainer > .repitem:nth-child(27) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_27_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(28) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_27_] ~ .reaction .repcontainer > .repitem:nth-child(28) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_28_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(29) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_28_] ~ .reaction .repcontainer > .repitem:nth-child(29) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_29_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(30) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_29_] ~ .reaction .repcontainer > .repitem:nth-child(30) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_30_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(31) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_30_] ~ .reaction .repcontainer > .repitem:nth-child(31) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_31_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(32) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_31_] ~ .reaction .repcontainer > .repitem:nth-child(32) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_32_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(33) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_32_] ~ .reaction .repcontainer > .repitem:nth-child(33) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_33_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(34) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_33_] ~ .reaction .repcontainer > .repitem:nth-child(34) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_34_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(35) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_34_] ~ .reaction .repcontainer > .repitem:nth-child(35) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_35_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(36) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_35_] ~ .reaction .repcontainer > .repitem:nth-child(36) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_36_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(37) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_36_] ~ .reaction .repcontainer > .repitem:nth-child(37) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_37_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(38) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_37_] ~ .reaction .repcontainer > .repitem:nth-child(38) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_38_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(39) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_38_] ~ .reaction .repcontainer > .repitem:nth-child(39) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_39_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(40) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_39_] ~ .reaction .repcontainer > .repitem:nth-child(40) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_40_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(41) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_40_] ~ .reaction .repcontainer > .repitem:nth-child(41) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_41_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(42) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_41_] ~ .reaction .repcontainer > .repitem:nth-child(42) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_42_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(43) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_42_] ~ .reaction .repcontainer > .repitem:nth-child(43) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_43_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(44) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_43_] ~ .reaction .repcontainer > .repitem:nth-child(44) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_44_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(45) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_44_] ~ .reaction .repcontainer > .repitem:nth-child(45) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_45_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(46) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_45_] ~ .reaction .repcontainer > .repitem:nth-child(46) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_46_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(47) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_46_] ~ .reaction .repcontainer > .repitem:nth-child(47) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_47_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(48) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_47_] ~ .reaction .repcontainer > .repitem:nth-child(48) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_48_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(49) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_48_] ~ .reaction .repcontainer > .repitem:nth-child(49) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_49_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(50) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_49_] ~ .reaction .repcontainer > .repitem:nth-child(50) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_50_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(51) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_50_] ~ .reaction .repcontainer > .repitem:nth-child(51) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_51_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(52) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_51_] ~ .reaction .repcontainer > .repitem:nth-child(52) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_52_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(53) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_52_] ~ .reaction .repcontainer > .repitem:nth-child(53) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_53_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(54) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_53_] ~ .reaction .repcontainer > .repitem:nth-child(54) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_54_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(55) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_54_] ~ .reaction .repcontainer > .repitem:nth-child(55) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_55_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(56) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_55_] ~ .reaction .repcontainer > .repitem:nth-child(56) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_56_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(57) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_56_] ~ .reaction .repcontainer > .repitem:nth-child(57) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_57_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(58) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_57_] ~ .reaction .repcontainer > .repitem:nth-child(58) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_58_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(59) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_58_] ~ .reaction .repcontainer > .repitem:nth-child(59) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_59_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(60) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_59_] ~ .reaction .repcontainer > .repitem:nth-child(60) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_60_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(61) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_60_] ~ .reaction .repcontainer > .repitem:nth-child(61) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_61_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(62) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_61_] ~ .reaction .repcontainer > .repitem:nth-child(62) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_62_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(63) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_62_] ~ .reaction .repcontainer > .repitem:nth-child(63) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_63_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(64) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_63_] ~ .reaction .repcontainer > .repitem:nth-child(64) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_64_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(65) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_64_] ~ .reaction .repcontainer > .repitem:nth-child(65) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_65_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(66) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_65_] ~ .reaction .repcontainer > .repitem:nth-child(66) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_66_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(67) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_66_] ~ .reaction .repcontainer > .repitem:nth-child(67) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_67_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(68) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_67_] ~ .reaction .repcontainer > .repitem:nth-child(68) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_68_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(69) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_68_] ~ .reaction .repcontainer > .repitem:nth-child(69) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_69_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(70) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_69_] ~ .reaction .repcontainer > .repitem:nth-child(70) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_70_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(71) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_70_] ~ .reaction .repcontainer > .repitem:nth-child(71) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_71_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(72) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_71_] ~ .reaction .repcontainer > .repitem:nth-child(72) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_72_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(73) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_72_] ~ .reaction .repcontainer > .repitem:nth-child(73) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_73_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(74) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_73_] ~ .reaction .repcontainer > .repitem:nth-child(74) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_74_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(75) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_74_] ~ .reaction .repcontainer > .repitem:nth-child(75) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_75_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(76) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_75_] ~ .reaction .repcontainer > .repitem:nth-child(76) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_76_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(77) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_76_] ~ .reaction .repcontainer > .repitem:nth-child(77) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_77_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(78) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_77_] ~ .reaction .repcontainer > .repitem:nth-child(78) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_78_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(79) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_78_] ~ .reaction .repcontainer > .repitem:nth-child(79) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_79_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(80) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_79_] ~ .reaction .repcontainer > .repitem:nth-child(80) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_80_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(81) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_80_] ~ .reaction .repcontainer > .repitem:nth-child(81) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_81_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(82) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_81_] ~ .reaction .repcontainer > .repitem:nth-child(82) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_82_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(83) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_82_] ~ .reaction .repcontainer > .repitem:nth-child(83) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_83_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(84) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_83_] ~ .reaction .repcontainer > .repitem:nth-child(84) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_84_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(85) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_84_] ~ .reaction .repcontainer > .repitem:nth-child(85) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_85_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(86) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_85_] ~ .reaction .repcontainer > .repitem:nth-child(86) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_86_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(87) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_86_] ~ .reaction .repcontainer > .repitem:nth-child(87) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_87_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(88) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_87_] ~ .reaction .repcontainer > .repitem:nth-child(88) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_88_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(89) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_88_] ~ .reaction .repcontainer > .repitem:nth-child(89) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_89_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(90) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_89_] ~ .reaction .repcontainer > .repitem:nth-child(90) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_90_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(91) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_90_] ~ .reaction .repcontainer > .repitem:nth-child(91) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_91_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(92) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_91_] ~ .reaction .repcontainer > .repitem:nth-child(92) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_92_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(93) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_92_] ~ .reaction .repcontainer > .repitem:nth-child(93) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_93_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(94) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_93_] ~ .reaction .repcontainer > .repitem:nth-child(94) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_94_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(95) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_94_] ~ .reaction .repcontainer > .repitem:nth-child(95) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_95_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(96) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_95_] ~ .reaction .repcontainer > .repitem:nth-child(96) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_96_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(97) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_96_] ~ .reaction .repcontainer > .repitem:nth-child(97) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_97_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(98) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_97_] ~ .reaction .repcontainer > .repitem:nth-child(98) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_98_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(99) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_98_] ~ .reaction .repcontainer > .repitem:nth-child(99) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-bow_edit_99_] ~ .vehicleweapon--bow .repcontainer > .repitem:nth-child(100) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcreaction_edit_99_] ~ .reaction .repcontainer > .repitem:nth-child(100) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_0_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_0_] ~ .legendary .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_1_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_1_] ~ .legendary .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_2_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_2_] ~ .legendary .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_3_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_3_] ~ .legendary .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_4_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_4_] ~ .legendary .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_5_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_5_] ~ .legendary .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_6_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_6_] ~ .legendary .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_7_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_7_] ~ .legendary .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_8_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_8_] ~ .legendary .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_9_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_9_] ~ .legendary .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_10_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_10_] ~ .legendary .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_11_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_11_] ~ .legendary .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_12_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_12_] ~ .legendary .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_13_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_13_] ~ .legendary .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_14_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_14_] ~ .legendary .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_15_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_15_] ~ .legendary .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_16_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_16_] ~ .legendary .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_17_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_17_] ~ .legendary .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_18_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_18_] ~ .legendary .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_19_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_19_] ~ .legendary .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_20_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_20_] ~ .legendary .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_21_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_21_] ~ .legendary .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_22_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_22_] ~ .legendary .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_23_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_23_] ~ .legendary .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_24_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_24_] ~ .legendary .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_25_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_25_] ~ .legendary .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_26_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_26_] ~ .legendary .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_27_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_27_] ~ .legendary .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_28_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_28_] ~ .legendary .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_29_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_29_] ~ .legendary .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_30_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_30_] ~ .legendary .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_31_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_31_] ~ .legendary .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_32_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_32_] ~ .legendary .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_33_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_33_] ~ .legendary .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_34_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_34_] ~ .legendary .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_35_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_35_] ~ .legendary .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_36_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_36_] ~ .legendary .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_37_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_37_] ~ .legendary .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_38_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_38_] ~ .legendary .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_39_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_39_] ~ .legendary .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_40_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_40_] ~ .legendary .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_41_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_41_] ~ .legendary .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_42_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_42_] ~ .legendary .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_43_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_43_] ~ .legendary .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_44_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_44_] ~ .legendary .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_45_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_45_] ~ .legendary .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_46_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_46_] ~ .legendary .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_47_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_47_] ~ .legendary .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_48_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_48_] ~ .legendary .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_49_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_49_] ~ .legendary .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_50_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_50_] ~ .legendary .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_51_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_51_] ~ .legendary .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_52_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_52_] ~ .legendary .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_53_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_53_] ~ .legendary .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_54_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_54_] ~ .legendary .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_55_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_55_] ~ .legendary .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_56_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_56_] ~ .legendary .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_57_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_57_] ~ .legendary .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_58_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_58_] ~ .legendary .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_59_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_59_] ~ .legendary .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_60_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_60_] ~ .legendary .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_61_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_61_] ~ .legendary .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_62_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_62_] ~ .legendary .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_63_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_63_] ~ .legendary .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_64_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_64_] ~ .legendary .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_65_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_65_] ~ .legendary .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_66_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_66_] ~ .legendary .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_67_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_67_] ~ .legendary .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_68_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_68_] ~ .legendary .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_69_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_69_] ~ .legendary .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_70_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_70_] ~ .legendary .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_71_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_71_] ~ .legendary .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_72_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_72_] ~ .legendary .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_73_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_73_] ~ .legendary .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_74_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_74_] ~ .legendary .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_75_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_75_] ~ .legendary .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_76_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_76_] ~ .legendary .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_77_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_77_] ~ .legendary .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_78_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_78_] ~ .legendary .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_79_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_79_] ~ .legendary .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_80_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_80_] ~ .legendary .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_81_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_81_] ~ .legendary .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_82_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_82_] ~ .legendary .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_83_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_83_] ~ .legendary .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_84_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_84_] ~ .legendary .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_85_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_85_] ~ .legendary .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_86_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_86_] ~ .legendary .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_87_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_87_] ~ .legendary .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_88_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_88_] ~ .legendary .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_89_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_89_] ~ .legendary .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_90_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_90_] ~ .legendary .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_91_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_91_] ~ .legendary .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_92_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_92_] ~ .legendary .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_93_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_93_] ~ .legendary .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_94_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_94_] ~ .legendary .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_95_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_95_] ~ .legendary .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_96_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_96_] ~ .legendary .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_97_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_97_] ~ .legendary .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_98_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_98_] ~ .legendary .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_99_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleweapon-port_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_99_] ~ .legendary .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcaction-l_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_0_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(1) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_0_] ~ .legendary .repcontainer > .repitem:nth-child(1) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_1_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(2) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_1_] ~ .legendary .repcontainer > .repitem:nth-child(2) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_2_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(3) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_2_] ~ .legendary .repcontainer > .repitem:nth-child(3) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_3_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(4) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_3_] ~ .legendary .repcontainer > .repitem:nth-child(4) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_4_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(5) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_4_] ~ .legendary .repcontainer > .repitem:nth-child(5) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_5_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(6) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_5_] ~ .legendary .repcontainer > .repitem:nth-child(6) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_6_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(7) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_6_] ~ .legendary .repcontainer > .repitem:nth-child(7) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_7_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(8) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_7_] ~ .legendary .repcontainer > .repitem:nth-child(8) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_8_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(9) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_8_] ~ .legendary .repcontainer > .repitem:nth-child(9) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_9_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(10) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_9_] ~ .legendary .repcontainer > .repitem:nth-child(10) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_10_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(11) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_10_] ~ .legendary .repcontainer > .repitem:nth-child(11) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_11_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(12) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_11_] ~ .legendary .repcontainer > .repitem:nth-child(12) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_12_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(13) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_12_] ~ .legendary .repcontainer > .repitem:nth-child(13) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_13_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(14) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_13_] ~ .legendary .repcontainer > .repitem:nth-child(14) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_14_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(15) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_14_] ~ .legendary .repcontainer > .repitem:nth-child(15) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_15_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(16) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_15_] ~ .legendary .repcontainer > .repitem:nth-child(16) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_16_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(17) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_16_] ~ .legendary .repcontainer > .repitem:nth-child(17) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_17_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(18) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_17_] ~ .legendary .repcontainer > .repitem:nth-child(18) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_18_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(19) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_18_] ~ .legendary .repcontainer > .repitem:nth-child(19) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_19_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(20) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_19_] ~ .legendary .repcontainer > .repitem:nth-child(20) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_20_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(21) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_20_] ~ .legendary .repcontainer > .repitem:nth-child(21) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_21_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(22) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_21_] ~ .legendary .repcontainer > .repitem:nth-child(22) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_22_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(23) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_22_] ~ .legendary .repcontainer > .repitem:nth-child(23) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_23_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(24) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_23_] ~ .legendary .repcontainer > .repitem:nth-child(24) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_24_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(25) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_24_] ~ .legendary .repcontainer > .repitem:nth-child(25) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_25_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(26) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_25_] ~ .legendary .repcontainer > .repitem:nth-child(26) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_26_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(27) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_26_] ~ .legendary .repcontainer > .repitem:nth-child(27) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_27_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(28) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_27_] ~ .legendary .repcontainer > .repitem:nth-child(28) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_28_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(29) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_28_] ~ .legendary .repcontainer > .repitem:nth-child(29) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_29_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(30) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_29_] ~ .legendary .repcontainer > .repitem:nth-child(30) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_30_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(31) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_30_] ~ .legendary .repcontainer > .repitem:nth-child(31) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_31_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(32) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_31_] ~ .legendary .repcontainer > .repitem:nth-child(32) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_32_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(33) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_32_] ~ .legendary .repcontainer > .repitem:nth-child(33) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_33_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(34) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_33_] ~ .legendary .repcontainer > .repitem:nth-child(34) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_34_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(35) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_34_] ~ .legendary .repcontainer > .repitem:nth-child(35) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_35_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(36) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_35_] ~ .legendary .repcontainer > .repitem:nth-child(36) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_36_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(37) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_36_] ~ .legendary .repcontainer > .repitem:nth-child(37) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_37_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(38) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_37_] ~ .legendary .repcontainer > .repitem:nth-child(38) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_38_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(39) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_38_] ~ .legendary .repcontainer > .repitem:nth-child(39) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_39_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(40) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_39_] ~ .legendary .repcontainer > .repitem:nth-child(40) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_40_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(41) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_40_] ~ .legendary .repcontainer > .repitem:nth-child(41) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_41_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(42) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_41_] ~ .legendary .repcontainer > .repitem:nth-child(42) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_42_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(43) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_42_] ~ .legendary .repcontainer > .repitem:nth-child(43) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_43_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(44) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_43_] ~ .legendary .repcontainer > .repitem:nth-child(44) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_44_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(45) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_44_] ~ .legendary .repcontainer > .repitem:nth-child(45) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_45_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(46) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_45_] ~ .legendary .repcontainer > .repitem:nth-child(46) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_46_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(47) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_46_] ~ .legendary .repcontainer > .repitem:nth-child(47) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_47_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(48) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_47_] ~ .legendary .repcontainer > .repitem:nth-child(48) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_48_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(49) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_48_] ~ .legendary .repcontainer > .repitem:nth-child(49) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_49_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(50) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_49_] ~ .legendary .repcontainer > .repitem:nth-child(50) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_50_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(51) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_50_] ~ .legendary .repcontainer > .repitem:nth-child(51) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_51_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(52) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_51_] ~ .legendary .repcontainer > .repitem:nth-child(52) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_52_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(53) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_52_] ~ .legendary .repcontainer > .repitem:nth-child(53) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_53_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(54) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_53_] ~ .legendary .repcontainer > .repitem:nth-child(54) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_54_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(55) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_54_] ~ .legendary .repcontainer > .repitem:nth-child(55) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_55_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(56) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_55_] ~ .legendary .repcontainer > .repitem:nth-child(56) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_56_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(57) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_56_] ~ .legendary .repcontainer > .repitem:nth-child(57) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_57_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(58) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_57_] ~ .legendary .repcontainer > .repitem:nth-child(58) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_58_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(59) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_58_] ~ .legendary .repcontainer > .repitem:nth-child(59) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_59_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(60) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_59_] ~ .legendary .repcontainer > .repitem:nth-child(60) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_60_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(61) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_60_] ~ .legendary .repcontainer > .repitem:nth-child(61) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_61_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(62) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_61_] ~ .legendary .repcontainer > .repitem:nth-child(62) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_62_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(63) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_62_] ~ .legendary .repcontainer > .repitem:nth-child(63) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_63_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(64) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_63_] ~ .legendary .repcontainer > .repitem:nth-child(64) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_64_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(65) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_64_] ~ .legendary .repcontainer > .repitem:nth-child(65) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_65_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(66) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_65_] ~ .legendary .repcontainer > .repitem:nth-child(66) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_66_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(67) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_66_] ~ .legendary .repcontainer > .repitem:nth-child(67) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_67_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(68) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_67_] ~ .legendary .repcontainer > .repitem:nth-child(68) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_68_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(69) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_68_] ~ .legendary .repcontainer > .repitem:nth-child(69) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_69_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(70) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_69_] ~ .legendary .repcontainer > .repitem:nth-child(70) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_70_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(71) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_70_] ~ .legendary .repcontainer > .repitem:nth-child(71) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_71_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(72) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_71_] ~ .legendary .repcontainer > .repitem:nth-child(72) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_72_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(73) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_72_] ~ .legendary .repcontainer > .repitem:nth-child(73) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_73_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(74) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_73_] ~ .legendary .repcontainer > .repitem:nth-child(74) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_74_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(75) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_74_] ~ .legendary .repcontainer > .repitem:nth-child(75) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_75_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(76) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_75_] ~ .legendary .repcontainer > .repitem:nth-child(76) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_76_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(77) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_76_] ~ .legendary .repcontainer > .repitem:nth-child(77) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_77_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(78) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_77_] ~ .legendary .repcontainer > .repitem:nth-child(78) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_78_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(79) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_78_] ~ .legendary .repcontainer > .repitem:nth-child(79) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_79_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(80) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_79_] ~ .legendary .repcontainer > .repitem:nth-child(80) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_80_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(81) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_80_] ~ .legendary .repcontainer > .repitem:nth-child(81) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_81_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(82) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_81_] ~ .legendary .repcontainer > .repitem:nth-child(82) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_82_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(83) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_82_] ~ .legendary .repcontainer > .repitem:nth-child(83) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_83_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(84) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_83_] ~ .legendary .repcontainer > .repitem:nth-child(84) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_84_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(85) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_84_] ~ .legendary .repcontainer > .repitem:nth-child(85) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_85_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(86) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_85_] ~ .legendary .repcontainer > .repitem:nth-child(86) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_86_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(87) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_86_] ~ .legendary .repcontainer > .repitem:nth-child(87) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_87_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(88) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_87_] ~ .legendary .repcontainer > .repitem:nth-child(88) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_88_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(89) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_88_] ~ .legendary .repcontainer > .repitem:nth-child(89) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_89_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(90) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_89_] ~ .legendary .repcontainer > .repitem:nth-child(90) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_90_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(91) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_90_] ~ .legendary .repcontainer > .repitem:nth-child(91) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_91_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(92) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_91_] ~ .legendary .repcontainer > .repitem:nth-child(92) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_92_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(93) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_92_] ~ .legendary .repcontainer > .repitem:nth-child(93) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_93_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(94) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_93_] ~ .legendary .repcontainer > .repitem:nth-child(94) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_94_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(95) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_94_] ~ .legendary .repcontainer > .repitem:nth-child(95) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_95_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(96) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_95_] ~ .legendary .repcontainer > .repitem:nth-child(96) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_96_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(97) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_96_] ~ .legendary .repcontainer > .repitem:nth-child(97) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_97_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(98) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_97_] ~ .legendary .repcontainer > .repitem:nth-child(98) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_98_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(99) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_98_] ~ .legendary .repcontainer > .repitem:nth-child(99) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-port_edit_99_] ~ .vehicleweapon--port .repcontainer > .repitem:nth-child(100) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_99_] ~ .legendary .repcontainer > .repitem:nth-child(100) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_0_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_0_] ~ .mythic .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_1_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_1_] ~ .mythic .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_2_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_2_] ~ .mythic .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_3_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_3_] ~ .mythic .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_4_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_4_] ~ .mythic .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_5_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_5_] ~ .mythic .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_6_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_6_] ~ .mythic .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_7_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_7_] ~ .mythic .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_8_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_8_] ~ .mythic .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_9_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_9_] ~ .mythic .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_10_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_10_] ~ .mythic .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_11_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_11_] ~ .mythic .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_12_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_12_] ~ .mythic .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_13_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_13_] ~ .mythic .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_14_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_14_] ~ .mythic .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_15_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_15_] ~ .mythic .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_16_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_16_] ~ .mythic .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_17_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_17_] ~ .mythic .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_18_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_18_] ~ .mythic .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_19_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_19_] ~ .mythic .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_20_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_20_] ~ .mythic .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_21_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_21_] ~ .mythic .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_22_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_22_] ~ .mythic .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_23_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_23_] ~ .mythic .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_24_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_24_] ~ .mythic .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_25_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_25_] ~ .mythic .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_26_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_26_] ~ .mythic .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_27_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_27_] ~ .mythic .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_28_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_28_] ~ .mythic .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_29_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_29_] ~ .mythic .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_30_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_30_] ~ .mythic .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_31_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_31_] ~ .mythic .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_32_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_32_] ~ .mythic .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_33_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_33_] ~ .mythic .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_34_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_34_] ~ .mythic .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_35_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_35_] ~ .mythic .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_36_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_36_] ~ .mythic .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_37_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_37_] ~ .mythic .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_38_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_38_] ~ .mythic .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_39_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_39_] ~ .mythic .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_40_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_40_] ~ .mythic .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_41_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_41_] ~ .mythic .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_42_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_42_] ~ .mythic .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_43_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_43_] ~ .mythic .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_44_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_44_] ~ .mythic .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_45_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_45_] ~ .mythic .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_46_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_46_] ~ .mythic .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_47_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_47_] ~ .mythic .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_48_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_48_] ~ .mythic .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_49_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_49_] ~ .mythic .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_50_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_50_] ~ .mythic .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_51_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_51_] ~ .mythic .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_52_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_52_] ~ .mythic .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_53_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_53_] ~ .mythic .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_54_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_54_] ~ .mythic .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_55_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_55_] ~ .mythic .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_56_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_56_] ~ .mythic .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_57_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_57_] ~ .mythic .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_58_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_58_] ~ .mythic .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_59_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_59_] ~ .mythic .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_60_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_60_] ~ .mythic .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_61_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_61_] ~ .mythic .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_62_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_62_] ~ .mythic .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_63_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_63_] ~ .mythic .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_64_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_64_] ~ .mythic .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_65_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_65_] ~ .mythic .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_66_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_66_] ~ .mythic .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_67_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_67_] ~ .mythic .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_68_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_68_] ~ .mythic .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_69_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_69_] ~ .mythic .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_70_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_70_] ~ .mythic .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_71_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_71_] ~ .mythic .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_72_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_72_] ~ .mythic .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_73_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_73_] ~ .mythic .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_74_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_74_] ~ .mythic .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_75_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_75_] ~ .mythic .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_76_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_76_] ~ .mythic .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_77_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_77_] ~ .mythic .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_78_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_78_] ~ .mythic .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_79_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_79_] ~ .mythic .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_80_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_80_] ~ .mythic .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_81_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_81_] ~ .mythic .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_82_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_82_] ~ .mythic .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_83_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_83_] ~ .mythic .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_84_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_84_] ~ .mythic .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_85_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_85_] ~ .mythic .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_86_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_86_] ~ .mythic .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_87_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_87_] ~ .mythic .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_88_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_88_] ~ .mythic .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_89_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_89_] ~ .mythic .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_90_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_90_] ~ .mythic .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_91_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_91_] ~ .mythic .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_92_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_92_] ~ .mythic .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_93_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_93_] ~ .mythic .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_94_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_94_] ~ .mythic .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_95_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_95_] ~ .mythic .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_96_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_96_] ~ .mythic .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_97_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_97_] ~ .mythic .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_98_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_98_] ~ .mythic .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_99_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleweapon-starboard_edit + span { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_99_] ~ .mythic .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcaction-m_edit + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_0_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(1) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_0_] ~ .mythic .repcontainer > .repitem:nth-child(1) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_1_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(2) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_1_] ~ .mythic .repcontainer > .repitem:nth-child(2) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_2_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(3) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_2_] ~ .mythic .repcontainer > .repitem:nth-child(3) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_3_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(4) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_3_] ~ .mythic .repcontainer > .repitem:nth-child(4) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_4_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(5) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_4_] ~ .mythic .repcontainer > .repitem:nth-child(5) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_5_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(6) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_5_] ~ .mythic .repcontainer > .repitem:nth-child(6) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_6_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(7) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_6_] ~ .mythic .repcontainer > .repitem:nth-child(7) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_7_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(8) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_7_] ~ .mythic .repcontainer > .repitem:nth-child(8) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_8_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(9) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_8_] ~ .mythic .repcontainer > .repitem:nth-child(9) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_9_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(10) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_9_] ~ .mythic .repcontainer > .repitem:nth-child(10) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_10_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(11) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_10_] ~ .mythic .repcontainer > .repitem:nth-child(11) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_11_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(12) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_11_] ~ .mythic .repcontainer > .repitem:nth-child(12) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_12_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(13) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_12_] ~ .mythic .repcontainer > .repitem:nth-child(13) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_13_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(14) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_13_] ~ .mythic .repcontainer > .repitem:nth-child(14) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_14_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(15) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_14_] ~ .mythic .repcontainer > .repitem:nth-child(15) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_15_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(16) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_15_] ~ .mythic .repcontainer > .repitem:nth-child(16) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_16_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(17) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_16_] ~ .mythic .repcontainer > .repitem:nth-child(17) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_17_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(18) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_17_] ~ .mythic .repcontainer > .repitem:nth-child(18) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_18_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(19) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_18_] ~ .mythic .repcontainer > .repitem:nth-child(19) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_19_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(20) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_19_] ~ .mythic .repcontainer > .repitem:nth-child(20) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_20_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(21) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_20_] ~ .mythic .repcontainer > .repitem:nth-child(21) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_21_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(22) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_21_] ~ .mythic .repcontainer > .repitem:nth-child(22) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_22_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(23) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_22_] ~ .mythic .repcontainer > .repitem:nth-child(23) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_23_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(24) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_23_] ~ .mythic .repcontainer > .repitem:nth-child(24) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_24_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(25) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_24_] ~ .mythic .repcontainer > .repitem:nth-child(25) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_25_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(26) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_25_] ~ .mythic .repcontainer > .repitem:nth-child(26) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_26_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(27) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_26_] ~ .mythic .repcontainer > .repitem:nth-child(27) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_27_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(28) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_27_] ~ .mythic .repcontainer > .repitem:nth-child(28) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_28_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(29) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_28_] ~ .mythic .repcontainer > .repitem:nth-child(29) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_29_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(30) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_29_] ~ .mythic .repcontainer > .repitem:nth-child(30) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_30_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(31) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_30_] ~ .mythic .repcontainer > .repitem:nth-child(31) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_31_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(32) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_31_] ~ .mythic .repcontainer > .repitem:nth-child(32) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_32_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(33) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_32_] ~ .mythic .repcontainer > .repitem:nth-child(33) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_33_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(34) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_33_] ~ .mythic .repcontainer > .repitem:nth-child(34) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_34_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(35) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_34_] ~ .mythic .repcontainer > .repitem:nth-child(35) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_35_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(36) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_35_] ~ .mythic .repcontainer > .repitem:nth-child(36) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_36_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(37) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_36_] ~ .mythic .repcontainer > .repitem:nth-child(37) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_37_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(38) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_37_] ~ .mythic .repcontainer > .repitem:nth-child(38) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_38_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(39) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_38_] ~ .mythic .repcontainer > .repitem:nth-child(39) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_39_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(40) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_39_] ~ .mythic .repcontainer > .repitem:nth-child(40) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_40_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(41) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_40_] ~ .mythic .repcontainer > .repitem:nth-child(41) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_41_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(42) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_41_] ~ .mythic .repcontainer > .repitem:nth-child(42) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_42_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(43) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_42_] ~ .mythic .repcontainer > .repitem:nth-child(43) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_43_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(44) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_43_] ~ .mythic .repcontainer > .repitem:nth-child(44) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_44_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(45) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_44_] ~ .mythic .repcontainer > .repitem:nth-child(45) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_45_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(46) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_45_] ~ .mythic .repcontainer > .repitem:nth-child(46) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_46_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(47) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_46_] ~ .mythic .repcontainer > .repitem:nth-child(47) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_47_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(48) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_47_] ~ .mythic .repcontainer > .repitem:nth-child(48) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_48_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(49) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_48_] ~ .mythic .repcontainer > .repitem:nth-child(49) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_49_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(50) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_49_] ~ .mythic .repcontainer > .repitem:nth-child(50) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_50_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(51) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_50_] ~ .mythic .repcontainer > .repitem:nth-child(51) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_51_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(52) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_51_] ~ .mythic .repcontainer > .repitem:nth-child(52) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_52_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(53) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_52_] ~ .mythic .repcontainer > .repitem:nth-child(53) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_53_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(54) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_53_] ~ .mythic .repcontainer > .repitem:nth-child(54) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_54_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(55) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_54_] ~ .mythic .repcontainer > .repitem:nth-child(55) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_55_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(56) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_55_] ~ .mythic .repcontainer > .repitem:nth-child(56) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_56_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(57) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_56_] ~ .mythic .repcontainer > .repitem:nth-child(57) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_57_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(58) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_57_] ~ .mythic .repcontainer > .repitem:nth-child(58) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_58_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(59) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_58_] ~ .mythic .repcontainer > .repitem:nth-child(59) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_59_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(60) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_59_] ~ .mythic .repcontainer > .repitem:nth-child(60) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_60_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(61) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_60_] ~ .mythic .repcontainer > .repitem:nth-child(61) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_61_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(62) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_61_] ~ .mythic .repcontainer > .repitem:nth-child(62) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_62_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(63) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_62_] ~ .mythic .repcontainer > .repitem:nth-child(63) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_63_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(64) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_63_] ~ .mythic .repcontainer > .repitem:nth-child(64) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_64_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(65) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_64_] ~ .mythic .repcontainer > .repitem:nth-child(65) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_65_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(66) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_65_] ~ .mythic .repcontainer > .repitem:nth-child(66) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_66_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(67) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_66_] ~ .mythic .repcontainer > .repitem:nth-child(67) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_67_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(68) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_67_] ~ .mythic .repcontainer > .repitem:nth-child(68) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_68_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(69) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_68_] ~ .mythic .repcontainer > .repitem:nth-child(69) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_69_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(70) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_69_] ~ .mythic .repcontainer > .repitem:nth-child(70) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_70_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(71) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_70_] ~ .mythic .repcontainer > .repitem:nth-child(71) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_71_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(72) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_71_] ~ .mythic .repcontainer > .repitem:nth-child(72) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_72_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(73) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_72_] ~ .mythic .repcontainer > .repitem:nth-child(73) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_73_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(74) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_73_] ~ .mythic .repcontainer > .repitem:nth-child(74) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_74_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(75) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_74_] ~ .mythic .repcontainer > .repitem:nth-child(75) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_75_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(76) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_75_] ~ .mythic .repcontainer > .repitem:nth-child(76) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_76_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(77) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_76_] ~ .mythic .repcontainer > .repitem:nth-child(77) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_77_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(78) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_77_] ~ .mythic .repcontainer > .repitem:nth-child(78) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_78_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(79) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_78_] ~ .mythic .repcontainer > .repitem:nth-child(79) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_79_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(80) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_79_] ~ .mythic .repcontainer > .repitem:nth-child(80) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_80_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(81) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_80_] ~ .mythic .repcontainer > .repitem:nth-child(81) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_81_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(82) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_81_] ~ .mythic .repcontainer > .repitem:nth-child(82) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_82_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(83) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_82_] ~ .mythic .repcontainer > .repitem:nth-child(83) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_83_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(84) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_83_] ~ .mythic .repcontainer > .repitem:nth-child(84) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_84_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(85) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_84_] ~ .mythic .repcontainer > .repitem:nth-child(85) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_85_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(86) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_85_] ~ .mythic .repcontainer > .repitem:nth-child(86) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_86_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(87) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_86_] ~ .mythic .repcontainer > .repitem:nth-child(87) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_87_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(88) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_87_] ~ .mythic .repcontainer > .repitem:nth-child(88) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_88_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(89) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_88_] ~ .mythic .repcontainer > .repitem:nth-child(89) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_89_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(90) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_89_] ~ .mythic .repcontainer > .repitem:nth-child(90) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_90_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(91) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_90_] ~ .mythic .repcontainer > .repitem:nth-child(91) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_91_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(92) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_91_] ~ .mythic .repcontainer > .repitem:nth-child(92) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_92_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(93) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_92_] ~ .mythic .repcontainer > .repitem:nth-child(93) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_93_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(94) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_93_] ~ .mythic .repcontainer > .repitem:nth-child(94) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_94_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(95) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_94_] ~ .mythic .repcontainer > .repitem:nth-child(95) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_95_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(96) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_95_] ~ .mythic .repcontainer > .repitem:nth-child(96) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_96_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(97) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_96_] ~ .mythic .repcontainer > .repitem:nth-child(97) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_97_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(98) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_97_] ~ .mythic .repcontainer > .repitem:nth-child(98) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_98_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(99) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_98_] ~ .mythic .repcontainer > .repitem:nth-child(99) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-starboard_edit_99_] ~ .vehicleweapon--starboard .repcontainer > .repitem:nth-child(100) .npc_options { +.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_99_] ~ .mythic .repcontainer > .repitem:nth-child(100) .npc_options { display: block; width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_0_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_1_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; +.npc .actions .repitem:hover .toggle_repeating_npcaction_edit + span, +.npc .bonusactions .repitem:hover .toggle_repeating_npcbonusaction_edit + span, +.npc .traits .repitem:hover .toggle_repeating_npctrait_edit + span, +.npc .reaction .repitem:hover .toggle_repeating_npctrait_edit + span, +.npc .legendary .repitem:hover .toggle_repeating_npctrait_edit + span { + display: -webkit-box; + display: -ms-flexbox; display: flex; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_2_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; +.npc .reaction .trait, +.npc .legendary .action, +.npc .mythic .action { + position: unset; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_3_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; + +.editing-repeating { + display: none !important; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_4_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; + +.actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, +.actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child div.npc_options:focus-within, +.bonusactions .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, +.bonusactions .repcontainer .repitem:last-child div.npc_options:focus-within, +.traits .repcontainer .repitem:last-child .editing-repeating:empty ~ .trait div.npc_options, +.traits .repcontainer .repitem:last-child div.npc_options:focus-within, +.reaction .repcontainer .repitem:last-child .editing-repeating:empty ~ div.npc_options, +.reaction .repcontainer .repitem:last-child div.npc_options:focus-within, +.legendary .repcontainer .repitem:last-child .editing-repeating:empty ~ div.npc_options, +.legendary .repcontainer .repitem:last-child div.npc_options:focus-within, +.mythic .repcontainer .repitem:last-child .editing-repeating:empty ~ div.npc_options, +.mythic .repcontainer .repitem:last-child div.npc_options:focus-within { + display: block; + width: 100%; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_5_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleweapon-stern_edit + span { + +.actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.actions:not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.bonusactions .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.bonusactions .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.traits .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.traits .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.reaction .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.reaction .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.legendary .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.legendary .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, +.mythic .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, +.mythic .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span { color: black; + display: -webkit-box; + display: -ms-flexbox; display: flex; + pointer-events: none !important; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_6_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; + +/* Small fixes that may need to go somewhere ellipse */ +button[name=roll_rollstats] + button[name=act_clearstats] { + margin-top: 5px; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_7_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; + +.levels-message .class1_tot, +.levels-message .class2_tot, +.levels-message .class3_tot, +.levels-message .class4_tot { + margin-left: 5px; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_8_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; + +.charsheet .charmancer .levels-multiclass button.mancer_info { + width: 18px; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_9_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; + +.charsheet .charmancer .levels-multiclass .hp-flag[value=average] ~ div > button[name*=averagehp], +.class1_averagehp button, +.class2_averagehp button, +.class3_averagehp button, +.class4_averagehp button { + vertical-align: middle; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_10_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; + +.charsheet .charmancer .levels-hp-row .hpbylevel-toggle ~ .collapse { + top: 5px; } -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_11_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleweapon-stern_edit + span { + +.charsheet .charmancer .lp-summary.summary-container .before h2 { + background-color: transparent; color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_12_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_13_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_14_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_15_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_16_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_17_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_18_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_19_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_20_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_21_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_22_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_23_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_24_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_25_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_26_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_27_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_28_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_29_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_30_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_31_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_32_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_33_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_34_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_35_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_36_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_37_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_38_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_39_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_40_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_41_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_42_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_43_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_44_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_45_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_46_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_47_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_48_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_49_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_50_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_51_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_52_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_53_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_54_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_55_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_56_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_57_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_58_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_59_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_60_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_61_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_62_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_63_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_64_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_65_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_66_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_67_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_68_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_69_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_70_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_71_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_72_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_73_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_74_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_75_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_76_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_77_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_78_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_79_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_80_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_81_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_82_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_83_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_84_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_85_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_86_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_87_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_88_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_89_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_90_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_91_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_92_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_93_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_94_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_95_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_96_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_97_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_98_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_99_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleweapon-stern_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_0_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(1) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_1_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(2) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_2_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(3) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_3_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(4) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_4_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(5) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_5_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(6) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_6_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(7) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_7_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(8) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_8_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(9) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_9_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(10) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_10_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(11) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_11_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(12) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_12_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(13) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_13_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(14) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_14_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(15) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_15_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(16) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_16_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(17) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_17_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(18) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_18_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(19) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_19_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(20) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_20_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(21) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_21_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(22) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_22_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(23) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_23_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(24) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_24_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(25) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_25_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(26) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_26_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(27) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_27_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(28) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_28_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(29) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_29_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(30) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_30_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(31) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_31_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(32) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_32_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(33) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_33_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(34) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_34_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(35) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_35_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(36) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_36_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(37) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_37_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(38) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_38_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(39) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_39_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(40) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_40_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(41) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_41_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(42) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_42_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(43) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_43_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(44) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_44_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(45) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_45_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(46) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_46_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(47) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_47_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(48) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_48_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(49) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_49_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(50) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_50_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(51) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_51_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(52) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_52_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(53) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_53_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(54) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_54_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(55) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_55_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(56) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_56_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(57) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_57_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(58) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_58_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(59) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_59_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(60) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_60_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(61) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_61_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(62) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_62_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(63) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_63_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(64) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_64_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(65) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_65_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(66) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_66_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(67) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_67_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(68) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_68_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(69) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_69_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(70) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_70_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(71) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_71_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(72) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_72_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(73) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_73_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(74) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_74_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(75) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_75_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(76) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_76_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(77) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_77_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(78) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_78_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(79) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_79_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(80) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_80_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(81) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_81_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(82) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_82_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(83) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_83_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(84) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_84_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(85) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_85_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(86) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_86_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(87) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_87_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(88) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_88_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(89) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_89_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(90) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_90_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(91) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_91_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(92) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_92_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(93) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_93_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(94) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_94_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(95) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_95_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(96) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_96_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(97) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_97_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(98) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_98_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(99) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleweapon-stern_edit_99_] ~ .vehicleweapon--stern .repcontainer > .repitem:nth-child(100) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_0_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_1_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_2_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_3_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_4_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_5_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_6_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_7_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_8_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_9_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_10_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_11_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_12_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_13_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_14_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_15_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_16_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_17_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_18_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_19_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_20_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_21_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_22_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_23_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_24_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_25_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_26_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_27_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_28_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_29_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_30_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_31_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_32_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_33_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_34_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_35_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_36_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_37_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_38_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_39_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_40_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_41_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_42_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_43_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_44_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_45_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_46_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_47_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_48_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_49_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_50_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_51_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_52_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_53_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_54_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_55_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_56_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_57_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_58_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_59_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_60_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_61_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_62_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_63_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_64_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_65_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_66_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_67_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_68_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_69_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_70_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_71_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_72_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_73_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_74_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_75_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_76_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_77_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_78_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_79_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_80_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_81_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_82_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_83_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_84_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_85_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_86_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_87_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_88_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_89_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_90_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_91_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_92_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_93_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_94_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_95_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_96_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_97_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_98_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_99_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleofficer_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_0_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(1) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_1_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(2) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_2_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(3) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_3_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(4) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_4_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(5) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_5_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(6) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_6_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(7) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_7_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(8) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_8_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(9) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_9_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(10) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_10_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(11) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_11_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(12) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_12_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(13) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_13_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(14) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_14_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(15) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_15_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(16) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_16_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(17) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_17_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(18) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_18_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(19) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_19_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(20) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_20_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(21) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_21_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(22) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_22_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(23) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_23_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(24) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_24_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(25) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_25_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(26) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_26_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(27) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_27_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(28) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_28_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(29) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_29_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(30) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_30_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(31) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_31_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(32) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_32_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(33) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_33_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(34) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_34_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(35) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_35_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(36) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_36_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(37) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_37_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(38) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_38_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(39) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_39_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(40) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_40_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(41) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_41_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(42) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_42_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(43) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_43_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(44) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_44_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(45) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_45_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(46) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_46_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(47) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_47_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(48) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_48_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(49) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_49_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(50) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_50_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(51) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_51_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(52) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_52_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(53) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_53_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(54) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_54_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(55) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_55_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(56) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_56_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(57) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_57_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(58) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_58_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(59) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_59_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(60) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_60_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(61) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_61_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(62) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_62_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(63) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_63_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(64) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_64_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(65) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_65_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(66) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_66_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(67) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_67_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(68) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_68_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(69) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_69_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(70) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_70_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(71) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_71_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(72) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_72_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(73) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_73_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(74) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_74_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(75) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_75_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(76) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_76_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(77) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_77_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(78) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_78_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(79) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_79_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(80) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_80_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(81) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_81_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(82) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_82_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(83) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_83_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(84) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_84_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(85) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_85_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(86) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_86_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(87) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_87_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(88) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_88_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(89) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_89_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(90) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_90_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(91) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_91_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(92) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_92_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(93) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_93_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(94) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_94_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(95) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_95_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(96) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_96_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(97) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_97_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(98) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_98_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(99) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleofficer_edit_99_] ~ .vehicleofficer .repcontainer > .repitem:nth-child(100) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_0_] ~ .vehicleammo .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_1_] ~ .vehicleammo .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_2_] ~ .vehicleammo .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_3_] ~ .vehicleammo .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_4_] ~ .vehicleammo .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_5_] ~ .vehicleammo .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_6_] ~ .vehicleammo .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_7_] ~ .vehicleammo .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_8_] ~ .vehicleammo .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_9_] ~ .vehicleammo .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_10_] ~ .vehicleammo .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_11_] ~ .vehicleammo .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_12_] ~ .vehicleammo .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_13_] ~ .vehicleammo .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_14_] ~ .vehicleammo .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_15_] ~ .vehicleammo .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_16_] ~ .vehicleammo .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_17_] ~ .vehicleammo .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_18_] ~ .vehicleammo .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_19_] ~ .vehicleammo .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_20_] ~ .vehicleammo .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_21_] ~ .vehicleammo .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_22_] ~ .vehicleammo .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_23_] ~ .vehicleammo .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_24_] ~ .vehicleammo .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_25_] ~ .vehicleammo .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_26_] ~ .vehicleammo .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_27_] ~ .vehicleammo .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_28_] ~ .vehicleammo .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_29_] ~ .vehicleammo .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_30_] ~ .vehicleammo .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_31_] ~ .vehicleammo .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_32_] ~ .vehicleammo .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_33_] ~ .vehicleammo .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_34_] ~ .vehicleammo .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_35_] ~ .vehicleammo .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_36_] ~ .vehicleammo .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_37_] ~ .vehicleammo .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_38_] ~ .vehicleammo .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_39_] ~ .vehicleammo .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_40_] ~ .vehicleammo .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_41_] ~ .vehicleammo .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_42_] ~ .vehicleammo .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_43_] ~ .vehicleammo .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_44_] ~ .vehicleammo .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_45_] ~ .vehicleammo .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_46_] ~ .vehicleammo .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_47_] ~ .vehicleammo .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_48_] ~ .vehicleammo .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_49_] ~ .vehicleammo .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_50_] ~ .vehicleammo .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_51_] ~ .vehicleammo .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_52_] ~ .vehicleammo .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_53_] ~ .vehicleammo .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_54_] ~ .vehicleammo .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_55_] ~ .vehicleammo .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_56_] ~ .vehicleammo .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_57_] ~ .vehicleammo .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_58_] ~ .vehicleammo .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_59_] ~ .vehicleammo .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_60_] ~ .vehicleammo .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_61_] ~ .vehicleammo .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_62_] ~ .vehicleammo .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_63_] ~ .vehicleammo .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_64_] ~ .vehicleammo .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_65_] ~ .vehicleammo .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_66_] ~ .vehicleammo .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_67_] ~ .vehicleammo .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_68_] ~ .vehicleammo .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_69_] ~ .vehicleammo .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_70_] ~ .vehicleammo .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_71_] ~ .vehicleammo .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_72_] ~ .vehicleammo .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_73_] ~ .vehicleammo .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_74_] ~ .vehicleammo .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_75_] ~ .vehicleammo .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_76_] ~ .vehicleammo .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_77_] ~ .vehicleammo .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_78_] ~ .vehicleammo .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_79_] ~ .vehicleammo .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_80_] ~ .vehicleammo .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_81_] ~ .vehicleammo .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_82_] ~ .vehicleammo .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_83_] ~ .vehicleammo .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_84_] ~ .vehicleammo .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_85_] ~ .vehicleammo .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_86_] ~ .vehicleammo .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_87_] ~ .vehicleammo .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_88_] ~ .vehicleammo .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_89_] ~ .vehicleammo .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_90_] ~ .vehicleammo .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_91_] ~ .vehicleammo .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_92_] ~ .vehicleammo .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_93_] ~ .vehicleammo .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_94_] ~ .vehicleammo .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_95_] ~ .vehicleammo .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_96_] ~ .vehicleammo .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_97_] ~ .vehicleammo .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_98_] ~ .vehicleammo .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_99_] ~ .vehicleammo .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleammo_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_0_] ~ .vehicleammo .repcontainer > .repitem:nth-child(1) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_1_] ~ .vehicleammo .repcontainer > .repitem:nth-child(2) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_2_] ~ .vehicleammo .repcontainer > .repitem:nth-child(3) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_3_] ~ .vehicleammo .repcontainer > .repitem:nth-child(4) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_4_] ~ .vehicleammo .repcontainer > .repitem:nth-child(5) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_5_] ~ .vehicleammo .repcontainer > .repitem:nth-child(6) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_6_] ~ .vehicleammo .repcontainer > .repitem:nth-child(7) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_7_] ~ .vehicleammo .repcontainer > .repitem:nth-child(8) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_8_] ~ .vehicleammo .repcontainer > .repitem:nth-child(9) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_9_] ~ .vehicleammo .repcontainer > .repitem:nth-child(10) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_10_] ~ .vehicleammo .repcontainer > .repitem:nth-child(11) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_11_] ~ .vehicleammo .repcontainer > .repitem:nth-child(12) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_12_] ~ .vehicleammo .repcontainer > .repitem:nth-child(13) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_13_] ~ .vehicleammo .repcontainer > .repitem:nth-child(14) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_14_] ~ .vehicleammo .repcontainer > .repitem:nth-child(15) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_15_] ~ .vehicleammo .repcontainer > .repitem:nth-child(16) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_16_] ~ .vehicleammo .repcontainer > .repitem:nth-child(17) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_17_] ~ .vehicleammo .repcontainer > .repitem:nth-child(18) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_18_] ~ .vehicleammo .repcontainer > .repitem:nth-child(19) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_19_] ~ .vehicleammo .repcontainer > .repitem:nth-child(20) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_20_] ~ .vehicleammo .repcontainer > .repitem:nth-child(21) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_21_] ~ .vehicleammo .repcontainer > .repitem:nth-child(22) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_22_] ~ .vehicleammo .repcontainer > .repitem:nth-child(23) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_23_] ~ .vehicleammo .repcontainer > .repitem:nth-child(24) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_24_] ~ .vehicleammo .repcontainer > .repitem:nth-child(25) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_25_] ~ .vehicleammo .repcontainer > .repitem:nth-child(26) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_26_] ~ .vehicleammo .repcontainer > .repitem:nth-child(27) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_27_] ~ .vehicleammo .repcontainer > .repitem:nth-child(28) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_28_] ~ .vehicleammo .repcontainer > .repitem:nth-child(29) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_29_] ~ .vehicleammo .repcontainer > .repitem:nth-child(30) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_30_] ~ .vehicleammo .repcontainer > .repitem:nth-child(31) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_31_] ~ .vehicleammo .repcontainer > .repitem:nth-child(32) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_32_] ~ .vehicleammo .repcontainer > .repitem:nth-child(33) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_33_] ~ .vehicleammo .repcontainer > .repitem:nth-child(34) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_34_] ~ .vehicleammo .repcontainer > .repitem:nth-child(35) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_35_] ~ .vehicleammo .repcontainer > .repitem:nth-child(36) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_36_] ~ .vehicleammo .repcontainer > .repitem:nth-child(37) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_37_] ~ .vehicleammo .repcontainer > .repitem:nth-child(38) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_38_] ~ .vehicleammo .repcontainer > .repitem:nth-child(39) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_39_] ~ .vehicleammo .repcontainer > .repitem:nth-child(40) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_40_] ~ .vehicleammo .repcontainer > .repitem:nth-child(41) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_41_] ~ .vehicleammo .repcontainer > .repitem:nth-child(42) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_42_] ~ .vehicleammo .repcontainer > .repitem:nth-child(43) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_43_] ~ .vehicleammo .repcontainer > .repitem:nth-child(44) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_44_] ~ .vehicleammo .repcontainer > .repitem:nth-child(45) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_45_] ~ .vehicleammo .repcontainer > .repitem:nth-child(46) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_46_] ~ .vehicleammo .repcontainer > .repitem:nth-child(47) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_47_] ~ .vehicleammo .repcontainer > .repitem:nth-child(48) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_48_] ~ .vehicleammo .repcontainer > .repitem:nth-child(49) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_49_] ~ .vehicleammo .repcontainer > .repitem:nth-child(50) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_50_] ~ .vehicleammo .repcontainer > .repitem:nth-child(51) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_51_] ~ .vehicleammo .repcontainer > .repitem:nth-child(52) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_52_] ~ .vehicleammo .repcontainer > .repitem:nth-child(53) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_53_] ~ .vehicleammo .repcontainer > .repitem:nth-child(54) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_54_] ~ .vehicleammo .repcontainer > .repitem:nth-child(55) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_55_] ~ .vehicleammo .repcontainer > .repitem:nth-child(56) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_56_] ~ .vehicleammo .repcontainer > .repitem:nth-child(57) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_57_] ~ .vehicleammo .repcontainer > .repitem:nth-child(58) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_58_] ~ .vehicleammo .repcontainer > .repitem:nth-child(59) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_59_] ~ .vehicleammo .repcontainer > .repitem:nth-child(60) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_60_] ~ .vehicleammo .repcontainer > .repitem:nth-child(61) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_61_] ~ .vehicleammo .repcontainer > .repitem:nth-child(62) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_62_] ~ .vehicleammo .repcontainer > .repitem:nth-child(63) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_63_] ~ .vehicleammo .repcontainer > .repitem:nth-child(64) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_64_] ~ .vehicleammo .repcontainer > .repitem:nth-child(65) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_65_] ~ .vehicleammo .repcontainer > .repitem:nth-child(66) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_66_] ~ .vehicleammo .repcontainer > .repitem:nth-child(67) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_67_] ~ .vehicleammo .repcontainer > .repitem:nth-child(68) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_68_] ~ .vehicleammo .repcontainer > .repitem:nth-child(69) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_69_] ~ .vehicleammo .repcontainer > .repitem:nth-child(70) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_70_] ~ .vehicleammo .repcontainer > .repitem:nth-child(71) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_71_] ~ .vehicleammo .repcontainer > .repitem:nth-child(72) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_72_] ~ .vehicleammo .repcontainer > .repitem:nth-child(73) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_73_] ~ .vehicleammo .repcontainer > .repitem:nth-child(74) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_74_] ~ .vehicleammo .repcontainer > .repitem:nth-child(75) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_75_] ~ .vehicleammo .repcontainer > .repitem:nth-child(76) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_76_] ~ .vehicleammo .repcontainer > .repitem:nth-child(77) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_77_] ~ .vehicleammo .repcontainer > .repitem:nth-child(78) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_78_] ~ .vehicleammo .repcontainer > .repitem:nth-child(79) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_79_] ~ .vehicleammo .repcontainer > .repitem:nth-child(80) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_80_] ~ .vehicleammo .repcontainer > .repitem:nth-child(81) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_81_] ~ .vehicleammo .repcontainer > .repitem:nth-child(82) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_82_] ~ .vehicleammo .repcontainer > .repitem:nth-child(83) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_83_] ~ .vehicleammo .repcontainer > .repitem:nth-child(84) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_84_] ~ .vehicleammo .repcontainer > .repitem:nth-child(85) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_85_] ~ .vehicleammo .repcontainer > .repitem:nth-child(86) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_86_] ~ .vehicleammo .repcontainer > .repitem:nth-child(87) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_87_] ~ .vehicleammo .repcontainer > .repitem:nth-child(88) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_88_] ~ .vehicleammo .repcontainer > .repitem:nth-child(89) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_89_] ~ .vehicleammo .repcontainer > .repitem:nth-child(90) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_90_] ~ .vehicleammo .repcontainer > .repitem:nth-child(91) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_91_] ~ .vehicleammo .repcontainer > .repitem:nth-child(92) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_92_] ~ .vehicleammo .repcontainer > .repitem:nth-child(93) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_93_] ~ .vehicleammo .repcontainer > .repitem:nth-child(94) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_94_] ~ .vehicleammo .repcontainer > .repitem:nth-child(95) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_95_] ~ .vehicleammo .repcontainer > .repitem:nth-child(96) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_96_] ~ .vehicleammo .repcontainer > .repitem:nth-child(97) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_97_] ~ .vehicleammo .repcontainer > .repitem:nth-child(98) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_98_] ~ .vehicleammo .repcontainer > .repitem:nth-child(99) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleammo_edit_99_] ~ .vehicleammo .repcontainer > .repitem:nth-child(100) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_0_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(1) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_1_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(2) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_2_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(3) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_3_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(4) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_4_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(5) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_5_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(6) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_6_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(7) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_7_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(8) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_8_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(9) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_9_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(10) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_10_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(11) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_11_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(12) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_12_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(13) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_13_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(14) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_14_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(15) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_15_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(16) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_16_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(17) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_17_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(18) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_18_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(19) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_19_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(20) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_20_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(21) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_21_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(22) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_22_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(23) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_23_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(24) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_24_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(25) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_25_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(26) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_26_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(27) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_27_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(28) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_28_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(29) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_29_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(30) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_30_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(31) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_31_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(32) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_32_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(33) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_33_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(34) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_34_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(35) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_35_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(36) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_36_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(37) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_37_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(38) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_38_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(39) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_39_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(40) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_40_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(41) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_41_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(42) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_42_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(43) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_43_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(44) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_44_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(45) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_45_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(46) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_46_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(47) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_47_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(48) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_48_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(49) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_49_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(50) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_50_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(51) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_51_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(52) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_52_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(53) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_53_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(54) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_54_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(55) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_55_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(56) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_56_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(57) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_57_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(58) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_58_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(59) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_59_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(60) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_60_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(61) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_61_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(62) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_62_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(63) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_63_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(64) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_64_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(65) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_65_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(66) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_66_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(67) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_67_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(68) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_68_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(69) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_69_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(70) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_70_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(71) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_71_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(72) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_72_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(73) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_73_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(74) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_74_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(75) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_75_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(76) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_76_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(77) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_77_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(78) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_78_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(79) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_79_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(80) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_80_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(81) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_81_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(82) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_82_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(83) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_83_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(84) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_84_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(85) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_85_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(86) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_86_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(87) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_87_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(88) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_88_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(89) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_89_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(90) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_90_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(91) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_91_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(92) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_92_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(93) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_93_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(94) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_94_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(95) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_95_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(96) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_96_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(97) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_97_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(98) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_98_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(99) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_99_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(100) .toggle_repeating_vehicleupgrade_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_0_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(1) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_1_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(2) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_2_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(3) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_3_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(4) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_4_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(5) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_5_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(6) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_6_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(7) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_7_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(8) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_8_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(9) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_9_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(10) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_10_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(11) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_11_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(12) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_12_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(13) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_13_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(14) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_14_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(15) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_15_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(16) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_16_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(17) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_17_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(18) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_18_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(19) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_19_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(20) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_20_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(21) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_21_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(22) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_22_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(23) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_23_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(24) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_24_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(25) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_25_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(26) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_26_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(27) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_27_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(28) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_28_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(29) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_29_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(30) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_30_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(31) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_31_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(32) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_32_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(33) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_33_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(34) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_34_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(35) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_35_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(36) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_36_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(37) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_37_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(38) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_38_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(39) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_39_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(40) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_40_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(41) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_41_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(42) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_42_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(43) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_43_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(44) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_44_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(45) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_45_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(46) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_46_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(47) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_47_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(48) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_48_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(49) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_49_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(50) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_50_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(51) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_51_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(52) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_52_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(53) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_53_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(54) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_54_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(55) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_55_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(56) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_56_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(57) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_57_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(58) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_58_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(59) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_59_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(60) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_60_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(61) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_61_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(62) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_62_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(63) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_63_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(64) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_64_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(65) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_65_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(66) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_66_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(67) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_67_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(68) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_68_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(69) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_69_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(70) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_70_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(71) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_71_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(72) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_72_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(73) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_73_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(74) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_74_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(75) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_75_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(76) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_76_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(77) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_77_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(78) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_78_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(79) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_79_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(80) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_80_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(81) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_81_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(82) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_82_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(83) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_83_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(84) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_84_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(85) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_85_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(86) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_86_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(87) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_87_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(88) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_88_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(89) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_89_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(90) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_90_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(91) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_91_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(92) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_92_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(93) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_93_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(94) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_94_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(95) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_95_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(96) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_96_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(97) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_97_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(98) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_98_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(99) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_vehicleupgrade_edit_99_] ~ .vehicleupgrade .repcontainer > .repitem:nth-child(100) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_0_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(1) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_1_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(2) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_2_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(3) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_3_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(4) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_4_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(5) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_5_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(6) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_6_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(7) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_7_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(8) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_8_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(9) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_9_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(10) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_10_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(11) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_11_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(12) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_12_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(13) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_13_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(14) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_14_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(15) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_15_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(16) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_16_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(17) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_17_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(18) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_18_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(19) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_19_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(20) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_20_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(21) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_21_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(22) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_22_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(23) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_23_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(24) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_24_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(25) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_25_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(26) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_26_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(27) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_27_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(28) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_28_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(29) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_29_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(30) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_30_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(31) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_31_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(32) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_32_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(33) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_33_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(34) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_34_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(35) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_35_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(36) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_36_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(37) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_37_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(38) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_38_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(39) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_39_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(40) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_40_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(41) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_41_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(42) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_42_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(43) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_43_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(44) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_44_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(45) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_45_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(46) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_46_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(47) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_47_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(48) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_48_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(49) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_49_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(50) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_50_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(51) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_51_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(52) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_52_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(53) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_53_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(54) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_54_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(55) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_55_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(56) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_56_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(57) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_57_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(58) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_58_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(59) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_59_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(60) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_60_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(61) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_61_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(62) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_62_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(63) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_63_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(64) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_64_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(65) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_65_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(66) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_66_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(67) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_67_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(68) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_68_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(69) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_69_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(70) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_70_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(71) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_71_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(72) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_72_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(73) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_73_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(74) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_74_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(75) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_75_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(76) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_76_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(77) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_77_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(78) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_78_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(79) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_79_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(80) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_80_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(81) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_81_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(82) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_82_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(83) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_83_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(84) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_84_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(85) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_85_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(86) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_86_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(87) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_87_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(88) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_88_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(89) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_89_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(90) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_90_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(91) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_91_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(92) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_92_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(93) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_93_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(94) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_94_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(95) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_95_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(96) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_96_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(97) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_97_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(98) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_98_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(99) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_99_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(100) .toggle_repeating_npctrait_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_0_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(1) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_1_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(2) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_2_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(3) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_3_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(4) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_4_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(5) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_5_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(6) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_6_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(7) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_7_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(8) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_8_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(9) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_9_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(10) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_10_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(11) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_11_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(12) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_12_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(13) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_13_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(14) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_14_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(15) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_15_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(16) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_16_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(17) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_17_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(18) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_18_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(19) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_19_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(20) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_20_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(21) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_21_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(22) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_22_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(23) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_23_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(24) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_24_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(25) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_25_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(26) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_26_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(27) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_27_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(28) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_28_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(29) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_29_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(30) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_30_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(31) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_31_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(32) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_32_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(33) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_33_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(34) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_34_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(35) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_35_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(36) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_36_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(37) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_37_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(38) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_38_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(39) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_39_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(40) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_40_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(41) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_41_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(42) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_42_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(43) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_43_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(44) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_44_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(45) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_45_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(46) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_46_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(47) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_47_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(48) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_48_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(49) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_49_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(50) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_50_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(51) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_51_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(52) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_52_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(53) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_53_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(54) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_54_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(55) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_55_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(56) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_56_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(57) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_57_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(58) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_58_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(59) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_59_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(60) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_60_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(61) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_61_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(62) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_62_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(63) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_63_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(64) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_64_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(65) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_65_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(66) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_66_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(67) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_67_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(68) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_68_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(69) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_69_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(70) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_70_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(71) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_71_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(72) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_72_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(73) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_73_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(74) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_74_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(75) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_75_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(76) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_76_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(77) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_77_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(78) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_78_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(79) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_79_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(80) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_80_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(81) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_81_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(82) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_82_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(83) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_83_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(84) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_84_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(85) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_85_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(86) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_86_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(87) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_87_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(88) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_88_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(89) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_89_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(90) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_90_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(91) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_91_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(92) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_92_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(93) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_93_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(94) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_94_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(95) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_95_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(96) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_96_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(97) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_97_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(98) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_98_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(99) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npctrait_edit_99_] ~ .stat-block .traits .repcontainer > .repitem:nth-child(100) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_0_] ~ .reaction .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_1_] ~ .reaction .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_2_] ~ .reaction .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_3_] ~ .reaction .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_4_] ~ .reaction .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_5_] ~ .reaction .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_6_] ~ .reaction .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_7_] ~ .reaction .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_8_] ~ .reaction .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_9_] ~ .reaction .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_10_] ~ .reaction .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_11_] ~ .reaction .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_12_] ~ .reaction .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_13_] ~ .reaction .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_14_] ~ .reaction .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_15_] ~ .reaction .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_16_] ~ .reaction .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_17_] ~ .reaction .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_18_] ~ .reaction .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_19_] ~ .reaction .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_20_] ~ .reaction .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_21_] ~ .reaction .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_22_] ~ .reaction .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_23_] ~ .reaction .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_24_] ~ .reaction .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_25_] ~ .reaction .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_26_] ~ .reaction .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_27_] ~ .reaction .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_28_] ~ .reaction .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_29_] ~ .reaction .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_30_] ~ .reaction .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_31_] ~ .reaction .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_32_] ~ .reaction .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_33_] ~ .reaction .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_34_] ~ .reaction .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_35_] ~ .reaction .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_36_] ~ .reaction .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_37_] ~ .reaction .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_38_] ~ .reaction .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_39_] ~ .reaction .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_40_] ~ .reaction .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_41_] ~ .reaction .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_42_] ~ .reaction .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_43_] ~ .reaction .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_44_] ~ .reaction .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_45_] ~ .reaction .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_46_] ~ .reaction .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_47_] ~ .reaction .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_48_] ~ .reaction .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_49_] ~ .reaction .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_50_] ~ .reaction .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_51_] ~ .reaction .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_52_] ~ .reaction .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_53_] ~ .reaction .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_54_] ~ .reaction .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_55_] ~ .reaction .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_56_] ~ .reaction .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_57_] ~ .reaction .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_58_] ~ .reaction .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_59_] ~ .reaction .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_60_] ~ .reaction .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_61_] ~ .reaction .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_62_] ~ .reaction .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_63_] ~ .reaction .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_64_] ~ .reaction .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_65_] ~ .reaction .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_66_] ~ .reaction .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_67_] ~ .reaction .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_68_] ~ .reaction .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_69_] ~ .reaction .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_70_] ~ .reaction .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_71_] ~ .reaction .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_72_] ~ .reaction .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_73_] ~ .reaction .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_74_] ~ .reaction .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_75_] ~ .reaction .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_76_] ~ .reaction .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_77_] ~ .reaction .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_78_] ~ .reaction .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_79_] ~ .reaction .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_80_] ~ .reaction .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_81_] ~ .reaction .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_82_] ~ .reaction .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_83_] ~ .reaction .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_84_] ~ .reaction .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_85_] ~ .reaction .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_86_] ~ .reaction .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_87_] ~ .reaction .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_88_] ~ .reaction .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_89_] ~ .reaction .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_90_] ~ .reaction .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_91_] ~ .reaction .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_92_] ~ .reaction .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_93_] ~ .reaction .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_94_] ~ .reaction .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_95_] ~ .reaction .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_96_] ~ .reaction .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_97_] ~ .reaction .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_98_] ~ .reaction .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_99_] ~ .reaction .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcreaction_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_0_] ~ .reaction .repcontainer > .repitem:nth-child(1) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_1_] ~ .reaction .repcontainer > .repitem:nth-child(2) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_2_] ~ .reaction .repcontainer > .repitem:nth-child(3) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_3_] ~ .reaction .repcontainer > .repitem:nth-child(4) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_4_] ~ .reaction .repcontainer > .repitem:nth-child(5) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_5_] ~ .reaction .repcontainer > .repitem:nth-child(6) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_6_] ~ .reaction .repcontainer > .repitem:nth-child(7) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_7_] ~ .reaction .repcontainer > .repitem:nth-child(8) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_8_] ~ .reaction .repcontainer > .repitem:nth-child(9) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_9_] ~ .reaction .repcontainer > .repitem:nth-child(10) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_10_] ~ .reaction .repcontainer > .repitem:nth-child(11) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_11_] ~ .reaction .repcontainer > .repitem:nth-child(12) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_12_] ~ .reaction .repcontainer > .repitem:nth-child(13) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_13_] ~ .reaction .repcontainer > .repitem:nth-child(14) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_14_] ~ .reaction .repcontainer > .repitem:nth-child(15) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_15_] ~ .reaction .repcontainer > .repitem:nth-child(16) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_16_] ~ .reaction .repcontainer > .repitem:nth-child(17) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_17_] ~ .reaction .repcontainer > .repitem:nth-child(18) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_18_] ~ .reaction .repcontainer > .repitem:nth-child(19) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_19_] ~ .reaction .repcontainer > .repitem:nth-child(20) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_20_] ~ .reaction .repcontainer > .repitem:nth-child(21) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_21_] ~ .reaction .repcontainer > .repitem:nth-child(22) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_22_] ~ .reaction .repcontainer > .repitem:nth-child(23) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_23_] ~ .reaction .repcontainer > .repitem:nth-child(24) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_24_] ~ .reaction .repcontainer > .repitem:nth-child(25) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_25_] ~ .reaction .repcontainer > .repitem:nth-child(26) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_26_] ~ .reaction .repcontainer > .repitem:nth-child(27) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_27_] ~ .reaction .repcontainer > .repitem:nth-child(28) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_28_] ~ .reaction .repcontainer > .repitem:nth-child(29) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_29_] ~ .reaction .repcontainer > .repitem:nth-child(30) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_30_] ~ .reaction .repcontainer > .repitem:nth-child(31) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_31_] ~ .reaction .repcontainer > .repitem:nth-child(32) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_32_] ~ .reaction .repcontainer > .repitem:nth-child(33) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_33_] ~ .reaction .repcontainer > .repitem:nth-child(34) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_34_] ~ .reaction .repcontainer > .repitem:nth-child(35) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_35_] ~ .reaction .repcontainer > .repitem:nth-child(36) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_36_] ~ .reaction .repcontainer > .repitem:nth-child(37) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_37_] ~ .reaction .repcontainer > .repitem:nth-child(38) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_38_] ~ .reaction .repcontainer > .repitem:nth-child(39) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_39_] ~ .reaction .repcontainer > .repitem:nth-child(40) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_40_] ~ .reaction .repcontainer > .repitem:nth-child(41) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_41_] ~ .reaction .repcontainer > .repitem:nth-child(42) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_42_] ~ .reaction .repcontainer > .repitem:nth-child(43) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_43_] ~ .reaction .repcontainer > .repitem:nth-child(44) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_44_] ~ .reaction .repcontainer > .repitem:nth-child(45) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_45_] ~ .reaction .repcontainer > .repitem:nth-child(46) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_46_] ~ .reaction .repcontainer > .repitem:nth-child(47) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_47_] ~ .reaction .repcontainer > .repitem:nth-child(48) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_48_] ~ .reaction .repcontainer > .repitem:nth-child(49) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_49_] ~ .reaction .repcontainer > .repitem:nth-child(50) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_50_] ~ .reaction .repcontainer > .repitem:nth-child(51) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_51_] ~ .reaction .repcontainer > .repitem:nth-child(52) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_52_] ~ .reaction .repcontainer > .repitem:nth-child(53) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_53_] ~ .reaction .repcontainer > .repitem:nth-child(54) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_54_] ~ .reaction .repcontainer > .repitem:nth-child(55) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_55_] ~ .reaction .repcontainer > .repitem:nth-child(56) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_56_] ~ .reaction .repcontainer > .repitem:nth-child(57) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_57_] ~ .reaction .repcontainer > .repitem:nth-child(58) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_58_] ~ .reaction .repcontainer > .repitem:nth-child(59) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_59_] ~ .reaction .repcontainer > .repitem:nth-child(60) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_60_] ~ .reaction .repcontainer > .repitem:nth-child(61) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_61_] ~ .reaction .repcontainer > .repitem:nth-child(62) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_62_] ~ .reaction .repcontainer > .repitem:nth-child(63) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_63_] ~ .reaction .repcontainer > .repitem:nth-child(64) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_64_] ~ .reaction .repcontainer > .repitem:nth-child(65) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_65_] ~ .reaction .repcontainer > .repitem:nth-child(66) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_66_] ~ .reaction .repcontainer > .repitem:nth-child(67) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_67_] ~ .reaction .repcontainer > .repitem:nth-child(68) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_68_] ~ .reaction .repcontainer > .repitem:nth-child(69) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_69_] ~ .reaction .repcontainer > .repitem:nth-child(70) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_70_] ~ .reaction .repcontainer > .repitem:nth-child(71) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_71_] ~ .reaction .repcontainer > .repitem:nth-child(72) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_72_] ~ .reaction .repcontainer > .repitem:nth-child(73) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_73_] ~ .reaction .repcontainer > .repitem:nth-child(74) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_74_] ~ .reaction .repcontainer > .repitem:nth-child(75) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_75_] ~ .reaction .repcontainer > .repitem:nth-child(76) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_76_] ~ .reaction .repcontainer > .repitem:nth-child(77) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_77_] ~ .reaction .repcontainer > .repitem:nth-child(78) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_78_] ~ .reaction .repcontainer > .repitem:nth-child(79) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_79_] ~ .reaction .repcontainer > .repitem:nth-child(80) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_80_] ~ .reaction .repcontainer > .repitem:nth-child(81) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_81_] ~ .reaction .repcontainer > .repitem:nth-child(82) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_82_] ~ .reaction .repcontainer > .repitem:nth-child(83) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_83_] ~ .reaction .repcontainer > .repitem:nth-child(84) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_84_] ~ .reaction .repcontainer > .repitem:nth-child(85) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_85_] ~ .reaction .repcontainer > .repitem:nth-child(86) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_86_] ~ .reaction .repcontainer > .repitem:nth-child(87) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_87_] ~ .reaction .repcontainer > .repitem:nth-child(88) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_88_] ~ .reaction .repcontainer > .repitem:nth-child(89) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_89_] ~ .reaction .repcontainer > .repitem:nth-child(90) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_90_] ~ .reaction .repcontainer > .repitem:nth-child(91) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_91_] ~ .reaction .repcontainer > .repitem:nth-child(92) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_92_] ~ .reaction .repcontainer > .repitem:nth-child(93) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_93_] ~ .reaction .repcontainer > .repitem:nth-child(94) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_94_] ~ .reaction .repcontainer > .repitem:nth-child(95) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_95_] ~ .reaction .repcontainer > .repitem:nth-child(96) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_96_] ~ .reaction .repcontainer > .repitem:nth-child(97) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_97_] ~ .reaction .repcontainer > .repitem:nth-child(98) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_98_] ~ .reaction .repcontainer > .repitem:nth-child(99) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcreaction_edit_99_] ~ .reaction .repcontainer > .repitem:nth-child(100) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_0_] ~ .legendary .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_1_] ~ .legendary .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_2_] ~ .legendary .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_3_] ~ .legendary .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_4_] ~ .legendary .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_5_] ~ .legendary .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_6_] ~ .legendary .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_7_] ~ .legendary .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_8_] ~ .legendary .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_9_] ~ .legendary .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_10_] ~ .legendary .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_11_] ~ .legendary .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_12_] ~ .legendary .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_13_] ~ .legendary .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_14_] ~ .legendary .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_15_] ~ .legendary .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_16_] ~ .legendary .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_17_] ~ .legendary .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_18_] ~ .legendary .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_19_] ~ .legendary .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_20_] ~ .legendary .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_21_] ~ .legendary .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_22_] ~ .legendary .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_23_] ~ .legendary .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_24_] ~ .legendary .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_25_] ~ .legendary .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_26_] ~ .legendary .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_27_] ~ .legendary .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_28_] ~ .legendary .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_29_] ~ .legendary .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_30_] ~ .legendary .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_31_] ~ .legendary .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_32_] ~ .legendary .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_33_] ~ .legendary .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_34_] ~ .legendary .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_35_] ~ .legendary .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_36_] ~ .legendary .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_37_] ~ .legendary .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_38_] ~ .legendary .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_39_] ~ .legendary .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_40_] ~ .legendary .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_41_] ~ .legendary .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_42_] ~ .legendary .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_43_] ~ .legendary .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_44_] ~ .legendary .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_45_] ~ .legendary .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_46_] ~ .legendary .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_47_] ~ .legendary .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_48_] ~ .legendary .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_49_] ~ .legendary .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_50_] ~ .legendary .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_51_] ~ .legendary .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_52_] ~ .legendary .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_53_] ~ .legendary .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_54_] ~ .legendary .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_55_] ~ .legendary .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_56_] ~ .legendary .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_57_] ~ .legendary .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_58_] ~ .legendary .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_59_] ~ .legendary .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_60_] ~ .legendary .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_61_] ~ .legendary .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_62_] ~ .legendary .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_63_] ~ .legendary .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_64_] ~ .legendary .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_65_] ~ .legendary .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_66_] ~ .legendary .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_67_] ~ .legendary .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_68_] ~ .legendary .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_69_] ~ .legendary .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_70_] ~ .legendary .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_71_] ~ .legendary .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_72_] ~ .legendary .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_73_] ~ .legendary .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_74_] ~ .legendary .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_75_] ~ .legendary .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_76_] ~ .legendary .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_77_] ~ .legendary .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_78_] ~ .legendary .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_79_] ~ .legendary .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_80_] ~ .legendary .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_81_] ~ .legendary .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_82_] ~ .legendary .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_83_] ~ .legendary .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_84_] ~ .legendary .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_85_] ~ .legendary .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_86_] ~ .legendary .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_87_] ~ .legendary .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_88_] ~ .legendary .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_89_] ~ .legendary .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_90_] ~ .legendary .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_91_] ~ .legendary .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_92_] ~ .legendary .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_93_] ~ .legendary .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_94_] ~ .legendary .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_95_] ~ .legendary .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_96_] ~ .legendary .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_97_] ~ .legendary .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_98_] ~ .legendary .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_99_] ~ .legendary .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcaction-l_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_0_] ~ .legendary .repcontainer > .repitem:nth-child(1) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_1_] ~ .legendary .repcontainer > .repitem:nth-child(2) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_2_] ~ .legendary .repcontainer > .repitem:nth-child(3) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_3_] ~ .legendary .repcontainer > .repitem:nth-child(4) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_4_] ~ .legendary .repcontainer > .repitem:nth-child(5) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_5_] ~ .legendary .repcontainer > .repitem:nth-child(6) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_6_] ~ .legendary .repcontainer > .repitem:nth-child(7) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_7_] ~ .legendary .repcontainer > .repitem:nth-child(8) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_8_] ~ .legendary .repcontainer > .repitem:nth-child(9) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_9_] ~ .legendary .repcontainer > .repitem:nth-child(10) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_10_] ~ .legendary .repcontainer > .repitem:nth-child(11) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_11_] ~ .legendary .repcontainer > .repitem:nth-child(12) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_12_] ~ .legendary .repcontainer > .repitem:nth-child(13) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_13_] ~ .legendary .repcontainer > .repitem:nth-child(14) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_14_] ~ .legendary .repcontainer > .repitem:nth-child(15) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_15_] ~ .legendary .repcontainer > .repitem:nth-child(16) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_16_] ~ .legendary .repcontainer > .repitem:nth-child(17) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_17_] ~ .legendary .repcontainer > .repitem:nth-child(18) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_18_] ~ .legendary .repcontainer > .repitem:nth-child(19) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_19_] ~ .legendary .repcontainer > .repitem:nth-child(20) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_20_] ~ .legendary .repcontainer > .repitem:nth-child(21) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_21_] ~ .legendary .repcontainer > .repitem:nth-child(22) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_22_] ~ .legendary .repcontainer > .repitem:nth-child(23) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_23_] ~ .legendary .repcontainer > .repitem:nth-child(24) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_24_] ~ .legendary .repcontainer > .repitem:nth-child(25) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_25_] ~ .legendary .repcontainer > .repitem:nth-child(26) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_26_] ~ .legendary .repcontainer > .repitem:nth-child(27) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_27_] ~ .legendary .repcontainer > .repitem:nth-child(28) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_28_] ~ .legendary .repcontainer > .repitem:nth-child(29) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_29_] ~ .legendary .repcontainer > .repitem:nth-child(30) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_30_] ~ .legendary .repcontainer > .repitem:nth-child(31) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_31_] ~ .legendary .repcontainer > .repitem:nth-child(32) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_32_] ~ .legendary .repcontainer > .repitem:nth-child(33) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_33_] ~ .legendary .repcontainer > .repitem:nth-child(34) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_34_] ~ .legendary .repcontainer > .repitem:nth-child(35) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_35_] ~ .legendary .repcontainer > .repitem:nth-child(36) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_36_] ~ .legendary .repcontainer > .repitem:nth-child(37) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_37_] ~ .legendary .repcontainer > .repitem:nth-child(38) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_38_] ~ .legendary .repcontainer > .repitem:nth-child(39) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_39_] ~ .legendary .repcontainer > .repitem:nth-child(40) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_40_] ~ .legendary .repcontainer > .repitem:nth-child(41) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_41_] ~ .legendary .repcontainer > .repitem:nth-child(42) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_42_] ~ .legendary .repcontainer > .repitem:nth-child(43) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_43_] ~ .legendary .repcontainer > .repitem:nth-child(44) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_44_] ~ .legendary .repcontainer > .repitem:nth-child(45) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_45_] ~ .legendary .repcontainer > .repitem:nth-child(46) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_46_] ~ .legendary .repcontainer > .repitem:nth-child(47) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_47_] ~ .legendary .repcontainer > .repitem:nth-child(48) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_48_] ~ .legendary .repcontainer > .repitem:nth-child(49) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_49_] ~ .legendary .repcontainer > .repitem:nth-child(50) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_50_] ~ .legendary .repcontainer > .repitem:nth-child(51) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_51_] ~ .legendary .repcontainer > .repitem:nth-child(52) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_52_] ~ .legendary .repcontainer > .repitem:nth-child(53) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_53_] ~ .legendary .repcontainer > .repitem:nth-child(54) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_54_] ~ .legendary .repcontainer > .repitem:nth-child(55) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_55_] ~ .legendary .repcontainer > .repitem:nth-child(56) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_56_] ~ .legendary .repcontainer > .repitem:nth-child(57) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_57_] ~ .legendary .repcontainer > .repitem:nth-child(58) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_58_] ~ .legendary .repcontainer > .repitem:nth-child(59) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_59_] ~ .legendary .repcontainer > .repitem:nth-child(60) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_60_] ~ .legendary .repcontainer > .repitem:nth-child(61) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_61_] ~ .legendary .repcontainer > .repitem:nth-child(62) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_62_] ~ .legendary .repcontainer > .repitem:nth-child(63) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_63_] ~ .legendary .repcontainer > .repitem:nth-child(64) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_64_] ~ .legendary .repcontainer > .repitem:nth-child(65) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_65_] ~ .legendary .repcontainer > .repitem:nth-child(66) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_66_] ~ .legendary .repcontainer > .repitem:nth-child(67) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_67_] ~ .legendary .repcontainer > .repitem:nth-child(68) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_68_] ~ .legendary .repcontainer > .repitem:nth-child(69) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_69_] ~ .legendary .repcontainer > .repitem:nth-child(70) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_70_] ~ .legendary .repcontainer > .repitem:nth-child(71) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_71_] ~ .legendary .repcontainer > .repitem:nth-child(72) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_72_] ~ .legendary .repcontainer > .repitem:nth-child(73) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_73_] ~ .legendary .repcontainer > .repitem:nth-child(74) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_74_] ~ .legendary .repcontainer > .repitem:nth-child(75) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_75_] ~ .legendary .repcontainer > .repitem:nth-child(76) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_76_] ~ .legendary .repcontainer > .repitem:nth-child(77) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_77_] ~ .legendary .repcontainer > .repitem:nth-child(78) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_78_] ~ .legendary .repcontainer > .repitem:nth-child(79) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_79_] ~ .legendary .repcontainer > .repitem:nth-child(80) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_80_] ~ .legendary .repcontainer > .repitem:nth-child(81) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_81_] ~ .legendary .repcontainer > .repitem:nth-child(82) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_82_] ~ .legendary .repcontainer > .repitem:nth-child(83) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_83_] ~ .legendary .repcontainer > .repitem:nth-child(84) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_84_] ~ .legendary .repcontainer > .repitem:nth-child(85) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_85_] ~ .legendary .repcontainer > .repitem:nth-child(86) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_86_] ~ .legendary .repcontainer > .repitem:nth-child(87) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_87_] ~ .legendary .repcontainer > .repitem:nth-child(88) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_88_] ~ .legendary .repcontainer > .repitem:nth-child(89) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_89_] ~ .legendary .repcontainer > .repitem:nth-child(90) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_90_] ~ .legendary .repcontainer > .repitem:nth-child(91) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_91_] ~ .legendary .repcontainer > .repitem:nth-child(92) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_92_] ~ .legendary .repcontainer > .repitem:nth-child(93) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_93_] ~ .legendary .repcontainer > .repitem:nth-child(94) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_94_] ~ .legendary .repcontainer > .repitem:nth-child(95) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_95_] ~ .legendary .repcontainer > .repitem:nth-child(96) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_96_] ~ .legendary .repcontainer > .repitem:nth-child(97) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_97_] ~ .legendary .repcontainer > .repitem:nth-child(98) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_98_] ~ .legendary .repcontainer > .repitem:nth-child(99) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-l_edit_99_] ~ .legendary .repcontainer > .repitem:nth-child(100) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_0_] ~ .mythic .repcontainer > .repitem:nth-child(1) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_1_] ~ .mythic .repcontainer > .repitem:nth-child(2) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_2_] ~ .mythic .repcontainer > .repitem:nth-child(3) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_3_] ~ .mythic .repcontainer > .repitem:nth-child(4) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_4_] ~ .mythic .repcontainer > .repitem:nth-child(5) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_5_] ~ .mythic .repcontainer > .repitem:nth-child(6) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_6_] ~ .mythic .repcontainer > .repitem:nth-child(7) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_7_] ~ .mythic .repcontainer > .repitem:nth-child(8) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_8_] ~ .mythic .repcontainer > .repitem:nth-child(9) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_9_] ~ .mythic .repcontainer > .repitem:nth-child(10) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_10_] ~ .mythic .repcontainer > .repitem:nth-child(11) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_11_] ~ .mythic .repcontainer > .repitem:nth-child(12) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_12_] ~ .mythic .repcontainer > .repitem:nth-child(13) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_13_] ~ .mythic .repcontainer > .repitem:nth-child(14) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_14_] ~ .mythic .repcontainer > .repitem:nth-child(15) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_15_] ~ .mythic .repcontainer > .repitem:nth-child(16) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_16_] ~ .mythic .repcontainer > .repitem:nth-child(17) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_17_] ~ .mythic .repcontainer > .repitem:nth-child(18) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_18_] ~ .mythic .repcontainer > .repitem:nth-child(19) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_19_] ~ .mythic .repcontainer > .repitem:nth-child(20) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_20_] ~ .mythic .repcontainer > .repitem:nth-child(21) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_21_] ~ .mythic .repcontainer > .repitem:nth-child(22) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_22_] ~ .mythic .repcontainer > .repitem:nth-child(23) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_23_] ~ .mythic .repcontainer > .repitem:nth-child(24) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_24_] ~ .mythic .repcontainer > .repitem:nth-child(25) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_25_] ~ .mythic .repcontainer > .repitem:nth-child(26) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_26_] ~ .mythic .repcontainer > .repitem:nth-child(27) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_27_] ~ .mythic .repcontainer > .repitem:nth-child(28) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_28_] ~ .mythic .repcontainer > .repitem:nth-child(29) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_29_] ~ .mythic .repcontainer > .repitem:nth-child(30) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_30_] ~ .mythic .repcontainer > .repitem:nth-child(31) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_31_] ~ .mythic .repcontainer > .repitem:nth-child(32) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_32_] ~ .mythic .repcontainer > .repitem:nth-child(33) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_33_] ~ .mythic .repcontainer > .repitem:nth-child(34) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_34_] ~ .mythic .repcontainer > .repitem:nth-child(35) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_35_] ~ .mythic .repcontainer > .repitem:nth-child(36) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_36_] ~ .mythic .repcontainer > .repitem:nth-child(37) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_37_] ~ .mythic .repcontainer > .repitem:nth-child(38) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_38_] ~ .mythic .repcontainer > .repitem:nth-child(39) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_39_] ~ .mythic .repcontainer > .repitem:nth-child(40) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_40_] ~ .mythic .repcontainer > .repitem:nth-child(41) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_41_] ~ .mythic .repcontainer > .repitem:nth-child(42) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_42_] ~ .mythic .repcontainer > .repitem:nth-child(43) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_43_] ~ .mythic .repcontainer > .repitem:nth-child(44) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_44_] ~ .mythic .repcontainer > .repitem:nth-child(45) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_45_] ~ .mythic .repcontainer > .repitem:nth-child(46) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_46_] ~ .mythic .repcontainer > .repitem:nth-child(47) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_47_] ~ .mythic .repcontainer > .repitem:nth-child(48) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_48_] ~ .mythic .repcontainer > .repitem:nth-child(49) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_49_] ~ .mythic .repcontainer > .repitem:nth-child(50) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_50_] ~ .mythic .repcontainer > .repitem:nth-child(51) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_51_] ~ .mythic .repcontainer > .repitem:nth-child(52) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_52_] ~ .mythic .repcontainer > .repitem:nth-child(53) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_53_] ~ .mythic .repcontainer > .repitem:nth-child(54) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_54_] ~ .mythic .repcontainer > .repitem:nth-child(55) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_55_] ~ .mythic .repcontainer > .repitem:nth-child(56) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_56_] ~ .mythic .repcontainer > .repitem:nth-child(57) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_57_] ~ .mythic .repcontainer > .repitem:nth-child(58) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_58_] ~ .mythic .repcontainer > .repitem:nth-child(59) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_59_] ~ .mythic .repcontainer > .repitem:nth-child(60) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_60_] ~ .mythic .repcontainer > .repitem:nth-child(61) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_61_] ~ .mythic .repcontainer > .repitem:nth-child(62) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_62_] ~ .mythic .repcontainer > .repitem:nth-child(63) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_63_] ~ .mythic .repcontainer > .repitem:nth-child(64) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_64_] ~ .mythic .repcontainer > .repitem:nth-child(65) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_65_] ~ .mythic .repcontainer > .repitem:nth-child(66) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_66_] ~ .mythic .repcontainer > .repitem:nth-child(67) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_67_] ~ .mythic .repcontainer > .repitem:nth-child(68) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_68_] ~ .mythic .repcontainer > .repitem:nth-child(69) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_69_] ~ .mythic .repcontainer > .repitem:nth-child(70) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_70_] ~ .mythic .repcontainer > .repitem:nth-child(71) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_71_] ~ .mythic .repcontainer > .repitem:nth-child(72) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_72_] ~ .mythic .repcontainer > .repitem:nth-child(73) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_73_] ~ .mythic .repcontainer > .repitem:nth-child(74) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_74_] ~ .mythic .repcontainer > .repitem:nth-child(75) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_75_] ~ .mythic .repcontainer > .repitem:nth-child(76) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_76_] ~ .mythic .repcontainer > .repitem:nth-child(77) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_77_] ~ .mythic .repcontainer > .repitem:nth-child(78) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_78_] ~ .mythic .repcontainer > .repitem:nth-child(79) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_79_] ~ .mythic .repcontainer > .repitem:nth-child(80) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_80_] ~ .mythic .repcontainer > .repitem:nth-child(81) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_81_] ~ .mythic .repcontainer > .repitem:nth-child(82) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_82_] ~ .mythic .repcontainer > .repitem:nth-child(83) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_83_] ~ .mythic .repcontainer > .repitem:nth-child(84) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_84_] ~ .mythic .repcontainer > .repitem:nth-child(85) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_85_] ~ .mythic .repcontainer > .repitem:nth-child(86) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_86_] ~ .mythic .repcontainer > .repitem:nth-child(87) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_87_] ~ .mythic .repcontainer > .repitem:nth-child(88) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_88_] ~ .mythic .repcontainer > .repitem:nth-child(89) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_89_] ~ .mythic .repcontainer > .repitem:nth-child(90) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_90_] ~ .mythic .repcontainer > .repitem:nth-child(91) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_91_] ~ .mythic .repcontainer > .repitem:nth-child(92) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_92_] ~ .mythic .repcontainer > .repitem:nth-child(93) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_93_] ~ .mythic .repcontainer > .repitem:nth-child(94) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_94_] ~ .mythic .repcontainer > .repitem:nth-child(95) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_95_] ~ .mythic .repcontainer > .repitem:nth-child(96) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_96_] ~ .mythic .repcontainer > .repitem:nth-child(97) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_97_] ~ .mythic .repcontainer > .repitem:nth-child(98) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_98_] ~ .mythic .repcontainer > .repitem:nth-child(99) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_99_] ~ .mythic .repcontainer > .repitem:nth-child(100) .toggle_repeating_npcaction-m_edit + span { - color: black; - display: flex; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_0_] ~ .mythic .repcontainer > .repitem:nth-child(1) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_1_] ~ .mythic .repcontainer > .repitem:nth-child(2) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_2_] ~ .mythic .repcontainer > .repitem:nth-child(3) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_3_] ~ .mythic .repcontainer > .repitem:nth-child(4) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_4_] ~ .mythic .repcontainer > .repitem:nth-child(5) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_5_] ~ .mythic .repcontainer > .repitem:nth-child(6) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_6_] ~ .mythic .repcontainer > .repitem:nth-child(7) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_7_] ~ .mythic .repcontainer > .repitem:nth-child(8) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_8_] ~ .mythic .repcontainer > .repitem:nth-child(9) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_9_] ~ .mythic .repcontainer > .repitem:nth-child(10) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_10_] ~ .mythic .repcontainer > .repitem:nth-child(11) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_11_] ~ .mythic .repcontainer > .repitem:nth-child(12) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_12_] ~ .mythic .repcontainer > .repitem:nth-child(13) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_13_] ~ .mythic .repcontainer > .repitem:nth-child(14) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_14_] ~ .mythic .repcontainer > .repitem:nth-child(15) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_15_] ~ .mythic .repcontainer > .repitem:nth-child(16) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_16_] ~ .mythic .repcontainer > .repitem:nth-child(17) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_17_] ~ .mythic .repcontainer > .repitem:nth-child(18) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_18_] ~ .mythic .repcontainer > .repitem:nth-child(19) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_19_] ~ .mythic .repcontainer > .repitem:nth-child(20) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_20_] ~ .mythic .repcontainer > .repitem:nth-child(21) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_21_] ~ .mythic .repcontainer > .repitem:nth-child(22) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_22_] ~ .mythic .repcontainer > .repitem:nth-child(23) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_23_] ~ .mythic .repcontainer > .repitem:nth-child(24) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_24_] ~ .mythic .repcontainer > .repitem:nth-child(25) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_25_] ~ .mythic .repcontainer > .repitem:nth-child(26) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_26_] ~ .mythic .repcontainer > .repitem:nth-child(27) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_27_] ~ .mythic .repcontainer > .repitem:nth-child(28) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_28_] ~ .mythic .repcontainer > .repitem:nth-child(29) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_29_] ~ .mythic .repcontainer > .repitem:nth-child(30) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_30_] ~ .mythic .repcontainer > .repitem:nth-child(31) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_31_] ~ .mythic .repcontainer > .repitem:nth-child(32) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_32_] ~ .mythic .repcontainer > .repitem:nth-child(33) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_33_] ~ .mythic .repcontainer > .repitem:nth-child(34) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_34_] ~ .mythic .repcontainer > .repitem:nth-child(35) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_35_] ~ .mythic .repcontainer > .repitem:nth-child(36) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_36_] ~ .mythic .repcontainer > .repitem:nth-child(37) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_37_] ~ .mythic .repcontainer > .repitem:nth-child(38) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_38_] ~ .mythic .repcontainer > .repitem:nth-child(39) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_39_] ~ .mythic .repcontainer > .repitem:nth-child(40) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_40_] ~ .mythic .repcontainer > .repitem:nth-child(41) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_41_] ~ .mythic .repcontainer > .repitem:nth-child(42) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_42_] ~ .mythic .repcontainer > .repitem:nth-child(43) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_43_] ~ .mythic .repcontainer > .repitem:nth-child(44) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_44_] ~ .mythic .repcontainer > .repitem:nth-child(45) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_45_] ~ .mythic .repcontainer > .repitem:nth-child(46) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_46_] ~ .mythic .repcontainer > .repitem:nth-child(47) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_47_] ~ .mythic .repcontainer > .repitem:nth-child(48) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_48_] ~ .mythic .repcontainer > .repitem:nth-child(49) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_49_] ~ .mythic .repcontainer > .repitem:nth-child(50) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_50_] ~ .mythic .repcontainer > .repitem:nth-child(51) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_51_] ~ .mythic .repcontainer > .repitem:nth-child(52) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_52_] ~ .mythic .repcontainer > .repitem:nth-child(53) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_53_] ~ .mythic .repcontainer > .repitem:nth-child(54) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_54_] ~ .mythic .repcontainer > .repitem:nth-child(55) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_55_] ~ .mythic .repcontainer > .repitem:nth-child(56) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_56_] ~ .mythic .repcontainer > .repitem:nth-child(57) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_57_] ~ .mythic .repcontainer > .repitem:nth-child(58) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_58_] ~ .mythic .repcontainer > .repitem:nth-child(59) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_59_] ~ .mythic .repcontainer > .repitem:nth-child(60) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_60_] ~ .mythic .repcontainer > .repitem:nth-child(61) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_61_] ~ .mythic .repcontainer > .repitem:nth-child(62) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_62_] ~ .mythic .repcontainer > .repitem:nth-child(63) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_63_] ~ .mythic .repcontainer > .repitem:nth-child(64) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_64_] ~ .mythic .repcontainer > .repitem:nth-child(65) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_65_] ~ .mythic .repcontainer > .repitem:nth-child(66) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_66_] ~ .mythic .repcontainer > .repitem:nth-child(67) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_67_] ~ .mythic .repcontainer > .repitem:nth-child(68) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_68_] ~ .mythic .repcontainer > .repitem:nth-child(69) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_69_] ~ .mythic .repcontainer > .repitem:nth-child(70) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_70_] ~ .mythic .repcontainer > .repitem:nth-child(71) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_71_] ~ .mythic .repcontainer > .repitem:nth-child(72) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_72_] ~ .mythic .repcontainer > .repitem:nth-child(73) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_73_] ~ .mythic .repcontainer > .repitem:nth-child(74) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_74_] ~ .mythic .repcontainer > .repitem:nth-child(75) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_75_] ~ .mythic .repcontainer > .repitem:nth-child(76) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_76_] ~ .mythic .repcontainer > .repitem:nth-child(77) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_77_] ~ .mythic .repcontainer > .repitem:nth-child(78) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_78_] ~ .mythic .repcontainer > .repitem:nth-child(79) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_79_] ~ .mythic .repcontainer > .repitem:nth-child(80) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_80_] ~ .mythic .repcontainer > .repitem:nth-child(81) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_81_] ~ .mythic .repcontainer > .repitem:nth-child(82) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_82_] ~ .mythic .repcontainer > .repitem:nth-child(83) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_83_] ~ .mythic .repcontainer > .repitem:nth-child(84) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_84_] ~ .mythic .repcontainer > .repitem:nth-child(85) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_85_] ~ .mythic .repcontainer > .repitem:nth-child(86) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_86_] ~ .mythic .repcontainer > .repitem:nth-child(87) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_87_] ~ .mythic .repcontainer > .repitem:nth-child(88) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_88_] ~ .mythic .repcontainer > .repitem:nth-child(89) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_89_] ~ .mythic .repcontainer > .repitem:nth-child(90) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_90_] ~ .mythic .repcontainer > .repitem:nth-child(91) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_91_] ~ .mythic .repcontainer > .repitem:nth-child(92) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_92_] ~ .mythic .repcontainer > .repitem:nth-child(93) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_93_] ~ .mythic .repcontainer > .repitem:nth-child(94) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_94_] ~ .mythic .repcontainer > .repitem:nth-child(95) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_95_] ~ .mythic .repcontainer > .repitem:nth-child(96) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_96_] ~ .mythic .repcontainer > .repitem:nth-child(97) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_97_] ~ .mythic .repcontainer > .repitem:nth-child(98) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_98_] ~ .mythic .repcontainer > .repitem:nth-child(99) .npc_options { - display: block; - width: 100%; -} -.npc .npc_ui_flags[value*=repeating_npcaction-m_edit_99_] ~ .mythic .repcontainer > .repitem:nth-child(100) .npc_options { - display: block; - width: 100%; -} -.npc .actions .repitem:hover .toggle_repeating_npcaction_edit + span, -.npc .vehicleactions .repitem:hover .toggle_repeating_vehicleaction_edit + span, -.npc .vehicleweapon .repitem:hover .toggle_repeating_vehicleaction_bow_edit + span, -.npc .vehicleweapon .repitem:hover .toggle_repeating_vehicleaction_port_edit + span, -.npc .vehicleweapon .repitem:hover .toggle_repeating_vehicleaction_starboard_edit + span, -.npc .vehicleweapon .repitem:hover .toggle_repeating_vehicleaction_stern_edit + span, -.npc .vehicleofficer .repitem:hover .toggle_repeating_vehicleofficer_edit + span, -.npc .vehicleammo .repitem:hover .toggle_repeating_vehicleammo_edit + span, -.npc .vehicleupgrade .repitem:hover .toggle_repeating_vehicleupgrade_edit + span, -.npc .bonusactions .repitem:hover .toggle_repeating_npcbonusaction_edit + span, -.npc .traits .repitem:hover .toggle_repeating_vehicleweapon-bow_edit + span, -.npc .reaction .repitem:hover .toggle_repeating_vehicleweapon-bow_edit + span, -.npc .legendary .repitem:hover .toggle_repeating_vehicleweapon-bow_edit + span, -.npc .traits .repitem:hover .toggle_repeating_vehicleweapon-port_edit + span, -.npc .reaction .repitem:hover .toggle_repeating_vehicleweapon-port_edit + span, -.npc .legendary .repitem:hover .toggle_repeating_vehicleweapon-port_edit + span, -.npc .traits .repitem:hover .toggle_repeating_vehicleweapon-starboard_edit + span, -.npc .reaction .repitem:hover .toggle_repeating_vehicleweapon-starboard_edit + span, -.npc .legendary .repitem:hover .toggle_repeating_vehicleweapon-starboard_edit + span, -.npc .traits .repitem:hover .toggle_repeating_vehicleweapon-stern_edit + span, -.npc .reaction .repitem:hover .toggle_repeating_vehicleweapon-stern_edit + span, -.npc .legendary .repitem:hover .toggle_repeating_vehicleweapon-stern_edit + span, -.npc .traits .repitem:hover .toggle_repeating_vehicleofficer_edit + span, -.npc .reaction .repitem:hover .toggle_repeating_vehicleofficer_edit + span, -.npc .legendary .repitem:hover .toggle_repeating_vehicleofficer_edit + span, -.npc .traits .repitem:hover .toggle_repeating_vehicleammo_edit + span, -.npc .reaction .repitem:hover .toggle_repeating_vehicleammo_edit + span, -.npc .legendary .repitem:hover .toggle_repeating_vehicleammo_edit + span, -.npc .traits .repitem:hover .toggle_repeating_vehicleupgrade_edit + span, -.npc .reaction .repitem:hover .toggle_repeating_vehicleupgrade_edit + span, -.npc .legendary .repitem:hover .toggle_repeating_vehicleupgrade_edit + span, -.npc .traits .repitem:hover .toggle_repeating_npctrait_edit + span, -.npc .reaction .repitem:hover .toggle_repeating_npctrait_edit + span, -.npc .legendary .repitem:hover .toggle_repeating_npctrait_edit + span { - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} -.npc .reaction .trait, -.npc .legendary .action, -.npc .mythic .action { - position: unset; -} - -.editing-repeating { - display: none !important; -} - -.actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, -.actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child div.npc_options:focus-within, -.vehicleactions .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, -.vehicleactions .repcontainer .repitem:last-child div.npc_options:focus-within, -.vehicleweapon .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, -.vehicleweapon .repcontainer .repitem:last-child div.npc_options:focus-within, -.vehicleofficer .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, -.vehicleofficer .repcontainer .repitem:last-child div.npc_options:focus-within, -.vehicleammo .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, -.vehicleammo .repcontainer .repitem:last-child div.npc_options:focus-within, -.vehicleupgrade .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, -.vehicleupgrade .repcontainer .repitem:last-child div.npc_options:focus-within, -.bonusactions .repcontainer .repitem:last-child .editing-repeating:empty ~ .action div.npc_options, -.bonusactions .repcontainer .repitem:last-child div.npc_options:focus-within, -.traits .repcontainer .repitem:last-child .editing-repeating:empty ~ .trait div.npc_options, -.traits .repcontainer .repitem:last-child div.npc_options:focus-within, -.reaction .repcontainer .repitem:last-child .editing-repeating:empty ~ div.npc_options, -.reaction .repcontainer .repitem:last-child div.npc_options:focus-within, -.legendary .repcontainer .repitem:last-child .editing-repeating:empty ~ div.npc_options, -.legendary .repcontainer .repitem:last-child div.npc_options:focus-within, -.mythic .repcontainer .repitem:last-child .editing-repeating:empty ~ div.npc_options, -.mythic .repcontainer .repitem:last-child div.npc_options:focus-within { - display: block; - width: 100%; -} - -.actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.actions:not(.vehicleweapon):not(.vehicleofficer):not(.vehicleammo):not(.vehicleupgrade):not(.vehicleactions):not(.bonusactions):not(.legendary):not(.mythic):not(.reaction) .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, -.vehicleweapon .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.vehicleweapon .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, -.vehicleofficer .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.vehicleofficer .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, -.vehicleammo .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.vehicleammo .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, -.vehicleupgrade .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.vehicleupgrade .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, -.vehicleactions .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.vehicleactions .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, -.bonusactions .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.bonusactions .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, -.traits .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.traits .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, -.reaction .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.reaction .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, -.legendary .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.legendary .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span, -.mythic .repcontainer .repitem:last-child .editing-repeating:empty + button.npc_options-flag + span, -.mythic .repcontainer .repitem:last-child:focus-within button.npc_options-flag + span { - color: black; - display: flex; - pointer-events: none !important; -} - -/* Small fixes that may need to go somewhere ellipse */ -button[name=roll_rollstats] + button[name=act_clearstats] { - margin-top: 5px; -} - -.levels-message .class1_tot, -.levels-message .class2_tot, -.levels-message .class3_tot, -.levels-message .class4_tot { - margin-left: 5px; -} - -.charsheet .charmancer .levels-multiclass button.mancer_info { - width: 18px; -} - -.charsheet .charmancer .levels-multiclass .hp-flag[value=average] ~ div > button[name*=averagehp], -.class1_averagehp button, -.class2_averagehp button, -.class3_averagehp button, -.class4_averagehp button { - vertical-align: middle; -} - -.charsheet .charmancer .levels-hp-row .hpbylevel-toggle ~ .collapse { - top: 5px; -} - -.charsheet .charmancer .lp-summary.summary-container .before h2 { - background-color: transparent; - border: 0; - color: black; -} - -.charsheet .charmancer .lp-summary.summary-container .after h2 { - background-color: transparent; - border: 0; - color: #7e2d40; -} - -.charsheet .charmancer .lp-summary.summary-container .highlight { - background-color: transparent; -} - -.charsheet .charmancer .lp-summary.summary-container span.highlight { - color: #7e2d40; - font-weight: 700; -} - -.charsheet .charmancer .lp-summary.summary-container .before { - border-right: 2px solid #4a4a4a; -} - -.charsheet .charmancer .topbar div div, -.charsheet .charmancer .leveler-topbar div div { - flex-basis: 16%; - flex-grow: 1; - flex-shrink: 1; - margin-left: 3px; - min-width: 0; - width: auto; -} - -.charsheet .charmancer .topbar div div:first-child, -.charsheet .charmancer .leveler-topbar div div:first-child { - margin-left: 0; -} - -.toggleVisibility:not([value="1"]) + [class*=toggleVisibilityBy] { - display: none !important; -} - -.charsheet div.charmancer .attr-container.choice { - display: none !important; -} - -.charsheet .charmancer .topbar-container { - display: flex; -} - -.abilities-holder .sanity_toggle { - margin-top: 1.5em; -} - -.invalidXP { - display: none; -} -.invalidXP .icon { - color: #ff9600; - display: block; - font-family: pictos; - font-size: 18px; - position: absolute; - right: 0; - top: 0; -} -.invalidXP .message { - background-color: #ff9600; - border-radius: 5px; - display: none; - font-size: 13px; - font-weight: 400; - padding: 10px; - position: absolute; - right: -5px; - top: 18px; - white-space: nowrap; -} -.invalidXP .icon:hover + .message { - display: block; -} - -input[name=attr_invalidXP][value="1"] ~ .invalidXP { - display: block; -} - -.charsheet .spell .details span[data-i18n=at-higher-lvl]:after { - content: ": "; -} - -.charsheet .spell .details span[name=attr_spellschool]:after { - content: " "; -} - -.charsheet .npc .display .flag[name=attr_npc_skills_flag][value="0"] + .skills, -.charsheet .npc .display .flag[name=attr_npc_saving_flag][value="0"] + .saving { - display: none !important; -} - -.ellipsis { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} - -.acmod .repcontainer { - margin-top: 5px; -} - -.charsheet .charmancer .asi-row .switch ~ .switch-container .feat-tab { - pointer-events: all; -} - -.charsheet .charmancer .asi-row .asi, -.charsheet .charmancer .asi-row .feat { - display: none; -} - -.charsheet .charmancer .asi-row .switchval[value=asi] ~ .asi, -.charsheet .charmancer .asi-row .switchval[value=feat] ~ .feat { - border-color: #888; - border-radius: 0 0 4px 4px; - border-style: solid; - border-width: 0 1px 1px 1px; - display: block; - padding: 1em; -} - -.charmancer .asi-row .switchval[value=asi] ~ .switch-container .asi-tab, -.charmancer .asi-row .switchval[value=feat] ~ .switch-container .feat-tab { - background-color: white; - border-bottom-width: 0; -} - -.spinnerloader { - background-image: url("https://app.roll20.net/images/load.gif"); - background-position: center center; - background-repeat: no-repeat; - box-sizing: border-box; - display: inline-block; - height: 100px; - padding-right: 13px; - position: relative; - width: 40%; -} - -.spinner-toggle { - display: none; -} - -.spinner-toggle:empty + .spinnerloader { - display: none; -} - -.spinner-toggle ~ .choices { - display: none; -} - -.spinner-toggle:empty ~ .choices { - display: block; -} - -span[name=attr_global_damage_critical_damage]:not(:empty):after { - content: " (on critical)"; -} - -span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_critical_damage]:not(:empty):before { - content: ", "; - margin-left: -3px; -} - -.charsheet .global-mod .options input[type=text][name=attr_global_damage_critical_damage] { - width: 93px; -} - -.swap-selected { - display: none; -} - -.swap-selected:empty ~ select[name*=feature_for] { - display: none; -} - -.npc .actiondamage { - display: block; - margin-bottom: 10px; - margin-top: -10px; -} - -.npc .attack_options[value=on] ~ .actiondamage, -.npc .attack_options[value="{{attack=1}}"] ~ .actiondamage { - display: none; -} - -.charsheet .spell .details input[type=checkbox][name=attr_spellconcentration]:checked + span:after { - content: ", "; -} - -.charsheet .spell .details input[type=checkbox]:checked + span { - margin-left: -3px; -} - -.charsheet .spell .details .row .bold { - margin-right: 0; - padding-right: 3px; -} - -.charsheet .spell .output { - background: none; - border: none; - color: #a0a0a0; - display: none; - font-family: pictos; - font-family: pictos; - font-size: 20px; - font-size: 22px !important; - height: 18px; - position: absolute; - right: 40px; - top: -2px; - width: 18px; - z-index: 2; -} - -.charsheet .spell .output:before { - content: none !important; -} - -.charsheet .spell:hover .output { - display: block; -} - -.charsheet .repcontrol { - position: relative; - z-index: 2; -} -.charsheet .repcontrol button.btn { - visibility: hidden; -} - -.hdice-dsaves-container .label[data-i18n=failures-u] { - max-width: 60px; - overflow: hidden; - text-overflow: ellipsis; -} - -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="4"] + .hd-modal { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="5"] + .hd-modal { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="6"] + .hd-modal { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="7"] + .hd-modal { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="8"] + .hd-modal { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="9"] + .hd-modal { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="10"] + .hd-modal { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="11"] + .hd-modal { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="12"] + .hd-modal { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="4"] + .hd-modal .hitdie-d4 { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="5"] + .hd-modal .hitdie-d5 { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="6"] + .hd-modal .hitdie-d6 { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="7"] + .hd-modal .hitdie-d7 { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="8"] + .hd-modal .hitdie-d8 { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="9"] + .hd-modal .hitdie-d9 { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="10"] + .hd-modal .hitdie-d10 { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="11"] + .hd-modal .hitdie-d11 { - display: block; -} -.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="12"] + .hd-modal .hitdie-d12 { - display: block; -} -.charsheet .licensecontainer .new-hit-dice { - display: none !important; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .new-hit-dice { - display: block !important; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice { - width: 100% !important; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer:first-child { - display: none !important; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer { - display: flex; - position: relative; - width: 100%; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div { - height: auto; - margin: 0; - position: relative; - text-align: center; - width: 50%; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div .label { - display: block; - margin-top: 5px; - max-width: none; - text-align: center; - width: 100%; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div input { - height: 20px !important; - margin: 2px 0 0 0 !important; - width: 20px !important; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div:first-child:after { - background: #eee; - content: ""; - height: calc(100% - 20px); - position: absolute; - right: -1px; - top: 0; - width: 2px; -} -.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > button { - bottom: 0; - left: 50%; - position: absolute; - transform: translate(-50%); -} -.charsheet .licensecontainer .new-hit-dice { - border: 10px solid black; - border-image-slice: 30 fill; - border-image-source: url("https://app.roll20.net/images/dndstyling/vital-box.svg"); - box-sizing: border-box; - margin: 0 8px; - padding-bottom: 10px; - padding-bottom: 10px; - position: relative; - position: relative; -} -.charsheet .licensecontainer .new-hit-dice .hd-header { - overflow: hidden; -} -.charsheet .licensecontainer .new-hit-dice .hd-header span { - color: #a0a0a0; - display: inline-block; - float: left; - font-size: 9px; - font-weight: normal; - margin: 0; - text-align: left; - text-transform: uppercase; - width: 33.333333333%; -} -.charsheet .licensecontainer .new-hit-dice .repcontrol { - bottom: -12px; -} -.charsheet .licensecontainer .new-hit-dice .repcontrol .repcontrol_add { - display: none !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontrol .repcontrol_edit { - padding: 0; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="4"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="5"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="6"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="7"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="8"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="9"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="10"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="11"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="12"] ~ .roll-hd span[name=attr_type]:before { - content: "D"; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="1"] + input[name=attr_size][value="1"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="1"] + input[name=attr_size][value="1"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="2"] + input[name=attr_size][value="2"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="2"] + input[name=attr_size][value="2"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="3"] + input[name=attr_size][value="3"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="3"] + input[name=attr_size][value="3"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="4"] + input[name=attr_size][value="4"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="4"] + input[name=attr_size][value="4"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="5"] + input[name=attr_size][value="5"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="5"] + input[name=attr_size][value="5"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="6"] + input[name=attr_size][value="6"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="6"] + input[name=attr_size][value="6"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="7"] + input[name=attr_size][value="7"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="7"] + input[name=attr_size][value="7"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="8"] + input[name=attr_size][value="8"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="8"] + input[name=attr_size][value="8"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="9"] + input[name=attr_size][value="9"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="9"] + input[name=attr_size][value="9"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="10"] + input[name=attr_size][value="10"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="10"] + input[name=attr_size][value="10"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="11"] + input[name=attr_size][value="11"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="11"] + input[name=attr_size][value="11"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="12"] + input[name=attr_size][value="12"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="12"] + input[name=attr_size][value="12"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="13"] + input[name=attr_size][value="13"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="13"] + input[name=attr_size][value="13"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="14"] + input[name=attr_size][value="14"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="14"] + input[name=attr_size][value="14"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="15"] + input[name=attr_size][value="15"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="15"] + input[name=attr_size][value="15"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="16"] + input[name=attr_size][value="16"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="16"] + input[name=attr_size][value="16"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="17"] + input[name=attr_size][value="17"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="17"] + input[name=attr_size][value="17"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="18"] + input[name=attr_size][value="18"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="18"] + input[name=attr_size][value="18"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="19"] + input[name=attr_size][value="19"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="19"] + input[name=attr_size][value="19"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="20"] + input[name=attr_size][value="20"] ~ .increase-hd { - opacity: 0.35; - pointer-events: none; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="20"] + input[name=attr_size][value="20"] ~ .increase-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem { - align-items: center; - display: flex; - overflow: hidden; - padding: 5px 0; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem:not(:first-of-type) { - border-top: 1px solid #ccc; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd { - background: #efefef; - border-radius: 4px 0 0 4px; - display: inline-block; - position: relative; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd span { - color: black; - font-size: 12px; - font-weight: 700; - margin: 0; - padding: 1px 2px; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd input { - height: 100% !important; - left: 0; - opacity: 0; - pointer-events: all; - position: absolute; - top: 0; - width: 100% !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd:before { - content: none !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd:hover span { - color: #ec2127; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input, -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem button:not(.btn-danger) { - background: none !important; - border: 0; - box-shadow: none; - box-sizing: border-box; - float: left; - font-size: 20px; - font-weight: 400; - margin: 0; - outline: none; - padding: 0; - text-align: left; - width: 33.333333333% !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input span, -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem button:not(.btn-danger) span { - font-size: 20px !important; - font-weight: 400 !important; - margin: 0 !important; - padding: 0 !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input { - padding-right: 20px; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd { - opacity: 0.35; - pointer-events: none !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd * { - pointer-events: none !important; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd:hover span { - color: black; -} -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ input[name=attr_available], -.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_size][value="0"] ~ input[name=attr_size] { - color: orange; -} -.charsheet .licensecontainer .new-hit-dice .show-hit-dice { - margin-top: -10px; - position: relative; - z-index: 4; -} -.charsheet .licensecontainer .new-hit-dice .show-hit-dice button { - background: none; - border: 0; - bottom: -20px; - box-sizing: border-box; - font-size: 9px; - font-weight: 700; - left: 30%; - outline: none; - padding: 0; - position: absolute; - text-align: center; - width: 40%; -} -.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span { - display: inline-block; - vertical-align: bottom; - width: auto; -} -.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span[name=attr_hit_dice_max]:before { - content: " ("; -} -.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span[name=attr_hit_dice_max]:after { - content: ")"; -} -.charsheet .licensecontainer .hd-modal { - background: white; - border: 1px solid rgb(170, 170, 170); - border-radius: 5px; - box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); - display: none; - left: 50%; - overflow: hidden; - padding: 20px 0 0 0; - position: absolute; - transform: translate(-50%, -50%); - width: 250px; - z-index: 9999; -} -.charsheet .licensecontainer .hd-modal .title { - box-sizing: border-box; - color: #404040; - display: block; - font-size: 18px; - font-weight: bold; - margin-bottom: 10px; - padding: 5px; - padding: 0 20px; - position: relative; -} -.charsheet .licensecontainer .hd-modal .title span { - display: inline-block; - text-transform: lowercase; -} -.charsheet .licensecontainer .hd-modal .title span:first-letter { - text-transform: capitalize; -} -.charsheet .licensecontainer .hd-modal .title button { - background-color: transparent; - background-image: url(https://imgsrv.roll20.net/?src=https%3A//d3clqjduf2gvxg.cloudfront.net/css/themes/bootstrap/images/ui-icons_222222_256x240.png); - background-position: -96px -128px; - border: none; - height: 16px; - opacity: 0.3; - outline: none; - padding: 0; - position: absolute; - right: 10px; - top: 0; - width: 16px; -} -.charsheet .licensecontainer .hd-modal .actions { - background-color: #f5f5f5; - border-top: 1px solid #ddd; - box-shadow: inset 0 1px 0 #fff; - margin: 0.5em 0 0 0; - padding: 5px 15px 5px; - padding: 20px; - text-align: right; -} -.charsheet .licensecontainer .hd-modal .actions button { - background: #efefef; - border: 1px solid black; - border-radius: 3px; - box-shadow: none; - font-size: 13px; - padding: 3px 10px; - position: relative; - text-shadow: none; -} -.charsheet .licensecontainer .hd-modal .actions button:before { - content: none; -} -.charsheet .licensecontainer .hd-modal .actions button input { - height: 100%; - left: 0; - opacity: 0; - pointer-events: all; - position: absolute; - top: 0; - width: 100%; -} -.charsheet .licensecontainer .hd-modal .actions button:hover { - background-color: #e5e5e5; - color: black; -} -.charsheet .licensecontainer .hd-modal .actions button:hover span { - color: black; -} -.charsheet .licensecontainer .hd-modal div:not(.actions) { - display: none; - padding: 10px 20px 0 20px; -} -.charsheet .licensecontainer .hd-modal div:not(.actions) *:not(strong) { - font-weight: normal; -} -.charsheet .licensecontainer .hd-modal div:not(.actions) input ~ input[value="0"] ~ span { - color: red; - font-weight: bold; -} -.charsheet .licensecontainer .hd-modal div:not(.actions):not(:first-of-type) { - border-top: 1px solid #ccc; -} -.charsheet .licensecontainer .hd-modal div:not(.actions) label span:not(:first-child) { - text-transform: lowercase; -} -.charsheet .licensecontainer .hd-modal .actions button { - opacity: 0.35; - pointer-events: none !important; -} -.charsheet .licensecontainer .hd-modal .actions button * { - pointer-events: none !important; -} -.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=d] ~ .actions button, -.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=D] ~ .actions button { - opacity: 1; - pointer-events: all !important; -} -.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=d] ~ .actions button *, -.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=D] ~ .actions button * { - pointer-events: all !important; -} - -.licensecontainer .container:not(.npc) .equipment { - padding-bottom: 40px; -} -.licensecontainer .container:not(.npc) .equipment .money { - border-bottom: 1px solid #c9c9c9; - display: grid; - grid: 50px/auto auto auto auto auto; - grid-column-gap: 5px; - margin: 0 5px; - padding: 0 0 5px 0; - width: auto; -} -.licensecontainer .container:not(.npc) .equipment .money .coin { - background-image: none !important; - display: inline-block; - height: 30px; - left: auto; - margin: 20px 0 0 0; - position: relative; - width: 100%; -} -.licensecontainer .container:not(.npc) .equipment .money .coin .label { - color: black; - font-size: 8px; - left: 20px; - position: absolute; - text-indent: -30px; - top: -20px; -} -.licensecontainer .container:not(.npc) .equipment .money .coin input { - left: 0; - text-align: center; - top: 6px; - width: 100%; - z-index: 99999; -} -.licensecontainer .container:not(.npc) .equipment .money .coin:after { - border-image-slice: 50% 35; - border-image-source: url("https://raw.githubusercontent.com/mperes/Esper-Images/main/coin-amount.png"); - border-style: solid; - border-width: 15px 10px; - box-sizing: border-box; - content: ""; - display: block; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; -} -.licensecontainer .container:not(.npc) .equipment .complex { - box-sizing: border-box; - margin-top: 5px; - padding: 0 10px; - width: 100%; -} -.licensecontainer .container:not(.npc) .equipment .complex .header { - padding-left: 16px; -} -.licensecontainer .container:not(.npc) .equipment .complex .header span[data-i18n=item-name-u] { - width: 142px !important; -} -.licensecontainer .container:not(.npc) .equipment .complex .header span:last-child img { - margin-bottom: 3px !important; -} -.licensecontainer .container:not(.npc) .equipment .complex .item { - white-space: nowrap; -} -.licensecontainer .container:not(.npc) .equipment .complex .item .equipped.main { - appearance: checkbox; - background: white; - border-color: black; - box-sizing: border-box; - height: 12px; - width: 12px; -} -.licensecontainer .container:not(.npc) .equipment .complex .item .name { - width: 142px; -} -.licensecontainer .container:not(.npc) .equipment .complex .item .subitem { - white-space: initial; -} -.licensecontainer .container:not(.npc) .equipment .complex .item .subitem .subfield { - width: 142px; -} -.licensecontainer .container:not(.npc) .equipment .simple { - margin: 10px 10px -24px 10px; - width: calc(100% - 20px); -} -.licensecontainer .container:not(.npc) .equipment .weighttotal { - bottom: 10px; - left: 0; - top: auto; - width: 100%; -} - -.charmancer input[value="1"] + span.tasha:after { - content: " (+1):"; -} -.charmancer input[value="2"] + span.tasha:after { - content: " (+2):"; -} -.charmancer input[value="3"] + span.tasha:after { - content: " (+3):"; -} -.charmancer input[value="4"] + span.tasha:after { - content: " (+4):"; -} -.charmancer input[value="5"] + span.tasha:after { - content: " (+5):"; -} -.charmancer input[value="6"] + span.tasha:after { - content: " (+6):"; -} -.charmancer input[value="7"] + span.tasha:after { - content: " (+7):"; -} -.charmancer input[value="8"] + span.tasha:after { - content: " (+8):"; -} -.charmancer input[value="9"] + span.tasha:after { - content: " (+9):"; -} -.charmancer input[value="10"] + span.tasha:after { - content: " (+10):"; -} -.charmancer input[value="11"] + span.tasha:after { - content: " (+11):"; -} -.charmancer input[value="12"] + span.tasha:after { - content: " (+12):"; -} -.charmancer input[value="13"] + span.tasha:after { - content: " (+13):"; -} -.charmancer input[value="14"] + span.tasha:after { - content: " (+14):"; -} -.charmancer input[value="15"] + span.tasha:after { - content: " (+15):"; -} -.charmancer input[value="16"] + span.tasha:after { - content: " (+16):"; -} -.charmancer input[value="17"] + span.tasha:after { - content: " (+17):"; -} -.charmancer input[value="18"] + span.tasha:after { - content: " (+18):"; -} -.charmancer input[value="19"] + span.tasha:after { - content: " (+19):"; -} -.charmancer input[value="20"] + span.tasha:after { - content: " (+20):"; -} -.charmancer .customize-origin { - box-sizing: border-box; - display: none; - padding-right: 40px; - position: relative; - width: 100%; -} -.charmancer .customize-origin label span { - display: block; -} -.charmancer .customize-origin label span:last-child { - font-weight: normal; - width: calc(100% + 40px); -} -.charmancer .customize-origin .toggle { - border: 1px solid #ccc; - border-radius: 10px; - box-sizing: border-box; - height: 20px; - overflow: hidden; - position: absolute; - right: 0; - top: 0; - width: 40px; -} -.charmancer .customize-origin .toggle input { - appearance: none; - border: 0; - height: 100%; - left: 0; - margin: 0; - outline: none; - padding: 0; - position: absolute; - top: 0; - width: 100%; -} -.charmancer .customize-origin .toggle input:checked { - background: #c43c41; -} -.charmancer .customize-origin .toggle .knob { - background: #ccc; - border-radius: 10px; - height: 20px; - left: -1px; - pointer-events: none; - position: absolute; - top: -1px; - width: 20px; -} -.charmancer .customize-origin .toggle input:checked + .knob { - left: auto; - right: -1px; -} -.charmancer input[value="1"] + .customize-origin { - display: block; -} -.charmancer span.tasha + select { - margin-bottom: 10px; -} - -.charmancer .feat-selection { - box-sizing: border-box; - padding-right: 20px; - width: 40%; -} -.charmancer .feat-selection .yes_feat, -.charmancer .feat-selection .yes_feat_bg { - max-width: none; -} -.charmancer .feat-selection label { - width: 100%; -} -.charmancer .feat-selection .feat-bg-container { - align-items: center; - display: grid; - gap: 7px; - grid-template-columns: 1fr 25px; -} -.charmancer .feat-selection .feat-bg-container .feat-bg-name { - border: 1px solid rgb(204, 204, 204); - border-radius: 3px; - box-sizing: border-box; - display: block; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 13px; - font-weight: 400; - line-height: normal; - padding: 6px; - width: 100%; -} -.charmancer .feat-selection .feat-bg-container button { - margin-top: 0; -} -.charmancer .feat-selection select { - width: 100%; -} -.charmancer .feat-selection select[name=comp_feat_bg] { - display: none; -} - -.hero-points { - display: grid; - grid-template-columns: 40px 1fr; - height: 40px; - margin-top: 10px; - position: relative; - width: 100%; -} -.hero-points > div { - position: relative; - z-index: 2; -} -.hero-points .value input { - background: transparent; - border: 0; - font-size: 20px; - height: 40px; - outline: none; - text-align: center; - width: 40px; -} -.hero-points .label button { - background-color: transparent; - background-image: none; - border: none; - -webkit-box-shadow: none; - box-shadow: none; - color: black; - font-size: 9px; - font-weight: bold; - line-height: 12px; - margin: 0px; - padding: 0px; - position: relative; - text-shadow: none; - width: 100%; -} -.hero-points .label button:before { - content: none; -} -.hero-points .label button > span { - display: inline; - font-size: 9px; - font-weight: bold; - line-height: 40px; - text-align: center; -} -.hero-points .label button > span:last-of-type { - color: orange; - display: none; -} -.hero-points .label button > span:last-of-type:before { - content: " ("; -} -.hero-points .label button > span:last-of-type:after { - content: ")"; -} -.hero-points .label button input { - height: 100% !important; - left: 0; - opacity: 0; - pointer-events: all; - position: absolute; - top: 0; - width: 100% !important; -} -.hero-points input[name=attr_hero_points][value="0"] ~ .label button { - pointer-events: none !important; -} -.hero-points input[name=attr_hero_points][value="0"] ~ .label button * { - pointer-events: none !important; -} -.hero-points input[name=attr_hero_points][value="0"] ~ .label button > span:first-child { - opacity: 0.35; -} -.hero-points input[name=attr_hero_points][value="0"] ~ .label button > span:last-of-type { - display: inline; -} -.hero-points:after { - border-image-slice: 40% 30% 40% 30%; - border-image-source: url(https://app.roll20.net/images/dndstyling/inspiration.svg); - border-style: solid; - border-width: 10px 50px; - box-sizing: border-box; - content: ""; - display: block; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; - z-index: 1; -} - -input:not([value="1"]) + .hero-points { - display: none; -} - -input:not([value="1"]) + .piety { - display: none; -} - -.piety { - margin-top: 10px; - padding: 10px 15px; - position: relative; -} -.piety .details-flag { - box-sizing: border-box; - height: 18px; - opacity: 0; - position: absolute; - right: 15px; - top: 15px; - width: 18px; - z-index: 11; -} -.piety .details-flag + span { - color: #a0a0a0; - cursor: pointer; - display: none; - font-family: pictos; - font-size: 20px; - line-height: 18px; - margin-top: 0px; - position: absolute; - right: 15px; - top: 15px; - white-space: nowrap; - z-index: 10; -} -.piety .details-flag:not(:checked) { - display: none; -} -.piety .details-flag:checked + span { - color: #000000; - display: block; -} -.piety .details-flag:hover + span { - color: #000000 !important; -} -.piety:hover .details-flag { - display: block !important; -} -.piety:hover .details-flag + span { - display: block !important; -} -.piety .container { - max-width: 100%; - overflow: hidden; - position: relative; - z-index: 2; -} -.piety .container .toggle[value="0"] ~ .devotee { - display: none; -} -.piety .container .toggle[value="0"] ~ .votary { - display: none; -} -.piety .container .toggle[value="0"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="0"] ~ .champion { - display: none; -} -.piety .container .toggle[value="1"] ~ .devotee { - display: none; -} -.piety .container .toggle[value="1"] ~ .votary { - display: none; -} -.piety .container .toggle[value="1"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="1"] ~ .champion { - display: none; -} -.piety .container .toggle[value="2"] ~ .devotee { - display: none; -} -.piety .container .toggle[value="2"] ~ .votary { - display: none; -} -.piety .container .toggle[value="2"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="2"] ~ .champion { - display: none; -} -.piety .container .toggle[value="3"] ~ .votary { - display: none; -} -.piety .container .toggle[value="3"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="3"] ~ .champion { - display: none; -} -.piety .container .toggle[value="4"] ~ .votary { - display: none; -} -.piety .container .toggle[value="4"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="4"] ~ .champion { - display: none; -} -.piety .container .toggle[value="5"] ~ .votary { - display: none; -} -.piety .container .toggle[value="5"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="5"] ~ .champion { - display: none; -} -.piety .container .toggle[value="6"] ~ .votary { - display: none; -} -.piety .container .toggle[value="6"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="6"] ~ .champion { - display: none; -} -.piety .container .toggle[value="7"] ~ .votary { - display: none; -} -.piety .container .toggle[value="7"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="7"] ~ .champion { - display: none; -} -.piety .container .toggle[value="8"] ~ .votary { - display: none; -} -.piety .container .toggle[value="8"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="8"] ~ .champion { - display: none; -} -.piety .container .toggle[value="9"] ~ .votary { - display: none; -} -.piety .container .toggle[value="9"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="9"] ~ .champion { - display: none; -} -.piety .container .toggle[value="10"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="10"] ~ .champion { - display: none; -} -.piety .container .toggle[value="11"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="11"] ~ .champion { - display: none; -} -.piety .container .toggle[value="12"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="12"] ~ .champion { - display: none; -} -.piety .container .toggle[value="13"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="13"] ~ .champion { - display: none; -} -.piety .container .toggle[value="14"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="14"] ~ .champion { - display: none; -} -.piety .container .toggle[value="15"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="15"] ~ .champion { - display: none; -} -.piety .container .toggle[value="16"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="16"] ~ .champion { - display: none; -} -.piety .container .toggle[value="17"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="17"] ~ .champion { - display: none; -} -.piety .container .toggle[value="18"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="18"] ~ .champion { - display: none; -} -.piety .container .toggle[value="19"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="19"] ~ .champion { - display: none; -} -.piety .container .toggle[value="20"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="20"] ~ .champion { - display: none; -} -.piety .container .toggle[value="21"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="21"] ~ .champion { - display: none; -} -.piety .container .toggle[value="22"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="22"] ~ .champion { - display: none; -} -.piety .container .toggle[value="23"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="23"] ~ .champion { - display: none; -} -.piety .container .toggle[value="24"] ~ .disciple { - display: none; -} -.piety .container .toggle[value="24"] ~ .champion { - display: none; -} -.piety .container .toggle[value="25"] ~ .champion { - display: none; -} -.piety .container .toggle[value="26"] ~ .champion { - display: none; -} -.piety .container .toggle[value="27"] ~ .champion { - display: none; -} -.piety .container .toggle[value="28"] ~ .champion { - display: none; -} -.piety .container .toggle[value="29"] ~ .champion { - display: none; -} -.piety .container .toggle[value="30"] ~ .champion { - display: none; -} -.piety .container .toggle[value="31"] ~ .champion { - display: none; -} -.piety .container .toggle[value="32"] ~ .champion { - display: none; -} -.piety .container .toggle[value="33"] ~ .champion { - display: none; -} -.piety .container .toggle[value="34"] ~ .champion { - display: none; -} -.piety .container .toggle[value="35"] ~ .champion { - display: none; -} -.piety .container .toggle[value="36"] ~ .champion { - display: none; -} -.piety .container .toggle[value="37"] ~ .champion { - display: none; -} -.piety .container .toggle[value="38"] ~ .champion { - display: none; -} -.piety .container .toggle[value="39"] ~ .champion { - display: none; -} -.piety .container .toggle[value="40"] ~ .champion { - display: none; -} -.piety .container .toggle[value="41"] ~ .champion { - display: none; -} -.piety .container .toggle[value="42"] ~ .champion { - display: none; -} -.piety .container .toggle[value="43"] ~ .champion { - display: none; -} -.piety .container .toggle[value="44"] ~ .champion { - display: none; -} -.piety .container .toggle[value="45"] ~ .champion { - display: none; -} -.piety .container .toggle[value="46"] ~ .champion { - display: none; -} -.piety .container .toggle[value="47"] ~ .champion { - display: none; -} -.piety .container .toggle[value="48"] ~ .champion { - display: none; -} -.piety .container .toggle[value="49"] ~ .champion { - display: none; -} -.piety .container .header { - align-items: center; - display: grid; - grid-gap: 10px; - grid-template-columns: 70px 1fr; -} -.piety .container .header .score { - align-items: center; - background: url(https://app.roll20.net/images/dndstyling/vital-box.svg); - background-position: center center; - background-repeat: no-repeat; - background-size: contain; - display: flex; - height: 70px; - position: relative; - position: relative; -} -.piety .container .header .score input { - border: 0; - color: #404040; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 35px; - font-weight: bold; - margin: 0; - margin-top: 10px; - position: relative; - top: auto; - width: 100%; -} -.piety .container .header .score span { - left: 0; - position: absolute; - text-align: center; - top: 7px; - width: 100%; -} -.piety .container .header .deity { - margin: 0; - padding: 0; - text-align: left; -} -.piety .container .header .deity span { - color: #a0a0a0; - font-size: 10px; - font-weight: normal; - line-height: 16px; - text-align: left; -} -.piety .container .header .deity input { - border: 0; - color: #7e2d40; - font-family: "Times New Roman", Times, serif; - font-size: 16px; - font-variant: small-caps; - font-weight: bold; - padding: 0px; - text-transform: capitalize; - width: 100%; -} -.piety .container .earning, -.piety .container .losing { - margin-top: 10px; -} -.piety .container .earning .title, -.piety .container .losing .title { - color: #7e2d40; - font-family: "Times New Roman", Times, serif; - font-size: 16px; - font-variant: small-caps; - font-weight: bold; - text-transform: capitalize; -} -.piety .container .earning .desc, -.piety .container .losing .desc { - margin-left: 15px; -} -.piety .container .earning .desc:before, -.piety .container .losing .desc:before { - background: black; - border-radius: 2px; - content: ""; - content: ""; - display: block; - height: 4px; - left: -10px; - position: absolute; - top: 7px; - width: 4px; -} -.piety .container .earning .repcontrol button:first-child, -.piety .container .losing .repcontrol button:first-child { - padding-right: 0; -} -.piety .container .earning .repcontrol button:last-child, -.piety .container .losing .repcontrol button:last-child { - padding-left: 0; -} -.piety .container .none { - color: #a0a0a0; - margin-top: 10px; -} -.piety .container .devotee, -.piety .container .votary, -.piety .container .disciple, -.piety .container .champion { - margin-top: 10px; -} -.piety .container .champion .rank { - border: 0; - padding: 0; -} -.piety .container .toggle:not([value="0"]):not([value="1"]):not([value="2"]) ~ .none, -.piety .container .toggle:not([value]) ~ .none { - display: none; -} -.piety .container .subheader { - color: #a0a0a0; - display: block; - font-size: 10px; - font-weight: normal; - line-height: 16px; - text-align: left; -} -.piety .container .rank { - color: #7e2d40; - font-family: "Times New Roman", Times, serif; - font-size: 16px; - font-variant: small-caps; - font-weight: bold; - text-transform: capitalize; -} -.piety .container .rank > span:first-child:after { - content: "'s"; - text-transform: lowercase; -} -.piety .container .desc { - min-height: 20px; - position: relative; -} -.piety .container .desc textarea, -.piety .container .desc span { - font-size: 12px; - font-weight: normal; - line-height: 16px; - text-align: left; -} -.piety .container .desc textarea { - border: 0; - box-sizing: border-box; - height: 100%; - left: 0; - min-height: 20px; - opacity: 0; - padding: 0px; - position: absolute; - resize: none; - top: 0; - width: 100%; -} -.piety .container .desc span { - white-space: pre-wrap; - word-break: break-word; -} -.piety .container .desc input:not([value]) + textarea, -.piety .container .desc input[value=""] + textarea { - opacity: 1; -} -.piety .container .desc input:not([value]) ~ span, -.piety .container .desc input[value=""] ~ span { - opacity: 0; -} -.piety .container .desc input:not([value=""]) + textarea { - opacity: 0; -} -.piety .container .desc input:not([value=""]) ~ span { - opacity: 1; -} -.piety .container .desc textarea:focus { - opacity: 1 !important; -} -.piety .container .desc textarea:focus + span { - opacity: 0 !important; -} -.piety:after { - border: 8px solid; - border-image-slice: 4%; - border-image-source: url(https://app.roll20.net/images/dndstyling/5eBorder.svg); - box-sizing: border-box; - content: ""; - height: 100%; - left: 0; - position: absolute; - top: 0; - width: 100%; - z-index: 1; -} -.piety .details-flag:not(:checked) ~ .container .earning, -.piety .details-flag:not(:checked) ~ .container .losing, -.piety .details-flag:not(:checked) ~ .container .none, -.piety .details-flag:not(:checked) ~ .container .devotee, -.piety .details-flag:not(:checked) ~ .container .votary, -.piety .details-flag:not(:checked) ~ .container .disciple, -.piety .details-flag:not(:checked) ~ .container .champion { - display: none; -} - -.charmancer[data-step|=utility] .steps { - display: none !important; -} -.charmancer[data-step|=utility] .previous_race_skills:empty, -.charmancer[data-step|=utility] .previous_race_other_proficiencies:empty, -.charmancer[data-step|=utility] .previous_race_traits:empty, -.charmancer[data-step|=utility] .previous_race_spells:empty { - display: none; -} -.charmancer[data-step|=utility] .lineage-label { - border-top: 1px dashed #ccc; - margin-bottom: 0; - margin-top: 20px; - padding-top: 30px; - width: calc(100% - 45px); -} -.charmancer[data-step|=utility] .lineage-name { - color: #7e2d40; -} -.charmancer[data-step|=utility] .check-label { - margin-left: 5px; - vertical-align: text-top; -} -.charmancer[data-step|=utility] .bottombar { - bottom: -1px; - box-sizing: content-box; - height: 20px; -} - -span[data-i18n=imposed-disadvantage], -span[data-i18n=imposed-disadvantage] + span { - color: red; -} - -.resources .pb-value[value="0"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="0"] ~ .repcontainer .pb:after { - content: "0"; -} -.resources .pb-value[value="1"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="1"] ~ .repcontainer .pb:after { - content: "1"; -} -.resources .pb-value[value="2"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="2"] ~ .repcontainer .pb:after { - content: "2"; -} -.resources .pb-value[value="3"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="3"] ~ .repcontainer .pb:after { - content: "3"; -} -.resources .pb-value[value="4"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="4"] ~ .repcontainer .pb:after { - content: "4"; -} -.resources .pb-value[value="5"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="5"] ~ .repcontainer .pb:after { - content: "5"; -} -.resources .pb-value[value="6"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="6"] ~ .repcontainer .pb:after { - content: "6"; -} -.resources .pb-value[value="7"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="7"] ~ .repcontainer .pb:after { - content: "7"; -} -.resources .pb-value[value="8"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="8"] ~ .repcontainer .pb:after { - content: "8"; -} -.resources .pb-value[value="9"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="9"] ~ .repcontainer .pb:after { - content: "9"; -} -.resources .pb-value[value="10"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="10"] ~ .repcontainer .pb:after { - content: "10"; -} -.resources .pb-value[value="11"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="11"] ~ .repcontainer .pb:after { - content: "11"; -} -.resources .pb-value[value="12"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="12"] ~ .repcontainer .pb:after { - content: "12"; -} -.resources .pb-value[value="13"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="13"] ~ .repcontainer .pb:after { - content: "13"; -} -.resources .pb-value[value="14"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="14"] ~ .repcontainer .pb:after { - content: "14"; -} -.resources .pb-value[value="15"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="15"] ~ .repcontainer .pb:after { - content: "15"; -} -.resources .pb-value[value="16"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="16"] ~ .repcontainer .pb:after { - content: "16"; -} -.resources .pb-value[value="17"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="17"] ~ .repcontainer .pb:after { - content: "17"; -} -.resources .pb-value[value="18"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="18"] ~ .repcontainer .pb:after { - content: "18"; -} -.resources .pb-value[value="19"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="19"] ~ .repcontainer .pb:after { - content: "19"; -} -.resources .pb-value[value="20"] ~ .hdice-dsaves-container .pb:after, -.resources .pb-value[value="20"] ~ .repcontainer .pb:after { - content: "20"; -} -.resources .rest { - display: grid; - gap: 10px; - grid-template-columns: 1fr 1fr; - margin: 10px 0 -5px 0; -} -.resources .rest button { - box-sizing: border-box; - margin: 0; - width: 100%; -} -.resources .rest button span { - font-weight: bold; -} -.resources .hdice-dsaves-container .options-flag + span { - display: none; -} -.resources .hdice-dsaves-container .subcontainer:first-child:hover .options-flag + span { - display: flex; -} -.resources .hdice-dsaves-container .subcontainer:last-child:hover .options-flag + span { - display: flex; -} -.resources .hdice-dsaves-container .display .pb { - border-bottom: 1px solid rgb(205, 205, 205); - color: black; - display: none; - font-size: 12px; - padding-bottom: 2px; - text-align: center !important; - width: 60px; -} -.resources .hdice-dsaves-container .display .use-pb[value="1"] ~ .pb { - display: inline-block; -} -.resources .hdice-dsaves-container .display .use-pb[value="1"] ~ input { - display: none; -} -.resources .hdice-dsaves-container .options { - display: none; -} -.resources .hdice-dsaves-container .options select { - font-size: 12px; - height: auto; - line-height: normal; - margin: 0 5px; - overflow: hidden; - padding: 0; - text-overflow: ellipsis; - width: calc(100% - 10px); -} -.resources .hdice-dsaves-container .options span { - box-sizing: border-box; - margin-top: 3px; - padding: 0px 7px; - text-align: left !important; -} -.resources .hdice-dsaves-container .options label { - margin-bottom: 0; - margin-top: 2px; - padding: 0 5px; -} -.resources .hdice-dsaves-container .options label span { - display: inline; - padding: 0; -} -.resources .hdice-dsaves-container .options label input { - display: inline-block; -} -.resources .hdice-dsaves-container .options-flag, -.resources .hdice-dsaves-container .options-flag + span { - right: 3px; - top: 5px; -} -.resources .hdice-dsaves-container .options-flag:hover + span { - display: flex; -} -.resources .hdice-dsaves-container .options-flag:checked ~ .options { - display: block; -} -.resources .hdice-dsaves-container .options-flag:checked ~ .display { - display: none; -} - -input[name=attr_use_rest_buttons]:not([value="1"]) + .resources .rest, -input[name=attr_use_rest_buttons]:not([value="1"]) + .resources .options > *:not(:first-child) { - display: none !important; -} - -input.toggle-npc-pb[value=""] + .row, -input.toggle-npc-pb[value="0"] + .row, -input.toggle-npc-pb:not([value]) + .row { - display: none; -} - -.header-info.options > .row:last-child { - display: flex; -} -.header-info.options > .row:last-child input { - flex-grow: 1; - min-width: auto; - width: 10px; -} - -.row.ident--1 { - padding-left: 20px; - position: relative; -} -.row.ident--1:before { - border-bottom: 1px solid black; - border-left: 1px solid black; - content: ""; - height: 8px; - left: 6px; - position: absolute; - top: calc(50% - 8px); - width: 8px; -} - -.is-vehicle, -.is-npc { - align-items: flex-start; - box-sizing: border-box; - flex-flow: wrap; - margin-bottom: 2%; - min-width: 100%; - position: relative; -} -.is-vehicle:hover > .npc_options-flag + span, -.is-npc:hover > .npc_options-flag + span { - display: block; -} - -.vehicle-flag ~ .is-vehicle { - display: none; -} -.vehicle-flag ~ .is-npc { - display: inline-flex; -} -.vehicle-flag[value="1"] ~ .is-vehicle { - display: inline-flex; -} -.vehicle-flag[value="1"] ~ .is-npc { - display: none; -} - -.is-vehicle input::-webkit-outer-spin-button, -.is-vehicle input::-webkit-inner-spin-button { - -webkit-appearance: none !important; - margin: 0 !important; -} -.is-vehicle input[type=number] { - -moz-appearance: textfield !important; -} -.is-vehicle .actions .wide span:after { - content: none; -} -.is-vehicle .actiontitle { - padding-top: 20px; -} -.is-vehicle .actiontitle .title.red { - font-size: 18px; - font-variant: small-caps; -} -.is-vehicle .actions { - margin-right: 0 !important; - max-width: none !important; -} -.is-vehicle textarea { - box-sizing: border-box; -} -.is-vehicle .current-hp { - background: transparent; - border-radius: 0; - border-width: 0 0 1px 0; - outline: none; - padding: 0; - max-width: 40px; - text-align: center; -} -.is-vehicle .current-hp + span:before { - content: " / "; -} -.is-vehicle .bold.wide span[name=attr_crew]:not(:empty):before { - content: " (Crew: " !important; -} -.is-vehicle .bold.wide input[name=attr_quantity] ~ span[name=attr_crew]:not(:empty):after { - content: ")" !important; -} -.is-vehicle .bold.wide input[name=attr_quantity]:not([value="1"]) ~ span[name=attr_crew]:not(:empty):after { - content: " Each)" !important; -} -.is-vehicle .bold.wide span[name=attr_quantity]:not(:empty):after { - content: " " !important; -} -.is-vehicle .bold.wide input[name=attr_quantity][value="1"] ~ span[name=attr_quantity] { - display: none !important; -} -.is-vehicle .bold.wide span[name=attr_weaponname]:not(:empty):after { - content: ", " !important; -} -.is-vehicle .label--semicolon:after { - content: ":"; -} -.is-vehicle .label--uppercase { - text-transform: uppercase !important; -} -.is-vehicle .label--semicolon-space:after { - content: ":"; - margin-right: 2px; -} -.is-vehicle .label--strong { - font-weight: bold !important; -} -.is-vehicle .label--comma:after { - content: ", "; -} -.is-vehicle .label--linebreak { - display: block !important; -} -.is-vehicle .label--uppercase { - text-transform: uppercase !important; -} -.is-vehicle .label--capitalize { - text-transform: lowercase !important; - display: inline-block; -} -.is-vehicle .label--capitalize::first-letter { - text-transform: capitalize !important; -} -.is-vehicle .label--hide-empty-before:empty:before { - content: none !important; -} -.is-vehicle .label--hide-empty-after:empty:after { - content: none !important; -} -.is-vehicle .npc_options span[data-i18n=cargo-u]:after { - content: " (Tons)"; -} -.is-vehicle .npc_options span[data-i18n=keel-u]:after, -.is-vehicle .npc_options span[data-i18n=beam-u]:after { - content: " (Feet)"; -} -.is-vehicle > .display .vehicle__stats .stat--title { - display: inline-block; - margin-right: 2px; - font-weight: bold; - text-transform: capitalize; -} -.is-vehicle > .display .vehicle__stats .stat--title:after { - content: ":"; -} -.is-vehicle > .display .vehicle__stats .stat--title[data-i18n=cargo-u] + .stat--value:not(:empty):after { - content: " tons"; -} -.is-vehicle > .display .stat--value, .is-vehicle > .display .stat--value * { - text-transform: lowercase; -} -.is-vehicle > .display span[name=attr_vehicle_actype]:not(:empty):before { - content: " ("; -} -.is-vehicle > .display span[name=attr_vehicle_actype]:not(:empty):after { - content: ")"; -} -.is-vehicle > .display span[name=attr_vehicle_keel]:not(:empty):after, -.is-vehicle > .display span[name=attr_vehicle_beam]:not(:empty):after { - content: " ft."; -} -.is-vehicle > .display span[name=attr_vehicle_keel]:not(:empty) + span[name=attr_vehicle_beam]:not(:empty):before { - content: "/"; -} -.is-vehicle > .display span[name=attr_vehicle_cargo]:not(:empty):after { - content: " tons"; -} -.is-vehicle > .npc_options .vehicle__cols { - display: grid; - grid-template-columns: 1fr 1fr; - gap: 20px; - margin-top: 5px; - width: 100%; -} -.is-vehicle > .display { - display: block; - width: 100%; -} -.is-vehicle > .display .vehicle__cols { - display: grid; - grid-template-columns: 1fr 1fr; - gap: 20px; - margin-top: 5px; - width: 100%; -} -.is-vehicle .vehicle__stats { - display: grid; - grid-template-columns: 1fr; -} -.is-vehicle .vehicle__stats > div { - padding: 3px 5px; -} -.is-vehicle .vehicle__stats > div:nth-of-type(odd) { - background-color: #EBF7F5; -} -.is-vehicle .vehicle__stats > div:nth-of-type(even) { - background-color: #C8E7E6; -} -.is-vehicle .vehicle__cargo { - display: block !important; - margin-top: 2em !important; -} -.is-vehicle .vehicle__cargo .vehicle__cols { - display: grid; - grid-template-columns: 40px 1fr 40px; - gap: 5px; -} -.is-vehicle .vehicle__cargo .vehicle__cols input { - box-sizing: border-box !important; - width: 100% !important; - border: 0 !important; - border-radius: 5px 0 5px 0 !important; - outline: none !important; -} -.is-vehicle .vehicle__cargo .actiontitle { - position: relative; -} -.is-vehicle .vehicle__cargo .vehicle-total-weight { - right: 0; - bottom: 4px; - position: absolute; -} -.is-vehicle .vehicle__cargo .vehicle-total-weight span:last-child { - font-variant: small-caps; -} -.is-vehicle .vehicle__cargo .vehicle-total-weight span:last-child:before { - content: " "; -} -.is-vehicle .vehicle__cargo .vehicle-total-weight span:last-child:after { - content: " tons"; -} -.is-vehicle .vehicle__cargo .overweight[value="1"] ~ .vehicle-total-weight span:last-child { - color: red !important; - font-weight: bold !important; -} -.is-vehicle .vehicle__cargo .repitem:not(:first-child) { - margin-top: 0 !important; -} -.is-vehicle .max-crew-bonus:not(:empty):before { - content: " ("; - white-space: nowrap; -} -.is-vehicle .max-crew-bonus:not(:empty):after { - content: ")"; - white-space: nowrap; -} -.is-vehicle .vehicle__text-field-display { - display: grid; - width: 100%; - border-left: 2px solid #a3a3a3; - padding-left: 5px; - margin-left: 2px; - box-sizing: border-box; - font-size: 0.9em; - position: relative; -} -.is-vehicle .vehicle__text-field-display span::first-letter { - text-transform: capitalize; -} -.is-vehicle .vehicle__text-field-display input { - opacity: 0; - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - cursor: help; -} -.is-vehicle .vehicle__text-field-display:not(:has(input:checked)) { - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; -} -.is-vehicle .vehicle__text-field-display:not(:has(input:checked)) span { - white-space: nowrap; - text-overflow: ellipsis; - overflow: hidden; -} -.is-vehicle .vehicle__capitalized-field { - text-transform: capitalize; -} -.is-vehicle .vehicle__capitalized-field[name=attr_range]:not(:empty):after { - content: " range"; -} -.is-vehicle .vehicle__capitalized-field--first:first-letter { - text-transform: capitalize; -} -.is-vehicle .vehicle__autoresize-field { - display: inline-block; - position: relative; -} -.is-vehicle .vehicle__autoresize-field input { - position: absolute; - top: 0; - left: 0; - width: 100% !important; - height: 100%; - -webkit-appearance: none; - -moz-appearance: none; - background: none; - border-bottom: 1px solid #d3d3d3; - border-left: 0px; - -webkit-border-radius: 0px; - border-radius: 0px; - border-right: 0px; - border-top: 0px; - box-shadow: none; - color: black; - display: inline-block; - font-size: 12px; - padding: 0px; - opacity: 0; - box-sizing: border-box; -} -.is-vehicle .vehicle__autoresize-field span:empty { - white-space: pre-wrap; -} -.is-vehicle .vehicle__autoresize-field span:empty:after { - content: "0x "; -} -.is-vehicle .vehicle__autoresize-field:hover span, .is-vehicle .vehicle__autoresize-field:focus-within span { - visibility: hidden; -} -.is-vehicle .vehicle__autoresize-field:hover input, .is-vehicle .vehicle__autoresize-field:focus-within input { - opacity: 1; -} -.is-vehicle span:empty + .vehicleweapon__weapon-quantity-signal { - display: none; -} -.is-vehicle .actions.vehicleactions:not(.vehicle__cargo) { - margin-top: 0 !important; -} -.is-vehicle .actions.vehicleactions:not(.vehicle__cargo) .actiontitle { - margin-top: 0 !important; -} -.is-vehicle .actions.vehicleactions:not(.vehicle__cargo) .wide span:after { - content: none; -} -.is-vehicle .actions.vehicleweapon .npc_options-flag:hover + span { - display: flex; -} -.is-vehicle .colorpicker { - appearance: none !important; - -webkit-appearance: none !important; - width: 40px !important; - height: 20px !important; - margin: 0 5px 0 0 !important; - padding: 0 !important; - box-sizing: border-box !important; - border: 0 !important; - outline: none !important; -} -.is-vehicle .colorpicker:checked { - border: 2px solid black !important; -} -.is-vehicle .colorpicker.colorpicker--cancel { - background-color: white; - background-image: url(https://www.maxpixel.net/static/photo/1x/Cancel-Check-Cross-Delete-Icon-Check-Box-Tick-146131.png); - background-repeat: no-repeat; - background-size: auto 10px; - background-position: center center; -} -.is-vehicle .colorpicker.colorpicker--cancel:checked { - border: 0 !important; -} -.is-vehicle .colorpicker[value="#c8e7e6"] { - background-color: #c8e7e6 !important; -} -.is-vehicle .set_bg_color[value="#c8e7e6"] + * { - background-color: #c8e7e6 !important; -} -.is-vehicle .set_text_color[value="#c8e7e6"] + * { - color: #c8e7e6 !important; -} -.is-vehicle .colorpicker[value="#e7c8c8"] { - background-color: #e7c8c8 !important; -} -.is-vehicle .set_bg_color[value="#e7c8c8"] + * { - background-color: #e7c8c8 !important; -} -.is-vehicle .set_text_color[value="#e7c8c8"] + * { - color: #e7c8c8 !important; -} -.is-vehicle .colorpicker[value="#e7c8e2"] { - background-color: #e7c8e2 !important; -} -.is-vehicle .set_bg_color[value="#e7c8e2"] + * { - background-color: #e7c8e2 !important; -} -.is-vehicle .set_text_color[value="#e7c8e2"] + * { - color: #e7c8e2 !important; -} -.is-vehicle .colorpicker[value="#ccc8e7"] { - background-color: #ccc8e7 !important; -} -.is-vehicle .set_bg_color[value="#ccc8e7"] + * { - background-color: #ccc8e7 !important; -} -.is-vehicle .set_text_color[value="#ccc8e7"] + * { - color: #ccc8e7 !important; -} -.is-vehicle .colorpicker[value="#cde7c8"] { - background-color: #cde7c8 !important; -} -.is-vehicle .set_bg_color[value="#cde7c8"] + * { - background-color: #cde7c8 !important; -} -.is-vehicle .set_text_color[value="#cde7c8"] + * { - color: #cde7c8 !important; -} -.is-vehicle .colorpicker[value="#e7e1c8"] { - background-color: #e7e1c8 !important; -} -.is-vehicle .set_bg_color[value="#e7e1c8"] + * { - background-color: #e7e1c8 !important; -} -.is-vehicle .set_text_color[value="#e7e1c8"] + * { - color: #e7e1c8 !important; -} -.is-vehicle .colorpicker[value="#a3a3a3"] { - background-color: #a3a3a3 !important; -} -.is-vehicle .set_bg_color[value="#a3a3a3"] + * { - background-color: #a3a3a3 !important; -} -.is-vehicle .set_text_color[value="#a3a3a3"] + * { - color: #a3a3a3 !important; -} -.is-vehicle .color-link { - position: absolute; - top: 0; - left: 0; - width: 5px; - height: 100%; -} -.is-vehicle .set_bg_color[value]:not([value=""]) ~ .link-margin { - padding-left: 10px; -} -.is-vehicle .actions-taken-container { - margin-top: 5px !important; -} -.is-vehicle .actions-taken-container .actions-taken { - display: flex; - flex-direction: row-reverse; -} -.is-vehicle .actions-taken-container .actions-taken input { - appearance: none !important; - width: 15px !important; - height: 15px !important; - border-radius: 10px !important; - box-sizing: border-box !important; - border: 1px solid black !important; - outline: none !important; -} -.is-vehicle .actions-taken-container .actions-taken input:not(:first-child) { - margin-right: 2px; -} -.is-vehicle .actions-taken-container .actions-taken input:checked { - background: #7e2d40 !important; -} -.is-vehicle .actions-taken-container .actions-taken input:checked ~ input { - background: #7e2d40 !important; -} -.is-vehicle input[name=attr_actions]:not([value]) + .actions-taken-container, -.is-vehicle input[name=attr_actions][value=""] + .actions-taken-container, -.is-vehicle input[name=attr_actions][value="0"] + .actions-taken-container { - display: none; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container .actions-taken { - width: 15px; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(0) { - display: none; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(1) { - display: none; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(2) { - display: none; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(3) { - display: none; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(4) { - display: none; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(5) { - display: none; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(6) { - display: none; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(7) { - display: none; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(8) { - display: none; -} -.is-vehicle input[name=attr_actions][value="1"] + .actions-taken-container input:nth-child(9) { - display: none; -} -.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container .actions-taken { - width: 32px; -} -.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(0) { - display: none; -} -.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(1) { - display: none; -} -.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(2) { - display: none; -} -.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(3) { - display: none; -} -.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(4) { - display: none; -} -.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(5) { - display: none; -} -.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(6) { - display: none; -} -.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(7) { - display: none; -} -.is-vehicle input[name=attr_actions][value="2"] + .actions-taken-container input:nth-child(8) { - display: none; -} -.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container .actions-taken { - width: 49px; -} -.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(0) { - display: none; -} -.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(1) { - display: none; -} -.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(2) { - display: none; -} -.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(3) { - display: none; -} -.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(4) { - display: none; -} -.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(5) { - display: none; -} -.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(6) { - display: none; -} -.is-vehicle input[name=attr_actions][value="3"] + .actions-taken-container input:nth-child(7) { - display: none; -} -.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container .actions-taken { - width: 66px; -} -.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(0) { - display: none; -} -.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(1) { - display: none; -} -.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(2) { - display: none; -} -.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(3) { - display: none; -} -.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(4) { - display: none; -} -.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(5) { - display: none; -} -.is-vehicle input[name=attr_actions][value="4"] + .actions-taken-container input:nth-child(6) { - display: none; -} -.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container .actions-taken { - width: 83px; -} -.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(0) { - display: none; -} -.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(1) { - display: none; -} -.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(2) { - display: none; -} -.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(3) { - display: none; -} -.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(4) { - display: none; -} -.is-vehicle input[name=attr_actions][value="5"] + .actions-taken-container input:nth-child(5) { - display: none; -} -.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container .actions-taken { - width: 100px; -} -.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container input:nth-child(0) { - display: none; -} -.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container input:nth-child(1) { - display: none; -} -.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container input:nth-child(2) { - display: none; -} -.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container input:nth-child(3) { - display: none; -} -.is-vehicle input[name=attr_actions][value="6"] + .actions-taken-container input:nth-child(4) { - display: none; -} -.is-vehicle input[name=attr_actions][value="7"] + .actions-taken-container .actions-taken { - width: 117px; -} -.is-vehicle input[name=attr_actions][value="7"] + .actions-taken-container input:nth-child(0) { - display: none; -} -.is-vehicle input[name=attr_actions][value="7"] + .actions-taken-container input:nth-child(1) { - display: none; -} -.is-vehicle input[name=attr_actions][value="7"] + .actions-taken-container input:nth-child(2) { - display: none; -} -.is-vehicle input[name=attr_actions][value="7"] + .actions-taken-container input:nth-child(3) { - display: none; -} -.is-vehicle input[name=attr_actions][value="8"] + .actions-taken-container .actions-taken { - width: 134px; -} -.is-vehicle input[name=attr_actions][value="8"] + .actions-taken-container input:nth-child(0) { - display: none; -} -.is-vehicle input[name=attr_actions][value="8"] + .actions-taken-container input:nth-child(1) { - display: none; -} -.is-vehicle input[name=attr_actions][value="8"] + .actions-taken-container input:nth-child(2) { - display: none; -} -.is-vehicle input[name=attr_actions][value="9"] + .actions-taken-container .actions-taken { - width: 151px; -} -.is-vehicle input[name=attr_actions][value="9"] + .actions-taken-container input:nth-child(0) { - display: none; -} -.is-vehicle input[name=attr_actions][value="9"] + .actions-taken-container input:nth-child(1) { - display: none; -} -.is-vehicle input[name=attr_actions][value="10"] + .actions-taken-container .actions-taken { - width: 168px; -} -.is-vehicle input[name=attr_actions][value="10"] + .actions-taken-container input:nth-child(0) { - display: none; -} -.is-vehicle .vehicle__shortcuts { - margin-top: 20px; -} -.is-vehicle .vehicle__shortcuts .vehicle__init, -.is-vehicle .vehicle__shortcuts .vehicle__crashdamage { - display: inline-block; -} -.is-vehicle .vehicle__shortcuts .vehicle__crashdamage { - margin-left: 20px; -} -.is-vehicle .vehicleweapon { - margin-top: 0 !important; -} -.is-vehicle .vehicleweapon .repitem:hover .toggle_repeating_vehicleweapon_edit + span { - display: flex; -} -.is-vehicle .vehicleweapon:has(.vehicle__weapon-slots:not([value])), .is-vehicle .vehicleweapon:has(.vehicle__weapon-slots[value="0"]) { - display: none; -} -.is-vehicle .vehicle-extra:not(:has(.vehicle-extra__toggle[value="1"])) { - display: none; -} -.is-vehicle .vehicle__cargo { - margin-top: 2em; -} -.is-vehicle .vehicle__cargo .vehicle__cargo__labels { - display: grid; - grid-template-columns: 40px 1fr 40px; - gap: 5px; -} -.is-vehicle .vehicle__cargo .vehicle__cargo__labels span:last-child { - text-align: right !important; -} -.is-vehicle .vehicle__cargo input[name=attr_weight] { - text-align: right; -} -.is-vehicle .vehicle__airquality { - grid-column: 1/3; -} -.is-vehicle .vehicle-weapon-confirmation { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - display: grid; - align-items: center; - justify-items: center; - z-index: 99999; -} -.is-vehicle .vehicle-weapon-confirmation__dialog { - position: relative; - z-index: 1; - border: 2px solid black; - padding: 20px; - background: white; - display: grid; - justify-items: center; -} -.is-vehicle .vehicle-weapon-confirmation__dialog > span, .is-vehicle .vehicle-weapon-confirmation__dialog select { - display: block; - text-align: center; -} -.is-vehicle .vehicle-weapon-confirmation__dialog select { - margin-top: 20px; - text-transform: capitalize; -} -.is-vehicle .vehicle-weapon-confirmation__dialog select option { - text-transform: capitalize; -} -.is-vehicle .vehicle-weapon-confirmation__dialog .actions { - display: flex; - width: 100%; - justify-content: center; - gap: 20px; -} -.is-vehicle .vehicle-weapon-confirmation__dialog .actions button { - text-transform: uppercase; - border: 2px solid black; - border-radius: 5px; - line-height: normal; - height: fit-content; - padding: 5px 10px; - font-weight: 700; -} -.is-vehicle .vehicle-weapon-confirmation__dialog .actions button:hover { - background: red; - color: white; -} -.is-vehicle .vehicle-weapon-confirmation__background { - position: fixed; - top: 0; - left: 0; - width: 100%; - height: 100%; - background-color: white; - opacity: 0.75; - z-index: 0; -} -.is-vehicle .vehicle-weapon-confirmation:not(:has(.vehicle_weapon-confirmation__toggle[value="1"])) { - display: none; -} - -.ui-dialog .tab-content .tabs--kingmaker select, -.ui-dialog .tab-content .tabs--kingmaker textarea, -.ui-dialog .tab-content .tabs--kingmaker input, -.ui-dialog .tab-content .tabs--kingmaker .uneditable-input, -.ui-dialog .tab-content .tabs--kingmaker label, -.ui-dialog .tab-content .tabs--kingmaker button { - all: initial; -} - -.tabs .tabs__body .tabs__container:not(.k-active-tab) { - display: none !important; -} - -.sheet-rolltemplate-kingmaker .text-collapse:before, .ui-dialog .tab-content .tabs--kingmaker .text-collapse:before, .sheet-rolltemplate-kingmaker .sheet-material-icons, .ui-dialog .tab-content .tabs--kingmaker .sheet-material-icons, -.sheet-rolltemplate-kingmaker .material-icons, -.ui-dialog .tab-content .tabs--kingmaker .material-icons { - font-family: "Material Icons"; - font-weight: normal; - font-style: normal; - font-size: 24px; /* Preferred icon size */ - display: inline-block; - line-height: 1; - text-transform: none; - letter-spacing: normal; - word-wrap: normal; - white-space: nowrap; - direction: ltr; - /* Support for all WebKit browsers. */ - -webkit-font-smoothing: antialiased; - /* Support for Safari and Chrome. */ - text-rendering: optimizeLegibility; - /* Support for Firefox. */ - -moz-osx-font-smoothing: grayscale; - /* Support for IE. */ - font-feature-settings: "liga"; -} - -.sheet-rolltemplate-kingmaker .sheet-pictos, .ui-dialog .tab-content .tabs--kingmaker .sheet-pictos, -.sheet-rolltemplate-kingmaker .pictos, -.ui-dialog .tab-content .tabs--kingmaker .pictos { - font-family: pictos; - text-transform: none; -} - -.sheet-rolltemplate-kingmaker .pictos3, .ui-dialog .tab-content .tabs--kingmaker .pictos3, -.sheet-rolltemplate-kingmaker .sheet-pictos3, -.ui-dialog .tab-content .tabs--kingmaker .sheet-pictos3 { - font-family: pictos three; - text-transform: none; -} - -.sheet-rolltemplate-kingmaker .pictoscustom, .ui-dialog .tab-content .tabs--kingmaker .pictoscustom, -.sheet-rolltemplate-kingmaker .sheet-pictoscustom, -.ui-dialog .tab-content .tabs--kingmaker .sheet-pictoscustom { - font-family: pictos custom; - text-transform: none; -} - -.sheet-rolltemplate-kingmaker .dicefontd20, .ui-dialog .tab-content .tabs--kingmaker .dicefontd20, -.sheet-rolltemplate-kingmaker .sheet-dicefontd20, -.ui-dialog .tab-content .tabs--kingmaker .sheet-dicefontd20 { - font-family: dicefontd20; - text-transform: none; -} - -.sheet-rolltemplate-kingmaker .sheet-hidden, .ui-dialog .tab-content .tabs--kingmaker .sheet-hidden, -.sheet-rolltemplate-kingmaker .hidden, -.ui-dialog .tab-content .tabs--kingmaker .hidden, -.sheet-rolltemplate-kingmaker *[hidden], -.ui-dialog .tab-content .tabs--kingmaker *[hidden] { - display: none !important; -} - -.sheet-rolltemplate-kingmaker span, .ui-dialog .tab-content .tabs--kingmaker span, -.sheet-rolltemplate-kingmaker input, -.ui-dialog .tab-content .tabs--kingmaker input, -.sheet-rolltemplate-kingmaker textarea, -.ui-dialog .tab-content .tabs--kingmaker textarea, .sheet-rolltemplate-kingmaker h6 *, .ui-dialog .tab-content .tabs--kingmaker h6 *, -.sheet-rolltemplate-kingmaker *[aria-level="6"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] *, .sheet-rolltemplate-kingmaker h6, .ui-dialog .tab-content .tabs--kingmaker h6, -.sheet-rolltemplate-kingmaker *[aria-level="6"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"], .sheet-rolltemplate-kingmaker h5 *, .ui-dialog .tab-content .tabs--kingmaker h5 *, -.sheet-rolltemplate-kingmaker *[aria-level="5"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] *, .sheet-rolltemplate-kingmaker h5, .ui-dialog .tab-content .tabs--kingmaker h5, -.sheet-rolltemplate-kingmaker *[aria-level="5"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"], .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled *, -.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled * *, .sheet-rolltemplate-kingmaker .roller *, .ui-dialog .tab-content .tabs--kingmaker .roller *, .sheet-rolltemplate-kingmaker h4 *, .ui-dialog .tab-content .tabs--kingmaker h4 *, -.sheet-rolltemplate-kingmaker *[aria-level="4"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] *, .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled, -.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled *, .sheet-rolltemplate-kingmaker .roller, .ui-dialog .tab-content .tabs--kingmaker .roller, .sheet-rolltemplate-kingmaker h4, .ui-dialog .tab-content .tabs--kingmaker h4, -.sheet-rolltemplate-kingmaker *[aria-level="4"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"], .sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult, .sheet-rolltemplate-kingmaker .big-text *, .ui-dialog .tab-content .tabs--kingmaker .big-text *, .sheet-rolltemplate-kingmaker h3 *, .ui-dialog .tab-content .tabs--kingmaker h3 *, -.sheet-rolltemplate-kingmaker *[aria-level="3"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] *, .sheet-rolltemplate-kingmaker .big-text, .ui-dialog .tab-content .tabs--kingmaker .big-text, .sheet-rolltemplate-kingmaker h3, .ui-dialog .tab-content .tabs--kingmaker h3, -.sheet-rolltemplate-kingmaker *[aria-level="3"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"], .sheet-rolltemplate-kingmaker h2 *, .ui-dialog .tab-content .tabs--kingmaker h2 *, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, -.sheet-rolltemplate-kingmaker *[aria-level="2"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] *, .sheet-rolltemplate-kingmaker h2, .ui-dialog .tab-content .tabs--kingmaker h2, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], -.sheet-rolltemplate-kingmaker *[aria-level="2"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"], .sheet-rolltemplate-kingmaker h1 *, .ui-dialog .tab-content .tabs--kingmaker h1 *, -.sheet-rolltemplate-kingmaker *[aria-level="1"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] *, .sheet-rolltemplate-kingmaker h1, .ui-dialog .tab-content .tabs--kingmaker h1, -.sheet-rolltemplate-kingmaker *[aria-level="1"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] { - line-height: normal; -} - -.sheet-rolltemplate-kingmaker .sheet-italics, .ui-dialog .tab-content .tabs--kingmaker .sheet-italics, -.sheet-rolltemplate-kingmaker .italics, -.ui-dialog .tab-content .tabs--kingmaker .italics { - font-style: italic; -} - -.sheet-rolltemplate-kingmaker h6 *, .ui-dialog .tab-content .tabs--kingmaker h6 *, -.sheet-rolltemplate-kingmaker *[aria-level="6"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] *, .sheet-rolltemplate-kingmaker h6, .ui-dialog .tab-content .tabs--kingmaker h6, -.sheet-rolltemplate-kingmaker *[aria-level="6"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"], .sheet-rolltemplate-kingmaker h5 *, .ui-dialog .tab-content .tabs--kingmaker h5 *, -.sheet-rolltemplate-kingmaker *[aria-level="5"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] *, .sheet-rolltemplate-kingmaker h5, .ui-dialog .tab-content .tabs--kingmaker h5, -.sheet-rolltemplate-kingmaker *[aria-level="5"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"], .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled *, -.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled * *, .sheet-rolltemplate-kingmaker .roller *, .ui-dialog .tab-content .tabs--kingmaker .roller *, .sheet-rolltemplate-kingmaker h4 *, .ui-dialog .tab-content .tabs--kingmaker h4 *, -.sheet-rolltemplate-kingmaker *[aria-level="4"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] *, .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled, -.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled *, .sheet-rolltemplate-kingmaker .roller, .ui-dialog .tab-content .tabs--kingmaker .roller, .sheet-rolltemplate-kingmaker h4, .ui-dialog .tab-content .tabs--kingmaker h4, -.sheet-rolltemplate-kingmaker *[aria-level="4"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"], .sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult, .sheet-rolltemplate-kingmaker .big-text *, .ui-dialog .tab-content .tabs--kingmaker .big-text *, .sheet-rolltemplate-kingmaker h3 *, .ui-dialog .tab-content .tabs--kingmaker h3 *, -.sheet-rolltemplate-kingmaker *[aria-level="3"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] *, .sheet-rolltemplate-kingmaker .big-text, .ui-dialog .tab-content .tabs--kingmaker .big-text, .sheet-rolltemplate-kingmaker h3, .ui-dialog .tab-content .tabs--kingmaker h3, -.sheet-rolltemplate-kingmaker *[aria-level="3"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"], .sheet-rolltemplate-kingmaker h2 *, .ui-dialog .tab-content .tabs--kingmaker h2 *, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, -.sheet-rolltemplate-kingmaker *[aria-level="2"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] *, .sheet-rolltemplate-kingmaker h2, .ui-dialog .tab-content .tabs--kingmaker h2, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], -.sheet-rolltemplate-kingmaker *[aria-level="2"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"], .sheet-rolltemplate-kingmaker h1 *, .ui-dialog .tab-content .tabs--kingmaker h1 *, -.sheet-rolltemplate-kingmaker *[aria-level="1"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] *, .sheet-rolltemplate-kingmaker h1, .ui-dialog .tab-content .tabs--kingmaker h1, -.sheet-rolltemplate-kingmaker *[aria-level="1"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] { - color: var(--fontColor); - display: block; - white-space: nowrap; - margin-top: 0px; - margin-bottom: 0px; - font-weight: normal; -} - -.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult, .sheet-rolltemplate-kingmaker .big-text *, .ui-dialog .tab-content .tabs--kingmaker .big-text *, .sheet-rolltemplate-kingmaker h3 *, .ui-dialog .tab-content .tabs--kingmaker h3 *, -.sheet-rolltemplate-kingmaker *[aria-level="3"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] *, .sheet-rolltemplate-kingmaker .big-text, .ui-dialog .tab-content .tabs--kingmaker .big-text, .sheet-rolltemplate-kingmaker h3, .ui-dialog .tab-content .tabs--kingmaker h3, -.sheet-rolltemplate-kingmaker *[aria-level="3"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"], .sheet-rolltemplate-kingmaker h2 *, .ui-dialog .tab-content .tabs--kingmaker h2 *, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, -.sheet-rolltemplate-kingmaker *[aria-level="2"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] *, .sheet-rolltemplate-kingmaker h2, .ui-dialog .tab-content .tabs--kingmaker h2, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .sheet-rolltemplate-kingmaker .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], -.sheet-rolltemplate-kingmaker *[aria-level="2"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"], .sheet-rolltemplate-kingmaker h1 *, .ui-dialog .tab-content .tabs--kingmaker h1 *, -.sheet-rolltemplate-kingmaker *[aria-level="1"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] *, .sheet-rolltemplate-kingmaker h1, .ui-dialog .tab-content .tabs--kingmaker h1, -.sheet-rolltemplate-kingmaker *[aria-level="1"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] { - text-transform: uppercase; - font-weight: normal; -} - -.sheet-rolltemplate-kingmaker h6 :not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h6 :not(:where(input)), -.sheet-rolltemplate-kingmaker *[aria-level="6"] :not(:where(input)), -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] :not(:where(input)), .sheet-rolltemplate-kingmaker h6:not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h6:not(:where(input)), -.sheet-rolltemplate-kingmaker [aria-level="6"]:not(:where(input)), -.ui-dialog .tab-content .tabs--kingmaker [aria-level="6"]:not(:where(input)), .sheet-rolltemplate-kingmaker h5 :not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h5 :not(:where(input)), -.sheet-rolltemplate-kingmaker *[aria-level="5"] :not(:where(input)), -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] :not(:where(input)), .sheet-rolltemplate-kingmaker h5:not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h5:not(:where(input)), -.sheet-rolltemplate-kingmaker [aria-level="5"]:not(:where(input)), -.ui-dialog .tab-content .tabs--kingmaker [aria-level="5"]:not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled :not(:where(input)), .sheet-rolltemplate-kingmaker .roller :not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker .roller :not(:where(input)), .sheet-rolltemplate-kingmaker h4 :not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h4 :not(:where(input)), -.sheet-rolltemplate-kingmaker *[aria-level="4"] :not(:where(input)), -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] :not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled:not(:where(input)), .sheet-rolltemplate-kingmaker .roller:not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker .roller:not(:where(input)), .sheet-rolltemplate-kingmaker h4:not(:where(input)), .ui-dialog .tab-content .tabs--kingmaker h4:not(:where(input)), -.sheet-rolltemplate-kingmaker [aria-level="4"]:not(:where(input)), -.ui-dialog .tab-content .tabs--kingmaker [aria-level="4"]:not(:where(input)) { - text-transform: capitalize; -} - -.sheet-rolltemplate-kingmaker h1 *, .ui-dialog .tab-content .tabs--kingmaker h1 *, -.sheet-rolltemplate-kingmaker *[aria-level="1"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] *, .sheet-rolltemplate-kingmaker h1, .ui-dialog .tab-content .tabs--kingmaker h1, -.sheet-rolltemplate-kingmaker *[aria-level="1"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] { - font-size: 1.5rem; - font-family: var(--topHeaderFont); -} - -.sheet-rolltemplate-kingmaker h1 :not(input), .ui-dialog .tab-content .tabs--kingmaker h1 :not(input), -.sheet-rolltemplate-kingmaker *[aria-level="1"] :not(input), -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="1"] :not(input), .sheet-rolltemplate-kingmaker h1:not(input), .ui-dialog .tab-content .tabs--kingmaker h1:not(input), -.sheet-rolltemplate-kingmaker [aria-level="1"]:not(input), -.ui-dialog .tab-content .tabs--kingmaker [aria-level="1"]:not(input) { - text-align: center; -} - -.sheet-rolltemplate-kingmaker h2 *, .ui-dialog .tab-content .tabs--kingmaker h2 *, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] *, .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] *, -.sheet-rolltemplate-kingmaker *[aria-level="2"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] *, .sheet-rolltemplate-kingmaker h2, .ui-dialog .tab-content .tabs--kingmaker h2, .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name], .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name], -.sheet-rolltemplate-kingmaker *[aria-level="2"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] { - font-size: 1.375rem; - font-family: var(--topHeaderFont); -} - -.sheet-rolltemplate-kingmaker h2 :not(input), .ui-dialog .tab-content .tabs--kingmaker h2 :not(input), .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name] :not(input), .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name] :not(input), -.sheet-rolltemplate-kingmaker *[aria-level="2"] :not(input), -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="2"] :not(input), .sheet-rolltemplate-kingmaker h2:not(input), .ui-dialog .tab-content .tabs--kingmaker h2:not(input), .sheet-rolltemplate-kingmaker .input-label:not(.stacked).large > [name]:not(input), .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked).large > [name]:not(input), -.sheet-rolltemplate-kingmaker [aria-level="2"]:not(input), -.ui-dialog .tab-content .tabs--kingmaker [aria-level="2"]:not(input) { - text-align: center; -} - -.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult, .sheet-rolltemplate-kingmaker .big-text *, .ui-dialog .tab-content .tabs--kingmaker .big-text *, .sheet-rolltemplate-kingmaker h3 *, .ui-dialog .tab-content .tabs--kingmaker h3 *, -.sheet-rolltemplate-kingmaker *[aria-level="3"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] *, .sheet-rolltemplate-kingmaker .big-text, .ui-dialog .tab-content .tabs--kingmaker .big-text, .sheet-rolltemplate-kingmaker h3, .ui-dialog .tab-content .tabs--kingmaker h3, -.sheet-rolltemplate-kingmaker *[aria-level="3"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] { - font-size: 1.25rem; - font-family: var(--topHeaderFont); -} - -.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult:not(input), .sheet-rolltemplate-kingmaker .big-text :not(input), .ui-dialog .tab-content .tabs--kingmaker .big-text :not(input), .sheet-rolltemplate-kingmaker h3 :not(input), .ui-dialog .tab-content .tabs--kingmaker h3 :not(input), -.sheet-rolltemplate-kingmaker *[aria-level="3"] :not(input), -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="3"] :not(input), .sheet-rolltemplate-kingmaker .big-text:not(input), .ui-dialog .tab-content .tabs--kingmaker .big-text:not(input), .sheet-rolltemplate-kingmaker h3:not(input), .ui-dialog .tab-content .tabs--kingmaker h3:not(input), -.sheet-rolltemplate-kingmaker [aria-level="3"]:not(input), -.ui-dialog .tab-content .tabs--kingmaker [aria-level="3"]:not(input) { - text-align: center; -} - -.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled *, .sheet-rolltemplate-kingmaker .roller *, .ui-dialog .tab-content .tabs--kingmaker .roller *, .sheet-rolltemplate-kingmaker h4 *, .ui-dialog .tab-content .tabs--kingmaker h4 *, -.sheet-rolltemplate-kingmaker *[aria-level="4"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] *, .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled, .sheet-rolltemplate-kingmaker .roller, .ui-dialog .tab-content .tabs--kingmaker .roller, .sheet-rolltemplate-kingmaker h4, .ui-dialog .tab-content .tabs--kingmaker h4, -.sheet-rolltemplate-kingmaker *[aria-level="4"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] { - font-size: 1.125rem; - font-family: var(--midHeaderFont); -} - -.ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled :not(input), .sheet-rolltemplate-kingmaker .roller :not(input), .ui-dialog .tab-content .tabs--kingmaker .roller :not(input), .sheet-rolltemplate-kingmaker h4 :not(input), .ui-dialog .tab-content .tabs--kingmaker h4 :not(input), -.sheet-rolltemplate-kingmaker *[aria-level="4"] :not(input), -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="4"] :not(input), .ui-dialog .tab-content .tabs--kingmaker .styled-button--controlled:not(input), .sheet-rolltemplate-kingmaker .roller:not(input), .ui-dialog .tab-content .tabs--kingmaker .roller:not(input), .sheet-rolltemplate-kingmaker h4:not(input), .ui-dialog .tab-content .tabs--kingmaker h4:not(input), -.sheet-rolltemplate-kingmaker [aria-level="4"]:not(input), -.ui-dialog .tab-content .tabs--kingmaker [aria-level="4"]:not(input) { - text-align: center; -} - -.sheet-rolltemplate-kingmaker h5 *, .ui-dialog .tab-content .tabs--kingmaker h5 *, -.sheet-rolltemplate-kingmaker *[aria-level="5"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] *, .sheet-rolltemplate-kingmaker h5, .ui-dialog .tab-content .tabs--kingmaker h5, -.sheet-rolltemplate-kingmaker *[aria-level="5"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] { - font-size: 1rem; - font-style: normal; - font-family: var(--midHeaderFont); -} - -.sheet-rolltemplate-kingmaker h5 :not(input), .ui-dialog .tab-content .tabs--kingmaker h5 :not(input), -.sheet-rolltemplate-kingmaker *[aria-level="5"] :not(input), -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="5"] :not(input), .sheet-rolltemplate-kingmaker h5:not(input), .ui-dialog .tab-content .tabs--kingmaker h5:not(input), -.sheet-rolltemplate-kingmaker [aria-level="5"]:not(input), -.ui-dialog .tab-content .tabs--kingmaker [aria-level="5"]:not(input) { - text-align: center; -} - -.sheet-rolltemplate-kingmaker h6 *, .ui-dialog .tab-content .tabs--kingmaker h6 *, -.sheet-rolltemplate-kingmaker *[aria-level="6"] *, -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] *, .sheet-rolltemplate-kingmaker h6, .ui-dialog .tab-content .tabs--kingmaker h6, -.sheet-rolltemplate-kingmaker *[aria-level="6"], -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] { - font-size: 0.75rem; - font-style: normal; - font-family: var(--contentFont); - color: var(--fontColor); -} - -.sheet-rolltemplate-kingmaker h6 :not(input), .ui-dialog .tab-content .tabs--kingmaker h6 :not(input), -.sheet-rolltemplate-kingmaker *[aria-level="6"] :not(input), -.ui-dialog .tab-content .tabs--kingmaker *[aria-level="6"] :not(input), .sheet-rolltemplate-kingmaker h6:not(input), .ui-dialog .tab-content .tabs--kingmaker h6:not(input), -.sheet-rolltemplate-kingmaker [aria-level="6"]:not(input), -.ui-dialog .tab-content .tabs--kingmaker [aria-level="6"]:not(input) { - text-align: center; -} - -.sheet-rolltemplate-kingmaker span, .ui-dialog .tab-content .tabs--kingmaker span, -.sheet-rolltemplate-kingmaker input, -.ui-dialog .tab-content .tabs--kingmaker input, -.sheet-rolltemplate-kingmaker textarea, -.ui-dialog .tab-content .tabs--kingmaker textarea { - font-size: 1rem; - color: var(--fontColor); -} - -.sheet-rolltemplate-kingmaker span[name], .ui-dialog .tab-content .tabs--kingmaker span[name], .sheet-rolltemplate-kingmaker input, .ui-dialog .tab-content .tabs--kingmaker input, .sheet-rolltemplate-kingmaker textarea, .ui-dialog .tab-content .tabs--kingmaker textarea, .sheet-rolltemplate-kingmaker button, .ui-dialog .tab-content .tabs--kingmaker button, .sheet-rolltemplate-kingmaker select, .ui-dialog .tab-content .tabs--kingmaker select { - font-family: var(--contentFont); -} - -.sheet-rolltemplate-kingmaker .tiny-text, .ui-dialog .tab-content .tabs--kingmaker .tiny-text { - font-size: 0.75rem; -} - -.sheet-rolltemplate-kingmaker .uppercase, .ui-dialog .tab-content .tabs--kingmaker .uppercase { - text-transform: uppercase !important; -} - -.sheet-rolltemplate-kingmaker .repcontrol-button, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button, .sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after { - background-color: rgba(220, 220, 220, 0.2); - border-radius: 5px; - box-shadow: 0 2px 4px black; - border-width: 0; - transition-property: box-shadow, backdrop-filter; - transition-duration: 200ms; - transition-timing-function: ease-out; - backdrop-filter: blur(1px); - overflow: hidden; -} - -.sheet-rolltemplate-kingmaker .repcontrol-button:is(:hover, :focus), .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button:is(:hover, :focus), .sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit:is(:hover, :focus)::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit:is(:hover, :focus)::after { - background-color: rgba(133, 133, 133, 0.5019607843); - box-shadow: 0 4px 6px black; - backdrop-filter: blur(2px); -} - -.sheet-rolltemplate-kingmaker .repcontrol-button:active, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button:active, .sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit:active::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit:active::after { - background-color: #858585; - box-shadow: 0 1px 2px black; - backdrop-filter: blur(0px); -} - -.sheet-rolltemplate-kingmaker .repcontrol-button, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button, .sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after { - padding: 5px 7px; -} - -.sheet-rolltemplate-kingmaker button, .ui-dialog .tab-content .tabs--kingmaker button { - cursor: pointer; -} - -.sheet-rolltemplate-kingmaker .roller, .ui-dialog .tab-content .tabs--kingmaker .roller { - display: flex; - gap: var(--half-gap); - align-items: center; -} - -.sheet-rolltemplate-kingmaker .roller:before, .ui-dialog .tab-content .tabs--kingmaker .roller:before { - font-family: dicefontd20; - content: "T"; -} - -.sheet-rolltemplate-kingmaker .text-collapse__check:not(:checked) + .text-collapse, .ui-dialog .tab-content .tabs--kingmaker .text-collapse__check:not(:checked) + .text-collapse { - border-width: 1px 3px; - border-style: solid; - border-color: var(--borderColor); - border-radius: 5px; - box-sizing: border-box; -} - -.sheet-rolltemplate-kingmaker .adaptive > span, .ui-dialog .tab-content .tabs--kingmaker .adaptive > span, .sheet-rolltemplate-kingmaker select, .ui-dialog .tab-content .tabs--kingmaker select, -.sheet-rolltemplate-kingmaker .pseudo-select span, -.ui-dialog .tab-content .tabs--kingmaker .pseudo-select span, -.sheet-rolltemplate-kingmaker .sheet-pseudo-select span, -.ui-dialog .tab-content .tabs--kingmaker .sheet-pseudo-select span, -.sheet-rolltemplate-kingmaker input:not(:where([type=checkbox], [type=radio])), -.ui-dialog .tab-content .tabs--kingmaker input:not(:where([type=checkbox], [type=radio])), -.sheet-rolltemplate-kingmaker .uneditable-input, -.ui-dialog .tab-content .tabs--kingmaker .uneditable-input, -.sheet-rolltemplate-kingmaker textarea, -.ui-dialog .tab-content .tabs--kingmaker textarea, .sheet-rolltemplate-kingmaker .underlined, .ui-dialog .tab-content .tabs--kingmaker .underlined, -.sheet-rolltemplate-kingmaker .sheet-underlined, -.ui-dialog .tab-content .tabs--kingmaker .sheet-underlined { - border-width: 1px 3px; - border-style: solid; - border-radius: 5px; - border-color: transparent; - box-sizing: border-box; -} - -.sheet-rolltemplate-kingmaker .boxed, .ui-dialog .tab-content .tabs--kingmaker .boxed, -.sheet-rolltemplate-kingmaker .sheet-boxed, -.ui-dialog .tab-content .tabs--kingmaker .sheet-boxed { - border: 2px solid var(--borderColor); - border-radius: 0; - box-sizing: border-box; -} - -.sheet-rolltemplate-kingmaker .boxed.thick-left, .ui-dialog .tab-content .tabs--kingmaker .boxed.thick-left, -.sheet-rolltemplate-kingmaker .sheet-boxed.thick-left, -.ui-dialog .tab-content .tabs--kingmaker .sheet-boxed.thick-left { - border-left-width: 5px; -} - -.sheet-rolltemplate-kingmaker .boxed.thick-bottom, .ui-dialog .tab-content .tabs--kingmaker .boxed.thick-bottom, -.sheet-rolltemplate-kingmaker .sheet-boxed.thick-bottom, -.ui-dialog .tab-content .tabs--kingmaker .sheet-boxed.thick-bottom { - border-bottom-width: 5px; -} - -.sheet-rolltemplate-kingmaker .boxed.thick-right, .ui-dialog .tab-content .tabs--kingmaker .boxed.thick-right, -.sheet-rolltemplate-kingmaker .sheet-boxed.thick-right, -.ui-dialog .tab-content .tabs--kingmaker .sheet-boxed.thick-right { - border-right-width: 5px; -} - -.sheet-rolltemplate-kingmaker .boxed.thick-top, .ui-dialog .tab-content .tabs--kingmaker .boxed.thick-top, -.sheet-rolltemplate-kingmaker .sheet-boxed.thick-top, -.ui-dialog .tab-content .tabs--kingmaker .sheet-boxed.thick-top { - border-top-width: 5px; -} - -.sheet-rolltemplate-kingmaker .underlined, .ui-dialog .tab-content .tabs--kingmaker .underlined, -.sheet-rolltemplate-kingmaker .sheet-underlined, -.ui-dialog .tab-content .tabs--kingmaker .sheet-underlined { - border-radius: 0; - border-bottom: 1px solid var(--borderColor); - transition: var(--focusTrans); -} - -.sheet-rolltemplate-kingmaker :is(.underlined, .boxed):not([readonly]):not([type=checkbox]):not([type=radio]):is(:focus, :focus-within), .ui-dialog .tab-content .tabs--kingmaker :is(.underlined, .boxed):not([readonly]):not([type=checkbox]):not([type=radio]):is(:focus, :focus-within) { - background-color: var(--subHeadBackColor); -} - -.sheet-rolltemplate-kingmaker .underlined--invisible, .ui-dialog .tab-content .tabs--kingmaker .underlined--invisible { - border-color: transparent !important; -} - -.ui-dialog .tab-content .tabs--kingmaker section, -.ui-dialog .tab-content .tabs--kingmaker header, .ui-dialog .tab-content .tabs--kingmaker .styled-button { - box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; -} - -.ui-dialog .tab-content .tabs--kingmaker section:is(:hover, :focus-within), -.ui-dialog .tab-content .tabs--kingmaker header:is(:hover, :focus-within) { - box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; -} - -.sheet-rolltemplate-kingmaker input:is([type=radio], [type=checkbox]):not(.collapse):not(.fill-left__radio):checked:before, .ui-dialog .tab-content .tabs--kingmaker input:is([type=radio], [type=checkbox]):not(.collapse):not(.fill-left__radio):checked:before { - content: "✓"; - grid-area: content; - font-weight: bold; - place-self: start center; - color: var(--checkColor); - font-size: 1.5rem; - line-height: 0.5rem; -} - -.sheet-rolltemplate-kingmaker input:is([type=radio], [type=checkbox]), .ui-dialog .tab-content .tabs--kingmaker input:is([type=radio], [type=checkbox]) { - border: 1px solid var(--borderColor); - cursor: pointer; - -webkit-appearance: none; - appearance: none; - width: 14px; - min-width: 14px; - height: 14px; - min-height: 14px; - display: grid; - grid-template-columns: 1fr; - grid-template-areas: "content"; -} - -.sheet-rolltemplate-kingmaker input[type=number], .ui-dialog .tab-content .tabs--kingmaker input[type=number] { - width: 3rem; - -moz-appearance: textfield !important; - text-align: center; -} - -.sheet-rolltemplate-kingmaker input[type=number]::-webkit-inner-spin-button, .ui-dialog .tab-content .tabs--kingmaker input[type=number]::-webkit-inner-spin-button, .sheet-rolltemplate-kingmaker input[type=number]::-webkit-outer-spin-button, .ui-dialog .tab-content .tabs--kingmaker input[type=number]::-webkit-outer-spin-button { - -webkit-appearance: none; - margin: 0; -} - -.sheet-rolltemplate-kingmaker select, .ui-dialog .tab-content .tabs--kingmaker select, -.sheet-rolltemplate-kingmaker .pseudo-select span, -.ui-dialog .tab-content .tabs--kingmaker .pseudo-select span, -.sheet-rolltemplate-kingmaker .sheet-pseudo-select span, -.ui-dialog .tab-content .tabs--kingmaker .sheet-pseudo-select span, -.sheet-rolltemplate-kingmaker textarea, -.ui-dialog .tab-content .tabs--kingmaker textarea, -.sheet-rolltemplate-kingmaker input:not(:is([type=radio], [type=checkbox])), -.ui-dialog .tab-content .tabs--kingmaker input:not(:is([type=radio], [type=checkbox])), -.sheet-rolltemplate-kingmaker .uneditable-input, -.ui-dialog .tab-content .tabs--kingmaker .uneditable-input { - padding: 2px; -} - -.sheet-rolltemplate-kingmaker input:is([type=text], [type=number]), .ui-dialog .tab-content .tabs--kingmaker input:is([type=text], [type=number]), .sheet-rolltemplate-kingmaker textarea, .ui-dialog .tab-content .tabs--kingmaker textarea { - cursor: auto; -} - -.sheet-rolltemplate-kingmaker select, .ui-dialog .tab-content .tabs--kingmaker select, -.sheet-rolltemplate-kingmaker .sheet-pseudo-select span, -.ui-dialog .tab-content .tabs--kingmaker .sheet-pseudo-select span, -.sheet-rolltemplate-kingmaker .pseudo-select span, -.ui-dialog .tab-content .tabs--kingmaker .pseudo-select span { - -webkit-apperance: none; - appearance: none; - text-transform: capitalize; - overflow: hidden !important; - white-space: nowrap; - text-overflow: ellipsis; - text-align: center; - color: var(--fontColor); -} - -.sheet-rolltemplate-kingmaker input, .ui-dialog .tab-content .tabs--kingmaker input { - width: auto; -} - -.sheet-rolltemplate-kingmaker input:placeholder, .ui-dialog .tab-content .tabs--kingmaker input:placeholder { - color: rgba(237, 237, 237, 0.5019607843); -} - -.sheet-rolltemplate-kingmaker input.plus-control:not([value*="-"]) + span:before, .ui-dialog .tab-content .tabs--kingmaker input.plus-control:not([value*="-"]) + span:before { - content: "+"; -} - -.sheet-rolltemplate-kingmaker textarea, .ui-dialog .tab-content .tabs--kingmaker textarea { - resize: vertical; - white-space: pre-wrap; -} - -.sheet-rolltemplate-kingmaker textarea.fixed, .ui-dialog .tab-content .tabs--kingmaker textarea.fixed { - resize: none; - overflow: auto; -} - -.sheet-rolltemplate-kingmaker label.input-label, .ui-dialog .tab-content .tabs--kingmaker label.input-label { - cursor: pointer; -} - -.sheet-rolltemplate-kingmaker .input-label, .ui-dialog .tab-content .tabs--kingmaker .input-label { - display: inline-flex; - gap: var(--half-gap); - align-items: center; -} - -.sheet-rolltemplate-kingmaker .input-label:not(.stacked) > input[type=text], .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked) > input[type=text] { - flex: 1 1 0; -} - -.sheet-rolltemplate-kingmaker .input-label:not(.stacked) > :not([name]), .ui-dialog .tab-content .tabs--kingmaker .input-label:not(.stacked) > :not([name]) { - flex: 0 0 auto; -} - -.sheet-rolltemplate-kingmaker .input-label > :is(span, button), .ui-dialog .tab-content .tabs--kingmaker .input-label > :is(span, button) { - text-transform: capitalize; -} - -.sheet-rolltemplate-kingmaker .input-label--dual, .ui-dialog .tab-content .tabs--kingmaker .input-label--dual { - grid-template-columns: 1fr auto 1fr; - grid-template-areas: "over over over" "under under under"; -} - -.sheet-rolltemplate-kingmaker .input-label--dual > span:last-of-type, .ui-dialog .tab-content .tabs--kingmaker .input-label--dual > span:last-of-type { - grid-column: 1/-1; -} - -.sheet-rolltemplate-kingmaker .input-label--dual > input:not([type=number]):not([type=checkbox]):not([type=radio]), .ui-dialog .tab-content .tabs--kingmaker .input-label--dual > input:not([type=number]):not([type=checkbox]):not([type=radio]) { - width: 100%; -} - -.sheet-rolltemplate-kingmaker .input-label--dual > .slash, .ui-dialog .tab-content .tabs--kingmaker .input-label--dual > .slash { - line-height: 0rem; - font-weight: normal; -} - -.sheet-rolltemplate-kingmaker .collapse-container, .ui-dialog .tab-content .tabs--kingmaker .collapse-container { - display: grid; - position: relative; -} - -.sheet-rolltemplate-kingmaker .text-collapse, .ui-dialog .tab-content .tabs--kingmaker .text-collapse { - cursor: pointer; - display: flex; - justify-content: flex-start; - align-items: center; -} - -.sheet-rolltemplate-kingmaker .text-collapse:before, .ui-dialog .tab-content .tabs--kingmaker .text-collapse:before { - content: "unfold_less"; -} - -.sheet-rolltemplate-kingmaker .text-collapse__text, .ui-dialog .tab-content .tabs--kingmaker .text-collapse__text { - display: inline; -} - -.sheet-rolltemplate-kingmaker .text-collapse__check:checked + .text-collapse:before, .ui-dialog .tab-content .tabs--kingmaker .text-collapse__check:checked + .text-collapse:before { - content: "unfold_more"; -} - -.sheet-rolltemplate-kingmaker .repitem:hover .collapse, .ui-dialog .tab-content .tabs--kingmaker .repitem:hover .collapse, .sheet-rolltemplate-kingmaker .repitem:hover .roll-container, .ui-dialog .tab-content .tabs--kingmaker .repitem:hover .roll-container, -.sheet-rolltemplate-kingmaker .collapse-container:hover .collapse, -.ui-dialog .tab-content .tabs--kingmaker .collapse-container:hover .collapse, -.sheet-rolltemplate-kingmaker .collapse-container:hover .roll-container, -.ui-dialog .tab-content .tabs--kingmaker .collapse-container:hover .roll-container { - opacity: 1; -} - -.sheet-rolltemplate-kingmaker .repitem .collapse, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse, -.sheet-rolltemplate-kingmaker .collapse-container .collapse, -.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse { - opacity: 0; - position: absolute; - right: -10px; - top: 0px; - border: 0px solid black; - border-radius: 0; - color: var(--selectedColor); - text-transform: none; - background-color: transparent; -} - -.sheet-rolltemplate-kingmaker .repitem .collapse:before, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:before, -.sheet-rolltemplate-kingmaker .collapse-container .collapse:before, -.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:before { - content: "y"; - font-family: pictos; -} - -.sheet-rolltemplate-kingmaker .repitem .collapse:checked, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:checked, -.sheet-rolltemplate-kingmaker .collapse-container .collapse:checked, -.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:checked { - color: var(--unselectedColor1); - background-color: transparent; -} - -.sheet-rolltemplate-kingmaker .repitem .collapse:checked ~ .expanded, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:checked ~ .expanded, -.sheet-rolltemplate-kingmaker .repitem .collapse:checked ~ .collapse-container .expanded, -.ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:checked ~ .collapse-container .expanded, -.sheet-rolltemplate-kingmaker .collapse-container .collapse:checked ~ .expanded, -.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:checked ~ .expanded, -.sheet-rolltemplate-kingmaker .collapse-container .collapse:checked ~ .collapse-container .expanded, -.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:checked ~ .collapse-container .expanded { - display: none !important; -} - -.sheet-rolltemplate-kingmaker .repitem .collapse:checked ~ .expanded--empty:is(:not([value]), [value=""]) + *, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:checked ~ .expanded--empty:is(:not([value]), [value=""]) + *, -.sheet-rolltemplate-kingmaker .collapse-container .collapse:checked ~ .expanded--empty:is(:not([value]), [value=""]) + *, -.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:checked ~ .expanded--empty:is(:not([value]), [value=""]) + * { - display: none !important; -} - -.sheet-rolltemplate-kingmaker .repitem .collapse:not(:checked) ~ .collapsed, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:not(:checked) ~ .collapsed, -.sheet-rolltemplate-kingmaker .collapse-container .collapse:not(:checked) ~ .collapsed, -.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:not(:checked) ~ .collapsed { - display: none !important; -} - -.sheet-rolltemplate-kingmaker .repitem .collapse:hover, .ui-dialog .tab-content .tabs--kingmaker .repitem .collapse:hover, -.sheet-rolltemplate-kingmaker .collapse-container .collapse:hover, -.ui-dialog .tab-content .tabs--kingmaker .collapse-container .collapse:hover { - color: var(--selectedColor); -} - -.sheet-rolltemplate-kingmaker .repcontainer.editmode .collapse, .ui-dialog .tab-content .tabs--kingmaker .repcontainer.editmode .collapse { - display: none; -} - -.sheet-rolltemplate-kingmaker .adaptive, .ui-dialog .tab-content .tabs--kingmaker .adaptive { - display: grid; - grid-template-columns: auto; - grid-template-rows: auto; - grid-template-areas: "content"; - position: relative; -} - -.sheet-rolltemplate-kingmaker .adaptive > *, .ui-dialog .tab-content .tabs--kingmaker .adaptive > * { - grid-area: content; -} - -.sheet-rolltemplate-kingmaker .adaptive > span, .ui-dialog .tab-content .tabs--kingmaker .adaptive > span { - opacity: 0; - z-index: -10; - text-transform: initial; - border-radius: 0px; -} - -.sheet-rolltemplate-kingmaker .adaptive--text, .ui-dialog .tab-content .tabs--kingmaker .adaptive--text { - min-height: 4rem; -} - -.sheet-rolltemplate-kingmaker .adaptive--text__span, .ui-dialog .tab-content .tabs--kingmaker .adaptive--text__span { - white-space: pre-wrap; - padding: 2px; -} - -.sheet-rolltemplate-kingmaker .adaptive--text__textarea, .ui-dialog .tab-content .tabs--kingmaker .adaptive--text__textarea { - width: 100%; - height: 100%; - resize: none; -} - -.sheet-rolltemplate-kingmaker .adaptive--text__textarea, .ui-dialog .tab-content .tabs--kingmaker .adaptive--text__textarea, -.sheet-rolltemplate-kingmaker .adaptive--input__input, -.ui-dialog .tab-content .tabs--kingmaker .adaptive--input__input { - position: absolute; -} - -.sheet-rolltemplate-kingmaker .adaptive--input__input, .ui-dialog .tab-content .tabs--kingmaker .adaptive--input__input { - width: 100%; -} - -.sheet-rolltemplate-kingmaker .adaptive--input__span, .ui-dialog .tab-content .tabs--kingmaker .adaptive--input__span { - padding: 2px; - min-height: 1.5rem; -} - -.sheet-rolltemplate-kingmaker .headed-textarea, .ui-dialog .tab-content .tabs--kingmaker .headed-textarea { - display: grid; - grid-template-rows: auto 1fr; - grid-template-columns: auto; - grid-column: 1/-1; -} - -.sheet-rolltemplate-kingmaker .headed-textarea :not(textarea):not(.adaptive), .ui-dialog .tab-content .tabs--kingmaker .headed-textarea :not(textarea):not(.adaptive) { - justify-self: start; -} - -.sheet-rolltemplate-kingmaker .headed-textarea .headed-textarea__header, .ui-dialog .tab-content .tabs--kingmaker .headed-textarea .headed-textarea__header { - grid-area: initial; -} - -.sheet-rolltemplate-kingmaker .flex-box, .ui-dialog .tab-content .tabs--kingmaker .flex-box, -.sheet-rolltemplate-kingmaker .sheet-flex-box, -.ui-dialog .tab-content .tabs--kingmaker .sheet-flex-box { - display: flex; -} - -.sheet-rolltemplate-kingmaker .flex-wrap, .ui-dialog .tab-content .tabs--kingmaker .flex-wrap, -.sheet-rolltemplate-kingmaker .sheet-flex-wrap, -.ui-dialog .tab-content .tabs--kingmaker .sheet-flex-wrap { - flex-wrap: wrap; -} - -.sheet-rolltemplate-kingmaker .justify-space-around, .ui-dialog .tab-content .tabs--kingmaker .justify-space-around, -.sheet-rolltemplate-kingmaker .sheet-justify-space-around, -.ui-dialog .tab-content .tabs--kingmaker .sheet-justify-space-around { - justify-content: space-around; -} - -.sheet-rolltemplate-kingmaker .justify-space-between, .ui-dialog .tab-content .tabs--kingmaker .justify-space-between, -.sheet-rolltemplate-kingmaker .sheet-justify-space-between, -.ui-dialog .tab-content .tabs--kingmaker .sheet-justify-space-between { - justify-content: space-between; -} - -.sheet-rolltemplate-kingmaker .justify-center, .ui-dialog .tab-content .tabs--kingmaker .justify-center, -.sheet-rolltemplate-kingmaker .sheet-justify-center, -.ui-dialog .tab-content .tabs--kingmaker .sheet-justify-center { - justify-content: center; -} - -.sheet-rolltemplate-kingmaker .stacked, .ui-dialog .tab-content .tabs--kingmaker .stacked { - flex-direction: column; -} - -.sheet-rolltemplate-kingmaker .stacked.center > *, .ui-dialog .tab-content .tabs--kingmaker .stacked.center > * { - text-align: center; -} - -.sheet-rolltemplate-kingmaker .stacked:not(.center), .ui-dialog .tab-content .tabs--kingmaker .stacked:not(.center) { - align-items: start; -} - -.sheet-rolltemplate-kingmaker .stacked > [name]:not([type=number]):not([type=checkbox]):not([type=radio]), .ui-dialog .tab-content .tabs--kingmaker .stacked > [name]:not([type=number]):not([type=checkbox]):not([type=radio]) { - width: 100%; -} - -.sheet-rolltemplate-kingmaker .span-2, .ui-dialog .tab-content .tabs--kingmaker .span-2, -.sheet-rolltemplate-kingmaker .sheet-span-2, -.ui-dialog .tab-content .tabs--kingmaker .sheet-span-2 { - grid-column: span 2; -} - -.sheet-rolltemplate-kingmaker .span-all, .ui-dialog .tab-content .tabs--kingmaker .span-all, -.sheet-rolltemplate-kingmaker .sheet-span-all, -.ui-dialog .tab-content .tabs--kingmaker .sheet-span-all { - grid-column: 1/-1; -} - -.sheet-rolltemplate-kingmaker .row-reverse, .ui-dialog .tab-content .tabs--kingmaker .row-reverse, -.sheet-rolltemplate-kingmaker .sheet-row-revers, -.ui-dialog .tab-content .tabs--kingmaker .sheet-row-revers { - flex-direction: row-reverse; -} - -.sheet-rolltemplate-kingmaker .column-reverse, .ui-dialog .tab-content .tabs--kingmaker .column-reverse, -.sheet-rolltemplate-kingmaker .sheet-column-reverse, -.ui-dialog .tab-content .tabs--kingmaker .sheet-column-reverse { - flex-direction: column-reverse; -} - -.sheet-rolltemplate-kingmaker .gap, .ui-dialog .tab-content .tabs--kingmaker .gap, -.sheet-rolltemplate-kingmaker .sheet-gap, -.ui-dialog .tab-content .tabs--kingmaker .sheet-gap { - gap: var(--grid-gap); -} - -.sheet-rolltemplate-kingmaker .half-gap, .ui-dialog .tab-content .tabs--kingmaker .half-gap, -.sheet-rolltemplate-kingmaker .sheet-half-gap, -.ui-dialog .tab-content .tabs--kingmaker .sheet-half-gap { - gap: var(--half-gap); -} - -.sheet-rolltemplate-kingmaker .tiny-gap, .ui-dialog .tab-content .tabs--kingmaker .tiny-gap, -.sheet-rolltemplate-kingmaker .sheet-tiny-gap, -.ui-dialog .tab-content .tabs--kingmaker .sheet-tiny-gap { - gap: var(--tiny-gap); -} - -.sheet-rolltemplate-kingmaker .big-gap, .ui-dialog .tab-content .tabs--kingmaker .big-gap, -.sheet-rolltemplate-kingmaker .sheet-big-gap, -.ui-dialog .tab-content .tabs--kingmaker .sheet-big-gap { - gap: var(--big-gap); -} - -.sheet-rolltemplate-kingmaker .no-gap, .ui-dialog .tab-content .tabs--kingmaker .no-gap, -.sheet-rolltemplate-kingmaker .sheet-no-gap, -.ui-dialog .tab-content .tabs--kingmaker .sheet-no-gap { - gap: 0; -} - -.sheet-rolltemplate-kingmaker .flex-min-content, .ui-dialog .tab-content .tabs--kingmaker .flex-min-content, -.sheet-rolltemplate-kingmaker .sheet-flex-min-content, -.ui-dialog .tab-content .tabs--kingmaker .sheet-flex-min-content { - flex: 1 0 min-content; -} - -.sheet-rolltemplate-kingmaker .align-self-stretch, .ui-dialog .tab-content .tabs--kingmaker .align-self-stretch, -.sheet-rolltemplate-kingmaker .sheet-align-self-stretch, -.ui-dialog .tab-content .tabs--kingmaker .sheet-align-self-stretch { - align-self: stretch; -} - -.sheet-rolltemplate-kingmaker .align-self-start, .ui-dialog .tab-content .tabs--kingmaker .align-self-start, -.sheet-rolltemplate-kingmaker .sheet-align-self-start, -.ui-dialog .tab-content .tabs--kingmaker .sheet-align-self-start { - align-self: start; -} - -.sheet-rolltemplate-kingmaker .align-self-end, .ui-dialog .tab-content .tabs--kingmaker .align-self-end, -.sheet-rolltemplate-kingmaker .sheet-align-self-end, -.ui-dialog .tab-content .tabs--kingmaker .sheet-align-self-end { - align-self: end; -} - -.sheet-rolltemplate-kingmaker .align-items-center, .ui-dialog .tab-content .tabs--kingmaker .align-items-center, -.sheet-rolltemplate-kingmaker .sheet-align-items-center, -.ui-dialog .tab-content .tabs--kingmaker .sheet-align-items-center { - align-items: center; -} - -.sheet-rolltemplate-kingmaker .flex-box > .span-all, .ui-dialog .tab-content .tabs--kingmaker .flex-box > .span-all { - width: 100%; -} - -.sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after, .sheet-rolltemplate-kingmaker .repcontrol-button, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button { - text-transform: none; - opacity: 0; - transition-property: opacity, background-color; - transition-duration: var(--revealTime); -} - -.sheet-rolltemplate-kingmaker .repitem > input:not([type=checkbox]), .ui-dialog .tab-content .tabs--kingmaker .repitem > input:not([type=checkbox]) { - width: 100%; -} - -.sheet-rolltemplate-kingmaker .repitem .headed-textarea, .ui-dialog .tab-content .tabs--kingmaker .repitem .headed-textarea, -.sheet-rolltemplate-kingmaker .repitem .description, -.ui-dialog .tab-content .tabs--kingmaker .repitem .description { - grid-column: 1/-1; -} - -.sheet-rolltemplate-kingmaker .repcontainer, .ui-dialog .tab-content .tabs--kingmaker .repcontainer { - display: grid; - gap: var(--grid-gap); -} - -.sheet-rolltemplate-kingmaker .repeating-container, .ui-dialog .tab-content .tabs--kingmaker .repeating-container { - display: grid; - grid-template-areas: "header"; - align-self: start; -} - -.sheet-rolltemplate-kingmaker .repeating-container > .header, .ui-dialog .tab-content .tabs--kingmaker .repeating-container > .header { - grid-area: header; -} - -.sheet-rolltemplate-kingmaker .repeating-container:is(:hover, :focus-within, :focus) .repcontrol-button, .ui-dialog .tab-content .tabs--kingmaker .repeating-container:is(:hover, :focus-within, :focus) .repcontrol-button, -.sheet-rolltemplate-kingmaker .repeating-container:is(:hover, :focus-within, :focus) .repcontrol > .repcontrol_edit::after, -.ui-dialog .tab-content .tabs--kingmaker .repeating-container:is(:hover, :focus-within, :focus) .repcontrol > .repcontrol_edit::after { - opacity: 1 !important; -} - -.sheet-rolltemplate-kingmaker .repcontrol-button, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button { - grid-area: header; - align-self: start; -} - -.sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol { - grid-area: header; - justify-self: end; - z-index: 100; -} - -.sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_add, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_add { - display: none !important; -} - -.sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit { - visibility: hidden; -} - -.sheet-rolltemplate-kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button ~ .repcontrol > .repcontrol_edit::after { - position: relative; - top: var(--tiny-gap); - visibility: visible; - font-family: pictos; - align-self: start; - content: "p"; -} - -.sheet-rolltemplate-kingmaker .repcontrol_move, .ui-dialog .tab-content .tabs--kingmaker .repcontrol_move { - display: none; -} - -.sheet-rolltemplate-kingmaker .repcontrol-button--add, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button--add { - justify-self: start; -} - -.sheet-rolltemplate-kingmaker .repcontrol-button--add:before, .ui-dialog .tab-content .tabs--kingmaker .repcontrol-button--add:before { - font-family: pictos; - content: "&"; -} - -.ui-dialog .tab-content .tabs--kingmaker .circle { - border-radius: 50%; -} - -.sheet-rolltemplate-kingmaker .ratio1-1, .ui-dialog .tab-content .tabs--kingmaker .ratio1-1, -.sheet-rolltemplate-kingmaker .sheet-ratio1-1, -.ui-dialog .tab-content .tabs--kingmaker .sheet-ratio1-1 { - aspect-ratio: 1/1; -} - -.sheet-rolltemplate-kingmaker .fill-left, .ui-dialog .tab-content .tabs--kingmaker .fill-left { - display: flex; - align-self: center; - box-sizing: border-box; -} - -.sheet-rolltemplate-kingmaker .fill-left__radio, .ui-dialog .tab-content .tabs--kingmaker .fill-left__radio { - appearance: none; - -webkit-appearance: none; - background-color: var(--selectedColor); - order: 1; - width: 100%; - height: 100%; - cursor: pointer; -} - -.sheet-rolltemplate-kingmaker .fill-left__radio[data-value]:checked:before, .ui-dialog .tab-content .tabs--kingmaker .fill-left__radio[data-value]:checked:before { - content: attr(data-value); - color: var(--backColor); - font-size: 1rem; - place-self: center; - text-transform: uppercase; -} - -.sheet-rolltemplate-kingmaker .fill-left__radio:checked ~ .fill-left__radio, .ui-dialog .tab-content .tabs--kingmaker .fill-left__radio:checked ~ .fill-left__radio, .sheet-rolltemplate-kingmaker .fill-left__radio.fill-left__radio--clearer[value="0"] ~ .fill-left__radio, .ui-dialog .tab-content .tabs--kingmaker .fill-left__radio.fill-left__radio--clearer[value="0"] ~ .fill-left__radio { - background-color: var(--unselectedColor2); - order: 3; -} - -.sheet-rolltemplate-kingmaker, .ui-dialog .tab-content .tabs--kingmaker { - --topHeaderFont:Arial; - --midHeaderFont:Arial; - --contentFont:Arial; -} - -.sheet-rolltemplate-kingmaker, .ui-dialog .tab-content .tabs--kingmaker { - --grid-gap: 1rem; - --half-gap: calc(var(--grid-gap) / 2); - --tiny-gap: calc(var(--half-gap) / 2); - --big-gap: calc(var(--grid-gap) * 2); - --spanSectionColumn:1/-1; - --revealTime: 500ms; - --delayTime: 200ms; - --inputSwap: opacity var(--revealTime) ease var(--delayTime); - --focusTiming: 500ms ease; - --focusTrans: all var(--focusTiming); - --borderColor: black; - --fontColor: black; - --backColor: #ffffff; - --subHeadBackColor:grey; - --unselectedColor1:lightgrey; - --unselectedColor2:transparent; - --selectedColor:black; - --checkColor:black; - --darkCheck:white; - --displayBorderWidth: 2px; -} - -.sheet-rolltemplate-kingmaker, .ui-dialog .tab-content .tabs--kingmaker { - --lightBackhue: 0; - --lightBackSat: 0%; - --lightBackLight: 100%; - --sectionBack: hsl(240, 5%, 4%); - --darkBackhue: 240; - --darkBackSat: 5%; - --darkBackLight: 4%; - --backhue: var(--lightBackhue); - --backSat: var(--lightBackSat); - --backLight: var(--lightBackLight); - --backgroundOpacity: 0.6; - --backColor: hsla(var(--backhue), var(--backSat), var(--backLight),1); - --sectionBackColor:var(--backColor); - --navBackColor: var(--backColor); - --checkColor: #1f1f1f; - --darkCheck: #e8bf8b; - --kingmakerDarkGreen:#182F18; - --kingmakerMidGreen: #3C773C; - --kingmakerLightGreen: #A7C25B; - --kingmakerBackColor: var(--kingmakerDarkGreen); - --fontColor: var(--kingmakerDarkGreen); - --borderColor: var(--kingmakerDarkGreen); - --selectedColor:var(--kingmakerDarkGreen); - --headerColor: #ffffff; - --contentFont: "Average Sans"; - --topHeaderFont: "Average Sans"; - --midHeaderFont: "Average Sans"; - --revealTime: 750ms; - --scrollSlicable: url("https://s3.amazonaws.com/files.d20.io/images/305632408/c0wvsI4BsQVWoknl8IPrVQ/original.png?166378928255"); - --scrollLeft: url("https://s3.amazonaws.com/files.d20.io/images/303397683/t-1_4lao3RzOurwEf2NINg/original.png?16625103635"); - --scrollMiddle: url("https://s3.amazonaws.com/files.d20.io/images/303397183/6UBE7lwwpGGnEXY7IbqeOw/original.png?166251016055"); - --scrollRight: url("https://s3.amazonaws.com/files.d20.io/images/303397684/gk91ej38QMw8aKtVDVQyrg/original.png?16625103635"); - --parchment: url("https://s3.amazonaws.com/files.d20.io/images/303407391/-S-zcuzv1FIFaPJSaGlwfA/original.jpg?166251479655"); - --hexTL: url("https://s3.amazonaws.com/files.d20.io/images/303407389/2JOyoFD4a7yqzyEK5j-CkA/original.png?166251478855"); - --hexBR: url("https://s3.amazonaws.com/files.d20.io/images/303407388/A4M1GbR3kXQXtjMDEgZecA/original.png?166251478855"); -} - -.sheet-rolltemplate-darkmode, .sheet-darkmode .tab-content .tabs--kingmaker { - --borderColor: var(--dark-secondarytext); - --fontColor: var(--kingmakerMidGreen); - --backColor: var(--dark-surface1); - --selectedColor:var(--dark-primary); - --subHeadBackColor:var(--dark-primary); - --checkColor: var(--darkCheck); -} - -.sheet-rolltemplate-darkmode img, .sheet-darkmode .tab-content .tabs--kingmaker img { - filter: brightness(0.8) contrast(1.2); -} - -html { - font-size: 16px; -} - -.ui-dialog .tab-content .tabs--kingmaker { - display: grid; - grid-area: content; - grid-template-rows: auto; - grid-auto-rows: 1fr; - min-height: calc(100vh - 90px); -} - -.ui-dialog .tab-content .tabs--kingmaker .tabs--kingmaker__button.inactive { - display: none !important; -} - -.ui-dialog .tab-content .tabs--kingmaker .tabs--kingmaker__body { - --hexSize: 200px; - padding: var(--half-gap); - background-image: var(--hexTL), var(--hexBR); - background-repeat: no-repeat, no-repeat; - background-position: top -1px left, bottom right; - background-size: var(--hexSize), var(--hexSize); -} - -.ui-dialog .tab-content .tabs--kingmaker article { - display: grid; - grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); - grid-auto-rows: auto; - gap: var(--grid-gap); - grid-auto-flow: dense; -} - -.ui-dialog .tab-content .tabs--kingmaker section, -.ui-dialog .tab-content .tabs--kingmaker header { - display: grid; - gap: var(--half-gap); - grid-template-areas: "header"; - border-radius: 5px; - padding: var(--half-gap); - transition-property: box-shadow, background-color; - transition-duration: var(--revealTime); - transition-timing-function: ease; - background-color: hsla(var(--backhue), var(--backSat), var(--backLight), var(--backgroundOpacity)); -} - -.ui-dialog .tab-content .tabs--kingmaker section:is(:hover, :focus-within), -.ui-dialog .tab-content .tabs--kingmaker header:is(:hover, :focus-within) { - --backgroundOpacity: 1; -} - -.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box { - --box-radius:3px 3px 0 0; - border: 2px solid var(--borderColor); - border-radius: var(--box-radius); - overflow: hidden; - gap: 0; - align-items: center; - width: min-content; - background-color: var(--kingmakerBackColor); -} - -.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .input-label--kingmaker-box__label { - border-radius: 0 0 var(--box-radius) var(--box-radius); - color: var(--headerColor); - display: block; - width: 100%; - min-width: 4rem; - padding: 2px 5px; - text-align: center; - text-transform: capitalize; - white-space: nowrap; -} - -.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > :not(.input-label--kingmaker-box__label) { - width: 100%; - border-radius: var(--box-radius) var(--box-radius) 0 0; - background-color: var(--sectionBackColor); - border-radius: 0; -} - -.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .boxed { - border-inline: 0px solid transparent; -} - -.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .boxed:last-child { - border-bottom: 0px solid transparent; -} - -.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .dual-input { - align-self: stretch; - display: flex; - justify-content: center; -} - -.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .dual-input .slash { - align-self: center; -} - -.ui-dialog .tab-content .tabs--kingmaker .input-label--kingmaker-box > .input-label { - align-self: end; - justify-content: end; -} - -.ui-dialog .tab-content .tabs--kingmaker .combined-army-stat { - width: fit-content; - display: flex; - align-items: center; - gap: 0.5rem; -} - -.ui-dialog .tab-content .tabs--kingmaker h2 { - border-radius: 5px 5px 0 0; - background-color: var(--kingmakerBackColor); - color: var(--headerColor); - font-weight: 700; - padding: var(--half-gap) var(--grid-gap); -} - -.ui-dialog .tab-content .tabs--kingmaker h3 { - grid-area: header; -} - -.ui-dialog .tab-content .tabs--kingmaker .styled-button { - background-color: var(--sectionBackColor); - border: 0; - border-radius: 0.5rem; - box-sizing: border-box; - cursor: pointer; - transition-property: background-color, color; - transition-duration: var(--revealTime); - padding-inline: var(--half-gap); - text-align: center; -} - -.ui-dialog .tab-content .tabs--kingmaker .styled-button:hover { - background-color: var(--selectedColor); -} - -.ui-dialog .tab-content .tabs--kingmaker .styled-button:hover, .ui-dialog .tab-content .tabs--kingmaker .styled-button:hover * { - color: var(--dark-secondarytext); -} - -.ui-dialog .tab-content .tabs--kingmaker .styled-button:focus { - outline: 2px solid transparent; - outline-offset: 2px; -} - -.ui-dialog .tab-content .tabs--kingmaker .styled-button:focus-visible { - box-shadow: none; -} - -.ui-dialog .tab-content .tabs--kingmaker .styled-button-control:is(:checked, [type=hidden]:not([value=""]):not([value="0"])) + .styled-button--controlled { - background-color: var(--selectedColor); -} - -.ui-dialog .tab-content .tabs--kingmaker .styled-button-control:is(:checked, [type=hidden]:not([value=""]):not([value="0"])) + .styled-button--controlled, .ui-dialog .tab-content .tabs--kingmaker .styled-button-control:is(:checked, [type=hidden]:not([value=""]):not([value="0"])) + .styled-button--controlled * { - color: var(--dark-secondarytext); -} - -.ui-dialog .tab-content .tabs--kingmaker .parens-holder { - display: flex; - align-items: center; -} - -.ui-dialog .tab-content .tabs--kingmaker .parens-holder > .input-label { - gap: 0; -} - -.ui-dialog .tab-content .tabs--kingmaker .parens-holder > .input-label span { - font-size: 0.8rem; -} - -.ui-dialog .tab-content .tabs--kingmaker .stat-container { - border: 2px solid var(--fontColor); - display: flex; - flex-direction: column; - align-items: center; - break-inside: avoid; - aspect-ratio: 1/1; - justify-content: center; - overflow: hidden; -} - -.ui-dialog .tab-content .tabs--kingmaker .stat-container:not(.circle) { - border-radius: 20px; -} - -.ui-dialog .tab-content .tabs--kingmaker .roller:before { - content: ""; -} - -.ui-dialog .tab-content .tabs--kingmaker .score-container { - display: grid; - background-color: var(--kingmakerLightGreen); -} - -.ui-dialog .tab-content .tabs--kingmaker .score-container > input { - background-color: var(--sectionBackColor); -} - -.ui-dialog .tab-content .tabs--kingmaker .score-container--content { - width: 100%; - text-align: center; - justify-content: center; - justify-items: center; - color: white; - transition-duration: var(--revealTime); - transition-property: background-color; - background-color: transparent; -} - -.ui-dialog .tab-content .tabs--kingmaker .score-container--content:is(button):hover { - background-color: var(--kingmakerDarkGreen); -} - -.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker { - --cornerWidth:42px; - position: relative; - display: grid; - justify-content: center; - grid-template-columns: [left-start] var(--cornerWidth) [left-end center-start] 1fr [head-start] auto [head-end] 1fr [right-start center-end] var(--cornerWidth) [right-end image-end]; - grid-template-rows: [left-start center-start right-start head-start] auto [head-end left-end center-end right-end]; - padding-bottom: var(--grid-gap); -} - -.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker__header { - grid-area: head; - padding: var(--half-gap) var(--grid-gap); - min-width: 13rem; - box-sizing: border-box; -} - -.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker__vine { - pointer-events: none; - position: absolute; - height: 100%; - width: 100%; - background-size: auto 25px; - bottom: calc(-100% + 4px); -} - -.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker__vine--left { - grid-area: left; - background-image: var(--scrollLeft); - background-repeat: no-repeat; - background-position: top right; - left: 2px; -} - -.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker__vine--center { - grid-area: center; - background-image: var(--scrollMiddle); - background-repeat: repeat-x; - background-position: top; -} - -.ui-dialog .tab-content .tabs--kingmaker .header--kingmaker__vine--right { - grid-area: right; - background-image: var(--scrollRight); - background-repeat: no-repeat; - background-position: top left; - right: 2px; -} - -.ui-dialog .tab-content .tabs--kingmaker section { - align-self: start; + border: 0; } -.ui-dialog .tab-content .tabs--kingmaker section.collapse-container > .collapse { - right: 0; - transition-duration: var(--revealTime); - transition-property: opacity; - transition-timing-function: ease; -} - -.ui-dialog .sheetform { +.charsheet .charmancer .lp-summary.summary-container .after h2 { background-color: transparent; + color: #7e2d40; + border: 0; } -.sheet-darkmode .tab-content .tabs--kingmaker { - --backhue: var(--darkBackhue); - --backSat: var(--darkBackSat); - --backLight: var(--darkBackLight); - --sectionBackColor: hsla(var(--darkBackhue), var(--darkBackSat), var(--darkBackLight),1); - --borderColor: var(--kingmakerMidGreen); - --fontColor: #E8BF8B; - --headerColor:var(--fontColor); - --selectedColor:var(--kingmakerMidGreen); - --subHeadBackColor:var(--kingmakerDarkGreen); - --kingmakerBackColor: var(--kingmakerMidGreen); - --backgroundOpacity:0.3; -} - -#main > nav { - display: flex; - flex-wrap: wrap; - justify-content: end; - align-items: end; - border-bottom: 2px solid var(--borderColor); - padding-right: var(--half-gap); - padding-top: var(--half-gap); - background-color: var(--backColor); - position: sticky; - top: -1px; - z-index: 1000; -} - -#main > nav button { - --basePad: 1.25px; - border-width: 0; - border-style: solid; - border-color: transparent; - padding: var(--basePad) calc(var(--basePad) * 2); - min-height: 21px; - text-align: center; - background-color: var(--kingmakerLightGreen); - transition-duration: var(--revealTime); - transition-property: background-color, border-color, border-radius, color, padding; -} - -#main > nav button:not(.tabs--kingmaker__button--settings) { - min-width: 5rem; - text-transform: capitalize; -} - -#main > nav button:is(.k-active-button, :hover) { - background-color: var(--kingmakerDarkGreen); - color: white; - border-radius: 5px 5px 0 0; - padding: calc(var(--basePad) * 2.5) calc(var(--basePad) * 5); -} - -#kingdom-header { - display: flex; - flex-wrap: wrap; - justify-content: center; - align-items: end; - grid-column: 1/-1; -} - -#kingdom-header > .input-label { - flex: 1 0 300px; -} - -#kingdom-header > .input-label > input { - flex: 1 1 0; -} - -#kingdom-header > .kingdom-level-container { - display: grid; - column-gap: var(--tiny-gap); - grid-template-columns: auto; - grid-template-rows: 1fr 1fr; - grid-template-areas: "level" "infamy"; - max-width: 300px; -} - -#kingdom-header > .kingdom-level-container > .boxed { - border-width: 2px; -} - -#kingdom-header > .kingdom-level-container > :is(.level, .infamy) { - gap: 0; - flex-direction: row-reverse; -} - -#kingdom-header > .kingdom-level-container > :is(.level, .infamy) > input { - flex: 1 0 auto; -} - -#kingdom-header > .kingdom-level-container > .level { - grid-area: level; - border-radius: 0 20px 0 0; -} - -#kingdom-header > .kingdom-level-container > .level > span { - align-self: end; -} - -#kingdom-header > .kingdom-level-container > .infamy { - grid-area: infamy; -} - -#kingdom-header > .kingdom-level-container > .infamy > span { - align-self: start; -} - -#kingdom-header .commodities-work { - width: 100%; - display: flex; - flex-wrap: wrap; - justify-content: center; - gap: var(--half-gap); - display: flex; - justify-content: center; -} - -#kingdom-header .commodities-work input { - width: 2rem; -} - -#kingdom-header .commodities-work .input-label > .input-label { - gap: var(--tiny-gap); +.charsheet .charmancer .lp-summary.summary-container .highlight { + background-color: transparent; } -#kingdom-header .commodities-work .input-label > .input-label > :not(input) { - width: min-content; +.charsheet .charmancer .lp-summary.summary-container span.highlight { + font-weight: 700; + color: #7e2d40; } -#kingdom-header .commodities { - align-items: start; +.charsheet .charmancer .lp-summary.summary-container .before { + border-right: 2px solid #4a4a4a; } -#kingdom-header .commodities .input-label > .input-label > .boxed { - border-top: 0px solid transparent; - border-bottom: 0px solid transparent; - border-right: 0px solid transparent; +.charsheet .charmancer .topbar div div, .charsheet .charmancer .leveler-topbar div div { + -ms-flex-preferred-size: 16%; + flex-basis: 16%; + -ms-flex-negative: 1; + flex-shrink: 1; + width: auto; + min-width: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + margin-left: 3px; } -#kingdom-header .commodities { - display: flex; - flex-wrap: wrap; - justify-content: center; - gap: var(--grid-gap); - padding-inline: var(--half-gap); +.charsheet .charmancer .topbar div div:first-child, .charsheet .charmancer .leveler-topbar div div:first-child { + margin-left: 0; } -#kingdom-header .miscellany { - display: grid; - grid-template-columns: auto auto; - align-self: center; - gap: var(--grid-gap); - padding-inline: var(--half-gap); - justify-content: center; - place-items: center; +.toggleVisibility:not([value="1"]) + [class*=toggleVisibilityBy] { + display: none !important; } -#kingdom-header .miscellany input { - width: 4rem; - align-self: center; +.charsheet div.charmancer .attr-container.choice { + display: none !important; } -#kingdom-info { +.charsheet .charmancer .topbar-container { + display: -webkit-box; + display: -ms-flexbox; display: flex; - flex-wrap: wrap; -} - -#kingdom-info > .span-all { - width: 100%; -} - -#kingdom-info > :not(.span-all) { - width: min-content; - align-self: end; -} - -#kingdom-info > :not(.span-all) span { - font-size: 0.75rem; - font-weight: bold; - text-align: center; -} - -#kingdom-info > :not(.span-all) input { - width: 3rem; - aspect-ratio: 1/1; - text-align: center; -} - -#kingdom-ability-scores > .score-container { - grid-template-columns: auto 1fr auto; -} - -#kingdom-ability-scores > .score-container > .score-container { - grid-template-columns: 1fr repeat(3, auto); - background-color: var(--backColor); -} - -#kingdom-ability-scores > .score-container > .score-container h5 { - place-self: center; -} - -#kingdom-ability-scores > .score-container > .score-container > input:not(:last-child) { - margin-right: var(--half-gap); -} - -#leaders { - grid-template-columns: auto auto 1fr; - grid-template-areas: "header header header"; } -#leaders input[type=text] { - width: 100%; +.abilities-holder .sanity_toggle { + margin-top: 1.5em; } -#leaders h3 { - grid-area: unset; - text-align: left; +.invalidXP { + display: none; } - -#kingmaker-skills { - grid-row: span 2; - column-width: 350px; - column-gap: var(--grid-gap); - column-rule: 2px solid var(--kingmakerDarkGreen); +.invalidXP .icon { + font-family: pictos; + color: #ff9600; + position: absolute; + right: 0; + top: 0; + font-size: 18px; display: block; } - -#kingmaker-skills > * { - padding-bottom: var(--half-gap); - break-inside: avoid; -} - -#kingmaker-skills > .header { - column-span: all; -} - -#kingmaker-skills .kingmaker__skill-row { - display: grid; - grid-template-columns: 1fr repeat(4, auto); - gap: var(--tiny-gap); -} - -#kingmaker-skills .kingmaker__skill-row .collapse { - right: auto; - left: 0px; -} - -#kingmaker-skills .kingmaker__skill-row .fill-left { - align-self: stretch; - align-items: stretch; -} - -#kingmaker-skills .kingmaker__skill-row .fill-left .fill-left__radio { - height: 100%; -} - -#kingmaker-skills .kingmaker__skill-row > .expanded { - display: flex; - justify-content: end; - gap: var(--tiny-gap); - padding-bottom: var(--half-gap); - border-bottom: 2px solid var(--kingmakerLightGreen); -} - -@media (min-width: 792px) { - #kingmaker-skills { - grid-column: span 2; - } -} -#kingdom-feats .repitem { - display: grid; - grid-template-columns: 2rem 1fr; -} - -#kingmaker__army-general-info { - display: flex; - flex-wrap: wrap; - justify-content: center; - gap: var(--half-gap); -} - -#kingmaker__army-general-info .input-label--kingmaker-box__label { +.invalidXP .message { + display: none; + background-color: #ff9600; + position: absolute; + right: -5px; + top: 18px; + padding: 10px; + font-size: 13px; + font-weight: 400; + border-radius: 5px; white-space: nowrap; } - -#kingmaker__army-general-info > .input-label:not(.stacked):not(.input-label--kingmaker-box) { - flex: 1 1 auto; -} - -#kingmaker__army--tactics > .attack-info { - display: flex; - flex-wrap: wrap; - justify-content: space-evenly; -} - -#kingmaker__army--tactics .repcontainer[data-groupname=repeating_army-tactic] .repitem { - display: grid; - grid-template-columns: 2rem 1fr; -} - -#kingmaker__army--tactics .repcontainer[data-groupname=repeating_army-tactical-action] .repitem { - display: grid; +.invalidXP .icon:hover + .message { + display: block; } -#kingmaker__army--gear .repitem { - display: grid; - grid-template-columns: auto 1fr; +input[name=attr_invalidXP][value="1"] ~ .invalidXP { + display: block; } -#kingmaker__army--gear .healing-potions { - justify-self: end; +.charsheet .spell .details span[data-i18n=at-higher-lvl]:after { + content: ": "; } -#kingmaker__army-abilities .repitem { - display: grid; +.charsheet .spell .details span[name=attr_spellschool]:after { + content: " "; } -#kingmaker__settlements--general-info { - grid-column: 1/-1; +.charsheet .npc .display .flag[name=attr_npc_skills_flag][value="0"] + .skills, +.charsheet .npc .display .flag[name=attr_npc_saving_flag][value="0"] + .saving { + display: none !important; } -.sheet-rolltemplate-kingmaker { - --scrollHeight:41.6px; - --scrollWidth: 42px; - --scrollInset: -8px; - --padForScroll:var(--grid-gap); - margin-right: -10px; - margin-left: -40px; - padding: var(--half-gap); - isolation: isolate; +.ellipsis { + overflow: hidden; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + white-space: nowrap; } -.sheet-rolltemplate-kingmaker .sheet-template { - margin-top: var(--grid-gap); - position: relative; - filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.6)) drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15)); +.acmod .repcontainer { + margin-top: 5px; } -.sheet-rolltemplate-kingmaker .sheet-template * { - color: var(--fontColor); +.charsheet .charmancer .asi-row .switch ~ .switch-container .feat-tab { + pointer-events: all; } -.sheet-rolltemplate-kingmaker .sheet-template h2, -.sheet-rolltemplate-kingmaker .sheet-template h2 > *, .sheet-rolltemplate-kingmaker .sheet-template h4, -.sheet-rolltemplate-kingmaker .sheet-template h4 > * { - white-space: pre-wrap; - color: var(--kingmakerLightGreen); +.charsheet .charmancer .asi-row .asi, +.charsheet .charmancer .asi-row .feat { + display: none; } -.sheet-rolltemplate-kingmaker .sheet-image-border { - position: absolute; - inset: var(--scrollInset); - pointer-events: none; - z-index: 100; +.charsheet .charmancer .asi-row .switchval[value=asi] ~ .asi, +.charsheet .charmancer .asi-row .switchval[value=feat] ~ .feat { + display: block; + border-color: #888; border-style: solid; - border-width: var(--scrollHeight) var(--scrollWidth); - border-image-source: var(--scrollSlicable); - border-image-slice: 53 87; - border-image-width: var(--scrollHeight) var(--scrollWidth); - border-image-repeat: repeat; + border-width: 0 1px 1px 1px; + border-radius: 0 0 4px 4px; + padding: 1em; } -.sheet-rolltemplate-kingmaker .sheet-header { - --resultBoxSize:calc( var(--scrollHeight) * 2 + ( var(--scrollInset) * 2 ) ); - display: grid; - gap: 0; - grid-template-columns: 1fr auto; - grid-template-rows: 1fr auto; - grid-template-areas: "title result" "charname result"; - align-items: center; - min-height: var(--resultBoxSize); +.charmancer .asi-row .switchval[value=asi] ~ .switch-container .asi-tab, +.charmancer .asi-row .switchval[value=feat] ~ .switch-container .feat-tab { + border-bottom-width: 0; + background-color: white; } -.sheet-rolltemplate-kingmaker .sheet-header:last-child .sheet-character_name, -.sheet-rolltemplate-kingmaker .sheet-header:last-child .sheet-title:last-child, -.sheet-rolltemplate-kingmaker .sheet-header:last-child .sheet-title:nth-last-child(2) { - padding-bottom: var(--padForScroll); +.spinnerloader { + width: 40%; + padding-right: 13px; + height: 100px; + background-image: url("https://app.roll20.net/images/load.gif"); + background-repeat: no-repeat; + background-position: center center; + display: inline-block; + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: relative; } -.sheet-rolltemplate-kingmaker .sheet-header .sheet-character_name, .sheet-rolltemplate-kingmaker .sheet-header .sheet-title { - padding-left: var(--padForScroll); - padding-right: var(--half-gap); +.spinner-toggle { + display: none; } -.sheet-rolltemplate-kingmaker .sheet-header .sheet-character_name:first-child, .sheet-rolltemplate-kingmaker .sheet-header .sheet-title:first-child { - padding-top: var(--padForScroll); +.spinner-toggle:empty + .spinnerloader { + display: none; } -.sheet-rolltemplate-kingmaker .sheet-header .sheet-character_name:last-child, .sheet-rolltemplate-kingmaker .sheet-header .sheet-title:last-child { - padding-right: var(--padForScroll); +.spinner-toggle ~ .choices { + display: none; } -.sheet-rolltemplate-kingmaker .sheet-header .sheet-character_name { - grid-area: charname; - justify-self: start; +.spinner-toggle:empty ~ .choices { + display: block; } -.sheet-rolltemplate-kingmaker .sheet-header .sheet-title { - grid-area: title; - justify-self: end; +span[name=attr_global_damage_critical_damage]:not(:empty):after { + content: " (on critical)"; } -.sheet-rolltemplate-kingmaker .sheet-header .sheet-title:last-child, .sheet-rolltemplate-kingmaker .sheet-header .sheet-title:nth-last-child(2) { - padding-right: var(--padForScroll); +span[name=attr_global_damage_damage]:not(:empty) + span[name=attr_global_damage_critical_damage]:not(:empty):before { + content: ", "; + margin-left: -3px; } -.sheet-rolltemplate-kingmaker .sheet-header .sheet-result { - grid-area: result; - display: grid; - place-items: center; - grid-template-areas: "content"; - align-self: start; - min-width: var(--resultBoxSize); - min-height: var(--resultBoxSize); - padding: var(--padForScroll); - box-sizing: border-box; +.charsheet .global-mod .options input[type=text][name=attr_global_damage_critical_damage] { + width: 93px; } -.sheet-rolltemplate-kingmaker .sheet-header .sheet-result > * { - grid-area: content !important; +.swap-selected { + display: none; } -.sheet-rolltemplate-kingmaker .sheet-header .sheet-result .inlinerollresult { - font-size: 3.5rem; +.swap-selected:empty ~ select[name*=feature_for] { + display: none; } -.sheet-rolltemplate-kingmaker .sheet-content { - background-color: var(--kingmakerDarkGreen); - border-radius: 15px; - overflow: hidden; +.npc .actiondamage { + display: block; + margin-top: -10px; + margin-bottom: 10px; } -.sheet-rolltemplate-kingmaker .sheet-content a, .sheet-rolltemplate-kingmaker .sheet-content a[href^="!"], .sheet-rolltemplate-kingmaker .sheet-content a[href^="~"] { - background-color: transparent; - border: none; - padding: 0; - color: var(--kingmakerLightGreen); - font-weight: 700; +.npc .attack_options[value=on] ~ .actiondamage, +.npc .attack_options[value="{{attack=1}}"] ~ .actiondamage { + display: none; } -.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult { - display: inline; - background-color: transparent; - border: 0px solid transparent; - font-weight: 700; +.charsheet .spell .details input[type=checkbox][name=attr_spellconcentration]:checked + span:after { + content: ", "; } -.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult.fullcrit { - color: green; +.charsheet .spell .details input[type=checkbox]:checked + span { + margin-left: -3px; } -.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult.fullfail { - color: red; +.charsheet .spell .details .row .bold { + padding-right: 3px; + margin-right: 0; } -.sheet-rolltemplate-kingmaker .sheet-content .inlinerollresult.importantroll { - color: blue; +.charsheet .spell .output { + position: absolute; + font-family: pictos; + top: -2px; + right: 40px; + width: 18px; + height: 18px; + z-index: 2; + background: none; + border: none; + font-family: pictos; + font-size: 20px; + display: none; + font-size: 22px !important; + color: #A0A0A0; } -.sheet-rolltemplate-kingmaker .sheet-description h3 { - text-align: left; - padding: var(--half-gap); +.charsheet .spell .output:before { + content: none !important; } -.sheet-rolltemplate-kingmaker .sheet-text-content { - background-color: var(--backColor); +.charsheet .spell:hover .output { + display: block; } -.sheet-rolltemplate-kingmaker p { - margin: 0; - padding: var(--tiny-gap) var(--padForScroll) var(--padForScroll); +.charsheet .repcontrol { + position: relative; + z-index: 2; } - -.sheet-rolltemplate-darkmode { - --backColor:#0c0c0c; - --fontColor:#dab889; +.charsheet .repcontrol button.btn { + visibility: hidden; } -.kingdom_toggle:not([value="1"]) ~ .container.kingdom { - display: none; +.hdice-dsaves-container .label[data-i18n=failures-u] { + max-width: 60px; + overflow: hidden; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; } -.kingdom_toggle[value="1"] ~ .container.pc, -.kingdom_toggle[value="1"] ~ .container.npc, -.charactersheet .licensecontainer .kingdom_toggle[value="1"] ~ .advantagetoggle { +.charsheet .licensecontainer .new-hit-dice { display: none !important; } - -html { - font-size: 10px; -} - -.ui-dialog .tab-content .tabs--kingmaker { - zoom: 1.6; +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .new-hit-dice { + display: block !important; } - -.ui-dialog .tab-content .tabs--kingmaker .kingdom-level-container .level:before { - content: none; +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice { + width: 100% !important; } -.ui-dialog .tab-content .tabs--kingmaker .kingdom-level-container .level:after { - content: none; +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer:first-child { + display: none !important; } - -.header .display .class-display__container { - align-items: center; - border-bottom: 1px solid #d3d3d3; +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer { + width: 100%; + display: -webkit-box; + display: -ms-flexbox; display: flex; - width: 298px; -} -@keyframes fadeIn { - from { - opacity: 0; - } + position: relative; } -.header .display .class-display__container .class-display { - font-size: 13px; - font-weight: normal; - line-height: 18px; - width: auto; +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div { + width: 50%; + height: auto; + margin: 0; + text-align: center; + position: relative; } -.header .display .class-display__container .levelerbutton { - background: red; - border: 1px solid black; - border: 0; +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div .label { display: block; - height: 16px; - margin-bottom: 2px; - margin-left: 3px; - mask-image: url(https://raw.githubusercontent.com/mperes/5ePrint/main/charmancer_mask.png); - -webkit-mask-image: url(https://raw.githubusercontent.com/mperes/5ePrint/main/charmancer_mask.png); - mask-repeat: no-repeat !important; - -webkit-mask-repeat: no-repeat !important; - mask-size: cover; - -webkit-mask-size: cover; - padding: 0; - position: relative; - width: 16px; + text-align: center; + width: 100%; + max-width: none; + margin-top: 5px; } -.header .display .class-display__container .levelermode:not([value=off]):not([value=xp]) ~ .class-display:empty:before { - color: #c51919; - content: "Launch Charmancer"; - font-weight: bold; +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div input { + width: 20px !important; + height: 20px !important; + margin: 2px 0 0 0 !important; } -.header .display .class-display__container .showleveler[value="1"] ~ .levelerbutton { - animation: fadeIn 1s infinite alternate; +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > div:first-child:after { + content: ""; + width: 2px; + height: calc(100% - 20px); + background: #EEE; + top: 0; + right: -1px; + position: absolute; } -.header .display .class-display__container .levelermode[value=xp] ~ .showleveler:not([value="1"]) ~ .levelerbutton, -.header .display .class-display__container .levelermode[value=off] ~ .levelerbutton { - display: none !important; +.charsheet .licensecontainer input[name=attr_use_per_class_hit_dice][value="1"] ~ .old-hit-dice .subcontainer > button { + position: absolute; + bottom: 0; + left: 50%; + -webkit-transform: translate(-50%); + -ms-transform: translate(-50%); + transform: translate(-50%); } - -.charmancer .bottombar { - border-left: 10px solid white; - border-right: 10px solid white; - box-sizing: content-box; - margin-left: -10px; - width: 100%; +.charsheet .licensecontainer .new-hit-dice { + position: relative; + padding-bottom: 10px; + position: relative; + padding-bottom: 10px; + border: 10px solid black; + border-image-source: url("https://app.roll20.net/images/dndstyling/vital-box.svg"); + border-image-slice: 30 fill; + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin: 0 8px; } - -.charmancer[data-step=l1-summary] .bottombar p { +.charsheet .licensecontainer .new-hit-dice .hd-header { + overflow: hidden; +} +.charsheet .licensecontainer .new-hit-dice .hd-header span { + float: left; + width: 33.333333333%; + margin: 0; text-align: left; + color: #A0A0A0; + font-weight: normal; + display: inline-block; + font-size: 9px; + text-transform: uppercase; } - -.is-npc .row input[type=checkbox] + span { - margin-left: 5px; +.charsheet .licensecontainer .new-hit-dice .repcontrol { + bottom: -12px; } - -.proficiencies--new .other__container--screen { - padding: 0 11px 0 8px; +.charsheet .licensecontainer .new-hit-dice .repcontrol .repcontrol_add { + display: none !important; } -.proficiencies--new .other__container--screen > .display > div:not(:first-child) { - margin-top: 3px; +.charsheet .licensecontainer .new-hit-dice .repcontrol .repcontrol_edit { + padding: 0; } -.proficiencies--new .other__container--screen .display button { - background: transparent; - border: none; - box-shadow: none; - box-sizing: border-box; - display: grid; - gap: 3px; - grid-template-columns: 90px 1fr; - margin: 0 !important; - padding: 0 !important; - width: 100%; +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem { + overflow: hidden; + padding: 5px 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; } -.proficiencies--new .other__container--screen .display button span { - border-radius: 5px 0 5px 0; - box-sizing: border-box; - max-width: none !important; - width: 100%; +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem:not(:first-of-type) { + border-top: 1px solid #CCC; } -.proficiencies--new .other__container--screen .display button:hover { - background: transparent !important; - box-shadow: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd { + display: inline-block; + position: relative; + background: #efefef; + border-radius: 4px 0 0 4px; } -.proficiencies--new .other__container--screen .toggle-type:not([value]) + .other-type, -.proficiencies--new .other__container--screen .toggle-type[value=""] + .other-type { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd span { + margin: 0; + color: black; + font-weight: 700; + font-size: 12px; + padding: 1px 2px; } -.proficiencies--new .other__container--screen .repcontainer .options { - display: block; - padding-left: 0; +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd input { + position: absolute; + top: 0; + left: 0; + opacity: 0; + pointer-events: all; + width: 100% !important; + height: 100% !important; } -.proficiencies--new .options-flag:checked ~ .other__container--screen > .display { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd:before { + content: none !important; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem .roll-hd:hover span { + color: #ec2127; } -.proficiencies--new .options-flag:checked ~ .other__container--screen > .options { +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input, .charsheet .licensecontainer .new-hit-dice .repcontainer .repitem button:not(.btn-danger) { + width: 33.333333333% !important; + float: left; + text-align: left; + margin: 0; + padding: 0; + -webkit-box-sizing: border-box; + box-sizing: border-box; + outline: none; + font-size: 20px; + font-weight: 400; border: 0; - display: block; - padding-left: 0; + background: none !important; + -webkit-box-shadow: none; + box-shadow: none; } -.proficiencies--new:hover .options-flag + span { - display: flex; +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input span, .charsheet .licensecontainer .new-hit-dice .repcontainer .repitem button:not(.btn-danger) span { + font-size: 20px !important; + font-weight: 400 !important; + margin: 0 !important; + padding: 0 !important; } -.proficiencies--new .options-flag + span { - right: 7px !important; - top: 2px !important; - z-index: 1; +.charsheet .licensecontainer .new-hit-dice .repcontainer .repitem input { + padding-right: 20px; } -.proficiencies--new .top { - display: grid; - gap: 3px; - grid-template-columns: 90px 1fr; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="4"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; } -.proficiencies--new .top span { - background: transparent; - box-sizing: border-box; - margin-left: 0; - width: 100%; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="5"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; } -.proficiencies--new .simple { - border-radius: 5px 0 5px 0; - box-sizing: border-box; - height: 91px; - margin: 8px; - min-height: 91px; - width: calc(100% - 16px); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="6"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; } - -.proficiencies--new { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="7"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; } - -.toggle-consolidated[value=on] ~ .proficiencies--new { - display: block; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="8"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; } -.toggle-consolidated[value=on] ~ .proficiencies--old { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="9"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; } - -.pc .filter-traits-by[value=Racial] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Racial]) ~ .trait { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="10"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; } -.pc .filter-traits-by[value=Class] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Class]) ~ .trait { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="11"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; } -.pc .filter-traits-by[value=Feat] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Feat]) ~ .trait { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_type][value="12"] ~ .roll-hd span[name=attr_type]:before { + content: "D"; } -.pc .filter-traits-by[value=Background] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Background]) ~ .trait { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd { + pointer-events: none !important; + opacity: 0.35; } -.pc .filter-traits-by[value=Item] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Item]) ~ .trait { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd * { + pointer-events: none !important; } -.pc .traits .trait .display .subheader span[name=attr_source]:not(:empty):after { - content: ": "; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ .roll-hd:hover span { + color: black; } -.pc .traits select[name=attr_filter_traits_by] { - -webkit-appearance: none; - -moz-appearance: none; - background: none; - border-bottom: 1px solid black; - border-left: 0px; - -webkit-border-radius: 0px; - border-radius: 0px; - border-right: 0px; - border-top: 0px; - box-shadow: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="0"] ~ input[name=attr_available], +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_size][value="0"] ~ input[name=attr_size] { + color: orange; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="1"] + input[name=attr_size][value="1"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; +} +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="1"] + input[name=attr_size][value="1"] ~ .increase-hd:hover span { color: black; - cursor: pointer; - display: inline-block; - font-size: 12px; - font-weight: bold; - height: 24px; - line-height: 24px; - margin: 0px; - outline: none !important; - padding: 0 10px !important; - padding: 0px; - width: 100% !important; - width: initial; } -.pc .filter-traits-by[value=Other] ~ .complex .repcontainer .repitem .filter-trait[value]:not([value=Other]):not([value=""]) ~ .trait { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="2"] + input[name=attr_size][value="2"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.pc .complex .repcontainer .repitem .newly-added { - display: none; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="2"] + input[name=attr_size][value="2"] ~ .increase-hd:hover span { + color: black; } -.pc .complex .repcontainer .repitem .newly-added:checked ~ .trait { - display: block !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="3"] + input[name=attr_size][value="3"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.pc .empty-select[value=""] + select, -.pc .empty-select:not([value]) + select { - color: #d3d3d3 !important; - font-weight: normal !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="3"] + input[name=attr_size][value="3"] ~ .increase-hd:hover span { + color: black; } - -/* DARKMODE STYLES -============================= */ -/* || CONTAINER IFRAME */ -.sheet-darkmode #tab-content { - font-family: Tiamat Text; - font-style: normal; - font-weight: 500; - letter-spacing: 0; - line-height: 18px; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="4"] + input[name=attr_size][value="4"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode p { - font-family: Tiamat Text; - font-style: normal; - font-weight: 500; - letter-spacing: 0; - line-height: 18px; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="4"] + input[name=attr_size][value="4"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode input, -.sheet-darkmode button, -.sheet-darkmode select, -.sheet-darkmode textarea, -.sheet-darkmode .textbox.pibf .display span { - font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="5"] + input[name=attr_size][value="5"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode select, -.sheet-darkmode option { - background-color: var(--dark-surface1); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="5"] + input[name=attr_size][value="5"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .sheetform { - background-color: var(--dark-surface1); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="6"] + input[name=attr_size][value="6"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .attack .options { - border-top: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="6"] + input[name=attr_size][value="6"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .attack .options select { - color: var(--dark-primarytext); - background-color: var(--dark-surface1); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="7"] + input[name=attr_size][value="7"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .spell .options { - border-top: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="7"] + input[name=attr_size][value="7"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .spell .options select { - color: var(--dark-primarytext); - background-color: var(--dark-surface1); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="8"] + input[name=attr_size][value="8"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .spell .display button[type=roll] { - color: var(--dark-secondarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="8"] + input[name=attr_size][value="8"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .spell .details span[name=attr_spellname] { - color: var(--dark-red-L20); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="9"] + input[name=attr_size][value="9"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .spell .prep { - border-color: var(--dark-secondarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="9"] + input[name=attr_size][value="9"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .tool .options { - border-top: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="10"] + input[name=attr_size][value="10"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .tool .options select { - color: var(--dark-primarytext); - background-color: var(--dark-surface1); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="10"] + input[name=attr_size][value="10"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .tool .display input { - background-color: var(--dark-gray-enabled); - color: var(--dark-primarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="11"] + input[name=attr_size][value="11"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .tool .display span { - background-color: var(--dark-gray-enabled); - color: var(--dark-primarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="11"] + input[name=attr_size][value="11"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .npc .trait .display .description, -.sheet-darkmode .npc .reaction .display .description, -.sheet-darkmode .npc .action .display .description { - color: var(--dark-secondarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="12"] + input[name=attr_size][value="12"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .npc .npc_options { - border-top: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="12"] + input[name=attr_size][value="12"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .npc .npc_options input { - color: var(--dark-primarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="13"] + input[name=attr_size][value="13"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .npc button[type=roll] { - color: var(--dark-secondarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="13"] + input[name=attr_size][value="13"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .npc .display .red input { - color: var(--dark-red-L20); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="14"] + input[name=attr_size][value="14"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .npc .display .red span { - color: var(--dark-red-L20); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="14"] + input[name=attr_size][value="14"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .trait .options { - border-top: none !important; - border-top: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="15"] + input[name=attr_size][value="15"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .global-mod .options { - border-top: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="15"] + input[name=attr_size][value="15"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .action .options { - border-top: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="16"] + input[name=attr_size][value="16"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .textbox .options { - border-top: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="16"] + input[name=attr_size][value="16"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .proficiencies .options { - border-top: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="17"] + input[name=attr_size][value="17"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .proficiencies .options select { - color: var(--dark-primarytext); - background-color: var(--dark-surface1); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="17"] + input[name=attr_size][value="17"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .proficiencies .display span { - background-color: var(--dark-gray-enabled); - color: var(--dark-primarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="18"] + input[name=attr_size][value="18"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .options .row { - border-top: none !important; +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="18"] + input[name=attr_size][value="18"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .options .row > span { - color: var(--dark-secondarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="19"] + input[name=attr_size][value="19"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .options .body select { - color: var(--dark-primarytext); - background-color: var(--dark-surface1); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="19"] + input[name=attr_size][value="19"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .attacks .display input { - background-color: var(--dark-gray-enabled); - color: var(--dark-primarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="20"] + input[name=attr_size][value="20"] ~ .increase-hd { + pointer-events: none; + opacity: 0.35; } -.sheet-darkmode .attacks .display span { - background-color: var(--dark-gray-enabled); - color: var(--dark-primarytext); +.charsheet .licensecontainer .new-hit-dice .repcontainer input[name=attr_available][value="20"] + input[name=attr_size][value="20"] ~ .increase-hd:hover span { + color: black; } -.sheet-darkmode .attacks .display span[name=attr_global_damage_name] { - font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; +.charsheet .licensecontainer .new-hit-dice .show-hit-dice { + position: relative; + z-index: 4; + margin-top: -10px; } -.sheet-darkmode .equipment .item input { - background-color: var(--dark-gray-enabled); - color: var(--dark-primarytext); +.charsheet .licensecontainer .new-hit-dice .show-hit-dice button { + bottom: -20px; + left: 30%; + position: absolute; + text-align: center; + width: 40%; + font-size: 9px; + font-weight: 700; + -webkit-box-sizing: border-box; + box-sizing: border-box; + background: none; + outline: none; + border: 0; + padding: 0; } -.sheet-darkmode .equipment .item span { - background-color: var(--dark-gray-enabled); - color: var(--dark-primarytext); +.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span { + display: inline-block; + vertical-align: bottom; + width: auto; } -.sheet-darkmode .attr-container button.btn { - background: var(--dark-gray-disabled-D90); - border: 1.5px solid var(--dark-gray-enabled); - border-radius: 99px; - left: 7.5px; - padding: 2px 8px; - top: 605px; - width: 60px; +.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span[name=attr_hit_dice_max]:before { + content: " ("; } -.sheet-darkmode .attr-container button[type=roll] { - color: var(--dark-secondarytext); +.charsheet .licensecontainer .new-hit-dice .show-hit-dice button span[name=attr_hit_dice_max]:after { + content: ")"; } -.sheet-darkmode .container .spell-item:nth-child(even) { - background-color: var(--dark-surface2); +.charsheet .licensecontainer .hd-modal { + display: none; + position: absolute; + background: white; + z-index: 9999; + padding: 20px 0 0 0; + border: 1px solid #aaaaaa; + border-radius: 5px; + left: 50%; + -webkit-transform: translate(-50%, -50%); + -ms-transform: translate(-50%, -50%); + transform: translate(-50%, -50%); + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); + overflow: hidden; + width: 250px; } -.sheet-darkmode .container .npc .attr-container button.btn { - height: 25px; +.charsheet .licensecontainer .hd-modal .title { + color: #404040; + font-weight: bold; + margin-bottom: 10px; + padding: 5px; + font-size: 18px; + display: block; + padding: 0 20px; + position: relative; + -webkit-box-sizing: border-box; + box-sizing: border-box; } -.sheet-darkmode .container .npc div { - background-color: var(--dark-surface1); +.charsheet .licensecontainer .hd-modal .title span { + display: inline-block; + text-transform: lowercase; } -.sheet-darkmode .container .npc .repcontainer .repitem span { - z-index: 1; +.charsheet .licensecontainer .hd-modal .title span:first-letter { + text-transform: capitalize; } -.sheet-darkmode .attributesabilities button { - background: var(--dark-primary); +.charsheet .licensecontainer .hd-modal .title button { + width: 16px; + height: 16px; + background-image: url(https://imgsrv.roll20.net/?src=https%3A//d3clqjduf2gvxg.cloudfront.net/css/themes/bootstrap/images/ui-icons_222222_256x240.png); + background-position: -96px -128px; + position: absolute; + top: 0; + right: 10px; + padding: 0; + background-color: transparent; border: none; - border-radius: 6px; - box-shadow: none; - color: var(--dark-primarytext); - padding: 8px; - text-shadow: none; + opacity: 0.3; + outline: none; } -.sheet-darkmode .attributesabilities button:hover { - background: var(--dark-primary-highlight); - outline: 2px solid var(--dark-purple-text); - outline-offset: -2px; +.charsheet .licensecontainer .hd-modal .actions { + margin: 0.5em 0 0 0; + background-color: #f5f5f5; + padding: 5px 15px 5px; + border-top: 1px solid #ddd; + -webkit-box-shadow: inset 0 1px 0 #fff; + box-shadow: inset 0 1px 0 #fff; + padding: 20px; + text-align: right; } -.sheet-darkmode .attributesabilities button:focus { - outline: 2px solid var(--dark-purple-text); - outline-offset: -2px; +.charsheet .licensecontainer .hd-modal .actions button { + position: relative; + background: #efefef; + border: 1px solid black; + -webkit-box-shadow: none; + box-shadow: none; + border-radius: 3px; + text-shadow: none; + padding: 3px 10px; + font-size: 13px; } -.sheet-darkmode .attributesabilities button:active { - outline: 2px solid var(--dark-purple-text); - outline-offset: -2px; +.charsheet .licensecontainer .hd-modal .actions button:before { + content: none; } -.sheet-darkmode #edit-button { - background: var(--dark-L60); - border: none; - border-radius: 6px; - box-shadow: none; - color: var(--dark-primarytext); - padding: 8px; - text-shadow: none; +.charsheet .licensecontainer .hd-modal .actions button input { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + pointer-events: all; + opacity: 0; } -.sheet-darkmode #edit-button:hover { - background: var(--dark-primary-highlight); - outline: 2px solid var(--dark-purple-text); - outline-offset: -2px; +.charsheet .licensecontainer .hd-modal .actions button:hover { + color: black; + background-color: #e5e5e5; } -.sheet-darkmode #edit-button:focus { - outline: 2px solid var(--dark-purple-text); - outline-offset: -2px; +.charsheet .licensecontainer .hd-modal .actions button:hover span { + color: black; } -.sheet-darkmode #edit-button:active { - outline: 2px solid var(--dark-purple-text); - outline-offset: -2px; +.charsheet .licensecontainer .hd-modal div:not(.actions) { + display: none; + padding: 10px 20px 0 20px; } -.sheet-darkmode .characterviewer label { - color: var(--dark-secondarytext); +.charsheet .licensecontainer .hd-modal div:not(.actions) *:not(strong) { + font-weight: normal; } -.sheet-darkmode .licensecontainer .container:not(.npc) .equipment { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +.charsheet .licensecontainer .hd-modal div:not(.actions) input ~ input[value="0"] ~ span { + color: red; + font-weight: bold; } -.sheet-darkmode .licensecontainer .container:not(.npc) .equipment .money .coin .label { - color: var(--dark-secondarytext); +.charsheet .licensecontainer .hd-modal div:not(.actions):not(:first-of-type) { + border-top: 1px solid #CCC; } -.sheet-darkmode .licensecontainer .container:not(.npc) .equipment .money .coin input { - color: var(--dark-secondarytext); +.charsheet .licensecontainer .hd-modal div:not(.actions) label span:not(:first-child) { + text-transform: lowercase; } -.sheet-darkmode .licensecontainer .container:not(.npc) .equipment .money .coin:after { - background-color: var(--dark-surface2); - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/platnum_dm.svg); - border-radius: 60px; +.charsheet .licensecontainer .hd-modal .actions button { + opacity: 0.35; + pointer-events: none !important; } -.sheet-darkmode .licensecontainer .container:not(.npc) .ac-init-speed-container .ac { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/AC_dm.svg); - color: var(--dark-primarytext); +.charsheet .licensecontainer .hd-modal .actions button * { + pointer-events: none !important; } -.sheet-darkmode .licensecontainer .container:not(.npc) .ac-init-speed-container .init { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); +.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=d] ~ .actions button, +.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=D] ~ .actions button { + opacity: 1; + pointer-events: all !important; } -.sheet-darkmode .licensecontainer .container:not(.npc) .ac-init-speed-container .init button { - background: var(--dark-gray-disabled-D90); - position: unset; +.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=d] ~ .actions button *, +.charsheet .licensecontainer .hd-modal input[name=attr_show_hit_dice_roll][value*=D] ~ .actions button * { + pointer-events: all !important; } -.sheet-darkmode .licensecontainer .container:not(.npc) .ac-init-speed-container .init span { - font-family: "Ubuntu", sans-serif; +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="4"] + .hd-modal { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .ac-init-speed-container .speed { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="5"] + .hd-modal { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .attacks { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="6"] + .hd-modal { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .proficiencies { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="7"] + .hd-modal { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .traits { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="8"] + .hd-modal { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .exhaustion { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="9"] + .hd-modal { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .bio .textbox { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="10"] + .hd-modal { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-STR_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="11"] + .hd-modal { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container + .attr-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-DEX_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="12"] + .hd-modal { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-CNS_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="4"] + .hd-modal .hitdie-d4 { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container + .attr-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-INT_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="5"] + .hd-modal .hitdie-d5 { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container + .attr-container + .attr-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-WIS_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="6"] + .hd-modal .hitdie-d6 { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container + .attr-container + .attr-container + .attr-container + .attr-container + .attr-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-CHA_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="7"] + .hd-modal .hitdie-d7 { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container .attr { - font-family: "Ubuntu", sans-serif; +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="8"] + .hd-modal .hitdie-d8 { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .attr-container button { - font-size: 7px !important; +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="9"] + .hd-modal .hitdie-d9 { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .attributes-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ability-back_dm.svg); - color: var(--dark-primarytext); - filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.14)) drop-shadow(0px 1px 10px rgba(0, 0, 0, 0.12)) drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2)); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="10"] + .hd-modal .hitdie-d10 { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .col1 .spell-level:nth-child(1) { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/Cantrip_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="11"] + .hd-modal .hitdie-d11 { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .col1 > .insp-prof-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/perception_dm.svg); +.charsheet .licensecontainer input[name=attr_show_hit_dice][value~="12"] + .hd-modal .hitdie-d12 { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) .core .col2 .vitals:after { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vitals_dm.svg); + +.licensecontainer .container:not(.npc) .equipment { + padding-bottom: 40px; } -.sheet-darkmode .licensecontainer .container:not(.npc) .hp { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-top_dm.svg); +.licensecontainer .container:not(.npc) .equipment .money { + border-bottom: 1px solid #c9c9c9; + display: -ms-grid; + display: grid; + grid: 50px/auto auto auto auto auto; + grid-column-gap: 5px; + margin: 0 5px; + padding: 0 0 5px 0; + width: auto; } -.sheet-darkmode .licensecontainer .container:not(.npc) .hp + .hp { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-bottom_dm.svg); +.licensecontainer .container:not(.npc) .equipment .money .coin { + background-image: none !important; + display: inline-block; + height: 30px; + left: auto; + margin: 20px 0 0 0; + position: relative; + width: 100%; } -.sheet-darkmode .licensecontainer .container:not(.npc) .hp .top input { - width: 100px !important; +.licensecontainer .container:not(.npc) .equipment .money .coin .label { + color: black; + font-size: 8px; + position: absolute; + left: 20px; + text-indent: -30px; + top: -20px; } -.sheet-darkmode .licensecontainer .container:not(.npc) .hp .top span { - font-family: Tiamat Text; - font-size: 14px; - font-style: normal; - font-weight: 500; - letter-spacing: 0; - line-height: 18px; +.licensecontainer .container:not(.npc) .equipment .money .coin input { + left: 0; + top: 6px; text-align: center; + z-index: 99999; + width: 100%; } -.sheet-darkmode .licensecontainer .container:not(.npc) .insp-prof-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/inspiration_dm.svg); - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/inspiration_dm.svg); -} -.sheet-darkmode .licensecontainer .container:not(.npc) .insp-prof-container + .insp-prof-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/proficency-bonus_dm.svg); -} -.sheet-darkmode .licensecontainer .container:not(.npc) .pibf { - background-color: var(--dark-surface1); - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-top_dm.svg); - color: var(--dark-primarytext); -} -.sheet-darkmode .licensecontainer .container:not(.npc) .pibf + .pibf + .pibf + .pibf { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-bottom_dm.svg); +.licensecontainer .container:not(.npc) .equipment .money .coin:after { + border-image-source: url("https://raw.githubusercontent.com/mperes/Esper-Images/main/coin-amount.png"); + border-image-slice: 50% 35; + border-width: 15px 10px; + border-style: solid; + -webkit-box-sizing: border-box; + box-sizing: border-box; + content: ""; + display: block; + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; } -.sheet-darkmode .licensecontainer .container:not(.npc) .resources .subcontainer { - background-color: var(--dark-surface2); +.licensecontainer .container:not(.npc) .equipment .complex { + -webkit-box-sizing: border-box; + box-sizing: border-box; + margin-top: 5px; + padding: 0 10px; + width: 100%; } -.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer { - background-color: var(--dark-surface2); - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); +.licensecontainer .container:not(.npc) .equipment .complex .header { + padding-left: 16px; } -.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .top input { - background-color: var(--dark-surface2); +.licensecontainer .container:not(.npc) .equipment .complex .header span[data-i18n=item-name-u] { + width: 142px !important; } -.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_fail1][type=checkbox]:checked { - background-color: var(--dark-red-D20); +.licensecontainer .container:not(.npc) .equipment .complex .header span:last-child img { + margin-bottom: 3px !important; } -.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_fail2][type=checkbox]:checked { - background-color: var(--dark-red-D20); +.licensecontainer .container:not(.npc) .equipment .complex .item { + white-space: nowrap; } -.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_fail3][type=checkbox]:checked { - background-color: var(--dark-red-D20); +.licensecontainer .container:not(.npc) .equipment .complex .item .equipped.main { + -webkit-appearance: checkbox; + -moz-appearance: checkbox; + appearance: checkbox; + border-color: black; + background: white; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 12px; + height: 12px; } -.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_succ1][type=checkbox]:checked { - background-color: var(--dark-green-L40); +.licensecontainer .container:not(.npc) .equipment .complex .item .name { + width: 142px; } -.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_succ2][type=checkbox]:checked { - background-color: var(--dark-green-L40); +.licensecontainer .container:not(.npc) .equipment .complex .item .subitem { + white-space: initial; } -.sheet-darkmode .licensecontainer .container:not(.npc) .subcontainer .row-container input[name=attr_deathsave_succ3][type=checkbox]:checked { - background-color: var(--dark-green-L40); +.licensecontainer .container:not(.npc) .equipment .complex .item .subitem .subfield { + width: 142px; } -.sheet-darkmode .licensecontainer .container:not(.npc) .saving-throw-container { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/saves_dm.svg); +.licensecontainer .container:not(.npc) .equipment .simple { + margin: 10px 10px -24px 10px; + width: calc(100% - 20px); } -.sheet-darkmode .licensecontainer .container:not(.npc) .skills-container { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/saves_dm.svg); +.licensecontainer .container:not(.npc) .equipment .weighttotal { + left: 0; + top: auto; + bottom: 10px; + width: 100%; } -.sheet-darkmode .licensecontainer .container:not(.npc) .spell-level { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/SpellLevel_dm.svg); + +.charmancer .customize-origin { + -webkit-box-sizing: border-box; + box-sizing: border-box; + padding-right: 40px; + position: relative; + width: 100%; + display: none; } -.sheet-darkmode .licensecontainer .container:not(.npc) .tool_proficiencies { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/proficiency-block_dm.svg); - border-image-slice: 10 15; - border-image-width: 3px 12px; - border-image-repeat: round; +.charmancer .customize-origin label span { + display: block; } -.sheet-darkmode .licensecontainer .container:not(.npc) div.page > div.header::after { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/ScrollRight_dm.svg); +.charmancer .customize-origin label span:last-child { + font-weight: normal; + width: calc(100% + 40px); } -.sheet-darkmode .licensecontainer .container:not(.npc) div.page.bio > div.header { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/BioScroll_dm.svg); +.charmancer .customize-origin .toggle { + -webkit-box-sizing: border-box; + box-sizing: border-box; + position: absolute; + top: 0; + right: 0; + width: 40px; + height: 20px; + overflow: hidden; + border-radius: 10px; + border: 1px solid #CCC; } -.sheet-darkmode .licensecontainer .container:not(.npc) div.page.core > div.header { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/CharScroll_dm.svg); +.charmancer .customize-origin .toggle input { + width: 100%; + height: 100%; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border: 0; + padding: 0; + margin: 0; + position: absolute; + top: 0; + left: 0; + outline: none; } -.sheet-darkmode .licensecontainer .container:not(.npc) div.page.options > div.header { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/CharScroll_dm.svg); +.charmancer .customize-origin .toggle input:checked { + background: #c43c41; } -.sheet-darkmode .licensecontainer .container:not(.npc) div.page.spells > div.header { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/SpellScroll_dm.svg); +.charmancer .customize-origin .toggle .knob { + width: 20px; + height: 20px; + background: #CCC; + position: absolute; + top: -1px; + left: -1px; + border-radius: 10px; + pointer-events: none; } -.sheet-darkmode .licensecontainer .container:not(.npc) input[type=radio].tab-button + span { - color: var(--dark-secondarytext); - background-color: var(--dark-primary); +.charmancer .customize-origin .toggle input:checked + .knob { + right: -1px; + left: auto; } -.sheet-darkmode .licensecontainer .container:not(.npc) input[type=radio].tab-button:checked + span { - background-color: var(--dark-primary-highlight); - color: var(--dark-primarytext); +.charmancer input[value="1"] + .customize-origin { + display: block; } -.sheet-darkmode .licensecontainer .container.pc .header .header-info { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/CharBox_dm.svg); +.charmancer span.tasha + select { + margin-bottom: 10px; } -.sheet-darkmode .licensecontainer .container.pc .header .header-info.options .row span { - color: var(--dark-primarytext); - font-size: 10px; +.charmancer input[value="1"] + span.tasha:after { + content: " (+1):"; } -.sheet-darkmode .licensecontainer .container.pc .spells .header .header-info { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/SpellBox_dm.svg); +.charmancer input[value="2"] + span.tasha:after { + content: " (+2):"; } -.sheet-darkmode .licensecontainer .container.pc .spells .header .header-info .part { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/SpellHeadBlock_dm.svg); +.charmancer input[value="3"] + span.tasha:after { + content: " (+3):"; } -.sheet-darkmode .licensecontainer .container.pc select[name=attr_filter_traits_by] { - width: 100% !important; - border-bottom: 1px solid #333; - color: var(--dark-primarytext); +.charmancer input[value="4"] + span.tasha:after { + content: " (+4):"; } -.sheet-darkmode .licensecontainer div.npc div.triangle { - border-left-color: var(--dark-red-D20); +.charmancer input[value="5"] + span.tasha:after { + content: " (+5):"; } -.sheet-darkmode .licensecontainer div.triangle { - border-left-color: var(--dark-red-D20); +.charmancer input[value="6"] + span.tasha:after { + content: " (+6):"; } -.sheet-darkmode .licensecontainer .advantagetoggle input[type=radio] + span { - color: var(--dark-primarytext); - background-color: var(--dark-primary); +.charmancer input[value="7"] + span.tasha:after { + content: " (+7):"; } -.sheet-darkmode .licensecontainer .advantagetoggle input[type=radio]:checked + span { - color: var(--dark-primarytext); - background-color: var(--dark-primary-highlight); +.charmancer input[value="8"] + span.tasha:after { + content: " (+8):"; } -.sheet-darkmode .licensecontainer .npc_toggle[value="1"] + .npcspellcastingflag[value="1"] ~ .pc .page.spells .body .col { - background-color: var(--dark-surface1); +.charmancer input[value="9"] + span.tasha:after { + content: " (+9):"; } -.sheet-darkmode .licensecontainer .npc_toggle[value="1"] ~ .npc .actions { - background-color: var(--dark-surface1); +.charmancer input[value="10"] + span.tasha:after { + content: " (+10):"; } -.sheet-darkmode .licensecontainer .npc_toggle[value="1"] ~ .npc .stat-block { - background-color: var(--dark-surface1); +.charmancer input[value="11"] + span.tasha:after { + content: " (+11):"; } -.sheet-darkmode .licensecontainer .npc_toggle[value="1"] ~ .advantagetoggle input[type=radio]:checked + span { - color: var(--dark-red-L20); +.charmancer input[value="12"] + span.tasha:after { + content: " (+12):"; } -.sheet-darkmode .saving-throw button[type=roll] { - background-color: var(--dark-gray-disabled-D90); - color: var(--dark-secondarytext); - border: 1px solid var(--dark-gray-enabled); - font-family: Tiamat Text; - font-size: 16px; - font-style: normal; - font-weight: 500; - letter-spacing: 0; - line-height: 18px; - height: 14px; - text-align: center; - font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; +.charmancer input[value="13"] + span.tasha:after { + content: " (+13):"; } -.sheet-darkmode .skill button[type=roll] { - background-color: var(--dark-gray-disabled-D90); - color: var(--dark-secondarytext); - border: 1px solid var(--dark-gray-enabled); - font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; - font-size: 16px; - font-style: normal; - font-weight: 500; - letter-spacing: 0; - line-height: 18px; - text-align: center; - height: 15px; - width: 85px; +.charmancer input[value="14"] + span.tasha:after { + content: " (+14):"; } -.sheet-darkmode .ac-init-speed-container button[type=roll] { - color: var(--dark-secondarytext); +.charmancer input[value="15"] + span.tasha:after { + content: " (+15):"; } -.sheet-darkmode .subcontainer button[type=roll] { - color: var(--dark-secondarytext); +.charmancer input[value="16"] + span.tasha:after { + content: " (+16):"; } -.sheet-darkmode .charsheet .label { - color: var(--dark-text); +.charmancer input[value="17"] + span.tasha:after { + content: " (+17):"; } -.sheet-darkmode .charsheet .resources .rest button { - background: #702c91; - border: none; - color: var(--dark-primarytext); - border-radius: 5px; - padding: 5px; +.charmancer input[value="18"] + span.tasha:after { + content: " (+18):"; } -.sheet-darkmode .charsheet .resources .rest button span { - color: var(--dark-primarytext); - font-weight: normal; +.charmancer input[value="19"] + span.tasha:after { + content: " (+19):"; } -.sheet-darkmode .charsheet .resources .pb { - color: white; +.charmancer input[value="20"] + span.tasha:after { + content: " (+20):"; } -.sheet-darkmode .charsheet .resources input[type=number] { - background-color: var(--dark-surface2); - color: var(--dark-primarytext); + +.hero-points { + width: 100%; + margin-top: 10px; + height: 40px; + position: relative; + display: -ms-grid; + display: grid; + -ms-grid-columns: 40px 1fr; + grid-template-columns: 40px 1fr; } -.sheet-darkmode .charsheet .spell .details-flag:checked + span, .sheet-darkmode .charsheet .spell .details-flag:hover + span { - color: var(--dark-L60) !important; +.hero-points > div { + position: relative; + z-index: 2; } -.sheet-darkmode .charsheet .spell .options-flag:checked + span, .sheet-darkmode .charsheet .spell .options-flag:hover + span { - color: var(--dark-L60) !important; +.hero-points .value input { + font-size: 20px; + border: 0; + outline: none; + background: transparent; + width: 40px; + height: 40px; + text-align: center; } -.sheet-darkmode .charsheet .spell input { - color: var(--dark-primarytext); +.hero-points .label button { + background-color: transparent; + color: black; + border: none; + font-size: 9px; + line-height: 12px; + background-image: none; + text-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; + padding: 0px; + margin: 0px; + width: 100%; + font-weight: bold; + position: relative; } -.sheet-darkmode .charsheet .attacks .options-flag:checked + span, .sheet-darkmode .charsheet .attacks .options-flag:hover + span { - color: var(--dark-L60) !important; +.hero-points .label button:before { + content: none; } -.sheet-darkmode .charsheet .attacks input { - color: var(--dark-primarytext); +.hero-points .label button > span { + display: inline; + font-size: 9px; + text-align: center; + line-height: 40px; + font-weight: bold; } -.sheet-darkmode .charsheet .tool .options-flag:checked + span, .sheet-darkmode .charsheet .tool .options-flag:hover + span { - color: var(--dark-L60) !important; +.hero-points .label button > span:last-of-type { + color: orange; + display: none; } -.sheet-darkmode .charsheet .tool input { - color: var(--dark-primarytext); +.hero-points .label button > span:last-of-type:before { + content: " ("; } -.sheet-darkmode .charsheet .npc .npc_options-flag:checked + span, .sheet-darkmode .charsheet .npc .npc_options-flag:hover + span { - color: var(--dark-L60) !important; +.hero-points .label button > span:last-of-type:after { + content: ")"; } -.sheet-darkmode .charsheet .trait .options-flag:checked + span, .sheet-darkmode .charsheet .trait .options-flag:hover + span { - color: var(--dark-L60) !important; +.hero-points .label button input { + position: absolute; + top: 0; + left: 0; + opacity: 0; + pointer-events: all; + width: 100% !important; + height: 100% !important; } -.sheet-darkmode .charsheet .global-mod .options-flag:checked + span, .sheet-darkmode .charsheet .global-mod .options-flag:hover + span { - color: var(--dark-L60) !important; +.hero-points input[name=attr_hero_points][value="0"] ~ .label button { + pointer-events: none !important; } -.sheet-darkmode .charsheet .global-mod .options-flag:not(:checked) ~ .display .subheader, .sheet-darkmode .charsheet .global-mod .options-flag:not(:checked) ~ .display .title { - background-color: var(--dark-gray-enabled); +.hero-points input[name=attr_hero_points][value="0"] ~ .label button * { + pointer-events: none !important; } -.sheet-darkmode .charsheet .action .options-flag:checked + span, .sheet-darkmode .charsheet .action .options-flag:hover + span { - color: var(--dark-L60) !important; +.hero-points input[name=attr_hero_points][value="0"] ~ .label button > span:first-child { + opacity: 0.35; } -.sheet-darkmode .charsheet .textbox .options-flag:checked + span, .sheet-darkmode .charsheet .textbox .options-flag:hover + span { - color: var(--dark-L60) !important; +.hero-points input[name=attr_hero_points][value="0"] ~ .label button > span:last-of-type { + display: inline; } -.sheet-darkmode .charsheet .proficiencies .options-flag:checked + span, .sheet-darkmode .charsheet .proficiencies .options-flag:hover + span { - color: var(--dark-L60) !important; +.hero-points:after { + content: ""; + border-image-source: url(https://app.roll20.net/images/dndstyling/inspiration.svg); + border-image-slice: 40% 30% 40% 30%; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border-width: 10px 50px; + border-style: solid; + display: block; + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + z-index: 1; } -.sheet-darkmode .charsheet .proficiencies input { - color: var(--dark-primarytext); + +input:not([value="1"]) + .hero-points { + display: none; } -.sheet-darkmode .charsheet .traits .options-flag:checked + span, .sheet-darkmode .charsheet .traits .options-flag:hover + span { - color: var(--dark-L60) !important; + +input:not([value="1"]) + .piety { + display: none; } -.sheet-darkmode .charsheet .equipment .inventorysubflag:checked + span { - color: var(--dark-L60); + +.piety { + padding: 10px 15px; + position: relative; + margin-top: 10px; } -.sheet-darkmode .charsheet .equipment input { - color: var(--dark-primarytext); +.piety .details-flag { + position: absolute; + top: 15px; + right: 15px; + z-index: 11; + opacity: 0; + width: 18px; + height: 18px; + -webkit-box-sizing: border-box; + box-sizing: border-box; } -.sheet-darkmode .charsheet .header .options-flag:checked + span, .sheet-darkmode .charsheet .header .options-flag:hover + span { - color: var(--dark-L60) !important; +.piety .details-flag + span { + z-index: 10; + position: absolute; + top: 15px; + right: 15px; + white-space: nowrap; + font-size: 20px; + font-family: pictos; + color: #A0A0A0; + cursor: pointer; + margin-top: 0px; + display: none; + line-height: 18px; } -.sheet-darkmode .charsheet .licensecontainer .new-hit-dice { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); - border-image-slice: 10 10 fill; +.piety .details-flag:not(:checked) { + display: none; } -.sheet-darkmode .charsheet .licensecontainer .new-hit-dice .roll-hd span[name=attr_type] { - color: #e6e6e6; - text-shadow: none; +.piety .details-flag:checked + span { + display: block; + color: #000000; } -.sheet-darkmode .charsheet .licensecontainer .hd-modal { - background-color: #202020; - border: #101010; +.piety .details-flag:hover + span { + color: #000000 !important; } -.sheet-darkmode .charsheet .licensecontainer .hd-modal .title span { - color: #e6e6e6; +.piety:hover .details-flag { + display: block !important; } -.sheet-darkmode .charsheet .licensecontainer .hd-modal .title button { - filter: invert(1); +.piety:hover .details-flag + span { + display: block !important; } -.sheet-darkmode .charsheet .licensecontainer .hd-modal .actions { - background-color: #202020; - border-top: none; - box-shadow: none; +.piety .container { + position: relative; + z-index: 2; + overflow: hidden; + max-width: 100%; } -.sheet-darkmode .charsheet .licensecontainer .hd-modal .actions button[type=roll] { - background: #702c91; - border: none; - color: #e6e6e6; +.piety .container .header { + display: -ms-grid; + display: grid; + -ms-grid-columns: 70px 10px 1fr; + grid-template-columns: 70px 1fr; + grid-gap: 10px; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; } -.sheet-darkmode .charsheet .licensecontainer .hd-modal .actions button[type=roll]:hover { - color: white; +.piety .container .header .score { + background: url(https://app.roll20.net/images/dndstyling/vital-box.svg); + background-repeat: no-repeat; + background-position: center center; + background-size: contain; + position: relative; + height: 70px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; } -.sheet-darkmode .charsheet .licensecontainer .hd-modal input[type=number] { - border-radius: 10px; +.piety .container .header .score input { + font-size: 35px; + font-weight: bold; + position: relative; + color: #404040; + width: 100%; + top: auto; + margin: 0; + margin-top: 10px; + border: 0; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } -.sheet-darkmode .charsheet .insp-prof-container .value input { - color: var(--dark-primarytext); - font-family: "Ubuntu", sans-serif; +.piety .container .header .score span { + position: absolute; + width: 100%; + text-align: center; + top: 7px; + left: 0; } -.sheet-darkmode .charsheet .saving-throw input[type=text] { - color: var(--dark-primarytext); +.piety .container .header .deity { + text-align: left; + padding: 0; + margin: 0; } -.sheet-darkmode .charsheet .skill input[type=text] { - color: var(--dark-primarytext); +.piety .container .header .deity span { + color: #A0A0A0; + font-weight: normal; + font-size: 10px; + text-align: left; + line-height: 16px; } -.sheet-darkmode .charsheet .ac-init-speed-container input { - color: var(--dark-primarytext); - font-family: "Ubuntu", sans-serif; +.piety .container .header .deity input { + padding: 0px; + font-family: "Times New Roman", Times, serif; + font-size: 16px; + text-transform: capitalize; + font-variant: small-caps; + font-weight: bold; + color: #7e2d40; + border: 0; + width: 100%; } -.sheet-darkmode .charsheet .hp input { - color: var(--dark-primarytext); - font-family: "Ubuntu", sans-serif; +.piety .container .earning, +.piety .container .losing { + margin-top: 10px; } -.sheet-darkmode .charsheet .hp input[type=number] { - font-family: "Ubuntu", sans-serif; +.piety .container .earning .title, +.piety .container .losing .title { + font-family: "Times New Roman", Times, serif; + font-size: 16px; + text-transform: capitalize; + font-variant: small-caps; + font-weight: bold; + color: #7e2d40; } -.sheet-darkmode .charsheet .exhaustion input { - color: var(--dark-primarytext); - font-family: "Ubuntu", sans-serif; +.piety .container .earning .desc, +.piety .container .losing .desc { + margin-left: 15px; } -.sheet-darkmode .charsheet .hdice-dsaves-container input[type=text] { - color: var(--dark-primarytext); +.piety .container .earning .desc:before, +.piety .container .losing .desc:before { + content: ""; + content: ""; + display: block; + width: 4px; + height: 4px; + background: black; + position: absolute; + top: 7px; + border-radius: 2px; + left: -10px; } -.sheet-darkmode .charsheet .hdice-dsaves-container input[type=number] { - color: var(--dark-primarytext); - font-family: "Ubuntu", sans-serif; +.piety .container .earning .repcontrol button:first-child, +.piety .container .losing .repcontrol button:first-child { + padding-right: 0; } -.sheet-darkmode .charsheet .pc .traits input { - color: var(--dark-primarytext); +.piety .container .earning .repcontrol button:last-child, +.piety .container .losing .repcontrol button:last-child { + padding-left: 0; } -.sheet-darkmode .charsheet .options .body input { - color: var(--dark-primarytext); +.piety .container .none { + color: #A0A0A0; + margin-top: 10px; } -.sheet-darkmode .charsheet .subcontainer .roll-hitdie select { - color: var(--dark-primarytext); +.piety .container .devotee, +.piety .container .votary, +.piety .container .disciple, +.piety .container .champion { + margin-top: 10px; } -.sheet-darkmode .componentscontainer span { - background-color: var(--dark-gray-enabled); - color: var(--dark-primarytext); +.piety .container .champion .rank { + border: 0; + padding: 0; } -.sheet-darkmode .hdice-dsaves-container button.btn { - height: 10px; - width: 95px; +.piety .container .toggle:not([value="0"]):not([value="1"]):not([value="2"]) ~ .none, +.piety .container .toggle:not([value]) ~ .none { + display: none; } -.sheet-darkmode .hdice-dsaves-container .top input[type=text] { - background-color: var(--dark-surface1); - border-bottom: none; +.piety .container .toggle[value="0"] ~ .devotee { + display: none; } -.sheet-darkmode .header input { - background-color: var(--dark-gray-disabled-D90); - border-bottom: none; +.piety .container .toggle[value="0"] ~ .votary { + display: none; } -.sheet-darkmode .header select { - background-color: var(--dark-gray-disabled-D90); - border-bottom: none; +.piety .container .toggle[value="0"] ~ .disciple { + display: none; } -.sheet-darkmode .header input[type=number] { - margin-bottom: 0; +.piety .container .toggle[value="0"] ~ .champion { + display: none; } -.sheet-darkmode .header span:nth-child(0) { - font-family: Tiamat Condensed SC; - font-size: 22px; - font-style: normal; - font-weight: 300; - letter-spacing: 0; - line-height: 18px; - text-align: center; +.piety .container .toggle[value="1"] ~ .devotee { + display: none; } -.sheet-darkmode .hp .top input { - background-color: var(--dark-surface1); - border-bottom: none; +.piety .container .toggle[value="1"] ~ .votary { + display: none; } -.sheet-darkmode .insp-prof-container input[name=attr_inspiration] + span { - filter: invert(1); - animation: ani-spin 0.3s ease-in forwards; +.piety .container .toggle[value="1"] ~ .disciple { + display: none; } -.sheet-darkmode .insp-prof-container .value span { - font-family: "Ubuntu", sans-serif; +.piety .container .toggle[value="1"] ~ .champion { + display: none; } -.sheet-darkmode .piety .container .header .score { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vital-box_dm.svg); +.piety .container .toggle[value="2"] ~ .devotee { + display: none; } -.sheet-darkmode .piety .container .earning .title { - color: var(--dark-primary-highlight); +.piety .container .toggle[value="2"] ~ .votary { + display: none; } -.sheet-darkmode .piety .container .losing .title { - color: var(--dark-primary-highlight); +.piety .container .toggle[value="2"] ~ .disciple { + display: none; } -.sheet-darkmode .piety:after { - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/5eBorder_dm.svg); +.piety .container .toggle[value="2"] ~ .champion { + display: none; } -.sheet-darkmode .hero-points:after { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/inspiration_dm.svg); +.piety .container .toggle[value="3"] ~ .votary { + display: none; } -.sheet-darkmode .repcontrol .repcontrol_add:before { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/plus_square.svg); - background: var(--dark-L60); - color: var(--dark-surface1); - text-shadow: none; +.piety .container .toggle[value="3"] ~ .disciple { + display: none; } -.sheet-darkmode .repcontrol .repcontrol_edit:after { - background: var(--dark-L60); - color: var(--dark-surface1); - text-shadow: none; +.piety .container .toggle[value="3"] ~ .champion { + display: none; } -.sheet-darkmode .name-container input { - font-size: 22px; +.piety .container .toggle[value="4"] ~ .votary { + display: none; } -.sheet-darkmode .ui-dialog .nav-tabs { - border-bottom-color: var(--dark-secondarytext); +.piety .container .toggle[value="4"] ~ .disciple { + display: none; } -.sheet-darkmode .ui-dialog .nav-tabs > li a { - cursor: pointer; - text-shadow: none; +.piety .container .toggle[value="4"] ~ .champion { + display: none; } -.sheet-darkmode .ui-dialog .nav-tabs > li a:hover { - border-color: var(--dark-primary-highlight); +.piety .container .toggle[value="5"] ~ .votary { + display: none; } -.sheet-darkmode .ui-dialog .nav-tabs > li:focus { - outline: 2px solid var(--dark-primary-highlight); - outline-offset: -2px; +.piety .container .toggle[value="5"] ~ .disciple { + display: none; } -.sheet-darkmode .ui-dialog .nav-tabs > li.active:focus { - outline: 2px solid var(--dark-primary-highlight); - outline-offset: -2px; +.piety .container .toggle[value="5"] ~ .champion { + display: none; } -.sheet-darkmode .ui-dialog .charsheet .spell-level input[type=number] { - background-color: var(--dark-gray-disabled-D90); +.piety .container .toggle[value="6"] ~ .votary { + display: none; } -.sheet-darkmode button.btn { - border: 1.5px solid var(--dark-gray-enabled); - border-radius: 99px; +.piety .container .toggle[value="6"] ~ .disciple { + display: none; } -.sheet-darkmode input[type=submit].btn { - border: 1.5px solid var(--dark-gray-enabled); - border-radius: 99px; +.piety .container .toggle[value="6"] ~ .champion { + display: none; } -.sheet-darkmode div.container.npc button.btn { - border: none; +.piety .container .toggle[value="7"] ~ .votary { + display: none; } -.sheet-darkmode h1 { - color: var(--dark-primarytext); +.piety .container .toggle[value="7"] ~ .disciple { + display: none; } -.sheet-darkmode h2 { - color: var(--dark-primarytext); +.piety .container .toggle[value="7"] ~ .champion { + display: none; } -.sheet-darkmode h3 { - color: var(--dark-primarytext); +.piety .container .toggle[value="8"] ~ .votary { + display: none; } -.sheet-darkmode h4 { - color: var(--dark-primarytext); +.piety .container .toggle[value="8"] ~ .disciple { + display: none; } -.sheet-darkmode h5 { - color: var(--dark-primarytext); +.piety .container .toggle[value="8"] ~ .champion { + display: none; } -.sheet-darkmode h6 { - color: var(--dark-primarytext); +.piety .container .toggle[value="9"] ~ .votary { + display: none; } -.sheet-darkmode .traits .options select { - color: var(--dark-primarytext); +.piety .container .toggle[value="9"] ~ .disciple { + display: none; } -.sheet-darkmode .traits .display .title { - color: var(--dark-red-L20); +.piety .container .toggle[value="9"] ~ .champion { + display: none; } -.sheet-darkmode input { - background-color: var(--dark-surface1); - color: var(--dark-secondarytext); +.piety .container .toggle[value="10"] ~ .disciple { + display: none; } -.sheet-darkmode textarea { - background-color: var(--dark-surface1); - color: var(--dark-secondarytext); +.piety .container .toggle[value="10"] ~ .champion { + display: none; } -.sheet-darkmode select { - background-color: var(--dark-surface1); - color: var(--dark-secondarytext); +.piety .container .toggle[value="11"] ~ .disciple { + display: none; } -.sheet-darkmode .uneditable-input { - background-color: var(--dark-surface1); - color: var(--dark-secondarytext); +.piety .container .toggle[value="11"] ~ .champion { + display: none; } -.sheet-darkmode .page.options { - color: var(--dark-secondarytext); - font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; - font-weight: 400; - letter-spacing: 0; - line-height: 18px; +.piety .container .toggle[value="12"] ~ .disciple { + display: none; } -.sheet-darkmode .options-done { - height: 19px; - background: var(--dark-primary); - border-radius: 10px; - margin: 0px 0px; +.piety .container .toggle[value="12"] ~ .champion { + display: none; } -.sheet-darkmode .mancer_confirm { - background-color: var(--dark-gray-disabled-D90); +.piety .container .toggle[value="13"] ~ .disciple { + display: none; } -.sheet-darkmode .mancer_confirm input[type=checkbox] + span { - background-color: var(--dark-primary); +.piety .container .toggle[value="13"] ~ .champion { + display: none; } -.sheet-darkmode input[name*=mancer_confirm_flag][value="1"] ~ .mancer_confirm { - background-color: var(--dark-surface1); +.piety .container .toggle[value="14"] ~ .disciple { + display: none; } -.sheet-darkmode .red { - color: var(--dark-red-L20); +.piety .container .toggle[value="14"] ~ .champion { + display: none; } -.sheet-darkmode .attacks .display button[type=roll], -.sheet-darkmode .tool .display button[type=roll], -.sheet-darkmode .proficiency .display button[type=roll], -.sheet-darkmode .globalattack .globaldisplay button[type=roll], -.sheet-darkmode .pc .global-mod .options-flag:not(:checked) ~ .display .title, -.sheet-darkmode .pc .global-mod .options-flag:not(:checked) ~ .display .subheader, -.sheet-darkmode div.globaldisplay { - color: var(--dark-primarytext); - margin: 1px 0px; +.piety .container .toggle[value="15"] ~ .disciple { + display: none; } -.sheet-darkmode div.globaldisplay { - background-color: var(--dark-surface1); +.piety .container .toggle[value="15"] ~ .champion { + display: none; } -.sheet-darkmode .globalattack .globaldisplay button[type=roll] { - background-color: var(--dark-gray-enabled); +.piety .container .toggle[value="16"] ~ .disciple { + display: none; } -.sheet-darkmode .charmancer .steps, -.sheet-darkmode .charmancer .bottombar, -.sheet-darkmode .charmancer .hilite, -.sheet-darkmode .charmancer .levels-hp-row * { - background: var(--dark-surface1); +.piety .container .toggle[value="16"] ~ .champion { + display: none; } -.sheet-darkmode .charmancer .spell-holder label { - background-color: var(--dark-40); +.piety .container .toggle[value="17"] ~ .disciple { + display: none; } -.sheet-darkmode .charmancer .bottombar { - border-left: 10px solid var(--dark-surface1); - border-right: 10px solid var(--dark-surface1); +.piety .container .toggle[value="17"] ~ .champion { + display: none; } -.sheet-darkmode .charmancer .hilite, -.sheet-darkmode .charmancer .hilite .label { - color: var(--dark-red-L20); +.piety .container .toggle[value="18"] ~ .disciple { + display: none; } -.sheet-darkmode .charmancer .warning { - color: var(--dark-red-L20); +.piety .container .toggle[value="18"] ~ .champion { + display: none; } -.sheet-darkmode .charmancer .charmancer-logo { - filter: invert(0.8); +.piety .container .toggle[value="19"] ~ .disciple { + display: none; } -.sheet-darkmode .charmancer .summary:nth-child(even) { - background-color: var(--dark-gray-disabled-D90); +.piety .container .toggle[value="19"] ~ .champion { + display: none; } -.sheet-darkmode .charmancer .cancel-prompt { - background: var(--dark-surface1); +.piety .container .toggle[value="20"] ~ .disciple { + display: none; } -.sheet-darkmode .charmancer .spellloading { - background: var(--dark-surface1); +.piety .container .toggle[value="20"] ~ .champion { + display: none; } -.sheet-darkmode .charmancer button { - background-color: var(--dark-primary); - color: var(--dark-primarytext); +.piety .container .toggle[value="21"] ~ .disciple { + display: none; } -.sheet-darkmode .charmancer button.warning { - background-color: var(--dark-surface1); - border-color: var(--dark-red-L20); +.piety .container .toggle[value="21"] ~ .champion { + display: none; } -.sheet-darkmode .charmancer button.step.done, -.sheet-darkmode .charmancer button.step:not(.here) { - background-color: var(--dark-primary); - color: var(--dark-primarytext); +.piety .container .toggle[value="22"] ~ .disciple { + display: none; } -.sheet-darkmode .charmancer button.exit { - color: var(--dark-red-L20); - background-color: var(--dark-surface1); - border-color: var(--dark-red-L20); +.piety .container .toggle[value="22"] ~ .champion { + display: none; } -.sheet-darkmode .charmancer .levels-hp-row { - border: 1px solid var(--dark-surface2); - background: var(--dark-surface1); +.piety .container .toggle[value="23"] ~ .disciple { + display: none; } -.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ span.collapse + div > div { - background: var(--dark-surface2); +.piety .container .toggle[value="23"] ~ .champion { + display: none; } -.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ span.collapse + div > div > div:nth-child(odd) { - background: var(--dark-background); +.piety .container .toggle[value="24"] ~ .disciple { + display: none; } -.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ span.collapse + div > div > div:nth-child(odd) label { - background: var(--dark-background); +.piety .container .toggle[value="24"] ~ .champion { + display: none; } -.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ .class1_by-levels, -.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ .class2_by-levels, -.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ .class3_by-levels, -.sheet-darkmode .charmancer .levels-hp-row .hpbylevel-toggle:checked ~ .class4_by-levels { - border: 1px solid var(--dark-surface2); +.piety .container .toggle[value="25"] ~ .champion { + display: none; } -.sheet-darkmode .rp-traits:after { - content: ""; - border: 10px solid; - border-image-source: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/vitals_dm.svg); - border-image-slice: 7% 40% fill; - box-sizing: border-box; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - z-index: 0; - border-image-width: 25px 100px; +.piety .container .toggle[value="26"] ~ .champion { + display: none; } -.sheet-darkmode .rp-traits .rp-traits__title span { - color: var(--dark-red-L20); +.piety .container .toggle[value="27"] ~ .champion { + display: none; } -.sheet-darkmode .proficiencies--new .display button span { - text-shadow: none; +.piety .container .toggle[value="28"] ~ .champion { + display: none; } - -body.sheet-darkmode { - color: var(--dark-secondarytext); - font-family: "Proxima Nova", "ProximaNova-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; - font-weight: 400; - letter-spacing: 0; - line-height: 18px; +.piety .container .toggle[value="29"] ~ .champion { + display: none; } - -.sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk > .sheet-container { - background-color: var(--dark-background); - color: var(--dark-primarytext); +.piety .container .toggle[value="30"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk > .sheet-container.sheet-dmgcontainer { - color: var(--dark-primarytext); +.piety .container .toggle[value="31"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-npc .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .inlinerollresult, .sheet-rolltemplate-darkmode.sheet-rolltemplate-traits .inlinerollresult { - background-color: var(--dark-surface1); +.piety .container .toggle[value="32"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple div.sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D div.sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-skill div.sheet-container { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Simple.png); +.piety .container .toggle[value="33"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-skill .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-container.sheet-atk, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-atk, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-container.sheet-damagetemplate, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-container { - color: var(--dark-primarytext); +.piety .container .toggle[value="34"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .sheet-advspacer, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D .sheet-advspacer, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-advspacer, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-advspacer, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-advspacer { - border-color: var(--dark-primarytext); +.piety .container .toggle[value="35"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-container { - background-color: var(--dark-background); +.piety .container .toggle[value="36"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk div.sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-container.sheet-atk, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-atk { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Attack.png); +.piety .container .toggle[value="37"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-container.sheet-damagetemplate { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Damage.png); +.piety .container .toggle[value="38"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .sheet-damagetemplate .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .sheet-damagetemplate .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .sheet-damagetemplate .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-desc .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-desc .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-desc .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-desc .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-desc .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-desc .inlinerollresult.fullfail .sheet-rolltemplate-atk .sheet-desc .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-desc .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-desc .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerroll .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerroll .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerroll .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerhproll .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerhproll .inlinerollresult.importantroll, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerhproll .inlinerollresult.fullfail { - color: var(--dark-primarytext); +.piety .container .toggle[value="39"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk div.sheet-desc, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-desc, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-desc, .sheet-rolltemplate-darkmode.sheet-rolltemplate-desc div.sheet-desc { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Desc.png); - color: var(--dark-primarytext); +.piety .container .toggle[value="40"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk div.sheet-desc.sheet-info .sheet-bottom, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-desc.sheet-info .sheet-bottom, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-desc.sheet-info .sheet-bottom, .sheet-rolltemplate-darkmode.sheet-rolltemplate-desc div.sheet-desc.sheet-info .sheet-bottom { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Info-Bottom.png); - color: var(--dark-primarytext); +.piety .container .toggle[value="41"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk div.sheet-desc.sheet-info .sheet-top, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-desc.sheet-info .sheet-top, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-desc.sheet-info .sheet-top, .sheet-rolltemplate-darkmode.sheet-rolltemplate-desc div.sheet-desc.sheet-info .sheet-top { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Info-Top.png); - color: var(--dark-primarytext); +.piety .container .toggle[value="42"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk div.sheet-desc.sheet-info .sheet-middle, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg div.sheet-desc.sheet-info .sheet-middle, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg div.sheet-desc.sheet-info .sheet-middle, .sheet-rolltemplate-darkmode.sheet-rolltemplate-desc div.sheet-desc.sheet-info .sheet-middle { - background-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/D%26D-Rolltemplate-Info-Middle.png); - color: var(--dark-primarytext); +.piety .container .toggle[value="43"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-spell .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-spelloutput .sheet-container { - background: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/darkmode/spellbg.jpg); - color: var(--dark-primarytext); +.piety .container .toggle[value="44"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-spelloutput .sheet-spellsavedc, .sheet-rolltemplate-darkmode.sheet-rolltemplate-spell .sheet-spellsavedc { - border-top-color: var(--dark-primary-highlight); +.piety .container .toggle[value="45"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-spell .sheet-title, .sheet-rolltemplate-darkmode.sheet-rolltemplate-spelloutput .sheet-title { - color: var(--dark-red-l20); +.piety .container .toggle[value="46"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerroll .sheet-container, .sheet-rolltemplate-darkmode.sheet-rolltemplate-mancerhproll .sheet-container { - background-color: var(--dark-background); - color: var(--dark-primarytext); +.piety .container .toggle[value="47"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .sheet-adv span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple .sheet-solo span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D .sheet-adv span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D .sheet-solo span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-skill .sheet-roll span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-adv span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-solo span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-adv span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-solo span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-adv span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-solo span { - background-color: transparent; +.piety .container .toggle[value="48"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-npc, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction, .sheet-rolltemplate-darkmode.sheet-rolltemplate-traits { - background-color: var(--dark-background); - color: var(--dark-primarytext); +.piety .container .toggle[value="49"] ~ .champion { + display: none; } -.sheet-rolltemplate-darkmode.sheet-container .sheet-row *, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .sheet-damagetemplate { - color: black; +.piety .container .subheader { + display: block; + color: #A0A0A0; + font-weight: normal; + font-size: 10px; + text-align: left; + line-height: 16px; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-traits .sheet-header a[href^="~"] { - color: var(--dark-red-l20); +.piety .container .rank { + font-family: "Times New Roman", Times, serif; + font-size: 16px; + text-transform: capitalize; + font-variant: small-caps; + font-weight: bold; + color: #7e2d40; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk a[href^="~"] { - color: var(--dark-primarytext); +.piety .container .rank > span:first-child:after { + content: "'s"; + text-transform: lowercase; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-npc .sheet-header, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .sheet-header, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .sheet-header, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk .sheet-header, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .sheet-header, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .sheet-header { - color: var(--dark-red-l20); +.piety .container .desc { + min-height: 20px; + position: relative; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-traits .sheet-header { - color: var(--dark-red-l20); +.piety .container .desc textarea, .piety .container .desc span { + font-weight: normal; + font-size: 12px; + text-align: left; + line-height: 16px; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-npc .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .inlinerollresult.fullfail, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .inlinerollresult.fullfail { - color: var(--dark-red-l20); +.piety .container .desc textarea { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + -webkit-box-sizing: border-box; + box-sizing: border-box; + min-height: 20px; + opacity: 0; + border: 0; + resize: none; + padding: 0px; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-npc .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcaction .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcfullatk .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcatk .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-npcdmg .inlinerollresult.fullcrit, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmgaction .inlinerollresult.fullcrit { - color: var(--dark-green-l20); +.piety .container .desc span { + white-space: pre-wrap; + word-break: break-word; } -.sheet-rolltemplate-darkmode .inlinerollresult { - background-color: transparent; +.piety .container .desc input:not([value]) + textarea, +.piety .container .desc input[value=""] + textarea { + opacity: 1; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-atk .sheet-sublabel span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg .sheet-sublabel span, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg .sheet-sublabel span { - color: var(--dark-secondarytext); +.piety .container .desc input:not([value]) ~ span, +.piety .container .desc input[value=""] ~ span { + opacity: 0; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-skill a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg a[href^="~"], .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg a[href^="~"] { - border: 1px solid black; - border-radius: 5px; - color: var(--dark-primarytext); - background-color: var(--dark-primary); - text-align: center; - font-weight: bold; - padding: 2px; - margin-bottom: 3px; +.piety .container .desc input:not([value=""]) + textarea { + opacity: 0; } -.sheet-rolltemplate-darkmode.sheet-rolltemplate-simple a[href^="~"]:hover, .sheet-rolltemplate-darkmode.sheet-rolltemplate-simple3D a[href^="~"]:hover, .sheet-rolltemplate-darkmode.sheet-rolltemplate-skill a[href^="~"]:hover, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atk a[href^="~"]:hover, .sheet-rolltemplate-darkmode.sheet-rolltemplate-atkdmg a[href^="~"]:hover, .sheet-rolltemplate-darkmode.sheet-rolltemplate-dmg a[href^="~"]:hover { - color: var(--dark-primarytext); - background-color: var(--dark-primary-highlight); +.piety .container .desc input:not([value=""]) ~ span { + opacity: 1; } - -@keyframes ani-spin { - 0% { - transform: rotate(0deg) scale(0, 0); - } - 100% { - transform: rotate(360deg) scale(1, 1); - } +.piety .container .desc textarea:focus { + opacity: 1 !important; } -.sheet-darkmode .is-vehicle .actions-taken input { - border-color: rgb(179, 179, 179) !important; +.piety .container .desc textarea:focus + span { + opacity: 0 !important; } -.sheet-darkmode .is-vehicle .vehicle__stats > div:nth-of-type(4n+1), -.sheet-darkmode .is-vehicle .vehicle__stats > div:nth-of-type(4n+1) + * { - background-color: #343c3c !important; +.piety:after { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + -webkit-box-sizing: border-box; + box-sizing: border-box; + border: 8px solid; + border-image-source: url(https://app.roll20.net/images/dndstyling/5eBorder.svg); + border-image-slice: 4%; + z-index: 1; } -.sheet-darkmode .is-vehicle .vehicle__stats > div:nth-of-type(4n+3), -.sheet-darkmode .is-vehicle .vehicle__stats > div:nth-of-type(4n+3) + * { - background-color: #2b2e2d !important; +.piety .details-flag:not(:checked) ~ .container .earning, +.piety .details-flag:not(:checked) ~ .container .losing, +.piety .details-flag:not(:checked) ~ .container .none, +.piety .details-flag:not(:checked) ~ .container .devotee, +.piety .details-flag:not(:checked) ~ .container .votary, +.piety .details-flag:not(:checked) ~ .container .disciple, +.piety .details-flag:not(:checked) ~ .container .champion { + display: none; } -.sheet-darkmode .is-vehicle .vehicle__cargo .repitem input { - background-color: var(--dark-gray-enabled) !important; - color: white !important; + +.charmancer[data-step|=utility] .steps { + display: none !important; } -.sheet-darkmode .is-vehicle .vehicle__cargo .repitem input::placeholder { - color: var(--dark-secondarytext) !important; +.charmancer[data-step|=utility] .previous_race_skills:empty, +.charmancer[data-step|=utility] .previous_race_other_proficiencies:empty, +.charmancer[data-step|=utility] .previous_race_traits:empty, +.charmancer[data-step|=utility] .previous_race_spells:empty { + display: none; } -.sheet-darkmode button[type=roll]:hover { - color: red !important; +.charmancer[data-step|=utility] .lineage-label { + margin-bottom: 0; + padding-top: 30px; + margin-top: 20px; + border-top: 1px dashed #CCC; + width: calc(100% - 45px); } -.sheet-darkmode button[type=roll]:hover * { - color: red !important; +.charmancer[data-step|=utility] .lineage-name { + color: #7e2d40; } -.sheet-darkmode button[type=roll]:hover * * { - color: red !important; +.charmancer[data-step|=utility] .check-label { + margin-left: 5px; + vertical-align: text-top; } -.sheet-darkmode button[type=roll]:hover * * * { - color: red !important; +.charmancer[data-step|=utility] .bottombar { + bottom: -1px; + height: 20px; + -webkit-box-sizing: content-box; + box-sizing: content-box; } -/*End Web*/ -/*Start Print*/ -@page { - margin: 0; -} -@media print { - :root, - html { - font-size: 2vw; - } - * { - print-color-adjust: exact; - } - .ui-dialog { - position: relative !important; - } - .sheetform .charactersheet > *, - .nav-tabs, - #macrobar { - display: none; - } - html, - body, - .ui-dialog, - .characterviewer, - .tab-content, - .sheetform, - .charactersheet { - padding: 0 !important; - margin: 0 !important; - } - .ui-dialog { - position: inherit !important; - } - .printable-pc-sheet .equipment { - border: 0; - min-height: auto; - width: auto; - margin-bottom: 0; - } - .printable-pc-sheet .equipment span { - display: inline; - line-height: normal; - margin: 0; - font-weight: normal; - font-size: inherit; - } - .printable-pc-sheet .floating-data__container { - position: relative; - display: flex; - } - .printable-pc-sheet .floating-data__container__background { - height: auto; - width: 100%; - } - .printable-pc-sheet .floating-data__container span[class*=__bonus], - .printable-pc-sheet .floating-data__container span[class*=__value], - .printable-pc-sheet .floating-data__container span[class*=__label] { - align-items: center; - justify-content: center; - position: absolute; - display: inline-block; - display: flex; - } - .printable-pc-sheet .checkbox { - display: inline-block; - width: 0.5rem; - height: 0.5rem; - position: relative; - } - .printable-pc-sheet .checkbox__value, .printable-pc-sheet .checkbox__display--checked, .printable-pc-sheet .checkbox__display--unchecked { - display: none; - box-sizing: border-box; - width: 100%; - height: 100%; - border-radius: 0.6rem; - position: absolute; - top: 0; - left: 0; - } - .printable-pc-sheet .checkbox__value:checked ~ .checkbox__display--checked { - display: inline-block; - } - .printable-pc-sheet .checkbox__value:checked ~ .checkbox__display--checked img { - width: 100%; - height: 100%; - display: block; - } - .printable-pc-sheet .checkbox__value:not(:checked) ~ .checkbox__display--unchecked { - display: inline-block; - border: 1pt solid black; - } - .printable-pc-sheet .styled-box { - position: relative; - padding: 12pt 12pt 6pt 12pt; - display: grid; - align-items: end; - } - .printable-pc-sheet .styled-box__content { - position: relative; - z-index: 1; - } - .printable-pc-sheet .styled-box__border { - position: absolute; - z-index: 0; - top: 0; - left: 0; - height: 100%; - width: 100%; - border: 4rem solid black; - font-size: 0.6rem; - border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_1.svg); - border-image-slice: 45% 15%; - box-sizing: border-box; - border-image-width: 5rem 1.6rem; - } - .printable-pc-sheet .styled-box .box-label { - display: block; - width: 100%; - margin-top: 8pt; - text-align: center; - text-transform: uppercase; - font-size: 0.5rem; - font-weight: bold; - } - .printable-pc-sheet .styled-box.styled-box--3 .styled-box__border { - border: 1rem solid black; - border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_3.svg); - border-image-slice: 10%; - border-image-width: 2rem; - } - .printable-pc-sheet .styled-box.styled-box--4 .styled-box__border { - border: 1rem solid black; - border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_4.svg); - border-image-slice: 20%; - border-image-width: 1rem; - } - .printable-pc-sheet .styled-box.styled-box--5 .styled-box__border { - border: 1rem solid black; - border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_5.svg); - border-image-slice: 10% 45% 10% 45% fill; - border-image-width: 2rem 6.5em; - } - .printable-pc-sheet .styled-box.styled-box--6 .styled-box__border { - border: 1rem solid black; - font-size: 0.6rem; - border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_6.svg); - border-image-slice: 12%; - border-image-width: 2rem; - width: 103%; - left: -1.5%; - } - .printable-pc-sheet .styled-box.styled-box--7 .styled-box__border { - border: 1rem solid black; - font-size: 0.6rem; - border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_7.svg); - border-image-slice: 85% 10% 10% 10% fill; - border-image-width: 6rem 1.5rem 0.7rem 1.5rem; - } - .printable-pc-sheet .styled-box.styled-box--7.styled-box.styled-box--rotated .styled-box__border { - border: 1rem solid black; - font-size: 0.6rem; - border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_7_rotated.svg); - border-image-slice: 10% 10% 85% 10% fill; - border-image-width: 0.7rem 1.5rem 6rem 1.5rem; - } - .printable-pc-sheet .styled-box.styled-box--8 .styled-box__border { - border: 1rem solid black; - font-size: 0.6rem; - border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_8.svg); - border-image-slice: 12%; - border-image-width: 2rem; - border-image-slice: 48% 10% 48% 10% fill; - border-image-width: 3rem 1.5rem; - } - .printable-pc-sheet .truncate { - white-space: nowrap; - display: inline-block; - width: 0px; - flex-grow: 1; - overflow: hidden; - text-overflow: ellipsis; - } - .printable-pc-sheet .styled-attribute__container .styled-attribute__value { - top: 0; - left: 0; - height: 100%; - width: 28%; - font-size: 1rem; - } - .printable-pc-sheet .styled-attribute__container .styled-attribute__label { - top: 0; - left: 28%; - height: 100%; - width: 72%; - text-transform: uppercase; - font-size: 0.5rem; - font-weight: bold; - white-space: nowrap; - overflow: hidden; - } - .printable-pc-sheet .pbl__container { - display: flex; - align-items: center; - height: 0.6rem; - } - .printable-pc-sheet .pbl__container .pbl__bonus, .printable-pc-sheet .pbl__container .pbl__label { - margin-left: 5pt; - } - .printable-pc-sheet .pbl__container .pbl__bonus { - border-bottom: 1px solid #999; - min-width: 1.5em; - text-align: center; - } - .printable-pc-sheet .pbl__container .pbl__bonus__is-empty[value="0"] ~ .pbl__bonus { - color: white; - } - .printable-pc-sheet .pbl__container .pbl__label { - flex-grow: 1; - } - .printable-pc-sheet .repeating__container .repcontainer { - display: grid; - grid-template-columns: 1fr; - } - .printable-pc-sheet .repeating__container .repcontrol { - display: none; - } - .printable-pc-sheet .table__header { - display: grid; - margin-bottom: 3pt; - } - .printable-pc-sheet .table__header .header__label { - font-size: 0.5rem; - } - .printable-pc-sheet .notepad__container .blank-line { - height: 1.1rem; - border-bottom: 1px solid #999; - } - .printable-pc-sheet .header .header__container > *:not(:first-child) { - position: absolute; - } - .printable-pc-sheet .header .character-name__value { - font-size: 1rem; - top: 50%; - left: 7%; - } - .printable-pc-sheet .header .character-name__label { - top: 75%; - left: 10.5%; - } - .printable-pc-sheet .header .meta { - display: grid; - grid-template-columns: repeat(3, 1fr); - width: 51.5%; - height: 50%; - top: 31%; - left: 43.5%; - } - .printable-pc-sheet .header .meta .cell { - position: relative; - } - .printable-pc-sheet .header .meta .cell span { - display: block; - position: relative; - top: auto; - left: auto; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - } - .printable-pc-sheet .header .meta .cell span:first-child { - font-size: 0.7rem; - border-bottom: 1px solid #999; - line-height: 1rem; - height: 1rem; - position: absolute; - top: 0; - left: 0; - width: 100%; - } - .printable-pc-sheet .header .meta .cell span:last-child { - font-size: 0.6rem; - padding-top: 1rem; - } - .printable-pc-sheet .abilties__container { - display: grid; - grid-template-rows: repeat(6, 1fr); - gap: 10pt; - position: relative; - padding: 3.5vw 3pt; - min-height: 100%; - box-sizing: border-box; - align-items: center; - } - .printable-pc-sheet .abilties__container__background { - position: absolute; - z-index: 0; - top: 0; - left: 0; - height: 100%; - width: 100%; - border: 1rem solid black; - border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_2.svg); - border-image-slice: 1% 50% fill; - box-sizing: border-box; - border-image-width: 1rem 5rem; - } - .printable-pc-sheet .abilties__container .ability__container { - position: relative; - } - .printable-pc-sheet .abilties__container .ability__container__background { - height: auto; - width: 100%; - } - .printable-pc-sheet .abilties__container .ability__container .ability__label { - align-items: end; - height: 20%; - left: 0; - top: 0; - font-size: 0.5rem; - font-weight: bold; - text-transform: uppercase; - width: 80%; - white-space: nowrap; - overflow: hidden; - margin: 0 10%; - } - .printable-pc-sheet .abilties__container .ability__container .ability__bonus { - height: 45%; - left: 0; - top: 20%; - font-size: 2rem; - font-weight: bold; - width: 100%; - } - .printable-pc-sheet .abilties__container .ability__container .ability__value { - height: 35%; - left: 25%; - top: 65%; - width: 50%; - font-size: 1rem; - } - .printable-pc-sheet .savings__container { - display: grid; - grid-template-rows: repeat(6, 1fr); - gap: 0.6rem; - font-size: 0.6rem; - } - .printable-pc-sheet .skills__container { - display: grid; - grid-template-rows: repeat(6, 1fr); - gap: 0.6rem; - font-size: 0.6rem; - } - .printable-pc-sheet .passive__container .styled-attribute__value { - width: 18%; - } - .printable-pc-sheet .passive__container .styled-attribute__label { - left: 18%; - width: 82%; - } - .printable-pc-sheet .other .other__container { - font-size: 0.6rem; - position: relative; - overflow: hidden; - } - .printable-pc-sheet .other .other__container .notepad__container { - position: absolute; - top: 0; - left: 0; - height: 100%; - width: 100%; - z-index: 0; - } - .printable-pc-sheet .other .other__container .other-type { - display: flex; - line-height: calc(1.1rem + 1px); - } - .printable-pc-sheet .other .other__container .toggle-type[value=""] + .other-type, - .printable-pc-sheet .other .other__container .toggle-type:not([value]) + .other-type { - display: none; - } - .printable-pc-sheet .vitals { - padding: 8pt; - } - .printable-pc-sheet .vitals .vitals__container .vital__value { - position: absolute; - top: 0; - left: 0; - display: grid; - width: 100%; - height: 75%; - grid-template-columns: 0.9fr 1fr 1fr; - gap: 0.5rem; - } - .printable-pc-sheet .vitals .vitals__container .vital__value span { - position: relative; - font-size: 1rem; - } - .printable-pc-sheet .vitals .vitals__container > div:not(:first-child) { - margin-top: 5pt; - } - .printable-pc-sheet .vitals .hp__container .hp__label { - position: absolute; - width: 100%; - text-align: center; - left: 0; - bottom: 6pt; - font-size: 0.5rem; - font-weight: bold; - display: block; - } - .printable-pc-sheet .vitals .hp__container .hp-max__container { - position: absolute; - width: 100%; - left: 0; - top: 10pt; - display: flex; - font-size: 0.6rem; - color: #999; - padding: 0 10pt; - box-sizing: border-box; - } - .printable-pc-sheet .vitals .hp__container .hp-max__container span { - position: relative; - } - .printable-pc-sheet .vitals .hp__container .hp-max__container .hp-max__value { - border-bottom: 1px solid #999; - flex-grow: 1; - justify-items: center; - color: black; - } - .printable-pc-sheet .vitals .hp__container .hp-max__container .hp-max__label { - display: block; - } - .printable-pc-sheet .vitals .hd-ds__container .hd-max__value { - width: 30%; - line-height: 0.6rem; - font-size: 0.6rem; - left: 14%; - top: 10%; - color: black; - } - .printable-pc-sheet .attack__container .repcontainer { - font-size: 0.6rem; - gap: 5pt; - } - .printable-pc-sheet .attack__container .attack__row { - display: grid; - grid-template-columns: 2fr 1fr 2fr; - gap: 5pt; - } - .printable-pc-sheet .attack__container .attack__row .attribute { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - border: 4pt solid black; - border-image: url(https://storage.googleapis.com/char-sheet-app-images-6e101411/D%26D5e/images/border_style_9.svg); - border-image-slice: 20% 20% fill; - box-sizing: border-box; - border-image-width: 4pt; - clip-path: polygon(0% 5px, 5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%); - } - .printable-pc-sheet .attack__container .attack__row .attack-bonus--valid[value=NaN] + .attack-bonus, - .printable-pc-sheet .attack__container .attack__row .attack-bonus--valid[value="-"] + .attack-bonus { - color: rgba(0, 0, 0, 0) !important; - } - .printable-pc-sheet .attack__container .table__header--attack { - display: grid; - grid-template-columns: 2fr 1fr 2fr; - gap: 5pt; - } - .printable-pc-sheet .equipment .equipment__container { - font-size: 0.6rem; - line-height: 0.6rem; - } - .printable-pc-sheet .equipment .equipment__container .repcontainer { - gap: 0.5rem; - } - .printable-pc-sheet .equipment .equipment__container .repeating__row { - border-bottom: 1px solid #999; - } - .printable-pc-sheet .equipment .equipment__container .equipment-count:not(:empty) { - margin-right: 5pt; - } - .printable-pc-sheet .equipment .equipment__container span { - line-height: 0.6rem; - } - .printable-pc-sheet .equipment .money__container { - display: grid; - grid-template-columns: repeat(5, 1fr); - border-bottom: 2pt solid black; - width: calc(100% + 24pt); - margin-left: -12pt; - margin-top: -12pt; - margin-bottom: 1.1rem; - } - .printable-pc-sheet .equipment .money__container .coin__container { - margin-bottom: 1.5pt; - border-bottom: 1pt solid black; - height: 2.5rem; - box-sizing: border-box; - position: relative; - } - .printable-pc-sheet .equipment .money__container .coin__container:not(:last-child) { - border-right: 1pt solid black; - } - .printable-pc-sheet .equipment .money__container .coin__container:last-child { - padding-right: 4pt; - } - .printable-pc-sheet .equipment .money__container .coin__container:last-child .coin__label { - right: 8pt; - } - .printable-pc-sheet .equipment .money__container .coin__container:first-child { - padding-left: 4pt; - } - .printable-pc-sheet .equipment .money__container .coin__count { - width: 100%; - height: calc(100% - 0.5rem); - display: flex; - align-items: center; - justify-content: center; - font-size: 0.7rem; - } - .printable-pc-sheet .equipment .money__container .coin__label { - position: absolute; - font-size: 0.5rem; - bottom: 2pt; - right: 2pt; - width: auto; - text-transform: uppercase; - } - .printable-pc-sheet .personality { - padding: 8pt; - } - .printable-pc-sheet .personality .personality__container .personality__characteristic { - font-size: 0.6rem; - display: block; - min-height: 40pt; - } - .printable-pc-sheet .personality .personality__container .personality__characteristic:not(:first-child) { - margin-top: 5pt; - } - .printable-pc-sheet .personality .personality__container .styled-box:first-child .personality__characteristic, - .printable-pc-sheet .personality .personality__container .styled-box:last-child .personality__characteristic { - min-height: 40pt; - } - .printable-pc-sheet .traits .traits__container { - font-size: 0.6rem; - line-height: 0.6rem; - } - .printable-pc-sheet .traits .traits__container .repcontainer { - gap: 0.5rem; - } - .printable-pc-sheet .traits .traits__container .repeating__row { - border-bottom: 1px solid #999; - } - .printable-pc-sheet .traits .traits__container .trait-name { - text-align: left !important; - font-size: 0.6rem; - font-weight: normal; - margin-top: 0; - } - .printable-pc-sheet .expanded-info { - padding: 0 3.6%; - break-before: always; - page-break-before: always; - position: relative; - } - .printable-pc-sheet .expanded-info .cols { - display: grid; - grid-template-columns: repeat(3, 1fr); - gap: 5pt; - } - .printable-pc-sheet .expanded-info .cols .col { - width: auto; - } - .printable-pc-sheet .expanded-info .cols .col > div:not(:first-child):not(.passive) { - margin-top: 5pt; - } - .printable-pc-sheet .expanded-info .resources .resource { - align-items: start; - padding: 8pt 8pt 6pt 8pt; - } - .printable-pc-sheet .expanded-info .resources .top { - display: flex; - } - .printable-pc-sheet .expanded-info .resources .main, .printable-pc-sheet .expanded-info .resources .blank { - display: grid; - grid-template-columns: 1fr 1fr; - gap: 5px; - } - .printable-pc-sheet .expanded-info .resources .blank { - margin-top: 5px; - } - .printable-pc-sheet .expanded-info .resources .blank span[name] { - color: rgba(255, 255, 255, 0) !important; - } - .printable-pc-sheet .expanded-info .resources .resource__row { - display: grid; - grid-template-columns: 1fr 1fr; - gap: 5px; - margin-top: 5px; - } - .printable-pc-sheet .expanded-info .resources .translation:after { - content: ": "; - } - .printable-pc-sheet .expanded-info .resources .resource-pb { - display: none; - } - .printable-pc-sheet .expanded-info .resources .resource-current { - display: block; - text-align: center; - text-transform: uppercase; - font-size: 1rem; - line-height: 26px; - height: 26px; - } - .printable-pc-sheet .expanded-info .resources .resource-pb, .printable-pc-sheet .expanded-info .resources .resource-max { - flex-grow: 1; - border-bottom: 1px solid #999; - text-align: center; - } - .printable-pc-sheet .expanded-info .resources .translation, .printable-pc-sheet .expanded-info .resources .resource-max, .printable-pc-sheet .expanded-info .resources .resource-pb { - line-height: 18px; - height: 18px; - } - .printable-pc-sheet .expanded-info .resources .resource-name { - display: block; - text-align: center; - text-transform: uppercase; - font-weight: bold; - font-size: 0.5rem; - line-height: 13px; - height: 13px; - } - .printable-pc-sheet .expanded-info .resources .use-pb[value="1"] ~ .pb { - display: inline-block !important; - } - .printable-pc-sheet .expanded-info .resources .use-pb[value="1"] ~ .resource-max { - display: none !important; - } - .printable-pc-sheet .spells { - break-before: always; - page-break-before: always; - position: relative; - } - .printable-pc-sheet .spells .col { - display: block; - width: auto; - } - .printable-pc-sheet .spells .col > div:not(:first-child) { - margin-top: 10pt; - } - .printable-pc-sheet .spells .spells__container { - display: grid; - grid-template-columns: repeat(3, 1fr); - gap: 13pt; - padding-top: calc(16.5vw + 5pt); - padding-left: 3.6%; - padding-right: 3.6%; - } - .printable-pc-sheet .spells .spells__container .floating-data__container span { - position: absolute; - } - .printable-pc-sheet .spells .spells__container .floating-data__container .spell-level { - height: 100%; - top: 0; - margin: 0; - width: 11%; - display: flex; - align-items: center; - justify-content: center; - left: 0; - font-size: 0.7rem; - } - .printable-pc-sheet .spells .spells__container .floating-data__container .spell-slots { - height: 100%; - top: 0; - margin: 0; - left: 11%; - display: flex; - align-items: center; - justify-content: center; - width: 29%; - font-size: 0.7rem; - } - .printable-pc-sheet .spells .spells__container .floating-data__container .spell-label { - height: 100%; - top: 0; - margin: 0; - left: 15%; - display: flex; - align-items: center; - justify-content: center; - width: 85%; - font-size: 0.6rem; - font-weight: bold; - } - .printable-pc-sheet .spells .spells__container .floating-data__container.spell_with_header__container .spell-level, - .printable-pc-sheet .spells .spells__container .floating-data__container.spell_with_header__container .spell-slots { - height: 80%; - top: auto; - bottom: 0; - } - .printable-pc-sheet .spells .spells__container .spell-description__container { - display: grid; - grid-template-columns: 0.6rem 1fr; - align-items: center; - height: 0.6rem; - gap: 2pt; - } - .printable-pc-sheet .spells .spells__container .spell-description__container .checkbox { - margin: 0 !important; - padding: 0 !important; - } - .printable-pc-sheet .spells .spells__container .spell-description__container .spell-name { - text-align: left !important; - font-size: 0.6rem; - line-height: 0.6rem; - margin: 0 !important; - padding: 0 !important; - } - .printable-pc-sheet .spells .spells__container .spell-cantrip__row .spell-description__container { - grid-template-columns: 1fr; - } - .printable-pc-sheet .spells .spells__container .spell-cantrip__row .spell-description__container .checkbox { - display: none; - } - .printable-pc-sheet .spells .repitem { - border-bottom: 1px solid #999; - height: calc(0.6rem + 1px); - padding: 0; - } - .printable-pc-sheet .spells .repitem:not(:first-child) { - margin-top: 0.6rem; - } - .printable-pc-sheet .spells .spell-header { - position: absolute; - top: 0; - left: 0; - width: 100%; - } - .printable-pc-sheet .spells .spell-header .spell-header__container { - display: block; - } - .printable-pc-sheet .spells .spell-header .header__container > *:not(:first-child) { - position: absolute; - } - .printable-pc-sheet .spells .spell-header .character-name__value { - font-size: 1rem; - top: 50%; - left: 7%; - width: auto; - } - .printable-pc-sheet .spells .spell-header .meta { - display: grid; - grid-template-columns: repeat(3, 1fr); - width: 47.5%; - height: 35%; - top: 32%; - left: 45.5%; - position: absolute; - gap: 10%; - } - .printable-pc-sheet .spells .spell-header .meta span { - position: relative; - font-size: 0.7rem; - margin: 0; - } - .printable-pc-sheet .spells .spell-header .meta .spellcasting-ability__value { - appearance: none; - width: 100%; - display: flex; - border: 0; - height: 100%; - padding: 0; - text-align: center; - justify-content: center; - background: transparent; - pointer-events: none; - font-size: 0.6rem; - } - .printable-pc-sheet .full-traits { - padding: 0 3.6%; - break-before: always; - page-break-before: always; - position: relative; - } - .printable-pc-sheet .full-traits h2 { - text-align: center; - margin-bottom: 10pt; - } - .printable-pc-sheet .full-traits .full-traits__container { - column-count: 3; - gap: 13pt; - } - .printable-pc-sheet .full-traits .full-traits__container .repitem > div { - display: inline-block; - } - .printable-pc-sheet .full-traits .full-traits__container .trait-name { - font-weight: bold; - display: block; - font-size: 0.7rem; - line-height: auto; - display: inline-block; - } - .printable-pc-sheet .full-traits .full-traits__container .trait-description { - font-weight: normal; - display: block; - font-size: 0.7rem; - line-height: auto; - } - .printable-pc-sheet .full-traits .full-traits__container .repitem { - margin-bottom: 10pt; - } - .printable-pc-sheet .full-spells { - padding: 0 3.6%; - break-before: always; - page-break-before: always; - position: relative; - } - .printable-pc-sheet .full-spells h2 { - text-align: center; - margin-bottom: 10pt; - } - .printable-pc-sheet .full-spells .full-spells__container { - column-count: 3; - gap: 13pt; - font-size: 0.7rem; - } - .printable-pc-sheet .full-spells .full-spells__container .repitem > div { - display: inline-block; - } - .printable-pc-sheet .full-spells .full-spells__container input[type=checkbox] { - display: none; - } - .printable-pc-sheet .full-spells .full-spells__container span { - display: inline; - } - .printable-pc-sheet .full-spells .full-spells__container .repitem { - margin-bottom: 10pt; - } - .printable-pc-sheet .full-spells .full-spells__container .tobe-toggled { - display: none; - } - .printable-pc-sheet .full-spells .full-spells__container .toggle-something[type=checkbox]:checked + .tobe-toggled, - .printable-pc-sheet .full-spells .full-spells__container .toggle-something[type=hidden][value]:not([value=""]) + .tobe-toggled { - display: initial; - } - .printable-pc-sheet .full-spells .full-spells__container span[class*=__label] { - font-weight: bold; - } - .printable-pc-sheet .full-spells .full-spells__container span[class*=__value] { - font-weight: normal; - } - .printable-pc-sheet .printable-sheet__container { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 1rem; - margin: 0; - } - .printable-pc-sheet .printable-sheet__container .header { - position: relative; - } - .printable-pc-sheet .printable-sheet__container .sections { - padding-top: 5pt; - padding-left: 3.6%; - padding-right: 3.6%; - } - .printable-pc-sheet .printable-sheet__container .attack .notepad__container, .printable-pc-sheet .printable-sheet__container .equipment .notepad__container { - display: none; - } - .printable-pc-sheet .printable-sheet__container .attack .repeating__container .repitem:nth-child(n+8), .printable-pc-sheet .printable-sheet__container .equipment .repeating__container .repitem:nth-child(n+8) { - display: none; - } - @-moz-document url-prefix() { - .printable-pc-sheet .printable-sheet__container .header { - position: absolute; - top: 0; - left: 0; - width: 100%; - } - .printable-pc-sheet .printable-sheet__container .sections { - padding-top: calc(16.5vw + 5pt); - } - } - .printable-pc-sheet .printable-sheet__container .cols { - display: grid; - grid-template-columns: repeat(3, 1fr); - gap: 5pt; - } - .printable-pc-sheet .printable-sheet__container .cols .col { - width: auto; - } - .printable-pc-sheet .printable-sheet__container .cols .col > div:not(:first-child):not(.passive) { - margin-top: 5pt; - } - .printable-pc-sheet .printable-sheet__container .cols .col .passive { - margin-top: -5pt; - } - .printable-pc-sheet .printable-sheet__container .rolls { - display: grid; - grid-template-areas: "abilities inspiraton" "abilities pb" "abilities savings" "abilities skills" "passive passive" "other other"; - grid-template-columns: 1fr 2fr; - gap: 5pt; - } - .printable-pc-sheet .printable-sheet__container .rolls > .abilties { - grid-area: abilities; - } - .printable-pc-sheet .printable-sheet__container .rolls > .inspiration { - grid-area: inspiraton; - } - .printable-pc-sheet .printable-sheet__container .rolls > .pb { - grid-area: pb; - } - .printable-pc-sheet .printable-sheet__container .rolls > .savings { - grid-area: savings; - } - .printable-pc-sheet .printable-sheet__container .rolls > .skills { - grid-area: skills; - } - .printable-pc-sheet .printable-sheet__container .rolls > .passive { - grid-area: passive; - } - .printable-pc-sheet .printable-sheet__container .rolls > .other { - grid-area: other; - } - .printable-pc-sheet .expanded-info .coin__count { - visibility: hidden; - } - .printable-pc-sheet .expanded-info .attack .repeating__container .repitem:nth-child(-n+7), .printable-pc-sheet .expanded-info .equipment .repeating__container .repitem:nth-child(-n+7) { - display: none; - } - .sheetform .charactersheet .sheet-type-flag[value=pc] ~ .printable-pc-sheet, - .sheetform .charactersheet .sheet-type-flag[value=""] ~ .printable-pc-sheet, - .sheetform .charactersheet .sheet-type-flag:not([value]) ~ .printable-pc-sheet { - display: block; - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer { - display: block; - margin: 1cm; - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .repcontrol, - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .parens + button[name=roll_npc_init], - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .npc_options, - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer button[class^=toggle], - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer button[class^=toggle] + span { - display: none !important; - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer * { - color: black !important; - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .triangle { - border-left: 360px solid black !important; - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .container.npc { - display: block !important; - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .row.actiontitle { - border-bottom: 1px solid black !important; - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .is-npc { - display: block !important; - column-count: 2; - gap: 13pt; - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .is-npc > div { - min-width: auto !important; - max-width: none !important; - padding: 0 !important; - break-inside: avoid; - margin: 0 !important; - margin-bottom: 13pt !important; - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .stat-block div:nth-child(8) { - display: grid; - grid-template-columns: repeat(6, 1fr); - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .stat-block div:nth-child(8):before, .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .stat-block div:nth-child(8):after { - content: none !important; - } - .sheetform .charactersheet .sheet-type-flag[value=npc] ~ .licensecontainer .page.spells { - display: none !important; - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer { - display: block; - margin: 1cm; - /* - .triangle { - border-left: 360px solid black!important; - } - .container.npc { - display: block!important; - } - .row.actiontitle { - border-bottom: 1px solid black!important; - } - .is-npc { - display: block!important; - column-count: 2; - gap: 13pt; - > div { - min-width: auto!important; - max-width: none!important; - padding: 0!important; - break-inside: avoid; - margin: 0!important; - margin-bottom: 13pt!important; - } - } - .stat-block div:nth-child(8) { - display: grid; - grid-template-columns: repeat(6, 1fr); - &:before, - &:after { - content: none!important; - } - } - .page.spells { - display: none!important; - } - */ - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .repcontrol, - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .parens + button[name=roll_npc_init], - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .npc_options, - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer button[class^=toggle], - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer button[class^=toggle] + span, - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .vehicle__shortcuts { - display: none !important; - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer * { - color: black !important; - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .actions { - min-width: auto !important; - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .actiontitle { - border-bottom: 1px solid black !important; - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .vehicle__cargo .repitem { - border-bottom: 1px solid rgba(0, 0, 0, 0.2); - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .vehicle__cargo .vehicle__cols * { - background-color: transparent !important; - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+1), .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+1) + * { - position: relative; - overflow: hidden; - background: none !important; - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+1) > span:first-child:after, .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+1) + * > span:first-child:after { - content: ""; - display: block; - position: absolute; - z-index: 0; - top: 0; - left: 0; - box-sizing: border-box; - border: 50px solid rgba(0, 0, 0, 0.2); - width: 100%; - height: 100%; - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+3), .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+3) + * { - position: relative; - overflow: hidden; - background: none !important; - } - .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+3) > span:first-child:after, .sheetform .charactersheet .sheet-type-flag[value=vehicle] ~ .licensecontainer .is-vehicle .vehicle__stats > div:nth-of-type(4n+3) + * > span:first-child:after { - content: ""; - display: block; - position: absolute; - z-index: 0; - top: 0; - left: 0; - box-sizing: border-box; - border: 50px solid rgba(0, 0, 0, 0.1); - width: 100%; - height: 100%; - } -} -@media screen { - .printable-pc-sheet { - display: none; - } -} -/*End Print*/ -/*Start Mobile*/ -/*End Mobile*/ +span[data-i18n=imposed-disadvantage], +span[data-i18n=imposed-disadvantage] + span { + color: red; +} \ No newline at end of file diff --git a/aetherial_expanse/aetherial_expanse.html b/aetherial_expanse/aetherial_expanse.html index 7fc983fb866..3dbd2a53a4d 100644 --- a/aetherial_expanse/aetherial_expanse.html +++ b/aetherial_expanse/aetherial_expanse.html @@ -2264,12 +2264,13 @@ @@ -2290,12 +2291,13 @@
SOURCE TYPE: @@ -17853,6 +17855,7 @@

determineSource(category) { switch (category) { case "Backgrounds": + case 'Traits': case "Feats": return category.slice(0, -1); break; @@ -19599,6 +19602,7 @@

case "Classes": processClass(); break; + case 'Traits': case "Feats": processFeats(); break; diff --git a/aetherial_expanse/translation.json b/aetherial_expanse/translation.json index 2a9fc36b9ee..31c172176f9 100644 --- a/aetherial_expanse/translation.json +++ b/aetherial_expanse/translation.json @@ -1 +1 @@ -{"characteristics":"characteristics","character-sheet-type-u":"CHARACTER SHEET TYPE:","air-quality":"Air Quality","crash-damage":"Crash Damage","type":"Type","actions-taken":"Actions Taken","hit-points":"Hit Points","armor-class":"Armor Class","name":"Name","ship":"Ship","weapons":"Weapons","quantity":"Quantity","vehicle-options":"Vehicle Options","cost":"Cost","color":"Color","keelbeam":"Keel/Beam","keel":"Keel","beam":"Beam","crew":"Crew","cargo":"Cargo","dt":"Damage Threshold","2nd-class:-u":"2ND CLASS:","3rd-class:-u":"3RD CLASS:","4th-class:-u":"4TH CLASS:","AC":"AC","Abilities & Skills":"Abilities & Skills","Ability Type":"Ability Type","At Higher Levels":"At Higher Levels","Attack":"Attack","Bio":"Bio","Cantrips":"Cantrips","Casting Time":"Casting Time","Character Profile":"Character Profile","Class Resources":"Class Resources","Close":"Close","Combat":"Combat","Components":"Components","DC":"DC","Damage":"Damage","Description":"Description","Duration":"Duration","Features & Traits":"Features & Traits","For":"For","Health":"Health","Initiative":"Initiative","Inventory":"Inventory","Journal":"Journal","Level":"Level","Level 1":"Level 1","Level 2":"Level 2","Level 3":"Level 3","Level 4":"Level 4","Level 5":"Level 5","Level 6":"Level 6","Level 7":"Level 7","Level 8":"Level 8","Level 9":"Level 9","Max HP":"Max HP","More":"More","PB":"PB","Range":"Range","Resources & Tools":"Resources & Tools","Roll Details":"Roll Details","Saving Throw":"Saving Throw","Settings":"Settings","Speed":"Speed","Spell Attack Bonus":"Spell Attack Bonus","Spell Save DC":"Spell Save DC","Spell Save Effect":"Spell Save Effect","Spell Slots":"Spell Slots","Spellcasting Ability":"Spellcasting Ability","Spells":"Spells","Swap":"Swap","Target":"Target","abilities":"Abilities","abilities-u":"ABILITIES","ability-score":"Ability Score","ability-score-increase":"Ability Score Increase:","ability-score-increase-tasha":"Ability Score increase","ability-score-increase:":"Choose an Ability Score increase:","ability-score-method":"Ability Score Method:","abjuration":"Abjuration","ac":"Armor Class","accept":"Accept","accepting-drop-u":"ACCEPTING DROP FROM COMPENDIUM","acrobatics":"Acrobatics","acrobatics-core":"Acrobatics (Dex)","acrobatics-u":"ACROBATICS","action":"Action","actions":"Actions","add-ability-mod-u":"ADD ABILITY MOD TO DAMAGE OR HEALING","add-another-feature":"Add Another Feature","add-another-proficiency":"Add Another Proficiency","add-char-to-templates-info":"Character names are not added to the roll template by default, and are only displayed as normal in the chat tab as the player/character selected as 'Speaking As'. Turning this option on adds the character making the roll's name to the template, useful for players representing multiple characters.","add-char-to-templates:-u":"ADD CHARACTER NAME TO TEMPLATES:","add-dex-tiebreaker-to-initiative":"Add Dex Tiebreaker to Initiative","add-dex-tiebreaker-u":"ADD DEX TIEBREAKER TO INITIATIVE","add-feats-traits-u":"ADDITIONAL FEATURES & TRAITS","adv":"Advantage","adv-toggle":"Advantage Toggle","adv-u":"ADVANTAGE","advantage-toggle":"Advantage Toggle","after-leveling":"After Leveling","age":"Age:","age-u":"AGE","alignment":"Alignment:","alignment-u":"ALIGNMENT","allies-orgs-u":"ALLIES & ORGANIZATIONS","allow-shields-u":"ALLOW SHIELDS?","always-adv":"Always Roll Advantage","always-dmg":"Auto Roll Damage & Crit","always-roll-adv":"Always Roll Advantage","always-roll-dmg":"Auto Roll Damage & Crit","always-whisp":"Always Whisper Rolls","always-whisper-roll":"Always Whisper Rolls","ammo-tracking-info":"Provides automatic ammo tracking with the 5th Edition OGL by Roll20 Companion API Script.","ammo-tracking:-u":"AMMO TRACKING:","ammunition-place":"Arrows","ammunition:-u":"AMMUNITION:","animal_handling":"Animal Handling","animal_handling-core":"Animal Handling (Wis)","animal_handling-u":"ANIMAL HANDLING","api-required-title":"Try it now with easy one click API installation available with your Pro subscription.","api-required-u":"(API REQUIRED)","apply-changes":"Apply Changes","arcana":"Arcana","arcana-core":"Arcana (Int)","arcana-u":"ARCANA","arcane-fighter-u":"ARCANE FIGHTER","arcane-is-mystery":"The Arcane is a mystery to you.","arcane-rogue-u":"ARCANE ROGUE","are_you_sure":"Are you sure you want to turn this character into a ","armor":"Armor","armor-class-tracking:-u":"ARMOR CLASS TRACKING:","armor-class-u":"ARMOR CLASS","armor-proficiencies":"Armor Proficiencies:","other-proficiencies":"Other Proficiencies:","armor-u":"ARMOR","artificer":"Artificer","asi-u":"ABILITY SCORE INCREASE / FEATS","at-higher-lvl":"At Higher Levels","at-higher-lvl-dmg:-u":"HIGHER LVL CAST DMG:","at-higher-lvl:-u":"AT HIGHER LEVELS:","athletics":"Athletics","athletics-core":"Athletics (Str)","athletics-u":"ATHLETICS","atk-dmg-type-place":"slashing","atk-dmg-type2-place":"fire","atk-range-place":"5 ft.","atk-spellcasting-u":"ATTACKS & SPELLCASTING","atk-target-place":"One target","atk-u":"ATK","attack-u":"ATTACK","attack:-u":"ATTACK:","attr-u":"ATTRIBUTE","attr:-u":"ATTRIBUTE:","attribute-options":"Attribute Options","attribute-opts-u":"ATTRIBUTE OPTIONS","attributes-u":"ATTRIBUTES","auto-dmg-roll-info":"By default, attack damage rolls are not rolled until the hit is confirmed. Damage is rolled from the chat roll template by clicking on the name of the attack in the right hand bar, which then displays the damage. The default method is compatible with 3D dice. Optionally, you can choose to have the Auto Roll Damage & Crit option which will roll damage and critical hit dice at the same time of the attack, presenting all possible outcomes at the time of the attack.","auto-dmg-roll:-u":"AUTO DAMAGE ROLL:","auto-level-calc-info":"By default changing character levels will automatically set spell slots and hit dice. Changing this setting to off prevents this behavior.","automatic":"Automatic","available-points:":"Available Points: ","available-u":"AVAILABLE","average":"Average","b-custom-info":"When the Proficiency Bonus type is set to Custom, the character sheet will use this value for the character's Proficiency Bonus.","back":"BACK","back-to-top":"Back to Top","background":"Background","background-u":"BACKGROUND","barbarian":"Barbarian","bard":"Bard","beastheart":"beastheart","before-leveling":"Before Leveling","bio":"Bio","bio-u":"BIO","bond":"Bond","bonds-u":"BONDS","bonus-actions":"Bonus Actions","building-your-character":"Building your character...","by-level":"By Level (Default)","cancel":"Cancel","cancel-u":"CANCEL","cancel_charactermancer":"Discard and exit","cantrip":"cantrip","cantrip-beam-u":"CANTRIP BEAM","cantrip-dice-u":"CANTRIP DICE","cantrip-progression:-u":"CANTRIP PROGRESSION","cantrips-u":"CANTRIPS","carrying-capacity-mod:-u":"CARRYING CAPACITY MODIFIER:","casting-time:":"Casting Time:","casting-time:-u":"CASTING TIME:","cd-bar1-link-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, link the Bar 1's value to this attribute. If set this will override all other bar settings.","cd-bar1-link:-u":"BAR 1 LINK:","cd-bar1-max-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 1's max to this attribute.","cd-bar1-max:-u":"BAR 1 MAX:","cd-bar1-value-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 1's value to this attribute.","cd-bar1-value:-u":"BAR 1 VALUE:","cd-bar2-link-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, link the Bar 2's value to this attribute. If set this will override all other bar settings.","cd-bar2-link:-u":"BAR 2 LINK:","cd-bar2-max-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 2's max to this attribute.","cd-bar2-max:-u":"BAR 2 MAX:","cd-bar2-value-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 2's value to this attribute.","cd-bar2-value:-u":"BAR 2 VALUE:","cd-bar3-link-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, link the Bar 3's value to this attribute. If set this will override all other bar settings.","cd-bar3-link:-u":"BAR 3 LINK:","cd-bar3-max-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 3's max to this attribute.","cd-bar3-max:-u":"BAR 3 MAX:","cd-bar3-value-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 3's value to this attribute.","cd-bar3-value:-u":"BAR 3 VALUE:","cha":"Cha","cha-u":"CHA","challenge":"Challenge","challenge-u":"CHALLENGE","chaotic-evil":"Chaotic Evil","chaotic-good":"Chaotic Good","chaotic-neutral":"Chaotic Neutral","char-appearance-u":"CHARACTER APPEARANCE","char-backstory-u":"CHARACTER BACKSTORY","char-name-u":"CHARACTER NAME","charisma":"Charisma","charisma-save":"Charisma Save","charisma-save-u":"CHARISMA SAVE","charisma-u":"CHARISMA","charmancer-a-feat-represents":"A feat represents accomplishment, grit, determination, and expertise. It is the reward for hard work.","charmancer-additional-cantrips":"Additional Cantrips","charmancer-additional-lvl-1-spells":"Additional Level 1 Spells","charmancer-cancel-heading":"Where would you like to go, traveler?","charmancer-choose-race":"Choose a Race:","charmancer-class-features:":"Class Features: ","charmancer-compendium":"Your Compendium Awaits.","charmancer-compendium-detail":"The Charactermancer currently supports a vast collection of Compendium content from a variety of publishers. Before you proceed, check with your GM to ensure they’ve set the proper Compendium sharing settings in your game’s Settings. Be sure to check out the Roll20 Marketplace or D&D 5E Compendium to see all the products that have Compendium Expansions!","charmancer-compendium-detail-lp":"The Charactermancer currently supports a vast collection of Compendium content from a variety of publishers. Before you proceed, check with your GM to ensure they’ve set the proper Compendium sharing settings in your game’s Settings. Be sure to check out the Roll20 Marketplace or D&D 5E Compendium to see exactly what products have Compendium Expansions and can help you quickly level up your next adventurer!","charmancer-custom-race-name":"Custom Race Name:","charmancer-custom-subclass-name:":"Custom Sublass Name:","charmancer-custom-subrace-name":"Custom Subrace Name:","charmancer-discard-warning":"Discard and Exit will discard all choices you’ve made in Charactermancer and let you edit your character sheet directly.","charmancer-leveler-custom-class-warning":"The Level Up tool does not support custom classes at this time.","charmancer-leveler-level-info1":"Your existing class levels have been pre-populated for you. By default your primary class has been set to be increased by one level. You can change how many levels to increase below, as well as adding a new multiclass.","charmancer-leveler-level-info2":"In each class section you'll have the option to take the average number of hit points or to roll randomly, choose class features for the levels you're advancing, and choose your subclass if appropriate.","charmancer-leveler-spells-info":"Listed here are the current spells your character already knows. If you gained access to more spells during your advancement you will be able to select them below. Check next to the spells you wish to learn. The Charactermancer will help you pick the right number of spells and from the correct list. If your class has the option to swap out spells, you can do so by unselecting currently known spells which will allow you to select new ones in their place.","charmancer-leveler-what-is":"The Charactermancer is a step-by-step process that makes leveling up a character simple and streamlined. Changes are saved as you progress, but the character sheet is only updated when the Charactermancer has been completed.","charmancer-leveler-what-is-lp":"Look at you, with all that experience. Now it's time to claim your reward. The Charactermancer will walk you through the level up process, step-by-step, and your character will be at the next level in no time. Changes are saved as you move through the process. If you change your mind, use the buttons at the top to navigate back to previously completed sections.","charmancer-only-choice-left-is-on-or":"The only choice left is to press on or turn back. If you're editing an existing character, all your existing data will be lost into the void when you apply your changes.","charmancer-removed-spells-marked-pt1":"Removed spells will be marked with a r symbol so you can find it easily if you change your mind.","charmancer-start":"Start","charmancer-subclass-features:":"Subclass Features:","charmancer-welcome":"Welcome to the Charactermancer!","charmancer-welcome-lp":"Welcome to Charactermancer Level Up!","charmancer-what-is":"The Charactermancer is a step-by-step process that makes building a character simple and streamlined. Changes are saved as you progress, but the character sheet is only updated once the Charactermancer has been completed.","choose":"Choose","choose-a-class:":"Choose a Class:","choose-a-feat:":"Choose a Feat:","choose-background":"Choose a Background:","choose-sheet-transfer":"CHOOSE THE SHEET YOU ARE TRANSFERING FROM","class":"Class","class-2-level-u":"CLASS 2 LEVEL","class-3-level-u":"CLASS 3 LEVEL","class-4-level-u":"CLASS 4 LEVEL","class-equipment":"Class Equipment","class-level-u":"CLASS & LEVEL","class-name:-u":"CLASS NAME:","class-options-u":"CLASS OPTIONS ()","class-resource-u":"CLASS RESOURCE","class-spellcasting":"Class Spellcasting Ability: ","class-u":"CLASS","class:-u":"CLASS:","clear-abilities":"Clear Assignment","cleric":"Cleric","community-sheet-u":"COMMUNITY SHEET","compendium-compatible":"Compendium Compatible","components:":"Components:","components:-u":"COMPONENTS:","con":"Con","con-u":"CON","concentration":"Concentration","concentration-u":"CONCENTRATION","cond-imm":"Condition Immunities","cond-imm-u":"CONDITION IMMUNITIES","conjuration":"Conjuration","constitution":"Constitution","constitution-save":"Constitution Save","constitution-save-u":"CONSTITUTION SAVE","constitution-u":"CONSTITUTION","continue-charmancer":"Continue Charactermancer","copper-piece-u":"CP","core-die-roll":"Core Die Roll","core-die-roll-info":"Changing the core die will replace the normal 1d20 made with almost all rolls with a randomizer of your choice, such as 2d10 or 3d6.","core-die-roll:-u":"CORE DIE ROLL:","core-u":"CORE","cr_only":"C&R Only","creaturetype":"Creature Type","creaturetype-desc":"You are immune to spells and class features that target humanoids, but vulnerable to those that can target %.","creaturetype:-u":"CREATURE TYPE:","crit-range-u":"CRIT RANGE:","crit:-u":"CRIT:","critical-dmg:-u":"CRITICAL DAMAGE:","critical-range":"Critical Range","current":"Current","currrent-hit-points":"Current Hit Points","cust-class-opts":"CUSTOM CLASS OPTIONS","custom":"Custom","custom-class-name:":"Custom Class Name","custom-pb:-u":"CUSTOM PROFICIENCY BONUS:","custom-skills-u":"CUSTOM SKILLS","custom_ac:-u":"CUSTOM AC:","customize-trait":"This traits allow you to customize some of its characteristics when you acquire it:","customize-your-origin":"Customize Your Origin","customize-your-origin-info":"If you’d like your character to follow their own path, you may ignore your Ability Score Increase trait and assign ability score increases tailored to your character.","d10":"d10","d12":"d12","d4":"d4","d6":"d6","d8":"d8","damage-imm-u":"DAMAGE IMMUNITIES","damage-res-u":"DAMAGE RESISTANCES","damage-vuln-u":"DAMAGE VULNERABILITIES","damage2:-u":"DAMAGE2:","damage:-u":"DAMAGE:","death-save-mod:-u":"DEATH SAVE MODIFIER:","death-save-u":"DEATH SAVE","death-saves-u":"DEATH SAVES","deception":"Deception","deception-core":"Deception (Cha)","deception-u":"DECEPTION","default-critical-range:-u":"CRITICAL RANGE:","desc:-u":"DESCRIPTION:","desconly":"For Description Only","description-place":"Up to 2 creatures within 5 feet","description:":"Description:","description:-u":"DESCRIPTION:","dex":"Dex","dex-u":"DEX","dexterity":"Dexterity","dexterity-save":"Dexterity Save","dexterity-save-u":"DEXTERITY SAVE","dexterity-u":"DEXTERITY","difficulty-class-abv":"DC","disabled":"Disabled","disadv":"Disadvantage","disadv-u":"DISADVANTAGE","divination":"Divination","dmg-imm":"Damage Immunities","dmg-res":"Damage Resistances","dmg-type-place":"Slashing","dmg-type-u":"DAMAGE/TYPE","dmg-vuln":"Damage Vulnerabilities","dmg2:-u":"DAMAGE2:","dmg:-u":"DAMAGE:","do_you_want_mancer":"How do you want to create this character?","done":"Done","druid":"Druid","dungeons-and-dragons-styling":"DUNGEONS AND DRAGONS STYLING","dungeons-and-dragons-styling-info":"Turns on Dungeons and Dragons styling for both the character sheet and roll templates. This setting is automatically applied to all character sheets and cannot be selectively used.","duration:":"Duration:","duration:-u":"DURATION:","effect:-u":"EFFECT:","eldritch-invocations":"Eldritch Invocations:","electrum-piece-u":"EP","enchantment":"Enchantment","encumbered-u":"ENCUMBERED","encumbrance-info":"The sheet uses the variant encumbrance rules on page 176 of the PHB. The Off option disables the variant rules and only uses a basic over-limit inventory weight check.","encumbrance:-u":"ENCUMBRANCE:","equipment":"Equipment:","equipment-choice-text":"How would you like to choose your equipment?","equipment-from-background":"Equipment from Background","equipment-from-class":"Equipment from Class","equipment-u":"EQUIPMENT","equipped-u":"EQUIPPED","evocation":"Evocation","exhaustion-0":"No effect","exhaustion-1":"Disadvantage on ability checks","exhaustion-2":"Speed halved","exhaustion-3":"Disadvantage on attack rolls and saving throws","exhaustion-4":"Hit point maximum halved","exhaustion-5":"Speed reduced to 0","exhaustion-6":"Death","exhaustion-setting-u":"SHOW EXHAUSTION TRACKING:","exhaustion-u":"EXHAUSTION LEVEL","exp-pts-u":"EXPERIENCE POINTS","expertise":"Expertise","expertise-u":"EXPERTISE","expirtise":"Expertise","eye-u":"EYES","failures-u":"FAILURES","feat":"Feat","feat-pre-check":"Look carefully! Prerequisites are not checked automatically.","feat-u":"FEAT","feats":"Feats","feats-traits-u":"FEATURES & TRAITS","feats-u":"FEATS","features":"Features","features-u":"FEATURES","fighter":"Fighter","flat-u":"FLAT","flaw":"Flaw","flaws-u":"FLAWS","footer-wiki-link":"For more information about this character sheet, its functionality, or uses, please check out the Roll20 Wiki for official documentation. https://wiki.roll20.net/5th_Edition_OGL_by_Roll20","formula-u":"FORMULA","ft.":"ft","gargantuan":"Gargantuan","gen-opts-u":"GENERAL OPTIONS","general-options":"General Options","general-opts-u":"GENERAL OPTIONS","get-started":"Get started by clicking Next.","glob-ac-mod:-u":"GLOBAL ARMOR CLASS MODIFIER:","glob-atk-mod:-u":"GLOBAL MAGIC ATTACK MODIFIER:","glob-saving-mod:-u":"GLOBAL SAVING THROW MODIFIER:","global-ac-u":"GLOBAL AC MODIFIER","global-attack-info":"Creates a custom global attack modifier field, underneath the ATTACKS AND SPELL CASTING section of the character sheet. Anything put there will be applied to any attack to-hit roll. Perfect for regular but not permanent bonuses to attack like the Bless spell.","global-attack-u":"GLOBAL ATTACK MODIFIER","global-damage":"Global Damage Modifier","global-damage-info":"Creates a custom global damage modifier field, underneath the ATTACKS AND SPELL CASTING section of the character sheet. Anything put there will be applied to any attack damage roll. Perfect for regular but not permanent bonuses to damage like the Sneak Attack ability.","global-damage-u":"GLOBAL DAMAGE MODIFIER","global-save-info":"Creates a custom global save modifier field, underneath the SAVING THROWS section of the character sheet. Anything put there will be applied to any save roll. Perfect for regular but not permanent bonuses like the Bless spell.","global-save-u":"GLOBAL SAVE MODIFIER","global-skill-info":"Creates a custom global skill modifier field, underneath the SKILLS section of the character sheet. Anything put there will be applied to any save roll. Perfect for regular but not permanent bonuses like the Guidance spell.","global-skill-u":"GLOBAL SKILL MODIFIER","gold-piece-u":"GP","hair-u":"HAIR","half-dmg-place":"Half damage","halfling-luck-u":"HALFLING LUCK","has-attack-u":"HAS AN ATTACK","has-bonusaction-u":"HAS BONUS ACTIONS","has-reaction-u":"HAS REACTIONS","healing:-u":"HEALING:","health":"Health & Death","heavily-encumbered-u":"HEAVILY ENCUMBERED","height-u":"HEIGHT","hero-points-u":"HERO POINTS","hide":"Hide","higher-lvl-cast":"Higher Level Cast","history":"History","history-core":"History (Int)","history-u":"HISTORY","hit-dice-setting-u":"TRACK HIT DICE PER CLASS","hit-dice-u":"HIT DICE","hit-die:":"Hit Die:","hit-die:-u":"HIT DIE:","hit-points-u":"HIT POINTS","hit:":"Hit: ","hon-u":"HON","honor":"Honor","honor-info":"Enables the optional Honor Attribute.","honor-save":"Honor Save","honor-save-u":"HONOR SAVE","honor-setting-u":"HONOR SCORE:","honor-u":"HONOR","hp":"Hit Points","hp-current-u":"CURRENT HIT POINTS","hp-max-u":"Hit Point Maximum","hp-stats":"HP Stats","hp-temp-u":"TEMPORARY HIT POINTS","hp-u":"HP","hpmods:-u":"HP MODIFIERS:","huge":"Huge","ideal":"Ideal","ideals-u":"IDEALS","illrigger":"Illrigger","illusion":"Illusion","immobile-u":"IMMOBILE","include_spell_desc:-u":"INCLUDE SPELL DESCRIPTION IN ATTACK:","ingore-non-equipped-weight":"IGNORE NON-EQUIPPED ITEMS WEIGHT","init":"Initiative","init-short":"Init","init-tiebreaker-info":"Adds the character's dexterity score as a decimal to the end of the initiative bonus for purposes of breaking ties.","init-u":"INITIATIVE","initiative":"Initiative","initiative-mod:-u":"INITIATIVE MODIFIER:","initiative-style:-u":"INITIATIVE STYLE:","innate-spellcasting:":"Innate Spellcasting:","innate:-u":"INNATE:","input-your-scores":"Input Your Scores:","insight":"Insight","insight-core":"Insight (Wis)","insight-u":"INSIGHT","inspiration-u":"INSPIRATION","int":"Int","int-u":"INT","intelligence":"Intelligence","intelligence-save":"Intelligence Save","intelligence-save-u":"INTELLIGENCE SAVE","intelligence-u":"INTELLIGENCE","intimidation":"Intimidation","intimidation-core":"Intimidation (Cha)","intimidation-u":"INTIMIDATION","invalidxp":"Enter a number for Level Up reminder","inventory-info":"Character Inventories default to the complex style that is compatible with the Roll20 5E Compendium. This includes granular item amounts/weights, weight and encumbrance tracking, sorting, AC calculations, automatic attack generation, and more. The Simple option provides a text field for item lists for players who want more manual control over the sheet.","inventory:-u":"INVENTORY:","investigation":"Investigation","investigation-core":"Investigation (Int)","investigation-u":"INVESTIGATION","item-name-u":"ITEM NAME","jack-of-all-u":"JACK OF ALL TRADES","lang-u":"LANGUAGE","langs":"Languages","langs-u":"LANGUAGES","language":"Language","language-proficiencies":"Language Proficiencies:","large":"Large","lawful-evil":"Lawful Evil","lawful-good":"Lawful Good","lawful-neutral":"Lawful Neutral","leg-actions":"Legendary Actions","leg-actions-desc":"","leg-actions:-u":"LEGENDARY ACTIONS:","level":"Level","level-calculations:-u":"AUTO LEVEL CALCULATIONS:","levels-u":"LEVELS","levels:-u":"LEVELS:","long-rest":"Long Rest","lvl-u":"LEVEL","lvl:-u":"LEVEL:","magic-bonus:-u":"MAGIC BONUS:","magic-caster-lvl:-u":"MAGIC CASTER LEVEL:","main-class-level-u":"MAIN CLASS LEVEL","mancer-confirm-yes":"Use the Charactermancer","mancer-opts-u":"CHARACTERMANCER OPTIONS","manual":"Edit sheet directly","max":"Max","max-u":"MAX","mb-actions":"Actions","mb-additional-features-traits":"Features & Traits","mb-age":"Age","mb-allies-organizations":"Allies & Organizations","mb-bonds":"Bonds","mb-character-apparence":"Character Apparence","mb-character-backstory":"Character Backstory","mb-copper-piece-u":"Copper","mb-count-u":"Count","mb-current":"Current","mb-currrent-hit-points":"Current Hit Points","mb-death-save":"Death Save","mb-dice-type-u":"Dice Type","mb-done":"Done","mb-edit":"Edit","mb-edit-additional-features-traits":"Edit Features & Traits","mb-edit-age":"Edit Age","mb-edit-allies-organizations":"Edit Allies & Organizations","mb-edit-bonds":"Edit Bonds","mb-edit-character-apparence":"Edit Character Apparence","mb-edit-character-backstory":"Edit Character Backstory","mb-edit-experience-points":"Edit Experience Points","mb-edit-eyes":"Edit Eyes","mb-edit-flaws":"Edit Flaws","mb-edit-hair":"Edit Hair","mb-edit-height":"Edit Height","mb-edit-ideals":"Edit Ideals","mb-edit-personality-traits":"Edit Personality Traits","mb-edit-size":"Edit Size","mb-edit-skin":"Edit Skin","mb-edit-treasure":"Edit Treasure","mb-edit-weight":"Edit Weight","mb-electrum-piece-u":"Electrum","mb-equipment-u":"Equipment","mb-equipped-u":"Equipped?","mb-experience-points":"Experience Points","mb-eyes":"Eyes","mb-failures":"Failures","mb-flaws":"Flaws","mb-gold-piece-u":"Gold","mb-hair":"Hair","mb-height":"Height","mb-hit-dice-u":"Hit Dice","mb-hp-stats":"HP Stats","mb-ideals":"Ideals","mb-increment":"Increment","mb-init-short":"Init","mb-inspiration":"Inspiration","mb-item-name-u":"Item Name","mb-max":"Max","mb-money-u":"Money","mb-name-u":"Name","mb-other-prof-langs-u":"Languages & Other Proficiencies","mb-passive-perception-w":"Passive Perception (Wisdom)","mb-passive-wisdom":"Passive Wisdom","mb-personality-traits":"Personality Traits","mb-platinum-piece-u":"Platinum","mb-proficience-u":"Proficience","mb-query-attr-u":"Query Attribute","mb-resources":"Resources","mb-roll":"Roll","mb-roll-to-save":"Roll to save","mb-sendtochat-u":"Send to Chat","mb-silver-piece-u":"Silver","mb-size":"Size","mb-skin":"Skin","mb-source-u":"Source","mb-successes":"Successes","mb-temp":"Temporary","mb-tool-proficiencies":"Tool Proficiencies & Custom Skills","mb-tool-u":"Tool","mb-treasure":"Treasure","mb-type-u":"Type","mb-weight":"Weight","mb-weight-u":"Weight","medicine":"Medicine","medicine-core":"Medicine (Wis)","medicine-u":"MEDICINE","medium":"Medium","melee":"Melee","mod:-u":"MOD:","mods:-u":"MODS:","money-u":"Money","monk":"Monk","mutliclass-opts-u":"MULTICLASS OPTIONS","myt-actions":"Mythic Actions","myt-actions-desc":"","myt-actions:-u":"MYTHIC ACTIONS:","name-background":"Background Name:","name-u":"NAME","name:-u":"NAME:","nature":"Nature","nature-core":"Nature (Int)","nature-u":"NATURE","navigation":"Navigation","navigation-core":"Navigation (Int)","navigation-u":"NAVIGATION","necromancy":"Necromancy","neutral":"Neutral","neutral-evil":"Neutral Evil","neutral-good":"Neutral Good","never-adv":"Never Roll Advantage","never-dmg":"Don't Auto Roll Damage","never-roll-adv":"Never Roll Advantage","never-roll-advantage":"Never Roll Advantage","never-roll-dmg":"Don't Auto Roll Damage","never-whisp":"Never Whisper Rolls","never-whisper":"Never Whisper Rolls","never-whisper-roll":"Never Whisper Rolls","next":"Next","no":"No","no_class_warning-u":"NO CLASS HAS BEEN SELECTED OR SELECTED CLASS DOES NOT HAVE STANDARD EQUIPMENT. CLASS EQUIPMENT CANNOT BE CHOSEN AT THIS TIME.","none":"None","none-left-u":"NONE LEFT","none-u":"NONE","norm":"Normal","norm-u":"NORMAL","normal":"Normal","npc-armor-place":"scale mail","npc-atk-effect-place":"Half damage","npc-cond-imm-place":"charmed","npc-dmg-imm-place":"lightning, thunder","npc-dmg-res-place":"cold","npc-dmg-vuln-place":"fire","npc-info":"The NPC option sets new characters to default to the NPC card style sheet. Useful if the player characters have already been created and all new character sheets added to the game will likely representing non player characters.","npc-langs-place":"Abyssal, Common, Infernal","npc-name-in-rolls-desc:-u":"In NPC roll results, show or hide the name of the NPC in the roll result card.","npc-name-in-rolls:-u":"NPC NAME IN ROLLS:","npc-new":"Create an NPC","npc-options-u":"NPC OPTIONS","npc-pc":"NPC/PC","npc-repeating-desc-place":"The creature adds 2 to its AC against...","npc-repeating-name-place":"Parry.","npc-senses-place":"darkvision 120ft., passive Perception 16","npc-speed-place":"30 ft., fly 60ft.","npc-trait-desc-place":"If the dragon fails...","npc-trait-name-place":"False Appearance.","npc-type-place":"Medium fiend, any evil alignment","npc-type-u":"NPC TYPE","npc-u":"NPC","number-of-cantrips":"Number of Cantrips:","number-of-lvl-1-spells":"Number of Level 1 Spells:","of":"of","off":"Off","on":"On","on-hit-2-place":"fire","on-hit-place":"slashing","on-hit2:-u":"ON HIT 2:","on-hit:-u":"ON HIT:","opt-out-u":"OPT OUT","other":"Other","other-prof-langs-u":"OTHER PROFICIENCIES & LANGUAGES","other-resource-u":"OTHER RESOURCE","other-u":"OTHER","output:-u":"OUTPUT:","over-carrying-cap-u":"OVER CARRYING CAPACITY","paladin":"Paladin","partial":"Partial","pass-perc-mod:-u":"PASSIVE PERCEPTION MODIFIER:","pass-wis-u":"PASSIVE WISDOM (PERCEPTION)","passive-proficiencies":"Passive Proficiencies","pb-type-info":"By default, the character's Proficiency Bonus will be automatically calculated based off of their total level as is the standard method in the PHB. The Proficiency Die option supports the alternate method outlined in the DMG where, instead of a flat bonus, a die is rolled instead. The Custom option allows you to replace the PB with anything of your choosing.","perception":"Perception","perception-core":"Perception (Wis)","perception-u":"PERCEPTION","performance":"Performance","performance-core":"Performance (Cha)","performance-u":"PERFORMANCE","personality-traits":"Personality Traits","personality-traits-u":"PERSONALITY TRAITS","persuasion":"Persuasion","persuasion-core":"Persuasion (Cha)","persuasion-u":"PERSUASION","pick-your-equipment":"Pick your equipment","piety-u":"PIETY","platinum-piece-u":"PP","point-buy":"Point Buy","portions-sheet-utilize":"Portions of this sheet utilize content from the System Reference Document 5.0 under the OGL License. View OGL License and Copyright Notice. https://wiki.roll20.net/SRD_5.0_OGL_License","powerful_build-u":"POWERFUL BUILD","prep-u":"PREP","prepared":"Prepared","prerequisite:":"Prerequisite:","pro-u":"PRO","prof-bonus":"Proficiency Bonus","prof-bonus-u":"PROFICIENCY BONUS","prof-bonus:-u":"PROFICIENCY BONUS:","prof-die":"Proficiency Die (DMG)","prof-langs-u":"PROFICIENCIES & LANGUAGES","prof-u":"PROFICIENT","proficency-u":"PROFICIENCY","proficiency":"Proficiency","proficient":"Proficient","proficient-u":"PROFICIENT","prop:-u":"PROP:","public:-u":"PUBLIC","query-adv":"Query Advantage","query-advantage":"Query Advantage","query-attr-u":"QUERY ATTRIBUTE","query-roll-adv":"Query Advantage","query-whisp":"Query Whisper","query-whisper":"Query Whisper","query-whisper-roll":"Query Whisper","race":"Race","race-u":"RACE","race:-u":"RACE:","racial":"Racial","range-place":"Self (60-foot cone)","range-reach-place":"5 ft.","range-reach:-u":"RANGE/REACH:","range:":"Range:","range:-u":"RANGE:","ranged":"Ranged","ranger":"Ranger","reactions":"Reactions","relaunch-lvl1mancer-u":"LAUNCH LEVEL 1 CHARACTERMANCER (CANNOT BE UNDONE)","reliable-talent-u":"RELIABLE TALENT:","religion":"Religion","religion-core":"Religion (Int)","religion-u":"RELIGION","remaining-u":"REMAINING","reset-on":"Reset On","rest-buttons-u":"SHORT/LONG REST","return-to:":"Return to: ","review-u":"REVIEW","review-your-choices":"Review your choices:","ritual":"Ritual","ritual-l":"ritual","ritual-u":"RITUAL","rogue":"Rogue","roll":"Roll","roll-advantage":"Always Roll Advantage","roll-for-stats":"Roll for Stats","roll-queries":"Roll Queries","roll-queries-info":"D20 Rolls output according to this option. Always Roll Advantage is the default setting and will roll two D20 on every roll in case of advantage. The expectation is that if there is no advantage or disadvantage you use the left most result. The Advantage Toggle option adds three new buttons to the top of the sheet so that you can toggle advantage on a case by case basis. Query Advantage gives you a prompt every roll asking if the roll has advantage. Never Roll Advantage always rolls a single D20 on any given roll, expecting the player to roll a second time in case of advantage or disadvantage.","roll-queries:-u":"ROLL QUERIES:","roll:-u":"ROLL:","ruby-dust-place":"ruby dust worth 50gp","san-u":"SAN","sanity":"Sanity","sanity-info":"Enables the optional Sanity Attribute.","sanity-save":"Sanity Save","sanity-save-u":"SANITY SAVE","sanity-setting-u":"SANITY SCORE:","sanity-u":"SANITY","save":"Save","save-effect-place":"half damage","save-effect:-u":"SAVE EFFECT:","save-opts-u":"SAVE OPTIONS","save_progress_and_exit":"Save and Exit","saves-u":"SAVES","saving-throw":"Saving Throws","saving-throw-proficiency":"Saving Throw Proficiency","saving-throw:-u":"SAVING THROW:","saving-throws-u":"SAVING THROWS","school:-u":"SCHOOL:","select-your-choices":"Select Your Choices:","senses":"Senses","senses-u":"SENSES","shaped-sheet-u":"SHAPED SHEET","short-rest":"Short Rest","show":"Show","show-global-ac-field-u":"SHOW GLOBAL AC MODIFIER FIELD","show-global-attack-field-u":"SHOW GLOBAL ATTACK MODIFIER FIELD","show-global-damage-field-u":"SHOW GLOBAL DAMAGE MODIFIER FIELD","show-global-save-field-u":"SHOW GLOBAL SAVE MODIFIER FIELD","show-global-skill-field-u":"SHOW GLOBAL SKILL MODIFIER FIELD","show_all":"Show All","silver-piece-u":"SP","simple":"Simple","simple-proficiencies-info":"Character OTHER PROFICIENCIES & LANGUAGES section defaults to the complex style that is compatible with the Roll20 5E Compendium. The Simple option provides a text field for players who want more manual control over the sheet.","simple-traits-info":"Character FEATURES AND TRAITS section defaults to the complex style that is compatible with the Roll20 5E Compendium. The Simple option provides a text field for players who want more manual control over the sheet.","size":"Size","size-u":"SIZE","skill":"Skill","skill-opts-u":"SKILL OPTIONS","skill-proficiencies":"Skill Proficiencies:","skills":"Skills","skills-list":"acrobatics,animal_handling,arcana,athletics,deception,history,insight,intimidation,investigation,medicine,nature,navigation,perception,performance,persuasion,religion,sleight_of_hand,stealth,survival","skills-u":"SKILLS","skin-u":"SKIN","sleight_of_hand":"Sleight of Hand","sleight_of_hand-core":"Sleight of Hand (Dex)","sleight_of_hand-u":"SLEIGHT OF HAND","slots_remaining-u":"SLOTS REMAINING","slots_total-u":"SLOTS TOTAL","small":"Small","sorcerer":"Sorcerer","source-type:-u":"SOURCE TYPE:","source:-u":"SOURCE:","speed":"Speed","speed-u":"SPEED","spell":"spell","spell-ability-u":"SPELLCASTING ABILITY","spell-atk-bonus-u":"SPELL ATTACK BONUS","spell-atk:-u":"SPELL ATTACK:","spell-component-material":"M","spell-component-somatic":"S","spell-component-verbal":"V","spell-concentration":"C","spell-dc-u":"SPELL DC","spell-full-u":"FULL (Cleric, Druid, Wizard)","spell-half-u":"HALF (Artificer, Paladin, Ranger)","spell-icons:-u":"SPELL ICONS:","spell-list":"Spell List:","spell-points-u":"SPELL POINTS","spell-ritual":"R","spell-save-dc-u":"SPELL SAVE DC","spell-slots:-u":"SPELL SLOTS:","spell-third-u":"THIRD (Arcane Fighter/Rogue)","spell-u":"SPELL","spell_dc_mod:-u":"SPELL SAVE DC MOD:","spell_slot_modifiers-u":"SPELL SLOT MODIFIERS","spellcard-u":"SPELLCARD","spellcast-npc-u":"SPELLCASTING NPC","spellcasting-ability":"Spellcasting Ability:","spellcasting-ability:-u":"SPELLCASTING ABILITY:","spells":"Spells","spells-u":"SPELLS","standard-array":"Standard Array","standard-roll":"Roll 4d6, drop lowest","starting-gold:":"Starting Gold:","starting-wealth":"Starting Wealth (PHB)","stats-rolled-hint":"We rolled your dice! Check the chat window to view your results in detail. Assign the results below to your preferred attributes:","stealth":"Stealth","stealth-core":"Stealth (Dex)","stealth-u":"STEALTH","step1-equipment":"Step 5: Equipment","str":"Str","str-u":"STR","strength":"Strength","strength-save":"Strength Save","strength-save-u":"STRENGTH SAVE","strength-u":"STRENGTH","subclass:-u":"SUBCLASS:","subrace":"Subrace:","subrace-ability-increase":"Subrace Ability Score Increase:","subrace:-u":"SUBRACE:","successes-u":"SUCCESSES","suggested-abilities":"Suggested Abilities: ","survival":"Survival","survival-core":"Survival (Wis)","survival-u":"SURVIVAL","target:":"Target:","target:-u":"TARGET:","temp":"Temporary","third-caster-u":"THIRD CASTER","tiny":"Tiny","to-gm:-u":"TO GM","to-hit-place":"One target","to-hit:-u":"TO HIT:","toggle-roll-adv":"Advantage Toggle","toggle-roll-whisper":"Whisper Toggle","token_size-u":"TOKEN SIZE","tool":"Tool","tool-prof-u":"TOOL PROFICIENCIES","tool-proficiencies":"Tool Proficiencies:","tool-u":"TOOL","total":"Total","total-level-u":"TOTAL LEVEL","total-weight-u":"TOTAL WEIGHT","traits":"Traits","transition-opts-u":"TRANSITION OPTIONS","transition-text":"Clicking one of the images below will reformat the data from your current sheet to this sheet. These changes are permanent and cannot be undone.","transition-text-highlight":"Please make a copy of your game before you use this tool.","transmutation":"Transmutation","treasure-u":"TREASURE","type-u":"TYPE","type:-u":"TYPE:","use-as-resource-u":"USE AS A RESOURCE","use-charactermancer-for-new-info":"With this option enabled all new characters will open with the Level 1 Roll20 Charactermancer. Disabling this option will start new characters directly on the character sheet disabling the Level 1 Charactermancer, which can still be manually run from the Settings tab of the character sheet.","use-charactermancer-for-new:-u":"USE LEVEL 1 CHARACTERMANCER FOR NEW CHARACTERS:","lvup-button-mode:-u":"LEVEL-UP BUTTON MODE:","lvup-button-milestone":"Milestone","lvup-button-xp":"Experience Points","lvup-button-disabled":"Disabled","lvup-button-desc":"With this option set to 'Milestone', the button to invoke the Charactermancer will be displayed all the time beside the character class. In the 'Experience Points' mode, the button will only be displayed when the character acquired enough XP to go to the next level. Disabling this option will hide the button, however, players can still fire Charactermancer by going into the sheet settings.","use-cust-class-u":"USE CUSTOM CLASS","use-pb":"Use PB?","variant-phb":"Variant (PHB p176)","version":"v","vr-ability-rules":"When determining your character's ability scores, increase one score by 2 and increase a different score by 1, or increase three different scores by 1. Follow this rule regardless of the method you use to determine the scores, such as rolling or point buy.","vs-dc:-u":"VS DC:","warlock":"Warlock","warning-armor-sets-u":"WARNING - AC IS NOT INCORRECT. UNEQUIP EXTRA ARMOR OR SHIELD FROM ITEM DETAILS.","warning-customac-u":"ATTENTION - CUSTOM AC IS NOT BEING USED. TO USE CUSTOM AC, UNEQUIP ARMOR.","warning-leveler_start-u":"ATTENTION - YOU CANNOT LAUNCH THE CHARACTERMANCER LEVEL UP UNTIL YOU HAVE A CLASS, LEVEL, AND HP SET FOR LEVEL ONE. PLEASE RUN THE CHARACTERMANCER CREATOR FIRST. THE LEVEL UP TOOL DOESN'T WORK WITH CUSTOM CLASSES OR IF THE MULTICLASS OPTIONS ARE SET UP INCORRECTLY.","weapon":"Weapon","weapon-proficiencies":"Weapon Proficiencies:","weapon-proficiencies-u":"WEAPON PROFICIENCIES","weapon-u":"WEAPON","weight-u":"WEIGHT","whisp-rolls-gm-info":"All sheet rolls are sent to all players in chat by default. Whisper Toggle gives a set of buttons to quick select your preference on the fly. Query Whisper option gives you a prompt with each roll of whether or not the roll should be sent privately only to yourself and the GM. Always Whisper Rolls will send all rolls only to yourself and the GM.","whisp-rolls-gm:-u":"WHISPER ROLLS TO GM:","whisper-roll-to-gm":"Whisper Rolls to GM","whisper-rolls":"Always Whisper Rolls","whisper-toggle":"Whisper Toggle","wis":"Wis","wis-u":"WIS","wisdom":"Wisdom","wisdom-save":"Wisdom Save","wisdom-save-u":"WISDOM SAVE","wisdom-u":"WISDOM","wizard":"Wizard","xp-u":"XP","yes":"Yes","you-can-increase-two-abilites":"You can increase two of your abilities by 1, or one of your abilities by 2","you-have-chosen-starting-gold":"You have chosen starting gold and do not get equipment from your background.","you-have-created-custom-class":"You have created a custom class; you can add equipment to the character sheet after you have finished the Charactermancer.","you-havent-chosen-background":"You have not yet selected a background.","you-havent-selected-class":"You have not yet selected a class.","you-really-havent-done":"You really haven't done that much yet","your-character-dont-have-spells-this-lvl":"Your character doesn't have spells at this level. Click “Next” to review your character!","consolidated-proficiencies-u":"CONSOLIDATED PROFICIENCIES","player-name-u":"PLAYER NAME","filter":"Filter by...","item":"Item","tactician":"Tactician","additional-effects":"additional effects","base-speed":"base speed","description":"description","explosion-cap":"explosion cap","fuel-items":"fuel items","heavy":"heavy","light":"light","long":"long","maximum-crew":"maximum crew","maximum-crew-bonus":"maximum crew bonus","mettle-pool":"mettle pool","mobility":"mobility","range":"range","rank":"rank","relevant-crew-boons":"relevant crew boons","role":"role","short":"short","skeleton-crew":"skeleton crew","standard":"standard","target-die":"target die","unranked-crew":"unranked crew","weight":"weight","bow-weapons":"bow weapons","port-weapons":"port weapons","starboard-weapons":"starboard weapons","stern-weapons":"stern weapons","ammunition":"ammunition","vehicle-crew":"vehicle crew","officers-and-specialists":"officers & specialists","upgrades":"upgrades","low":"low","balanced":"balanced","high":"high","bow-weapon-slots":"bow weapon slots","port-weapon-slots":"port weapon slots","starboard-weapon-slots":"starboard weapon slots","stern-weapon-slots":"stern weapon slots","slots":"slots","arcanist":"Arcanist","artist":"Artist","boatswain":"Boatswain","captain":"Captain","cook":"Cook","first-mate":"First Mate","helmsperson":"Helmsperson","master-gunner":"Master Gunner","navigators":"Navigators","quartermaster":"Quartermaster","shipwright":"Shipwright","spymaster":"Spymaster","surgeon":"Surgeon","ship-type":"ship type","bow":"bow","port":"port","starboard":"starboard","stern":"stern","select-weapon-slot":"Select Weapon Slot","km_skills-order":"agriculture,arts,boating,defense,engineering,exploration,folklore,industry,intrigue,magic,politics,scholarship,statecraft,trade,warfare,wilderness","km_sheet represents":"sheet represents:","km_miscellaneous-query":"enter any miscellaneous bonuses you have","km_control dc":"control dc","km_miscellaneous abbreviation":"misc","km_whisper":"Rolls are","km_never whisper":"public","km_always whisper":"sent to gm only","km_fame type":"fame type","km_buildings":"buildings","km_events":"events","km_ruler":"ruler","km_counselor":"counselor","km_emissary":"emissary","km_magister":"magister","km_treasurer":"treasurer","km_viceroy":"viceroy","km_warden":"warden","km_general":"general","km_untrained":"untrained","km_trained":"trained","km_expert":"expert","km_master":"master","km_legendary":"legendary","tabs-kingmaker-kingdom":"kingdom","tabs-kingmaker-army":"army","tabs-kingmaker-settlement":"settlement","km_kingdom":"kingdom","km_army":"army","km_kingdom name":"kingdom name","km_fame":"fame","km_infamy":"infamy","km_charter":"charter","km_heartland":"heartland","km_government":"government","km_capital city":"capital city","km_experience points":"experience points","km_resource dice":"resource dice","km_size":"size","km_rp":"rp","km_unrest":"unrest","km_unrest penalty":"unrest penalty","km_consumption":"consumption","km_ability scores":"ability scores","km_ruin":"ruin","km_corruption":"corruption","km_crime":"crime","km_decay":"decay","km_strife":"strife","km_leaders":"leaders","km_character name":"character name","km_food":"food","km_lumber":"lumber","km_luxuries":"luxuries","km_ore":"ore","km_stone":"stone","km_max":"max","km_farmlands":"farmlands","km_lumber camps":"camps","km_mines":"mines","km_quarries":"quarries","km_trade agreements":"trade agreements","km_event check dc":"event check dc","km_skills":"skills","km_stability":"stability","km_status":"status","km_circumstance":"circumstance","km_item":"item","km_other":"other","km_culture":"culture","km_economy":"economy","km_loyalty":"loyalty","km_feats":"feats","km_description":"description","km_abilities":"abilities","km_army name":"army name","km_level":"level","km_alignment":"alignment","km_army type":"army type","km_scouting":"scouting","km_scouting dc":"scouting dc","km_recruitment dc":"recruitment dc","km_ac":"ac","km_maneuver":"maneuver","km_maneuver dc":"maneuver dc","km_morale":"morale","km_morale dc":"morale dc","km_hp":"hp","km_rout threshold":"rout threshold","km_melee":"melee","km_ranged":"ranged","km_shots":"shots","km_tactics":"tactics","km_tactical actions":"tactical actions","km_conditions":"conditions","km_concealed":"concealed","km_defeated":"defeated","km_destroyed":"destroyed","km_efficient":"efficient","km_engaged":"engaged","km_fortified":"fortified","km_lost":"lost","km_mired":"mired","km_distant":"distant","km_outflanked":"outflanked","km_pinned":"pinned","km_routed":"routed","km_shaken":"shaken","km_weary":"weary","km_gear":"gear","km_armor":"armor","km_healing potions":"healing potions","km_max 3":"max 3","km_settlement":"settlement","km_max. item bonus":"max. item bonus","km_influence":"influence","km_infrastructure":"infrastructure","km_garrisoned armies":"garrisoned armies","km_ongoing events":"ongoing events","km_concealed description":"A concealed army is tougher to target, and gains a +2 circumstance bonus on its Maneuver checks. Attacks against it take a –2 circumstance penalty. This condition lasts as long as the event granting the concealment persists.","km_defeated description":"When an army has zero Hit Points, it becomes defeated. A defeated army cannot take war actions. A defeated army can be restored to 1 Hit Point with the Recover Army activity (although the basic DC is increased by 5 for this check). Any effect that restores a defeated army to at least 1 Hit Point removes the defeated condition. A defeated army can only be moved one hex at a time with the Deploy Army activity. A defeated army can be Disbanded normally. It can’t be used for any other Army activity as long as it remains defeated.\\nIf a defeated army takes damage, it must succeed at a DC 16 flat check or be destroyed. If all armies on a side are defeated, those armies are destroyed.","km_destroyed description":"The army has been completely devastated, and it cannot be restored—it can only be replaced by a new army. Any gear the army had is ruined.","km_efficient description":"The army has performed an Army activity with such speed that it can be used to attempt a second Army activity immediately, but doing so causes it to lose the efficient condition. The second Army activity suffers a –5 penalty on its check, and the result of this second Army activity check cannot grant the efficient condition. If the army doesn’t attempt a second Army activity, it instead loses the efficient condition and reduces the value of one condition of its choice by 1.","km_engaged description":"An army that is in close combat with one or more enemy armies becomes engaged. An army must be engaged in order to attempt melee Strikes. If an army is engaged and attempts a maneuver war action that would cause it to disengage, it provokes reactions from any enemy armies they were engaged with.","km_fortified description":"The army is in a defensive position as the result of a Garrison Army activity. While fortified, enemy armies cannot engage the army and the army cannot engage enemy armies. A fortified army gains a +4 item bonus to its AC and to Morale checks made to rally. A fortified army that uses a maneuver war action immediately loses its fortified condition.","km_lost description":"When an army’s attempt to deploy to a new location fails, it can become lost. A lost army can take no Army activity other than Recover, and that only in an attempt to remove the lost condition. When an army recovers from the lost condition, the GM decides what the army’s new location is (typically this is at an approximate midpoint between the army’s starting point and its intended destination).","km_mired description":"The army’s movement is severely impaired. It may be bogged down in mud, snow, underbrush, rubble, or similar terrain, encumbered by carrying heavy burdens, or any other reason. Mired always has a value. A mired army takes a circumstance penalty on all maneuvers equal to its mired value and to Deploy Army checks. If an army ever becomes mired 4, it becomes pinned.","km_distant description":"An army that has the distant condition has managed to retreat a fair range away from enemy armies, and is potentially poised to make an escape from the field of battle. Armies can attempt ranged Strikes against distant armies, but they take a –5 penalty on that Strike.","km_outflanked description":"The army has enemies coming at it from many directions and must split its forces to deal with threats on every side. The army takes a –2 circumstance penalty to its AC.","km_pinned description":"The army and cannot move reely. It has the outflanked condition and cannot use any maneuver war actions. A pinned army cannot be deployed.","km_routed description":"The army retreats, whether due to magical compulsion or simply broken morale. On its turn, a routed army must use the Retreat war action. While routed, the army takes a –2 circumstance penalty to Morale checks. This condition ends automatically once a war encounter is resolved, but the routed army increases its shaken value by 1 in this case. If all armies on one side of a battle are routed simultaneously, the battle ends and the other army is victorious.","km_shaken description":"The army’s morale has begun to falter, be it fear in the face of a powerful enemy, a supernatural effect such as a dragon’s frightful presence, or simply the result of ill fortune in the tide of battle. Shaken always has a numerical value. The army’s Morale checks take a circumstance penalty equal to its shaken value, and whenever the army takes damage, it must succeed on a DC 11 flat check or its shaken value increases by 1. An army that becomes shaken 4 is automatically routed. An army reduces the value of this condition by 1 each Kingdom turn that passes during which it does not attempt an Army activity or engage in a war encounter.","km_weary description":"The army is exhausted. Weary always has a numerical value. A weary army takes a circumstance penalty equal to its weary value to its AC, to its Maneuver checks, and to its Army activity checks; it takes double this circumstance penalty on Deploy Army checks. An army reduces the value of this condition by 1 each Kingdom turn that passes during which it does not attempt an Army activity or engage in a war encounter.","km_agriculture":"agriculture","km_arts":"arts","km_boating":"boating","km_defense":"defense","km_engineering":"engineering","km_exploration":"exploration","km_folklore":"folklore","km_industry":"industry","km_intrigue":"intrigue","km_magic":"magic","km_politics":"politics","km_scholarship":"scholarship","km_statecraft":"statecraft","km_trade":"trade","km_warfare":"warfare","km_wilderness":"wilderness","km_settlement name":"settlement name","km_overcrowded":"overcrowded","km_village":"village","km_town":"town","km_city":"city","km_metropolis":"metropolis","km_magical streetlamps":"magical streetlamps","km_paved streets":"paved strets","km_sewer system":"sewer system"} \ No newline at end of file +{"characteristics":"characteristics","character-sheet-type-u":"CHARACTER SHEET TYPE:","air-quality":"Air Quality","crash-damage":"Crash Damage","type":"Type","actions-taken":"Actions Taken","hit-points":"Hit Points","armor-class":"Armor Class","name":"Name","ship":"Ship","weapons":"Weapons","quantity":"Quantity","vehicle-options":"Vehicle Options","cost":"Cost","color":"Color","keelbeam":"Keel/Beam","keel":"Keel","beam":"Beam","crew":"Crew","cargo":"Cargo","dt":"Damage Threshold","2nd-class:-u":"2ND CLASS:","3rd-class:-u":"3RD CLASS:","4th-class:-u":"4TH CLASS:","AC":"AC","Abilities & Skills":"Abilities & Skills","Ability Type":"Ability Type","At Higher Levels":"At Higher Levels","Attack":"Attack","Bio":"Bio","Cantrips":"Cantrips","Casting Time":"Casting Time","Character Profile":"Character Profile","Class Resources":"Class Resources","Close":"Close","Combat":"Combat","Components":"Components","DC":"DC","Damage":"Damage","Description":"Description","Duration":"Duration","Features & Traits":"Features & Traits","For":"For","Health":"Health","Initiative":"Initiative","Inventory":"Inventory","Journal":"Journal","Level":"Level","Level 1":"Level 1","Level 2":"Level 2","Level 3":"Level 3","Level 4":"Level 4","Level 5":"Level 5","Level 6":"Level 6","Level 7":"Level 7","Level 8":"Level 8","Level 9":"Level 9","Max HP":"Max HP","More":"More","PB":"PB","Range":"Range","Resources & Tools":"Resources & Tools","Roll Details":"Roll Details","Saving Throw":"Saving Throw","Settings":"Settings","Speed":"Speed","Spell Attack Bonus":"Spell Attack Bonus","Spell Save DC":"Spell Save DC","Spell Save Effect":"Spell Save Effect","Spell Slots":"Spell Slots","Spellcasting Ability":"Spellcasting Ability","Spells":"Spells","Swap":"Swap","Target":"Target","abilities":"Abilities","abilities-u":"ABILITIES","ability-score":"Ability Score","ability-score-increase":"Ability Score Increase:","ability-score-increase-tasha":"Ability Score increase","ability-score-increase:":"Choose an Ability Score increase:","ability-score-method":"Ability Score Method:","abjuration":"Abjuration","ac":"Armor Class","accept":"Accept","accepting-drop-u":"ACCEPTING DROP FROM COMPENDIUM","acrobatics":"Acrobatics","acrobatics-core":"Acrobatics (Dex)","acrobatics-u":"ACROBATICS","action":"Action","actions":"Actions","add-ability-mod-u":"ADD ABILITY MOD TO DAMAGE OR HEALING","add-another-feature":"Add Another Feature","add-another-proficiency":"Add Another Proficiency","add-char-to-templates-info":"Character names are not added to the roll template by default, and are only displayed as normal in the chat tab as the player/character selected as 'Speaking As'. Turning this option on adds the character making the roll's name to the template, useful for players representing multiple characters.","add-char-to-templates:-u":"ADD CHARACTER NAME TO TEMPLATES:","add-dex-tiebreaker-to-initiative":"Add Dex Tiebreaker to Initiative","add-dex-tiebreaker-u":"ADD DEX TIEBREAKER TO INITIATIVE","add-feats-traits-u":"ADDITIONAL FEATURES & TRAITS","adv":"Advantage","adv-toggle":"Advantage Toggle","adv-u":"ADVANTAGE","advantage-toggle":"Advantage Toggle","after-leveling":"After Leveling","age":"Age:","age-u":"AGE","alignment":"Alignment:","alignment-u":"ALIGNMENT","allies-orgs-u":"ALLIES & ORGANIZATIONS","allow-shields-u":"ALLOW SHIELDS?","always-adv":"Always Roll Advantage","always-dmg":"Auto Roll Damage & Crit","always-roll-adv":"Always Roll Advantage","always-roll-dmg":"Auto Roll Damage & Crit","always-whisp":"Always Whisper Rolls","always-whisper-roll":"Always Whisper Rolls","ammo-tracking-info":"Provides automatic ammo tracking with the 5th Edition OGL by Roll20 Companion API Script.","ammo-tracking:-u":"AMMO TRACKING:","ammunition-place":"Arrows","ammunition:-u":"AMMUNITION:","animal_handling":"Animal Handling","animal_handling-core":"Animal Handling (Wis)","animal_handling-u":"ANIMAL HANDLING","api-required-title":"Try it now with easy one click API installation available with your Pro subscription.","api-required-u":"(API REQUIRED)","apply-changes":"Apply Changes","arcana":"Arcana","arcana-core":"Arcana (Int)","arcana-u":"ARCANA","arcane-fighter-u":"ARCANE FIGHTER","arcane-is-mystery":"The Arcane is a mystery to you.","arcane-rogue-u":"ARCANE ROGUE","are_you_sure":"Are you sure you want to turn this character into a ","armor":"Armor","armor-class-tracking:-u":"ARMOR CLASS TRACKING:","armor-class-u":"ARMOR CLASS","armor-proficiencies":"Armor Proficiencies:","other-proficiencies":"Other Proficiencies:","armor-u":"ARMOR","artificer":"Artificer","asi-u":"ABILITY SCORE INCREASE / FEATS","at-higher-lvl":"At Higher Levels","at-higher-lvl-dmg:-u":"HIGHER LVL CAST DMG:","at-higher-lvl:-u":"AT HIGHER LEVELS:","athletics":"Athletics","athletics-core":"Athletics (Str)","athletics-u":"ATHLETICS","atk-dmg-type-place":"slashing","atk-dmg-type2-place":"fire","atk-range-place":"5 ft.","atk-spellcasting-u":"ATTACKS & SPELLCASTING","atk-target-place":"One target","atk-u":"ATK","attack-u":"ATTACK","attack:-u":"ATTACK:","attr-u":"ATTRIBUTE","attr:-u":"ATTRIBUTE:","attribute-options":"Attribute Options","attribute-opts-u":"ATTRIBUTE OPTIONS","attributes-u":"ATTRIBUTES","auto-dmg-roll-info":"By default, attack damage rolls are not rolled until the hit is confirmed. Damage is rolled from the chat roll template by clicking on the name of the attack in the right hand bar, which then displays the damage. The default method is compatible with 3D dice. Optionally, you can choose to have the Auto Roll Damage & Crit option which will roll damage and critical hit dice at the same time of the attack, presenting all possible outcomes at the time of the attack.","auto-dmg-roll:-u":"AUTO DAMAGE ROLL:","auto-level-calc-info":"By default changing character levels will automatically set spell slots and hit dice. Changing this setting to off prevents this behavior.","automatic":"Automatic","available-points:":"Available Points: ","available-u":"AVAILABLE","average":"Average","b-custom-info":"When the Proficiency Bonus type is set to Custom, the character sheet will use this value for the character's Proficiency Bonus.","back":"BACK","back-to-top":"Back to Top","background":"Background","background-u":"BACKGROUND","barbarian":"Barbarian","bard":"Bard","beastheart":"beastheart","before-leveling":"Before Leveling","bio":"Bio","bio-u":"BIO","bond":"Bond","bonds-u":"BONDS","bonus-actions":"Bonus Actions","building-your-character":"Building your character...","by-level":"By Level (Default)","cancel":"Cancel","cancel-u":"CANCEL","cancel_charactermancer":"Discard and exit","cantrip":"cantrip","cantrip-beam-u":"CANTRIP BEAM","cantrip-dice-u":"CANTRIP DICE","cantrip-progression:-u":"CANTRIP PROGRESSION","cantrips-u":"CANTRIPS","carrying-capacity-mod:-u":"CARRYING CAPACITY MODIFIER:","casting-time:":"Casting Time:","casting-time:-u":"CASTING TIME:","cd-bar1-link-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, link the Bar 1's value to this attribute. If set this will override all other bar settings.","cd-bar1-link:-u":"BAR 1 LINK:","cd-bar1-max-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 1's max to this attribute.","cd-bar1-max:-u":"BAR 1 MAX:","cd-bar1-value-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 1's value to this attribute.","cd-bar1-value:-u":"BAR 1 VALUE:","cd-bar2-link-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, link the Bar 2's value to this attribute. If set this will override all other bar settings.","cd-bar2-link:-u":"BAR 2 LINK:","cd-bar2-max-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 2's max to this attribute.","cd-bar2-max:-u":"BAR 2 MAX:","cd-bar2-value-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 2's value to this attribute.","cd-bar2-value:-u":"BAR 2 VALUE:","cd-bar3-link-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, link the Bar 3's value to this attribute. If set this will override all other bar settings.","cd-bar3-link:-u":"BAR 3 LINK:","cd-bar3-max-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 3's max to this attribute.","cd-bar3-max:-u":"BAR 3 MAX:","cd-bar3-value-desc:-u":"On Default Tokens created by doing a Compendium drop onto the virtual table top, set the Bar 3's value to this attribute.","cd-bar3-value:-u":"BAR 3 VALUE:","cha":"Cha","cha-u":"CHA","challenge":"Challenge","challenge-u":"CHALLENGE","chaotic-evil":"Chaotic Evil","chaotic-good":"Chaotic Good","chaotic-neutral":"Chaotic Neutral","char-appearance-u":"CHARACTER APPEARANCE","char-backstory-u":"CHARACTER BACKSTORY","char-name-u":"CHARACTER NAME","charisma":"Charisma","charisma-save":"Charisma Save","charisma-save-u":"CHARISMA SAVE","charisma-u":"CHARISMA","charmancer-a-feat-represents":"A feat represents accomplishment, grit, determination, and expertise. It is the reward for hard work.","charmancer-additional-cantrips":"Additional Cantrips","charmancer-additional-lvl-1-spells":"Additional Level 1 Spells","charmancer-cancel-heading":"Where would you like to go, traveler?","charmancer-choose-race":"Choose a Race:","charmancer-class-features:":"Class Features: ","charmancer-compendium":"Your Compendium Awaits.","charmancer-compendium-detail":"The Charactermancer currently supports a vast collection of Compendium content from a variety of publishers. Before you proceed, check with your GM to ensure they’ve set the proper Compendium sharing settings in your game’s Settings. Be sure to check out the Roll20 Marketplace or D&D 5E Compendium to see all the products that have Compendium Expansions!","charmancer-compendium-detail-lp":"The Charactermancer currently supports a vast collection of Compendium content from a variety of publishers. Before you proceed, check with your GM to ensure they’ve set the proper Compendium sharing settings in your game’s Settings. Be sure to check out the Roll20 Marketplace or D&D 5E Compendium to see exactly what products have Compendium Expansions and can help you quickly level up your next adventurer!","charmancer-custom-race-name":"Custom Race Name:","charmancer-custom-subclass-name:":"Custom Sublass Name:","charmancer-custom-subrace-name":"Custom Subrace Name:","charmancer-discard-warning":"Discard and Exit will discard all choices you’ve made in Charactermancer and let you edit your character sheet directly.","charmancer-leveler-custom-class-warning":"The Level Up tool does not support custom classes at this time.","charmancer-leveler-level-info1":"Your existing class levels have been pre-populated for you. By default your primary class has been set to be increased by one level. You can change how many levels to increase below, as well as adding a new multiclass.","charmancer-leveler-level-info2":"In each class section you'll have the option to take the average number of hit points or to roll randomly, choose class features for the levels you're advancing, and choose your subclass if appropriate.","charmancer-leveler-spells-info":"Listed here are the current spells your character already knows. If you gained access to more spells during your advancement you will be able to select them below. Check next to the spells you wish to learn. The Charactermancer will help you pick the right number of spells and from the correct list. If your class has the option to swap out spells, you can do so by unselecting currently known spells which will allow you to select new ones in their place.","charmancer-leveler-what-is":"The Charactermancer is a step-by-step process that makes leveling up a character simple and streamlined. Changes are saved as you progress, but the character sheet is only updated when the Charactermancer has been completed.","charmancer-leveler-what-is-lp":"Look at you, with all that experience. Now it's time to claim your reward. The Charactermancer will walk you through the level up process, step-by-step, and your character will be at the next level in no time. Changes are saved as you move through the process. If you change your mind, use the buttons at the top to navigate back to previously completed sections.","charmancer-only-choice-left-is-on-or":"The only choice left is to press on or turn back. If you're editing an existing character, all your existing data will be lost into the void when you apply your changes.","charmancer-removed-spells-marked-pt1":"Removed spells will be marked with a r symbol so you can find it easily if you change your mind.","charmancer-start":"Start","charmancer-subclass-features:":"Subclass Features:","charmancer-welcome":"Welcome to the Charactermancer!","charmancer-welcome-lp":"Welcome to Charactermancer Level Up!","charmancer-what-is":"The Charactermancer is a step-by-step process that makes building a character simple and streamlined. Changes are saved as you progress, but the character sheet is only updated once the Charactermancer has been completed.","choose":"Choose","choose-a-class:":"Choose a Class:","choose-a-feat:":"Choose a Feat:","choose-background":"Choose a Background:","choose-sheet-transfer":"CHOOSE THE SHEET YOU ARE TRANSFERING FROM","class":"Class","class-2-level-u":"CLASS 2 LEVEL","class-3-level-u":"CLASS 3 LEVEL","class-4-level-u":"CLASS 4 LEVEL","class-equipment":"Class Equipment","class-level-u":"CLASS & LEVEL","class-name:-u":"CLASS NAME:","class-options-u":"CLASS OPTIONS ()","class-resource-u":"CLASS RESOURCE","class-spellcasting":"Class Spellcasting Ability: ","class-u":"CLASS","class:-u":"CLASS:","clear-abilities":"Clear Assignment","cleric":"Cleric","community-sheet-u":"COMMUNITY SHEET","compendium-compatible":"Compendium Compatible","components:":"Components:","components:-u":"COMPONENTS:","con":"Con","con-u":"CON","concentration":"Concentration","concentration-u":"CONCENTRATION","cond-imm":"Condition Immunities","cond-imm-u":"CONDITION IMMUNITIES","conjuration":"Conjuration","constitution":"Constitution","constitution-save":"Constitution Save","constitution-save-u":"CONSTITUTION SAVE","constitution-u":"CONSTITUTION","continue-charmancer":"Continue Charactermancer","copper-piece-u":"CP","core-die-roll":"Core Die Roll","core-die-roll-info":"Changing the core die will replace the normal 1d20 made with almost all rolls with a randomizer of your choice, such as 2d10 or 3d6.","core-die-roll:-u":"CORE DIE ROLL:","core-u":"CORE","cr_only":"C&R Only","creaturetype":"Creature Type","creaturetype-desc":"You are immune to spells and class features that target humanoids, but vulnerable to those that can target %.","creaturetype:-u":"CREATURE TYPE:","crit-range-u":"CRIT RANGE:","crit:-u":"CRIT:","critical-dmg:-u":"CRITICAL DAMAGE:","critical-range":"Critical Range","current":"Current","currrent-hit-points":"Current Hit Points","cust-class-opts":"CUSTOM CLASS OPTIONS","custom":"Custom","custom-class-name:":"Custom Class Name","custom-pb:-u":"CUSTOM PROFICIENCY BONUS:","custom-skills-u":"CUSTOM SKILLS","custom_ac:-u":"CUSTOM AC:","customize-trait":"This traits allow you to customize some of its characteristics when you acquire it:","customize-your-origin":"Customize Your Origin","customize-your-origin-info":"If you’d like your character to follow their own path, you may ignore your Ability Score Increase trait and assign ability score increases tailored to your character.","d10":"d10","d12":"d12","d4":"d4","d6":"d6","d8":"d8","damage-imm-u":"DAMAGE IMMUNITIES","damage-res-u":"DAMAGE RESISTANCES","damage-vuln-u":"DAMAGE VULNERABILITIES","damage2:-u":"DAMAGE2:","damage:-u":"DAMAGE:","death-save-mod:-u":"DEATH SAVE MODIFIER:","death-save-u":"DEATH SAVE","death-saves-u":"DEATH SAVES","deception":"Deception","deception-core":"Deception (Cha)","deception-u":"DECEPTION","default-critical-range:-u":"CRITICAL RANGE:","desc:-u":"DESCRIPTION:","desconly":"For Description Only","description-place":"Up to 2 creatures within 5 feet","description:":"Description:","description:-u":"DESCRIPTION:","dex":"Dex","dex-u":"DEX","dexterity":"Dexterity","dexterity-save":"Dexterity Save","dexterity-save-u":"DEXTERITY SAVE","dexterity-u":"DEXTERITY","difficulty-class-abv":"DC","disabled":"Disabled","disadv":"Disadvantage","disadv-u":"DISADVANTAGE","divination":"Divination","dmg-imm":"Damage Immunities","dmg-res":"Damage Resistances","dmg-type-place":"Slashing","dmg-type-u":"DAMAGE/TYPE","dmg-vuln":"Damage Vulnerabilities","dmg2:-u":"DAMAGE2:","dmg:-u":"DAMAGE:","do_you_want_mancer":"How do you want to create this character?","done":"Done","druid":"Druid","dungeons-and-dragons-styling":"DUNGEONS AND DRAGONS STYLING","dungeons-and-dragons-styling-info":"Turns on Dungeons and Dragons styling for both the character sheet and roll templates. This setting is automatically applied to all character sheets and cannot be selectively used.","duration:":"Duration:","duration:-u":"DURATION:","effect:-u":"EFFECT:","eldritch-invocations":"Eldritch Invocations:","electrum-piece-u":"EP","enchantment":"Enchantment","encumbered-u":"ENCUMBERED","encumbrance-info":"The sheet uses the variant encumbrance rules on page 176 of the PHB. The Off option disables the variant rules and only uses a basic over-limit inventory weight check.","encumbrance:-u":"ENCUMBRANCE:","equipment":"Equipment:","equipment-choice-text":"How would you like to choose your equipment?","equipment-from-background":"Equipment from Background","equipment-from-class":"Equipment from Class","equipment-u":"EQUIPMENT","equipped-u":"EQUIPPED","evocation":"Evocation","exhaustion-0":"No effect","exhaustion-1":"Disadvantage on ability checks","exhaustion-2":"Speed halved","exhaustion-3":"Disadvantage on attack rolls and saving throws","exhaustion-4":"Hit point maximum halved","exhaustion-5":"Speed reduced to 0","exhaustion-6":"Death","exhaustion-setting-u":"SHOW EXHAUSTION TRACKING:","exhaustion-u":"EXHAUSTION LEVEL","exp-pts-u":"EXPERIENCE POINTS","expertise":"Expertise","expertise-u":"EXPERTISE","expirtise":"Expertise","eye-u":"EYES","failures-u":"FAILURES","feat":"Feat","trait":"Trait","items":"Items","feat-pre-check":"Look carefully! Prerequisites are not checked automatically.","feat-u":"FEAT","feats":"Feats","feats-traits-u":"FEATURES & TRAITS","feats-u":"FEATS","features":"Features","features-u":"FEATURES","fighter":"Fighter","flat-u":"FLAT","flaw":"Flaw","flaws-u":"FLAWS","footer-wiki-link":"For more information about this character sheet, its functionality, or uses, please check out the Roll20 Wiki for official documentation. https://wiki.roll20.net/5th_Edition_OGL_by_Roll20","formula-u":"FORMULA","ft.":"ft","gargantuan":"Gargantuan","gen-opts-u":"GENERAL OPTIONS","general-options":"General Options","general-opts-u":"GENERAL OPTIONS","get-started":"Get started by clicking Next.","glob-ac-mod:-u":"GLOBAL ARMOR CLASS MODIFIER:","glob-atk-mod:-u":"GLOBAL MAGIC ATTACK MODIFIER:","glob-saving-mod:-u":"GLOBAL SAVING THROW MODIFIER:","global-ac-u":"GLOBAL AC MODIFIER","global-attack-info":"Creates a custom global attack modifier field, underneath the ATTACKS AND SPELL CASTING section of the character sheet. Anything put there will be applied to any attack to-hit roll. Perfect for regular but not permanent bonuses to attack like the Bless spell.","global-attack-u":"GLOBAL ATTACK MODIFIER","global-damage":"Global Damage Modifier","global-damage-info":"Creates a custom global damage modifier field, underneath the ATTACKS AND SPELL CASTING section of the character sheet. Anything put there will be applied to any attack damage roll. Perfect for regular but not permanent bonuses to damage like the Sneak Attack ability.","global-damage-u":"GLOBAL DAMAGE MODIFIER","global-save-info":"Creates a custom global save modifier field, underneath the SAVING THROWS section of the character sheet. Anything put there will be applied to any save roll. Perfect for regular but not permanent bonuses like the Bless spell.","global-save-u":"GLOBAL SAVE MODIFIER","global-skill-info":"Creates a custom global skill modifier field, underneath the SKILLS section of the character sheet. Anything put there will be applied to any save roll. Perfect for regular but not permanent bonuses like the Guidance spell.","global-skill-u":"GLOBAL SKILL MODIFIER","gold-piece-u":"GP","hair-u":"HAIR","half-dmg-place":"Half damage","halfling-luck-u":"HALFLING LUCK","has-attack-u":"HAS AN ATTACK","has-bonusaction-u":"HAS BONUS ACTIONS","has-reaction-u":"HAS REACTIONS","healing:-u":"HEALING:","health":"Health & Death","heavily-encumbered-u":"HEAVILY ENCUMBERED","height-u":"HEIGHT","hero-points-u":"HERO POINTS","hide":"Hide","higher-lvl-cast":"Higher Level Cast","history":"History","history-core":"History (Int)","history-u":"HISTORY","hit-dice-setting-u":"TRACK HIT DICE PER CLASS","hit-dice-u":"HIT DICE","hit-die:":"Hit Die:","hit-die:-u":"HIT DIE:","hit-points-u":"HIT POINTS","hit:":"Hit: ","hon-u":"HON","honor":"Honor","honor-info":"Enables the optional Honor Attribute.","honor-save":"Honor Save","honor-save-u":"HONOR SAVE","honor-setting-u":"HONOR SCORE:","honor-u":"HONOR","hp":"Hit Points","hp-current-u":"CURRENT HIT POINTS","hp-max-u":"Hit Point Maximum","hp-stats":"HP Stats","hp-temp-u":"TEMPORARY HIT POINTS","hp-u":"HP","hpmods:-u":"HP MODIFIERS:","huge":"Huge","ideal":"Ideal","ideals-u":"IDEALS","illrigger":"Illrigger","illusion":"Illusion","immobile-u":"IMMOBILE","include_spell_desc:-u":"INCLUDE SPELL DESCRIPTION IN ATTACK:","ingore-non-equipped-weight":"IGNORE NON-EQUIPPED ITEMS WEIGHT","init":"Initiative","init-short":"Init","init-tiebreaker-info":"Adds the character's dexterity score as a decimal to the end of the initiative bonus for purposes of breaking ties.","init-u":"INITIATIVE","initiative":"Initiative","initiative-mod:-u":"INITIATIVE MODIFIER:","initiative-style:-u":"INITIATIVE STYLE:","innate-spellcasting:":"Innate Spellcasting:","innate:-u":"INNATE:","input-your-scores":"Input Your Scores:","insight":"Insight","insight-core":"Insight (Wis)","insight-u":"INSIGHT","inspiration-u":"INSPIRATION","int":"Int","int-u":"INT","intelligence":"Intelligence","intelligence-save":"Intelligence Save","intelligence-save-u":"INTELLIGENCE SAVE","intelligence-u":"INTELLIGENCE","intimidation":"Intimidation","intimidation-core":"Intimidation (Cha)","intimidation-u":"INTIMIDATION","invalidxp":"Enter a number for Level Up reminder","inventory-info":"Character Inventories default to the complex style that is compatible with the Roll20 5E Compendium. This includes granular item amounts/weights, weight and encumbrance tracking, sorting, AC calculations, automatic attack generation, and more. The Simple option provides a text field for item lists for players who want more manual control over the sheet.","inventory:-u":"INVENTORY:","investigation":"Investigation","investigation-core":"Investigation (Int)","investigation-u":"INVESTIGATION","item-name-u":"ITEM NAME","jack-of-all-u":"JACK OF ALL TRADES","lang-u":"LANGUAGE","langs":"Languages","langs-u":"LANGUAGES","language":"Language","language-proficiencies":"Language Proficiencies:","large":"Large","lawful-evil":"Lawful Evil","lawful-good":"Lawful Good","lawful-neutral":"Lawful Neutral","leg-actions":"Legendary Actions","leg-actions-desc":"","leg-actions:-u":"LEGENDARY ACTIONS:","level":"Level","level-calculations:-u":"AUTO LEVEL CALCULATIONS:","levels-u":"LEVELS","levels:-u":"LEVELS:","long-rest":"Long Rest","lvl-u":"LEVEL","lvl:-u":"LEVEL:","magic-bonus:-u":"MAGIC BONUS:","magic-caster-lvl:-u":"MAGIC CASTER LEVEL:","main-class-level-u":"MAIN CLASS LEVEL","mancer-confirm-yes":"Use the Charactermancer","mancer-opts-u":"CHARACTERMANCER OPTIONS","manual":"Edit sheet directly","max":"Max","max-u":"MAX","mb-actions":"Actions","mb-additional-features-traits":"Features & Traits","mb-age":"Age","mb-allies-organizations":"Allies & Organizations","mb-bonds":"Bonds","mb-character-apparence":"Character Apparence","mb-character-backstory":"Character Backstory","mb-copper-piece-u":"Copper","mb-count-u":"Count","mb-current":"Current","mb-currrent-hit-points":"Current Hit Points","mb-death-save":"Death Save","mb-dice-type-u":"Dice Type","mb-done":"Done","mb-edit":"Edit","mb-edit-additional-features-traits":"Edit Features & Traits","mb-edit-age":"Edit Age","mb-edit-allies-organizations":"Edit Allies & Organizations","mb-edit-bonds":"Edit Bonds","mb-edit-character-apparence":"Edit Character Apparence","mb-edit-character-backstory":"Edit Character Backstory","mb-edit-experience-points":"Edit Experience Points","mb-edit-eyes":"Edit Eyes","mb-edit-flaws":"Edit Flaws","mb-edit-hair":"Edit Hair","mb-edit-height":"Edit Height","mb-edit-ideals":"Edit Ideals","mb-edit-personality-traits":"Edit Personality Traits","mb-edit-size":"Edit Size","mb-edit-skin":"Edit Skin","mb-edit-treasure":"Edit Treasure","mb-edit-weight":"Edit Weight","mb-electrum-piece-u":"Electrum","mb-equipment-u":"Equipment","mb-equipped-u":"Equipped?","mb-experience-points":"Experience Points","mb-eyes":"Eyes","mb-failures":"Failures","mb-flaws":"Flaws","mb-gold-piece-u":"Gold","mb-hair":"Hair","mb-height":"Height","mb-hit-dice-u":"Hit Dice","mb-hp-stats":"HP Stats","mb-ideals":"Ideals","mb-increment":"Increment","mb-init-short":"Init","mb-inspiration":"Inspiration","mb-item-name-u":"Item Name","mb-max":"Max","mb-money-u":"Money","mb-name-u":"Name","mb-other-prof-langs-u":"Languages & Other Proficiencies","mb-passive-perception-w":"Passive Perception (Wisdom)","mb-passive-wisdom":"Passive Wisdom","mb-personality-traits":"Personality Traits","mb-platinum-piece-u":"Platinum","mb-proficience-u":"Proficience","mb-query-attr-u":"Query Attribute","mb-resources":"Resources","mb-roll":"Roll","mb-roll-to-save":"Roll to save","mb-sendtochat-u":"Send to Chat","mb-silver-piece-u":"Silver","mb-size":"Size","mb-skin":"Skin","mb-source-u":"Source","mb-successes":"Successes","mb-temp":"Temporary","mb-tool-proficiencies":"Tool Proficiencies & Custom Skills","mb-tool-u":"Tool","mb-treasure":"Treasure","mb-type-u":"Type","mb-weight":"Weight","mb-weight-u":"Weight","medicine":"Medicine","medicine-core":"Medicine (Wis)","medicine-u":"MEDICINE","medium":"Medium","melee":"Melee","mod:-u":"MOD:","mods:-u":"MODS:","money-u":"Money","monk":"Monk","mutliclass-opts-u":"MULTICLASS OPTIONS","myt-actions":"Mythic Actions","myt-actions-desc":"","myt-actions:-u":"MYTHIC ACTIONS:","name-background":"Background Name:","name-u":"NAME","name:-u":"NAME:","nature":"Nature","nature-core":"Nature (Int)","nature-u":"NATURE","navigation":"Navigation","navigation-core":"Navigation (Int)","navigation-u":"NAVIGATION","necromancy":"Necromancy","neutral":"Neutral","neutral-evil":"Neutral Evil","neutral-good":"Neutral Good","never-adv":"Never Roll Advantage","never-dmg":"Don't Auto Roll Damage","never-roll-adv":"Never Roll Advantage","never-roll-advantage":"Never Roll Advantage","never-roll-dmg":"Don't Auto Roll Damage","never-whisp":"Never Whisper Rolls","never-whisper":"Never Whisper Rolls","never-whisper-roll":"Never Whisper Rolls","next":"Next","no":"No","no_class_warning-u":"NO CLASS HAS BEEN SELECTED OR SELECTED CLASS DOES NOT HAVE STANDARD EQUIPMENT. CLASS EQUIPMENT CANNOT BE CHOSEN AT THIS TIME.","none":"None","none-left-u":"NONE LEFT","none-u":"NONE","norm":"Normal","norm-u":"NORMAL","normal":"Normal","npc-armor-place":"scale mail","npc-atk-effect-place":"Half damage","npc-cond-imm-place":"charmed","npc-dmg-imm-place":"lightning, thunder","npc-dmg-res-place":"cold","npc-dmg-vuln-place":"fire","npc-info":"The NPC option sets new characters to default to the NPC card style sheet. Useful if the player characters have already been created and all new character sheets added to the game will likely representing non player characters.","npc-langs-place":"Abyssal, Common, Infernal","npc-name-in-rolls-desc:-u":"In NPC roll results, show or hide the name of the NPC in the roll result card.","npc-name-in-rolls:-u":"NPC NAME IN ROLLS:","npc-new":"Create an NPC","npc-options-u":"NPC OPTIONS","npc-pc":"NPC/PC","npc-repeating-desc-place":"The creature adds 2 to its AC against...","npc-repeating-name-place":"Parry.","npc-senses-place":"darkvision 120ft., passive Perception 16","npc-speed-place":"30 ft., fly 60ft.","npc-trait-desc-place":"If the dragon fails...","npc-trait-name-place":"False Appearance.","npc-type-place":"Medium fiend, any evil alignment","npc-type-u":"NPC TYPE","npc-u":"NPC","number-of-cantrips":"Number of Cantrips:","number-of-lvl-1-spells":"Number of Level 1 Spells:","of":"of","off":"Off","on":"On","on-hit-2-place":"fire","on-hit-place":"slashing","on-hit2:-u":"ON HIT 2:","on-hit:-u":"ON HIT:","opt-out-u":"OPT OUT","other":"Other","other-prof-langs-u":"OTHER PROFICIENCIES & LANGUAGES","other-resource-u":"OTHER RESOURCE","other-u":"OTHER","output:-u":"OUTPUT:","over-carrying-cap-u":"OVER CARRYING CAPACITY","paladin":"Paladin","partial":"Partial","pass-perc-mod:-u":"PASSIVE PERCEPTION MODIFIER:","pass-wis-u":"PASSIVE WISDOM (PERCEPTION)","passive-proficiencies":"Passive Proficiencies","pb-type-info":"By default, the character's Proficiency Bonus will be automatically calculated based off of their total level as is the standard method in the PHB. The Proficiency Die option supports the alternate method outlined in the DMG where, instead of a flat bonus, a die is rolled instead. The Custom option allows you to replace the PB with anything of your choosing.","perception":"Perception","perception-core":"Perception (Wis)","perception-u":"PERCEPTION","performance":"Performance","performance-core":"Performance (Cha)","performance-u":"PERFORMANCE","personality-traits":"Personality Traits","personality-traits-u":"PERSONALITY TRAITS","persuasion":"Persuasion","persuasion-core":"Persuasion (Cha)","persuasion-u":"PERSUASION","pick-your-equipment":"Pick your equipment","piety-u":"PIETY","platinum-piece-u":"PP","point-buy":"Point Buy","portions-sheet-utilize":"Portions of this sheet utilize content from the System Reference Document 5.0 under the OGL License. View OGL License and Copyright Notice. https://wiki.roll20.net/SRD_5.0_OGL_License","powerful_build-u":"POWERFUL BUILD","prep-u":"PREP","prepared":"Prepared","prerequisite:":"Prerequisite:","pro-u":"PRO","prof-bonus":"Proficiency Bonus","prof-bonus-u":"PROFICIENCY BONUS","prof-bonus:-u":"PROFICIENCY BONUS:","prof-die":"Proficiency Die (DMG)","prof-langs-u":"PROFICIENCIES & LANGUAGES","prof-u":"PROFICIENT","proficency-u":"PROFICIENCY","proficiency":"Proficiency","proficient":"Proficient","proficient-u":"PROFICIENT","prop:-u":"PROP:","public:-u":"PUBLIC","query-adv":"Query Advantage","query-advantage":"Query Advantage","query-attr-u":"QUERY ATTRIBUTE","query-roll-adv":"Query Advantage","query-whisp":"Query Whisper","query-whisper":"Query Whisper","query-whisper-roll":"Query Whisper","race":"Race","race-u":"RACE","race:-u":"RACE:","racial":"Racial","range-place":"Self (60-foot cone)","range-reach-place":"5 ft.","range-reach:-u":"RANGE/REACH:","range:":"Range:","range:-u":"RANGE:","ranged":"Ranged","ranger":"Ranger","reactions":"Reactions","relaunch-lvl1mancer-u":"LAUNCH LEVEL 1 CHARACTERMANCER (CANNOT BE UNDONE)","reliable-talent-u":"RELIABLE TALENT:","religion":"Religion","religion-core":"Religion (Int)","religion-u":"RELIGION","remaining-u":"REMAINING","reset-on":"Reset On","rest-buttons-u":"SHORT/LONG REST","return-to:":"Return to: ","review-u":"REVIEW","review-your-choices":"Review your choices:","ritual":"Ritual","ritual-l":"ritual","ritual-u":"RITUAL","rogue":"Rogue","roll":"Roll","roll-advantage":"Always Roll Advantage","roll-for-stats":"Roll for Stats","roll-queries":"Roll Queries","roll-queries-info":"D20 Rolls output according to this option. Always Roll Advantage is the default setting and will roll two D20 on every roll in case of advantage. The expectation is that if there is no advantage or disadvantage you use the left most result. The Advantage Toggle option adds three new buttons to the top of the sheet so that you can toggle advantage on a case by case basis. Query Advantage gives you a prompt every roll asking if the roll has advantage. Never Roll Advantage always rolls a single D20 on any given roll, expecting the player to roll a second time in case of advantage or disadvantage.","roll-queries:-u":"ROLL QUERIES:","roll:-u":"ROLL:","ruby-dust-place":"ruby dust worth 50gp","san-u":"SAN","sanity":"Sanity","sanity-info":"Enables the optional Sanity Attribute.","sanity-save":"Sanity Save","sanity-save-u":"SANITY SAVE","sanity-setting-u":"SANITY SCORE:","sanity-u":"SANITY","save":"Save","save-effect-place":"half damage","save-effect:-u":"SAVE EFFECT:","save-opts-u":"SAVE OPTIONS","save_progress_and_exit":"Save and Exit","saves-u":"SAVES","saving-throw":"Saving Throws","saving-throw-proficiency":"Saving Throw Proficiency","saving-throw:-u":"SAVING THROW:","saving-throws-u":"SAVING THROWS","school:-u":"SCHOOL:","select-your-choices":"Select Your Choices:","senses":"Senses","senses-u":"SENSES","shaped-sheet-u":"SHAPED SHEET","short-rest":"Short Rest","show":"Show","show-global-ac-field-u":"SHOW GLOBAL AC MODIFIER FIELD","show-global-attack-field-u":"SHOW GLOBAL ATTACK MODIFIER FIELD","show-global-damage-field-u":"SHOW GLOBAL DAMAGE MODIFIER FIELD","show-global-save-field-u":"SHOW GLOBAL SAVE MODIFIER FIELD","show-global-skill-field-u":"SHOW GLOBAL SKILL MODIFIER FIELD","show_all":"Show All","silver-piece-u":"SP","simple":"Simple","simple-proficiencies-info":"Character OTHER PROFICIENCIES & LANGUAGES section defaults to the complex style that is compatible with the Roll20 5E Compendium. The Simple option provides a text field for players who want more manual control over the sheet.","simple-traits-info":"Character FEATURES AND TRAITS section defaults to the complex style that is compatible with the Roll20 5E Compendium. The Simple option provides a text field for players who want more manual control over the sheet.","size":"Size","size-u":"SIZE","skill":"Skill","skill-opts-u":"SKILL OPTIONS","skill-proficiencies":"Skill Proficiencies:","skills":"Skills","skills-list":"acrobatics,animal_handling,arcana,athletics,deception,history,insight,intimidation,investigation,medicine,nature,navigation,perception,performance,persuasion,religion,sleight_of_hand,stealth,survival","skills-u":"SKILLS","skin-u":"SKIN","sleight_of_hand":"Sleight of Hand","sleight_of_hand-core":"Sleight of Hand (Dex)","sleight_of_hand-u":"SLEIGHT OF HAND","slots_remaining-u":"SLOTS REMAINING","slots_total-u":"SLOTS TOTAL","small":"Small","sorcerer":"Sorcerer","source-type:-u":"SOURCE TYPE:","source:-u":"SOURCE:","speed":"Speed","speed-u":"SPEED","spell":"spell","spell-ability-u":"SPELLCASTING ABILITY","spell-atk-bonus-u":"SPELL ATTACK BONUS","spell-atk:-u":"SPELL ATTACK:","spell-component-material":"M","spell-component-somatic":"S","spell-component-verbal":"V","spell-concentration":"C","spell-dc-u":"SPELL DC","spell-full-u":"FULL (Cleric, Druid, Wizard)","spell-half-u":"HALF (Artificer, Paladin, Ranger)","spell-icons:-u":"SPELL ICONS:","spell-list":"Spell List:","spell-points-u":"SPELL POINTS","spell-ritual":"R","spell-save-dc-u":"SPELL SAVE DC","spell-slots:-u":"SPELL SLOTS:","spell-third-u":"THIRD (Arcane Fighter/Rogue)","spell-u":"SPELL","spell_dc_mod:-u":"SPELL SAVE DC MOD:","spell_slot_modifiers-u":"SPELL SLOT MODIFIERS","spellcard-u":"SPELLCARD","spellcast-npc-u":"SPELLCASTING NPC","spellcasting-ability":"Spellcasting Ability:","spellcasting-ability:-u":"SPELLCASTING ABILITY:","spells":"Spells","spells-u":"SPELLS","standard-array":"Standard Array","standard-roll":"Roll 4d6, drop lowest","starting-gold:":"Starting Gold:","starting-wealth":"Starting Wealth (PHB)","stats-rolled-hint":"We rolled your dice! Check the chat window to view your results in detail. Assign the results below to your preferred attributes:","stealth":"Stealth","stealth-core":"Stealth (Dex)","stealth-u":"STEALTH","step1-equipment":"Step 5: Equipment","str":"Str","str-u":"STR","strength":"Strength","strength-save":"Strength Save","strength-save-u":"STRENGTH SAVE","strength-u":"STRENGTH","subclass:-u":"SUBCLASS:","subrace":"Subrace:","subrace-ability-increase":"Subrace Ability Score Increase:","subrace:-u":"SUBRACE:","successes-u":"SUCCESSES","suggested-abilities":"Suggested Abilities: ","survival":"Survival","survival-core":"Survival (Wis)","survival-u":"SURVIVAL","target:":"Target:","target:-u":"TARGET:","temp":"Temporary","third-caster-u":"THIRD CASTER","tiny":"Tiny","to-gm:-u":"TO GM","to-hit-place":"One target","to-hit:-u":"TO HIT:","toggle-roll-adv":"Advantage Toggle","toggle-roll-whisper":"Whisper Toggle","token_size-u":"TOKEN SIZE","tool":"Tool","tool-prof-u":"TOOL PROFICIENCIES","tool-proficiencies":"Tool Proficiencies:","tool-u":"TOOL","total":"Total","total-level-u":"TOTAL LEVEL","total-weight-u":"TOTAL WEIGHT","traits":"Traits","transition-opts-u":"TRANSITION OPTIONS","transition-text":"Clicking one of the images below will reformat the data from your current sheet to this sheet. These changes are permanent and cannot be undone.","transition-text-highlight":"Please make a copy of your game before you use this tool.","transmutation":"Transmutation","treasure-u":"TREASURE","type-u":"TYPE","type:-u":"TYPE:","use-as-resource-u":"USE AS A RESOURCE","use-charactermancer-for-new-info":"With this option enabled all new characters will open with the Level 1 Roll20 Charactermancer. Disabling this option will start new characters directly on the character sheet disabling the Level 1 Charactermancer, which can still be manually run from the Settings tab of the character sheet.","use-charactermancer-for-new:-u":"USE LEVEL 1 CHARACTERMANCER FOR NEW CHARACTERS:","lvup-button-mode:-u":"LEVEL-UP BUTTON MODE:","lvup-button-milestone":"Milestone","lvup-button-xp":"Experience Points","lvup-button-disabled":"Disabled","lvup-button-desc":"With this option set to 'Milestone', the button to invoke the Charactermancer will be displayed all the time beside the character class. In the 'Experience Points' mode, the button will only be displayed when the character acquired enough XP to go to the next level. Disabling this option will hide the button, however, players can still fire Charactermancer by going into the sheet settings.","use-cust-class-u":"USE CUSTOM CLASS","use-pb":"Use PB?","variant-phb":"Variant (PHB p176)","version":"v","vr-ability-rules":"When determining your character's ability scores, increase one score by 2 and increase a different score by 1, or increase three different scores by 1. Follow this rule regardless of the method you use to determine the scores, such as rolling or point buy.","vs-dc:-u":"VS DC:","warlock":"Warlock","warning-armor-sets-u":"WARNING - AC IS NOT INCORRECT. UNEQUIP EXTRA ARMOR OR SHIELD FROM ITEM DETAILS.","warning-customac-u":"ATTENTION - CUSTOM AC IS NOT BEING USED. TO USE CUSTOM AC, UNEQUIP ARMOR.","warning-leveler_start-u":"ATTENTION - YOU CANNOT LAUNCH THE CHARACTERMANCER LEVEL UP UNTIL YOU HAVE A CLASS, LEVEL, AND HP SET FOR LEVEL ONE. PLEASE RUN THE CHARACTERMANCER CREATOR FIRST. THE LEVEL UP TOOL DOESN'T WORK WITH CUSTOM CLASSES OR IF THE MULTICLASS OPTIONS ARE SET UP INCORRECTLY.","weapon":"Weapon","weapon-proficiencies":"Weapon Proficiencies:","weapon-proficiencies-u":"WEAPON PROFICIENCIES","weapon-u":"WEAPON","weight-u":"WEIGHT","whisp-rolls-gm-info":"All sheet rolls are sent to all players in chat by default. Whisper Toggle gives a set of buttons to quick select your preference on the fly. Query Whisper option gives you a prompt with each roll of whether or not the roll should be sent privately only to yourself and the GM. Always Whisper Rolls will send all rolls only to yourself and the GM.","whisp-rolls-gm:-u":"WHISPER ROLLS TO GM:","whisper-roll-to-gm":"Whisper Rolls to GM","whisper-rolls":"Always Whisper Rolls","whisper-toggle":"Whisper Toggle","wis":"Wis","wis-u":"WIS","wisdom":"Wisdom","wisdom-save":"Wisdom Save","wisdom-save-u":"WISDOM SAVE","wisdom-u":"WISDOM","wizard":"Wizard","xp-u":"XP","yes":"Yes","you-can-increase-two-abilites":"You can increase two of your abilities by 1, or one of your abilities by 2","you-have-chosen-starting-gold":"You have chosen starting gold and do not get equipment from your background.","you-have-created-custom-class":"You have created a custom class; you can add equipment to the character sheet after you have finished the Charactermancer.","you-havent-chosen-background":"You have not yet selected a background.","you-havent-selected-class":"You have not yet selected a class.","you-really-havent-done":"You really haven't done that much yet","your-character-dont-have-spells-this-lvl":"Your character doesn't have spells at this level. Click “Next” to review your character!","consolidated-proficiencies-u":"CONSOLIDATED PROFICIENCIES","player-name-u":"PLAYER NAME","filter":"Filter by...","item":"Item","tactician":"Tactician","additional-effects":"additional effects","base-speed":"base speed","description":"description","explosion-cap":"explosion cap","fuel-items":"fuel items","heavy":"heavy","light":"light","long":"long","maximum-crew":"maximum crew","maximum-crew-bonus":"maximum crew bonus","mettle-pool":"mettle pool","mobility":"mobility","range":"range","rank":"rank","relevant-crew-boons":"relevant crew boons","role":"role","short":"short","skeleton-crew":"skeleton crew","standard":"standard","target-die":"target die","unranked-crew":"unranked crew","weight":"weight","bow-weapons":"bow weapons","port-weapons":"port weapons","starboard-weapons":"starboard weapons","stern-weapons":"stern weapons","ammunition":"ammunition","vehicle-crew":"vehicle crew","officers-and-specialists":"officers & specialists","upgrades":"upgrades","low":"low","balanced":"balanced","high":"high","bow-weapon-slots":"bow weapon slots","port-weapon-slots":"port weapon slots","starboard-weapon-slots":"starboard weapon slots","stern-weapon-slots":"stern weapon slots","slots":"slots","arcanist":"Arcanist","artist":"Artist","boatswain":"Boatswain","captain":"Captain","cook":"Cook","first-mate":"First Mate","helmsperson":"Helmsperson","master-gunner":"Master Gunner","navigators":"Navigators","quartermaster":"Quartermaster","shipwright":"Shipwright","spymaster":"Spymaster","surgeon":"Surgeon","ship-type":"ship type","bow":"bow","port":"port","starboard":"starboard","stern":"stern","select-weapon-slot":"Select Weapon Slot","km_skills-order":"agriculture,arts,boating,defense,engineering,exploration,folklore,industry,intrigue,magic,politics,scholarship,statecraft,trade,warfare,wilderness","km_sheet represents":"sheet represents:","km_miscellaneous-query":"enter any miscellaneous bonuses you have","km_control dc":"control dc","km_miscellaneous abbreviation":"misc","km_whisper":"Rolls are","km_never whisper":"public","km_always whisper":"sent to gm only","km_fame type":"fame type","km_buildings":"buildings","km_events":"events","km_ruler":"ruler","km_counselor":"counselor","km_emissary":"emissary","km_magister":"magister","km_treasurer":"treasurer","km_viceroy":"viceroy","km_warden":"warden","km_general":"general","km_untrained":"untrained","km_trained":"trained","km_expert":"expert","km_master":"master","km_legendary":"legendary","tabs-kingmaker-kingdom":"kingdom","tabs-kingmaker-army":"army","tabs-kingmaker-settlement":"settlement","km_kingdom":"kingdom","km_army":"army","km_kingdom name":"kingdom name","km_fame":"fame","km_infamy":"infamy","km_charter":"charter","km_heartland":"heartland","km_government":"government","km_capital city":"capital city","km_experience points":"experience points","km_resource dice":"resource dice","km_size":"size","km_rp":"rp","km_unrest":"unrest","km_unrest penalty":"unrest penalty","km_consumption":"consumption","km_ability scores":"ability scores","km_ruin":"ruin","km_corruption":"corruption","km_crime":"crime","km_decay":"decay","km_strife":"strife","km_leaders":"leaders","km_character name":"character name","km_food":"food","km_lumber":"lumber","km_luxuries":"luxuries","km_ore":"ore","km_stone":"stone","km_max":"max","km_farmlands":"farmlands","km_lumber camps":"camps","km_mines":"mines","km_quarries":"quarries","km_trade agreements":"trade agreements","km_event check dc":"event check dc","km_skills":"skills","km_stability":"stability","km_status":"status","km_circumstance":"circumstance","km_item":"item","km_other":"other","km_culture":"culture","km_economy":"economy","km_loyalty":"loyalty","km_feats":"feats","km_description":"description","km_abilities":"abilities","km_army name":"army name","km_level":"level","km_alignment":"alignment","km_army type":"army type","km_scouting":"scouting","km_scouting dc":"scouting dc","km_recruitment dc":"recruitment dc","km_ac":"ac","km_maneuver":"maneuver","km_maneuver dc":"maneuver dc","km_morale":"morale","km_morale dc":"morale dc","km_hp":"hp","km_rout threshold":"rout threshold","km_melee":"melee","km_ranged":"ranged","km_shots":"shots","km_tactics":"tactics","km_tactical actions":"tactical actions","km_conditions":"conditions","km_concealed":"concealed","km_defeated":"defeated","km_destroyed":"destroyed","km_efficient":"efficient","km_engaged":"engaged","km_fortified":"fortified","km_lost":"lost","km_mired":"mired","km_distant":"distant","km_outflanked":"outflanked","km_pinned":"pinned","km_routed":"routed","km_shaken":"shaken","km_weary":"weary","km_gear":"gear","km_armor":"armor","km_healing potions":"healing potions","km_max 3":"max 3","km_settlement":"settlement","km_max. item bonus":"max. item bonus","km_influence":"influence","km_infrastructure":"infrastructure","km_garrisoned armies":"garrisoned armies","km_ongoing events":"ongoing events","km_concealed description":"A concealed army is tougher to target, and gains a +2 circumstance bonus on its Maneuver checks. Attacks against it take a –2 circumstance penalty. This condition lasts as long as the event granting the concealment persists.","km_defeated description":"When an army has zero Hit Points, it becomes defeated. A defeated army cannot take war actions. A defeated army can be restored to 1 Hit Point with the Recover Army activity (although the basic DC is increased by 5 for this check). Any effect that restores a defeated army to at least 1 Hit Point removes the defeated condition. A defeated army can only be moved one hex at a time with the Deploy Army activity. A defeated army can be Disbanded normally. It can’t be used for any other Army activity as long as it remains defeated.\\nIf a defeated army takes damage, it must succeed at a DC 16 flat check or be destroyed. If all armies on a side are defeated, those armies are destroyed.","km_destroyed description":"The army has been completely devastated, and it cannot be restored—it can only be replaced by a new army. Any gear the army had is ruined.","km_efficient description":"The army has performed an Army activity with such speed that it can be used to attempt a second Army activity immediately, but doing so causes it to lose the efficient condition. The second Army activity suffers a –5 penalty on its check, and the result of this second Army activity check cannot grant the efficient condition. If the army doesn’t attempt a second Army activity, it instead loses the efficient condition and reduces the value of one condition of its choice by 1.","km_engaged description":"An army that is in close combat with one or more enemy armies becomes engaged. An army must be engaged in order to attempt melee Strikes. If an army is engaged and attempts a maneuver war action that would cause it to disengage, it provokes reactions from any enemy armies they were engaged with.","km_fortified description":"The army is in a defensive position as the result of a Garrison Army activity. While fortified, enemy armies cannot engage the army and the army cannot engage enemy armies. A fortified army gains a +4 item bonus to its AC and to Morale checks made to rally. A fortified army that uses a maneuver war action immediately loses its fortified condition.","km_lost description":"When an army’s attempt to deploy to a new location fails, it can become lost. A lost army can take no Army activity other than Recover, and that only in an attempt to remove the lost condition. When an army recovers from the lost condition, the GM decides what the army’s new location is (typically this is at an approximate midpoint between the army’s starting point and its intended destination).","km_mired description":"The army’s movement is severely impaired. It may be bogged down in mud, snow, underbrush, rubble, or similar terrain, encumbered by carrying heavy burdens, or any other reason. Mired always has a value. A mired army takes a circumstance penalty on all maneuvers equal to its mired value and to Deploy Army checks. If an army ever becomes mired 4, it becomes pinned.","km_distant description":"An army that has the distant condition has managed to retreat a fair range away from enemy armies, and is potentially poised to make an escape from the field of battle. Armies can attempt ranged Strikes against distant armies, but they take a –5 penalty on that Strike.","km_outflanked description":"The army has enemies coming at it from many directions and must split its forces to deal with threats on every side. The army takes a –2 circumstance penalty to its AC.","km_pinned description":"The army and cannot move reely. It has the outflanked condition and cannot use any maneuver war actions. A pinned army cannot be deployed.","km_routed description":"The army retreats, whether due to magical compulsion or simply broken morale. On its turn, a routed army must use the Retreat war action. While routed, the army takes a –2 circumstance penalty to Morale checks. This condition ends automatically once a war encounter is resolved, but the routed army increases its shaken value by 1 in this case. If all armies on one side of a battle are routed simultaneously, the battle ends and the other army is victorious.","km_shaken description":"The army’s morale has begun to falter, be it fear in the face of a powerful enemy, a supernatural effect such as a dragon’s frightful presence, or simply the result of ill fortune in the tide of battle. Shaken always has a numerical value. The army’s Morale checks take a circumstance penalty equal to its shaken value, and whenever the army takes damage, it must succeed on a DC 11 flat check or its shaken value increases by 1. An army that becomes shaken 4 is automatically routed. An army reduces the value of this condition by 1 each Kingdom turn that passes during which it does not attempt an Army activity or engage in a war encounter.","km_weary description":"The army is exhausted. Weary always has a numerical value. A weary army takes a circumstance penalty equal to its weary value to its AC, to its Maneuver checks, and to its Army activity checks; it takes double this circumstance penalty on Deploy Army checks. An army reduces the value of this condition by 1 each Kingdom turn that passes during which it does not attempt an Army activity or engage in a war encounter.","km_agriculture":"agriculture","km_arts":"arts","km_boating":"boating","km_defense":"defense","km_engineering":"engineering","km_exploration":"exploration","km_folklore":"folklore","km_industry":"industry","km_intrigue":"intrigue","km_magic":"magic","km_politics":"politics","km_scholarship":"scholarship","km_statecraft":"statecraft","km_trade":"trade","km_warfare":"warfare","km_wilderness":"wilderness","km_settlement name":"settlement name","km_overcrowded":"overcrowded","km_village":"village","km_town":"town","km_city":"city","km_metropolis":"metropolis","km_magical streetlamps":"magical streetlamps","km_paved streets":"paved strets","km_sewer system":"sewer system"} \ No newline at end of file