/*
* Styles about user tips pages
*/

.tips {
margin-top: 5.2em;
margin-bottom: 5.2em;
}

h1 {
text-align: center;
font-weight: normal;
font-size: 1.52em;
line-height: 1.4em;
}

h2 {
text-align: center;
font-weight: normal;
font-size: 1.32em;
line-height: 1.4em;
}

.tuw {
clear: both;
min-height: 220px;
}

.avw {
float: left;
margin-left: 6px;
margin-top: 16px;
}

.tpw {
margin-left: 152px;
}

.combo-tip-2 {
min-height: 160px;
}

.combo-tip-3 {
min-height: 120px;
}

@media screen and (max-width: 768px) {
.avw {
float: unset;
margin-left: auto;
margin-right: auto;
width: max-content;
margin-top: 0;
margin-bottom: 2.8em;
}
.tpw {
margin-left: 0;
margin-bottom: 4.2em;
}
.combo-tip-2 {
min-height: unset;
}
.combo-tip-3 {
min-height: unset;
}
}


.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);
}

.bl {
animation: blink 1.2s step-end infinite;
}

@keyframes blink {
50% { opacity: 0; }
}



.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);
}

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




.more-links {
margin-top: -3.2em;
text-align: center;
}

.more-link {
text-decoration: none;
color: var(--link-color);
}

.more-link:visited {
color: var(--link-color);
}

.more-link:hover {
text-decoration: underline;
}

.more-links .disabled {
color: var(--link-disabled-color);
}

.link-disabled {
pointer-events: none;
color: var(--link-disabled-color);
}

.links-hidden {
display: none;
}



@media screen and (max-width: 640px) {
.more-links {
margin-top: 5.2em;
}
}



.refresh {
margin-top: -3.4em;
margin-bottom: 10em;
text-align: right;
}

.refresh a {
display: block;
float: right;
margin: 0;
width: 2.8em;
height: 2.8em;
border-radius: 50%;
}

.refresh a span {
display: block;
margin: 0;
width: 2.8em;
height: 2.8em;
border-radius: 50%;
background-position: center;
background-size: 2em 2em;
background-repeat: no-repeat;
background-image: url("/svg/refresh.svg");
filter: var(--img-button-filter);
}

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


@media screen and (max-width: 1200px) {
.refresh {
margin-right: 1em;
}
}


@media screen and (max-width: 640px) {
.refresh {
margin-top: -1.4em;
margin-bottom: 7.2em;
}
}
