.slot-container.new {
    background-image: url(../images/city-outer.png) !important;
    padding: 0.5rem 4.7rem !important;
    height: 4rem;
    width: 100%;
}
.lottry-shuter {
    width: 23%;
    margin-bottom: 0.3rem !important;
    min-width: 260px;
}
#shutter-container {
    margin-bottom: 0rem;
}

.spin-completed-box {
    background-color: #fff;
    max-width: max-content;
    padding: 2rem;
    margin: auto;
    border-radius: 1rem;
    background-image: url(../images/city-outer1.png) !important;
    background-position: center;
    /* background-size: cover; */
     background-repeat: no-repeat; 
}
.spin-completed-box img {
    height: 5rem;
    margin-left: 1.5rem;
}
.spin-completed-box h3 {
    color: #0da00d;
    font-size: 2rem;
}

.slot-container.new.slot-territoty-container {
    padding: 0.2rem 3.6rem !important;
    height: 3.9rem;
}
.product-spin-new .alpha-slot,.product-spin-new .single-slot-number{
    height:50px;
    margin-bottom: 0;
    width: 22px;
}
.product-spin-new .alpha-slot{
    margin-bottom: 6px;
}
.product-spin-new .alpha-slot.single-slot-number{
    width: 40px !important;
}

.logo-product-image .price-box.jackpot-outer.detail-img {
    height: 26vh;
}
.product-spin-new .lottry-shuter{
    margin: 0 6px;
}
.product-spin-new .alpha-slot.single-slot-number {
    position: relative;
    margin-right: 1rem;
}
.product-spin-new .alpha-slot.single-slot-number::before {
    content: "";
    background-color: #7d561d;
    position: absolute;
    right: -10px;
    top: 1.7rem;
    width: 16%;
    height: 4px;
    opacity: 0.9;
}

@media (max-width: 992px) {
    .logo-product-image .price-box.jackpot-outer.detail-img.spin {
        height: auto;
    }
}

