

            @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Poppins", serif;
        }
        body {
            
           
            
            background-color: #f4f4f4;
            background-image:    url(back.jpg);
    	   
  background-repeat: no-repeat;
  background-attachment: fixed;
        }

.content form .user-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 0 12px 0;
}

form .user-details .input-box {
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}

form .input-box span.details {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.user-details .input-box input {
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user-details .input-box input:focus,
.user-details .input-box input:valid {
  border-color: #9b59b6;
}
form .user-details .input-box2 {
  margin-bottom: 15px;
  width: 100%
}
form .input-box2 span.details {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.user-details .input-box2 input {
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user-details .input-box2 input:focus,
.user-details .input-box2 input:valid {
  border-color: #9b59b6;
}
form .gender-details .gender-title {
  font-size: 20px;
  font-weight: 500;
}

form .category {
  display: flex;
  width: 80%;
  margin: 14px 0;
  justify-content: space-between;
}

form .category label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

form .category label .dot {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}

#dot-1:checked~.category label .one,
#dot-2:checked~.category label .two,
#dot-3:checked~.category label .three {
  background: #9b59b6;
  border-color: #d9d9d9;
}

form input[type="radio"] {
  display: none;
}

form .button {
  height: 45px;
  margin: 35px 0
}

form .button input {
  height: 100%;
  width: 100%;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #f95959;

}

form .button input:hover {
color:  #000;  
background: #ebebeb;


}

/* Responsive media query code for mobile devices */
@media(max-width: 584px) {
  .container {
    max-width: 100%;
  }

  form .user-details .input-box {
    margin-bottom: 15px;
    width: 100%;
  }

  form .category {
    width: 100%;
  }

  .content form .user-details {
    max-height: 300px;
    overflow-y: scroll;
  }

  .user-details::-webkit-scrollbar {
    width: 5px;
  }
}

/* Responsive media query code for mobile devices */
@media(max-width: 459px) {
  .container .content .category {
    flex-direction: column;
  }
}

        .container {
            width: 1000px;
	    margin-top: 55px;
	    margin-bottom: 25px;
            display: flex;
            background: white;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
            border-radius: 10px;
            overflow: hidden;
	    border:1px solid #dedede;
        min-height: 800px;
        }
        .sidebar {
	    
            width: 250px;
            background-color: #fcfcfb;
            padding: 20px;
            text-align: center;
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
	   
 
            
        }
        .sidebar img {
            width: 73px;
            border-radius: 50%;
            margin-bottom: 15px;
        }
        .sidebar h2 {
            font-size: 20px;
            margin-bottom: 5px;
        }
        .sidebar p {
            font-size: 14px;
            color: gray;
            margin-bottom: 20px;
        }
        .menu {
    list-style: none;
    text-align: center;
    padding: 0;
}

.menu li {
    padding: 10px;
    background: #f95959;
    margin: 5px 0;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    display: block; 
}

.menu li:hover {
    background: #ebebeb;
}

.menu li a {
    text-decoration: none;
    color: white;
    display: block;  
     
}

.menu li:hover a {
    color: black;
    display: block; 
}
        .content {
            padding: 15px;
            padding-left: 35px;
            flex: 1;
        }
        .content h1 {
            font-size: 36px;
            margin-bottom: 10px;
        }
        .content h2 {
            font-size: 18px;
            color: gray;
            margin-bottom: 20px;
        }
        .content p {
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 20px;
        }
        .personal-info {
            margin-top: 20px;
        }
        .personal-info table {
            width: 100%;
        }
        .personal-info table td {
            padding: 8px 0;
        }

.form-control-borderless {
    border: none;
}
.form-control input{
    font-size:  22px;
}
.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.search {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.stat {
        margin-top: 100px;
        text-align: center;        
        display: flexbox;
        font-size: 14px;
        width: 100%;
}

.split {    
                float: left;
          width: 50%    
            }
.counter{
                font-size: 20px;
                font-weight: 600;
            }
            
.pagination {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    font-size: 18px;
    list-style: none;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item .page-link {
    color: #fff;
    background: #dc3545; 
    border-radius: 8px;
    padding: 4px 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: 1px solid #dc3545;
}

.pagination .page-item .page-link:hover {
    background: #b52a36; 
    border-color: #b52a36;
}

.pagination .page-item.active .page-link {
    background: #343a40; 
    border-color: #343a40;
    font-weight: bold;
}

.pagination .page-item.disabled .page-link {
    background: #e9ecef;
    color: #6c757d;
    border-color: #dee2e6;
    pointer-events: none;
}

/* Mobil uyumlu tasarım */
@media (max-width: 768px) {
    .pagination .page-item .page-link {
        padding: 6px 10px;
        font-size: 16px;
    }
}

.image-container {
    position: relative;
    display: inline-block;
}

.popup-box {
    position: absolute;
    left: 100%;
    background-color: rgba(50, 50, 93, 1);
    padding: 15px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none;
    white-space: nowrap;
    border-radius: 5px;
    color: white;
    margin-left: 30px;
    min-width: 250px;
    z-index: 100;
}






        .image-container:hover .popup-box {
            display: block;
            
        }
        .image-container img {
            
            display: block;
        }
            
.image-container ul{
                
                margin: 15px;
                
                font-size: 15px;
                list-style: none;
            }
.image-container ul li {
             padding: 3px;   
             border-bottom:  1px solid #3e558b;
}  
            
 .tabed { 
            display: inline-block; 
            width: 180px;
            color: #b6ff00 ;
        }  
 .word{
          word-wrap: break-word; /* Uzun kelimeleri kır */
    overflow-wrap: break-word; /* Alternatif olarak kelimeleri böl */
    white-space: normal; /* Metni alt satıra geçir */      
            }    
 .alan{
    padding: 3px;
    background:  white;
    color: rgba(50, 50, 93, 1); 
    margin: 3px;
    border-radius: 5px;    
            }              