.stone-slot { 
    display: flex;
    width: 5.4%;
    height: 5.4%;
    background-color: rgba(184, 184, 184, 0.1); 
    box-shadow: 0 0 0.2vw rgba(0, 0, 0, 0.1); 
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.9) 0%, rgba(200, 200, 200, 0.3) 80%);
    cursor: pointer;
    position: absolute;
}

.spacer-slot {
    width: 3.3vw; 
    height: 3.3vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.spacer-1 {
    background-image: url('/pictures/products/nisane1.png'); 
     top: 17.1%; 
    left: 67%;
}

.spacer-2 {
    background-image: url('/pictures/products/nisane2.png'); 
    top: 12%; 
    left: 78.3%;
}

#tesbih-ip {
    position: absolute;
    width: 24.7vw; 
    height: 90vh;
    top: 13.5%;
    left: 48.3%;
    z-index: -1000; 
} 

.tesbih-ip-img {
    width: 23vw;
    height: 23vw;
}

.imame-slot {
    width: 25vw;
    height: 25vw;
    background-image: url('/pictures/products/imame.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 46.8%;  /* Konumunu ayarla */
    left: 15.5%;
    transform: rotate(-12deg);
}


.col2 {
    width: 60vw;
    background-position: 186px 130px; /* Burada ilk değer sol (left), ikinci değer üst (top) konumunu belirler */
    background-repeat: no-repeat;
    background-size: 75%;
}

.stone-slot.active {
    position: absolute;
    transition: background-color 0.3s ease;
}

.stone-slot.active::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 189, 211, 0.2);
    pointer-events: none;
    transition: background-color 0.3s ease;
}

/* Dokunmatik olayların sürüklemeyi engellememesi için */
.stone-slot img, .sidebar img {
    touch-action: none;
}

/* Taş sürükleme sırasında görsel geri bildirim */
.dragging {
    opacity: 0.5;
}

/* Taş ekleme animasyonu */
.stone-add-animation {
    animation: fadeInScale 0.5s ease forwards;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.tesbih {
    position: fixed;
    background-size: 40vw;
    background-repeat: no-repeat;
    background-position: center;
    width: 60vw;
    aspect-ratio: 1;
    margin: 0;
    z-index: 100;
}

#slot1 {
    top: 48%;
    left: 55.3%;
}

#slot2 {
    top: 45.6%;
    left: 60.1%;
}

#slot3 {
    top: 42.9%;
    left: 64.8%;
}

#slot4 {
    top: 40%;
    left: 69%;
}

#slot5 {
    top: 36.7%;
    left: 73%;
}

#slot6 {
    top: 33.4%;
    left: 77.2%;
}

#slot7 {
    top: 30.3%;
    left: 81.4%;
}

#slot8 {
    top: 26.8%;
    left: 84.5%;
}

#slot9 {
    top: 22.75%;
    left: 85.8%;
}

#slot10 {
    top: 18.3%;
    left: 85.3%;
}

#slot11 {
    top: 14.8%;
    left: 82.2%;
}

#slot12 {
    top: 11.2%;
    left: 73.6%;
}

#slot13 {
    top: 11.5%;
    left: 68%;
}

#slot14 {
    top: 14%;
    left: 63.3%;
}

#slot15 {
    top: 16.6%;
    left: 59%;
}

#slot16 {
    top: 19.1%;
    left: 54.6%;
}

#slot17 {
    top: 21.5%;
    left: 49.7%;
}

#slot18 {
    top: 26%;
    left: 47.2%;
}

#slot19 {
    top: 28.8%;
    left: 52%;
}

#slot20 {
    top: 27%;
    left: 57.1%;
}

#slot21 {
    top: 23.6%;
    left: 60.7%;
}

#slot22 {
    top: 20.3%;
    left: 64%;
}

#slot23 {
    top: 15.6%;
    left: 71.2%;
}

#slot24 {
    top: 16.6%;
    left: 76.8%;
}

#slot25 {
    top: 20%;
    left: 80%;
}

#slot26 {
    top: 24.5%;
    left: 79.5%;
}

#slot27 {
    top: 28%;
    left: 76.4%;
}

#slot28 {
    top: 31%;
    left: 72.4%;
}

#slot29 {
    top: 33.4%;
    left: 67.6%;
}

#slot30 {
    top: 36.4%;
    left: 63%;
}

#slot31 {
    top: 39%;
    left: 58.8%;
}

#slot32 {
    top: 41.6%;
    left: 54%;
}

#slot33 {
    top: 45.3%;
    left: 50%;
}
