/* Minification failed. Returning unminified contents. (186,34): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x' (187,33): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-x' (188,26): run-time error CSS1039: Token not allowed after unary operator: '-bs-gutter-y' */ .sga-input-icon-group > input:-webkit-autofill, .sga-input-icon-group > input:-webkit-autofill:hover, .sga-input-icon-group > input:-webkit-autofill:focus, .sga-input-icon-group > select:-webkit-autofill, .sga-input-icon-group > select:-webkit-autofill:hover, .sga-input-icon-group > select:-webkit-autofill:focus { font-size: 1rem; /* Needed to be duplicate in Firefox as firefox doesn't allow combination of input with -webkit */ line-height: 1.2; outline: none; border: none; color: #222; background-color: transparent !important; -webkit-text-fill-color: #aa0; -webkit-box-shadow: 0 0 0 0 #000 inset; transition: background-color 5000s ease-in-out 0s; } .sga-input-icon-group { position: relative; width: 100%; height: 3.2rem; border: 1px solid #222; border-radius: 0.25rem; background-color: #f9f9f9; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -moz-flex; display: -ms-flexbox; display: flex; } .sga-input-icon-group > input, .sga-input-icon-group > select { position: absolute; width: calc(100% - 5.4rem); height: 100%; top: 0; left: 4.4rem; right: 0; bottom: 0; font-size: 1rem; line-height: 1.2; outline: none; outline-width: 0; border: none; color: #333; background-color: transparent; display: block; } .sga-input-icon-group > input[data-useflex], .sga-input-icon-group > select[data-useflex] { position: relative; left: 0; margin-left: 4.4rem; flex-grow: 1; -ms-flex-positive: 1; } .sga-input-icon-group > select { padding: 0 1.5rem 0 0; } .sga-input-icon-group > select:invalid { color: #888; padding: 0; box-shadow: none; } .sga-input-icon-group > select option { padding: 1rem 0; } .sga-input-icon-group > input + span, .sga-input-icon-group > select + span { margin: auto 1rem auto 0; line-height: 1.2; display: block; } .sga-input-icon-group > span { margin: auto 0 auto 4.4rem; font-size: 1rem; line-height: 1.2; color: #333; cursor: default; display: block; } .sga-input-icon-group > span + input, .sga-input-icon-group > span + select { position: relative; left: 0; margin-left: 0.35rem; flex-grow: 1; -ms-flex-positive: 1; } .sga-input-icon-group:before { position: absolute; width: 3.4rem; height: 2rem; line-height: 2rem; top: 0.6rem; bottom: 0.6rem; left: 0; font-family: 'Font Awesome 5 Free'; font-size: 1rem; font-weight: 600; content: attr(data-icon); text-align: center; pointer-events: none; border-right: 1px solid #222; } .sga-input-icon-group.error { background-color: #ffefef; border-color: #faa; } .sga-input-icon-group.error:before { color: #f88; border-color: #faa; } .sga-input-icon-group.error > input::placeholder { color: #f88; } .sga-input-icon-group.error > input::-moz-placeholder { color: #f88; opacity: 1; } .sga-input-icon-group.error > input:-ms-input-placeholder { color: #f88; } .sga-input-icon-group.error > input::-ms-input-placeholder { color: #f88; } .sga-input-icon-group.error > input::-webkit-input-placeholder { color: #f88; opacity: 1; } .sga-input-icon-group.error > select:invalid { color: #f88; } .sga-input-icon-group.disabled { color: #888; border-color: #aaa; } .sga-input-icon-group.disabled > input, .sga-input-icon-group.disabled > select { color: #888; } .sga-input-icon-group.disabled:before { border-color: #aaa; } [data-name="maintenance-notice"] { display: none; } .bordered { border: 1px solid #d0b580; } .disabled { pointer-events: none; } .game-lobby { margin-top: 1rem; } .game-lobby > .container > .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) / 2); padding-left: calc(var(--bs-gutter-x) / 2); margin-top: var(--bs-gutter-y); } .game-lobby > .container > .row > div { text-align: center; margin-top: 16px; } .game-lobby > .container > .row > div > div:first-child { position: relative; margin: 0.5rem 1rem; border-radius: 10px; } .game-lobby > .container > .row > div > div:last-child { padding-bottom: 20px; } .game-lobby > .container > .row > div > div > img { max-width: 100%; height: 116px; object-fit: contain; } .game-lobby > .container > .row > div > [data-name="gameicon-img"] > .maintenance-notice { position: absolute; width: 100%; max-width: 205px; min-height: 116px; max-height: 116px; padding: 49px 0px 49px 0px; font-size: 16px; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); background: rgba(0, 0, 0, 0.25); z-index: 99; color: white; } .game-lobby > .container > .row > div > [data-name="gameicon-img"] > .maintenance-notice.all-caps { text-transform: uppercase; padding-top: 33px; } .game-lobby > .container > .row > h1 { margin-top: 16px; } .game-lobby > .container > .row > hr { margin: 8px 0 12px; } .game-lobby > .container > .row > div > select { height: 3.2rem; } .img-disabled { opacity: 0.4; } body .sga-input-icon-group > input:-webkit-autofill, body .sga-input-icon-group > input:-webkit-autofill:hover, body .sga-input-icon-group > input:-webkit-autofill:focus, body .sga-input-icon-group > select:-webkit-autofill, body .sga-input-icon-group > select:-webkit-autofill:hover, body .sga-input-icon-group > select:-webkit-autofill:focus { color: #ddd; background-color: transparent !important; -webkit-text-fill-color: #aa0; -webkit-box-shadow: 0 0 0px 0px #000 inset; transition: background-color 5000s ease-in-out 0s; } body .sga-input-icon-group { color: #acacac; background-color: #641220; border-color: #acacac; } body .sga-input-icon-group > input, body .sga-input-icon-group > select { color: #fff; } body .sga-input-icon-group > select:invalid { color: #777; } body .input-captcha.error > input, body .sga-input-icon-group.error, .error { border: 3px solid #f33 !important; background-color: #780000; color: #acacac; } body .sga-input-icon-group.error > input, body .sga-input-icon-group.error > select, body .sga-input-icon-group.error > span, body .input-captcha.error > input { color: #ddd; } body .sga-input-icon-group > select option { color: #fff; background-color: #641200; } body .sga-input-icon-group > span { color: #ddd; } body .sga-input-icon-group:before { color: #fff; border-color: #777; } body .sga-input-icon-group.disabled { color: #fff; background-color: #641220; border-color: #acacac; } body .sga-input-icon-group.disabled > input, body .sga-input-icon-group.disabled > select, body .sga-input-icon-group > select option:disabled { color: #fff; } body .sga-input-icon-group.disabled:before { color: #fff; border-color: #666; } .sga-input-icon-group.error > input::placeholder { color: #acacac; } .sga-input-icon-group.error > input::-moz-placeholder { color: #acacac; opacity: 1; } .sga-input-icon-group.error > input:-ms-input-placeholder { color: #acacac; } .sga-input-icon-group.error > input::-ms-input-placeholder { color: #acacac; } .sga-input-icon-group.error > input::-webkit-input-placeholder { color: #acacac; opacity: 1; } [data-name="gametext"] { color: #dcb87f; } .game-lobby { background-color: #561420; } .game-lobby hr { background-color: #acacac; }