/*
File Name: 		custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/
/*# sourceMappingURL=maps/custom.css.map */

/*.cards-container-row {
    background-color: rgb(242, 242, 242);
    width: 100%;
    min-height: 40rem;
    position: relative;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1rem;
    scroll-snap-type: x mandatory;
}*/

.card-management-sub-height {
  min-height: 237px;
}

.border-2 {
  border-width: 2px !important;
}

.rounded-2 {
  border-radius: 0.375rem !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--bs-border-opacity)) !important;
}

.button-profile-menu-item.active,
.button-profile-menu-item.active:hover {
  background-color: #212529 !important;
  color: white !important;
}

.button-profile-menu-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-inline: 10px;
  border: none !important;
}

.button-profile-menu-item:hover {
  background-color: rgb(223, 223, 223);
  color: #212529 !important;
}

.header-button {
  position: absolute;
  right: 1rem;
  border-radius: 4px;
}

@media (max-width: 900px) {
  .header-container {
    flex-direction: column;
    height: auto;
    padding: 1rem 0.5rem;
  }
}

.header-container {
  background-color: white;
  width: 100%;
  padding: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 5rem;
}

.header-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-button {
  position: absolute;
  right: 1rem;
  border-radius: 4px;
}

@media (max-width: 900px) {
  .header-container {
    flex-direction: column;
    height: auto;
    padding: 1rem 0.5rem;
  }

  .header-title,
  .header-button {
    position: static;
    transform: none;
    margin: 0.5rem 0;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .responsive-row {
    justify-content: center !important;
    margin-top: 3rem;
  }
}

.cards-container-row {
  background-color: rgb(242, 242, 242);
  width: 100%;
  min-height: 40rem;
  position: relative;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /* Allow wrapping */
  justify-content: center; /* Center horizontally */
  gap: 2rem;
  overflow-x: hidden; /* No horizontal scroll */
  overflow-y: hidden;
  padding: 1rem;
}

.subscription-card {
  flex: 0 0 auto;
  width: 20rem;
  height: 32rem;
  background-color: white;
  border-radius: 0.5rem;
  display: grid;
  grid-template-rows: 70fr 115fr 230fr 130fr;
  overflow: hidden;
}

.subscription-card-header-row {
  background-color: rgb(249, 249, 249);
  justify-content: center;
  align-items: center;
  display: flex;
}

.subscription-header-type {
  background-color: white;
  font-size: 1.3rem;
  color: black;
}

.subscription-card-price-row {
  width: 100%;
  background-color: white;
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 80%;
  margin: auto;
}

.subscription-icon-container {
  background-color: white;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-right: 1rem;
}

.subscription-price-container {
  background-color: white;
  display: flex;
  flex-direction: column;
}

.price-container-top {
  background-color: white;
  height: 85%;
  display: flex;
  padding-bottom: 0.5rem;
  align-items: flex-end;
  gap: 0.25rem;
}

.price-container-bottom {
  background-color: white;
  height: 15%;
  display: grid;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.price-integer {
  font-size: 3.5rem;
  color: rgb(54, 87, 216);
  line-height: 1;
  font-weight: 600;
}

.price-decimal {
  font-size: 1.5rem;
  color: rgb(54, 87, 216);
  align-self: flex-start;
  padding-top: 0.5rem;
  font-weight: 600;
}

.per-duration {
  font-size: 1rem;
  color: rgb(54, 87, 216);
  font-style: italic;
  padding-bottom: 0.4rem;
}

.subscription-card-features-row {
  width: 100%;
  height: 100%;
  background-color: white;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.features-right {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.feature-icon {
  width: 20px;
  height: 20px;
}

.feature-text {
  font-size: 1rem;
  color: #333;
}

.pro-card-border {
  border: 1px solid rgb(146, 179, 246);
}

.analyst-card-border {
  border: 1px solid rgb(230, 158, 54);
}

.starter-card-border {
  border: 1px solid rgb(200, 200, 200);
}

.subscription-card-action-row {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.get-it-now-button {
  background-color: rgb(54, 87, 216);
  color: white;
  font-size: 1rem;
  padding: 1rem 2rem;
  border: none;
  border-radius: 0.33rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 70%;
}

.get-it-now-button:hover {
  background-color: #32449a;
}

/* Responsive Styles */

@media (max-width: 1024px) {
  .cards-container-row {
    flex-wrap: wrap;
    overflow-x: hidden;
    justify-content: center;
    height: auto;
  }

  .subscription-card {
    /*flex: 0 0 calc(50% - 1rem);*/
    margin-bottom: 2rem;
  }
}

@media (max-width: 600px) {
  .subscription-card {
    /*flex: 0 0 100%;*/
  }
}

.validation-message {
  color: red;
  /* Change the font color */
  font-weight: bold;
  /* Make the message bold */
  font-size: 0.9em;
  /* Adjust the font size */
  margin-top: 5px;
  /* Add space between the input field and the message */
  display: block;
  /* Ensure the message is on a new line */
}

.marketplace__item {
  font-size: 11px;
  line-height: 17px;
  font-family: "Montserrat", sans-serif;
  position: relative;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.main__header__title {
  text-transform: uppercase;
}

.card__latest__theories {
  background-color: #f6f7f9;
}

.card__latest__theories__header__titles {
  padding: 15px 20px !important;
  text-align: center;
  color: #37a9ff;
  background-color: #eff0f1;
  font-size: 0.9rem;
}

.card__latest__theories__header__titles__1 {
  padding: 0px !important;
}

.card__latest__theories__ul {
  list-style: inside !important;
  padding-left: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card__latest__theories__li {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 400;
  list-style: none;
  text-align: center;
}

.flex-container {
  display: flex;
  gap: 20px;
}

.card__latest__theories__section {
  flex: 1;
}

.card__latest__theories__outcome {
  list-style: none;
  text-align: center;
  font-weight: 600;
  color: var(--teal);
}

.card__latest__theories__li strong {
  font-weight: 600;
  color: #38a9ff;
}

.card__latest__theories__li span.separator {
  margin: 0 10px;
  color: #aaa;
}

.card__latest__theories__outcome {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background-color: #38a9ffb3;
  padding: 8px 12px;
  border-radius: 2px;
  margin: 5px 0;
}

.card__latest__theories__ul {
  padding: 0;
  list-style: none;
}

.custom-button-group {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  width: 50%;
  margin-left: auto;
  align-items: flex-end;
}

.scrollable-tagcloud {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
}

.scrollable-tagcloud::-webkit-scrollbar {
  width: 10px;
}

.scrollable-tagcloud::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.scrollable-tagcloud::-webkit-scrollbar-thumb {
  background-color: #38a9ff;
  border-radius: 4px;
  border: 2px solid #f1f1f1;
}

/* Marketplace right */
.marketplace__creator {
  margin-top: 15px;
}

a:not([href]) {
  color: inherit; /* Inherit text color from parent */
  text-decoration: none; /* Remove underline or other decorations */
  cursor: default; /* Change cursor to default arrow */
}

.parameter-form-control {
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.03);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 4'%3E%3Cpath transform='translate(-586.156 -1047.28)' fill='%23fff' d='M586.171,1048l0.708-.71,2.828,2.83-0.707.71Zm4.95-.71,0.707,0.71L589,1050.83l-0.707-.71Z'/%3E%3C/svg%3E");
  background-position: right 1em center;
  background-repeat: no-repeat;
  padding-right: 2.2em;
  background-size: 6px 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: rgba(154, 157, 162, 0.4);
}

.parameter-text {
  height: 24px !important;
  padding: 4px 18px 4px 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: 100% 50%;
  background-size: 6px 4px;
  border-color: none;
}

.ahmetinLabelClassi {
}

.ahmetinDivClassi {
}

.ahmetinLiClassi {
  /*background-color: purple;*/
  justify-self: start;
  padding-left: 0;
}

.ahmetinLabelDivClassi {
  /*background-color:darkkhaki ;*/
  width: 40%;
  text-align: end;
}

.ahmetinLabelDivClassi2 {
  /*background-color: yellow;*/
}

.ahmetinDigerClassi {
  /*background-color: aquamarine;*/
  padding: 5px;
  width: 80%;
  float: left;
  list-style: none;
}

.parameter__input {
  height: 24px !important;
  padding: 4px 18px 4px 10px;
  display: inline-block;
  vertical-align: middle;
  border-color: rgb(228, 231, 237) !important;
  border-radius: 2px !important;
  border-style: solid !important;
  border-width: 0.666667px !important;
}

.theory-execute-button {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  width: 100%;
  margin-left: auto;
  align-items: flex-end;
}

.custom-align-center {
  display: flex;
  align-items: center;
}

.dataset-notification {
  margin-right: 10px;
}

.select-league {
  width: 100%;
}

.center-text {
  text-align: center;
}

.header-logo-width {
  max-width: 70%;
}

.select-seasons {
  flex-wrap: wrap;
  width: 90%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.margin-top-20 {
  margin-top: 20px;
}

.data-set-selection-item {
  text-align: center;
  margin-top: 5px;
}

.data-set-selection-select {
  width: 50%;
  margin: auto;
}

.selected-team-id {
  display: flex;
  margin: auto;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.selected-team-tag {
  flex-wrap: wrap;
  width: 90%;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.margin-horizontal-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.new-theory-button {
  width: 25%;
}

.add-condition-outcome-button {
  width: 100%;
}

.theory-summary-h4 {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
}

.theory-summary-div {
  text-align: center;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}

.theory-component {
  margin: auto;
}

.theory-run-details-select-league:hover {
  cursor: pointer;
}

.custom-modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.custom-modal {
  top: 9%;
  max-height: 50%;
  margin: auto;
}

.height-100 {
  height: 100%;
}

.scrollbar {
  overflow-y: auto;
}

#custom-tooltip {
  position: absolute;
  top: 0px;
  left: 0px;
  border: solid 1px;
  background-color: #ffffff;
  display: none;
}

.jersey {
  max-height: 100px;
}

.score {
  font-size: 3em;
  vertical-align: middle;
  font-weight: bold;
  color: #6c757d;
}

.team-name {
  align-self: center;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
}

.score-container {
  text-align: center;
  margin: 20px 0;
}

.jersey-home-team {
  float: right;
}
.jersey-away-team {
  float: left;
}
.winner-score {
  color: #31404b;
}

.selectable:hover {
  cursor: pointer;
  border: solid 1px;
  font-weight: bold;
  border-color: rgb(0, 0, 0);
}

.selectedStat {
  background-color: #c2ff1f !important;
  font-weight: bold;
}

.outlined-text {
  color: white; /* Text color */
  text-shadow: -1px -1px 0 #6c757d, 1px -1px 0 #6c757d, -1px 1px 0 #6c757d,
    1px 1px 0 #6c757d; /* For broader browser support */
  font-size: 1rem;
}

.relevant-player-stat {
  background-color: rgba(94, 222, 175, 0.4);
}

.search-result {
}

.search-result-link {
}

.played-team-for-stats:hover {
  margin-right: 10px;
}

.played-team-for-stats:hover {
  cursor: pointer;
  background-color: #07e0c4;
  margin-right: 10px;
}
.selected-team-for-stats {
  background-color: #07e0c4;
}

body {
  display: block;
}

.driver-popover {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.driver-popover .driver-popover-title {
}

.driver-popover .driver-popover-title,
.driver-popover .driver-popover-description,
.driver-popover .driver-popover-progress-text {
}

.driver-popover button {
  /*
            flex: 1;
        text-align: center;
        background-color: #000;
        color: #ffffff;
        border: 2px solid #000;
        text-shadow: none;
        font-size: 14px;
        padding: 5px 8px;
        border-radius: 6px;
            */
}

.driver-popover button:hover {
}

.driver-popover .driver-popover-navigation-btns {
}

.driver-popover .driver-popover-close-btn {
}

.driver-popover .driver-popover-close-btn:hover {
}

/* FAQ and Glossary Content Styles - Bootstrap Accordion */

/* Sidebar Sticky Container */
.sidebar-sticky {
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}

.sidebar-sticky::-webkit-scrollbar {
  width: 6px;
}

.sidebar-sticky::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

/* FAQ Content Wrapper */
.faq-content-wrapper {
  padding-left: 20px;
}

/* FAQ Section */
.faq-section {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 2px solid #e5e9ec;
  scroll-margin-top: 120px;
}

.faq-section:last-of-type {
  border-bottom: none;
}

.faq-section__title {
  font-size: 28px;
  font-weight: 700;
  color: #31404b;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 3px solid #38a9ff;
  display: inline-block;
}

/* FAQ Article (Plain Display - No Accordion) */
.faq-article {
  margin-bottom: 28px;
  padding: 24px;
  background-color: #fafbfc;
  border-radius: 8px;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
  scroll-margin-top: 120px;
}

.faq-article:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-article__subsections .faq-article {
  border-left: 4px solid #38a9ff;
}

.faq-article__subsections .faq-article:hover {
  border-left-color: #1892ed;
}

.faq-article:target {
  background-color: #e8f4fd;
  box-shadow: 0 0 0 3px rgba(24, 146, 237, 0.3);
  animation: highlight-pulse 0.6s ease;
}

@keyframes highlight-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.01); }
}

.faq-article__question {
  font-size: 20px;
  font-weight: 600;
  color: #31404b;
  margin-bottom: 12px;
  line-height: 1.4;
}

.faq-article__answer {
  font-size: 15px;
  line-height: 1.7;
  color: #5a5f68;
}

.faq-article__answer p {
  margin-bottom: 12px;
}

.faq-article__answer a {
  color: #1892ed;
  text-decoration: underline;
}

.faq-article__answer a:hover {
  color: #38a9ff;
}

/* Nested Subsections */
.faq-article__subsections {
  margin-top: 24px;
  margin-left: 20px;
}

.faq-article__subsections .faq-article {
  padding: 16px 20px;
  margin-bottom: 16px;
}

.faq-article__subsections .faq-article__question {
  font-size: 17px;
}

/* Glossary Section */
.glossary-section {
  margin-top: 80px;
  scroll-margin-top: 120px;
}

.glossary-section__title {
  font-size: 32px;
  font-weight: 700;
  color: #31404b;
  margin-bottom: 16px;
}

.glossary-section__desc {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 40px;
}

.glossary-category {
  margin-bottom: 48px;
  scroll-margin-top: 120px;
}

.glossary-category__title {
  font-size: 22px;
  font-weight: 600;
  color: #31404b;
  margin-bottom: 24px;
  padding-left: 16px;
  position: relative;
}

.glossary-category__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  background-color: #38a9ff;
  border-radius: 2px;
}

/* Glossary Article */
.glossary-article {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #e5e9ec;
  transition: all 0.3s ease;
  scroll-margin-top: 120px;
}

.glossary-article:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-color: #d0d4db;
}

.glossary-article:target {
  background-color: #e8f4fd;
  border-color: #1892ed;
  box-shadow: 0 0 0 3px rgba(24, 146, 237, 0.2);
}

.glossary-article__term {
  font-size: 18px;
  font-weight: 600;
  color: #31404b;
  margin-bottom: 10px;
}

.glossary-article__definition {
  font-size: 14px;
  line-height: 1.6;
  color: #5a5f68;
}

/* Related Terms Badges */
.glossary-article .badge-secondary {
  background-color: #e8f4fd;
  color: #1892ed;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.glossary-article .badge-secondary:hover {
  background-color: #1892ed;
  color: #fff;
}

/* FAQ Sidebar Navigation */
.faq-nav-list > li.has-children > a {
  font-weight: 600;
}

/* Active state for sidebar links */
.faq-nav-list a.active {
  color: #1892ed;
  background-color: #e8f4fd;
  border-left: 3px solid #1892ed;
  padding-left: 21px;
  font-weight: 600;
}

/* Loading State */
.faq-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  text-align: center;
}

.faq-loading p {
  color: #6c757d;
  font-size: 16px;
}

/* =====================================================
   FIX: Logo and Home Menu Overlap
   ===================================================== */
.header-logo {
  flex-shrink: 0 !important;
  margin-right: 20px;
}

.header__primary-inner {
  gap: 20px;
}

.main-nav {
  margin-left: auto;
}

@media only screen and (min-width: 992px) {
  .main-nav__list > li > a {
    padding-inline: 25px !important;
  }
}

/* =====================================================
   RESPONSIVE STYLES
   ===================================================== */

@media (max-width: 991px) {
  .sidebar-sticky {
    position: static;
    max-height: none;
    margin-bottom: 40px;
  }

  .faq-content-wrapper {
    padding-left: 0;
  }

  .faq-section__title {
    font-size: 24px;
  }

  .faq-article {
    padding: 20px;
  }

  .header-logo {
    margin-right: 10px;
  }

  .header-logo-width {
    max-width: 60% !important;
  }
}

@media (max-width: 768px) {
  .faq-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .faq-section__title {
    font-size: 22px;
  }

  .faq-article {
    padding: 16px;
    margin-bottom: 20px;
  }

  .faq-article__question {
    font-size: 18px;
  }

  .faq-article__answer {
    font-size: 14px;
  }

  .faq-article__subsections {
    margin-left: 0;
  }

  .glossary-section__title {
    font-size: 26px;
  }

  .glossary-category__title {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .faq-section__title {
    font-size: 20px;
  }

  .faq-article__question {
    font-size: 16px;
  }

  .glossary-section__title {
    font-size: 24px;
  }
}
