/*
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 {
}
