.true-body{
    font-family: 'Poppins', sans-serif;
             margin: 0;
            
            background-color: #0e1118 !important;
             display: flex;
            
           
} 




/* Genel scrollbar stilini ayarlayın */
::-webkit-scrollbar {
    width: 10px; /* Genişlik (yatay scrollbarda height olarak ayarlayın) */
    background-color: #0e1118; /* Arka plan rengi */
}

/* Scrollbar track (arka plan) stili */
::-webkit-scrollbar-track {
    background-color: #2a2f38; /* Track arka plan rengi */
    border-radius: 10px; /* Kenarların yuvarlak olması */
}

/* Scrollbar thumb (kayan kısım) stili */
::-webkit-scrollbar-thumb {
    background-color: #626870; /* Thumb rengi */
    border-radius: 10px; /* Kenarların yuvarlak olması */
    border: 2px solid #0e1118; /* Thumb çevresine sınır ekleyerek daha modern bir görünüm kazandırma */
}

/* Scrollbar thumb hover (üzerine gelince) stili */
::-webkit-scrollbar-thumb:hover {
    background-color: #818a91; /* Üzerine gelindiğinde thumb rengi */
}





.false-body{
    font-family: 'Poppins', sans-serif;
             margin: 0;
           
            background-color: #0e1118 !important;
            
               background: radial-gradient(circle, rgba(0, 0, 255, 0.5) 0%, rgba(0, 0, 0, 0) 60%);
            background-size: 200% 200%;
           
} 

 
       .sidebar {
            width: 250px;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 250px; /* Başlangıçta gizli */
            background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
            color: white;
            display: flex;
            flex-direction: column;
            align-items: center;
            transition: transform 0.3s ease;
            transform: translateX(-250px);
            z-index: 1000;
                  overflow-y: auto;
         
        }
        .sidebar.open {
            transform: translateX(0); /* Açıldığında görünür */
        }
        .sidebar.collapsed {
            width: 80px;
        }
        .sidebar .logo {
            margin: 10px 0;
            font-size: 1.5em;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .sidebar .c-logo {
            display: none;
        }
        .sidebar.collapsed .logo {
            display: none;
        }
        
        .sidebar.collapsed .c-logo {
            display: block;
             margin: 10px 0;
            font-size: 1.5em;
            font-weight: bold;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .sidebar .avatar {
            margin: 20px 0;
            text-align: center;
            transition: opacity 0.3s ease;
        }
        .sidebar.collapsed .avatar {
             margin: 20px 0;
            text-align: center;
            transition: opacity 0.3s ease;
        }
        .sidebar .avatar img {
            border-radius: 50%;
            width: 80px;
            height: 80px;
        }
        .sidebar .username {
            margin-top: 10px;
        }
        .sidebar.collapsed .username {
            display: none;
        }
        
        
     .sidebar .nav-links {
      
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar .nav-links li {
    margin-bottom: 15px;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #fff;
    border-radius: 8px;
    transition: background 0.3s ease, transform 0.3s ease;
    font-family: 'Roboto', sans-serif; /* Modern bir font */
}

.sidebar .nav-links li a .fas {
    margin-right: 15px;
    font-size: 20px;
}

.sidebar .nav-links li a .link-text {
    font-size: 16px;
     font-weight: 500;
      font-family: 'Poppins', sans-serif; /
}

.sidebar .nav-links li a:hover,
.nav-links li.active a {
    background: linear-gradient(190deg, #1a1d29, #3a3d49);
   
    
   
    transform: scale(1.05);
}


.nav-links li.active a {
    border-right: 3px solid rgba(0, 0, 255, 1.1);
    
}


.sidebar.collapsed .nav-links {
   
              list-style-type: none;
    padding: 0;
    margin: 0;
        }
        
        
        .sidebar.collapsed .nav-links .link-text {
              display: none;
        }
        
        
        
        
        
        
       
        
        
        .main-content {
            width: 100%;
            margin-left: 250px;
            padding: 20px;
            transition: margin-left 0.3s ease;
        }
        
        
        .main-content.hidden .content {
          width: 100%;
        }
        
        .main-content.collapsed {
            margin-left: 80px;
        }
        .main-content.hidden {
            margin-left: 0;
        }
        
         .main-content a {
           color: rgba(0, 0, 255, 1.1)
        }
        
        
        .main-content .top-nav {
            background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 30px;
             border-bottom: 1px solid rgba(255, 255, 255, 0.15);
            transition: margin-left 0.3s ease;
            position: fixed;
            width: calc(100% - 250px);
            top: 0;
            left: 250px;
            z-index: 1001;
        }
        .main-content .top-nav.collapsed {
            width: calc(100% - 80px);
            left: 80px;
        }

 .close-btn-mobile {
display: none;
 }

        @media (max-width: 768px) {
            .close-btn-mobile {
        display: block; /* Mobilde kapatma butonu görünür */
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: transparent;
        border: none;
        color: white;
        font-size: 1.2em;
        z-index: 1003; /* Mobilde `sidebar`'ın üstünde kalmasını sağlar */
    }
            .main-content .top-nav {
                position: fixed;
                width: 100%;
                left: 0;
                z-index: 1;
            }
           
            
           .sidebar {
        width: 250px;
        position: fixed;
        left: -250px; /* Başlangıçta gizli */
        top: 0;
        z-index: 1002; /* Sidebar'ın içerik alanının üstünde olmasını sağlar */
         transition: transform 0.3s ease;
    }
    .sidebar.open {
        left: 0; /* Açıldığında görünür */
    }
    .main-content {
        transition: margin-left 0.3s ease, z-index 0.3s ease;
        z-index: 1; /* İçerik alanının alt seviyede kalmasını sağlar */
    }
    .main-content.sidebar-open {
        margin-left: 0px; /* Sidebar açıkken margin */
        z-index: 1; /* İçerik alanının alt seviyede kalmasını sağlar */
    }
            
        }
        .close-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background-color: transparent;
            border: none;
            color: white;
            font-size: 1.2em;
            display: none;
        }
        #toggle-sidebar {
            margin-left: 10px;
            z-index: 1002;
        }
        .icon-button {
            margin-left: 10px;
        }
        
        .mt-6{
            margin-top: 60px;
        }



@media (max-width: 500px) {
 .top-nav .haraketli-yazi{
     display: none;
 }   
    
}
        
        

.navbar{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
 
  .navbar .navbar-toggler{
     border: none !important;
 }
 
 .navbar .navbar-toggler i{
     border: none !important;
 }
 
 .navbar-custom {
           
        }
        .navbar-brand-custom {
            font-family: 'Poppins', sans-serif;
            font-size: 1.5rem;
            font-weight: bold;
            color: #6a0dad;
        }
        .navbar-nav .nav-link {
            color: white;
        }
        .navbar-nav .nav-link:hover {
            color: rgba(0, 0, 255, 1.5);
        }
        .btn-login {
            border: 1px solid #ffffff;
            color: #ffffff;
            background-color: transparent;
            border-radius: 10px;
        }
        
        .btn-login:hover {
            border: 1px solid #ffffff;
            color: #000;
            background-color: #fff;
        }
        
        .btn-login:focus{
            border: 1px solid #ffffff;
            color: #000;
            background-color: #fff;
        }
        
        .btn-primary{
            background-color: rgba(0, 0, 255, 1.1);
            border: none;
        }
        
        
        .btn-primary:hover{
            background-color: rgba(0, 0, 255, 0.8);
        }
        
        .btn-primary:focus{
            background-color: rgba(0, 0, 255, 0.8);
        }
        
        .btn-signup {
            background-color: rgba(0, 0, 255, 1.1);
            color: #ffffff;
             margin-left: 15px;
             border-radius: 10px;
        }
        
         .btn-signup:hover, .btn-signup:focus{
            background-color: rgba(0, 0, 255, 0.8);
            color: #fff;
        }
        
        .btn-mavi{
          background-color: rgba(0, 0, 255, 1.1);
            color: #ffffff;  
        }
        .btn-mavi:hover, .btn-mavi:focus{
          background-color: rgba(0, 0, 255, 0.8);
            color: #ffffff;  
        }
        
        .text-mavi{
          color: rgba(0, 0, 255, 1.3); 
        }
        
        .br-2{
            border-radius: 30px;
        }
        
        .login-kutu{
            padding: 50px;
        }
        
        .login-form{
            background-color: #0e1118;
            padding: 30px;
            color: #fff;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }
        
        .login-servis-kutu{
            margin-top: 120px;
        }
        
        .login-servis-kutu .login-ust-yazi{
            text-align: center;
            width: 280px;
            background-color: #212529;
            color: #fff;
            border-radius: 30px;
            padding: 10px;
            border: 1px solid rgba(0, 0, 255, 1.1);
        }
        
        .login-servis-kutu .login-servisler .card-custom {
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            border: 1px solid transparent;
            border-radius: 8px;
            padding: 20px;
            margin: 10px;
            width: 200px;
            height: 70px;
            transition: background-color 0.3s, border-color 0.3s, transform 0.3s;
        }
        .login-servis-kutu .login-servisler .card-custom:hover {
            border-color: #007bff;
            transform: translateY(-5px);
        }
        .login-servis-kutu .login-servisler .card-custom i {
            font-size: 2rem;
          
        }
        
        .login-servis-kutu .login-servisler .card-custom span {
            margin-left: 10px;
          
        }
        
        .login-servis-kutu .login-servisler .card-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .login-servis-kutu .login-servisler .card-instagram {
            background-color: #E4405F;
        }
       .login-servis-kutu .login-servisler .card-facebook {
            background-color: #1877F2;
        }
       .login-servis-kutu .login-servisler .card-twitter {
            background-color: #1DA1F2;
        }
        .login-servis-kutu .login-servisler .card-tiktok {
            background-color: #1c1c1c;
        }
        .login-servis-kutu .login-servisler .card-youtube {
            background-color: #FF0000;
        }
        
        .login-neden-biz{
            margin-top: 150px;
        }
        
        .login-neden-biz .section-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .login-neden-biz .feature-card {
            background-color: inherit;
            border: 1px solid #ddd;
            color: #fff;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
            margin: 10px;
            transition: transform 0.3s;
        }
        .login-neden-biz .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .login-neden-biz .feature-icon {
            font-size: 3rem;
            margin-bottom: 15px;
            color: rgba(0, 0, 255, 1.8);
        }
        .login-neden-biz .feature-title {
            font-size: 1.25rem;
            margin-bottom: 10px;
            font-weight: bold;
        }
        .login-neden-biz .feature-description {
            font-size: 1rem;
            color: #fff;
        }
        
        
        
        .login-sss{
            margin-top: 120px;
        }
        
        .login-sss .section-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .login-sss .accordion .card {
            margin-bottom: 15px;
            border: none;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .login-sss .accordion .card-header {
            background-color: rgba(0, 0, 255, 1.1);
            color: white;
            cursor: pointer;
            border-radius: 8px;
            padding: 15px;
            font-size: 1.25rem;
            font-weight: bold;
        }
        .login-sss .accordion .card-header:hover {
            background-color: rgba(0, 0, 255, 0.8);
        }
        .login-sss .accordion .collapse {
            border-top: 1px solid #ddd;
            padding: 15px;
            font-size: 1rem;
            color: #666;
        }
        
       
        
        
          
        
        
        
        
        
        
        .login-yorumlar{
            margin-top: 120px;
        }
        
        
         .login-yorumlar .section-title {
            text-align: center;
            margin-bottom: 40px;
        }
        .login-yorumlar .testimonial-card {
            background-color: inherit;
            border: 1px solid #ddd;
            color: #fff;
            border-radius: 8px;
            padding: 20px;
            text-align: center;
            margin: 10px;
            transition: transform 0.3s;
        }
        .login-yorumlar .testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
        .login-yorumlar .testimonial-photo {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
        }
        .login-yorumlar .testimonial-name {
            font-size: 1.25rem;
            margin-bottom: 10px;
            font-weight: bold;
        }
        .login-yorumlar .testimonial-text {
            font-size: 1rem;
            color: #fff;
        }
        
        
        
        
        .footer {
            background-color: #0e1118;
            color: white;
            padding: 40px 0;
            border-top: 1px solid gray;
        }
        .footer .logo {
          
            margin-bottom: 20px;
        }
        .footer .quick-links, .footer .social-media {
            list-style: none;
            padding: 0;
        }
        .footer .quick-links li {
            margin-bottom: 10px;
        }
        .footer .quick-links a {
            color: white;
            text-decoration: none;
        }
        
         .footer .quick-links a:hover {
            color: #007bff;
        }
        .footer .social-media {
            display: flex;
            gap: 15px;
        }
        .footer .social-media a {
            color: white;
            font-size: 1.5rem;
            transition: color 0.3s;
        }
        .footer .social-media a:hover {
            color: #007bff;
        }
        
        
        
        
        
        
        
        .signup-form{
            margin-top: 40px;
            padding: 15px;
            text-align: center;
        }
        
        
        
        
        
   .signup-button {
      text-align: center;
     display: flex;
     word-wrap: wrap;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 15px;
      height: 100%;
    }
    .signup-button .logo {
     
      margin-bottom: 20px;
    }
  
      .signup-button .links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .signup-button .links a {
      color: #ffffff;
      text-decoration: none;
      margin: 10px;
      white-space: nowrap;
    }
    
     .signup-button .links a:hover {
      color: rgba(0, 0, 255, 1.1);
      text-decoration: none;
      
    }
        
        
        
        @media only screen and (max-width: 992px){
            
             .btn-login {
            border: 1px solid #ffffff;
            color: #ffffff;
            background-color: transparent;
            border-radius: 10px;
            margin-top: 20px;
        }
        
         .login-kutu{
            padding: 0px;
        }
        
        
           .btn-signup {
           background-color: rgba(0, 0, 255, 1.1);
            color: #ffffff;
             margin-left: 0px !important;
             border-radius: 10px;
             margin-top: 10px;
        }
        
        .anasayfa-ust .icerik p{
            display: none;
        }
        
        
        .signup-button p{
            display: none;
        }
        
        
        
        }
        
        
        
        
        
        
        /* neworder */
        
        
         
          .neworder-ust-card .card {
              background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
              
              border: 1px solid rgba(255, 255, 255, 0.15);
              
              border-radius: 20px;
            color: #fff;
            height: 100%; /* Kartların yüksekliğini eşitlemek için */
            
        }
        
         .neworder-ust-card .card-icon-container {
            display: flex;
            align-items: center;
            justify-content: center;
            
            width: 4rem; /* İkon genişliği */
            height: 4rem; /* İkon yüksekliği */
            border-radius: 50%; /* Yuvarlak yapmak için */
            border: 3px solid rgba(0, 0, 255, 1.1); /* Arka plan rengi */
            color: #fff; /* İkon rengi */
            font-size: 1.5rem; /* İkon boyutu */
        }
        
        .neworder-ust-card i {
            font-size: 2rem;
            color: rgba(0, 0, 255, 1.1); /* İkon rengi */
        }
        .neworder-ust-card .card-body {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .neworder-ust-card .progress-bar {
            background-color: #007bff; /* Bar rengi */
        }
        
        
           /* Mobil ekranlarda 2. ve 3. kartları gizle */
        @media (max-width: 768px) {
            .neworder-ust-card .hide-on-mobile {
                display: none;
            }
        }
        
        
        
        
        
        /* newoeder-duyuru */
        
        .newoeder-duyuru{
            width: 100%;
        }
        
        .newoeder-duyuru .alert{
           background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
           border: 1px solid rgba(255, 255, 255, 0.15);
           border-radius: 20px;
        }
        
        
        
        /* neworder-form */
        
         .neworder-form .form-container {
            background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
            border: 1px solid rgba(255, 255, 255, 0.15);
            color: #fff;
            padding: 2rem;
            border-radius: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
           
            margin: 1rem auto;
        }
        
        .neworder-form .form-container .dropdown .dropdown-toggle div{
          float: left !important;
          
        }
        
        
         .neworder-form .form-container .dropdown .dropdown-toggle::after {
           float: right !important;
           margin-top: 10px;
        }
        
         .neworder-form .form-container .dropdown-item i, .dropdown i {
            margin-right: 8px; /* İkon ile metin arasına boşluk ekle */
        }
        
         .neworder-form .aciklama_kisim{
             border: 1px solid rgba(255, 255, 255, 0.15);
             border-radius: 20px;
             padding: 15px;
             background: #0e1118;
         }
         
         
         .neworder-form input{
                background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;
              
         }
         
        .neworder-form input::placeholder {
             background: #0e1118;
  font-weight: 500;
   color: #fff;
}


  .neworder-form input::value {
       background: #0e1118;
  font-weight: 500;
   color: #fff;
}


.neworder-form input:active {
     background: #0e1118;
  font-weight: 500;
   color: #fff;
}

.neworder-form input:focus {
     background: #0e1118;
  font-weight: 500;
   color: #fff;
}

.neworder-form input:hover {
     background: #0e1118;
  font-weight: 500;
   color: #fff;
}



 .neworder-form textarea{
                background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;
              min-height: 150px;
              
         }
         
        .neworder-form textarea::placeholder {
             background: #0e1118;
  font-weight: 500;
   color: #fff;
}


  .neworder-form textarea::value {
       background: #0e1118;
  font-weight: 500;
   color: #fff;
}


.neworder-form textarea:active {
     background: #0e1118;
  font-weight: 500;
   color: #fff;
}

.neworder-form textarea:focus {
     background: #0e1118;
  font-weight: 500;
   color: #fff;
}

.neworder-form textarea:hover {
     background: #0e1118;
  font-weight: 500;
   color: #fff;
}
         
         
        .neworder-form select {
            -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 8px; /* Safari, Chrome */
    -moz-border-radius: 20px; /* Firefox */
    border-radius: 8px;
    padding: 8px;
      background: #0e1118;
      cursor: pointer;
      color: #fff;
       outline: none; /* Tarayıcının varsayılan outline stilini kaldırır */
        
}


/* Focus durumu için */
 .neworder-form select:active {
    background-color: #0e1118;
    color: #fff; /* Focus durumunda yazı rengini koru */
    border-color: #888; /* Focus durumunda border rengini değiştir, istersen aynı bırakabilirsin */
}


/* Focus durumu için */
 .neworder-form select:focus {
    background-color: #0e1118;
    color: #fff; /* Focus durumunda yazı rengini koru */
    border-color: #888; /* Focus durumunda border rengini değiştir, istersen aynı bırakabilirsin */
}


/* Focus durumu için */
 .neworder-form select:hover {
    background-color: #0e1118;
    color: #fff; /* Focus durumunda yazı rengini koru */
    border-color: #888; /* Focus durumunda border rengini değiştir, istersen aynı bırakabilirsin */
}

.neworder-form option{
   background-color: #0e1118;
   color: #fff;
}

 .neworder-form .card{
     border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
     
 }
 



      .neworder-form .nav-pills{
          height: 45px;
      }
      
      .neworder-form .nav-pills li{
          
          height: 45px;
      }
      
      .neworder-form .nav-pills a{
          text-align: center;
          height: 45px;
      }
      
      
      
     .neworder-form .nav-pills .nav-item:nth-child(1) .nav-link {
    
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
     
}


  .neworder-form .nav-pills .nav-item:nth-child(1) .nav-link.active {
    background-color:  rgba(0, 0, 255, 1.1) !important;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
     
}

 .neworder-form .nav-pills .nav-item:nth-child(1) .nav-link:focus {
    background-color:  rgba(0, 0, 255, 1.1) !important;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
     
}


 .neworder-form .nav-pills .nav-item:nth-child(1) .nav-link:hover {
    background-color:  rgba(0, 0, 255, 1.1) !important;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
     
}

.neworder-form .nav-pills .nav-item:nth-child(2) .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
        
          .neworder-form .nav-pills .nav-item:nth-child(2) .nav-link.active {
    background-color:  rgba(0, 0, 255, 1.1) !important;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
     
}

 .neworder-form .nav-pills .nav-item:nth-child(2) .nav-link:focus {
    background-color:  rgba(0, 0, 255, 1.1) !important;
    color: #fff;
    bborder-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
     
}


 .neworder-form .nav-pills .nav-item:nth-child(2) .nav-link:hover {
    background-color:  rgba(0, 0, 255, 1.1) !important;
    color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
     
}
        
        
        
        .neworder-form .card-header {
            border-bottom: 0;
           
        }
        
       .neworder-form .card .card-body{
           max-height: 600px;
           overflow-y: auto;
       } 
        
        .neworder-form .card .duyurular{
         border: 1px solid rgba(255, 255, 255, 0.15); 
         padding: 20px;
         border-radius: 20px;
         
        }
        
        
         .neworder-form .card .hizli-destek{
         
         padding: 20px;
        
         
        }
        
        
         
        
        
        
      /* Tooltip kapsayıcısı */
.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Tooltip'in kendisi */
.tooltip {
    visibility: hidden;
    width: 250px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Tooltip'i yukarıda göstermek için */
    left: 50%;
    margin-left: -125px; /* Tooltip'yi ortalamak için */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Tooltip'ün ok kısmı */
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Tooltip'i görünür yapma */
.tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
    font-weight: 400;
}
        
       
     
     
     
     /*  Orders   */   
        
        
        
        .order-ust{
            
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        
        .order-ust .order-kutu{
          
             padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
        }
         
         
         .order-ust .order-kutu .items{
             
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
             
             
             
         }
         .order-ust .order-kutu .items .input-group-text{
                background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
             
         }
         
         
         .order-ust .order-kutu .items input{
                background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;
         }
         
         .order-ust .order-kutu .items input::placeholder{
               
             color: #738ca5;
          
         }
         
         
           .order-cards  .accordion-item {
            padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
     
    
          
            
        }
        
        
         .order-cards  .accordion-item .items{
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          justify-content: space-between;
          
          
         }
        
         .order-cards .order-block .text-dusuk{
             color: #738ca5;
         }
        
        @media (max-width: 768px) { 
           .order-cards  .accordion-item {
            padding: 20px;
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.15);
            background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
            color: #fff;
            
     
        }

         .order-cards  .accordion-item .items{
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          flex-direction: column;
          text-align: center;
          
          
         } 
         
            
        }
        
        
        /* Services */
        
        
        .services-kutu{
              background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
            border: 1px solid rgba(255, 255, 255, 0.15);
            color: #fff;
            padding: 2rem;
            border-radius: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
           
          
        }
        
        
        .services-kutu .ust-ara{
             
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
             
             
             
         }
         
         
          .services-kutu .ust-ara input{
             
            background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;
             
             
             
         }
         
         
         .services-kutu .ust-ara .input-group-text{
                background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
             
         }
         
         
        
         
         .services-kutu .ust-ara input::placeholder{
               
             color: #738ca5;
          
         }
         
         
         .services-kutu .icerik .table{
             background-color: none !important;
              border: none;
         } 
         
         
         .services-kutu .icerik .table thead{
             background-color: #0e1118 !important;
             border: none;
         } 
         
         
         .services-kutu .icerik .table thead tr{
             background-color: #0e1118 !important;
              border: none;
         } 
         
         .services-kutu .icerik .table thead tr th{
             background-color: #0e1118 !important;
             color: #fff;
              border: none;
         } 
         
         
         .services-kutu .icerik .table td{
             background: none !important;
             color: #fff;
             border: none;
         } 
         
          .services-kutu .icerik .table tr td{
             background: none !important;
             color: #fff;
             border-bottom: 1px solid rgba(255, 255, 255, 0.15);
         } 
         
         
         
         
         
         
          @media (max-width: 768px) {
            .services-kutu .icerik .table thead {
                display: none; /* Başlıkları gizle */
                border-radius: 20px;
                padding: 20px;
            }

            .services-kutu .icerik .table, .table tbody, .table tr, .table td {
                display: block;
                width: 100%;
            }

            .services-kutu .icerik .table tr {
                
                margin-bottom: 15px;
                border: 1px solid rgba(255, 255, 255, 0.15);
                border-radius: 5px;
                padding: 10px;
            }

            .services-kutu .icerik .table td {
                text-align: left;
                padding: 5px 0;
                position: relative;
                
            }

            .services-kutu .icerik .table td::before {
                content: attr(data-label);
                display: block;
                font-weight: bold;
                margin-bottom: 5px;
            }
            
            .services-kutu .icerik .table .kategori-text{
                
                border-bottom: none !important;
            }
            
            .services-kutu .icerik .table .kategori-text div{
                margin-top: 0px !important;
                border-bottom: none !important;
            }
            
        }
        
        
        /* Addfunds */
        
        
        
        
        
        
        .addfunds-icerik .icerikler .addfunds-add-kutu{
             padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
        }
        
        
         .addfunds-icerik .icerikler .addfunds-add-kutu input{
            background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;
        }
        
        
        .addfunds-icerik .icerikler .payment-option {
    margin-bottom: 20px;
}

.addfunds-icerik .icerikler .radio-input {
    display: none;
}

.addfunds-icerik .icerikler .radio-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
     background: #0e1118;
     border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.addfunds-icerik .icerikler .radio-button:hover {
    border-color: #007bff;
}

.addfunds-icerik .icerikler .radio-input:checked + .radio-button {
    border-color: #007bff;
     background: #0e1118;
}

.addfunds-icerik .icerikler .payment-details {
    display: flex;
    flex-direction: column;
}

.addfunds-icerik .icerikler .payment-title {
    font-weight: bold;
    font-size: 16px;
}

.addfunds-icerik .icerikler .payment-description {
    font-size: 12px;
    color: #666;
}

.addfunds-icerik .icerikler .payment-bonus {
    font-size: 14px;
    font-weight: bold;
    color: green;
}



        
        
     

 .addfunds-icerik .icerikler .addfunds-gecmis-kutu{
             padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
        }
        
        
          .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table{
             background-color: none !important;
              border: none;
         } 
         
         
          .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table thead{
             background-color: #0e1118 !important;
             border: none;
         } 
         
         
          .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table thead tr{
             background-color: #0e1118 !important;
              border: none;
         } 
         
          .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table thead tr th{
             background-color: #0e1118 !important;
             color: #fff;
              border: none;
         } 
         
         
          .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table td{
             background: none !important;
             color: #fff;
             border: none;
         } 
         
           .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table tr td{
             background: none !important;
             color: #fff;
             border-bottom: 1px solid rgba(255, 255, 255, 0.15);
         } 
         
        
        
        
          @media (max-width: 768px) {
        
        
            .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table thead {
                display: none; /* Başlıkları gizle */
                border-radius: 20px;
                padding: 20px;
            }

           .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table, .table tbody, .table tr, .table td {
                display: block;
                width: 100%;
            }

             .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table tr {
                
                margin-bottom: 15px;
                border: 1px solid rgba(255, 255, 255, 0.15);
                border-radius: 5px;
                padding: 10px;
            }

           .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table td {
                text-align: left;
                padding: 5px 0;
                position: relative;
                
            }

            .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table td::before {
                content: attr(data-label);
                display: block;
                font-weight: bold;
                margin-bottom: 5px;
            }
            
            .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table .kategori-text{
                
                border-bottom: none !important;
            }
            
            .addfunds-icerik .icerikler .addfunds-gecmis-kutu .table .kategori-text div{
                margin-top: 0px !important;
                border-bottom: none !important;
            }
            
        
           
       }
       
       
       /* Tickets */
       
       
       
        .ticket-icerik .icerikler .ticket-add-kutu{
             padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
        }
        
        
         .ticket-icerik .icerikler .ticket-add-kutu select{
            background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;
        }
        
        .ticket-icerik .icerikler .ticket-add-kutu textarea{
            background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;
              min-height: 150px;
        }
        
        
        .ticket-icerik .icerikler .ticket-add-kutu textarea::placeholder{
            color: #666;
            
        }
        
        
         .ticket-icerik .icerikler .ticket-gecmis-kutu{
             padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
        }
        
        
           .ticket-icerik .icerikler .ticket-gecmis-kutu .table{
             background-color: none !important;
              border: none;
         } 
         
         
           .ticket-icerik .icerikler .ticket-gecmis-kutu .table thead{
             background-color: #0e1118 !important;
             border: none;
         } 
         
         
           .ticket-icerik .icerikler .ticket-gecmis-kutu .table thead tr{
             background-color: #0e1118 !important;
              border: none;
         } 
         
           .ticket-icerik .icerikler .ticket-gecmis-kutu .table thead tr th{
             background-color: #0e1118 !important;
             color: #fff;
              border: none;
         } 
         
         
           .ticket-icerik .icerikler .ticket-gecmis-kutu .table td{
             background: none !important;
             color: #fff;
             border: none;
         } 
         
            .ticket-icerik .icerikler .ticket-gecmis-kutu .table tr td{
             background: none !important;
             color: #fff;
             border-bottom: 1px solid rgba(255, 255, 255, 0.15);
         } 
        
         
         .ticket-icerik .icerikler .ticket-gecmis-kutu .text-decoration-none:hover{
            text-decoration: underline !important;        
             
         }
         
         
         
        .ticket-add-kutu  .chat-container {
      width: 100%;
      margin: 20px auto;
      
      color: #fff;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

   .ticket-add-kutu .message {
      padding: 10px 15px;
      border-radius: 20px;
      margin-bottom: 10px;
      max-width: 75%;
    }

    .ticket-add-kutu .user-message {
       background-color: #0e1118;
       border: 1px solid rgba(255, 255, 255, 0.15);
      align-self: flex-end;
      text-align: right;
    }

    .ticket-add-kutu .support-message {
       background-color: #0e1118;
       border: 1px solid rgba(255, 255, 255, 0.15);
      align-self: flex-start;
      text-align: left;
    }

    .ticket-add-kutu .message-row {
      display: flex;
      align-items: center;
    }

    .ticket-add-kutu .message-time {
      font-size: 0.8rem;
      color: #6c757d;
      margin-top: 5px;
    }
    
    
    
    
    
     @media (max-width: 768px) {
        
        
        
        .ticket-icerik .icerikler .ticket-gecmis-kutu .table thead{
            display: none;
        }
        
        
           
           .ticket-icerik .icerikler .ticket-gecmis-kutu .table, .table tbody, .table tr, .table td {
                display: block;
                
                width: 100%;
            
                 word-wrap: break-word;

           }

             .ticket-icerik .icerikler .ticket-gecmis-kutu .table tr {
                
                margin-bottom: 15px;
                border: 1px solid rgba(255, 255, 255, 0.15);
                border-radius: 5px;
                
                
                padding: 10px;
            }

           .ticket-icerik .icerikler .ticket-gecmis-kutu .table td {
                text-align: left;
                padding: 5px 0;
                position: relative;
                
            }
            
            
            .ticket-icerik .icerikler .ticket-gecmis-kutu .table td:nth-child(4) {
                border-bottom: none;
                
            }
            
            
            
            .ticket-icerik .icerikler .ticket-gecmis-kutu .table td::before {
                content: attr(data-label);
               
                display: block;
                font-weight: bold;
                margin-bottom: 5px;
            }
            
            .ticket-icerik .icerikler .ticket-gecmis-kutu .table .kategori-text{
                
                border-bottom: none !important;
            }
            
            .ticket-icerik .icerikler .ticket-gecmis-kutu .table .kategori-text div{
                margin-top: 0px !important;
                border-bottom: none !important;
            }
            
        
           
       }
    
    
    
    
    
    
    /* Afilliates */
    
    .ref-stats-kutu{
          padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
    }
    
    
    .ref-stats-kutu table tbody tr{
        background-color: inherit;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .ref-stats-kutu table tbody tr td{
        background-color: inherit;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    
    .ref-bilgi-kutu{
          padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
    }
    
    
      @media (max-width: 768px) {
        
        
           
           .ref-stats-kutu .table, .table tbody, .table tr, .table td {
                display: block;
                
                width: 100%;
            
                 word-wrap: break-word;

           }

             .ref-stats-kutu .table tr {
                
                margin-bottom: 15px;
                border: 1px solid rgba(255, 255, 255, 0.15);
                border-radius: 5px;
                
                
                padding: 10px;
            }

           .ref-stats-kutu .table td {
                text-align: left;
                padding: 5px 0;
                position: relative;
                
            }
            
            
            .ref-stats-kutu .table td:nth-child(2) {
                border-bottom: none;
                
            }
            
            
            
            .ref-stats-kutu .table td::before {
                content: attr(data-label);
               
                display: block;
                font-weight: bold;
                margin-bottom: 5px;
            }
            
            .ref-stats-kutu .table .kategori-text{
                
                border-bottom: none !important;
            }
            
            .ref-stats-kutu .table .kategori-text div{
                margin-top: 0px !important;
                border-bottom: none !important;
            }
            
        
           
       }
       
       .ref-stats-kutu .alert{
           background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
       }
       
       
       
       
      
       
       
       
          .ref-stats-kutu .ref-stat .kutu{
           background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
       }
       
       
       .child-form{
                     padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
        
           
       }
       
       
       .child-form select{
         background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;   
           
       }
       
       .child-form input{
         background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;   
           
       }
       
       
       .child-form input:focus{
         background: #0e1118;
            border: 1px solid #fff;
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;   
           
       }
       
       
       .child-form input:active{
         background: #0e1118;
            border: 1px solid #fff;
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;   
           
       }
       
       .child-form .table{
             background-color: none !important;
              border: none;
         } 
         
         
           .child-form .table thead{
             background-color: #0e1118 !important;
             border: none;
         } 
         
         
           .child-form .table thead tr{
             background-color: #0e1118 !important;
              border: none;
         } 
         
           .child-form .table thead tr th{
             background-color: #0e1118 !important;
             color: #fff;
              border: none;
         } 
         
         
           .child-form .table td{
             background: none !important;
             color: #fff;
             border: none;
         } 
         
            .child-form .table tr td{
             background: none !important;
             color: #fff;
             border-bottom: 1px solid rgba(255, 255, 255, 0.15);
         } 
         
         
         
          @media (max-width: 768px) {
         .child-form .table thead, thead tr {
                
               display: none;
                
                
                padding: 10px;
            }
        
           
           .child-form .table, .table tbody, .table tr, .table td {
                display: block;
                
                width: 100%;
            
                 word-wrap: break-word;

           }

             .child-form .table tr {
                
                margin-bottom: 15px;
                border: 1px solid rgba(255, 255, 255, 0.15);
                border-radius: 5px;
                
                
                padding: 10px;
            }

           .child-form .table td {
                text-align: left;
                padding: 5px 0;
                position: relative;
                
            }
            
            
          
            
            
            
            .child-form .table td::before {
                content: attr(data-label);
               
                display: block;
                font-weight: bold;
                margin-bottom: 5px;
            }
            
            .child-form .table .kategori-text{
                
                border-bottom: none !important;
            }
            
            .child-form .table .kategori-text div{
                margin-top: 0px !important;
                border-bottom: none !important;
            }
            
        
           
       }
       
       
       
       
       .api-kutu{
                     padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
        
           
       }
       
       .api-kutu .table{
             background-color: none !important;
              border: none;
         } 
         
         
           .api-kutu .table thead{
             background-color: #0e1118 !important;
             border: none;
         } 
         
         
           .api-kutu .table thead tr{
             background-color: #0e1118 !important;
              border: none;
         } 
         
           .api-kutu .table thead tr th{
             background-color: #0e1118 !important;
             color: #fff;
              border: none;
         } 
         
         
           .api-kutu .table td{
             background: none !important;
             color: #fff;
             border: none;
         } 
         
            .api-kutu .table tr td{
             background: none !important;
             color: #fff;
             border-bottom: 1px solid rgba(255, 255, 255, 0.15);
         } 
         
         
         
          @media (max-width: 768px) {
         .api-kutu .table thead, thead tr {
                
               display: none;
                
                
                padding: 10px;
            }
        
           
           .api-kutu .table, .table tbody, .table tr, .table td {
                display: block;
                
                width: 100%;
            
                 word-wrap: break-word;

           }

            .api-kutu .table tr {
                
                margin-bottom: 15px;
                border: 1px solid rgba(255, 255, 255, 0.15);
                border-radius: 5px;
                
                
                padding: 10px;
            }

           .api-kutu .table td {
                text-align: left;
                padding: 5px 0;
                position: relative;
                
            }
            
            
            .api-kutu .table td:nth-child(2) {
                border-bottom: none;
                
            }
            
            
            
            .api-kutu .table td::before {
                content: attr(data-label);
               
                display: block;
                font-weight: bold;
                margin-bottom: 5px;
            }
            
            .api-kutu .table .kategori-text{
                
                border-bottom: none !important;
            }
            
            .api-kutu .table .kategori-text div{
                margin-top: 0px !important;
                border-bottom: none !important;
            }
            
        
           
       }
       
       .api-kutu pre{
                padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: #0e1118;
     color: #fff;
       }
       
       .api-kutu select{
             background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;
       }
       
       
        .terms-kutu{
                     padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
        
           
       }
       
        .terms-kutu p{
         color:#666;   
            
        }
        
        
        .account-kutu{
              padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
        }
        
        
        
        .account-kutu input{
              background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;   
        }
        
        
       
        
          .account-kutu input:focus{
              background: #0e1118;
            border: 1px solid #fff;
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;   
        }
        
        
          .account-kutu input:hover{
              background: #0e1118;
            border: 1px solid #fff;
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;   
        }
        
        
          .account-kutu select{
              background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;   
        }
        
        
          .account-kutu select:focus{
              background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;   
        }
        
        
          .account-kutu select:hover{
              background: #0e1118;
            border: 1px solid rgba(255, 255, 255, 0.15);
             box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
             color: #fff;
             padding: 8px;
              border-radius: 10px;   
        }
        
        
         .blog-kutu{
              padding: 20px;
            border-radius: 20px;
     border: 1px solid rgba(255, 255, 255, 0.15);
     background: linear-gradient(135deg, #0e1118 0%, #1f252e 100%);
     color: #fff;
     display: flex;
  
        }