﻿.fading-box {
    max-height: none;
    position: relative;
    overflow: hidden;
}

.fading-box.collapsed { max-height: 0; }

/* html styles below */
.jackpot-list { margin-top: 20px; }

.jackpot-list .list-item {
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid #c1c1c1;
    margin-bottom: 15px;
    padding: 10px;
}

.jackpot-list .list-item .game { display: flex; }

.jackpot-list .column:first-child { flex: 2; }

.jackpot-list .list-item .flex-container {
	display: flex;
	align-items: center;
}

.jackpot-list .column-image {
    align-items: center;
    display: flex;
    justify-content: center;
}

.jackpot-list .list-item .game .column-jackpot {
    flex-wrap: wrap;
    display: flex;
}

.jackpot-list .list-item .min-max {
	display: flex;
	justify-content: space-between;
}

.jackpot-list .list-item .min-max > div:first-child { flex: 1 0 60%; }

.jackpot-list .list-item .min-max > div:last-child { flex: 1 0 40%; }

.jackpot-list .list-item .game .column-meter .casino-logo { text-align: center; }

.jackpot-list .column { flex: 1; }
.jackpot-list .list-item .flex-container > * { flex: 1; }
.jackpot-list .list-item .game .column-jackpot > div { flex: 1; }

.jackpot-list .list-item .game .column-jackpot > div:first-child { flex: 0 0 100%; }

.jackpot-list .list-item span,
.jackpot-list .list-item label {
    display: block;
    line-height: 1;
}

/* meter */
[class^=pointer-] {
    transform-origin: 25px 27px;
    -webkit-transform: rotate(-164deg);
    -ms-transform: rotate(-164deg);
    transform: rotate(-164deg);

    -webkit-transition: transform 0.85s ease-out 0s;
    -ms-transition: transform 0.85s ease-out 0s;
    transition: transform 0.85s ease-out 0s;
}

/* casino items */
.jackpot-casino-list .casino-item {
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    display: flex;
}

@media (max-width: 768px) {
	.jackpot-list .list-item .game {
	    flex-direction: row;
        position: relative;
        padding-bottom: 40px;
	}

	.jackpot-list .list-item .game .column:first-child {
	    flex-direction: column;
        flex: 1;
	}

	.jackpot-list .list-item .game .column:nth-child(2) > .column:last-child {
	    position: absolute;
	    display: flex;
	    left: 0;
	    width: 100%;
	    bottom: 0;
	}

	.jackpot-list .list-item .game .column.column-meter {
	    flex-direction: column-reverse;
        flex: 1;
	}

	.jackpot-list .list-item .game .column.column-meter > * { width: 100%; }

	.jackpot-list .list-item .game .meter {
	    flex-direction: column-reverse;
        display: flex;
	}

	.jackpot-list .list-item .flex-container.meter-area { align-items: flex-end !important; }

	.jackpot-list .list-item .meter-scale { flex: 2; }

	.jackpot-list .list-item .meter-scale svg {
        height: auto;
        width: 100%;
        max-height: 50px;
    }

	.jackpot-casino-list .casino-item { flex-direction: column; }

	.jackpot-casino-list .casino-item > * { width: 100%; }

    .jackpot-casino-list .casino-item .meter label,
	.jackpot-casino-list .casino-list-title { display: none; }
}

/* type-2 */
.game-holder { color: #fff; }

.game-card {
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
    padding: 15px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 35px 0 13px;
}

.game-card.small { padding: 10px 0 17px; }

.game-card > .row {
    width: 100%;
    margin: 0;
}

.game-holder > .row > div { display: flex; }

.game-card .top-block { margin-bottom: 65px; }

.game-card.small .top-block { margin-bottom: 15px; }

.game-card .info-game .price {
	font-size: 24px;
	line-height: 1;
}

.game-card.small .info-game .price { font-size: 18px; }

.game-card .info-game .info-jackpot .text-title { margin-bottom: 5px; }
.game-card .info-game .info-jackpot .price { font-size: 36px; }

.game-card.small .info-game .info-jackpot .price { font-size: 30px; }

.game-card .text-title {
    color: #bbb;
    display: block;
    font-weight: 700;
    color: #949494;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.game-card .info-value {
    float: right;
    text-align: center;
}

.game-card .info-value .percent-value {
    display: block;
    font-weight: 900;
    color: #36bf49;
    font-size: 64px;
    line-height: 1;
}

.game-card.small .info-value .percent-value { font-size: 48px; }

.game-card .info-value .percent-value.red { color: #d73d3d; }

.game-card .bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.game-card .info-game .info-jackpot,
.game-card .img-logo { margin-bottom: 28px; }

.game-card.small .info-game .info-jackpot,
.game-card.small .img-logo { margin-bottom: 20px; }

.game-card .game-logo,
.game-card .img-logo { text-align: center; }

.game-card .btn.btn-primary { padding: 7.5px 0 !important; }

@media (max-width: 1200px) {
	.game-card .btn.btn-primary { font-size: 14px; }

	.game-card .info-value .percent-value { font-size: 32px; }
	.game-card.small .info-value .percent-value { font-size: 22px; }

	.game-card.small .info-game .info-jackpot .price { font-size: 18px; }

	.game-card.small .info-game .price { font-size: 14px; }
}

@media (max-width: 1024px) {
	.game-holder > .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    .game-holder > .row > div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .game-card { margin-bottom: 10px; }

	.game-card .top-block { margin-bottom: 25px; }
	.game-card.small .top-block { margin-bottom: 20px; }

	.game-card .info-game .info-jackpot .price { font-size: 24px; }

	.game-card .info-game .price { font-size: 18px; }
}

@media (max-width: 600px) {
    .game-card.small .top-block { margin-bottom: 25px; }

    .game-card.small .info-game .info-jackpot .price { font-size: 24px; }

    .game-card.small .info-game .price { font-size: 18px; }

    .game-card.small .info-value .percent-value { font-size: 32px; }
}

/* show more functionality */
.list-item.hidden-item { display: none; }

.show-more-valuejackpot-list {
    color: #bc002d !important;
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 25px;
    text-decoration: none !important;
}

.show-more-valuejackpot-list img {
	height: 18px;
    color: #bc002d;
    -webkit-filter: invert(22%) sepia(77%) saturate(5082%) hue-rotate(334deg) brightness(70%) contrast(118%);
    filter: invert(22%) sepia(77%) saturate(5082%) hue-rotate(334deg) brightness(70%) contrast(118%);
    margin-top: -5px;
    margin-left: 10px;
}

.show-more-valuejackpot-list .show-more-text,
.show-more-valuejackpot-list .show-less-text { display: none; }

.show-more-valuejackpot-list .show-more-text.display,
.show-more-valuejackpot-list .show-less-text.display { display: inline-block; }

/* type 3 */
.casino-blocks {
    margin-bottom: 30px;
    margin-right: -4px!important;
    margin-left: -4px!important;
}
.casino-blocks .casino-title {
    color: #717171;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    padding: 7px 0px 0px 0px;
    margin-bottom: 12px;
}
.casino-blocks .blocks-item-column {
    height: 100%;
}
.casino-blocks .casino-jackpot {
    color: #16244f;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    margin-bottom: 7px;
}
.casino-blocks .column-jackpot {
    border: 1px solid #717171;
    border-radius: 0px 0px 10px 10px;
    flex: 1;
}
.casino-blocks .jackpot-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.casino-blocks .column-image img{
    border-radius: 10px 10px 0px 0px;
}
.casino-blocks .blocks-item { padding: 4px; }



