/** Set the width and height properties to the same aspect-ratio as Steam's images
*/
/** Outputs the correct vertical dimension to maintain the same aspect-ratio as Steam's images, regardless of width. Arguments: - height-modifier (optional): A <length> value to adjust the vertical dimension if needed
*/
.button { border: none; border-radius: 3px; color: white; cursor: pointer; display: inline-block; font-size: 14px; line-height: 26px; margin: 0; padding: 0px 10px; text-decoration: none; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); transition: box-shadow 0.2s ease, background 0.2s ease; }
.button.light-background { box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2); }
.button.dark-background { box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 1px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2); }
.button:focus { outline: none; }
.button:active { box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2); }
.button.large { box-sizing: border-box; line-height: 46px; font-size: 18px; padding: 0 20px; margin-top: 1px; }
.button.blue { background-color: #4dc4ff; background-image: linear-gradient(-180deg, #4dc4ff 0%, #17a1e6 100%); }
.button.blue:hover { background-image: linear-gradient(-180deg, #80d5ff 0%, #19b2ff 100%); }
.button.blue:active { background: #148fcc; }
.button.red { background-color: #ff5044; background-image: linear-gradient(-180deg, #ff5044 0%, #e62117 100%); }
.button.red:hover { background-image: linear-gradient(-180deg, #ff8280 0%, #ff0b0f 100%); }
.button.red:active { background: #148fcc; }
.button.green { background-color: #97b147; background-image: linear-gradient(-180deg, #97b147 0%, #7e992e 100%); }
.button.green:hover { background-image: linear-gradient(-180deg, #aecc52 0%, #94b336 100%); }
.button.green:active { background: #7e992e; }
.button.orange { background-color: #ed996f; }
.button.gray { background-color: #bbbbbb; background-image: linear-gradient(-180deg, #bbbbbb 0%, #aaaaaa 100%); }
.button.gray:hover { background-image: linear-gradient(-180deg, #bbbbbb 0%, #aaaaaa 100%); }
.button.gray:active { background: #999999; }
.button.disabled { opacity: 0.5; cursor: default; pointer-events: none; }

.plain-oval, .gray-oval, .round-active-button { padding: 5px 10px; border: 1px solid #898e97; border-radius: 18px; background: white; color: black; font-weight: bold; text-align: center; font-size: 14px; display: inline-block; }
.plain-oval:focus, .gray-oval:focus, .round-active-button:focus { outline: none; }

.gray-oval, .round-active-button { background-color: #a1a7b2; color: white; text-shadow: 1px 1px #898e97; }

.round-active-button { cursor: pointer; background: linear-gradient(-180deg, #97b147 0%, #7e992e 100%); text-decoration: none; color: white; }
.round-active-button:hover, .round-active-button:focus { filter: brightness(1.1); }

.fixed-width-button { width: 100px; }

.flat-button { border: 1px solid rgba(0, 0, 0, 0.25); border-radius: 5px; display: inline-block; background-color: transparent; color: white; padding: 0.5em 1em; font-weight: bold; text-align: center; text-decoration: none; transition: background-color 0.1s ease-in-out; }
.flat-button.disabled { opacity: 0.5; cursor: default; pointer-events: none; }
.flat-button.large-button { font-size: 1.15em; }
.flat-button.larger-button { font-size: 1.25em; padding: 0.85em 1.75em; }
.flat-button.green { background-color: #97b147; }
.flat-button.green:hover { background-color: #acc368; }
.flat-button.blue { background-color: #17a0e5; }
.flat-button.blue:hover { background-color: #43b4ec; }
.flat-button.red { background-color: #dc3f31; }
.flat-button.red:hover { background-color: #e3685d; }
.flat-button.gray { background-color: #757b86; }
.flat-button.gray:hover { background-color: #90959e; }

.subtab-button { border-radius: 3px; font-weight: bold; font-size: 14px; line-height: 17px; padding: 14px; text-decoration: none; text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2); }
.subtab-button.grey { box-shadow: inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.5); background-image: linear-gradient(-180deg, #a1a7b2 0%, #7b818c 100%); color: white; }
.subtab-button.orange { box-shadow: inset 0px -2px 0px 0px rgba(255, 255, 255, 0.2), inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2); background-image: linear-gradient(0deg, #ffb061 0%, #ef9841 100%); color: #fff3dd; }
.subtab-button:hover, .subtab-button:focus { filter: brightness(1.1); }

/******************** REDESIGN BUTTONS * *******************/
.button-v2 { color: white; cursor: pointer; display: inline-block; font-weight: bold; text-decoration: none; text-rendering: optimizeLegibility; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65); text-transform: uppercase; transition-duration: 0.2s; transition-property: background-color, border, color, box-shadow, text-shadow; transition-timing-function: ease-in-out; white-space: nowrap; }
.button-v2:active { box-shadow: inset 0 0 0.1em 0.1em rgba(0, 0, 0, 0.35); }
.button-v2.black { border: 2px solid rgba(141, 141, 141, 0.6); background-color: rgba(10, 10, 10, 0.35); }
.button-v2.blue { background-color: #17a0e5; border: 1px solid #17a0e5; }
.button-v2.blue:hover { background-color: #17a0e5; border: 1px solid #17a0e5; }
.button-v2.blue:hover:not(.clear-button) { background-color: #2caaea; border: 1px solid #2caaea; }
.button-v2.gray { background-color: #7f7f7f; border: 1px solid #7f7f7f; }
.button-v2.gray:hover { background-color: #7f7f7f; border: 1px solid #7f7f7f; }
.button-v2.gray:hover:not(.clear-button) { background-color: #8c8c8c; border: 1px solid #8c8c8c; }
.button-v2.green { background-color: #97b147; border: 1px solid #97b147; }
.button-v2.green:hover { background-color: #97b147; border: 1px solid #97b147; }
.button-v2.green:hover:not(.clear-button) { background-color: #a2bb56; border: 1px solid #a2bb56; }
.button-v2.orange { background-color: #ef9841; border: 1px solid #ef9841; }
.button-v2.orange:hover { background-color: #ef9841; border: 1px solid #ef9841; }
.button-v2.orange:hover:not(.clear-button) { background-color: #f1a559; border: 1px solid #f1a559; }
.button-v2.red { background-color: #dc3f31; border: 1px solid #dc3f31; }
.button-v2.red:hover { background-color: #dc3f31; border: 1px solid #dc3f31; }
.button-v2.red:hover:not(.clear-button) { background-color: #e05447; border: 1px solid #e05447; }
.button-v2.clear-button { background-color: inherit; border-color: inherit; border-style: solid; border-width: 1px; color: inherit; text-shadow: none; }
.button-v2.clear-button:hover { color: white; text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.65); }
.button-v2.clear-button.black:hover { background-color: rgba(0, 0, 0, 0.85); border-color: white; }

.ghost-button { opacity: 0.35; }
.ghost-button:hover:not(.disabled) { opacity: 1; }

.oval-button { padding: 0.75em 1em; border-radius: 1.75em; }

.rectangular-button { padding: 0.5em 0.75em; border-radius: 0.3em; }

body { margin: 0; padding: 0; overflow: hidden; }

.hbbody { margin: 0; width: 400px; height: 125px; }

.hbbody .widget { font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif; font-weight: 600; font-size: 12px; color: #999999; background: #f2f2f2; margin: 0; width: 392px; height: 116px; padding: 4px; background: url("../../../static/hashed/4e4d12df5099104c8d6ee223cf1e1ec1d90b97f5.png"); position: relative; }

.hbbody a { text-decoration: none; }

.hbbody h2 { font-size: 16px; font-weight: 200; float: left; padding: 0; margin: 0; }

.button { padding: 0 7px; font-size: 12px; text-shadow: none; }
.button.lt-green { border: 1px solid #93b86e; color: #5b8421; background-color: #c0dfa0; }
.button.lt-green:hover { background-color: #d9ecc6; }

.hbbody #hbpurchase { height: 27px; position: absolute; top: 10px; right: 10px; }

.hbbody #hblogo-over { position: absolute; left: 88px; top: 10px; width: 224px; }

.hbbody #hblogo { position: absolute; left: 5px; top: 6px; width: 300px; max-height: 60px; }

.hbbody #promoover { font-weight: 200; left: 10px; position: absolute; top: 50px; width: 380px; }

.hbbody #promoover h2 { float: none; text-align: center; }

.hbbody #emailinput { text-align: center; position: relative; top: 10px; }

.hbbody #heading-bundles-sold { top: 61px; /* {% if bundlessold >= 900000 %} */ right: 5px; /* {% else %} */ right: 10px; /* {% endif %} */ position: absolute; /* {% if bundlessold >= 900000 %} */ width: 170px; /* {% else %} */ width: 146px; /* {% endif %} */ height: 60px; }

.hbbody #heading-time-remaining { top: 61px; /* {% if bundlessold >= 900000 %} */ left: 5px; /* {% else %} */ left: 10px; /* {% endif %} */ position: absolute; width: 250px; height: 70px; }

.hbbody .heading-num { text-align: center; }

.hbbody .heading-caption { font-size: 10px; text-align: center; top: 50px; position: absolute; }

.hbbody .heading-heading { position: absolute; top: 2px; left: 2px; overflow: visible; color: #999999; text-shadow: none; padding-left: 26px; font-size: 14px; font-weight: 500; }

.hbbody .digit-holder { position: absolute; top: 22px; left: 2px; }

.hbbody .heading-icon { position: absolute; top: -3px; left: 1px; }

.hbbody #heading-time-remaining .heading-icon { background: url("../../../static/hashed/c64870222d5bd361be79707224747671389a66ae.png") no-repeat; width: 20px; height: 20px; margin-top: 2px; }

.hbbody #heading-bundles-sold .heading-icon { background: url("../../../static/hashed/ec0b122d6a9d4fe520862c61d9f516b69878fe00.png") no-repeat; width: 20px; height: 20px; margin-top: -1px; }

.transparent-digits.mini-digit-holder .heading-num { color: #444444; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.hbbody.over #hblogo { display: block; position: static; margin-left: auto; margin-right: auto; }

img.weekly { margin: 6px 0 0 5px; width: 270px; }