.rotate-90 {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(90deg);
}

.right-position-social {
  position: absolute;
  right: -80px;
  z-index: 0;
}

.sticky-top {
  position: sticky !important;
  top: 0 !important;
  z-index: 10;
}

.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.h-team-c {
  min-height: 80px;
}




.footer-top-logo-desc {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}

.footer-top-logo-desc p {
  max-width: 670px;
  text-align: center;
}

.max-w-modal {
  max-width: 300px;
}

.uc-drop:not(.no-width-crop .uc-drop) {
  width: 50px !important;
}

.back-modal {
  padding: 16px;
  padding-bottom: 0;
}

.position-right-turn {
  position: fixed;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  z-index: 1000;
}



.close-btn {
  font-size: 32px;
  background-color: transparent;
  border: none;
}

.reply-btn i, .report-btn i, .edit-btn i {
  margin-right: 5px;
}

.ad-header {
  margin-bottom: 30px;
}

.ad-header h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.ad-contact-info {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}

.ad-contact-info a {
  color: #1a73e8;
  text-decoration: none;
}

.ad-description {
  margin: 20px 0;
  color: #666;
  font-size: 14px;
}

.ad-accordion {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

.ad-accordion-header {
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
}


.ad-accordion-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.ad-accordion-content {
  display: none;
  padding: 0;
}

.ad-accordion.active .ad-accordion-content {
  display: block;
}

.ad-accordion.active .ad-accordion-icon {
  background-color: #fcb623;
}

.ad-reklam-item {
  padding: 15px 20px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.ad-reklam-item:last-child {
  border-bottom: none;
}

.ad-reklam-name {
  font-weight: 500;
}

.ad-inceleyin-btn {
  font-size: 14px;
  text-decoration: none;
}

/* Modal Styles */
.ad-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
}

.ad-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border-radius: 8px;
  width: 90%;
  max-width: 1200px;
  max-height: 94vh;
  overflow-y: auto;
}

.ad-modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f9fa;
}


.ad-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
}

.ad-modal-content {
  display: flex;
  min-height: 500px;
}

.ad-modal-sidebar {
  width: 35%;
  padding: 20px;
  border-right: 1px solid #eee;
  background-color: #fafafa;
}

.ad-modal-main {
  width: 65%;
  padding: 20px;
}

/* Tables in sidebar */
.ad-info-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  background: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.post-author a img {
  min-width: 32px;
  min-height: 32px;
}

.ad-info-table th,
.ad-info-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.w-180px {
  width: 220px;
}

.w-140px {
  width: 140px;
}

.letter {
  width: 32px;
  min-width: 24px;
  height: 32px;
}

.ad-info-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #555;
}

.ad-info-table tr:last-child td {
  border-bottom: none;
}

.ad-ana-label {
  background-color: #ff6b35;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
}

/* Tab navigation */
.ad-tab-nav {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.ad-tab-btn {
  padding: 12px 24px;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 500;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}

.ad-tab-btn.active {
  color: #fcb623;
  border-bottom-color: #fcb623;
}

.ad-tab-content {
  display: none;
}

.ad-tab-content.active {
  display: block;
}

/* Preview images */
.ad-preview-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ad-preview-container img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}

.ad-preview-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
}

.ad-preview-placeholder {
  width: 300px;
  height: 200px;
  background: linear-gradient(45deg, #f0f0f0 25%, transparent 25%), 
              linear-gradient(-45deg, #f0f0f0 25%, transparent 25%), 
              linear-gradient(45deg, transparent 75%, #f0f0f0 75%), 
              linear-gradient(-45deg, transparent 75%, #f0f0f0 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  border: 2px dashed #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  margin-bottom: 10px;
}

.author-card {
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.reference {
  border-right: 1px dashed #ececec;
}

.author-card a {
  text-decoration: none;
}

.author-card span {
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.author-card .author-card-text {
  max-width: 200px;
}

.custom-data-container {
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.custom-data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.custom-data-header {
  border-bottom: 2px solid #e9ecef;
}

.custom-data-header th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.fs-7 {
  font-size: 12px !important;
}


.custom-data-cell {
  padding: 16px 20px;
  text-align: left;
  font-size: 14px;
}

.custom-data-gold-type {
  display: flex;
  align-items: center;
  gap: 12px;
}

.custom-data-gold-icon {
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 50%, #ffd700 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(255, 215, 0, 0.3);
  position: relative;
}

.custom-data-gold-icon::before {
  content: '';
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #ffed4e 0%, #ffd700 50%, #ffb300 100%);
  border-radius: 50%;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.custom-data-price {
  font-weight: 600;
}

.custom-data-difference {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}

.custom-data-negative {
  color: #dc3545;
}

.custom-data-positive {
  color: #0e9c3a;
}

.custom-data-arrow {
  font-size: 12px;
}

.custom-data-arrow-down {
  color: #dc3545;
}

.event-btn {
  font-size: 14px;
  border: none;
  background-color: transparent;
}

@media (max-width: 768px) {
  .custom-data-container {
      margin: 10px;
      border-radius: 6px;
  }
  
  .custom-data-header th,
  .custom-data-cell {
      padding: 12px 16px;
      font-size: 13px;
  }
}

@media (max-width: 768px) {
  .ad-modal-content {
      flex-direction: column;
  }
  
  .ad-modal-sidebar,
  .ad-modal-main {
      width: 100%;
  }
  
  .ad-modal-sidebar {
      border-right: none;
      border-bottom: 1px solid #eee;
  }
}
@media (max-width: 576px) {
  .position-right-turn {
    position: fixed;
    left: 10px;
    bottom: 10px;
    top: auto;
    right: auto;
    transform: unset;
    z-index: 1000;
  }

  .sm-hide-text {
    visibility: hidden;
    display: none;
  }
}

@media (max-width: 600px) {
  .economy-table-container {
      margin: 10px;
  }
  
  .economy-table-container table {
      font-size: 12px;
  }
  
  .economy-table-container th, 
  .economy-table-container td {
      padding: 8px 4px;
  }
  
  .economy-table-container .currency-name {
      padding-left: 8px;
  }
}



.text-underline-none {
  text-decoration: none;
}

.fa, .fa-brands, .fa-duotone, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fat {
  line-height: unset !important;
}

.seperator-dot {
  position: relative;
}

.seperator-dot::before {
  position: absolute;
  left: -10px;
  top: 8px;
  content: "";
  width: 5px;
  height: 5px;
  min-height: 5px;
  min-width: 5px;
  background-color: red;
  border-radius: 10px;
}

.redirect-card {
  height: 120px;
  width: 100%;
  background-position: center;
  background-size: cover;
  aspect-ratio: auto;
  background-repeat: no-repeat;
  position: relative;
}

.redirect-card::before {
  position: absolute;
  top: 0;
  content: "";
  z-index: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000004e;
  border-radius: inherit;
}

.redirect-card::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: white;
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  pointer-events: none;
}

.team-card {
  height: 250px;
  width: 100%;
  background-position: center;
  background-size: cover;
  aspect-ratio: auto;
  background-repeat: no-repeat;
}

.archive-banner {
  height: 280px;
  width: 100%;
  background-position: center;
  background-size: cover;
  aspect-ratio: auto;
  background-repeat: no-repeat;
  position: relative;
}

.archive-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

input[type="radio"] {
      appearance: none;
      width: 16px;
      height: 16px;
      border: 1px solid rgba(0, 0, 0, 0.268);
      border-radius: 20%;
      outline: none;
      background-color: white;
      cursor: pointer;
      transition: all .3s;
      margin-bottom: 2px;
  }
  input[type="radio"]:checked {
      background-color: #2aa1a9;
  }
.logo-w-lg {
  width: 230px;
}


/* Tüm tarayıcılar için evrensel custom-scroll class'ı scroll stillemesi */
.custom-scroll {
  padding-bottom: 8px;
    /* Firefox için */
    scrollbar-width: thin;
    scrollbar-height: thin;
    scrollbar-color: #a1a1a1 transparent;

    /* WebKit tarayıcılar (Chrome, Safari, Edge, Brave) için */
    &::-webkit-scrollbar {
        width: 4px;     /* Dikey scroll genişliği */
        height: 4px;    /* Yatay scroll yüksekliği */
        background: transparent;
    }
  
    /* Scrollbar thumb (kaydırma çubuğu) */
    &::-webkit-scrollbar-thumb {
        background-color: #a1a1a1;  /* İstediğiniz yeşil renk */
        border-radius: 2px;          /* Yumuşak köşeler */
        background-clip: content-box;
    }
    
    /* Scrollbar track (arka plan) */
    &::-webkit-scrollbar-track {
        background: transparent;     /* Arka planı şeffaf yap */
    }

    /* IE ve Edge için */
    -ms-overflow-style: none;  /* IE ve eski Edge için scrollbar gizleme */
}

/* Webkit tarayıcılarda scrollbar kaydırma efekti */
.custom-scroll:hover::-webkit-scrollbar-thumb {
    background-color: #0e9c3a;  /* Hover durumunda hafif renk değişimi */
}

.audio-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    margin: 20px auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

#play-pause, #play-pause-read-mode {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
}

#podcast-play-pause {
  width: 40px;
  height: 40px;
  background-color: transparent;
  color: white;
  box-shadow: none;
  border: none;
  font-size: 24px;
  
}

#play-pause i {
  margin-left: 2px !important;
}

.progress-container, .podcast-progress-container {
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgb(215, 215, 215);
    cursor: pointer;
    position: relative;
}

.podcast-progress-container {
  height: 16px;
}

.progress {
    height: 100%;
    width: 0;
    border-radius: 10px;
}

.audio-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.custom-btn {
  width: auto;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  color: white;
  font-size: 12px;
  border: none;
  gap: 4px;
}

.speed-for-audio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-right: 16px;
}

.audio-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.audio-box .control-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.text-transform-none {
  text-transform: none !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.detail-information {
  right: 8px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 5px 8px;
  border-radius: 8px;
  z-index: 10;
  opacity: .9;
}

.detail-information i {
  width: 26px;
  height: 26px;
  font-size: 13px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, .8);
}

.gradiand-bg {
  background: #000000;
background: linear-gradient(0deg,rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.11) 100%);
}

.form-select {
  background-color: #ececec;
  border: 1px solid #0e9c3b5d;
}

.first {
  border-left: 2px solid green;
}

.second {
  border-left: 2px solid orange;
}

.third {
  border-left: 2px solid gray;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
}

@media(max-width:768px) {
  .audio-box {
    flex-direction: column;
    gap: 15px;
  }
}

.google-icon {
  width: auto;
  height: 32px;
}

.google-news-link {
  padding: 3px;
  border: 1px solid #ececec;
}

.uc-tab>.uc-active>a  {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary) !important;
}

.scroll-tabs {
  overflow-x: auto;
  scrollbar-height: thin;
  padding-bottom: 5px;
}

.scroll-tabs::-webkit-scrollbar {
  height: 3px;
}

.scroll-tabs::-webkit-scrollbar-track {
  background: transparent;
}

.scroll-tabs::-webkit-scrollbar-thumb {
  background-color: var(--color-primary);
  border-radius: 4px;
}

/* Firefox için */
.scroll-tabs {
  scrollbar-color: var(--color-primary) transparent;
  scrollbar-width: thin;
}

.select2-container {
            width: 100% !important;
        }

        .select2-container--default .select2-selection--single {
            background-color: #ffffff;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            height: 42px;
            padding: 0 12px;
            font-size: 16px;
            transition: all 0.2s ease;
        }

        .select2-container--default .select2-selection--single:hover {
            border-color: #9ca3af;
        }

        .select2-container--default.select2-container--focus .select2-selection--single {
            border-color: #3b82f6;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 40px;
            color: #374151;
            padding-left: 0;
            padding-right: 20px;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 40px;
            right: 8px;
        }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #6b7280 transparent transparent transparent;
            border-width: 6px 6px 0 6px;
            margin-left: -6px;
            margin-top: -3px;
        }

        /* Dropdown Custom Styles */
        .select2-dropdown {
            background-color: #ffffff;
            border: 1px solid #d1d5db;
            border-radius: 8px !important;
            box-shadow: 0 10px 25px -5px rgb(0 0 0 / 0.1), 0 10px 10px -5px rgb(0 0 0 / 0.04);
            margin-top: 4px;
            overflow: hidden;
        }

        .select2-container--default .select2-results__options {
            max-height: 250px;
            padding: 8px 0;
        }

        /* Option Custom Styles */
        .select2-container--default .select2-results__option {
            padding: 12px 16px;
            font-size: 16px;
            color: #374151;
            cursor: pointer;
            transition: all 0.15s ease;
            border: none;
            margin: 0 8px;
            border-radius: 6px;
        }

        .select2-container--default .select2-results__option:hover {
            background-color: #ececec !important;
            color: #1f2937;
        }

        .select2-container--default .select2-results__option[aria-selected="true"] {
            background-color: #3b82f6 !important;
            color: white !important;
        }

        .select2-container--default .select2-results__option[aria-selected="true"]:hover {
            background-color: #2563eb !important;
            color: white !important;
        }

        /* Search Input Styles */
        .select2-container--default .select2-search--dropdown .select2-search__field {
            padding: 8px 12px;
            font-size: 16px;
            border: 1px solid #d1d5db;
            border-radius: 6px;
            margin: 8px;
            width: calc(100% - 32px);
        }

        .select2-container--default .select2-search--dropdown .select2-search__field:focus {
            border-color: #3b82f6;
            outline: none;
            box-shadow: 0 0 0 3px rgb(59 130 246 / 0.1);
        }

.datetime.fs-5 {
  font-size: 12px !important;
}

.order-number {
  width: 32px;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 6px;
  font-size: 24px;
  background-color: #fcb623;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}



.scor-card {
  width: 100%;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.scor-card {
  background-image: url('../../images/1.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.rounded.rounded-right-0 {
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.team{
  position: relative;
  transition: all .3s !important;
}


.team-social {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%); /* % olacak */
  display: flex;               /* yatay hizalama için */
  justify-content: center;     /* ortala */
  flex-wrap: nowrap;
  width: 100%;
  z-index: -10;
  transition: all .5s;
}

.team:hover .team-social {
  bottom: 16px;
  z-index: 10;
}



