/* Transition Group CSS */
#keeper-tool-app {
  background-color: #fff;
  /* bootstrap style card */
  /* Add player to compare */
  /* Cards with values */
  /* slider styles */
  /* Container for the slider */
  /* Description text */
  /* Hide the checkbox */
  /* The slider label */
  /* The YES/NO slider text */
  /* The slider circle */
  /* Text inside the slider */
  /* When the checkbox is checked */
  /* Move the slider circle to the right when checked */
  /* Move text inside slider to left of circle when checked */
  /* Change the text inside the slider when checked */
  /* Add player cirlcle */
}
#keeper-tool-app .list-enter-active,
#keeper-tool-app .list-leave-active,
#keeper-tool-app .list-move {
  transition: all 1s;
}
#keeper-tool-app .list-enter-from,
#keeper-tool-app .list-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
#keeper-tool-app .cursor-pointer {
  cursor: pointer;
}
#keeper-tool-app .padding {
  padding: 14px 0 0;
}
#keeper-tool-app .deck.d-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
#keeper-tool-app .keeper-settings.d-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
#keeper-tool-app .keeper-settings.d-flex:not(.auction) > div {
  margin-top: 10px;
}
#keeper-tool-app .keeper-settings.auction.d-flex {
  min-height: 38px;
  justify-content: flex-end;
  margin-top: 0px;
}
#keeper-tool-app .auction-total.d-flex {
  align-items: center;
}
#keeper-tool-app .auction-total.d-flex label {
  width: 50%;
}
#keeper-tool-app .title-bar.white {
  background-color: #fff;
  color: #043173;
  padding: 60px 0px 20px;
}
#keeper-tool-app .title-bar.white .heading {
  color: #043173;
  font-size: 43px;
}
#keeper-tool-app .title {
  border-bottom: 1px solid #c8c8c8;
}
#keeper-tool-app .keeper-settings label {
  color: #687087;
}
#keeper-tool-app .superflex-toggle label {
  text-align: left;
  width: 100%;
}
#keeper-tool-app .value-and-cost.d-flex {
  margin-top: 18px;
  justify-content: space-between;
}
#keeper-tool-app .value-and-cost.d-flex > div {
  max-width: 30%;
  text-align: center;
}
#keeper-tool-app .value-and-cost.d-flex h5 {
  width: fit-content;
  margin: 0 auto;
}
#keeper-tool-app .auction-input-container {
  display: inline-block;
  position: relative;
}
#keeper-tool-app .auction-input-container:before {
  content: "$";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 16px;
  color: #8e8e8e;
}
#keeper-tool-app .auction-input-container input.auction {
  padding-left: 20px;
}
#keeper-tool-app .three-d-value {
  text-align: center;
}
#keeper-tool-app .three-d-value input,
#keeper-tool-app input.empty {
  border: 2px solid transparent;
  text-align: center;
}
#keeper-tool-app .card {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  flex: 1 1 100%;
  margin-bottom: 24px;
  margin-left: 0px;
  margin-top: 24px;
}
#keeper-tool-app .card-header {
  background-color: #c8c8c8;
  border: none;
  border-radius: 8px 8px 0 0;
  color: #fff;
  display: flex;
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
  justify-content: space-between;
}
#keeper-tool-app .card-body {
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  padding: 1.25rem;
}
#keeper-tool-app .card-footer {
  background-color: #f2f6ff;
  border-bottom: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-top: 1px solid #d7dbe3;
  display: flex;
  font-size: 17px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 22.4px;
}
#keeper-tool-app .card-footer-item {
  background-color: #f2f6ff;
  padding: 0.75rem 1.25rem;
  justify-content: space-between;
}
#keeper-tool-app .card-footer-item .keeper-score-title {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
#keeper-tool-app .card-footer-item .keeper-score-title img {
  height: 0.9em;
}
#keeper-tool-app .card-footer .keeper-score {
  background-color: #f2f6ff;
  text-align: center;
  width: 33%;
}
#keeper-tool-app .card.player-add .card-body {
  text-align: center;
}
#keeper-tool-app .card.keeper .card-header {
  background-color: #3d74c7;
}
#keeper-tool-app .card.keeper .card-footer {
  background-color: #3d74c7;
}
#keeper-tool-app .card.keeper .card-footer-item:first-child {
  background-color: #3d74c7;
  color: #fff;
}
#keeper-tool-app .slider-container {
  align-items: center;
  display: flex;
  /* justify-content: space-between; */
  /* min-width: 400px; */
}
#keeper-tool-app .description {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin-right: 10px;
}
#keeper-tool-app .slider-checkbox {
  display: none;
}
#keeper-tool-app .slider-label {
  cursor: pointer;
  background-color: #c8c8c8;
  border-radius: 30px;
  display: inline-block;
  height: 30px;
  position: relative;
  transition: background-color 0.2s;
  width: 60px;
}
#keeper-tool-app .slider-text {
  color: #fff;
  left: 30px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
#keeper-tool-app .slider {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  color: black;
  display: flex;
  font-family: Arial, sans-serif;
  font-size: 12px;
  height: 26px;
  justify-content: center;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: transform 0.2s;
  width: 26px;
}
#keeper-tool-app .slider-text::after {
  content: attr(data-off);
}
#keeper-tool-app .slider-checkbox:checked + .slider-label {
  background-color: green;
}
#keeper-tool-app .slider-checkbox:checked + .slider-label .slider {
  transform: translateX(30px);
}
#keeper-tool-app .slider-checkbox:checked + .slider-label .slider-text {
  left: -26px;
}
#keeper-tool-app .slider-checkbox:checked + .slider-label .slider-text::after {
  content: attr(data-on);
}
#keeper-tool-app .crosshair {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto;
  background-color: #043173;
  border: none;
}
#keeper-tool-app .crosshair::before,
#keeper-tool-app .crosshair::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
}
#keeper-tool-app .crosshair::before {
  width: 2px;
  height: 50%;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
}
#keeper-tool-app .crosshair::after {
  height: 2px;
  width: 50%;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 420px) {
  #keeper-tool-app .slider-container {
    justify-content: space-between;
    min-width: 400px;
  }
}
@media (min-width: 600px) {
  #keeper-tool-app .card {
    flex: 1 1 48%;
    max-width: 48%;
    margin-left: 10px;
  }
  #keeper-tool-app .card:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media (min-width: 990px) {
  #keeper-tool-app .card {
    flex: 1 1 30%;
    max-width: 33%;
  }
  #keeper-tool-app .card:nth-child(2n+1) {
    margin-left: 10px;
  }
  #keeper-tool-app .card:nth-child(3n+1) {
    margin-left: 0;
  }
}

/*# sourceMappingURL=who-should-i-keep.css.map */
