/*
* Styles about tips overview pages
*/

#tips {
padding: 1.32em 0 5.2em 0;
}


.tips {
margin-top: 1.72em;
margin-bottom: 1.72em;
border-top: 1px solid var(--game-border-color);
}

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

h2:first-of-type {
margin-top: 3.2em;
}

.game {
display: block;
width: 100%;
position: relative;
line-height: 2.8em;
color: var(--main-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 .timet {
display: block;
white-space: nowrap;
text-align: left;
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 {
position: relative;
display: block;
margin-left: 194px;
margin-right: 194px;
height: 2.8em;
line-height: 2.8em;
}

.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 .count {
display: block;
width: 168px;
text-align: right;
position: absolute;
top: 0;
right: 6px;
height: 2.8em;
line-height: 2.8em;
font-weight: bold;
}

.game .bet-odd {
display: block;
width: 192px;
text-align: right;
position: absolute;
bottom: 0;
right: 0;
font-weight: normal;
font-size: 0.78em;
height: 1em;
line-height: 1em;
color: var(--tertiary-color);
text-transform: lowercase;
}

.game .bet-odd-sm {
font-size: 0.82em;
vertical-align: 0.24em;
}

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


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


@media screen and (max-width: 720px) {
.game .time {
left: 2px;
}
.game .timet {
left: 2px;
}
.game .date {
left: 2px;
}
.game .teams {
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 .timet {
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 .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 {
margin-left: 0;
margin-right: 0;
}
.game .count {
right: 6px;
top: 2.9rem;
height: 1rem;
line-height: 1rem;
text-align: right;
width: 100%;
}
.game .bet-odd {
bottom: -1.12em;
}
.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;
}
}



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


.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: 2.2em;
text-align: center;
}

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

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

.more-links a:hover {
text-decoration: underline;
}

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

.links-hidden {
display: none;
}




/*
* Date navigation
*/
#date-nav-wrapper {
margin: 0 0 2.8em 0;
height: 3em;
}

#date-nav-title {
width: calc(100% - 492px);
float: left;
margin: 0;
padding: 0;
text-align: center;
line-height: 3rem;
font-size: 1.32em;
font-weight: normal;
}

#date-nav-title span {
white-space: unset;
display: inline-block;
vertical-align: bottom;
}

#date-nav {
float: right;
width: 100%;
max-width: 432px;
height: 2.2rem;
text-align: center;
background: var(--date-nav-bg-color);
border: 0.4rem solid var(--date-nav-border-color);
}

#dn-title {
margin: 0;
padding: 0;
display: inline-block;
line-height: 2.2rem;
font-size: 1.12em;
font-weight: normal;
color: var(--main-color);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: calc(100% - 4.8rem);
}

#dn-left, #dn-right {
display: block;
width: 2.2rem;
height: 2.2rem;
line-height: 2.2rem;
background: var(--date-nav-btn-color);
}
#dn-left {
float: left;
}
#dn-right {
float: right;
}

.dn-left-arrow, .dn-right-arrow {
display: block;
width: 100%;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
filter: var(--date-nav-filter);
}
.dn-left-arrow {
background-image: url("/svg/nav-left-arrow.svg");
}
.dn-right-arrow {
background-image: url("/svg/nav-right-arrow.svg");
}
a.dn-left-arrow:hover, a.dn-right-arrow:hover {
background-color: var(--date-nav-btn-hover-color);
}

.dn-disabled {
filter: var(--date-nav-disabled-filter);
}


@media screen and (max-width: 720px) {
#date-nav-title {
float: none;
width: inherit;
}
#date-nav-wrapper {
margin-top: -1.2em;
margin-bottom: 4.8em;
}
}


@media screen and (max-width: 500px) {
#date-nav {
margin-left: auto;
margin-right: auto;
float: none;
width: inherit;
}
}


