.wr_sorter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50px;
  left: 0px;
  height: calc(100vh - 100px);
  width: 100%;
}

.wr_sorter .wr_story ::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: red;
  /* or add it to the track */
}

.wr_sorter .wr_story {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  -webkit-user-select: none;
}

@media (min-width: 320px) {
  .wr_sorter .wr_story {
    padding: 5px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .wr_sorter .wr_story {
    padding-left: 35px;
    width: 100%;
  }
}

.wr_sorter .wr_story .dd-slot-story {
  -webkit-user-select: none;
  outline: 2px dashed rgba(54, 86, 132, 0.75);
  outline-offset: -15px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
  text-align: center;
  border: solid red 2px;
  display: block;
}

.wr_sorter .wr_story .dd-slot-story .dd-slot-content {
  text-align: center;
  color: rgba(90, 41, 41, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  pointer-events: none;
  -webkit-user-select: none;
}

@media (min-width: 320px) {
  .wr_sorter .wr_story .dd-slot-story .dd-slot-content {
    font-size: 0.8rem;
  }
}

@media (min-width: 568px) {
  .wr_sorter .wr_story .dd-slot-story .dd-slot-content {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .wr_sorter .wr_story .dd-slot-story .dd-slot-content {
    font-size: 1.5rem;
  }
}

.wr_sorter .wr_story .dd-item-story {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  /* height: max-content; */
  cursor: pointer;
  -webkit-user-select: none;
}

@media (min-width: 320px) {
  .wr_sorter .wr_story .dd-item-story {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .wr_sorter .wr_story .dd-item-story {
    width: 100%;
  }
}

.wr_sorter .wr_story .dd-item-story .dd-shadow-bottom {
  -webkit-box-shadow: 0 5px 5px -5px #333;
          box-shadow: 0 5px 5px -5px #333;
}

.wr_sorter .wr_story .dd-item-story .dd-shadow-bottom .dd-item-paragraph {
  line-height: 2rem;
  /* background: yellow; */
  width: 100%;
  margin-bottom: 0px;
}

@media (min-width: 320px) {
  .wr_sorter .wr_story .dd-item-story .dd-shadow-bottom .dd-item-paragraph {
    font-size: 0.8rem;
  }
}

@media (min-width: 568px) {
  .wr_sorter .wr_story .dd-item-story .dd-shadow-bottom .dd-item-paragraph {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .wr_sorter .wr_story .dd-item-story .dd-shadow-bottom .dd-item-paragraph {
    font-size: 1.5rem;
  }
}

.wr_sorter .wr_story .dd-transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wr_sorter .dd-transition {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wr_sorter .wr_sentence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  background: white;
  height: 100%;
  width: 100%;
  padding-left: 5px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-user-select: none;
}

@media (min-width: 1024px) {
  .wr_sorter .wr_sentence {
    padding: 50px;
  }
}

.dd-slot {
  -webkit-user-select: none;
  float: left;
  outline: 2px dashed rgba(54, 86, 132, 0.75);
  outline-offset: -15px;
  position: relative;
  height: 80px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  .dd-slot {
    font-size: 40px;
    height: 80px;
  }
}

@media (min-width: 1024px) {
  .dd-slot {
    font-size: 40px;
    height: 80px;
  }
}

.dd-slot .dd-slot-num {
  text-align: center;
  color: rgba(90, 41, 41, 0.5);
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
  -webkit-user-select: none;
}

@media (min-width: 768px) {
  .dd-slot .dd-slot-num {
    font-size: 40px;
  }
}

.dd-slot .dd-vc {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dd-item {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  /* height: max-content; */
  cursor: pointer;
  -webkit-user-select: none;
}

@media (min-width: 320px) {
  .dd-item {
    padding: 10px;
  }
}

.dd-item .dd-item-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
}

.dd-item .dd-item-inner .dd-item-panel {
  width: 100%;
  height: 35px;
  position: absolute;
  bottom: -15px;
}

.dd-item .dd-item-inner .dd-item-panel .dd-item-title {
  font-size: 40px;
  text-align: center;
  color: black;
  line-height: 35px;
  z-index: 4;
}

.wr_flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pointer-on {
  pointer-events: auto;
}

.pointer-off {
  pointer-events: none;
}

.dd-item.dd-disabled {
  /* hides content of a slot - showing empty slot*/
  pointer-events: none;
  opacity: 0;
}

.dd-item.dd-selected {
  z-index: 20;
}

.dd-item-story.dd-disable {
  /* hides content of a slot - showing empty slot*/
  pointer-events: none;
  opacity: 0;
}

.dd-item-story.dd-selected {
  z-index: 20;
}

.model-answers-unscramble {
  font-size: 2rem;
}

.student-answers-unscramble {
  font-size: 2rem;
}

.re-sorter {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: whitesmoke;
}

.btn-defrost {
  position: absolute;
  top: 10px;
  left: calc(100vw - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  height: 40px;
  width: 40px;
  border: solid black 2px;
  background: grey;
  padding: 20px;
  border-radius: 50%;
  -ms-flex-item-align: center;
      align-self: center;
}

@font-face {
  font-family: sassoon;
  src: url(/css/sassoon/SassoonPrimaryStd.otf);
  src: local("sassoon"), local("sassoon"), url(/css/sassoon/SassoonPrimaryStd.otf) format("opentype");
}

div {
  font-family: sassoon;
}

span {
  font-family: sassoon;
}

.sentence-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  font-size: 2rem;
  overflow-y: auto;
}

.letter-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 50px;
  border: black solid 1px;
  margin: 2px;
  line-height: 50px;
}

.letter-high {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 50px;
  border: black solid 1px;
  margin: 2px;
  position: relative;
  top: -10px;
  line-height: 90px;
}

.letter-low {
  position: relative;
  top: 0px;
  height: 70px;
  width: 50px;
  border: black solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px;
  margin-top: 20px;
  font-family: sassoon;
  line-height: 50px;
}

#sentence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
}

.span-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 50px 0px 50px 50px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: white;
}

.sp-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin: 30px 20px 30px 20px;
  font-family: sassoon;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4rem;
}

.sp-punct-right {
  margin: 30px 20px 30px 0px;
}

.sp-punct-left {
  margin: 30px 0px 30px 20px;
}

.letters-bank {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.letters-bank-relative {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.letters-bank-absolute {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}

.letter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  height: 58px;
  width: 50px;
  border: solid black 1px;
  margin-left: 2px;
  margin-right: 2px;
  background-color: bisque;
}

.sp-preview {
  font-size: 4rem;
  margin: 30px;
}

.sp-image {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
}

.sp-bucket {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "sp-speaker sp-content";
  -ms-grid-columns: 51px 1fr;
      grid-template-columns: 51px 1fr;
  width: 100%;
  padding-top: 50px;
  background: black;
}

.sp-bucket .sp-speaker {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sp-speaker;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
}

.sp-bucket .sp-content {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: sp-content;
  margin: 0;
  padding-left: 20px;
  color: white;
}
/*# sourceMappingURL=main_sorter.css.map */