body {
    margin: 0;
    padding: 0;

}

body:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: url('manip_scane/banyo/sahne-banyo.jpg') no-repeat center center fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: cover;
    filter: blur(20px);
    z-index: -9;


}

.left-panel img {
    height: 160px;
    border: solid;
    border-color: #56ff0054;
    cursor: pointer;
}

.left-panel img:hover {
    border: solid;
    border-color: #ff5e0054;
}

#root {
    z-index: 10;
    margin: 0;
    padding: 0;
    margin-top: -16px;

}

#canvas-container {
    float: left;
    border: solid;
    border-color: #56ff0054;
    position: relative;
}

#right-panel {
    background-color: rgb(255 187 0 / 28%);

    text-align: center;
    margin-top: 15px;
    padding: 30px;
    width: auto;
    /* Genişlik otomatik olarak ayarlanır */
    height: 100%;
    overflow: auto;
    /* İçerik taşarsa kaydırma çubukları ekler */
}

#active-scene-text {
    display: inline-block;
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

#desen_source_content ul li {
    margin-left: -12px
}

#desen_source_content ul  li {
    cursor: pointer;
}

#desen_source_content ul li img {
    height: 100px;
    width: 100px;


}
#desen_source_content ul {
  padding: 0;
  margin: 0;
}
#desen_source_content ul li {
    float: left;
    list-style: none;
    margin: 1px
}

.loading {
    z-index: 20;
    position: fixed;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.loading-content {
    position: absolute;
    border: 16px solid #f3f3f3;
    /* Light grey */
    border-top: 16px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 34%;
    left: 48%;
    animation: spin 2s linear infinite;
}
.clear{
    clear:  both;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* Sekme menü stilleri */
.tab-menu {
    list-style: none;
    padding: 0;
    display: flex;
}

.tab-menu li {
    cursor: pointer;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-right: 5px;
}

.tab-menu li.active {
    background-color: #ccc;
}

/* Sekme içerikleri stilleri */
.tab-content {
    display: none;
    margin-top: 10px;
}

.tab-content.active {
    display: block;
}
#active-scene-download  {
    cursor: pointer;
}

#active-scene-download:hover {
    color: blue;
}