*{box-sizing:border-box;font-family:Arial,Helvetica,sans-serif}

body{
  margin:0;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ff7ac8,#6aa6ff);
}

.site-logo {
  margin: 10px 0px 0px 50px;
  display: flex;
  gap: 8px; /* logo ile yazı arası */
}

.site-logo img {
  height: 32px; /* logo boyutu */
  width: auto;
}


.card{
width:400px;
background:#fff;
padding:25px;
border-radius:18px;
box-shadow:0 10px 30px rgba(0,0,0,.12);
text-align:center;
}

h1 span{color:var(--blue)}

.tabs{
display:flex;
background:#e5e7eb;
border-radius:12px;
margin-bottom:15px;
}
.tabs button{
flex:1;
padding:10px;
border:none;
background:none;
font-weight:bold;
cursor:pointer;
color:#6b7280;
}
.tabs button.active{
background:#fff;
border-radius:12px;
color:var(--blue);
}

.input{
display:flex;
align-items:center;
gap:8px;
border:1px solid var(--border);
padding:10px;
border-radius:10px;
margin-bottom:12px;
background:#f9fafb;
}
.input i{color:#9ca3af}
.input input,.input select{
border:none;
outline:none;
background:none;
width:100%;
}

.hidden{display:none}

.footer{
margin: 15px 0px 0px 15px;
display:flex;
gap:20px;
}
.footer button{
border:none;
background:none;
color:#3b82f6;
font-weight:bold;
cursor:pointer;
}

.modal{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,.4);
justify-content:center;
align-items:center;
z-index:999;
}
.modal-box{
background:#fff;
width:320px;
padding:20px;
border-radius:14px;
position:relative;
}
.modal-close{
position:absolute;
top:15px;
right:15px;
border:none;
width:30px;
height:30px;
color:#999;
border-radius:50%;
cursor:pointer;
background:#f3f4f6;
}

/* NUMARALI MADDELER */
.list{
padding-left:20px;
text-align:left;
}
.list li{
margin-bottom:8px;
line-height:1.4;
}

*{
  box-sizing:border-box;
  font-family:Arial,Helvetica,sans-serif;
}

/* ANA KART */
.card{
  width:100%;
  max-width:360px;
  background:#fff;
  border-radius:18px;
  padding:22px;
  box-shadow:0 15px 40px rgba(0,0,0,.25);
  text-align:center;
}

h1{
  margin:0 0 15px;
  color:#3b82f6;
}
h1 span{
  color:#ff5fb3;
}

/* SEKME */
.tabs{
  display:flex;
  background:#f1f4fb;
  border-radius:14px;
  margin-bottom:16px;
}

.tabs button{
  flex:1;
  border:none;
  background:none;
  padding:12px;
  font-weight:bold;
  cursor:pointer;
  border-radius:14px;
  color:#555;
}

.tabs button.active{
  background:#3b82f6;
  color:#fff;
  box-shadow:0 5px 15px rgba(0,0,0,.08);
}

/* FORM */
.hidden{display:none;}

.input{
  display:flex;
  align-items:center;
  border:1px solid #ddd;
  border-radius:14px;
  padding:10px 12px;
  margin-bottom:12px;
}

.input i{
  color:#ff5fb3;
  margin-right:8px;
}

.input input,
.input select{
  width:100%;
  border:none;
  outline:none;
  font-size:14px;
}

/* CİNSİYET */
.gender{
  display:flex;
  gap:10px;
  margin-bottom:14px;
}

.gender button{
  flex:1;
  padding:10px;
  border-radius:14px;
  border:1px solid #ddd;
  cursor:pointer;
  opacity:.6
  }
.girisinput {
    padding: 10px;
    padding-right: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 4px !important;
    color: #495057;
    border-radius: 10px;
    background: whitesmoke;
}
.mt-3
 {
    margin-top: 1rem !important;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.esunus_sifreunuttum {
	width: 100%;
    float: right;
    font-size: 15px;
    margin: 10px 0px 0px 0px;
    color: #3b82f6;
    cursor: pointer;
}

button {
    background: transparent;
    color: #fff;
}
.backk5 {
	  width: 100%;
	margin: 10px 0px 0px 0px;
    align-items: center;
    justify-content: space-between;
      background: #e5e7eb !important;
    border: 0;
    border-radius: 6px;
    color: #3b82f6;
    height: 40px;
  
}

.fullw {
    width: 100%;
	margin: 10px 0px 0px 0px;
    align-items: center;
    justify-content: space-between;
    background: #3b82f6;
    border: 0;
    border-radius: 6px;
    color: #fff;
    height: 40px;
}
.girisinput .form-control
Belirginlik: (0,2,0)
 {
    border: none !important;
    color: #495057 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-control {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-group-addon {
	
	        padding: 11px 11px 10px 2px;
	
	}
.status-icon {
    color: #2ecc71;
    font-size: 12px;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% { transform: scale(0.95); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
    100% { transform: scale(0.95); opacity: 1; }
}


.user-count {
    padding: 2px 8px;
    border-radius: 10px;
    color: #000;
	font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
}


.active-user-btn:hover {
    background: #222;
    border-color: #2ecc71;
    transform: translateY(-2px);
}	
.text-glow {
color:#000;
font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
	
	
	
	
}
#diyolog-maske {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: #f8f9fa; /* esohbet tarzı açık gri arka plan */
    z-index: 999999;
    justify-content: center;
    align-items: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.esohbet-loading-wrap {
    text-align: center;
    width: 100%;
    max-width: 300px;
}

/* İç içe geçen yumuşak dalga efekti (Double Bounce) */
.e-spinner {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto 30px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3b82f6; /* Diyolog Mavi */
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    animation-delay: -1.0s;
}

@keyframes sk-bounce {
    0%, 100% { transform: scale(0.0); }
    50% { transform: scale(1.0); }
}

/* Yazı Stilleri */
.e-title {
    color: #fdfcfc !important;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0 !important;
    letter-spacing: 1px;
}

.e-sub-text {
    color: #fdfcfc !important;
    font-size: 13px;
    margin: 0 0 25px 0 !important;
}

/* Alt Bar Tasarımı */
#d-maske-bar-container {
    width: 150px;
    height: 3px;
    background: #e9ecef;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
}

#d-maske-bar {
    width: 0%;
    height: 100%;
    background: #3498db;
    transition: width 0.1s linear;
}