.sidebar, #wrapper {
    display: block;
}




.generate_section {
    height: 100%;
}





.mobile_buy_btn {
    display: none;
}







#wrapper {
    
    position: relative;
    display: flex;
    flex-direction: column;
}

.p-3 {
    padding: 20px 20px 10px 20px!important;
}



.sayfa {
    padding: 0px 20px 20px 20px;
    display: flex;
    height: 100%;
    width: 100%;
}

.left-div {
    border: 1px solid #181818;
    border-top: 3px solid #ff3b65;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 30px;
    margin-right: 20px;
    height: 100%;
    width: 65%;
    background-color: #19111463; /* Görsel olarak ayırmak için */
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.right-div {
    background-color: #001126;
    border-radius: 30px;
    height: 100%;
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.right-div .sub-div {
    border-radius: 20px;
    height: 48%; /* Arada boşluk bırakmak için biraz küçültüldü */
    background-color: #1a1a1a; /* Görsel olarak ayırmak için */
    margin-bottom: 4%; /* Boşluk için */
}



.right-div .sub-div:last-child {
    margin-bottom: 0; /* Son alt div için boşluk bırakma */
}












#sub-div2 {
    padding: 9px;
    height: 68%;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0)!important;
}

#sub-div1 {
    background-color: rgba(0, 0, 0, 0)!important;
    height: 30%;

}





.mt-4 {
    margin-top: 0px !important;
}


.navbar_welcome {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#open_generate {
    padding: 15px 30px;
    border: none;
    background-color: #101010;
    color: white;
    border-radius: 20px;
    
    margin: 0px 5px;
    border: 1px solid #373737;
}

#generate {
    width: 100%;
    padding: 12px 30px;
    border: none;
    background-color: #ffffff;
    color: rgb(31, 31, 31);
    border-radius: 20px;
    font-weight: bold;
    margin: 5px 0px;
}


#buy_open {
    display: none;
    padding: 15px 30px;
    border: none;
    background-color: #166866;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    font-weight: bold;
    margin: 0px 5px;
}


#buy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border: none;
    background-color: #ffffff;
    color: rgb(31, 31, 31);
    border-radius: 20px;
    font-weight: bold;
    width: 100%;
    position: relative;
}

#buy span {
    flex-grow: 1;
    text-align: center;
}


.progress-container99 {
    display: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #aeaeae;
    border-top: 3px solid #000000;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#download {
    display: none;
    padding: 15px 30px;
    border: none;
    background-color: #0d6efd;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    font-weight: bold;
    margin: 0px 5px;
}

.wrap_designhist {
    overflow: hidden;
    white-space: nowrap;
    width: 50%;
    text-overflow: ellipsis;
    margin: 0px 10px;
    display: flex;
    align-items: center;
}



.design_history {
    border-left: 4px solid #000000;
    font-size: 11px;
    /* border-bottom: 2px solid rgb(41, 41, 41); */
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 12px 7px;
    background-color: #ffffff0d;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: white;
    
}


.designhist_nav {
    padding: 10px 5px 17px 5px;
    background-color: rgba(51, 51, 51,0);
    color: white;
    display: flex;
    font-size: 12px;
    border-radius: 20px 20px 0px 0px;
}

.designhist_nav p {
    margin-bottom: 0px;
}







#preview {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    /* background-color: rgb(66, 66, 66); */
    
    color: #ffffff;
    background-color: #000914;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: bold;
}

#purchase_history {

    overflow: auto;
}





.generator_page {
    position: fixed;
    top: 50%; /* Üst kısmını sayfanın ortasına getirin */
  left: 50%; /* Sol kısmını sayfanın ortasına getirin */
  transform: translate(-50%, -50%); /* Ortalamak için negatif yüzdeli değerler kullanın */
  
  width: 100%;
  height: 100%;
  z-index: 9999999;
  /* backdrop-filter: brightness(0.1); */
  display: none;
  align-items: center;
  justify-content: center;
}

.generator_card {
    display: none;
    padding: 10px;
    z-index: 99999999;
    background-color: #202020;
    border: 2px solid rgb(54, 54, 54);
    border-radius: 20px;
}

.generator_page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);

}

.generator_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 10px 20px;
    color: white;
}

.generator_nav p {
    margin-bottom: 0px;
    font-size: 17px;
    color: white;
}

#albumurl {
    border: none; /* Çerçeveyi kaldırır */
    outline: none; /* Odaklandığında dış çizgiyi kaldırır */
    color: white;
    background-color: rgba(51, 51, 51,0);
    border: none;
    padding: 15px 25px 15px 0px;
    width: 100%;
}

.generator_url_div {
    display: flex;
    flex-direction: row;
    margin: 5px 0px;
    border-radius: 10px;
    background-color: #141414;
}

.generator_url_img {
    padding: 3px;
    margin-left: 10px;
}



.select {
    margin: 5px 0px;
    background-color: #141414;
    padding: 15px;
    width: 100%;
    border: none;
    color: white;
    border-radius: 10px;
}













#downloadLink2, #downloadLink {
    display: none;
}




.progress-bar2 {
    width: 100%;
    height: 29px;
    background-color: #1e1e1e;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .progress2 {
    height: 100%;
    background-color: #2544f1;
    width: 0;
    transition: width 18s ease-in;
  }
  
  /* Örneğin, bir düğmeye tıklandığında progress bar %100 olsun */
  .complete {
    width: 100%;
  }
  
  .loader_card {
    visibility: hidden;
    
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    padding: 20px;
  }


.loader_card2 {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: rgb(100, 100, 100);
}

.loader_card2 p {
    width: 300px;
    font-weight: bold;
    text-align: center;
}








.sub-div21 {
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    background-color: #000914;
    border-radius: 20px;
    padding: 10px;
}



.sub-div {
    padding: 0px 20px;
    background-color: #141414!important;
}

#sub-div1 {
    padding: 0px;
    
}

.preview_13 {
    border-radius: 30px!important;
    border-top: 3px solid #0069f5;
    background-color: rgba(0, 0, 0, 0)!important;
}

body {
    background-color: #000000 !important;
}

.statis .box h3:after {
    background-color: rgba(92, 92, 92, 0.12);
}


.fa-calendar-days {
    font-size: 20px;
    margin-right: 10px;
}




.buy_card {
    display: none;
    padding: 10px;
    z-index: 99999999;
    background-color: #202020;
    border: 2px solid rgb(54, 54, 54);
    border-radius: 20px;
}

.buy_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background-color: #141414;
    padding: 10px 20px;
    border-radius: 10px;
    margin: 10px 0px;
    color: white;
}
