/* line 77, app/assets/stylesheets/mixins.scss */
.sd-mt-lg {
  margin-top: 50px;
}

@media (max-width: 991.98px) {
  /* line 77, app/assets/stylesheets/mixins.scss */
  .sd-mt-lg {
    margin-top: 30px;
  }
}

/* line 84, app/assets/stylesheets/mixins.scss */
.sd-mt-std {
  margin-top: 25px;
}

@media (max-width: 991.98px) {
  /* line 84, app/assets/stylesheets/mixins.scss */
  .sd-mt-std {
    margin-top: 15px;
  }
}

/* line 91, app/assets/stylesheets/mixins.scss */
.sd-mt-sm {
  margin-top: 12.5px;
}

@media (max-width: 991.98px) {
  /* line 91, app/assets/stylesheets/mixins.scss */
  .sd-mt-sm {
    margin-top: 7.5px;
  }
}

/* line 6, app/assets/stylesheets/drafts.scss */
body {
  padding: 50px;
  background-image: url(/assets/bg-245f542e0c0e60f02e31f483a135950e2c2419cab548fac948cc579b4626ca65.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Reenie Beanie", fantasy;
}

@media (max-width: 991.98px) {
  /* line 6, app/assets/stylesheets/drafts.scss */
  body {
    padding: 20px;
  }
}

/* line 18, app/assets/stylesheets/drafts.scss */
h1 {
  font-family: "Homemade Apple", cursive;
  font-size: 40px;
}

@media (max-width: 991.98px) {
  /* line 18, app/assets/stylesheets/drafts.scss */
  h1 {
    font-size: 30px;
  }
}

/* line 27, app/assets/stylesheets/drafts.scss */
p, a, li, input, button {
  font-family: "Reenie Beanie", fantasy;
  line-height: 1em;
  font-size: 35px;
}

@media (max-width: 991.98px) {
  /* line 27, app/assets/stylesheets/drafts.scss */
  p, a, li, input, button {
    font-size: 30px;
  }
}

/* line 36, app/assets/stylesheets/drafts.scss */
button, a.button, input[type="submit"] {
  display: inline-block;
  background-color: black;
  color: white;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 35px;
  border-radius: 50px;
  border: none;
  outline: none;
}

@media (max-width: 991.98px) {
  /* line 36, app/assets/stylesheets/drafts.scss */
  button, a.button, input[type="submit"] {
    width: 100%;
    max-width: 400px;
  }
}

/* line 53, app/assets/stylesheets/drafts.scss */
button.subaction, a.button.subaction, input.subaction[type="submit"] {
  background-color: white;
  color: black;
  font-size: 25px;
  padding: 10px;
  border: 3px solid black;
}

@media (max-width: 991.98px) {
  /* line 53, app/assets/stylesheets/drafts.scss */
  button.subaction, a.button.subaction, input.subaction[type="submit"] {
    width: auto;
  }
}

/* line 67, app/assets/stylesheets/drafts.scss */
form input[type='text'], form input[type="color"] {
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  color: black;
  padding: 15px;
  border: 3px solid black;
  filter: none;
  outline: none;
}

/* line 78, app/assets/stylesheets/drafts.scss */
form input[type="color"] {
  height: 70px;
  padding: 0px;
}

/* line 83, app/assets/stylesheets/drafts.scss */
form .field_with_errors input[type="text"] {
  border-color: #d45f53;
}

/* line 88, app/assets/stylesheets/drafts.scss */
.contact p {
  width: 100%;
  margin: auto;
  text-align: center;
  font-size: 23px;
  color: white;
  margin-top: 30px;
}

/* line 96, app/assets/stylesheets/drafts.scss */
.contact p a {
  font-size: 23px;
  color: white;
}

/* line 103, app/assets/stylesheets/drafts.scss */
.content {
  background-image: url(/assets/scroll-bg-d3f94d6974ae51b16675de31f9aaa61c65f6bbe0a31f21823a392f2405038ece.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  flex-grow: 1;
  max-width: 1200px;
  margin: auto;
}

/* line 112, app/assets/stylesheets/drafts.scss */
.content .inner-content {
  padding: 50px 100px;
  text-align: center;
  min-height: 500px;
}

@media (max-width: 991.98px) {
  /* line 112, app/assets/stylesheets/drafts.scss */
  .content .inner-content {
    padding: 50px 30px;
  }
}

/* line 124, app/assets/stylesheets/drafts.scss */
section.show-draft img {
  width: 100%;
  max-width: 250px;
}

/* line 128, app/assets/stylesheets/drafts.scss */
section.show-draft p#notice {
  color: #8daa92;
}

/* line 131, app/assets/stylesheets/drafts.scss */
section.show-draft .clone-draft-notice {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #8daa92;
  color: white;
  border: 3px solid white;
  width: 100%;
  max-width: 800px;
}

@media (max-width: 991.98px) {
  /* line 131, app/assets/stylesheets/drafts.scss */
  section.show-draft .clone-draft-notice {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px;
    border-width: 2px;
  }
}

/* line 150, app/assets/stylesheets/drafts.scss */
section.show-draft .clone-draft-notice .button {
  background-color: white;
  color: black;
}

/* line 156, app/assets/stylesheets/drafts.scss */
section.show-draft table.summary tr.winner {
  background-color: #8daa92;
  color: white;
}

/* line 160, app/assets/stylesheets/drafts.scss */
section.show-draft table.summary td {
  padding: 10px;
}

/* line 164, app/assets/stylesheets/drafts.scss */
section.show-draft p.point-display {
  font-size: 20px;
}

@media (max-width: 991.98px) {
  /* line 164, app/assets/stylesheets/drafts.scss */
  section.show-draft p.point-display {
    font-size: 16px;
  }
}

/* line 171, app/assets/stylesheets/drafts.scss */
section.show-draft .pick-order .picker {
  width: 100%;
  max-width: 400px;
  padding: 5px;
  text-align: center;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* line 182, app/assets/stylesheets/drafts.scss */
section.show-draft .pick-order .picker.current {
  background-color: #8daa92;
  color: white;
}

/* line 186, app/assets/stylesheets/drafts.scss */
section.show-draft .pick-order a.poke-link {
  font-size: 20px;
  padding: 5px 10px;
  background-color: #8daa92;
  border: 2px solid white;
  color: white;
  margin-left: 15px;
  flex-grow: 0;
}

/* line 195, app/assets/stylesheets/drafts.scss */
section.show-draft .pick-order a.poke-link .poke-icon {
  font-size: 17px;
}

@media (max-width: 991.98px) {
  /* line 186, app/assets/stylesheets/drafts.scss */
  section.show-draft .pick-order a.poke-link {
    font-size: 16px;
    width: auto;
  }
  /* line 201, app/assets/stylesheets/drafts.scss */
  section.show-draft .pick-order a.poke-link .poke-icon {
    font-size: 13px;
  }
}

/* line 209, app/assets/stylesheets/drafts.scss */
section.show-draft .video-links .video-link a {
  font-size: 25px;
}

/* line 214, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant {
  cursor: pointer;
  margin-bottom: 25px;
}

/* line 217, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot {
  position: relative;
  overflow: visible;
}

/* line 220, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot img {
  width: 100%;
  height: auto;
  z-index: 1;
}

/* line 225, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot .contestant-tag {
  position: absolute;
  left: -10%;
  top: 40%;
  padding: 5px 5px;
  width: 120%;
  z-index: 3;
  background-color: black;
  color: white;
  font-size: 25px;
  text-align: center;
  transform: rotate(10deg);
}

/* line 238, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot .contestant-tag.voted-out, section.show-draft .contestants .contestant .mugshot .contestant-tag.quitter {
  background-color: #d45f53;
}

/* line 241, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot .contestant-tag.jury {
  background-color: #e29b20;
}

/* line 244, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot .contestant-tag.final-three {
  background-color: #63B8FF;
}

/* line 247, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot .contestant-tag.winner {
  background-color: #8daa92;
}

/* line 250, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot .pick-tag {
  text-transform: uppercase;
  position: absolute;
  left: 5%;
  bottom: 10px;
  padding: 5px;
  width: 90%;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 1em;
}

/* line 262, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot .pick-tag .picked-by {
  font-size: 10px;
}

/* line 266, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot .pick-tag .edit-icon {
  font-size: 13px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -6px;
  text-shadow: 0px 0px 15px black;
  display: none;
}

@media (max-width: 991.98px) {
  /* line 250, app/assets/stylesheets/drafts.scss */
  section.show-draft .contestants .contestant .mugshot .pick-tag {
    font-size: 16px;
  }
}

/* line 280, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .mugshot .pick-tag:hover .edit-icon {
  display: inline-block;
}

/* line 285, app/assets/stylesheets/drafts.scss */
section.show-draft .contestants .contestant .contestant-name {
  font-size: 18px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0px;
}

/* line 295, app/assets/stylesheets/drafts.scss */
section.show-draft a.pick-link {
  font-size: 20px;
  padding: 10px 15px;
  background-color: #8daa92;
}

@media (max-width: 991.98px) {
  /* line 295, app/assets/stylesheets/drafts.scss */
  section.show-draft a.pick-link {
    font-size: 16px;
  }
}

/* line 306, app/assets/stylesheets/drafts.scss */
section.show-draft .contestant-modal .modal-dialog, section.show-draft .player-settings-modal .modal-dialog {
  max-width: 800px;
}

/* line 308, app/assets/stylesheets/drafts.scss */
section.show-draft .contestant-modal .modal-dialog .modal-content, section.show-draft .player-settings-modal .modal-dialog .modal-content {
  background-color: transparent;
  background-image: url(/assets/scroll-bg-d3f94d6974ae51b16675de31f9aaa61c65f6bbe0a31f21823a392f2405038ece.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top left;
  border: 0px;
}

/* line 316, app/assets/stylesheets/drafts.scss */
section.show-draft .contestant-modal .modal-dialog .modal-content .modal-body, section.show-draft .player-settings-modal .modal-dialog .modal-content .modal-body {
  padding: 50px;
  padding-top: 0px;
}

/* line 321, app/assets/stylesheets/drafts.scss */
section.show-draft .contestant-modal .modal-dialog .modal-content .modal-header, section.show-draft .player-settings-modal .modal-dialog .modal-content .modal-header {
  border: 0px;
  padding: 0px;
  justify-content: flex-end;
}

/* line 326, app/assets/stylesheets/drafts.scss */
section.show-draft .contestant-modal .modal-dialog .modal-content .modal-header .close, section.show-draft .player-settings-modal .modal-dialog .modal-content .modal-header .close {
  background-color: transparent;
  padding: 40px;
  padding-bottom: 0px;
  color: black;
  font-size: 100px;
  line-height: 50px;
  width: auto;
}

@media (max-width: 991.98px) {
  /* line 326, app/assets/stylesheets/drafts.scss */
  section.show-draft .contestant-modal .modal-dialog .modal-content .modal-header .close, section.show-draft .player-settings-modal .modal-dialog .modal-content .modal-header .close {
    font-size: 75px;
    line-height: 40px;
  }
}

/* line 350, app/assets/stylesheets/drafts.scss */
section.show-draft .contestant-modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
  max-width: 300px;
}

/* line 354, app/assets/stylesheets/drafts.scss */
section.show-draft .contestant-modal .modal-dialog .modal-content .modal-body .description {
  padding-left: 20px;
  text-align: left;
}

@media (max-width: 575.98px) {
  /* line 354, app/assets/stylesheets/drafts.scss */
  section.show-draft .contestant-modal .modal-dialog .modal-content .modal-body .description {
    padding-left: 10px;
    text-align: center;
  }
}

/* line 361, app/assets/stylesheets/drafts.scss */
section.show-draft .contestant-modal .modal-dialog .modal-content .modal-body .description .read-more, section.show-draft .contestant-modal .modal-dialog .modal-content .modal-body .description .watch-interview {
  width: 100%;
  max-width: none;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  /* line 361, app/assets/stylesheets/drafts.scss */
  section.show-draft .contestant-modal .modal-dialog .modal-content .modal-body .description .read-more, section.show-draft .contestant-modal .modal-dialog .modal-content .modal-body .description .watch-interview {
    width: auto;
    font-size: 18px;
  }
}

/* line 370, app/assets/stylesheets/drafts.scss */
section.show-draft .contestant-modal .modal-dialog .modal-content .modal-body .description .watch-interview {
  margin-top: 20px;
}

/* line 374, app/assets/stylesheets/drafts.scss */
section.show-draft .contestant-modal .modal-dialog .modal-content .modal-body a.pick-link {
  font-size: 30px;
  width: 100%;
  max-width: none;
}

/* line 388, app/assets/stylesheets/drafts.scss */
section.show-draft .player-settings-modal .modal-dialog .modal-content .modal-body .player-settings-label {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  text-align: left;
}

/* line 408, app/assets/stylesheets/drafts.scss */
section.get-started img {
  width: 100%;
  max-width: 400px;
}

/* line 412, app/assets/stylesheets/drafts.scss */
section.get-started p {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* line 421, app/assets/stylesheets/drafts.scss */
section.new-draft img, section.edit-draft img {
  width: 100%;
  max-width: 300px;
}

/* line 426, app/assets/stylesheets/drafts.scss */
section.new-draft p.steps, section.new-draft p.steps a, section.edit-draft p.steps, section.edit-draft p.steps a {
  color: white;
  font-size: 25px;
  padding: 10px 5px;
}

@media (max-width: 991.98px) {
  /* line 426, app/assets/stylesheets/drafts.scss */
  section.new-draft p.steps, section.new-draft p.steps a, section.edit-draft p.steps, section.edit-draft p.steps a {
    font-size: 20px;
  }
}

/* line 433, app/assets/stylesheets/drafts.scss */
section.new-draft p.steps .step, section.new-draft p.steps a .step, section.edit-draft p.steps .step, section.edit-draft p.steps a .step {
  opacity: 0.5;
}

/* line 436, app/assets/stylesheets/drafts.scss */
section.new-draft p.steps .step.reached, section.new-draft p.steps a .step.reached, section.edit-draft p.steps .step.reached, section.edit-draft p.steps a .step.reached {
  opacity: 1;
}

/* line 440, app/assets/stylesheets/drafts.scss */
section.new-draft p.steps, section.edit-draft p.steps {
  background-color: black;
}

/* line 443, app/assets/stylesheets/drafts.scss */
section.new-draft p.steps a.active, section.edit-draft p.steps a.active {
  color: #63B8FF;
}

/* line 448, app/assets/stylesheets/drafts.scss */
section.new-draft p.error_explanation, section.edit-draft p.error_explanation {
  color: #d45f53;
}

/* line 453, app/assets/stylesheets/drafts.scss */
section.new-draft form .player-label, section.edit-draft form .player-label {
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

/* line 461, app/assets/stylesheets/drafts.scss */
section.new-draft form .player-label .player-number-label, section.edit-draft form .player-label .player-number-label {
  text-align: left;
  flex-grow: 1;
  margin-bottom: 0px;
}

/* line 467, app/assets/stylesheets/drafts.scss */
section.new-draft form .player-label .remove-link-label, section.edit-draft form .player-label .remove-link-label {
  text-align: right;
  margin-bottom: 0px;
}

/* line 470, app/assets/stylesheets/drafts.scss */
section.new-draft form .player-label .remove-link-label a, section.edit-draft form .player-label .remove-link-label a {
  color: #d45f53;
  text-decoration: none;
}

/* line 477, app/assets/stylesheets/drafts.scss */
section.new-draft form #players_order, section.edit-draft form #players_order {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* line 483, app/assets/stylesheets/drafts.scss */
section.new-draft form #players_order .player, section.edit-draft form #players_order .player {
  border: 3px solid black;
  padding: 10px;
  text-align: left;
  cursor: move;
  background-color: white;
}

/* line 491, app/assets/stylesheets/drafts.scss */
section.new-draft form #players_order .player p, section.edit-draft form #players_order .player p {
  margin-bottom: 0px;
}

/* line 497, app/assets/stylesheets/drafts.scss */
section.new-draft form .pick-order-types, section.edit-draft form .pick-order-types {
  width: 100%;
  max-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 505, app/assets/stylesheets/drafts.scss */
section.new-draft form .pick-order-types .pick-order-type-option, section.edit-draft form .pick-order-types .pick-order-type-option {
  width: 45%;
  height: 125px;
  border: 3px solid black;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: black;
  background-color: transparent;
  cursor: pointer;
}

/* line 517, app/assets/stylesheets/drafts.scss */
section.new-draft form .pick-order-types .pick-order-type-option p, section.edit-draft form .pick-order-types .pick-order-type-option p {
  margin-bottom: 0px;
}

/* line 522, app/assets/stylesheets/drafts.scss */
section.new-draft form .pick-order-types .pick-order-type-option.selected, section.edit-draft form .pick-order-types .pick-order-type-option.selected {
  background-color: white;
}

/* line 527, app/assets/stylesheets/drafts.scss */
section.new-draft form .points-label, section.edit-draft form .points-label {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-bottom: 0px;
}

/* line 537, app/assets/stylesheets/drafts.scss */
table.summary {
  border: 3px solid black;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* line 543, app/assets/stylesheets/drafts.scss */
table.summary td {
  padding: 15px;
  text-align: left;
}

/* line 546, app/assets/stylesheets/drafts.scss */
table.summary td p {
  margin: 0px;
  font-size: 30px;
}

@media (max-width: 991.98px) {
  /* line 546, app/assets/stylesheets/drafts.scss */
  table.summary td p {
    font-size: 25px;
  }
}

/* line 554, app/assets/stylesheets/drafts.scss */
table.summary td + td {
  border-left: 3px solid black;
}

/* line 557, app/assets/stylesheets/drafts.scss */
table.summary tr + tr {
  border-top: 3px solid black;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
