/* MAIN ELEMENTS */

html {
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: url('../images/cursor_main.svg') 8.2 4.8, auto;

/* cursor_main.svg */
  /* $('html').css({
    'cursor': '../images/mac_openhand.svg), auto'}); */

}

.james, .james.square-box, .james.textbox-box, .james.checklist-box,
.james.pie-box, .james.slider-box, .james.rubric-box {
  background: #bc8ff3;
}

.huda, .huda.square-box, .huda.textbox-box, .huda.checklist-box,
.huda.pie-box, .huda.slider-box, .huda.rubric-box {
  background: #fbcfc1;
}

/* .grab { */
  /* cursor: move; */
  /* cursor: url('/Users/jamesbirch/Documents/Ready/Code/ready-sandbox/app-test2/images/mac_openhand.svg', auto); */
  /* cursor: grab; */
  /* cursor: -moz-grab; */
  /* cursor: -webkit-grab; */
/* } */

/* .grabbing { */
  /* cursor: url('/Users/jamesbirch/Documents/Ready/Code/ready-sandbox/app-test2/images/mac_openhand.svg', auto); */
  /* cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; */
/* } */

::-moz-selection { /* Code for Firefox */
  /* color: red; */
  background: #f3dce8;
}

::selection {
  /* color: red; */
  background: #f3dce8;
}

::placeholder {
  color: #D9D9D9;
}

body {
  height: 100%;
  width: 100%;
  display: flex;
  /* background-color: #F2F2EB; */
  /* background-color: #F8F8F3; */
  /* transition: 3s linear background-color; */
  margin: 0;
  padding: 0;
}

/* NAV BAR */

#navigation-bar {
  /* position: absolute; */
  background-color: #F2F2EB;
  top: 0;
  bottom: 0;
  left: 0;
  /* right: 0; */
  overflow: hidden;
  /* z-index:-1; */
  max-width: 144px; /* 173 */
  flex: 0 0 8.5%;
  height: 100%;
  order: 1;
  border-right-style: solid;
  border-right-color: #D9D9D9;
  border-right-width: 1px;
  /* box-shadow: 1px 0px 16px #D9D9D9; */
  z-index: 10001;
}

nav {
  /* position: absolute; */
  overflow: hidden;
  color: black;
}

.nav_hr {
  border-top: 1px;
  border-color: #D9D9D9;
}

.toolbar_header {
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 0.4vw; /* 0.6 vw */
  letter-spacing: 0.05em;
  color: #CBC0B4;
  text-align: center;
}

.nav_header {
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: 500;
  font-size: 0.8vw; /* 1vw */
  letter-spacing: 0.1em;
  color: #50402F;
  margin-inline-start: 0.6em;
}

.nav_workspace {
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 0.6vw; /* 0.8vw */
  letter-spacing: 0.1em;
  color: #50402F;
  margin-inline-start: 0.6em;
}

.toolbar {
  /* border: 1px solid black; */
  list-style: none;
  height: 90px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
}

.toolbar li {
  flex: 1 1 33%;
  width: 100%;
  height: 50%;
}

.tool_button {
  margin-top: 1px;
  margin-left: auto;
  margin-right: auto;
  /* width: 17px; */
  /* height: 17px; */
  display: block;
  width: 80%;
  margin: auto;
}

.tool_button:hover .overlay_front {
  opacity: 0;
}

.tool_button:hover .overlay_back {
  opacity: 100%;
}

.workspacetool_button:hover .overlay {
  opacity: 0;
}

.component_button:hover .overlay {
  opacity: 0;
}



main {
  flex: 1 1 85%;
  order: 2;
  width: 100%;
  overflow: hidden;
  /* padding: 1em; */
}

/* TEST AREA */
#main-block {
  position: relative;
  /* cursor: move; */
  overflow: visible;
  height: 100%;
  width: 100%;
}

#main-wrapper {
  /* position: absolute; */
  overflow: hidden;
  cursor: move;
  background:
    linear-gradient(90deg, #F8F8F3 11px, transparent 1%) center,
    linear-gradient(#F8F8F3 11px, transparent 1%) center,
    #CABFB3;
  background-size: 12px 12px;
}

#scroll-frame-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
}

#scroll-frame-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50px;
}

#scroll-frame-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
}

#scroll-frame-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}
/* TEST AREA */

#toolbar_zoom {
  position: absolute;
  bottom: 0;
  right: 10px;
  /* left: 163px; */
}

#top-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
}

#note-header {
  font-family: "Century Gothic";
  text-align: center;
}
#navigation-items {
  list-style-type: none;
  text-align: left;
  font-family: "Century Gothic";
}

#logo {
  bottom: 10px;
  display: flex;
  justify-content: center;
  /* left: 5%; */
}

#logo-object {
  position: absolute;
  width: 71px;
  bottom: 10px;
}

/* SVG ANIMATION TEST */
.blort {
  background: linear-gradient(90deg, rgb(142, 184, 240), rgb(246, 225, 63), rgb(251, 141, 219), rgb(142, 184, 240), rgb(246,225,63)) 0% 0% / 400% 400%;
  /* fill: url(#linear-gradient); */
  animation: 18s linear 0s infinite normal none running GradientCycle;
}

@keyframes GradientCycle {
  0% {
    background-position: 0% 51%;
  } 100% {
    background-position: 100% 50%;
  }
}


.text-body {
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px;
  color: #50402F;
}

/* COMPONENTS */

.component {
  /* box-shadow: 0px 1.5px 2.5px #D9D9D9; */
  cursor: grab;
}

.component::after {
  box-shadow: 0px 16px 20px #d9d9d9;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165,0.84,0.44,1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: '';
  position: absolute;
}

.component.noafter::after {
  opacity: 1;
}

.draw-box {
  position: absolute;
  /* background: #F2F2EB; */
  border: 1px;
  border-color: #CBC0B4;
  border-style: dashed;
  margin: 1em 50em 1em 1em;
  padding: 1px;
  border-radius: 0.5em;
}

.square-box {
  position: absolute;
  /* background: #F8F8F3; */
  background: #CBC0B4;
  margin: 1em 50em 1em 1em;
  /* width: 62px; */
  /* height: 62px; */
  padding: 1px;
  border-radius: 0.5em;
}

.square-box:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
  border: none;
}

.plaincircle {
  background: #F8F8F3;
  margin: 1em 50em 1em 1em;
  width: 62px;
  height: 62px;
  padding: 12px;
  border-radius: 10em;
  border-width: 1px;
  border-style: solid;
  border-color: #F2F2EB;
}

.plaincircle:hover {
  border-color: #f48fdb;
}

.plaintriangle {
  width: 0;
  height: 0;
  border-left: 62px solid transparent;
  border-right: 62px solid transparent;
  border-bottom: 80px solid #F8F8F3;
  /* margin: 1em 50em 1em 1em; */
  /* width: 62px; */
  /* height: 62px; */
  /* padding: 12px; */
  /* border-width: 1px;
  border-style: solid;
  border-color: #F2F2EB; */
}

.plaintriangle:hover {
  /* border-image: linear-gradient(to right, #fd8cdb 0%, #8eb8ee 100%) 30 round; */
  /* border-color: #f48fdb; */
}

.textbox-box {
  position: absolute;
  background: #D9D9D9;
  margin: 1em 50em 1em 1em;
  width: 300px;
  height: 62px;
  padding: 1px;
  border-radius: 0.5em;
}

.textbox-box .boxframe {
  background: #fefffe;
}

.textbox-box:focus-within {
  outline: none;
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.textbox-box:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.textbox-innerbox {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fefffe;
  /* padding: 12px; */
}

.textnote {
  background: #fefffe;
  height: 100%;
  width: 100%;
  /* height: 90%; */
  /* width: 98%; */
  border-style: none;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 0.1em;
  caret-color: #D9D9D9;
  color: #50402F;
  resize: none;
}

.textnote:focus {
  outline: none;
}

/* PIECHART */
.pie-box {
  position: absolute;
  width: 398px;
  height: 246px;
  min-width: 334px;
  min-height: 134px;
  background: #F2F2EB;
  margin: 1em 50em 1em 1em;
  border-radius: 0.5em;
  padding: 1px;
}

.pie-box:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.pieinnerbox {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #F8F8F3;
}

.piechart-titlebox {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  padding-bottom: 6px;
}

.piechart-title {
  width: 80%;
  height: 14px;
  border: none;
  background-color: rgba(0,0,0,0);
  caret-color: #D9D9D9;
  padding: 0px;
  /* color: #50402F;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 5px; */
}

.piechart-title:focus {
  outline: none;
}

.piechart-contentbox {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  height: calc(100% - 22px);
}

.piechart-piebox {
  display: flex;
  max-width: 60%;
  max-height: 100%;
  width: 60%;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  order: 1;
}

.piechart-pie {
  /* position: absolute; */
  /* object-fit: contain; */
  padding: 0;
  aspect-ratio: 1 / 1;
  max-height: inherit;
  cursor: pointer;
  /* width: 100%; */
  /* height: 100%; */
}

.piechart-labelbox {
  width: calc(40% - 20px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  order: 2;
  flex-grow: 1;
  text-align: center;
  margin-right: 0px;
  padding-right: 20px;
}

.piechart-label {
  text-align: center;
  border-radius: 1em;
  border-style: solid;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 9pt;
  letter-spacing: 0.05em;
}

.piechart-label:focus {
  outline: none;
}

.piechart-label::placeholder {
  color: #878D95;
}

.piechart-label-filler {
  flex-grow: 0.5;
}

.piechart-label-0 {
  background-color: #FAA9A2;
  border-color: #FAA9A2;
}

.piechart-label-1 {
  background-color: #F7DE33;
  border-color: #F7DE33;
}

.piechart-label-2 {
  background-color: #C2CD91;
  border-color: #C2CD91;
}

.piechart-label-3 {
  background-color: #A6C2CE;
  border-color: #A6C2CE;
}

/* add additional colours */

/* SLIDER */
.slider-box {
  /* background: #F8F8F3; */
  background: #F2F2EB;
  margin: 1em 50em 1em 1em;
  width: 300px;
  min-height: 90px;
  min-width: 114px;
  height: 90px;
  /* height: 72px; */
  /* padding-left: 24px; */
  border-radius: 0.5em;
  padding: 1px;
  /* border-width: 1px; */
  /* border-style: solid; */
  /* border-color: #F2F2EB; */
}

.slider-box:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.slider-innerbox {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #F8F8F3;
  /* padding-left: 24px; */
}

.slider-titlebox {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  /* padding-bottom: 10px; */
  /* padding-top: 12px; */
}

.slider-title {
  width: 25%;
  flex-grow: 1;
  height: 14px;
  border: none;
  border-radius: 0.4em;
  background-color: rgba(0,0,0,0);
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.slider-title:focus {
  outline: none;
}

.slider-labelbox {
  display: flex;
  justify-content: space-between;
  /* padding-top: 6px; */
}

.slider-sliderbox {
  padding-right: 4px;
}

.slider-label {
  width: 25%;
  height: 14px;
  border: none;
  border-radius: 0.4em;
  background-color: rgba(0,0,0,0);
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.slider-label-L {
  text-align: left;
}

.slider-label-R {
  text-align: right;
}

/* https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */
.slider {
  width: 100%;
  height: 100%;
  /* margin-top: 16px; */
  -webkit-appearance: none;
  background: transparent;
  outline: none;
}

.slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background-color: #cabfb3;
  height: 12px;
  /* margin-top: -10px; */
  border-radius: 8px;
  border: solid 1px #e7e8e5;
  /* height: 60%; */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #e7e8e5;
  margin-top: -3px;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #f1f2eb;
}

.timer-box {
  /* flex: auto; */
  /* flex-direction: row; */
  background: #F8F8F3;
  margin: 1em 50em 1em 1em;
  width: 134px;
  height: 56px;
  padding: 12px;
  border-radius: 0.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #F2F2EB;
}

.timer-buttons {
  padding: 2px 0px;
  flex: auto;
  flex-direction: column;
}

.timer-buttons svg {
  margin-left: 6px;
}
.timer-box input[type=number] {
  float: left;
  background: none;
  /* background: #FFFFFF; */
  border-style: none;
  width: 70px;
  height: 46px;
  padding-top: 6px;
  margin-right: 10px;
  font-family: "DJB Get Digital";
  text-align: center;
  font-weight: normal;
  font-size: 36pt;
  color: #50402F;
  letter-spacing: 0.1em;
}

.timer-box:hover {
  border-image: linear-gradient(to right, #fd8cdb 0%, #8eb8ee 100%) 30 round;
}

.timer-box input {
  display: block;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.1em;
  padding: 3px 6px;
  margin-top: 2px;
  width: 50px;
  min-width: 0;
  /* border-color: #DFDFDF; */
  /* align-items: center; */
}

.timer-box input:focus {
  outline-color: #f48fdb;
}

.timer_reset:active {
  stroke: #f48fdb;
}

.rubric-box {
  position: absolute;
  height: 86px;
  min-height: 86px;
  width: 203px;
  min-width: 149px;
  background: #F2F2EB;
  margin: 1em 50em 1em 1em;
  padding: 1px;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
}

/* .rubric-box:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
} */

.rubric-innerbox {
  height: 100%;
  width: 100%;
}

.rubric-header {
  height: 14px;
  width: 187px;
  border: solid 1px #cbc0b4;
  border-radius: 0.4em;
  background-color: #fefffe;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

/* .rubric-header-boxframe:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.rubric-header-boxframe:hover ~ .rubric-main-boxframe {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
} */

.rubric-box:hover > .rubric-boxframe {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.rubric-header-boxframe {
  height: 18px;
  /* width: 193px; */
  display: flex;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: -1px;
  border-radius: 0.25em;
  background-color: #cbc0b4;
  margin-top: 5px;
}

.rubric-header-text {
  margin-left: 1px;
  margin-top: 1px;
  height: 14px;
  width: calc(100% - 6px);
  border: none;
  border-radius: 0.25em;
  background-color: #fefffe;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.rubric-header-text:focus {
  outline: none;
}

.rubric-header:focus {
  outline: none;
}

.rubric-main-boxframe {
  /* height: 56px; */
  /* width: 193px; */
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  /* padding-right: 1px; */
  padding-bottom: 1px;
  background-color: #cbc0b4;
  border: none;
  border-radius: 0.25em;
  display: flex;
  flex-grow: 1;
}

.rubric-main-boxframe:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.rubric-header-boxframe + .rubric-main-boxframe:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

/* .rubric-header-boxframe:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
} */

/* .rubric-header-boxframe:hover ~ .rubric-main-boxframe {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
} */

.rubric-main {
  height: calc(100% - 1px);
  width: calc(100% - 2px);
  margin-top: 1px;
  margin-left: 1px;
  display: flex;
  flex-direction: column;
  background-color: #fefffe;
  border:none;
  border-radius: 0.2em;
}

/* .rubric-main {
  height: 56px;
  width: 171px;
  margin: -1px 0px;
  padding: 2px 12px 2px 8px;
  background-color: #fefffe;
  border: solid 1px #cbc0b4;
  border-radius: 0.25em;
} */

.rubric-entry {
  padding-left: 4px;
  height: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  /* margin: 12px 4px 0px 12px; */
  width: 21px;
  height: 8px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #d8d8d8;
  -webkit-transition: .2s;
  transition: .2s;
}

.toggle:before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  left: 2px;
  top: 1px;
  border-radius: 50%;
  background-color: #f1f2eb;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .toggle {
  background-color: #cabfb3;
}

input:focus + .toggle {
  box-shadow: 0 0 1px #cabfb3;
}

input:checked + .toggle:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
}

.rubric-value {
  display: inline-block;
  height: 14px;
  /* width: 142px; */
  padding-left: 4px;
  flex-grow: 1;
  flex-shrink: 1;
  border: none;
  background-color: #FEFFFE;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 9pt;
  letter-spacing: 0.05em;
}

.rubric-value:focus {
  outline: none;
}

.checklist-box {
  position: absolute;
  min-height: 105px;
  height: 105px;
  width: 218px;
  min-width: 155px;
  /* background: #F8F8F3; */
  background: #F2F2EB;
  margin: 1em 50em 1em 1em;
  /* padding: 12px; */
  padding: 1px;
  border-radius: 0.5em;
  /* border-width: 1px;
  border-style: solid; */
  /* border-color: #F2F2EB; */
}

.checklist-box:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.checklist-innerbox {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.checklist-title {
  width: 80%;
  /* flex-grow: 1; */
  height: 14px;
  border: none;
  border-radius: 0.4em;
  background-color: rgba(0,0,0,0);
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.checklist-title:focus {
  outline: none;
}

.checklist-titlebox {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  padding-bottom: 6px;
  /* padding-top: 12px; */
}

.checkbox-value {
  top: 4px;
  display: inline-block;
  height: 14px;
  width: 160px;
  border: none;
  margin-bottom: 2px;
  padding-left: 4px;
  background-color: #FEFFFE;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 9pt;
  letter-spacing: 0.05em;
  flex-grow: 1;
}

.checkbox-value:focus {
  outline: none;
}

.checklist-entry {
  /* width: 12px; */
  /* height: 12px; */
  /* margin: 2px 0 2px 0; */
  margin-bottom: 1px;
  background-color: #F7F7F7;
  border-radius: 100%;
  border-color: #CBC0B4;
  position: relative;
  display: flex;
}

.checklist-entry label.checkbox-inner {
  display: inline-block;
  width: 12.75px;
  height: 12.75px;
  border-radius: 100px;
  border: solid 1px;
  border-color: #cabfb3;
  margin-right:6px;
  cursor: pointer;
  position: relative;
  /* top: 2.125px; */
  left: 2.125px;
  background: #FEFFFE;
}

.checkbox-inner svg {
  margin-left: 2px;
}

.checklist-entry [type=checkbox]:checked svg.checkbox-check {
  opacity: 0%;
}

.checklist-entry [type=checkbox] {
  display: none;
}

.checkbox:checked ~ label.checkbox-inner {
  /* background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%); */
}

.checkbox:checked ~ .checkbox-check {
  opacity: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.checkbox:checked ~ .checkbox-value {
  text-decoration: line-through;
  background-color: rgba(0,0,0,0);
  color: #D9D9D9;
}

.checkbox-check {
  display: inline-block;
  position: absolute;
  margin-left: 5px;
}

.yesnodig-box {
  height: 100px;
  width: 290px;
  background: #F8F8F3;
  margin: 1em 50em 1em 1em;
  padding: 20px;
  border-radius: 0.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #F2F2EB;
}

.ynd-innerbox {
  height: 100%;
  width: 100%;
}

.yes-circle {
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 40px;
  margin-top: 34px;
  margin-left: 6px;
  background-color: #e1f0e3;
  border-radius: 100%;
  border-style: none;
  box-shadow: 0px 3px 4px rgba(0,0,0,.1);
  color: #868c94;
  caret-color: #868c94;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 9pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.yes-circle:focus {
  outline: none;
  border: solid 1px #f48fdb;
}

.no-circle {
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #f7eaea;
  border-radius: 100%;
  border-style: none;
  box-shadow: 0px 3px 4px rgba(0,0,0,.1);
  margin-top: 34px;
  margin-left: 240px;
  color: #868c94;
  caret-color: #868c94;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 9pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.no-circle:focus {
  outline: none;
  border: solid 1px #f48fdb;
}

.select-circle {
  display: inline-block;
  position: absolute;
  height: 40px;
  width: 40px;
  margin-left: 123px;
  margin-top: 30px;
  background: radial-gradient(#92b5ec,#f68fdb 70%);
  border: solid 1px #d9d9d9;
  border-radius: 100%;
  box-shadow: 0px 3px 4px rgba(0,0,0,.1);
}

.ynd-subject {
  position: absolute;
  display: inline-block;
  height: 14px;
  width: 187px;
  margin-left: 50px;
  border: solid 1px #cbc0b4;
  border-radius: 0.4em;
  background-color: #fefffe;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.yes-condition {
  position: absolute;
  display: inline-block;
  height: 14px;
  width: 100px;
  margin-top: 86px;
  margin-left: 10px;
  border: solid 1px #cbc0b4;
  border-radius: 0.4em;
  background-color: #fefffe;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.no-condition {
  position: absolute;
  display: inline-block;
  height: 14px;
  width: 100px;
  margin-top: 86px;
  margin-left: 170px;
  border: solid 1px #cbc0b4;
  border-radius: 0.4em;
  background-color: #fefffe;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.selector-left {
  position: absolute;
  display: inline-block;
  margin-left: 106px;
  margin-top: 41px;
}

.selector-right {
  position: absolute;
  display: inline-block;
  margin-left: 174px;
  margin-top: 41px;
}

fieldset {
  border-width: 0px;
  margin: 0px;
  padding: 0px;
}
/*
.QA-input {
  flex: 1 1 90%;
  order: 2;
} */

li button {
  float: left;
  display: block;
  text-align: center;
  padding: 16px;
  background-color: #333333;
  border-width: 0px;
}

li button:hover {
  background-color: #111111;
}

#export-shield-icon {
  float: right;
  position: relative;
  top: 4px;
  right: 40px; /* programmatically change to 10 when kb opened */
}

.search-icon-nokb {
  position: absolute;
  top: 7px;
  right: 10px;
}
/*

<svg id="type" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17" height="16" viewBox="0 0 17 16">
  <defs>
    <linearGradient id="linear-gradient" x2="1" y2="1" gradientUnits="objectBoundingBox">
      <stop offset="0" stop-color="#fd8cdb"/>
      <stop offset="0.453" stop-color="#f7de41"/>
      <stop offset="1" stop-color="#8eb8ee"/>
    </linearGradient>
  </defs>
  <path id="Intersection_1" data-name="Intersection 1" d="M5.458,16A.5.5,0,0,1,5.5,15H8V1H1V3.5a.5.5,0,0,1-1,0V.5A.5.5,0,0,1,.5,0h16a.5.5,0,0,1,.5.5v3a.5.5,0,0,1-1,0V1H9V15h2.5a.5.5,0,0,1,.042,1Z" fill="url(#linear-gradient)"/>
</svg>
*/

.boxframe {
  height: calc(100% - 22px);
  width: calc(100% - 22px);
  border-radius: 0.45em;
  background: #F8F8F3;
  padding: 11px;
}

.drop-ready {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
  padding: 6px;
}

.drop-ready-inner {
  height: calc(100% - 22px);
  height: -moz-calc(100% - 22px);
  height: -webkit-calc(100% - 22px);
  height: -o-calc(100% - 22px);
  width: calc(100% - 22px);
  width: -moz-calc(100% - 22px);
  width: -webkit-calc(100% - 22px);
  width: -o-calc(100% - 22px);
  border-radius: 0.2em;
  padding: 6px;
  margin-left: 5px;
  margin-top: 5px;
}

.ui-resizable {}

.timer-innerbox {
  display: inline;
  width: 90%;
  height: 90%;
}

.expshield-box {
  background-color: #F2F2EB;
  opacity: 75%;
  border-radius: 8px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.line {
  position: absolute;
  background-color: #cbc0b4;
  height: 2px;
  transform-origin: 0% 0%;
}

.line:hover {
  background-color: #878d95;
}

.line-selected {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
  height: 3px;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* knowledge base */

#knowledge-base-panel {
  display: flex;
  max-width: 517px;
  flex-direction: column;
  flex: 0 0 30%;
  order: 3;
  z-index: 10001;
  background-color: #F2F2EB;
  border-left: 1px solid #D9D9D9;
}

#kb-searchbar {
  display: flex;
  order: 1;
  background-color: #FEFFFE;
  top: 0;
  height: 34px;
  min-height: 34px;
  border-width: 1px;
  border-top-style: none;
  border-bottom-style: solid;
  border-color: #D9D9D9;
}

#kb-searchbar input[type=text] {
  order: 2;
  margin-top: 1px;
  /* margin-left: 40px; */
  height: 30px;
  width: calc(100% - 41px);
  border: none;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 0.8vw; /* 1vw */
  letter-spacing: 0.05em;
}

#kb-searchbar input[type=text]:focus {
  outline: none;
}

/* #kb_searchbar_input:focus + #kb_header {
  display: none;
} */

#kb-content {
  order: 2;
  height: 100%;
  width: 100%;
}
.kb-content-grid {
  display: grid;
  column-gap: 10px;
  row-gap: 10px;
  grid-template-columns: 162px 162px 162px;
  grid-template-rows: 140px 140px 140px 140px 140px 140px 140px 140px; /* edit based on size of window*/
  justify-items: center;
  align-items: center;
  align-content: start;

}

.search-icon-kb {
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 6px;
  display: block;
  order: 1;
}

.searchbox-large {
  width: 299px;
  height: 279px;
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.searchbox {
  background: #CBC0B4;
  padding: 1px;
  border-radius: 0.5em;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.searchbox:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.searchbox-small {
  width: 132px;
  height: 126px;
}

.searchbox-innerbox {
  height: 100%;
  width: 100%;
  border-radius: 0.45em;
  background: #FEFFFE;
  display: flex;
  flex-direction: column;
}

.result-header {
order: 1;
  display: flex;
  justify-content: flex-end;
  padding: 4px;
  width: calc(100% - 10px);
  float: right;
  position: relative;
  font-family: Report;
  font-weight: normal;
  font-size: 6pt;
  letter-spacing: 0.05em;
  color: #878D95;
}

.result-content {
  order: 2;
  padding: 0 6px 6px 6px;
  width: calc(100%-12px);
  height: 70%;
  overflow: hidden;
  /* text-align: justify; */
  font-family: Report;
  font-weight: normal;
  font-size: 9pt;
  letter-spacing: 0.05em;
  color: #50402F;
}

.content-small {
  height: 70%;
}

.content-large {
  height: 100%;
}

.content-star {
  order: 3;
  margin-bottom: 5px;
}

.content-star-small {
  margin-left: 117px;
}

#kb-header {
  order: 3;
}

#kb-opentext-title {
  font-size: 1vw; /* 1.5vw */
  font-style: "Report", "Trebuchet MS", sans-serif;
}

#kb-opentext-subtitle {
  font-size: 0.8vw; /* 1vw */
  font-style: "Report", "Trebuchet MS", sans-serif;
}
/* PLAYMODE CSS DROPPED IN HERE */

.playmode-body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #262626;
  margin: 0;
  padding: 0;
}

#playmode-border {
  order: 1;
  height: 5%;
  width: 100%;
}

.playmode-main {
  background-color: #fefffe;
  display: flex;
  flex-direction: row;
  flex: 1 1 90%;
  order: 2;
  width: 100%;
}

#playmode-shield-content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  flex: 1 1 75%;
}

#playmode-notes {
  order: 2;
  height: 100%;
  flex: 1 1 25%;
  flex-direction: column;
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
  padding: 2px;
  display: flex;
  flex-direction: column;
}

#playmode-notebox {
  order: 2;
  border: none;
  resize: none;
  padding: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 24px);
  background: #fefffe;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 12pt;
  letter-spacing: 0.1em;
  caret-color: #D9D9D9;
  color: #50402F;
}

/* auto full screen */

#playmode-notebox:focus {
  outline: none;
}

#playmode-notes-header {
  order: 1;
  width: 100%;
  /* height: 100%; */
  background-color: #F8F8F3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#playmode-notes-title {
  text-align: center;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 12pt;
  letter-spacing: 0.05em;
  color: #CBC0B4;
}

#playmode-question-block {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
  background-color: #F8F8F3;
  border: 1px solid #F2F2EB;
}

#playmode-evaluation-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 400px;
  background-color: #F8F8F3;
  border: 1px solid #F2F2EB;
}

#playmode-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* position: absolute; */
  background-color: #F2F2EB;
  overflow: hidden;
  flex: 0 1 8%;
  width: 100%;
  order: 3;
  border-top-style: solid;
  border-top-color: #D9D9D9;
  border-top-width: 1px;
  z-index: 10001;
}

.playmode-logo {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.playmode-text-body {
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 16pt;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 1em;
  color: #50402F;
}

.playmode-label {
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: 600;
  font-size: 10pt;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 5px 5px 0px 15px;
  color: #50402F;
}

#playmode-navbar {
  list-style-type: none;
  height: 100%;
  text-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#playmode-li {
  float: left;
}

.playmode-nav-button {
  height: 100%;
  display: flex;
  align-items: center;
}

#playmode-evaluation-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.playmode-eval-block {
  flex: 1 1 33%;
  display: flex;
  flex-direction: column;
}

.playmode-outer-frame {
  background: #DED7CE;
  height: 40px;
  margin: 30px;
  padding: 1px;
  /* width: 100px; */
  border-radius: 4px;
}

.playmode-outer-frame:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.playmode-inner-frame {
  height: 100%;
  width: 100%;
  background-color: #F8F8F3;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.playmode-inner-title {
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: 500;
  font-size: 10pt;
  letter-spacing: 0.05em;
  text-align: center;
  color: #DED7CE;
}

.playmode-outer-frame:hover .playmode-inner-title {
  color: #878d95;
}

.playmode-outer-frame:hover .playmode-overlay {
  fill: #878d95;
}

.playmode-content-container {
  width: 100%;
  margin-top: 20px;
  height: 100%;
  display: none;
}

/* COMPONENTS */

.playmode-textbox-box {
  background: #D9D9D9;
  width: 300px;
  height: 62px;
  padding: 1px;
  border-radius: 0.5em;
}

.playmode-textbox-box .boxframe {
  background: #fefffe;
}

.playmode-textbox-box:focus-within {
  outline: none;
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.playmode-textbox-box:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.playmode-textnote {
  /* background: #fefffe; */
  height: 100%;
  width: 100%;
  border-style: none;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 0.1em;
  caret-color: #D9D9D9;
  color: #50402F;
  resize: none;
}

.playmode-textnote:focus {
  outline: none;
}

.playmode-pie-box {
  position: absolute;
  width: 300px;
  height: 300px;
  background: #F2F2EB;
  margin: 1em 50em 1em 1em;
  border-radius: 0.5em;
  padding: 1px;
}

.playmode-pie-box:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.playmode-pieinnerbox {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #F8F8F3;
}

.playmode-piechart {
  object-fit: contain;
  padding: 0;
  width: 100%;
  height: 100%;
}

.playmode-slider-box {
  background: #F2F2EB;
  margin: 1em 50em 1em 1em;
  width: 300px;
  min-height: 90px;
  min-width: 114px;
  height: 90px;
  border-radius: 0.5em;
  padding: 1px;
}

.playmode-slider-box:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.playmode-slider-innerbox {
  padding: 10px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  flex-direction: column;
  /* width: 100%; */
  /* height: 100%; */
  background: #F8F8F3;
}

.playmode-slider-titlebox {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
}

.playmode-slider-title {
  width: 25%;
  flex-grow: 1;
  /* height: 14px; */
  padding-bottom: 12px;
  border: none;
  border-radius: 0.4em;
  background-color: rgba(0,0,0,0);
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 16pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.playmode-slider-title:focus {
  outline: none;
}

.playmode-slider-labelbox {
  display: flex;
  justify-content: space-between;
}

.playmode-slider-sliderbox {
  padding-right: 4px;
}

.playmode-slider-label {
  width: 25%;
  height: 14px;
  border: none;
  border-radius: 0.4em;
  background-color: rgba(0,0,0,0);
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 16pt;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 15px;
}

.playmode-slider-label-L {
  text-align: left;
  padding-left: 5px;
}

.playmode-slider-label-R {
  text-align: right;
  padding-right: 5px;
}

.playmode-slider {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  background: transparent;
  outline: none;
}

.playmode-slider::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background-color: #cabfb3;
  height: 12px;
  border-radius: 8px;
  border: solid 1px #e7e8e5;
}

.playmode-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #e7e8e5;
  margin-top: -3px;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: #f1f2eb;
}

.playmode-rubric-box {
  position: absolute;
  height: 86px;
  min-height: 86px;
  width: 203px;
  min-width: 149px;
  background: #F2F2EB;
  margin: 1em 50em 1em 1em;
  padding: 1px;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
}

.playmode-rubric-innerbox {
  height: 100%;
  width: 100%;
}

.playmode-rubric-header {
  height: 14px;
  width: 187px;
  border: solid 1px #cbc0b4;
  border-radius: 0.4em;
  background-color: #fefffe;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.playmode-rubric-box:hover > .playmode-rubric-boxframe {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.playmode-rubric-header-boxframe {
  height: 18px;
  display: flex;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: -1px;
  border-radius: 0.25em;
  background-color: #cbc0b4;
  margin-top: 5px;
}

.playmode-rubric-header-text {
  margin-left: 1px;
  margin-top: 1px;
  height: 14px;
  width: calc(100% - 6px);
  border: none;
  border-radius: 0.25em;
  background-color: #fefffe;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.playmode-rubric-header-text:focus {
  outline: none;
}

.playmode-rubric-header:focus {
  outline: none;
}

.playmode-rubric-main-boxframe {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-bottom: 1px;
  background-color: #cbc0b4;
  border: none;
  border-radius: 0.25em;
  display: flex;
  flex-grow: 1;
}

.playmode-rubric-main-boxframe:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.playmode-rubric-header-boxframe + .playmode-rubric-main-boxframe:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.playmode-rubric-main {
  height: calc(100% - 1px);
  width: calc(100% - 2px);
  margin-top: 1px;
  margin-left: 1px;
  display: flex;
  flex-direction: column;
  /* background-color: #fefffe; */
  border:none;
  border-radius: 0.2em;
}

.playmode-rubric-entry {
  padding-left: 4px;
  height: 19px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.playmode-switch-set {
  display: flex;
  /* width: auto; */
  margin-top: 5px;
  margin-left: 8px;
  margin-bottom: 5px;
}
.playmode-switch {
  position: relative;
  display: inline-block;
  margin-top: 4px;
  width: 48px;
  height: 20px;
}

.playmode-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.playmode-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 34px;
  background-color: #d8d8d8;
  -webkit-transition: .2s;
  transition: .2s;
}

.playmode-toggle:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  background-color: #f1f2eb;
  -webkit-transition: .2s;
  transition: .2s;
}

input:checked + .toggle {
  background-color: #cabfb3;
}

input:focus + .playmode-toggle {
  box-shadow: 0 0 1px #cabfb3;
}

input:checked + .playmode-toggle:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

.playmode-rubric-value {
  display: inline-block;
  background: none;
  /* height: 14px; */
  padding-left: 8px;
  padding-right: 8px;
  flex-grow: 1;
  flex-shrink: 1;
  border: none;
  /* background-color: #FEFFFE; */
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 16pt;
  letter-spacing: 0.05em;
}

.playmode-rubric-value:focus {
  outline: none;
}

.playmode-checklist-box {
  position: absolute;
  min-height: 105px;
  height: 105px;
  width: 218px;
  min-width: 155px;
  background: #F2F2EB;
  margin: 1em 50em 1em 1em;
  padding: 1px;
  border-radius: 0.5em;
}

.playmode-checklist-box:hover {
  background: linear-gradient(135deg, #fd8cdb 0%, #f6dd49 45%, #8eb8ee 100%);
}

.playmode-checklist-innerbox {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.playmode-checklist-title {
  width: 80%;
  height: 14px;
  border: none;
  border-radius: 0.4em;
  background-color: rgba(0,0,0,0);
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.playmode-checklist-title:focus {
  outline: none;
}

.playmode-checklist-titlebox {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  padding-bottom: 6px;
}

.playmode-checkbox-value {
  top: 4px;
  display: inline-block;
  height: 14px;
  width: 160px;
  border: none;
  margin-bottom: 2px;
  padding-left: 4px;
  background-color: #FEFFFE;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 9pt;
  letter-spacing: 0.05em;
  flex-grow: 1;
}

.playmode-checkbox-value:focus {
  outline: none;
}

.playmode-checklist-entry {
  margin-bottom: 1px;
  background-color: #F7F7F7;
  border-radius: 100%;
  border-color: #CBC0B4;
  position: relative;
  display: flex;
}

.playmode-checklist-entry label.checkbox-inner {
  display: inline-block;
  width: 12.75px;
  height: 12.75px;
  border-radius: 100px;
  border: solid 1px;
  border-color: #cabfb3;
  margin-right:6px;
  cursor: pointer;
  position: relative;
  /* top: 2.125px; */
  left: 2.125px;
  background: #FEFFFE;
}

.playmode-checkbox-inner svg {
  margin-left: 2px;
}

.playmode-checklist-entry [type=checkbox]:checked svg.playmode-checkbox-check {
  opacity: 0%;
}

.playmode-checklist-entry [type=checkbox] {
  display: none;
}

.playmode-checkbox:checked ~ .playmode-checkbox-check {
  opacity: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.playmode-checkbox:checked ~ .playmode-checkbox-value {
  text-decoration: line-through;
  background-color: rgba(0,0,0,0);
  color: #D9D9D9;
}

.playmode-checkbox-check {
  display: inline-block;
  position: absolute;
  margin-left: 5px;
}

.playmode-yesnodig-box {
  height: 100px;
  width: 290px;
  background: #F8F8F3;
  margin: 1em 50em 1em 1em;
  padding: 20px;
  border-radius: 0.5em;
  border-width: 1px;
  border-style: solid;
  border-color: #F2F2EB;
}

.playmode-ynd-innerbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.playmode-ynd-box {
  width: 100%;
  height: 100%;
  flex-direction: row;
  display: flex;
  align-items: center;
}

.playmode-yes-circle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  height: 40px;
  width: 40px;
  background-color: #e1f0e3;
  border-radius: 100%;
  border-style: none;
  box-shadow: 0px 3px 4px rgba(0,0,0,.1);
  color: #868c94;
  caret-color: #868c94;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 9pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.playmode-yes-circle:focus {
  outline: none;
  border: solid 1px #f48fdb;
}

.playmode-no-circle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  height: 40px;
  width: 40px;
  background-color: #f7eaea;
  border-radius: 100%;
  border-style: none;
  box-shadow: 0px 3px 4px rgba(0,0,0,.1);
  margin-left: 50px;
  color: #868c94;
  caret-color: #868c94;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 9pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.playmode-no-circle:focus {
  outline: none;
  border: solid 1px #f48fdb;
}

.playmode-select-circle {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-left: 20px;
  background: radial-gradient(#92b5ec,#f68fdb 70%);
  border: solid 1px #d9d9d9;
  border-radius: 100%;
  box-shadow: 0px 3px 4px rgba(0,0,0,.1);
}

.playmode-ynd-subject {
  display: inline-block;
  height: 14px;
  border-radius: 0.4em;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 12pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.playmode-selector {
  margin-top: 20px;
}

.playmode-yes-condition {
  position: absolute;
  display: inline-block;
  height: 14px;
  width: 100px;
  margin-top: 86px;
  margin-left: 10px;
  border: solid 1px #cbc0b4;
  border-radius: 0.4em;
  background-color: #fefffe;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.playmode-no-condition {
  position: absolute;
  display: inline-block;
  height: 14px;
  width: 100px;
  margin-top: 86px;
  margin-left: 170px;
  border: solid 1px #cbc0b4;
  border-radius: 0.4em;
  background-color: #fefffe;
  color: #50402F;
  caret-color: #D9D9D9;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-weight: normal;
  font-size: 8pt;
  letter-spacing: 0.05em;
  text-align: center;
}

.playmode-selector-left {
  display: inline-block;
  margin-left: 50px;
}

.playmode-selector-right {
  display: inline-block;
  margin-left: 20px;
  margin-top: 41px;
}

.playmode-choice-container {
  width: 100%;
  display: flex;
}

#playmode-yes-container {
  order: 1;
  flex: 1 1 50%;
  align-items: center;
  display: none;
  flex-direction: column;
}

#playmode-no-container {
  order: 2;
  flex: 1 1 50%;
  align-items: center;
  display: none;
  flex-direction: column;
}

#workflows-page {
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  cursor: default;
  align-items: center;
  justify-content: center;
  top: -100%;
  z-index: 100000;
  background-color: #FEFFFE;
}

#workflows-table {
  height: 80%;
  width: 90%;
  order: 2;
  display: flex;
  overflow-y: scroll;
  flex-direction: column;
  /* margin-right: 8%; */
}

#workflows-header {
  order: 1;
  height: 40px;
  width: 90%;
  display: flex;
  align-items: center;
  background-color: #F2F2EB;
  border: 1px solid #D9D9D9;
  border-radius: 0.3em;
}

.workflows-header-entry {
  flex: 1 1 20%;
  text-align: center;
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #50402F;
  /* padding-top: 18px; */
}

#workflows-h1 {
  flex: 1 1 40%;
  text-align: left;
  padding-left: 37px;
}

.workflows-table-entry {
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F8F8F3;
}

.workflows-table-text {
  font-family: "Report", "Trebuchet MS", sans-serif;
  font-size: 14pt;
  color: #50402F;
}

.workflows-table-first-cell {
  flex: 1 1 40%;
  padding: 0px 0 0 20px;
  font-weight: 600;
  text-align: left;
}

.workflows-table-inner-cell {
  flex: 1 1 20%;
  text-align: center;
  align-items: center;
  justify-content: center;
  /* padding: 12px 0 0 0px; */
  font-weight: 500;
}

/* body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: orange;
}

body::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 20px;
  border: 3px solid orange;
} */

/* EXPERIMENT ZONE */
.navbar_animate {
    animation: navbar_animate_test .3s both;
}

@keyframes navbar_animate_test {
    0% {
        transform: translateX(-24px);
        opacity: 0
    }

    90% {
        transform: translateX(-24px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
