/**** begin components style ****/
section .card.card-result {
    border-radius: 12px;
    margin: 0 auto;
}
section .card.card-result .card-body {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    border-radius: 8px;
}
section .card.card-result .card-body img {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 200px;
    border-radius: 8px;
}
section .card.card-result .card-body .card-title {
    display: block;
    position: relative;
    font-weight: 700;
    border-radius: 0;
}
section .card.card-result .card-body .result-date {
    position: relative;
    line-height: normal;
    font-weight: 500;
    text-shadow: 0 3px 10px rgb(0 0 0 / 80%);
    text-align: center;
}
section .card.card-result .card-body .result-number,
section .card.card-content .card-body .result-number {
    position: relative;
    line-height: normal;
    text-align: center;
}
section .card.card-result .card-body .result-number .digit,
section .card.card-content .card-body .result-number .digit {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-image: linear-gradient(to bottom, #f9b105, #f6650a);
    color: var(--color-1);
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
section .card.card-result .card-body .result-number .digit:last-child,
section .card.card-content .card-body .result-number .digit:last-child {
    margin-right: 0;
}

section .card.card-content {
    border-radius: 12px;
}
section .card.card-content .card-body {
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
section .card.card-content .card-body iframe {
    border-radius: 8px;
}
section .card.card-content .card-body .table {
    border-radius: 8px;
}
section .card.card-content .card-body .table thead,
section .card.card-content .card-body .table thead tr:first-child {
    border-radius: 8px 8px;
}
section .card.card-content .card-body .table thead tr:first-child th:first-child {
    border-radius: 8px 0 0 0;
}
section .card.card-content .card-body .table thead tr:first-child th:last-child {
    border-radius: 0 8px 0 0;
}

section .card.card-post {
    border-radius: 12px;
}
section .card.card-post .card-body {
    border-radius: 8px;
}
section .card.card-post .card-body .card-title {
    display: block;
    position: relative;
    ve; */
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    margin-top: -20px;
}
section .card.card-post .card-body img {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 8px;
}

section .card.card-game {
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
}
section .card.card-game .card-img-top {
    border-radius: 8px;
}
section .card.card-game .card-body {
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
section .card.card-game .card-body.show {
    display: flex;
}
section .card.card-game .card-footer .btn {
    border-radius: 50px;
    padding: 5px 20px;
    color: var(--color-9);
    font-weight: 600;
    text-transform: uppercase;
}
section .card.card-game .percent{
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 50px;
}
section .card.card-game .percent p {
    z-index: 15;    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: black;
}
section .card.card-game .percent-bar{
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    border-radius: 50px 0 0 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}

section .card.card-list-provider {
    border-radius: 8px;
}
section .card.card-list-provider .card-body {
    border-radius: 6px;
}

section .card.card-provider,
section .card.card-provider .card-body {
    border-radius: 6px;
    cursor: pointer;
}
section .card.card-provider .card-body {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
section .card.card-provider .card-body .provider-thumbnail {
    display: block;
    position: relative;
    background-color: var(--color-8);
    margin: 0 auto;
    padding: 3px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
}
section .card.card-provider .card-body .provider-thumbnail img {
    width: 100%;
    height: 100%;
    padding: 3px;
}

section .content-prediksi {
    background-color: #343a40;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
section .content-prediksi hr {
    border-color: var(--white);
    border-width: 4px;
    border-style: dashed;
    border-bottom: 0;
}
section .content-prediksi h4 {
    margin-top: 10px;
    color: var(--white) !important;
    font-size: 18px !important;
    text-shadow: none !important;
    text-transform: uppercase;
}
section .content-prediksi h5 {
    display: block;
    position: relative;
    padding: 12px 5px;
    border-radius: 8px;
    background-color: var(--color-1);
    font-size: 20px !important;
}
section .content-prediksi h5 span:first-child {
    color: var(--white) !important;
    text-shadow: none !important;
}
section .content-prediksi h5:last-child span:first-child,
section .content-prediksi h5 span:last-child {
    color: var(--color-8) !important;
    font-weight: 700;
}

.btn-merah {
    background: #fb0000;
    background: -moz-linear-gradient(top, #fb0000 0%, #b30000 97%, #d90000 97%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(97%,#b30000), color-stop(97%,#d90000));
    background: -webkit-linear-gradient(top, #fb0000 0%,#b30000 97%,#d90000 97%);
    background: linear-gradient(to bottom, #ff3000 0%,#c30202 97%,#c30707 97%);
    position: relative;
    border-bottom: 5px solid #740000;
    border-radius: 5px;
    outline: none;
    font-family: Georgia;
    font-size: 20px;
    text-decoration: none !important;
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    text-shadow: #333 0 -1px 1px;
    box-shadow: #333 0 3px 5px -3px;
    top: 0;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    cursor: pointer;
}

.btn-merah:focus,.btn-merah:hover,.btn-merah:active{
	background:#fb0000;
	background:-moz-linear-gradient(top,  #fb0000 0%, #b30000 97%, #d90000 97%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb0000), color-stop(97%,#b30000), color-stop(97%,#d90000));
	background:-webkit-linear-gradient(top,  #fb0000 0%,#b30000 97%,#d90000 97%);
	background:linear-gradient(to bottom, #ff3000 0%,#c30202 97%,#c30707 97%);
	top:2px;border-bottom:3px solid #740000;box-shadow:#700 0 3px 4px -4px;color:#FFF !important;margin-bottom:2px
}
}
@media (min-width: 993px) {
    /* show 4 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        display: block;
        margin-right: 0;
    }
  
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
  
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
  
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
  
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
  
    /* farthest right hidden item must be absolue position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
  
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
    }
}
/**** endof components style ****/