.text-bg-tflsozluk_mor {
  color: #fff !important;
  background-color: #d400ff !important;
}

.text-bg-tflsozluk_mavi {
  color: #fff !important;
  background-color: #3700ff !important;
}

.text-bg-tflsozluk_yesil {
  color: #fff !important;
  background-color: #28a100 !important;
}

.text-bg-tflsozluk_yesilmavi {
  color: #000 !important;
  background-color: #00ff8c !important;
}

.text-bg-tflsozluk_siyah {
  color: #fff !important;
  background-color: #000 !important;
}

.text-bg-tflsozluk_mor_gradyan {
  color: #fff !important;
  background: rgb(235, 0, 255);
  background: linear-gradient(90deg, rgba(235, 0, 255, 1) 0%, rgba(255, 0, 164, 1) 50%, rgba(255, 0, 0, 1) 100%);
}

.text-bg-tflsozluk_legendary {
  color: #fff !important;
  background: rgb(255, 113, 0);
  background: linear-gradient(90deg, rgba(255, 113, 0, 1) 0%, rgba(255, 203, 0, 1) 50%);
}

.baslik-highlight {
  background-color: #007bff65;
}


a.moderator-del {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
  cursor: pointer;
}

.oylama-card {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.oylama-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.list-group-item {
  border: none;
  padding: 10px;
}

.list-group-item:hover {
  cursor: pointer;
  background-color: #f5f5f5;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.form-control-dark {
  border-color: var(--bs-gray);
}

.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}

#index-section {
  height: 100vh;
  /* Liste konteynerinin yüksekliğini ayarlayın */
  overflow-y: auto;
  /* Yalnızca dikey kaydırma çubuğunu göster */
  overflow-x: hidden;
  /* Yatay kaydırmayı gizle */
  scrollbar-width: thin;
  /* Scrollbar genişliğini ayarla */
  scrollbar-color: #dedede #ffffff;
  /* Scrollbar rengini ayarla */
}

/* Scrollbar için tarayıcıya özel stiller */
/* Webkit tarayıcıları (Chrome, Safari) için */
#index-section::-webkit-scrollbar {
  width: 8px;
  /* Scrollbar genişliği */
}

#index-section::-webkit-scrollbar-track {
  background-color: #ffffff;
  /* Scrollbar arka plan rengi */
}

#index-section::-webkit-scrollbar-thumb {
  background-color: #dedede;
  /* Scrollbar dolgu rengi */
  border-radius: 4px;
  /* Scrollbar köşe yarıçapı */
}

.can-dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.can-dropdown>a,
.can-dropdown>button {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
  padding: 6px 20px 6px 10px;
  border-radius: 4px;
  display: inline-block;
  color: black;
  text-decoration: none;
}

.can-dropdown>a:before,
.can-dropdown>button:before {
  position: absolute;
  right: 7px;
  top: 12px;
  content: ' ';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.can-dropdown input[type=checkbox] {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}

.can-dropdown input[type=checkbox]:checked {
  position: fixed;
  z-index: +0;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.can-dropdown ul {
  position: absolute;
  top: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
  left: 0px;
  list-style: none;
  padding: 4px 0px;
  display: none;
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .175);
}

.can-dropdown input[type=checkbox]:checked+ul {
  display: block;
}

.can-dropdown ul li {
  display: block;
  padding: 6px 20px;
  white-space: nowrap;
  min-width: 100px;
}

.can-dropdown ul li:hover {
  background-color: #F5F5F5;
  cursor: pointer;
}

.can-dropdown ul li a {
  text-decoration: none;
  display: block;
  color: black
}

.can-dropdown .can-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  font-size: 1px;
  padding: 0;
}

.form-floating input {
  border: 0px !important;
}

.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 50px auto;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 100px;
  z-index: 1;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all .2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 96px;
  height: 96px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.radius-full {
  border-radius: 50%;
}

ul.sozlesme-liste {
  list-style-type: disc;
  margin-left: 15px;
}

@media only screen and (min-width: 480px) {
  .onlymobile {
    display: none !important;
  }
}

.heart .fa-heart-o {
  color: red;
  cursor: pointer;
}

.heart .fa-heart {
  color: red;
  cursor: pointer;
}

.like-counter {
  padding-left: 0px !important;
  text-decoration: none;
}

.like-counter:hover {
  text-decoration: none !important;
  color: #888 !important;
}

.heart {
  padding-left: 0px !important;
}

.report .active.fa-exclamation-triangle {
  color: orange;
  cursor: pointer;
}

.report .fa-exclamation-triangle {
  color: #888;
  cursor: pointer;
}

.report .fa-exclamation-triangle:hover {
  color: orange;
  cursor: pointer;
}

.report-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.report-modal.active {
  display: flex;
}

.report-modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* her öğe arası boşluk */
}

.report-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 18px;
  color: #888;
}

.report-modal h2 {
  margin-top: 0;
}

.report-modal label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
}

.report-modal select,
.report-modal textarea {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
}

.report-modal textarea {
  height: 80px;
  resize: vertical;
}

.report-modal button {
  margin-top: 10px;
  padding: 10px 16px;
  background-color: #e53e3e;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.report-modal button:hover {
  background-color: #c53030;
}

.form-floating input:not(:read-only) {
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.drop-container {
  position: relative;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  padding: 20px;
  border-radius: 10px;
  border: 2px dashed #555;
  color: #444;
  cursor: pointer;
  transition: background .2s ease-in-out, border .2s ease-in-out;
  margin-top: 10px;
  background-color: #fff;
}

.drop-container:hover,
.drop-container.drag-active {
  background: #eee;
  border-color: #111;
}

.drop-container:hover .drop-title,
.drop-container.drag-active .drop-title {
  color: #222;
}

.drop-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transition: color .2s ease-in-out;
}

input[type=file] {
  /* width: 350px; */
  max-width: 100%;
  color: #444;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #555;
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}

.odev-attachement-details {
  text-align: end;
  font-size: 14px;
  color: #777;
}

.odev-types {
  font-size: 16px;
}

.odev-tag {
  padding-left: 0px !important;
  padding-right: 3px !important;
}

.odev-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.match {
  background-color: var(--color-bg-primary);
  display: flex;
  flex-direction: column;
  min-width: 600px;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(#303030, 0.1), 0 4px 4px 0 rgba(#303030, 0.1);

}

.match-header {
  display: flex;
  padding: 16px;
  border-bottom: 2px solid rgba(#303030, 0.1);
}

.match-status {
  background-color: var(--color-bg-alert);
  color: var(--color-text-alert);
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-right: auto;

  &:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: currentcolor;
    border-radius: 50%;
    margin-right: 8px;
  }

}

.match-tournament {
  display: flex;
  align-items: center;
  font-weight: 600;

  img {
    width: 20px;
    margin-right: 12px;
  }

}

.match-actions {
  display: flex;
  margin-left: auto;
}

.match-btn-icon {
  border: none;
  background-color: transparent;
  color: var(--color-text-icon);
  display: flex;
  align-items: center;
  justify-content: center;
}


.match-content {
  display: flex;
  position: relative;
}

.match-column {
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100%/3);
}


.team {
  display: flex;
  flex-direction: column;
  align-items: center;

}

.team-logo {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--color-bg-primary);
  box-shadow: 0 4px 4px 0 rgba(#303030, 0.15),
    0 0 0 15px var(--color-bg-secondary);
}

.team-logo img {
  width: 175%;
  height: 175%;
}

.team-name {
  text-align: center;
  margin-top: 38px;
  font-size: 20px;
  font-weight: 600;
}

.match-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.match-date,
.match-referee {
  font-size: 14px;
  color: var(--color-text-secondary);

  strong {
    color: var (--color-text-primary);
  }
}

.match-score {
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.match-score-number {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;

  &--leading {
    color: var(--color-theme-primary);
  }
}

.match-score-divider {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  color: var (--color-text-icon);
  margin-left: 10px;
  margin-right: 10px;

}

.match-time-lapsed {
  color: #DF9443;
  font-size: 14px;
  font-weight: 600;
  margin-top: 8px;
}

.match-referee {
  margin-top: 12px;
}

.match-bet-options {
  display: flex;
  margin-top: 8px;
  padding-bottom: 12px;
}


.match-bet-option {
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid var(--color-text-icon);
  background-color: #F9F9F9;
  border-radius: 2px;
  color: var(--color-text-secondary);
  font-size: 14px;
  font-weight: 600;
  padding: 4px 8px;
}

.match-bet-place {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  background-color: var(--color-theme-primary);
  border-radius: 6px;
  padding: 10px 48px;
  color: rgba(#fff, 0.9);
  font-size: 14px;
  box-shadow: 0 4px 8px 0 rgba(#303030, 0.25);
}


.match-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.match-preview-card {
  background-color: #fff;
  width: 400px;
  height: 180px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px;
}

.match-preview-match_info,
.match-preview-card_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}

.match-preview-team1,
.match-preview-team2 {
  display: flex;
  align-items: center;
}

.match-preview-team1 img,
.match-preview-team2 img {
  height: 50px;
  width: 50px;
  margin-right: 10px;
}

.match-preview-card h1 {
  font-size: 20px;
}

.match-preview-vs {
  background-color: #c7c6cb;
  height: 25px;
  border-radius: 40px;
}

.match-preview-vs p {
  padding: 2px 5px;
  color: #808080;
}

.match-preview-seeDetails {
  display: grid;
  place-items: center;
}

.match-preview-seeDetails a {
  text-decoration: none;
  color: #000;
}

.match-preview-seeDetails span {
  margin: 5px 10px;
}

.match-details {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  border: 3px solid #ddd;
  /* İki takım arasına dikey çizgi ekleyin */
}

.team-details {
  width: 48%;
  /* İki takım arasında bir boşluk bırakmak için */
  padding: 0 20px;
  /* İstatistiklere biraz boşluk ekleyin */
}

.team-details:not(:last-child) {
  border-right: 3px solid #ddd;
  /* Takımlar arasındaki çizgiyi ekleyin */
}

.team-header {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.event-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.event-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.event-time {
  font-weight: bold;
  margin-right: 10px;
}

.event-type {
  color: #007bff;
  /* Mavi renk */
}

.event-description {
  margin-left: 10px;
}

.vote.container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.vote h1 {
  margin-bottom: 20px;
}

.vote .poll {
  margin-top: 20px;
}

.vote .poll-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  cursor: pointer;
}

.vote .vote-count {
  background-color: #ff4d4d;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}