.pasaran-content {
    padding-left: .5rem;
    padding-right: .5rem;
}

.single-content {
    z-index: 1;
    padding: 0 .5rem 0 .5rem;
    position: relative;
    margin: 7rem 0 6rem 0;
}

.container.single-subtitle {
    background-image: linear-gradient(to right, #ff8917, #fff86d, #ff8917);
    padding: .5rem;
    color: #014547;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    text-align: center;
    border-top-left-radius: 1cm;
    border-bottom-right-radius: 1cm;
    border: 2px solid white;
    text-transform: uppercase;
}

.container.pasaran-togel {
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    padding: 0px;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.prediksi-search {
    padding: 0px;
    justify-content: end;
    margin-bottom: .5rem;
}

.prediksi-search #searchPrediksi {
    border: 2px solid orange;
}

.pasaran-card {
    position: relative;
    border: 2px solid white;
    overflow: hidden;
    color: white;
    font-weight: 100;
    background-image: linear-gradient(to right, #014547, #017070);
    padding: 0rem;
    transition: all 0.3s ease-in-out;
    border-radius: 1rem;
}

.card-title-prediksi {
    margin-top: 1rem;
    background-image: linear-gradient(80deg, #ff891700, #017070, #017070, #017070, #ff891700);
    border-bottom-left-radius: 1cm;
    border-top-right-radius: 1cm;
    padding: .2rem;
    color: #ffffff;
    text-shadow: 1px 1px black;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-left: 3px solid white;
    border-right: 3px solid white;
}

.pasaran-card:hover {
    border: 2px solid orange;
}

.pasaran-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}

.col {
    padding: .5rem;
}

.pasaran-card:hover .overlay {
    opacity: 1;
    gap: 10px;
}

.play-btn {
    z-index: 3;
    padding: 5px 25px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    border: 1px solid white;
    box-shadow: inset 0 0 10px 0px black, inset 0 4px 0 0 #fff;
    border-radius: 1cm;
    background-color: rgba(128, 128, 128, 0.836);
    transition: all 0.3s ease-in-out;
}

.play-btn:hover {
    background-image: linear-gradient(to top, #014547, #017070);
    color: #fff;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
    border: 1px solid white;
    font-weight: 400;
}

.all-pasaran img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-height: 18vh;
    min-height: 18vh;
}

.all-pasaran .title {
    color: #016868;
    font-size: 16px;
    background-color: white;
    padding: 0px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-transform: capitalize;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 0rem;
}

.small-title {
    font-size: medium;
}

.prediksi-content {
    padding-top: 2rem;
}

#table-prediksi {
    border: 2px solid orange;
    border-radius: 1rem;
    margin-bottom: 0rem;
}

#head-title {
    background-image: linear-gradient(to bottom, #014547, #017070);
    color: white;
    font-size: 2.3rem;
    text-align: center;
    text-transform: uppercase;
}

#head-tanggal {
    background-color: #ffca37;
    text-align: center;
    color: #014547;
    font-size: 1.7rem;
}

#item-prediksi {
    text-align: center;
    font-size: 1.5rem;
    color: #014547;
}

#prediksi-angka {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #014547;
}

.copyright {
    text-align: center;
    font-size: 1.2rem;
    color: white;
}

.button-single-content {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.btn-prediksi {
    display: block;
    text-align: center;
    background-image: linear-gradient(to right, #ff8917, #fff86d, #ff8917);
    border: 2px solid white;
    color: #071011;
    padding: .4rem;
    font-size: 1.3rem;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
}

.btn-prediksi:hover {
    background-image: linear-gradient(to right, #014547, #017070, #014547);
    border: 2px solid white;
    color: white;
    box-shadow: inset 0 0 10px 0px black, inset 0 4px 0 0 #fff;
}

@media screen and (max-width: 480px) {
    .single-content {
        margin-top: 7rem;
        z-index: 1;
        position: relative;
        margin-bottom: 6rem;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    .all-pasaran img {
        transition: all 0.3s ease-in-out;
        width: 100%;
        max-height: 20vh;
        min-height: 20vh;
    }

    .prediksi-search {
        padding: 0px;
        justify-content: end;
        margin-bottom: .5rem;
        width: 100%;
    }
}
