.lexico-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2px;
    margin-bottom: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    transition: all 0.3s ease;
}

.lexico-user-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.lexico-foto {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 13px;
}

.lexico-profile-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.lexico-status-online {
    position: relative;
    bottom: 36px;
    left: -20px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #28a745;
}

.lexico-detal {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 0 5px 0px 0px;
}

.lexico-detal-ust {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.lexico-detal-sol {
    display: flex;
    flex-direction: column;
}

.lexico-user-name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0px;
}

.lexico-user-username {
    font-size: 0.875rem;
    color: var(--text-color);
}

.lexico-datal-sag {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.lexico-comment-likes {
    color: var(--primary-color);
    font-weight: 600;
}

.lexico-last-activity {
    font-size: 0.875rem;
    color: var(--text-color);
}

.lexico-detal-alt {
    margin-top: -5px;
}

.lexico-comment-text {
    font-style: normal;
    font-size: 14px;
    color: var(--text-color);
}
p.lexico-user-username {
    margin: 4px 0;
}

.avatar.avatar-lg[class*=status-]:before {
  right: 2px;
  top: 2px;
}

.avatar.avatar-xl[class*=status-]:before {
  right: 4px;
  top: 4px;
}

.avatar.avatar-xxl[class*=status-]:before {
  right: 12px;
  top: 12px;
}

.avatar.avatar-xxxl[class*=status-]:before {
  right: 18px;
  top: 18px;
}

.avatar {
  height: 3rem;
  width: 3rem;
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-group {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.avatar-group > li {
  position: relative;
}
.avatar-group > li:not(:last-child) {
  margin-right: -0.8rem;
}
.avatar-group .avatar-img {
  border: 2px solid #fff;
}

.avatar-group-two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}
.avatar-group-two > li {
  margin-top: 0.8rem;
  position: relative;
}
.avatar-group-two > li:not(:last-child) {
  margin-right: -1.2rem;
  margin-top: 0;
}

.avatar-group-three {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  padding-right: 1.2rem;
  position: relative;
}
.avatar-group-three > li {
  position: relative;
}
.avatar-group-three > li:not(:last-child) {
  margin-right: -1.2rem;
}
.avatar-group-three > li:last-child {
  position: absolute;
  bottom: -30px;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.avatar-group-four {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: auto auto;
  gap: 0px 0px;
}
.avatar-group-four li {
  margin: 0;
}
.avatar-group-four li:not(:last-child) {
  margin: 0;
}

.avatar-xxs {
  height: 1.5rem;
  width: 1.5rem;
}

.avatar-xs {
  height: 2.1875rem;
  width: 2.1875rem;
}

.avatar-sm {
  height: 2.5rem;
  width: 2.5rem;
}

.avatar-lg {
  height: 4rem;
  width: 4rem;
}

.avatar-xl {
  height: 5.125rem;
  width: 5.125rem;
}

.avatar-xxl {
  height: 5.125rem;
  width: 5.125rem;
}
@media (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
}

.avatar-xxxl {
  height: 8rem;
  width: 8rem;
}
@media (min-width: 768px) {
  .avatar-xxxl {
    width: 11rem;
    height: 11rem;
  }
}

.avatar-story {
  position: relative;
  padding: 4px;
  z-index: 1;
}
.avatar-story:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #0f6fec;
  z-index: -1;
}

.avatar-uploader {
  position: relative;
}
.avatar-uploader .avatar-edit {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
}
.avatar-uploader .avatar-edit input {
  display: none;
}
.avatar-uploader .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #eff2f6;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
          box-shadow: 0px 0px 20px rgba(93, 83, 84, 0.15);
  cursor: pointer;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.avatar-uploader .avatar-edit input + label:after {
  content: "\f303";
  font-family: "Font Awesome 5 Free";
  color: #14191e;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 900;
  -webkit-transform: translate(0, -56%);
          transform: translate(0, -56%);
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.avatar-uploader .avatar-edit input + label:hover {
  background: #0f6fec;
  border-color: #0f6fec;
}
.avatar-uploader .avatar-edit input + label:hover:after {
  color: #fff;
}
.avatar-uploader img#avatar-preview {
  -o-object-fit: cover;
     object-fit: cover;
}

h6.card-title.mb-0 a{
    text-decoration:none;
    color: var(--text)
}

ul.nav.nav-stack.pt-3.small {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}.combutton {
  display: flex;
  gap: 1rem;
}

/* Genel yorum alanı stilleri */
.comment-area {
  border: 1px solid #ddd; /* Açık bir kenarlık ekler */
  border-radius: 5px; /* Köşeleri hafifçe yuvarlar */
  padding: 1rem; /* İçerik etrafında boşluk bırakır */
}

.comment-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

.comment-actions a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #6c757d;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.comment-actions a:hover {
    color: #007bff;
}

.comment-actions a i {
    margin-right: 0.25rem;
    font-size: 1rem;
}

.comment-actions a:hover i {
    transform: scale(1.1);
}

/* Yanıtla butonu */
.comment-actions a:first-child:hover {
    color: #28a745;
}

/* Düzenle butonu */
.comment-actions a:nth-child(2):hover {
    color: #ffc107;
}

/* Sil butonu */
.comment-actions a:last-child:hover {
    color: #dc3545;
}

.ui-dialog {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

.ui-dialog-titlebar {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ui-dialog-title {
    font-weight: bold;
    color: #333;
}

.ui-dialog-titlebar-close {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    font-size: 20px;
}

.ui-dialog-titlebar-close:hover {
    color: #dc3545;
}

.dle-confirm {
    padding: 15px;
    color: #212529;
    line-height: 1.5;
}

.ui-dialog-buttonpane {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 10px;
    text-align: right;
}

.ui-dialog-buttonset {
    display: flex;
    gap: 10px;
}

.ui-dialog-buttonset button {
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.ui-dialog-buttonset button:first-child {
    background-color: #6c757d;
    color: white;
}

.ui-dialog-buttonset button:first-child:hover {
    background-color: #545b62;
}

.ui-button-delete {
    background-color: #dc3545;
    color: white;
}

.ui-button-delete:hover {
    background-color: #c82333;
}


.ui-dialog-titlebar {
    position: relative;
}

.ui-dialog-titlebar-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    cursor: pointer;
}

.ui-dialog-titlebar-close::before,
.ui-dialog-titlebar-close::after {
    content: '';
    position: inherit;
    top: 36px;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: #6c757d;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: background-color 0.3s;
}

.ui-dialog-titlebar-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ui-dialog-titlebar-close:hover::before,
.ui-dialog-titlebar-close:hover::after {
    background-color: #dc3545;
}
/* Temel CSS'e eklenecek mobil uyumluluk stilleri */
@media screen and (max-width: 576px) {
    .ui-dialog {
        width: 95% !important;
        max-width: 95%;
        margin: 10px auto;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
    }

    .ui-dialog-titlebar {
        padding: 8px 12px;
    }

    .ui-dialog-title {
        font-size: 0.9rem;
    }

    .dle-confirm {
        padding: 12px;
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .ui-dialog-buttonpane {
        padding: 8px;
    }

    .ui-dialog-buttonset {
        flex-direction: column;
        gap: 8px;
    }

    .ui-dialog-buttonset button {
        width: 100%;
        padding: 10px;
        font-size: 0.9rem;
    }

    .ui-dialog-titlebar-close {
        top: 8px;
        right: 8px;
        width: 20px;
        height: 20px;
    }

    .ui-dialog-titlebar-close::before,
    .ui-dialog-titlebar-close::after {
        width: 15px;
    }
}

/* Dokunmatik cihazlar için iyileştirmeler */
@media (hover: none) and (pointer: coarse) {
    .ui-dialog-titlebar-close {
        padding: 10px;
        touch-action: manipulation;
    }

    .ui-dialog-buttonset button {
        padding: 12px;
        touch-action: manipulation;
    }
}

.ui-dialog-titlebar {
    position: relative;
}

.ui-dialog-titlebar-close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border: none;
    background: none;
    cursor: pointer;
}

.ui-dialog-titlebar-close::before,
.ui-dialog-titlebar-close::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 18px;
    height: 2px;
    background-color: #6c757d;
    transition: background-color 0.3s;
}

.ui-dialog-titlebar-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.ui-dialog-titlebar-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.ui-dialog-titlebar-close:hover::before,
.ui-dialog-titlebar-close:hover::after {
    background-color: #dc3545;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.modalfixed.dle-popup-quickedit.ui-dialog-buttons.ui-draggable {
    z-index: 1050;
}

.ui-dialog-titlebar-close {
  /* ... yukarıdaki temel stiller ... */
  background-color: #f0f0f0; /* Arka plan rengi */
  border: 1px solid #ccc; /* Kenarlık */
  border-radius: 3px; /* Köşeleri yuvarlat */
  padding: 5px; /* İç boşluk */
  width: auto; /* Genişliği içeriğe göre ayarla (metin için) */
  height: auto; /* Yüksekliği içeriğe göre ayarla (metin için) */
  line-height: normal; /* Satır yüksekliğini normale döndür (eğer ikon kullanmıyorsanız) */
  text-align: center; /* Metni ortala */
}

.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:focus {
  background-color: #e0e0e0; /* Fare üzerine gelindiğinde veya odaklandığında arka plan rengi */
  border-color: #bbb; /* Fare üzerine gelindiğinde veya odaklandığında kenarlık rengi */
}