.theme-switch {
  position: fixed;
  top: 20px;
  right: 20px;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.theme-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
div#menukay {
    padding: 10px 18px 10px 10px;
    background: #495f69;
    border-radius: 0.785rem;
}
body.dark-mode {
  background-color: #121212;
  color: white;
}
img.mekan-chat-img3 {
    pointer-events: none;
    position: absolute;
    top: 112px;
    /* right: 10px; */
    width: 40px;
    height: 40px;
    z-index: 10;
}

.slider {
  position: relative;
  background-color: #ccc;
  border-radius: 34px;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px;
  font-size: 18px;
  transition: background-color 0.3s;
}

input:checked + .slider {
  background-color: #222;
}

body.dark-mode {
  background-color: #121212;
  color: white;
}

img.cevrele {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #0dcaf0;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
img.mekan-chat-img2 {
    pointer-events: none;
    position: absolute;
        top: 104px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 10;
}

.haftaninuyesix {
      padding: 6px 12px;

    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #fff;
    background: #b0b6bf;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    vertical-align: top;
}
.haftaninuyesi_baslikx {
    padding: 6px 12px;
    margin-top: 10px;
    color: #e0e0e0;
    font-size: 14px;
    font-weight: 500;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#last_embed {
    display: flex;
    align-items: center;
    justify-content: center; 
    padding: 4px; 
    /* background-color: #f5f5f5; */
    border-radius: 15px;
    overflow-x: auto;
	    border: 1px solid #ccc;
}

#last_embed .active_embed {
  position: relative;
  margin-left: -20px; /* Üst üste bindirme efekti */
  z-index: 1;
  transition: transform 0.2s ease;
}

#last_embed .active_embed:first-child {
  margin-left: 0;
}


#last_embed .active_embed img {
width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #0dcaf0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: block;
}

#last_embed .active_embed:hover {
  transform: scale(1.1);
  z-index: 10;
}
.mb-2.sonaktifuyeler {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

select#guest_gender {
  display: block !important;
    visibility: visible !important;
    width: 165.625px !important;
    height: 46px !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    cursor: pointer !important;
    z-index: 999999 !important;
    margin: 2px !important;
    padding: 0px !important;
    appearance: menulist-button !important;
}
select#guest_age {
    display: block !important;
    visibility: visible !important;
    width: 170.375px !important;
    height: 46px !important;
    opacity: 0 !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    cursor: pointer !important;
    z-index: 999999 !important;
    margin: 0px !important;
    padding: 0px !important;
    appearance: menulist-button !important;
}

.owl-item {
  text-align: center; /* Tüm içeriği ortala */
}

.owl-item img {
  display: block;
  margin: 0 auto;       /* Resmi ortala */
  border-radius: 50%;   /* Dairesel avatar varsa */
}

.bneon17, .bnfont6 {
  display: block;
  text-align: center;   /* Nick ve rolü ortala */
  margin-top: 5px;
  font-size: 13px;
}
.aktif-uyeler {
  text-align: center;
	    padding: 15px 18px;
}

.aktif-uyeler h4::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #4a3aff, #ff0055);
  margin: 8px auto 0 auto;
  border-radius: 2px;
}
.online-kullanici {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #f5f5f5;
  animation: fadeIn 1s ease-in-out;
}

.online-kullanici .count {
  font-size: 22px;
  font-weight: 800;
  color: #ff0055;
  animation: pulseCount 1.2s infinite alternate;
}

/* Giriş animasyonu */
@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Sayı nabız efekti */
@keyframes pulseCount {
  from { transform: scale(1); }
  to { transform: scale(1.2); }
}
