/*
* Styles for game tips page
*/


.game-tip-no-data {
font-size: 1.32em;
text-align: center;
color: var(--attention-color);
margin: 3.4em 0 1.4em 0;
}

.bet-first {
font-size: 1.32em;
text-align: center;
color: var(--info-color);
margin: 2.4em 0 -3.2em 0;
}

.bet-button {
margin-top: 5.8em;
text-align: center;
}

.bet-button a {
border-radius: 5px;
padding: 0.6em 1.2em;
color: var(--bet-button-color);
background: var(--bet-button-bg-color);
text-decoration: none;
font-size: 1.2em;
}

.bet-button a:visited {
color: var(--bet-button-color);
}

.bet-button a:hover {
background: var(--bet-button-hover-color);
}


.tips {
margin: 3.2em auto 3.2em auto;
max-width: 380px;
}

.tips-wrapper {
margin: 10em auto 3.2em auto;
max-width: 380px;
}


.tip {
margin: 7.2em auto;
height: 100px;
}

.avatar-pic {
float: left;
}

.game-bet-wrapper {
float: right;
text-align: right;
line-height: 100px;
position: relative;
}

.game-bet {
display: inline-block;
vertical-align: middle;
line-height: 1.2em;
font-weight: bold;
}

.game-bet-info {
display: block;
margin-top: 0.24em;
margin-bottom: 1.52em;
font-weight: normal;
font-size: 0.78em;
line-height: 1.32em;
}

.game-bet-info-top {
display: block;
margin-bottom: 0.28em;
font-weight: normal;
font-size: 0.78em;
line-height: 1.32em;
}

.game-bet-bookie {
display: block;
color: var(--tertiary-color);
}

.game-bet-date {
display: block;
color: var(--quaternary-color);
}


.game-bet-combo {
cursor: pointer;
}

.combo-click {
position: absolute;
bottom: -1.4em;
right: -0.42em;
line-height: 2.8em;
height: 2.8em;
cursor: pointer;
}

.combo-click-txt {
display: inline-block;
vertical-align: top;
height: 2.8rem;
line-height: 2.8rem;
font-size: 0.78em;
font-weight: normal;
color: var(--tertiary-color);
}

.combo-click-img {
display: inline-block;
width: 2.8em;
height: 2.8em;
border-radius: 50%;
background-position: center;
background-size: 2em 2em;
background-repeat: no-repeat;
background-image: url("/svg/info.svg");
filter: var(--img-button-filter);
}

.combo-click-img:hover {
background-color: var(--img-button-hover-color);
}




@media screen and (max-width: 380px) {
.tips {
padding: 0 0.52em;
}
}






.game-tips-overview {
font-size: 1.12em;
text-align: center;
font-weight: normal;
margin: 3.2em 0 0.4em 0;
}


table.tips-overview {
margin: 3.2em auto -0.72em auto;
border-collapse: collapse;
width: 252px;
}

table.tips-overview th {
height: 2.4em;
line-height: 2.4em;
text-align: center;
padding: 0 0.24em;
font-weight: normal;
background: var(--game-title-bg-color);
vertical-align: top;
max-width: 216px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

table.tips-overview td {
height: 2.4em;
line-height: 2.4em;
text-align: left;
padding: 0 0.24em;
border-bottom: 1px solid var(--game-border-color);
vertical-align: top;
font-weight: bold;
}

table.tips-overview td.label {
text-align: right;
padding: 0 0.24em;
max-width: 116px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

table.tips-overview td.odd {
font-size: 0.88em;
vertical-align: middle;
width: 72px;
padding-right: 18px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

table.tips-overview td.count {
text-align: right;
padding-left: 0px;
width: 30px;
padding-right: 18px;
}



.sort-select {
height: 2.4em;
margin-top: 4.2em;
margin-bottom: -3.8em;
text-align: center;
}

.sort-label {
color: var(--main-color);
padding-right: 0.52em;
}

.sort-button {
height: 2.4em;
width: 2em;
background-position: right;
background-repeat: no-repeat;
background-size: 1.52em 1.52em;
background-image: url("/svg/select.svg");
filter: var(--settings-select-filter);
}

.sort-select .sort-select-link {
color: var(--link-color);
text-decoration: none;
white-space: nowrap;
font-size: 1em;
line-height: 2.4em;
padding: 0.4em 0.2em 0.52em 0.52em;
}

.sort-select .sort-select-link span {
display: inline-block;
vertical-align: middle;
max-width: 220px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.sort-select a:visited {
color: var(--link-color);
}

.sort-select a:hover {
background-color: var(--settings-hover-color);
}

.sort-disabled {
color: var(--sort-disabled-color);
}

.sort-button-disabled {
filter: var(--sort-disabled-filter);
}




.sort-window {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 12000;
background: var(--settings-bg-color);
max-height: 50%;
display: flex;
flex-direction: column;
}

.sort-select-arrow {
position: relative;
display: block;
text-align: center;
width: 100%;
height: 2.4em;
line-height: 2.4em;
flex: none;
cursor: pointer;
background-color: var(--settings-bg-header-color);
}

.sort-select-button {
display: inline-block;
height: 2.4em;
width: 2.4em;
background-position: center;
background-repeat: no-repeat;
background-size: 2.4em 2.4em;
filter: var(--settings-bg-header-filter);

}

.sort-select-up-button {
background-image: url("/svg/move-up.svg");
}

.sort-select-down-button {
background-image: url("/svg/move-down.svg");
}

.sort-select-items {
min-height: 0;
flex-grow: 1;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
height: 100%;
}

.sort-select-item {
display: block;
color: var(--settings-link-color);
text-decoration: none;
height: 2.4em;
line-height: 2.4em;
padding: 0 1.92em 0 1.92em;
white-space: nowrap;
max-width: 220px;
overflow: hidden;
text-overflow: ellipsis;
min-width: 132px;
}

.sort-select-item:visited {
color: var(--settings-link-color);
}

.sort-select-item:hover {
background-color: var(--settings-hover-color);
}

.sort-close-button2 {
display: block;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
width: 2.4em;
height: 2.4em;
background-position: center;
background-repeat: no-repeat;
background-size: auto;
background-image: url("/svg/close.svg");
filter: var(--settings-bg-header-filter);
}

.sort-close-button2:hover {
background-color: var(--settings-bg-header-hover-color);
}

.sort-select-txt {
display: inline-block;
vertical-align: top;
line-height: 2.4em;
color: var(--settings-link-color);
}

.sort-selected-txt {
color: var(--settings-positive-color);
font-weight: bold;
}

.sort-selected-txt-reverse {
color: var(--settings-negative-color);
font-weight: bold;
}


@media screen and (max-height: 768px) {
.sort-window {
max-height: 60%;
}
}


@media screen and (max-height: 640px) {
.sort-window {
max-height: 70%;
}
}


@media screen and (max-height: 480px) {
.sort-window {
max-height: calc(100% - 20px);
}
}













.game {
display: block;
width: 100%;
position: relative;
line-height: 2.8em;
color: var(--main-color);
border-top: 1px solid var(--game-border-color);
border-bottom: 1px solid var(--game-border-color);
}

.combo {
border-top: unset;
}

.game .time {
display: block;
white-space: nowrap;
text-align: right;
position: absolute;
top: 0;
left: 6px;
width: 36px;
}

.game .date {
display: block;
white-space: nowrap;
text-align: left;
position: absolute;
top: 0;
left: 6px;
width: 132px;
}

.game .score {
display: block;
white-space: nowrap;
text-align: center;
font-weight: bold;
position: absolute;
top: 0;
left: 50%;
margin-left: -22px;
width: 44px;
}

.game .teams, .game .teamsd {
position: relative;
display: block;
margin-left: 96px;
margin-right: 194px;
height: 2.8em;
line-height: 2.8em;
}

.game .teamsd {
margin-left: 194px;
}

.game .home, .game .away {
display: block;
width: 50%;
}

.game .home {
float: left;
text-align: right;
}

.game .away {
float: right;
text-align: left;
}

.game .home span, .game .away span {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.game .home span {
margin-right: 26px;
}

.game .away span {
margin-left: 26px;
}

.game .bet {
display: block;
width: 192px;
text-align: right;
position: absolute;
top: 0;
right: 6px;
height: 2.8em;
line-height: 2.8em;
font-weight: bold;
}

.game .betd {
right: 3em;
}

.game .status {
display: block;
white-space: nowrap;
text-align: center;
position: absolute;
top: 0;
left: 132px;
width: 48px;
padding: 0 6px;
}

.country-flag {
width: 24px;
height: 18px;
background: var(--image-bg-color);
}

.international-flag {
width: 24px;
height: 18px;
background: var(--image-bg-color);
}

.missing-tournament {
width: 24px;
height: 18px;
background: var(--image-bg-color);
}


@media screen and (max-width: 768px) {
.game .time {
left: 4px;
}
.game .date {
left: 4px;
}
.game .teams {
margin-left: 92px;
margin-right: 190px;
}
.game .teamsd {
margin-left: 182px;
margin-right: 182px;
}
.game .status {
left: 124px;
}
}


@media screen and (max-width: 720px) {
.game .time {
left: 2px;
}
.game .date {
left: 2px;
}
.game .teams {
margin-left: 80px;
margin-right: 180px;
}
.game .teamsd {
margin-left: 172px;
margin-right: 172px;
}
.game .status {
left: 118px;
}
}


@media screen and (max-width: 640px) {
.game {
height: 5em;
}
.game .time {
text-align: center;
font-weight: normal;
top: 0;
left: 50%;
margin-left: -22px;
width: 44px;
font-size: 0.82em;
line-height: 2.8rem;
color: var(--game-secondary-color);
}
.game .date {
left: 6px;
top: 2.98rem;
height: 1rem;
line-height: 1rem;
text-align: left;
padding: 0;
font-size: 0.9em;
color: var(--game-secondary-color);
}
.game .teams, .game .teamsd {
margin-left: 0;
margin-right: 0;
}
.game .bet {
right: 6px;
top: 2.9rem;
height: 1rem;
line-height: 1rem;
text-align: right;
width: 100%;
}
.game .betd {
right: 3em;
}
.game .notime {
display: none;
}
.game .status {
left: 6px;
text-align: left;
top: 2.9rem;
line-height: 1em;
padding: 0;
font-size: 0.9em;
}
.game .ended {
display: none;
}
}


@media screen and (max-width: 380px) {
.game .status {
left: 2px;
}
.balance-frame {
min-width: 300px;
max-width: 320px;
padding-left: 0;
padding-right: 0;
}
}

@media screen and (max-width: 320px) {
.balance-frame {
min-width: 280px;
max-width: 300px;
}
}


.play {
color: var(--game-live-color);
}

.event {
background: var(--game-event-color);
}

.goal {
color: var(--game-live-color);
}

.game .started {
color: var(--game-secondary-color);
}

.game .ended {
color: var(--game-secondary-color);
}

.game .end {
color: var(--game-secondary-color);
}




.tip-top {
display: block;
line-height: 1.4em;
margin-top: 1.8em;
padding-bottom: 0.42em;
text-align: center;
white-space: nowrap;
border-bottom: 1px solid var(--game-border-color);
}

.tip-bet {
font-weight: bold;
}

.tip-bookie {
display: inline-block;
font-weight: normal;
font-size: 0.78em;
vertical-align: 0.08em;
color: var(--tertiary-color);
}

.tip-date {
font-weight: normal;
font-size: 0.78em;
margin-bottom: 0.12em;
color: var(--quaternary-color);
}

.tip-bottom {
height: 3.2em;
white-space: nowrap;
color: var(--main-color);
}

.tip-space {
height: 1.8em;
}

.tip-bottom:last-of-type {
border-bottom: none;
}

.game .win {
color: var(--tip-win-color);
}
.game .loss {
color: var(--tip-loss-color);
}
.game .nobet {
color: var(--tip-nobet-color);
}
.game .psp {
color: var(--tip-psp-color);
}






.game:last-of-type {
border-bottom: unset;
}

.view-combo-error {
margin: 3.2em auto 1.4em auto;
font-size: 1.12em;
font-weight: bold;
text-align: center;
color: var(--error-color);
}

.view-combo-user {
margin: 1em auto -0.32em auto;
font-size: 1.12em;
font-weight: bold;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}



.combo-text-window {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 12000;
background: var(--settings-bg-color);
max-width: 820px;
width: 92vw;
display: flex;
flex-direction: column;
}

.combo-text-header {
position: relative;
line-height: 2.6em;
height: 2.6em;
background: var(--settings-bg-header-color);
color: var(--settings-header-color);
}

.combo-text-header-title {
display: inline-block;
vertical-align: middle;
font-size: 1.12em;
width: 100%;
text-align: center;
}

.combo-text-title {
margin: 1.6em 2em 0.16em 1.6em;
color: var(--settings-label-color);
}


.combo-text {
min-height: 0;
flex-grow: 1;
overflow: auto;
-webkit-overflow-scrolling: touch;
height: 100%;
padding-bottom: 1.4em;
}

.combo-text-button2 {
display: block;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
width: 2.6em;
height: 2.6em;
background-position: center;
background-repeat: no-repeat;
background-size: auto;
background-image: url("/svg/close.svg");
filter: var(--settings-bg-header-filter);
}

.combo-text-button2:hover {
background-color: var(--settings-bg-header-hover-color);
}

@media screen and (max-width: 640px) {
.combo-text-header-title {
text-align: left;
padding-left: 1.6rem;
max-width: 220px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}

@media screen and (max-height: 480px) {
.combo-text-window {
max-height: calc(100% - 1.2em);
}
}




.view-game-link {
font-size: 1.2em;
text-align: center;
margin: 3.2em 0 2em 0;
}

.view-game-link a {
color: var(--link-color);
text-decoration: none;
}

.view-game-link a:hover {
text-decoration: underline;
}

.view-game-link a:visited {
color: var(--link-color);
}






.win {
color: var(--tip-win-color);
}
.loss {
color: var(--tip-loss-color);
}
.nobet {
color: var(--tip-nobet-color);
}
.psp {
color: var(--tip-psp-color);
}
