@font-face {
    font-family: "myfont";
    src: url("/images/CAH-981d0ba4.woff") format('woff');
}

body {
    font-family: 'Work Sans', sans-serif;
    background-color: #000;
    text-align: center;
    padding: 20px 25px;
    transition: all 1s ease-in-out;
    color: #fff;
    overflow-x: hidden;
}

body.judging {
    background-color: #fff !important;
    transition: all 1s ease-in-out;
    color: #000;
}

a {
    color: #f2c40f;
}

.disc {
    font-size: .7em;
}

h1.title {
    font-family: 'myfont', sans-serif;
    font-weight: 600;
    font-size: 2em !important;
    line-height: 1em;
    color: #fff;
    text-align: left;
    margin-top: 0;
}

.playing h1.title {
    font-size: 1.3em !important;
}

.playing h1.title br {
    display: none;
}

.playing .sub-title {
    display: none;
}

.sub-title {
    text-align: left;
}

.score {
    display: none;
}

.playing .score {
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    margin: -28px -35px 10px -35px;
    padding: 3px 0 5px;
}

.judging .score {
    background-color: rgba(0, 0, 0, 0.1);
}

.playing .score .scoreItem {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}

.button {
    border-radius: 4px;
    padding: 10px 10px;
    background-color: #fff;
    color: #000;
    margin-bottom: 10px;
}

.judging h1 {
    color: #000 !important;
}

h2,
h3,
h4,
h5 {}

p {
    margin-top: 0;
    padding-top: 0;
}

.card {
    font-family: 'myfont', sans-serif;
    background-color: #fff;
    width: auto;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.25), 0 6px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 1.8em;
    height: 400px;
    line-height: 1.5em;
    text-align: left !important;
    color: #000 !important;
}

.judging .card {
    background-color: #000;
    color: #fff !important;
    margin: 20px auto;
}

.blackcard--preview {
    background-color: #000;
    color: #fff !important;
    margin: 20px auto;
    font-family: 'myfont', sans-serif;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.25), 0 6px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 20px;
    font-weight: 600;
    font-size: 1.8em;
    line-height: 1.5em;
    text-align: left !important;
}

#waitingOnPlayersNumber {
    font-weight: bold;
}

.card .card--text {}

.player--box {
    margin-bottom: 5px;
    color: #4a4a4a;
}

.player-name {
    margin-right: 15px;
}

.player-score {
    padding: 10px;
}

.player-score-number {
    line-height: 1em;
}

.card--left,
.card--right {
    margin-top: 170px;
    display: inline-block;
    font-size: 3em;
}

.tm {
    display: none;
}

.footer {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0.5);
}

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

#waitingPlayerList li {
    margin: 0 5px 0;
    padding: 10px;
    border-radius: 8px;
    background-color: #f2c40f;
    display: inline-block;
    color: #000;
    font-weight: bold;
}

#waitingPlayerList li.spinner {
    background-color: transparent !important;
    color: #fff !important;
}

.box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
}

.box label {
    width: 70px;
    display: inline-block;
}

.url {
    margin: 5px 0;
    font-size: 22px;
}

#shareGameCode {
    font-size: 40px;
    font-weight: bold;
    color: #f2c40f;
}

.box .btn {
    display: block;
}

.btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #232323;
    outline: none;
    border: 2px solid #232323;
    background-color: white;
    white-space: nowrap;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-box-shadow: inset 0 -4px 0 0 #232323;
    -webkit-box-shadow: inset 0 -4px 0 0 #232323;
    box-shadow: inset 0 -4px 0 0 #232323;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding: 0.875rem 1.25rem 1.125rem;
    /* min-width: 225px;
	    min-width: 14.0625rem; */
    -moz-transition: width 0.2s ease, color 0.3s ease, border-color 0.3s ease;
    -o-transition: width 0.2s ease, color 0.3s ease, border-color 0.3s ease;
    -webkit-transition: width 0.2s ease, color 0.3s ease, border-color 0.3s ease;
    transition: width 0.2s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn.btn-gold {
    color: #232323 !important;
    background: #f2c40f !important;
    border-color: #917609 !important;
    -moz-box-shadow: inset 0 -4px 0 0 #917609;
    -webkit-box-shadow: inset 0 -4px 0 0 #917609;
    box-shadow: inset 0 -4px 0 0 #917609;
}

.full-loading {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.85;
    vertical-align: middle;
    z-index: 9999;
}

.full-loading .loader-center {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    display: block;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -55%);
}

#action__quit {
    display: inline-block;
    margin-top: 20px;
    font-size: 0.8rem !important;
    padding: 5px 8px 8px 8px !important;
}

.winner__name {
    font-size: 3em;
    font-weight: bold;
    margin-top: 1em;
}

.winner__text {
    font-size: 1.5em;
    margin-bottom: 50px;
    clear: both;
}