@charset "UTF-8";

:root {
    --color-red: #E74C3C;
    --color-green: #2ecc71;
    --color-blue: #3498DB
}

:root,
body.page-theme-light {
    --color-text-primary: #2c3e50;
    --color-primary-1: #fff;
    --color-primary-2: #E9ECEF;
    --color-panel-header: var(--color-primary-1);
    --color-panel-body: var(--color-primary-2);
    --color-panel-border: var(--color-primary-2)
}

body.page-theme-dark {
    --color-text-primary: #F7F9FA;
    --color-primary-1: #303030;
    --color-primary-2: #282828;
    --color-panel-header: var(--color-primary-1);
    --color-panel-body: var(--color-primary-2);
    --color-panel-border: #454545
}

::-moz-selection {
    background: #a8d1ff
}

::selection {
    background: #a8d1ff
}

::-moz-selection {
    background: #a8d1ff
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

#cloudflare-old-browser {
    height: 50px !important;
    padding: 12px !important
}

#canvas {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    pointer-events: none
}

.app_gdpr--2k2uB {
    --cmpBgColor: #ffffff;
    --cmpTextColor: #34495e;
    --cmpBrandColor: #3498db;
    --cmpHoverColor: #2980b9
}

body.cmp-state--bar {
    margin-bottom: 118px
}

html {
    min-width: 251px
}

body {
    padding-top: 53px;
    background-image: url(/img/pattern2.svg);
    background-color: #fff
}

object {
    pointer-events: none
}

a {
    cursor: pointer
}

.panel-alt-color {
    background-color: #e3e0f3
}

.panel-new {
    background: #7f8c8d;
    padding: 3px;
    box-shadow: 1px 1px 3px #111;
    margin-bottom: 25px;
    border-radius: 0;
    border: none
}

.panel-new>.panel-bg {
    background-color: #fff
}

.panel-group>.panel-new {
    border-radius: 0
}

.panel-new>.panel-heading {
    border: none !important;
    background: 0 0 !important;
    background-color: transparent !important;
    color: #ecf0f1 !important;
    text-align: center;
    padding: 8px;
    font-size: 20px
}

.panel-new .panel-title {
    color: #ecf0f1;
    padding: 8px;
    font-size: 30px
}

.panel-new .panel-body {
    background-color: #fff
}

.panel-new.panel-success {
    background-color: #27ae60
}

.panel-new.panel-info {
    background-color: #3498db
}

.panel-new table {
    background-color: #fff;
    margin-bottom: 0
}

.panel-new>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel-new>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel-new>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel-new>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel-new>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel-new>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel-new>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel-new>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 0
}

.panel-new>.table-responsive:last-child>.table:last-child,
.panel-new>.table:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.minimizable-panel>.panel-bg {
    overflow-y: hidden;
    height: 0
}

.minimizable-panel.open>.panel-bg {
    height: 100%
}

.minimizable-panel>.panel-heading {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    transition-property: background-color, color, border-bottom-color;
    transition-duration: .25s
}

.minimizable-panel>.panel-heading:hover {
    background-color: #1abc9c;
    border-bottom-color: #1abc9c;
    color: #fff
}

.minimizable-panel.open>.panel-heading {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #1abc9c;
    border-bottom-color: #1abc9c;
    color: #fff
}

.minimizable-panel>.panel-heading>.fa {
    transform: rotate(0);
    transition-property: transform;
    transition-duration: .25s
}

.minimizable-panel.open>.panel-heading>.fa {
    transform: rotate(180deg)
}

.flat-slate {
    background-color: #fff;
    padding-bottom: 30px
}

.flat-block {
    background-color: #fff;
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 6px
}

.flat-block h2 {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 50px
}

.queue-open {
    padding-top: 167px
}

.checkbox {
    padding-top: 0 !important;
    margin-top: 7px
}

.hide-dupes-checkbox {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3em
}

.hover-over {
    min-height: 40px;
    min-width: 120px;
    max-width: 500px;
    padding: 16px;
    position: fixed;
    z-index: 9999999999;
    background: rgba(12, 12, 12, .95);
    text-align: center;
    display: none;
    border-radius: 8px;
    color: #efefef
}

.hover-over-title {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: lighter
}

.hover-over-content {
    font-size: 16px
}

.hover-over-content hr {
    margin: 10px 0
}

.badge {
    background-color: #999
}

b.label {
    margin-right: 3px;
    font-size: 10px;
    font-weight: 700;
    vertical-align: middle
}

.navbar-main .navbar-brand {
    padding: 8px 12px
}

.small-logo {
    display: none
}

.small-logo img {
    padding: 8px !important
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.noselect {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.navbar-fixed-top {
    box-shadow: 0 -6px 25px #000;
    z-index: 1000
}

.nav-userinfo>a {
    padding: 4px !important
}

.nav-userdropdown {
    width: 62px
}

.notice-badge {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 15px;
    height: 15px;
    background-color: #d83c2d;
    border-radius: 100px;
    pointer-events: none
}

.nav-avatar {
    position: relative
}

.nav-avatar img,
.nav-avatar video {
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 100px
}

.nav-username {
    display: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 0
}

.navbar .nav ul a:hover {
    background-color: #1abc9c;
    color: #fff
}

.navbar-nav>li>a {
    padding: 15px 14px;
    font-weight: 400
}

.navbar-nav>li>a:not(.nav-userdropdown):focus,
.navbar-nav>li>a:not(.nav-userdropdown):hover {
    background-color: #1abc9c !important;
    color: #eee !important
}

.navbar-nav>.dropdown>a:focus .caret,
.navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #eee !important;
    border-bottom-color: #eee !important
}

.navbar-main .navbar-nav>li>.dropdown-menu:not(.yamm-dropdown) {
    min-width: 230px !important
}

.dropdown-menu>li>a.badge {
    position: absolute;
    right: 16px;
    margin-top: 7px;
    padding: 2px 8px;
    color: #fff
}

.dropdown-menu>.dropdown-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 8px;
    transition-property: background-color, color;
    transition-duration: .1s;
    border-radius: 2px
}

.dropdown-menu>.dropdown-item:hover {
    color: #fff;
    background-color: #16a085
}

.label-dev-logo {
    position: absolute;
    top: 9px;
    left: 145px
}

.crouton {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    background-color: #2ecc71;
    display: none;
    color: #000 !important
}

#scroll-info {
    position: fixed;
    bottom: 1em;
    left: 1em;
    padding: 1em;
    display: none;
    cursor: pointer
}

.queue-container .wrapper {
    padding-top: 8px
}

.welcome {
    background: 0 0;
    min-height: 300px;
    color: #ddd
}

.welcome-simple {
    min-height: 0 !important
}

.welcome-message {
    padding-top: 55px
}

.welcome-megaraffle {
    font-size: 170px;
    text-align: center
}

.bank-welcome {
    padding-top: 10px
}

.keys-welcome {
    padding-left: 75px
}

.welcome-status {
    margin: 20px 80px;
    clear: both;
    text-align: center;
    font-size: 25px
}

.welcome-status a {
    color: #ddd
}

.welcome-status a:focus,
.welcome-status a:hover {
    color: #1abc9c;
    text-decoration: none
}

.welcome-status-bg {
    background: rgba(0, 0, 0, .1)
}

.welcome h1 {
    margin-bottom: 8px;
    font-size: 55px
}

.welcome h3 {
    margin-top: 0;
    font-size: 30px
}

.welcome-icon .killstreaks-img {
    position: absolute;
    top: 27px;
    width: 170px;
    height: auto;
    right: 26px
}

.welcome-icon .img-b1 {
    width: 200px;
    height: 200px;
    margin-top: 45px;
    margin-left: 30px
}

.welcome-icon .inc-img {
    margin-top: 55px;
    margin-left: 96px
}

.welcome-icon .tag-img {
    margin-top: 110px;
    margin-left: 96px
}

.welcome-icon .wep-img {
    position: absolute;
    top: 50px;
    width: 114px;
    height: auto;
    right: 26px
}

.welcome-icon .stranges-img {
    position: absolute;
    top: -35px;
    width: auto;
    height: auto;
    right: 20px
}

.welcome-icon .skins-img {
    position: absolute;
    top: 60px;
    width: 200px;
    transform: scaleX(-1)
}

.welcome-icon .csgoskins-img {
    position: absolute;
    top: -40px;
    left: -60px;
    width: 350px
}

.welcome-icon .key-img {
    position: absolute;
    top: 110px;
    width: 200px;
    height: 80px;
    right: 24px
}

.welcome-icon .hats-img {
    position: absolute;
    top: 87px;
    width: 114px;
    height: 60px;
    right: 26px
}

.welcome-button-red {
    margin-left: 8px;
    border-color: #c73d27;
    color: #c73d27
}

.welcome-button {
    border: 3px solid #ecf0f1;
    font-weight: 700;
    text-align: center;
    min-width: 172px;
    white-space: nowrap;
    padding: 6px 20px;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px;
    margin-right: 12px
}

.welcome-button.wide {
    min-width: 359px
}

.welcome-button:hover {
    background: rgba(255, 255, 255, .1)
}

.welcome-button:active {
    background: rgba(255, 255, 255, .2)
}

.santa-button {
    background: #c0392b
}

.santa-button:hover {
    background: #e74c3c
}

.secret-santa-inv-notice {
    text-align: center;
    margin-bottom: 5px
}

.welcome-overlay-container {
    position: relative;
    margin: 2.5em 0
}

.container-margins {
    overflow: auto;
    margin-top: 40px
}

.container-slight-margins {
    overflow: auto;
    margin-top: 15px
}

.welcome-overlay-well {
    background: #fff;
    border-radius: 8px
}

.well {
    background: #fff;
    color: #2a2826;
    padding: 0;
    margin-bottom: 30px;
    border-radius: 8px
}

.fullpage-well {
    max-width: 960px;
    background: #fff;
    padding: 20px;
    box-shadow: 1px 1px 3px #111;
    margin: auto auto 80px
}

.flat-dialog {
    max-width: 960px;
    padding: 3px;
    box-shadow: 1px 1px 3px #111;
    margin: auto auto 80px
}

.dialog-title {
    padding: 8px;
    text-align: center;
    font-size: 30px
}

.flat-dialog-inside {
    background: #ecf0f1;
    color: #2c3e50;
    padding: 20px
}

.dia-error {
    background-color: #c0392b;
    color: #ecf0f1
}

.dia-info {
    background-color: #2980b9;
    color: #ecf0f1
}

.dia-success {
    background-color: #27ae60;
    color: #ecf0f1
}

.well-padding {
    overflow: hidden;
    margin: 12px
}

.well-title {
    font-size: 20px;
    font-weight: 700
}

.well-title a {
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #2c7fb7
}

.rev-banking-background {
    background: #2a2826;
    color: #919191;
    padding: 6px;
    border-radius: 8px
}

.rev-raffle {
    background: #2a2826;
    border-radius: 8px;
    color: #919191
}

.rev-banking-background a {
    color: #dfdfdf
}

.profile-well .rev-banking-background {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#reverse-header.container {
    position: fixed;
    z-index: 900;
    top: 53px;
    margin-left: -22px;
    padding: 0 22px
}

#reverse-header .inv-switcher {
    border-bottom: 1px dashed #7d8a8b;
    background: #2a2826;
    margin: 0
}

.queue-open #reverse-header.container {
    top: 165px
}

#reverse-header.container .rev-bot-names,
.sell-inv #reverse-header.container .rev-filters {
    padding-top: 8px
}

.reverse-container.nostickybotlist #reverse-header.container .rev-bot-names {
    overflow: hidden;
    visibility: hidden;
    height: 0 !important;
    padding: 0 !important;
    margin-top: -4px
}

.reverse-container.nostickybotlist #reverse-body.stickypadding {
    margin-top: 66px
}

.reverse-container.nostickybotlist #reverse-body.stickypadding.filtersvisible {
    margin-top: 174px
}

#reverse-body.stickypadding {
    margin-top: 100px
}

#reverse-body.stickypadding.filtersvisible {
    margin-top: 208px
}

#botlist-toggle,
#scrollmode-toggle {
    margin-top: -6px;
    z-index: 1
}

#scrollmode-toggle.active {
    transform: rotate(45deg);
    color: #fff
}

#scrollmode-toggle.active:hover {
    color: #919191
}

#botlist-toggle {
    visibility: hidden
}

#botlist-toggle.off,
#reverse-header.container #botlist-toggle {
    visibility: visible
}

#botlist-toggle.off:before {
    content: "\f06e"
}

.rev-bot-names {
    text-align: center;
    padding-bottom: 8px;
    font-size: 14px;
    background: #2a2826
}

.rev-bot-names-bottom {
    text-align: center;
    padding-top: 8px;
    font-size: 14px
}

.rev-bot-selector {
    display: inline;
    margin: 0 4px;
    padding: 4px 5px;
    line-height: 2em;
    border-radius: 6px;
    border: 1px solid transparent
}

.rev-bot-selector:hover a {
    color: #eaeff0;
    text-decoration: none
}

.rev-bot-selector a {
    color: #676b6a;
    font-weight: 400;
    padding: 3px 0
}

.active-bot {
    border: 1px solid #eaeff0
}

.active-bot a {
    color: #eaeff0 !important
}

.rev-filters {
    padding-top: 8px;
    border-bottom: 1px dashed #7d8a8b;
    border-top: 1px dashed #7d8a8b;
    padding-bottom: 8px;
    background: #2a2826
}

#item-filters {
    display: none
}

#item-filters .checkbox {
    color: #919191 !important
}

#classes {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.classes,
.slots {
    border: 1px solid #7d8a8b;
    display: inline-block;
    margin: 2px;
    border-radius: 6px;
    padding: 2px;
    cursor: pointer
}

.classes {
    float: left
}

.slots {
    float: right
}

#item-filters {
    overflow: auto;
    clear: both;
    padding-top: 10px
}

.rev-items-container {
    display: flex;
    flex-direction: column;
    max-width: 920px;
    margin: 8px auto 20px;
    text-align: center
}

.rev-items-container.expanded {
    max-width: 1070px
}

.inventory-hints {
    display: flex;
    flex-direction: row
}

.reverse-complete {
    padding: 16px;
    font-size: 18px;
    display: none;
    text-align: center
}

#ClearSelectedReverse {
    display: none
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.alert a:hover {
    text-decoration: underline
}

.notices-container .alert-info {
    background-color: #2681ae
}

.notices-container .alert-info:after {
    border-top-color: #2681ae
}

.notices-container .alert-warning {
    background-color: #f99e4d
}

.notices-container .alert-warning:after {
    border-top-color: #f99e4d
}

.notices-container .alert-danger {
    background-color: #e74c3c
}

.notices-container .alert-danger:after {
    border-top-color: #e74c3c
}

.notices-container .alert-success {
    background-color: #05c28f
}

.notices-container .alert-success:after {
    border-top-color: #05c28f
}

.bank-selector-box .alert-error,
.crouton.alert-warn {
    background: #c0392b
}

.bank-selector-box .alert-warn,
.crouton.alert-error {
    background: #e67e22
}

.bank-selector-box .alert-success,
.crouton.alert-success {
    background: #27ae60 !important
}

.bank-selector-box .alert-info,
.crouton.alert-info {
    background: #9c5ab5
}

.notice {
    min-height: 100px;
    color: #eee;
    position: relative;
    z-index: 10;
    line-height: 1.1em
}

.notice:after {
    top: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 10;
    border: 20px solid rgba(53, 152, 219, 0);
    left: 80%;
    margin-left: -30px
}

.notice .notice-container {
    display: flex;
    padding: 20px 10px
}

.notice .notice-avatar {
    margin-right: 10px
}

.notice .notice-message {
    flex-grow: 1;
    font-size: 16px;
    margin-right: 10px
}

.notice .notice-message a {
    color: #fff
}

.notice .notice-message .notice-username {
    font-weight: 700;
    margin-bottom: 3px
}

.notice .notice-message .notice-username a {
    color: #fff;
    text-decoration: none
}

.notice .notice-message .notice-username a:hover {
    text-decoration: underline
}

.notice .notice-info {
    font-size: 14px;
    text-align: right;
    flex-shrink: 0
}

.notice .notice-info a {
    color: #fff;
    text-decoration: none
}

.notice .notice-info a:hover {
    text-decoration: underline
}

.notice .notice-close {
    text-align: right;
    font-size: 18px
}

.notice .notice-close a {
    color: #fff
}

.welcome-stats {
    width: 250px;
    float: right;
    padding: 40px 0 25px 0;
    text-align: center
}

.nav-santa {
    background: url(/img/backgrounds/snowflakes.png), #16a085 !important
}

.nav-holiday-event {
    background: url(/img/backgrounds/snowflakes.png);
    background-color: #219452 !important;
    display: flex;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 16px
}

.nav-holiday-event a {
    color: #fff
}

.nav-holiday-event a:hover {
    color: #c0392b
}

.nav-holiday-event h4 {
    margin: 0
}

.nav-summer-event {
    background-color: #686de0 !important;
    display: flex;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 8px
}

.nav-summer-event>span {
    font-size: 18px;
    margin: 0
}

.nav-summer-event a {
    color: #fff
}

.nav-summer-event a:hover {
    color: #ffbe76;
    text-decoration: none
}

.nav-toth {
    background-image: url(/img/toth_bg.jpg);
    display: flex;
    justify-content: center
}

.nav-toth-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px
}

.nav-toth img {
    height: 100px
}

.nav-toth h3 {
    display: block;
    margin-top: 4px
}

.nav-toth h4 {
    display: block;
    margin: 0
}

.nav-toth a {
    color: #fff !important;
    text-decoration: underline
}

.navbar-default .navbar-nav>li>a {
    font-weight: 700
}

.navbar-main .navbar-collapse {
    height: calc(100vh - 53px);
    max-height: none !important
}

.navbar-main .navbar-collapse .nav-avatar {
    margin-left: 15px
}

.stream-box {
    box-shadow: 0 3px 0 0 #9b9b9b;
    background: #ecf0f5;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px;
    padding-top: 0 !important;
    width: 300px;
    height: 223px;
    overflow: visible;
    margin-top: 40px;
    margin-bottom: 12px;
    display: inline-block;
    text-align: center
}

.stream-box img {
    width: 250px;
    height: 140px
}

.stream-title {
    color: #4a4040
}

.stream-title h4 {
    margin-bottom: 9px;
    margin-top: 8px
}

.stream-viewers {
    color: #5a5353;
    font-size: 16px
}

h3.subtitle {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 45px
}

.flat-dotted-rule {
    max-width: 750px;
    border-top: 1px dashed #bbc4c9;
    height: 1px;
    margin: 2px auto
}

.flat-dotted-rule.categories-separator {
    width: 100%
}

.sell-items-divider {
    max-width: 100% !important;
    flex: 0 0 100%
}

.bot-unavailable {
    position: relative
}

.bot-unavailable:after {
    position: absolute;
    content: "";
    left: -28px;
    top: 48%;
    right: -28px;
    border: 4px solid #e74c3c;
    border-radius: 4px;
    transform: rotate(-45.5deg)
}

.banking-row {
    background: #fff;
    padding-bottom: 10px
}

.banking-row .banking-hint {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center
}

.banking-row .subtitle {
    margin-top: 45px;
    margin-bottom: 10px
}

.banking-selectors {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    justify-content: center
}

.banking-selector {
    transition: opacity .1s;
    flex-grow: 1;
    flex-basis: 0;
    margin: 6px;
    padding: 20px;
    height: 160px;
    min-width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .9;
    box-shadow: 2px 2px rgba(0, 0, 0, .2);
    border-radius: 4px;
    position: relative
}

.banking-selector.disabled {
    background: #7f8c8d
}

.banking-selector.disabled:hover {
    cursor: auto
}

.banking-selector i {
    transition: none;
    width: 100px;
    height: 100px
}

.banking-selector-overlay {
    position: absolute;
    bottom: 4px;
    color: #fff;
    font-size: 12px
}

.banking-selector i,
.banking-selector:not(.bot-selector) img {
    max-width: 110px;
    max-height: 110px
}

.banking-selector i {
    font-size: 100px;
    color: #d8d8d8
}

.banking-selector:hover {
    cursor: pointer;
    opacity: 1
}

.banking-sell-all {
    background: #40739e;
    flex-direction: column
}

.banking-sell-all img {
    width: 100px;
    height: 100px
}

.banking-sell-all .banking-selector-overlay {
    position: static;
    font-size: 16px
}

.banking-weapons {
    background: #2f3f51
}

.banking-hats {
    background: #1abc9c
}

.banking-keys {
    background: #d83a2c
}

.banking-items {
    background: #1d9e83
}

.banking-mvm-parts {
    background: #7d8a8b
}

.banking-stranges {
    background: #e67e22
}

.banking-gifts {
    background: #3498db
}

.banking-skins {
    background: #2574a9
}

.banking-unusuals {
    background: #8c45ab
}

.banking-killstreaks {
    background: #c0392b
}

.banking-cards {
    background: #2cacb7
}

.banking-csgoskins {
    background: #2574a9
}

.banking-csgoskins:not(.bot-selector) img {
    transform: scale(1.2) scaleX(-1) rotate(30deg)
}

.banking-incinerator {
    background: #95a5a6
}

.bot-selector {
    max-width: 155px;
    padding: 0;
    overflow: hidden
}

.bot-selector .bot-selector-container {
    text-align: center;
    margin-top: -15px
}

.bot-selector .bot-selector-container .bank-bot-name {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%
}

.bot-selector .bot-selector-container .bank-bot-detail {
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.bot-selector .bot-selector-container .bank-bot-gauge {
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 0
}

.bot-selector .bot-selector-container img {
    max-height: 80px;
    max-width: 120px;
    width: 999px;
    position: relative;
    top: -5px
}

.bot-selector .bot-selector-container .fa {
    color: #c9ced1;
    position: relative;
    top: -5px
}

.bot-selector .bot-selector-container img.banking-selector-bot {
    transform: scale(1.5);
    left: -30px;
    top: -20px
}

.gifts-welcome-icon i {
    font-size: 150px;
    position: relative;
    top: 50px;
    left: 70px
}

.unusuals-img {
    margin-top: 50px
}

.profile-avatar .avatar-container {
    margin: 25px 0 25px 25px
}

.ava-hidden {
    display: none
}

.avatar {
    border-radius: 100px
}

.avatar-src {
    width: 160px;
    height: 160px;
    border: 3px solid;
    border-radius: 100px
}

.profile-summary {
    left: -40px
}

.profile-summary .friendPlayerLevel {
    color: #fff;
    font-family: "Motiva Sans", sans-serif;
    font-weight: 200;
    vertical-align: bottom;
    margin-left: 5px
}

.profile-summary .friendPlayerLevelNum {
    vertical-align: middle
}

.profile-details {
    font-size: 20px;
    padding-left: 0;
    border-left: 1px solid #3d3e3e
}

.profile-details div {
    padding: 6.3px 8px
}

.profile-details div:not(:last-child) {
    border-bottom: 1px solid #3d3e3e
}

.profile-ban {
    display: flex;
    background: #c0392b;
    color: #eee;
    padding: 14px;
    font-size: 14px;
    border-top: 1px solid #7d8a8a;
    overflow: hidden
}

.profile-ban .fa-ban {
    color: #eee;
    margin-right: 10px
}

.profile-ban .profile-ban-details {
    display: flex;
    align-items: center
}

.profile-about {
    display: flex;
    background: #202020;
    color: #eee;
    padding: 14px;
    font-size: 14px;
    border-top: 1px solid #7d8a8a;
    overflow: hidden
}

.profile-about .fa-info-circle {
    margin-right: 10px
}

.about-real {
    word-wrap: break-word
}

.profile-sidebar {
    border-radius: 7px !important
}

.user-helper {
    background: #f1f1f1;
    display: inline-block;
    width: 175px;
    height: 114px;
    padding: 12px;
    border-radius: 6px;
    text-align: center;
    margin: 5px
}

.helper-username {
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden
}

.profile-background {
    background: #202020
}

.profile-summary a {
    font-weight: 700
}

.profile-summary h1 {
    font-size: 32px !important;
    margin-top: 25px;
    margin-bottom: 0
}

.profile-summary h3 {
    font-size: 20px !important;
    color: #e9f0f0;
    margin-bottom: 0;
    font-weight: lighter;
    margin-top: 0
}

.profile-icons {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap
}

.profile-icons a:not(:last-child) {
    margin-right: 2px
}

.profile-summary h4 {
    color: #7a8b8b;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 0
}

.profile-badges {
    background: #202020;
    padding: 10px;
    border-top: 1px solid #7d8a8a;
    text-align: center
}

.profile-badges .simplebadge {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-right: 8px;
    border-radius: 50%;
    font-size: 42px;
    text-align: center;
    color: #333;
    background-color: #aaa;
    cursor: default
}

.profile-badges .simplebadge,
.profile-badges img {
    margin: 4px;
    width: 60px;
    height: 60px
}

.profile-stat {
    line-height: 20px;
    padding: 8px;
    font-size: 16px
}

.profile-stat .stat-value {
    font-size: 16px;
    font-weight: 600
}

.profile-stat-name {
    font-weight: 200;
    font-size: 15px;
    margin-bottom: 4px
}

.profile-stat:not(:last-child) {
    border-bottom: 1px solid #7d8a8a
}

.profile-well .rev-banking-background {
    padding: 0
}

.about-inside {
    display: flex;
    padding: 0;
    flex-direction: column;
    height: 300px
}

.about-inside .about-row {
    display: flex;
    flex-grow: 1;
    overflow: auto
}

.about-row .about-stat-item {
    display: flex;
    align-items: center;
    flex-grow: 1;
    flex-basis: 100px;
    font-size: 40px;
    text-align: center;
    color: #fff
}

.about-row .about-stat-item div {
    width: 100%
}

.about-stat-subtitle {
    font-weight: lighter;
    font-size: 24px
}

.about-ava-wrapper {
    height: 300px;
    min-height: 300px;
    overflow: hidden;
    width: 100%
}

.avatars-blur {
    filter: blur(3px)
}

.about-avatar-bg {
    display: inline-block;
    z-index: -10;
    width: 60px;
    height: 60px;
    margin: 0 -2px
}

.about-avatar-bg img {
    z-index: -10;
    width: 60px;
    height: 60px
}

.about-overlay {
    z-index: 900;
    width: 100%;
    min-height: 293px;
    position: absolute;
    background: linear-gradient(135deg, rgba(40, 148, 122, .8) 1%, rgba(40, 148, 122, .8) 37%, rgba(60, 130, 181, .8) 59%, rgba(60, 130, 181, .8) 100%)
}

.welcome-black {
    background: #000 !important
}

#site_about {
    padding: 80px 40px
}

#logo_svg_huge {
    width: 300px;
    height: 400px;
    margin: auto;
    display: block
}

.about_region {
    padding: 20px
}

.about_founder .avatar-container {
    float: left
}

.about_founder .founder_text {
    text-align: left;
    padding-left: 12px;
    overflow: hidden
}

#the_team,
#usergroups {
    text-align: left
}

.staff_members hr {
    border-color: #dadada
}

.staff_member {
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.5em;
    text-overflow: ellipsis;
    white-space: nowrap
}

.staff_member .avatar-container {
    float: left;
    margin-right: 12px
}

.bot-state {
    width: 8px;
    height: 8px;
    border-radius: 120px;
    margin: 5px 2px 1px;
    display: inline-block
}

.donation-num {
    font-size: 40px;
    text-align: center;
    vertical-align: middle
}

.donation-name {
    font-size: 20px;
    text-align: left;
    vertical-align: middle
}

.donation-amount {
    font-size: 30px;
    text-align: center;
    vertical-align: middle
}

#bulkhatbox {
    text-align: center;
    margin-top: 20px
}

#num-keys-textbox {
    display: inline-block;
    width: 120px
}

.keysmalltext {
    font-size: 15px;
    color: #949494;
    margin-bottom: 10px
}

.key-prices {
    text-align: center;
    margin: auto;
    padding-top: 40px
}

.key-smalltext {
    color: #b3b3b3;
    width: 450px;
    font-size: 20px;
    font-style: italic;
    margin-top: -12px;
    margin-bottom: 20px
}

.key-buy,
.key-sell {
    font-size: 34px;
    text-shadow: -1px 0 #111, 0 1px #111, 1px 0 #111, 0 -1px #111
}

.key-sell {
    color: #c73d27
}

.key-buy {
    color: #009d85
}

.table-bot-info {
    margin-bottom: 0 !important
}

.select .dropdown-menu {
    width: 220px
}

.inline-msg {
    border: 2px solid #eef0f0;
    border-radius: 8px;
    padding: 8px 12px
}

.help-tab-content {
    background: #fff;
    padding: 20px
}

.help-bg {
    background: #fff;
    border-radius: 6px
}

.nav-tabs {
    margin-bottom: 0
}

.nav-tabs>li>a,
.nav-tabs>li>a:active,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    font-size: 18px;
    padding: 15px 30px;
    text-align: center
}

body>div.skiptranslate {
    margin-top: -38px
}

.goog-te-banner-frame {
    top: auto !important;
    bottom: 0 !important
}

#helpcenter-menu .panel {
    height: 175px
}

#helpcenter-quickstart a.btn {
    margin-bottom: .55em;
    margin-right: 10px
}

#helpcenter-content img {
    max-width: 96%;
    max-height: 460px;
    margin: auto;
    padding: 2px;
    border: 1px dotted #ccc;
    height: auto;
    display: block;
    transition: height .5s
}

#helpcenter-content img.zoomed {
    max-height: 800px;
    transition: height .5s
}

#helpModal .item {
    margin: inherit;
    height: inherit;
    width: inherit;
    float: inherit;
    background-repeat: inherit;
    background-position: inherit;
    background-size: inherit;
    border-radius: inherit;
    transition: inherit;
    cursor: inherit;
    font-size: inherit;
    padding-top: inherit;
    border: inherit;
    color: inherit
}

#helpModal .carousel-caption {
    background: 0 0
}

.carousel-control>.glyphicon-chevron-right {
    position: relative;
    left: 4px;
    top: 8px
}

#accept-help-btn {
    position: relative;
    padding: 12px 50px;
    font-size: 20px;
    margin: auto;
    text-align: center;
    display: block
}

.thanks-div {
    background: #666 url(/img/backgrounds/thanks1_by_lukie.jpg);
    background-size: contain;
    height: 641px;
    padding: 20px
}

.thonks-div {
    background: #666 url(/img/backgrounds/thonks.png);
    background-size: contain;
    height: 641px;
    padding: 20px
}

.nav-notice:not(:last-child) {
    border-bottom: 1px solid #e74c3c
}

.nav-notice {
    background-color: #c0392b;
    color: #fff;
    text-align: center;
    padding: 16px;
    line-height: normal;
    font-size: 16px
}

.nav-notice h3 {
    margin: 6px
}

.nav-notice a {
    color: #00ffcd
}

.nav-notice .label {
    font-size: 16px;
    color: #fff;
    margin: 0 1em
}

#notice-tradeurl {
    font-size: 18px;
    padding-top: 20px
}

#notices-menu li {
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#notices-menu li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sell-inv .rev-filters:nth-of-type(1) {
    border-top: none;
    padding-top: 2px
}

.sell-inv .rev-filters-bottom {
    border-bottom: none;
    padding-bottom: 0
}

.bp-load {
    margin-top: 10px
}

.create-raffle-inv {
    color: #919191
}

.flat-modal-bg {
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999
}

.flat-modal {
    position: fixed;
    margin: auto;
    top: 150px;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    z-index: 9999999999
}

.cannot-accept-info {
    display: none;
    margin-top: 1em
}

#generic-modal .onhelp-remove {
    display: block;
    margin-bottom: 2em
}

#generic-modal-helpcontent {
    font-size: 12px;
    text-align: left
}

#generic-modal-helpcontent #helpcenter-topics {
    margin: 0
}

.dialog-close,
.dialog-help,
.dialog-min {
    display: block;
    font-size: 40px;
    color: #fff;
    position: relative;
    top: -60px;
    height: 0
}

#generic-modal-helpcontent .panel-title,
#helpcenter-content .panel-title {
    font-size: 16px
}

#generic-modal-helpcontent .panel-body {
    font-size: 14px
}

.dialog-close,
.dialog-min {
    text-align: right;
    right: 9px
}

.dialog-help {
    text-align: left;
    left: 9px
}

.trade-stage-indicator {
    font-size: 24px
}

.trades-cannot-afford {
    color: #c0392b
}

.key-cnt,
.ref-cnt,
.scrap-cnt {
    transition: .2s ease-in-out
}

.inventory-search {
    width: 150px !important
}

.inv-hint {
    text-align: left;
    flex-grow: 1;
    display: flex;
    align-items: center
}

.inv-hint2 {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#num-keys-sell-textbox {
    display: inline-block;
    width: 120px;
    position: relative;
    top: 1px
}

.sidebar {
    max-width: 160px;
    background: #ecf0f1;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 999999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

footer {
    padding: 30px 0 30px;
    color: #ecf0f1;
    background: #202020;
    box-shadow: inset 0 9px 25px -16px #000
}

.btn-dark {
    background-color: #3a3a3a
}

.steam-power {
    font-size: 13px;
    color: #666
}

.legal {
    margin-bottom: 8px
}

.legal a {
    color: #666;
    font-size: 14px
}

.legal a:hover {
    color: #1abc9c
}

.foot-divide {
    width: 100%;
    margin-top: 18px;
    margin-bottom: 30px;
    border-bottom: 1px solid #343434
}

.foot-words {
    margin-top: 18px;
    text-align: center;
    font-size: 16px;
    color: #eee
}

.footer-txt {
    color: #777;
    font-size: 14px;
    text-align: center
}

.footer-logos {
    width: 80px;
    height: 80px;
    margin: 20px auto 0 auto;
    position: relative
}

.footer-logos img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.bottom-links {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.5em;
    word-spacing: 1px
}

.btn-checkout {
    font-size: 22px;
    padding: 6px 12px
}

.footer-bartop {
    color: #919191;
    line-height: normal;
    font-size: 16px
}

#GenKey pre {
    text-align: center;
    display: inline-block;
    width: 200px;
    font-size: 30px;
    margin: 20px
}

#paypal-amt {
    width: 80px;
    top: 1px;
    position: relative;
    display: inline-block
}

.tooltip-inner {
    min-width: 190px
}

.help-pills {
    margin-bottom: 10px
}

.help-pills>ul>li>a {
    padding: 20px;
    font-size: 20px
}

#helpcenter-content .bootstrap-tagsinput {
    padding: 9px 8px 5px 8px;
    border-color: #1abc9c
}

.raffle-key-group {
    margin: 0
}

.auction-hints {
    display: flex;
    padding: 20px;
    background: #f7f9fa
}

.auction-hints p {
    margin: 0
}

.auctions-list-fullwidth .panel-auction {
    width: auto !important;
    float: none !important
}

.auctions-list-fullwidth .panel-auction:nth-child(odd) {
    border-right: none !important
}

.panel-auction:nth-child(odd) {
    border-right: 2px solid #e9ecef
}

.auctions-list {
    overflow: auto
}

.panel-auction-items {
    overflow: auto !important
}

.auctions-currency {
    font-size: 13px !important
}

.auction-title .auctions-status {
    text-align: right;
    font-size: 16px;
    order: 2;
    flex-shrink: 0
}

.auction-title .raffle-name {
    order: 1;
    flex-grow: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.panel-auction .auction-title {
    display: flex
}

.raffle-entered {
    opacity: .6
}

.panel-auction,
.panel-raffle {
    background: #fff;
    overflow: hidden;
    border-top: 2px solid #e9ecef;
    position: relative
}

.panel-auction .panel-heading,
.panel-raffle .panel-heading {
    line-height: 30px;
    padding: 4px 8px;
    overflow: hidden;
    border-bottom: 2px solid #e9ecef;
    color: #3498db;
    background-color: #f7f9fa
}

.panel-raffle .panel-heading .pull-right {
    font-size: 16px
}

.inline-raffle-ad {
    border-top: 2px solid #e9ecef;
    padding: 16px 0 16px 0
}

.raffle-index-list {
    border: 2px solid #e9ecef;
    border-radius: 8px
}

.raffle-index-list .panel-raffle .panel-heading {
    border-radius: 0
}

.raffle-index-list .panel-raffle:first-child {
    border-top: none;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.raffle-index-list .panel-raffle:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}

.raffle-index-list .panel-raffle:first-child .panel-heading {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

@media (min-width:1200px) {

    .panel-only-auctions .panel-auction:nth-child(1),
    .panel-only-auctions .panel-auction:nth-child(2) {
        border-top: none
    }
}

@media (max-width:1200px) {
    .panel-only-auctions .panel-auction:nth-child(1) {
        border-top: none
    }
}

.panel-raffle-items {
    background-color: #2a2826;
    min-height: 95px;
    border-top: 2px solid #1f1d1c;
    overflow: auto
}

.panel-left {
    float: left;
    width: 188px;
    height: 95px
}

.panel-left .panel-body {
    text-align: center;
    padding: 5px !important
}

.panel-right {
    margin-left: 180px;
    color: #eee;
    overflow-y: scroll;
    height: 95px
}

.raffle-mod {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #e9ecef;
    background-color: #fefae9
}

.raffle-avatar {
    border: 2px solid #252422;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-bottom: 0
}

.raffle-username {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.raffle-mobile-usertitle {
    display: none
}

.form-row {
    margin-bottom: 20px
}

.btn-report {
    background: #c0392b
}

.create-raffle-inv .bp-txt {
    line-height: 38px
}

.auction-bid-desc,
.raffle-box-row,
.raffle-mod-row,
.raffle-opts-row {
    margin-left: 0;
    margin-right: 0;
    background: #f7f9fa
}

.raffle-box-row {
    border-top: 1px solid #bdc3c7;
    border-bottom: none
}

.bg-success {
    background-color: #dff0d8
}

.bg-warning {
    background-color: #fcf8e3
}

.raffle-opts-row {
    border-top: 1px solid #bdc3c7;
    border-bottom: 1px solid #bdc3c7
}

.auction-bid-desc {
    border-bottom: none;
    border-top: 1px solid #bdc3c7
}

#reject-btn {
    margin: 10px auto;
    display: block
}

#top-bid-container .raffle-username {
    text-align: center;
    max-width: 300px;
    margin: auto
}

.top-bid-mod div {
    vertical-align: middle;
    display: inline-block;
    max-width: 400px
}

.raffle-mod-row {
    border-bottom: 1px solid #bdc3c7
}

.raffle-password {
    font-size: 14px;
    padding: 8px
}

.raffle-row-full-width {
    padding: 8px;
    text-align: center
}

.raffle-twitch-btn {
    position: absolute;
    bottom: 5px;
    right: 5px
}

.enter-raffle-btns,
.raffle-opts-row .col-xs-7 {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    border-left: 1px solid #bdc3c7;
    min-height: 61px
}

.auction-bid-desc .col-xs-12,
.raffle-mod-row .col-xs-12,
.raffle-opts-row .col-xs-12,
.raffle-opts-row .col-xs-5 {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center
}

.raffle-info-col {
    padding-top: 20px;
    background: #f7f9fa;
    height: 222px;
    border-left: 1px solid #bdc3c7
}

.raffle-info-col dl {
    margin-left: 70px
}

.raffle-all-comments-link {
    text-align: center;
    margin-top: 2px;
    font-size: 14px
}

.auction-info-col dl {
    margin-left: 90px
}

#searchtxt,
.popover-content select {
    border: 0;
    padding: 9px 14px;
    background-color: transparent;
    width: 236px
}

#searchtxt:focus {
    outline: 0
}

.search-rel {
    position: relative;
    min-height: 500px
}

.search-items {
    margin: 20px 20px 20px 0 !important
}

.search-state {
    padding: 10px;
    text-align: center
}

.search-state .fa {
    vertical-align: middle
}

.search-outside .popover ul {
    cursor: pointer;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.search-outside .popover {
    max-width: 500px;
    z-index: 500
}

.search-outside .popover .arrow {
    left: 118px !important
}

.search-outside .popover li:first-child {
    border-top: 1px solid #888
}

.search-outside .popover li:last-child {
    margin-bottom: 4px
}

.search-outside .popover li {
    padding: 3px 14px
}

.search-outside .popover-content {
    font-size: 22px !important;
    padding: 0
}

.search-outside .popover .active {
    background-color: #1abc9c;
    color: #eee
}

.search-outside .bp-txt {
    line-height: 30px
}

.search-outside .bootstrap-switch {
    vertical-align: top
}

.search-switcher {
    border-top: 1px dashed #7d8a8b;
    text-align: center;
    color: #fff;
    margin: auto;
    max-width: 900px
}

.search-bot {
    float: left;
    margin: 20px
}

.search-edit {
    width: 236px;
    text-align: center
}

.search-edit .select2-container {
    text-align: left
}

.search-edit button {
    margin: 10px
}

.raffle-user-col {
    text-align: center;
    padding-top: 26px;
    background: #2a2826;
    height: 222px
}

.raffle-user-col .raffle-avatar {
    width: 120px;
    height: 120px;
    border-width: 3px
}

.raffle-user-col .raffle-user-title {
    font-size: 16px;
    margin-top: 0;
    text-align: center;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden
}

.raffle-user-col .raffle-username {
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden
}

.ar {
    text-align: right
}

#raffle-entry-list,
.auction-items,
.raffle-items,
.raffle-winners,
.search-items {
    background-color: #2a2826;
    overflow: auto;
    border-radius: 6px;
    margin-top: 4px;
    padding: 15px;
    color: #fff
}

#raffle-entry-list .item,
.auction-items .item,
.raffle-items .item,
.raffle-winners .item,
.search-items .item {
    width: 78px;
    height: 78px;
    margin: 5px
}

#raffle-entry-list {
    max-height: 200px;
    overflow: hidden;
    text-align: center
}

.auction-well {
    max-width: 1000px;
    margin: auto
}

.auction-ads {
    max-width: 1000px;
    margin: auto auto 16px
}

#bid-container {
    background-color: #2a2826;
    border-radius: 6px;
    margin-top: 4px;
    color: #fff;
    overflow: auto;
    padding: 15px;
    display: flex
}

.top-bidder-username {
    text-overflow: ellipsis;
    overflow: visible;
    white-space: nowrap;
    width: 150px
}

.bid-username {
    text-align: center;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center
}

.bid-username a {
    max-width: 200px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

#top-bid {
    flex: 1;
    padding: 0;
    padding-left: 15px
}

.raffle-well {
    max-width: 936px;
    margin: auto
}

.auction-well .subtitle,
.raffle-well .subtitle {
    margin-top: 30px;
    margin-bottom: 30px
}

.auction-well h4,
.raffle-well h4 {
    margin-top: 25px;
    text-align: center
}

.auction-warning {
    padding: 12px 8px;
    text-align: center;
    background: #e67e22
}

.raffle-winners {
    display: flex;
    flex-wrap: wrap
}

.raffle-winner a {
    display: flex;
    align-items: center;
    overflow: hidden
}

.raffle-winner {
    display: flex;
    align-items: center;
    width: 50%
}

.tiny-raffle-avatar {
    border: 2px solid #252422;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    margin: 4px
}

.raffle-winner-name {
    color: #eee;
    text-overflow: ellipsis;
    font-size: 20px;
    overflow: hidden;
    text-align: left;
    white-space: nowrap
}

.raffle-winner-unclaimed {
    color: #eee;
    text-align: left;
    padding-top: 14px
}

.raffle-winner .avatar-container {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    margin-right: 10px;
    margin-left: 0
}

.raffle-privacy-warning {
    display: block;
    text-align: center;
    margin: 5px 0;
    width: 100%
}

.raffle-winner-arrow {
    display: flex;
    align-items: center;
    margin: 0 10px
}

.raffle-winner-tooltip {
    display: flex;
    align-items: center;
    overflow: hidden
}

.nne {
    font-size: 18px;
    text-align: center;
    margin: 6px
}

.rf-exp {
    text-align: center;
    margin-top: 8px
}

.rf-li {
    text-align: center;
    margin: 6px;
    font-weight: 700
}

.form-new-raffle {
    margin-top: 25px
}

.select-block {
    display: block;
    width: 100%;
    min-width: 200px
}

#current-gift {
    margin-top: 10px
}

.raffle-outside,
.search-outside {
    background: #2a2826;
    padding-bottom: 10px;
    overflow: auto
}

.raffle-outside .rev-filters,
.search-outside .rev-filters {
    margin-right: 10px;
    margin-left: 10px;
    border-top: none
}

.new-raffle {
    position: relative;
    float: right;
    top: -6px;
    right: -11px
}

.tips-txt {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px
}

.ui-datepicker-unselectable {
    opacity: .4
}

.rafflebox-start-time {
    color: #e67e22
}

.raffle-bread {
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap
}

.raffle-table-container {
    width: 100%
}

.panel-raffle .panel-heading {
    display: flex
}

.panel-raffle .panel-heading .raffle-name {
    order: 1;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.panel-raffle .panel-heading .raffle-details {
    order: 2;
    flex-shrink: 0
}

.panel-raffle .panel-heading .raffle-details .raffle-state-ended {
    color: #16a085
}

.panel-raffle .panel-heading .raffle-details .raffle-state-failed {
    color: #d35400
}

.inv-switcher,
.item-group-switcher {
    border-bottom: 1px dashed #7d8a8b;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    text-align: center
}

.inv-switcher a,
.item-group-switcher a,
.search-switcher a {
    display: inline-block;
    background: #27ae60;
    color: #eee;
    border-radius: 4px;
    padding: 1px 15px;
    margin: 10px 2px
}

.inv-switcher a:hover,
.search-switcher a:hover {
    background: #2ecc71
}

.inv-switcher .active,
.search-switcher .active {
    background: #2980b9
}

.item-group-switcher a {
    opacity: .7
}

.item-group-switcher a:hover {
    opacity: .76
}

.item-group-switcher .active,
.item-group-switcher .active:hover {
    opacity: 1
}

.inv-switcher .active:hover,
.search-switcher .active:hover {
    background: #3498db
}

.selected-raffle-items,
.selected-search-items {
    clear: both;
    max-width: 920px;
    margin: auto;
    border-bottom: 1px dashed #7d8a8b;
    padding: 6px 0;
    overflow: hidden
}

.selected-raffle-items.expanded,
.selected-search-items.expanded {
    max-width: 1070px
}

.bp-txt {
    text-align: left;
    clear: both;
    color: #eee
}

.modal-backdrop {
    z-index: -1
}

.report-warning {
    text-align: center;
    color: #c0392b
}

.report-info {
    text-align: center
}

.panel-profile {
    border-radius: 0;
    border: 0;
    margin-bottom: 0
}

.panel-profile .panel-heading {
    border: 0;
    background-color: #dae0e5
}

.panel-profile .panel-collapse {
    border-bottom: 2px solid #dae0e5
}

.panel-profile .panel-title {
    font-size: 16px;
    padding: 4px;
    text-align: center
}

.panel-profile .col-xs-3 {
    text-align: center
}

.panel-profile .row {
    margin-bottom: 6px
}

.pag-loading,
.raffle-pagination-done {
    border-top: 2px solid #e9ecef;
    text-align: center;
    font-size: 18px
}

.panel-keys,
.panel-parts {
    max-width: 400px;
    margin: auto;
    text-align: center
}

.parts-slate {
    padding-top: 20px
}

#buyparts-loading,
#buyparts-second {
    margin-top: 6px
}

.parts-table {
    margin: auto
}

.buyparts-loading {
    margin: 8px
}

.raffle-hints {
    font-size: 18px;
    text-align: center;
    background-color: #f7f9fa;
    padding: 15px;
    line-height: 1.4em
}

.raffle-event {
    background-color: #e2f2f9 !important
}

.rules-content {
    font-size: 15px;
    line-height: 1.8em
}

.rules-content ol {
    margin-bottom: .8em
}

.profile-well .pagination {
    margin: 25px auto;
    text-align: center;
    display: block
}

.profile-well>.rev-banking-background {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px
}

.hatlist-subtext {
    font-weight: 700;
    text-align: center
}

.twitch-panel legend {
    font-size: 22px;
    margin: 0;
    margin-top: 6px;
    font-weight: 700
}

.panel-tourl {
    text-align: center
}

.panel-tourl h6 {
    font-size: 20px
}

.tourl-box {
    max-width: 800px;
    text-align: center;
    margin: auto
}

.gift_img {
    max-width: 100px;
    height: auto
}

.tos>li {
    font-weight: 700;
    margin-top: 4px
}

.header-ad {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-bottom: 12px
}

.fund-container {
    padding-top: 40px;
    background-color: #fff
}

.fund-container .flat-dotted-rule {
    margin-top: 40px;
    margin-bottom: 40px
}

.fund-container h3 {
    margin-bottom: 20px
}

.fund-container .progress {
    height: 26px;
    max-width: 800px;
    margin: auto;
    margin-bottom: 20px
}

.fund-container .progress-bar {
    line-height: 26px
}

.prog-goal {
    font-size: 20px;
    text-align: center
}

#fundraiser-inventory {
    border-radius: 6px
}

.donation-only-message {
    margin-bottom: 20px
}

.fundraiser-donations {
    display: flex;
    flex-direction: column
}

.fundraiser-donations .fundraiser-donation {
    display: flex;
    flex-direction: column;
    margin: 10px 0
}

.fundraiser-donations .fundraiser-top-donation:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.fundraiser-donations .fundraiser-top-donation {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 10px 0
}

.fundraiser-top-donation .donation-number {
    font-size: 50px;
    width: 120px;
    align-items: center;
    justify-content: center;
    display: flex
}

.fundraiser-top-donation .donation-value {
    font-size: 40px;
    align-items: center;
    justify-content: center;
    display: flex
}

.fundraiser-top-donation .user-details {
    flex-grow: 1;
    align-items: center;
    display: flex;
    font-size: 20px
}

.fundraiser-top-donation .user-details a img {
    position: relative;
    top: 2px
}

.fundraiser-top-donation .user-details .avatar-container {
    display: inline-flex;
    margin: 0 10px 0 0
}

.fundraiser-donation .user-details {
    margin: 10px 0;
    align-items: center;
    display: flex
}

.fundraiser-donation .user-details .donor-username {
    flex-grow: 1
}

.fundraiser-donation .user-details .avatar-container {
    margin: 0 5px 0 0;
    display: inline-block
}

.fundraiser-donation .message {
    background: rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    line-height: 1em;
    word-break: break-word
}

.fundraiser-donation .donation-details {
    display: flex
}

.fundraiser-donation .items {
    background: #2a2826;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    flex-grow: 1
}

.fundraiser-donation .value {
    flex-shrink: 0;
    font-size: 25px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    background: rgba(0, 0, 0, .1);
    border-radius: 8px
}

.tracker-incentive-list {
    border: 2px solid #bdc3c7;
    padding: 8px 12px;
    font-size: 15px;
    border-radius: 6px;
    min-height: 45px
}

.tracker-incentive-list-none {
    text-align: center;
    font-style: italic
}

.donation-incentives {
    margin-bottom: 20px
}

.donation-incentives .form-group {
    margin-bottom: 5px
}

.donation-incentives label {
    line-height: inherit;
    margin-bottom: 0
}

.donation-incentive-flex {
    display: flex
}

.donation-incentive-flex .input-group {
    flex-grow: 1;
    margin-right: 10px
}

.donation-incentives .add-btn {
    margin-top: 10px
}

#btn-incentives-clear {
    position: relative;
    top: 4px
}

.fund-table th {
    text-align: center
}

.fund-no-donations {
    margin: 30px 0;
    font-size: 20px
}

#donate-complete {
    text-align: center
}

#donate-complete .fa {
    color: #e04b3b
}

#donate-complete .donated-headline {
    font-size: 30px;
    margin: 12px 0
}

.avatar-donator {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    border: 3px solid #000
}

.chat-emote {
    max-width: 32px;
    max-height: 32px
}

.cke_smile img {
    max-height: 32px;
    max-width: 32px
}

.cke_editable.cke_contents_ltr img {
    max-height: 32px;
    max-width: 32px
}

.five-th {
    font-size: 18px;
    padding-top: 40px
}

.five-th h2 {
    font-size: 40px;
    margin-bottom: 30px
}

.five-th img {
    text-align: center;
    margin: auto;
    display: block
}

.five-th img:not(.nope) {
    box-shadow: 0 0 6px #000
}

.oldlogo {
    margin-bottom: 30px !important
}

.five-th .cap {
    margin-top: 4px;
    font-size: 15px
}

.annc-posted {
    text-align: center;
    margin-top: 40px
}

.annc-comments h4 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.jessecar-end {
    text-align: center;
    font-size: 22px;
    margin-top: 40px
}

.butts {
    color: rgba(0, 0, 0, .1);
    font-size: 12px;
    text-align: center
}

@media (min-width:992px) {
    .modal-lg {
        width: 1092px
    }
}

.raffle-banned {
    overflow: auto;
    padding: 20px
}

.raffle-banned h3 {
    margin-top: 0
}

.auc-bid {
    font-size: 20px !important;
    margin-top: 20px
}

#auction-is-top {
    font-weight: 700
}

#auctionmessage,
#enteredmessage,
#rafflemessage {
    resize: vertical
}

.sub-luck-fade {
    display: none
}

.box-bottom-round,
.box-bottom-round .raffle-outside {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.auction-user {
    font-size: 14px;
    clear: both
}

.auction-table {
    display: table
}

.auction-table .panel-body {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px
}

.bid-big {
    font-size: 18px;
    font-weight: 700
}

.center-pills {
    margin-top: 8px;
    text-align: center;
    display: inline-block
}

.usr-label {
    padding: 2px 5px
}

.bold,
.key-pay {
    font-weight: 700
}

.dialog-minimize .flat-dialog-inside {
    display: none
}

.dialog-minimize .flat-modal-bg {
    display: none
}

.dialog-minimize .flat-modal {
    bottom: 20px;
    height: auto;
    width: 300px;
    top: initial;
    overflow: visible
}

.dialog-minimize .container {
    width: auto
}

.dialog-minimize .flat-dialog {
    margin: 0;
    box-shadow: 0 0 10px #111
}

.dialog-minimize .dialog-help {
    display: none !important
}

.dialog-minimize .dialog-title {
    text-align: left;
    margin-left: 10px;
    font-size: 16px
}

.dialog-minimize .dialog-min {
    font-size: 30px;
    top: -37px
}

.dialog-minimize .dialog-close {
    font-size: 30px;
    top: -40px
}

.dialog-minimize .fa-minus:before {
    content: "\f067" !important
}

.panel-loader {
    font-size: 20px;
    text-align: center
}

.panel-loader .fa {
    font-size: 50px;
    margin: 10px
}

.badge-progress {
    width: 60px;
    padding: 0 !important;
    margin: 0 !important
}

.badge-progress-filler {
    background: #111;
    height: 48px;
    background: #35cf76;
    padding-top: 15px
}

.panel-badges th {
    cursor: pointer;
    cursor: hand
}

.panel-badges th:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    transform: translate(0, 0);
    text-align: right;
    float: right;
    position: relative;
    right: -16px;
    margin-top: -16px
}

.check-col {
    width: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.cb-num {
    width: 60px
}

.check-col .checkbox {
    margin-left: 0
}

.panel-badges th:not(.col-no-sort).tablesorter-headerUnSorted:after {
    content: "\f0dc"
}

.panel-badges th:not(.col-no-sort).tablesorter-headerDesc:after {
    content: "\f0dd"
}

.panel-badges th:not(.col-no-sort).tablesorter-headerAsc:after {
    content: "\f0de"
}

.panel-badges img {
    vertical-align: middle
}

.panel-badges td {
    padding: 6px 10px !important
}

.selected-row td {
    background-color: #f2fbfa
}

.support {
    max-width: 700px;
    width: auto
}

.tr-sep td {
    border-bottom-color: #c5c5c5 !important
}

.polls-well {
    max-width: 1170px;
    margin: auto
}

.polls-well form {
    width: 600px
}

#poll-graph-container {
    float: right;
    margin: 0 50px
}

.polls-well #poll-graph-container {
    width: 400px;
    height: 400px
}

.polls-well h4 {
    clear: both
}

.poll-user-info {
    background: #2a2826;
    overflow: auto;
    padding: 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

.poll-user-left {
    margin-left: 10px
}

.poll-user-info .raffle-user-title {
    font-size: 16px;
    margin-top: 0;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden
}

.poll-user-info .raffle-username {
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -4px
}

.poll-question {
    font-size: 25px;
    padding: 10px
}

.vote-color {
    display: inline-block;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px
}

.poll-answer-result {
    background-color: rgba(182, 182, 182, .26);
    border-radius: 5px;
    padding-left: 10px !important;
    padding: 2px;
    margin-top: 14px;
    color: #000;
    border-style: solid;
    border-color: rgba(128, 128, 128, .1);
    border-width: 1px;
    word-wrap: break-word
}

.raffle-well .poll-question {
    border-top: 1px solid #bdc3c7
}

.raffle-well #poll-graph-container {
    width: 300px;
    height: 300px
}

.ban_waitingreply {
    background-color: rgba(155, 89, 182, .33) !important
}

.ban_waitingreply:hover {
    background-color: rgba(155, 89, 182, .2) !important
}

.raffle-buttons-margin {
    margin-top: 10px
}

#entered-message,
#message,
#raffle-title,
.raffle-key-group #raffle-password {
    text-align: center
}

body.ackeys a[accesskey]:before {
    position: absolute;
    z-index: 2;
    transform: translate(-1em, 0);
    width: 1.25em;
    content: attr(accesskey);
    text-align: center;
    font: small-caps bold 100%/1.4em monospace;
    color: #fff;
    background: #1abc9c;
    border-radius: 5px
}

.report-avatar {
    width: 30px;
    height: 30px;
    border-radius: 100px
}

.report-user {
    background: #eee;
    padding: 8px;
    font-size: 16px
}

.report-log:not(:last-child) {
    border-bottom: 2px solid #c7c7c7
}

.report-body {
    padding: 12px;
    font-size: 16px
}

.report-time {
    float: right;
    position: relative
}

.narrow-container {
    max-width: 800px
}

.top-raffles-avatar {
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    border: 3px solid transparent;
    border-radius: 100px
}

.key-input {
    text-align: center;
    width: 200px;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    font-size: 25px
}

nav .iconic:before {
    position: absolute;
    z-index: -1;
    width: 80%;
    font-family: FontAwesome;
    color: rgba(229, 229, 229, .75);
    font-size: 6em;
    line-height: 1;
    text-align: right
}

/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .collapse,
.yamm .dropdown,
.yamm .dropup,
.yamm .nav {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto
}

.yamm .yamm-content {
    padding: 20px 30px
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0
}

.nav .dropdown-menu {
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .2)
}

.yamm-dropdown {
    width: 100% !important;
    max-width: 960px !important;
    min-width: 0 !important;
    left: 0 !important
}

.yamm-row2 {
    margin-top: .4em;
    border-top: 1px solid #ddd;
    padding-top: .6em
}

.yamm-content ul {
    padding-right: 0
}

.yamm-content li>a:first-child {
    margin-left: -10px
}

.yamm-content li>a {
    display: block;
    padding: 3px 10px;
    border-radius: 5px;
    color: #606d7a
}

.yamm-content li.multi>a {
    display: inline-block;
    width: 51%
}

.yamm-content li.title {
    font-size: 130%;
    font-weight: 700
}

.yamm-content .divider {
    height: 1px
}

.yamm-content a[rel=accesskeys] {
    position: absolute;
    top: 0;
    right: 4px;
    background-color: transparent !important;
    color: #999
}

.user-notices-unread {
    background: #d83c2d;
    color: #eee !important
}

.nav .dropdown-menu>li:first-child>a:first-child {
    border-radius: 0 !important
}

.username-banned {
    text-decoration: line-through
}

.premium-container {
    padding-top: 50px
}

.premium-benefits {
    margin: 10px 0 20px 0;
    text-align: left;
    font-size: 16px
}

.tile-premium .btn-primary {
    cursor: default
}

.tile-premium .btn-primary:active,
.tile-premium .btn-primary:hover {
    background-color: #1abc9c !important
}

.tile-premium .tile-title {
    margin-top: 10px
}

#premium-balance {
    margin-bottom: 10px;
    font-size: 20px
}

.diamond-img {
    margin-top: 20px
}

.premium-benefits .fa-check {
    color: green
}

.premium-benefits .fa-times {
    color: red
}

.premium-benefits .fa-info {
    color: #3498db
}

.premium-benefits div {
    margin: 4px 0
}

#friendProfile {
    margin: 20px 0
}

#friendProfile .avatar-container {
    float: left;
    margin-right: 8px
}

.clearfix {
    clear: both
}

#purchasingFor {
    font-size: 20px
}

.megaraffle-history-winners {
    margin-top: 30px
}

.megaraffle-explanation {
    margin-top: 50px
}

.megaraffle-comments {
    margin: auto;
    margin-top: 40px;
    max-width: 900px
}

.megaraffle-comments h4 {
    text-align: center
}

#megaraffle-events {
    border: 2px solid #bdc3c7;
    border-radius: 8px;
    padding: 8px 14px;
    height: 370px;
    overflow: auto
}

.megaraffle-summary {
    margin-top: 40px;
    font-size: 40px;
    text-align: center;
    font-weight: 700
}

.megaraffle-row2 {
    margin-top: 20px
}

.megaraffle-item-details {
    font-size: 18px;
    margin-top: 5px
}

#megaraffle-deposit-inv {
    margin-top: 10px
}

#megaraffle-items {
    height: 370px;
    padding: 9px
}

.megaraffle-recent-items {
    margin-top: 30px
}

#megaraffle-captcha>div {
    margin: auto
}

.recaptcha-center>div {
    margin: auto
}

.panel-bot-prevention {
    max-width: 600px;
    margin: auto
}

.panel-bot-prevention .panel-title {
    text-align: center
}

.long-desc {
    clear: both;
    overflow: auto
}

button {
    padding: 4px
}

.bootstrap-tagsinput {
    margin-bottom: 0
}

span.avatar-container {
    display: inline-block
}

.avatar-container {
    position: relative;
    overflow: visible;
    text-align: center;
    margin: 0 auto
}

.avatar-container img {
    border-style: solid;
    position: relative !important;
    border-radius: 200px !important;
    margin: 0 !important
}

.avatar-hat {
    position: absolute;
    height: 100%;
    width: 100%;
    top: -25%;
    left: -25%;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    overflow: visible !important;
    pointer-events: none;
    z-index: 10
}

.ads-margin-bottom {
    margin-bottom: 15px
}

.ads-margin-top {
    margin-top: 15px
}

.ads-sky {
    position: fixed;
    z-index: 100;
    left: 50%;
    margin-left: 580px;
    width: 160px;
    height: 600px
}

.edit-raffle-password {
    display: inline;
    width: auto
}

.panel-ban-row {
    display: flex;
    padding: 14px 0;
    font-size: 16px;
    border-bottom: 1px solid #e9ecef
}

.panel-ban-row:last-child {
    border-bottom: none
}

.panel-ban-row .fa-ban {
    color: #c0392b;
    margin-right: 10px
}

.panel-ban-row .fa-exclamation-circle {
    color: #d35400;
    margin-right: 10px
}

.panel-ban-row .profile-ban-details {
    display: flex;
    align-items: center;
    width: 100%
}

.banappeal-post {
    display: flex;
    flex-direction: column;
    min-height: 87px;
    background: #e8e8e8;
    margin-bottom: 8px;
    border-radius: 8px
}

.banappeal-post-user {
    padding: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px
}

.banappeal-post-user .postname {
    text-overflow: ellipsis;
    overflow: hidden
}

.banappeal-post-user .posted {
    font-size: 12px
}

.banappeal-post-content {
    padding: 8px;
    word-break: break-all
}

#banappeal-details {
    white-space: normal
}

.settings-deletion-preview {
    margin-bottom: 10px;
    font-size: 16px
}

.settings .tab-content {
    padding: 0;
    border: none
}

.settings h5 {
    margin-bottom: 15px;
    margin-top: 3px;
    font-size: 24px;
    font-weight: 600
}

.settings .btn-settings-save {
    margin: 5px 0;
    display: block;
    width: 100%
}

.settings .panel-heading {
    padding: 7px 10px
}

.upload-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 6px
}

.upload-overlay div {
    text-align: center
}

.name-color-preview {
    display: flex
}

.name-color-preview>div {
    flex-grow: 1
}

.name-color-preview .light-bg {
    background: #fff;
    border-bottom-left-radius: 5px;
    color: #34495e
}

.name-color-preview .dark-bg {
    background: #1a1917;
    border-bottom-right-radius: 5px;
    color: #e9f0f0
}

.dark-preview {
    background: #1a1917
}

.settings .preview-avatar {
    padding-right: 6px;
    float: left
}

.settings .name-preview {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.moviestrip {
    display: inline-block;
    position: relative;
    margin: .5em;
    padding: 15px 10px 15px;
    background-color: #000;
    background-image: repeating-linear-gradient(90deg, #eee, #eee 10px, #000 10px, #000 20px), repeating-linear-gradient(90deg, #eee, #eee 10px, #000 10px, #000 20px);
    background-repeat: no-repeat;
    background-position: center 5px, center bottom 5px;
    background-size: 96% 6px;
    text-decoration: none;
    border-radius: 5px
}

.moviestrip:hover:before {
    position: absolute;
    left: 4px;
    top: 3px;
    width: 98%;
    height: 95%;
    line-height: 4.5;
    color: #eef;
    background: rgba(0, 0, 0, .7);
    font-size: 24px;
    text-align: center;
    white-space: nowrap;
    content: attr(target)
}

.file-uploads * {
    vertical-align: middle !important
}

.file-uploads img {
    width: 50px;
    height: 50px;
    border-radius: 100px
}

.blog-comments,
.blog-cont {
    padding: 30px 20px
}

.blog-comments h4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px
}

.blog-title {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.blog-time {
    font-size: 16px;
    margin-top: 5px
}

.blog-bread {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden
}

.blog-posted {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.blog-post-html {
    font-size: 1em;
    margin-left: 50px;
    margin-right: 50px
}

.blog-post-html img {
    max-width: 100%;
    width: auto !important;
    height: auto !important
}

.blog-post-html ul br {
    display: none
}

.blog-post-html li {
    margin-bottom: 5px
}

.index-container {
    display: flex;
    min-height: 300px
}

.index-welcome-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1
}

.index-welcome-message h1 {
    margin-top: 0;
    margin-bottom: 10px
}

.index-welcome-message h3 {
    margin-top: 0;
    margin-bottom: 0
}

.index-blog-list {
    text-align: left;
    width: 350px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.index-blog-list .list-group-item-heading {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.index-blog-list .list-group-item-text {
    font-size: 14px
}

.index-blog-list .blog-list-time {
    float: right;
    font-size: 12px
}

.friendPlayerLevel {
    box-sizing: content-box !important
}

.auto-leveler-levels {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px
}

.auto-leveler-error {
    text-align: center;
    margin: 10px 0
}

.auto-leveler-loading,
.auto-leveler-queue-loading {
    text-align: center;
    font-size: 18px
}

.auto-leveler-current {
    text-shadow: none !important
}

.auto-leveler-current .friendPlayerLevel .friendPlayerLevelNum {
    color: #000
}

.auto-leveler-level {
    width: 160px;
    padding: 14px 10px;
    margin: 4px;
    background: #29313e;
    color: #eee;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column
}

.auto-leveler-level:hover {
    background: #3c475a;
    cursor: pointer
}

.auto-leveler-cost {
    font-size: 14px;
    text-align: center;
    margin-top: 6px
}

.auto-leveler-sets {
    font-size: 12px;
    text-align: center;
    line-height: 1.2em
}

.mm-queue-alert-container {
    position: fixed;
    width: 100%;
    z-index: 999;
    pointer-events: none
}

.mm-queue-alert {
    background: #34495e;
    border: 2px solid #2c3e50;
    border-top: none;
    font-size: 22px;
    color: #fff;
    width: 420px;
    padding: 8px;
    margin: auto;
    text-align: center;
    pointer-events: all
}

.mm-queue-status {
    font-size: 14px;
    margin-top: -3px
}

.mm-queue-alert .btn {
    padding: 7px 20px;
    display: block;
    width: 100%
}

.mm-queue-actions,
.mm-queue-help {
    margin-top: 6px
}

.mm-queue-scam-alert {
    background: #c0392b;
    margin-top: 6px;
    padding: 6px;
    font-size: 16px
}

.mm-queue-trade-unconfirmed {
    display: none
}

.popover {
    box-shadow: 0 0 10px -5px #000
}

.popover-title {
    background: #3498db;
    font-weight: 400;
    font-size: 16px;
    text-align: center
}

.popover-content {
    font-size: 16px;
    text-align: center;
    border: 1px solid #3498db;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.popover .arrow:after {
    border-bottom-color: #3498db !important
}

.gdpr-notice {
    padding: 18px 12px;
    background-color: #2980b9;
    font-size: 18px
}

.gdpr-notice a {
    color: #fff;
    text-decoration: underline
}

.gdpr-notice .btn {
    text-decoration: none
}

.gdpr-btns {
    margin-top: 8px
}

.table-nowrap {
    white-space: nowrap
}

.table-wrap {
    max-width: 100%;
    word-break: break-all
}

.item-page-header {
    display: flex;
    justify-content: center;
    margin: 20px 0
}

.item-page-header .item-page-image {
    flex-shrink: 0;
    width: 150px;
    height: 150px
}

.item-page-header .item-page-name {
    font-size: 50px;
    display: flex;
    align-items: center
}

.item-page-services {
    display: flex;
    justify-content: space-evenly
}

.item-page-services>div {
    text-align: center
}

.item-page-services .banking-selector {
    max-width: 155px;
    display: inline-flex
}

.copy-panel {
    height: 64px;
    overflow-y: scroll;
    cursor: pointer
}

.checkbox-menu li label {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    margin: 0;
    transition: background-color .4s ease
}

.checkbox-menu li input {
    margin: 0 5px;
    top: 2px;
    position: relative
}

.checkbox-menu li.active label {
    background-color: #cbcbff;
    font-weight: 700
}

.checkbox-menu li label:focus,
.checkbox-menu li label:hover {
    background-color: #f5f5f5
}

.checkbox-menu li.active label:focus,
.checkbox-menu li.active label:hover {
    background-color: #b8b8ff
}

@media (min-width:1200px) {
    .panel-auction {
        width: 568px;
        float: left
    }

    .auction-ads>.panel-auction {
        width: 498px
    }
}

@media (max-width:1200px) {
    .navbar-main .navbar-nav>li:not(.nav-userinfo)>a {
        padding: 15px 9px !important
    }

    .profile-summary {
        left: 0
    }

    .polls-well {
        max-width: 600px !important
    }

    .polls-well form,
    .raffle-well form {
        width: auto !important
    }

    #poll-graph-container {
        float: none !important;
        width: auto !important;
        height: auto !important
    }

    .welcome-icon .unusuals-img {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .bank-new-row {
        margin-left: 0
    }
}

@media (max-width:991px) {
    .item-page-header {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .item-page-services {
        flex-direction: column
    }

    .navbar-main .navbar-right .dropdown {
        float: right
    }

    .banks-row {
        width: auto !important
    }

    .small-logo {
        display: block;
        margin-left: 0 !important
    }

    .big-logo {
        display: none
    }

    .welcome-icon>img,
    .welcome-icon>object,
    .welcome-megaraffle {
        display: none;
        position: static !important
    }

    .keys-welcome {
        padding-left: 0;
        padding-right: 0
    }

    .key-smalltext {
        text-align: center;
        width: 100%
    }

    .profile-summary {
        position: relative;
        left: 0;
        text-align: center;
        width: 100% !important;
        padding-left: 15px !important
    }

    .profile-avatar {
        text-align: center;
        margin-bottom: -20px
    }

    .profile-avatar .avatar-container {
        margin: 15px auto
    }

    .profile-details {
        padding-left: 15px;
        border-left: none;
        margin-top: 20px
    }

    .profile-details div:nth-child(1) {
        border-top: 1px solid #3d3e3e
    }

    .profile-badges {
        text-align: center
    }

    .profile-about .fa-info-circle {
        display: none
    }

    .about-real {
        width: 100% !important
    }

    .profile-summary h1 {
        max-width: 100% !important
    }

    .notice .notice-avatar {
        display: none
    }

    .bank-welcome,
    .welcome-message {
        text-align: center;
        width: 100%
    }

    .welcome-stats {
        width: 100%;
        padding-top: 20px
    }

    .stats-box {
        margin: auto
    }

    .comment-avatar img {
        float: none !important
    }

    .bottom-links {
        text-align: center;
        float: none !important
    }

    #helpcenter-menu .panel {
        height: auto !important
    }

    #reverse-header.container .rev-bot-names {
        overflow: hidden;
        visibility: hidden;
        height: 0 !important;
        padding: 0 !important;
        margin-top: -4px
    }

    .auction-info-col dl,
    .raffle-info-col dl {
        margin-left: 35px !important
    }

    .form-horizontal .checkbox {
        margin-left: 15px
    }

    .about_region h1 {
        text-align: center
    }

    .staff_member {
        max-width: 300px;
        margin: auto
    }

    .about_founder .avatar-container {
        float: none
    }

    .about_founder .founder_text {
        text-align: center
    }

    #logo_svg_huge {
        width: 150px;
        height: auto
    }

    .settings-top-row {
        margin-bottom: 20px
    }

    .blog-post-html {
        margin-right: 10px;
        margin-left: 10px
    }

    .index-pumpkins,
    .index-tree {
        display: none
    }

    .label-dev-logo {
        display: none
    }

    .navbar-main .navbar-collapse .nav-avatar {
        margin-left: 0
    }

    .profile-icons {
        justify-content: center
    }

    .profile-page-background .container>.row>div {
        padding: 0
    }
}

@media (min-width:768px) {
    .navbar-main .navbar-form .input-group {
        width: 100% !important
    }

    .navbar-main>.container .navbar-brand,
    .navbar-main>.container-fluid .navbar-brand {
        margin-left: 0
    }

    .navbar-main .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: 0
    }
}

.stats-legend {
    position: absolute;
    top: 0;
    left: 60px;
    margin: 6px;
    padding: 0 6px;
    background: rgba(255, 255, 255, .5);
    color: #34495e
}

@media (max-width:767px) {
    .stats-legend {
        position: absolute;
        top: 0;
        left: 0
    }

    body {
        padding-top: 53px !important
    }

    footer .row div {
        margin-bottom: 12px;
        margin-top: 6px
    }

    .container,
    .container-fluid {
        padding-left: 5px;
        padding-right: 5px
    }

    .row {
        margin-right: 0;
        margin-left: 0
    }

    .about_region {
        padding: 20px 5px !important
    }

    .about_region h2 {
        text-align: center
    }

    .about-row .about-stat-item {
        font-size: 25px
    }

    .about-row .about-stat-subtitle {
        font-size: 20px
    }

    .well-padding {
        margin: 12px 5px
    }

    .bank-selector {
        margin: auto
    }

    .navbar-main .navbar-collapse .dropdown-menu {
        background-color: #e4e9ea
    }

    .yamm-content ul>li:not(.title) {
        display: inline-block;
        margin-left: 1em
    }

    .yamm .yamm-content {
        padding: 10px 20px !important
    }

    .nav-accesskeys {
        display: none !important
    }

    .yamm-row2 {
        margin-top: 0 !important;
        border: none !important;
        padding-top: 0 !important
    }

    .yamm-content .divider {
        display: none !important
    }

    .iconic:before {
        display: none !important
    }

    .navbar-main .navbar-collapse {
        margin-left: -25px !important;
        margin-right: -25px !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        overflow-x: hidden
    }

    .navbar-main .navbar-nav {
        margin: 0
    }

    .navbar-main .navbar-nav>li:not(.nav-userinfo)>a:not(.nav-userdropdown) {
        padding: 12px 20px !important;
        border-bottom: 1px solid rgba(202, 206, 209, .5)
    }

    .navbar-main .nav ul a:hover {
        background-color: #1abc9c !important;
        color: #fff !important
    }

    .nav-userdropdown {
        padding: 0 !important;
        overflow: auto;
        width: auto
    }

    .nav-userinfo {
        margin-bottom: 6px !important;
        padding: 5px 0
    }

    .nav-userinfo a {
        padding: 4px 15px !important
    }

    .navbar-main .navbar-brand {
        padding: 11px 20px 9px
    }

    .navbar-main .navbar-right {
        width: auto !important
    }

    .navbar-main .navbar-right .dropdown {
        float: none !important
    }

    .nav-username {
        max-width: 100% !important;
        display: block;
        position: relative;
        top: 10px;
        left: 4px
    }

    .small-logo {
        display: none
    }

    .big-logo {
        display: block
    }

    .inventory-search {
        display: inline-block;
        vertical-align: middle
    }

    .welcome-status {
        margin: 20px
    }

    .panel-left {
        width: 100% !important;
        float: none !important
    }

    .panel-right {
        margin-left: 0 !important
    }

    .panel-raffle .panel-heading {
        flex-wrap: wrap
    }

    .panel-raffle .panel-heading .raffle-name {
        width: 100%
    }

    .panel-raffle .panel-heading .raffle-details {
        width: 100%;
        font-size: 15px
    }

    .panel-raffle .panel-heading .raffle-details .fa {
        float: right;
        margin-top: 8px
    }

    .raffle-info-col {
        height: auto !important
    }

    .auction-info-col {
        padding-top: 35px !important;
        padding-bottom: 20px !important
    }

    .raffle-info-col dl {
        padding-bottom: 8px !important;
        margin-bottom: 0 !important;
        margin-left: 8px !important
    }

    .raffle-info-col dt {
        float: left;
        width: 50%;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .raffle-info-col dd {
        margin-left: 52%
    }

    .raffle-winner {
        width: 100%
    }

    #comment-reply-to.active {
        top: 42px;
        left: -1px;
        right: -1px;
        border-radius: 0;
        background: #34495e
    }

    #comment-reply-to-inner::before {
        content: "replying to ";
        color: #95a5a6
    }

    a#comment-reply-to-close {
        float: right;
        margin-right: 10px
    }

    a#comment-reply-to-close:visited>i,
    a#comment-reply-to-close>i {
        color: #fff
    }

    a#comment-reply-to-close:hover>i {
        color: #fff
    }

    .comment-container {
        padding: 5px
    }

    .raffle-commenters.replying {
        margin-top: 38px
    }

    #butt_list tr td:first-child {
        display: none
    }

    #butt_list tr th {
        display: none
    }

    #butt_list tr td {
        border: none;
        display: block
    }

    #butt_list tr td:first-child+td {
        float: right;
        display: block
    }

    #butt_list tr td:nth-child(3) {
        float: left;
        display: block
    }

    #butt_list tr td:nth-child(4) {
        display: block;
        clear: both;
        float: left
    }

    #butt_list tr td:nth-child(5) {
        float: right;
        width: 60%
    }

    #butt_list tr td:nth-child(4),
    #butt_list tr td:nth-child(5) {
        padding-top: 0
    }

    #butt_list tr td:nth-child(4)::after {
        content: " users in queue"
    }

    #butt_list tr td:nth-child(4):empty::after {
        content: none
    }

    #butt_list tr td:last-child {
        padding-bottom: 25px
    }

    .auction-table {
        height: 68px
    }

    .blog-post-html {
        margin-right: 0;
        margin-left: 0
    }

    .index-container {
        flex-direction: column
    }

    .index-welcome-message {
        text-align: center;
        width: 100%;
        margin-top: 50px;
        margin-bottom: 50px
    }

    .index-blog-list {
        align-self: center;
        margin-bottom: 50px
    }

    .panel-raffle .panel-left {
        height: auto
    }

    .panel-raffle .panel-body {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .panel-raffle .panel-body .avatar-container {
        margin: 0;
        flex-shrink: 0
    }

    .panel-raffle .panel-body .raffle-username {
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        align-items: baseline;
        margin-left: 10px;
        line-height: 20px
    }

    .panel-raffle .panel-body .raffle-mobile-usertitle {
        display: block;
        font-size: 14px
    }

    .yamm-content li.multi>a {
        width: auto
    }

    .fileinput-filename {
        display: none
    }

    .profile-icons a {
        margin-bottom: 2px
    }
}

@media (max-width:495px) {
    .notice .notice-container {
        flex-direction: column
    }
}

@media (max-width:479px) {

    #butt_list tr td:nth-child(4),
    #butt_list tr td:nth-child(5) {
        float: none;
        width: 100%
    }
}

#pid-easter .welcome-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px
}

.welcome-egg {
    width: 150px
}

.status-timeline {
    display: flex;
    height: 15px
}

.status-timeline div {
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 1px
}

.status-timeline .status-1 {
    background-color: #2ecc71
}

.status-timeline .status-0 {
    background-color: #e74c3c
}

.perm-card {
    color: #fff;
    background-color: #363636;
    border-radius: 8px;
    padding: 8px;
    margin: 8px;
    border: 2px solid #464545;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition-duration: .25s
}

.perm-card:hover {
    cursor: pointer
}

.perm-card.allow {
    background-color: #2ecc71
}

.perm-card.deny {
    background-color: #e74c3c
}

.perm-legend {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid #464545
}

.two-factor-code {
    width: 100px;
    margin: auto;
    text-align: center;
    text-transform: uppercase
}

.banking-other-services {
    display: flex;
    justify-content: center
}

.banking-other-services .welcome-button {
    margin-bottom: 0
}

.banking-other-services .welcome-button:not(:last-child) {
    margin-right: 12px
}

.banking-other-services .welcome-button:last-child {
    margin-right: 0
}

.deposit-scam-warning-dialog {
    max-width: 1000px;
    width: 100%
}

.deposit-scam-warning-dialog .warning-title {
    font-weight: bolder;
    margin-top: -35px;
    margin-bottom: 25px
}

.deposit-scam-warning-dialog .warning-description {
    font-size: 16px;
    line-height: 26px
}

.deposit-scam-warning-dialog .warning-buttons {
    margin-top: 20px
}

.deposit-scam-warning-dialog .warning-buttons button:first-child {
    margin-right: 1em
}

.deposit-scam-warning-dialog .warning-buttons .row {
    margin-bottom: 10px
}

.list-group-item .btn-xs.pull-right {
    margin-top: 3px
}

.text-sm {
    font-size: smaller
}

input:invalid {
    border-color: #dc3545 !important
}

.input-group-addon {
    color: var(--color-primary-1)
}

.emote-preview-list {
    display: flex;
    flex-wrap: wrap
}

.emote-preview {
    flex-grow: 1;
    background-color: #eee;
    border-radius: 6px;
    margin: 4px;
    padding: 8px 4px 2px 4px;
    text-align: center;
    min-width: 50px
}

.emote-preview img {
    max-width: 32px;
    max-height: 32px
}

.emote-preview-name {
    font-size: 14px
}

.emote-preview-size {
    font-size: 11px
}

.emote-mod-list {
    margin-top: 10px
}

.emote-mod-list textarea {
    margin-bottom: 10px
}

.raffle-comments {
    margin-top: 12px
}

.raffle-comments-full-height {
    max-height: none
}

.comment-header .form-group {
    margin-bottom: 10px
}

.comment-input {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 8px !important
}

.btn-post-comment {
    border-bottom-right-radius: 0
}

.raffle-comments-full-height .raffle-commenters {
    max-height: none;
    overflow-y: hidden
}

.raffle-commenters {
    max-height: 375px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 2px solid #bdc3c7;
    border-radius: 8px;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    min-height: 50px
}

.raffle-commenters.raffle-comments-top {
    border-top: 2px solid #bdc3c7 !important;
    border-top-right-radius: 8px !important;
    border-top-left-radius: 8px !important
}

.raffle-commenters-none {
    font-size: 14px;
    font-weight: lighter;
    text-align: center;
    margin-top: 8px;
    color: #7c7c7c
}

#megaraffle-events::-webkit-scrollbar,
.raffle-commenters::-webkit-scrollbar {
    width: 8px
}

#megaraffle-events::-webkit-scrollbar-track,
.raffle-commenters::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .1);
    border-radius: 6px;
    border: none
}

#megaraffle-events::-webkit-scrollbar-thumb,
.raffle-commenters::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px
}

#megaraffle-events::-webkit-scrollbar-thumb:hover,
.raffle-commenters::-webkit-scrollbar-thumb:hover {
    background-color: #aaa
}

.raffle-commenters .comment-avatar {
    overflow: visible;
    margin-right: 10px
}

.raffle-commenters .comment-avatar img {
    float: left !important;
    margin-left: 0;
    margin-right: 8px;
    border-width: 0;
    width: 42px;
    height: 42px;
    border-radius: 100px
}

.pending-fade {
    animation: comment-fadein .5s
}

@keyframes comment-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#comment-reply-to {
    left: 2px;
    top: 2px;
    position: absolute;
    padding: 7px 8px;
    background: #dfe3e4;
    color: #555;
    font-size: 14px;
    display: none;
    cursor: default !important;
    border-top-left-radius: 6px
}

#comment-reply-to {
    left: 2px;
    top: 2px;
    position: absolute;
    padding: 7px 8px;
    background: #1abc9c;
    color: #fff;
    font-size: 14px;
    display: none;
    cursor: default !important
}

#comment-reply-to.active {
    display: inline
}

#comment-reply-to-inner {
    margin-right: 3px
}

#comment-reply-to-inner::before {
    content: "@";
    color: #ddd
}

#comment-reply-to-close {
    margin-right: 5px
}

a#comment-reply-to-close:visited>i,
a#comment-reply-to-close>i {
    color: #16a085
}

a#comment-reply-to-close:hover>i {
    color: #fff
}

.user-mention,
.user-mention:focus,
.user-mention:visited {
    font-size: 12px;
    background: #218c74;
    border-radius: 4px;
    color: #fff;
    padding: 3px 4px
}

.user-mention:hover {
    background: #29a98c;
    color: #fff
}

.user-mention::before {
    content: "@";
    color: #ddd
}

a.comment-delete,
a.comment-delete:visited {
    color: #bdc3c7
}

a.comment-delete:hover {
    color: #c0392b
}

.comment-container {
    padding: 5px 10px;
    display: flex;
    overflow: visible;
    font-size: 14px
}

.comment-container:first-child {
    padding-top: 10px
}

.comment-container:nth-child(odd):not(.comment-pinned) {
    background-color: rgba(0, 0, 0, .02)
}

.comment-pinned {
    background-color: rgba(0, 0, 255, .05)
}

.del-comment-container {
    margin: 10px 30px 10px 73px;
    font-size: 12px;
    color: #aaa;
    clear: both
}

.del-comment-container img {
    max-height: 100px;
    width: auto
}

.comment-deleted {
    opacity: .5
}

.comment-deleted img {
    max-height: 100px;
    width: auto
}

.comment-block {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    word-wrap: break-word;
    line-height: 1.1em;
    margin-left: 0
}

.comment-title {
    color: #9ba8a8;
    display: flex
}

.comment-username {
    flex-grow: 1
}

.comment-time {
    text-align: right
}

.comment-deleted-by {
    display: inline-block;
    color: #c0392b
}

.comment-container:hover .comment-actions {
    display: inline-block;
    transition: none
}

.comment-container .comment-actions {
    display: none;
    margin-left: 6px
}

a.comment-delete-button {
    color: #e74c3c
}

a.comment-undelete-button {
    color: #9b59b6
}

a.comment-report-button {
    color: #e74c3c
}

a.comment-pin-button {
    color: #00a1cb
}

.comment-pin-icon {
    color: #00a1cb
}

.comment-content {
    font-size: 16px;
    margin-top: 5px;
    line-height: 1.1
}

.comment-header {
    position: relative
}

.autocomplete-list {
    position: absolute;
    border: 2px solid #bdc3c7;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 276px;
    overflow-y: auto;
    background-color: #fff
}

.autocomplete-list div {
    padding: 6px;
    cursor: pointer;
    font-size: 16px
}

.autocomplete-list div:not(:last-child) {
    border-bottom: 2px solid #bdc3c7
}

.autocomplete-list div img {
    margin-right: 2px
}

.autocomplete-list div:hover {
    background-color: #e9e9e9
}

.autocomplete-active {
    background-color: #1e90ff !important;
    color: #fff
}

.raffle-list-header {
    display: flex;
    justify-content: space-around
}

.raffle-list-header .raffle-list-stat {
    text-align: center;
    flex-basis: 0;
    flex-grow: 1;
    margin: 0 2px
}

.raffle-list-header .raffle-list-stat h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 400
}

.raffle-list-header .raffle-list-stat h2 {
    margin: 0;
    font-size: 20px;
    font-weight: lighter
}

.raffle-header-border {
    border-bottom: 1px solid #e9ecef
}

.raffle-well .poll-form {
    width: 498px
}

.navbar-raffles {
    margin-bottom: 0;
    border-radius: 0;
    background-color: #f7f9fa;
    border-bottom: 2px solid #e9ecef
}

.navbar-raffles .navbar-nav {
    float: left;
    margin: 0
}

.navbar-raffles .navbar-nav>li {
    float: left
}

.navbar-raffles .navbar-right {
    float: right
}

.raffle-message {
    background: #f7f9fa;
    padding: 12px;
    text-align: center;
    border-top: 1px solid #bdc3c7;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5
}

.raffle-entered-msg {
    background-color: rgba(52, 152, 219, .2);
    font-size: 15px
}

#raffle-enter {
    display: none
}

@media (max-width:767px) {
    .raffle-list-header .raffle-list-stat h1 {
        margin: 0;
        font-size: 24px
    }

    .raffle-list-header .raffle-list-stat h2 {
        margin: 0;
        font-size: 16px
    }

    .navbar-raffles .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: none;
        margin: 0;
        font-size: 14px;
        background-color: #f3f4f5;
        border: none;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, .2), 0 2px 2px rgba(0, 0, 0, .2)
    }

    .navbar-raffles .dropdown-menu>li>a {
        padding-bottom: 8px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-top: 8px !important;
        line-height: 1.429 !important
    }
}

.text-default {
    color: #2a2826
}

.enter-raffle-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.item.item-group-unavailable {
    display: none
}

.skin-preview {
    max-width: 200px;
    max-height: 200px
}

.items-container {
    display: flex;
    flex-wrap: wrap
}

.item.expanded {
    width: 95px;
    height: 95px;
    background-size: 90px;
    background-position-y: -10px
}

.item.expanded:hover {
    background-size: 110px;
    background-position-y: -20px
}

.item.selected-item.expanded {
    background-size: 120px !important;
    background-position-y: -25px
}

.items-category-header {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center
}

.items-category-header:first-of-type {
    margin-top: 10px !important
}

.item.expanded .item-value-indicator {
    display: block
}

.item-value-indicator {
    display: none;
    position: absolute;
    background-color: #34495e;
    bottom: 0;
    color: #ecf0f1;
    width: 100%;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center
}

.item {
    margin: 6px;
    height: 80px;
    width: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70px;
    border-radius: 8px;
    transition: background-size .1s, background-color .1s, background-position .1s;
    cursor: pointer;
    font-size: 10px;
    padding-top: 5px;
    color: #efefef;
    border: 3px solid #0c0c0c;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative
}

.item.killstreak1 {
    background-color: rgba(65, 120, 205, .3)
}

.item.killstreak2 {
    background-color: rgba(46, 204, 113, .3)
}

.item.killstreak3 {
    background-color: rgba(207, 20, 0, .3)
}

.item.reserved {
    background-color: rgba(192, 57, 43, .3);
    opacity: .3 !important
}

.item.uncraft {
    border-style: dashed
}

.item.steamGift {
    height: 72px !important;
    width: 138px !important;
    background-size: 120px
}

.item.steamCard {
    background-size: 64px
}

.item.steamCard:hover {
    background-size: 78px
}

.item.steamCard:hover {
    background-size: 78px
}

.item .filtered-label {
    position: absolute;
    bottom: 10%;
    width: 100%;
    text-align: center;
    background-color: #000;
    color: #fff
}

.paintcolor {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    position: absolute;
    top: 2px;
    left: 2px
}

.paintcolor2 {
    position: absolute;
    top: 8px;
    left: 2px
}

.paintcolor.paintcolor-shifted {
    top: 15px
}

.paintcolor2.paintcolor-shifted {
    top: 21px !important
}

.app570 {
    background-size: 110px
}

.app570:hover {
    background-size: 130px !important
}

.item:hover {
    background-size: 95px
}

.selected-item.steamGift {
    background-size: 100px
}

.quality0 {
    border-color: #b2b2b2;
    border-bottom-color: #b2b2b2 !important;
    border-right-color: #b2b2b2 !important;
    color: #b2b2b2
}

.quality1 {
    border-color: #4d7455;
    border-bottom-color: #4d7455 !important;
    border-right-color: #4d7455 !important;
    color: #4d7455
}

.quality2 {
    border-color: #c0392b;
    border-bottom-color: #c0392b !important;
    border-right-color: #c0392b !important;
    color: #c0392b
}

.quality3 {
    border-color: #476291;
    border-bottom-color: #476291 !important;
    border-right-color: #476291 !important;
    color: #476291
}

.internal-quality1,
.quality6:not(.app730) {
    border-color: gold;
    border-bottom-color: gold !important;
    border-right-color: gold !important;
    color: gold
}

.app730.quality6 {
    border-color: #ddd
}

.internal-quality2,
.internal-quality3,
.quality7,
.quality9 {
    border-color: #70b04a;
    border-bottom-color: #70b04a !important;
    border-right-color: #70b04a !important;
    color: #70b04a
}

.quality14 {
    border-color: #942525;
    border-bottom-color: #942525 !important;
    border-right-color: #942525 !important;
    color: #942525
}

.quality8 {
    border-color: #a50f79;
    border-bottom-color: #a50f79 !important;
    border-right-color: #a50f79 !important;
    color: #a50f79
}

.quality11:not(.app730),
.strange:not(.app730) {
    border-color: #cf6a32;
    border-bottom-color: #cf6a32 !important;
    border-right-color: #cf6a32 !important;
    color: #cf6a32
}

.quality11.app730,
.strange.app730 {
    border-bottom-color: #cf6a32 !important
}

.quality13 {
    border-color: #38f3ab;
    border-bottom-color: #38f3ab !important;
    border-right-color: #38f3ab !important;
    color: #38f3ab
}

.internal-quality4,
.quality5:not(.app730) {
    border-color: #6b3294;
    border-bottom-color: #6b3294 !important;
    border-right-color: #6b3294 !important;
    color: #6b3294
}

.quality5.app730 {
    border-color: #6b3294;
    border-right-color: #6b3294 !important;
    border-top-color: #6b3294 !important;
    border-left-color: #6b3294 !important
}

.raritycommon:not(.app730) {
    border-color: #b0c3d9;
    border-left-color: #b0c3d9 !important;
    border-top-color: #b0c3d9 !important;
    color: #b0c3d9
}

.app730.raritycommon {
    border-color: #b0c3d9
}

.rarityuncommon:not(.app730) {
    border-color: #5e98d9;
    border-left-color: #5e98d9 !important;
    border-top-color: #5e98d9 !important;
    color: #5e98d9
}

.app730.rarityuncommon {
    border-color: #5e98d9
}

.rarityrare:not(.app730) {
    border-color: #4b69ff;
    border-left-color: #4b69ff !important;
    border-top-color: #4b69ff !important;
    color: #4b69ff
}

.app730.rarityrare {
    border-color: #4b69ff
}

.raritymythical:not(.app730) {
    border-color: #8847ff;
    border-left-color: #8847ff !important;
    border-top-color: #8847ff !important;
    color: #8847ff
}

.app730.raritymythical {
    border-color: #8847ff
}

.raritylegendary:not(.app730) {
    border-color: #d32ce6;
    border-left-color: #d32ce6 !important;
    border-top-color: #d32ce6 !important;
    color: #d32ce6
}

.app730.raritylegendary {
    border-color: #d32ce6
}

.rarityancient:not(.app730) {
    border-color: #eb4b4b;
    border-left-color: #eb4b4b !important;
    border-top-color: #eb4b4b !important;
    color: #eb4b4b
}

.app730.rarityancient {
    border-color: #eb4b4b
}

.raritycontraband:not(.app730) {
    border-color: #e4ae33;
    border-left-color: #e4ae33 !important;
    border-top-color: #e4ae33 !important;
    color: #e4ae33
}

.app730.raritycontraband {
    border-color: #e4ae33
}

.mystery {
    border-color: #fff
}

#featured-item {
    margin-top: 30px;
    margin-right: -20px
}

.item.featured {
    float: none;
    height: 88px;
    width: 90px;
    background-size: 82px auto;
    background-color: #292921
}

#featured-item-amount,
.item-buyamount {
    border-radius: 4px;
    border: medium none;
    width: 50px;
    padding: 2px 2px 2px 6px;
    color: #111;
    background-color: rgba(200, 200, 200, .75)
}

#featured-item-buybtn,
.item-buybtn {
    margin-top: -4px;
    margin-left: 2px;
    line-height: 1 !important
}

.item.group-ConfirmingUpload {
    opacity: .7 !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px
}

.item.group-ConfirmingUpload::before {
    content: "\f110";
    color: #fff;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    opacity: 1
}

.item.group-0:after,
.item.group-1:after,
.item.group-2:after,
.item.group-3:after,
.item.group-4:after,
.item.group-5:after {
    position: absolute;
    z-index: 3;
    left: -8px;
    bottom: -8px;
    border-radius: 12px;
    padding: 2px 6px;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center
}

.item.group-0:after {
    content: "Ⅰ";
    background: #e74c3c
}

.item.group-1:after {
    content: "Ⅱ";
    background: #2ecc71
}

.item.group-2:after {
    content: "Ⅲ";
    background: #2980b9
}

.item.group-3:after {
    content: "Ⅳ";
    background: #8e44ad
}

.item.group-4:after {
    content: "Ⅴ";
    background: #2c3e50
}

.item.group-5:after {
    content: "Ⅵ";
    background: #e67e22
}

.selected-item {
    background-color: rgba(255, 255, 255, .3);
    background-size: 105px !important
}

.selected-item[data-num-available] {
    background-color: rgba(255, 255, 255, 0) !important;
    background-size: 70px !important
}

.selected-item.gifted {
    background-color: rgba(255, 200, 200, .3) !important
}

.selected-item.killstreak1 {
    background-color: rgba(153, 217, 255, .3) !important
}

.selected-item.killstreak2 {
    background-color: rgba(130, 221, 169, .3) !important
}

.selected-item.killstreak3 {
    background-color: rgba(255, 138, 126, .3) !important
}

.selected-item.app570 {
    border-color: #fff !important
}

.selected-item.steamGift {
    background-size: 130px !important
}

.item-discount {
    font-size: 11px;
    width: 28px;
    height: 18px;
    position: absolute;
    top: -5px;
    left: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 8px;
    background: #16a085;
    color: #fff;
    transform: rotate(30deg)
}

.item.expanded .item-discount {
    top: -5px !important;
    right: -10px !important;
    left: unset !important
}

.item-dutch-discount {
    font-size: 11px;
    width: 28px;
    height: 18px;
    position: absolute;
    top: -5px;
    left: 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 8px;
    background: #16a085;
    color: #fff;
    transform: rotate(30deg)
}

.item.expanded .item-dutch-discount {
    top: -5px !important;
    right: -10px !important;
    left: unset !important
}

.multiitem.sheen .multi-item2 {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 25px
}

.sheen.fx1 .multi-item2 {
    border-color: #fb5959 #598efb
}

.sheen.fx2 .multi-item2 {
    border-color: #fff371
}

.sheen.fx3 .multi-item2 {
    border-color: #ffa360
}

.sheen.fx4 .multi-item2 {
    border-color: #7cff6e
}

.sheen.fx5 .multi-item2 {
    border-color: #49c94a
}

.sheen.fx6 .multi-item2 {
    border-color: #a678fe
}

.sheen.fx7 .multi-item2 {
    border-color: #f599ff
}

.item.expanded .multi-item2 {
    bottom: unset;
    right: 0;
    top: 0
}

.item .cratetext {
    position: relative;
    right: 3px;
    top: -6px;
    padding: 0;
    color: #eee;
    font-size: 9px;
    text-align: right
}

.item .item-group-num-text {
    position: absolute;
    left: 4px;
    top: 2px;
    padding: 0;
    color: #eee;
    font-size: 9px;
    text-align: left
}

.itemgroup-invalid-bot {
    opacity: .25 !important
}

.item-mini-icons {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%
}

.item-mini-icons img {
    opacity: .8;
    float: right;
    height: 20px;
    margin: 0 2px
}

.item-mini-icons img.multi-item2 {
    height: 30px;
    width: 30px
}

.item.ivi .item-mini-icons {
    bottom: 18px
}

.item.ivi .festive {
    bottom: 20px
}

.item.ivi .spelled {
    bottom: 14px
}

.item .statclock {
    position: relative;
    right: 1px;
    top: -12px;
    padding: 0;
    height: 35px;
    width: 35px;
    float: right
}

.item .festive {
    position: absolute;
    right: 3px;
    bottom: 3px;
    height: 16px;
    width: 8px
}

.item .spelled {
    position: absolute;
    right: -5px;
    bottom: -2px;
    width: 30px
}

.multi-item {
    width: 35px;
    height: 35px;
    float: right;
    position: absolute;
    right: -2px;
    bottom: -2px;
    opacity: .8;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.decal-image {
    width: 25px;
    height: 25px;
    right: 2px;
    bottom: 2px
}

.d-flex {
    display: flex
}

.flex-column {
    flex-direction: column
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-grow-1 {
    flex-grow: 1
}

.justify-content-center {
    justify-content: center
}

.align-items-center {
    align-items: center
}

#reactions {
    display: flex;
    flex-wrap: wrap
}

.reaction {
    display: flex;
    align-items: center;
    border: 2px solid var(--color-text-primary);
    border-radius: 8px;
    padding: 2px;
    margin: 4px 8px 4px 8px;
    transition: opacity .1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.reaction>img {
    width: 24px;
    height: 24px
}

.reaction:hover {
    opacity: .65;
    cursor: pointer
}

.reaction.selected {
    border: 2px solid var(--color-green)
}

#add-reaction {
    display: flex;
    align-items: center;
    color: var(--color-green);
    transition: opacity .1s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    background: 0 0
}

#add-reaction:hover {
    opacity: .65;
    cursor: pointer
}

.react-popover {
    border: 2px solid var(--color-panel-border);
    background-color: var(--color-panel-body)
}

.react-popover input {
    margin-bottom: 8px
}

.react-popover>.arrow:after {
    border-top-color: var(--color-panel-border) !important
}

.react-popover>.popover-header {
    display: none
}

.react-popover>.popover-content {
    border: none
}

#reaction-emote-list {
    display: flex;
    flex-wrap: wrap;
    height: 128px;
    overflow-y: scroll;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#reaction-emote-list>img {
    width: 32px;
    height: 32px;
    margin: 4px;
    cursor: pointer;
    transition: transform .1s ease-in-out
}

#reaction-emote-list>img:hover {
    transform: scale(1.1)
}

#followBtn {
    transition: box-shadow .25s linear, background-color .25s linear;
    color: #fff
}

#followBtn.follow {
    background-color: var(--color-blue)
}

#followBtn.follow:not(.raffle) {
    box-shadow: 0 0 8px color-mix(in hsl, var(--color-blue), transparent 50%)
}

#followBtn.follow:not(.raffle):hover {
    box-shadow: 0 0 8px var(--color-blue)
}

#followBtn.follow.raffle {
    box-shadow: 0 0 8px color-mix(in hsl, var(--color-blue), transparent 50%), inset 0 -2px 0 rgba(0, 0, 0, .15)
}

#followBtn.follow.raffle:hover {
    background-color: #5dade2;
    box-shadow: 0 0 8px var(--color-blue), inset 0 -2px 0 rgba(0, 0, 0, .15)
}

#followBtn.unfollow {
    background-color: var(--color-red)
}

#followBtn.unfollow:not(.raffle) {
    box-shadow: 0 0 8px color-mix(in hsl, var(--color-red), transparent 50%)
}

#followBtn.unfollow:not(.raffle):hover {
    box-shadow: 0 0 8px var(--color-red)
}

#followBtn.unfollow.raffle {
    background-color: #ec7063;
    box-shadow: 0 0 8px color-mix(in hsl, var(--color-red), transparent 50%), inset 0 -2px 0 rgba(0, 0, 0, .15)
}

#followBtn.unfollow.raffle:hover {
    box-shadow: 0 0 8px var(--color-red), inset 0 -2px 0 rgba(0, 0, 0, .15)
}

body.missing {
    background-image: url(/img/missing.png) !important
}

body.missing :not(canvas) {
    background-image: url(/img/missing.png) !important
}

body.missing :not(canvas) img {
    content: url(/img/missing.png) !important;
    max-width: 64px;
    max-height: 64px
}