/************** timer bar *************/
/************  nice shadow **************/
.shadowedBox:before,
.shadowedBox:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.dropShadowBox {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/************** fx ****************/
.animateSize {
  transition: width 0.5s, height 0.5s, background-color 0.5s;
}
.animateOpacity {
  transition: opacity 0.1s linear;
}
.imageview {
  position: absolute;
  /*do not add any more CSS here, it gets messed up - jg*/
}
.scale-topleft {
  transform-origin: left top;
}
.scale-topright {
  transform-origin: right top;
}
.ui-dialog.pmDialog .ui-dialog-buttonpane {
  padding: 0;
  margin: 0;
  padding-top: 2px;
}
.ui-dialog.pmDialog .ui-dialog-buttonpane .smileyfacebutton div.text {
  font-size: 15px;
}
.ui-dialog.pmDialog .ui-dialog-buttonpane button.addAllowPaint {
  background-color: #8E24AA;
  float: left;
  width: 145px;
  height: 41px;
  background-image: url('https://static.purplemash.com/images/clipart-picker/paint.png');
  background-repeat: no-repeat;
  color: white;
  background-size: 32px;
  background-position: 3px 3px;
  padding-left: 40px;
}
.colorpickerview .colorpicker {
  width: 97%;
  bottom: 55px;
  position: absolute;
  top: 50px;
}
.colorpickerview .colorpicker .colorSqr {
  width: 45px;
  height: 45px;
  margin: 8px;
  float: left;
  cursor: pointer;
  position: relative;
  border: 6px solid transparent;
  box-sizing: border-box;
  transform-origin: center center;
  opacity: 0.5;
}
.colorpickerview .colorpicker .colorSqr:hover {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.colorpickerview .colorpicker .colorSqr.selected {
  border: 6px solid yellow;
  outline: 2px solid #eeee00;
  opacity: 1;
}
.colorpickerview .colorpicker .colorSqr.transparent {
  background-image: url("https://static.purplemash.com/images/painting/graphics/checks.png") !important;
}
.colorpickerview .colorpicker.style-palette {
  top: 0;
}
.colorpickerview .colorpicker.style-palette .colorSqr {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.colorpickerview .colorpicker.style-palette .colorSqr.selected {
  outline: none !important;
}
.colorpickerview .colorpicker.style-colorpicker {
  top: 0;
  bottom: 0;
  width: 99%;
}
.colorpickerview .colorpicker.style-colorpicker .colorSqr {
  width: 45px;
  height: 100%;
  border-radius: 0;
  margin: 0;
  border: none;
  opacity: 0.75;
  border: 1px inset black;
}
.colorpickerview .colorpicker.style-colorpicker .colorSqr.selected {
  outline: none !important;
  border: 3px inset blue;
  transform: none !important;
}
.colorpickerview .colorpicker.style-colorpicker .colorSqr:hover {
  transform: none !important;
  opacity: 1;
}
.colorpickerview.style-colorpicker {
  padding: 0;
  height: 90px !important;
  max-width: 1100px;
}
.colorpickerview.style-colorpicker .popuptitlebar {
  display: none;
}
.filterpickerview {
  width: 700px;
  height: 500px;
}
.filterpickerview .filterpicker {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  top: 50px;
}
.filterpickerview .filterpicker .filterCanvasContainer {
  position: absolute;
  right: 7px;
  width: 56.999%;
  top: 0;
  bottom: 80px;
}
.filterpickerview .filterpicker .filterContainer {
  position: absolute;
  left: 0;
  width: 43.5%;
  bottom: 0;
  top: 0;
}
.filterpickerview .filterpicker .filterContainer .filterSqr {
  width: 88px;
  height: 88px;
  margin: 6px;
  float: left;
  cursor: pointer;
  position: relative;
  border: 6px solid transparent;
  box-sizing: border-box;
  transform-origin: center center;
  opacity: 0.5;
  background-repeat: no-repeat;
  background-position: center;
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="none"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/none.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="sepia"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/sepia.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="blue"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/blue.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="red"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/red.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="green"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/green.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="grayscale"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/grayscale.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="blur"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/blur.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="lighten"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/lighten.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="darken"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/darken.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="mosaic"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/mosaic.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="saturate"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/saturate.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="pointillist"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/pointillist.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr[data-type="invert"] {
  background-image: url("https://static.purplemash.com/images/painting/filters/invert.png");
}
.filterpickerview .filterpicker .filterContainer .filterSqr:hover {
  opacity: 1;
  transform: scale(1.1, 1.1);
}
.filterpickerview .filterpicker .filterContainer .filterSqr.selected {
  border: 6px solid yellow;
  outline: 2px solid #eeee00;
  opacity: 1;
}
.fontpickerview {
  width: 500px;
  height: 225px;
}
.fontpickerview .fontpicker {
  width: 495px;
  height: 65px;
  position: relative;
  top: 50px;
  min-width: 450px;
}
.fontpickerview .sizeSelect {
  float: right;
  margin: 12px;
  max-width: 80px;
}
.fontpickerview .colorSwatch {
  border: 1px solid black;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 331px;
  top: 13px;
}
.fontpickerview .alignButtons {
  width: 150px;
  height: 40px;
  position: absolute;
  left: 8px;
  top: 63px;
}
.fontpickerview .alignButtons button.align {
  width: 36px;
  height: 36px;
  background-image: url('https://static.purplemash.com/images/diyjs/align.png');
  background-repeat: no-repeat;
  background-color: white;
  outline: none;
  border: 1px solid black;
  margin: 6px;
  opacity: 0.7;
  cursor: pointer;
}
.fontpickerview .alignButtons button.align.align-left {
  background-position: -36px 0;
}
.fontpickerview .alignButtons button.align.align-right {
  background-position: -72px 0;
}
.fontpickerview .alignButtons button.align.align-center {
  background-position: 0 0;
}
.fontpickerview .alignButtons button.align.selected {
  outline: 4px solid yellow;
  opacity: 1;
}
.fontpickerview .fontSelect {
  float: left;
  margin: 12px;
  max-width: 300px;
  width: 300px;
  min-height: 32px;
  padding: 4px;
}
.fontpickerview .sizeSelect {
  height: 40px;
}
.textEditorPopup.popup.topPopUp.ui-dialog-content div.textEditorText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 5px;
  padding: 5px;
  font-size: larger;
}
.ui-dialog.pmDialog.textEditor {
  position: absolute;
  top: 0 !important;
}
/******  vars  *****/
div#introScreen .introSfxPicker {
  position: absolute;
  left: 50%;
  margin-left: -72px;
  color: white;
  bottom: 0px;
  height: 54px;
  right: 0;
}
div#introScreen.hasSidebar .introSfxPicker {
  right: 200px;
}
div#introScreen.sfx-buttons-3 .introSfxPicker {
  margin-left: -150px;
}
div#introScreen .sfxButtonContainer {
  width: 150px;
  text-align: right;
  height: 100%;
  margin: 0;
  float: left;
  position: relative;
}
div#introScreen .introSfxPicker span {
  position: relative;
  top: 1px;
  left: 0;
  display: inline-block;
  font-size: 100%;
  width: 88px;
  text-align: center;
}
div#introScreen .sfxButtonContainer button.sfxButton {
  background-size: 50px 50px;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  width: 50px;
  height: 50px;
  float: right;
  padding: 0;
  margin: 0;
}
div#introScreen .sfxButtonContainer.empty button.sfxButton {
  background-image: url('https://static.purplemash.com/images/diyjs/sound-icon.png') !important;
}
div#introScreen .introLives {
  position: absolute;
  color: white;
  bottom: 0;
  height: 54px;
  width: 60px;
  left: 50%;
  margin-left: -260px;
}
div#introScreen .introLives button {
  border: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  background-image: url("https://static.purplemash.com/images/diyjs/lives.png");
  background-size: 50px 50px;
  color: rgba(255, 255, 255, 0.33);
  font-size: 17px;
  font-weight: bold;
}
div#introScreen .introLives span {
  top: 10px;
  display: inline-block;
  font-size: 112%;
  width: 88px;
  text-align: center;
  position: absolute;
  left: -73px;
}
.widgetpopup .livespicker {
  color: white;
  position: absolute;
}
.widgetpopup .livespicker .chooselivespicker {
  width: 540px;
  height: 200px;
}
.widgetpopup .livespicker .chooselivespicker .widget-stepperContainer {
  left: 76px;
  width: 92px;
}
.widgetpopup .livespicker .chooselivespicker span.label {
  position: absolute;
  left: 10px;
  top: 115px;
  font-size: 18px;
}
.widgetpopup .livespicker .chooselivespicker .livesHeartsList {
  height: 52px;
  top: 102px;
  position: absolute;
  left: 151px;
  background-color: white;
  background-image: url("https://static.purplemash.com/images/diyjs/heart.png");
  background-repeat: repeat-x;
  background-position-y: 8px;
}
div#introScreen .mainContentContainer {
  position: absolute;
  top: 90px;
  left: 60px;
  right: 60px;
  bottom: 50px;
  background: transparent;
}
div#introScreen.editable .mainContentContainer {
  bottom: 90px;
}
div#introScreen.notEditable .mainContentContainer {
  left: 35px;
  right: 35px;
}
div#introScreen .mainContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div#introScreen div.mainImageCentered,
div#introScreen div.containerCentered {
  position: absolute;
  left: 20px;
  right: 20px;
  height: calc(100% - 120px);
  top: 50px;
}
div#introScreen div.containerCentered {
  bottom: 154px;
}
div#introScreen .textMiddle {
  position: absolute;
  top: 90px;
  left: 167px;
  right: 170px;
  bottom: 50px;
  font-size: 20px;
  color: white;
  background: transparent;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select: text;
  -webkit-tap-highlight-color: transparent;
  outline-color: transparent;
  outline-style: none;
}
div#introScreen.hasSidebar .textMiddle {
  left: 212px;
  right: 212px;
}
/* the view of the timer picker object in the intro screen */
div#introScreen .introTimer {
  display: inline-block;
  position: absolute;
  width: 116px;
  height: 60px;
  left: 50%;
  bottom: 0;
  margin-left: -200px;
}
div#introScreen.sfx-buttons-3 .introTimer {
  margin-left: -265px;
}
div#introScreen .introTimer span {
  color: white;
  font-size: 112%;
  position: relative;
  top: 7px;
}
div#introScreen .introTimer .timerpicker {
  position: absolute;
  top: 30px;
}
div#introScreen .introTimer button.introTimerButton {
  background: transparent;
  position: absolute;
  border: none;
  border-radius: 0;
  color: white;
  right: 0px;
  top: 4px;
  width: 50px;
  height: 50px;
  background-image: url('https://static.purplemash.com/images/diyjs/timer.png');
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
div#introScreen .introTimer button.introTimerButton.up {
  background-image: url('https://static.purplemash.com/images/diyjs/clockUp.png');
}
div#introScreen .introTimer button.introTimerButton.down {
  background-image: url('https://static.purplemash.com/images/diyjs/clockDown.png');
}
div#introScreen .widget-playtimerpicker .timeUI {
  position: absolute;
  margin-left: 11px;
  margin-top: 18px;
  min-width: 45px;
  text-align: right;
  user-select: none;
  -webkit-user-select: none;
}
div#introScreen .titleTopCentered {
  position: absolute;
  left: 15%;
  right: 15%;
  top: -45px;
  height: 70px;
}
div#introScreen .titleTopCentered input {
  width: 100%;
  height: 100%;
  padding: 4px;
  padding-top: 6px;
  font-size: 56px;
  text-align: center;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  font-weight: bold;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  box-shadow: 1px 2px 5px #333;
  border: none;
  display: block;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
div#introScreen button.editButton,
div#introScreen button.disguiseButton,
div#introScreen button.resetButton,
div#introScreen button.introBgButton,
div#introScreen button.introBgButtonMain,
div#introScreen button.introFontButton,
div#introScreen button.introVoiceoverButton {
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  color: white;
  border-radius: 0;
  border: none;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
}
div#introScreen button.editButton,
div#introScreen button.disguiseButton,
div#introScreen button.resetButton,
div#introScreen button.introFontButton,
div#introScreen button.introVoiceoverButton {
  z-index: 2;
  /*on top of the canvas */
  margin-right: 3px;
  margin-top: 2px;
}
div#introScreen button.editButton {
  background-image: url('https://static.purplemash.com/images/diyjs/edit-element.png');
}
div#introScreen button.disguiseButton {
  background-image: url('https://static.purplemash.com/images/diyjs/blur.png');
}
div#introScreen button.resetButton {
  background-image: url('https://static.purplemash.com/images/diyjs/undo.png');
}
div#introScreen button.introCloseButton {
  position: absolute;
  border: none;
  border-radius: 0;
  color: white;
  padding: 5px;
  width: 36px;
  height: 36px;
  right: 6px;
  top: 14px;
  background-image: url('https://static.purplemash.com/images/toolbar/quit.png');
  background-size: 36px 36px;
  background-color: transparent;
}
div#introScreen button.introPlayButton {
  border: none;
  border-radius: 10px;
  color: white;
  padding: 5px;
  left: 50%;
  bottom: 10px;
  background: #bfd255;
  background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  position: absolute;
  width: 180px !important;
  height: 55px !important;
  margin-left: -90px;
  margin-top: -41px;
  font-size: 32px;
  padding-right: 36px !important;
}
div#introScreen button.introPlayButton::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 36px;
  background-image: url(https://static.purplemash.com/images/diyjs/tri.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 8px;
  left: 122px;
  opacity: 0.8;
}
div#introScreen button.introPlayButtonBottom {
  top: auto;
  bottom: 10px;
}
div#introScreen button.introPlayButtonMiddle {
  bottom: 10px;
  top: auto;
}
div#introScreen button.introBgButton {
  right: 37px;
  top: 5px;
  background-image: url('https://static.purplemash.com/images/diyjs/edit-element.png');
}
div#introScreen button.introFontButton {
  right: 1px;
  top: 5px;
  background-image: url('https://static.purplemash.com/images/diyjs/fontbutton.png');
}
div#introScreen button.introVoiceoverButton {
  right: -40px;
  top: 0;
  background-image: url('https://static.purplemash.com/images/diyjs/voiceoverbutton.png');
}
div#introScreen .textMiddle button.introVoiceoverButton {
  right: 0;
}
div#introScreen .textMiddle button.introFontButton {
  left: -120px;
  top: -78px;
}
div#introScreen .textBottomCentered button.introFontButton {
  right: -75px;
  top: 0;
}
div#introScreen button.introBgButtonMain {
  left: 12px;
  top: 12px;
  background-image: url('https://static.purplemash.com/images/diyjs/edit-element.png');
}
div#introScreen .buttonbar {
  position: absolute;
  bottom: 7px;
  right: 0;
  left: 0;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
div#introScreen .touch button {
  opacity: 1 !important;
}
div#introScreen .textBottomCentered {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 70px;
  height: calc(100% - 120px);
  padding: 0;
  font-size: 20px;
  color: white;
}
div#introScreen .textBottomCentered .textContents {
  text-align: center;
}
div#introScreen.editable .textBottomCentered {
  left: 80px;
  right: 80px;
}
div#introScreen.hasSidebar .textBottomCentered,
div#introScreen.hasSidebar.editable .textBottomCentered {
  left: 200px;
  right: 200px;
}
div#introScreen .textContents {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  background: transparent;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-overflow: ellipsis;
  word-break: break-word;
  outline: none;
  box-shadow: none;
  padding-left: 2px;
  padding-top: 2px;
  -webkit-user-select: text;
  overflow-y: auto;
  text-align: center;
}
div#introScreen.editable .textContents {
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.12);
}
div#introScreen.editable .textMiddle .textContents {
  position: absolute;
  top: 0;
  bottom: 18px;
  overflow: hidden;
}
div#introScreen .textContents:focus {
  outline: none;
  box-shadow: none;
}
div#introScreen .sidebarLeftRight {
  position: absolute;
  left: 7px;
  right: 6px;
  top: 2px;
  bottom: 8px;
}
div#introScreen.editable .sidebarLeftRight {
  top: 42px;
}
div#introScreen .sidebarLeftRight .sidebarCanvas {
  position: absolute;
  cursor: pointer;
}
div#introScreen .sidebarLeftRight .sidebarCanvas.sidebarCanvas-left {
  transform-origin: left top;
}
div#introScreen .sidebarLeftRight .sidebarCanvas.sidebarCanvas-right {
  transform-origin: right top;
}
div#introScreen .sidebarLeftRight input.sidebarLabel {
  text-align: center;
  border: none;
  position: absolute;
  background: transparent;
  font-size: 15px;
  color: white;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-tap-highlight-color: transparent;
  outline-color: transparent;
  outline-style: none;
  display: none;
}
@media screen and (max-width: 700px) {
  div#introScreen .introSfxPicker {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  div#introScreen.editable button {
    display: none !important;
  }
}
/******  css  *****/
div#introScreen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  /*because the paint tools are weird regarding z-index */
}
div#introScreen button {
  cursor: pointer;
}
div#introScreen [contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  opacity: 0.35;
}
div#introScreen .introOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #111;
  opacity: 0.9;
}
div#introScreen.sharedMode .introOverlay {
  opacity: 1 !important;
}
div#introScreen .topBox {
  border-radius: 20px;
  border-radius: 12px;
  border: 0px solid transparent;
  background: #ffffff;
  opacity: 0.2;
  position: absolute;
  left: 5px;
  top: 5px;
  right: 0;
  bottom: 0;
}
div#introScreen .backgroundBoxView {
  position: absolute;
  border-radius: 16px;
  border: 2px solid black;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.widget-tooltipdialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}
.widget-tooltipdialog .tooltipPopupOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999;
  opacity: 0.8;
}
.widget-tooltipdialog .tooltipcontents .buttonbar {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 77px;
  z-index: 2;
}
.widget-tooltipdialog .tooltipcontents .buttonbar.fullWidth {
  width: 100% !important;
}
.widget-tooltipdialog .tooltipcontents .buttonbar .smileyfacebutton {
  margin-right: 13px;
  float: right;
  margin-top: 3px;
}
.widget-tooltipdialog .tooltipcontents {
  padding: 7px;
  z-index: 100;
  position: absolute;
  border-radius: 8px;
  background: white;
  color: #222;
}
.widget-tooltipdialog .tooltipcontents .popuptitlebar {
  background: black;
  color: #eeeeee;
  padding: 9px;
  border-radius: 4px;
  font-size: 17.6px;
  font-weight: bold;
  position: absolute;
  top: 6px;
  left: 5px;
  right: 5px;
}
.widget-stepperContainer {
  width: 150px;
  height: 160px;
  position: absolute;
  top: 53px;
}
.widget-stepperContainer .stepperField {
  background: white;
  width: 100%;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 14px;
  position: relative;
  top: 49px;
  text-align: center;
  font-size: xx-large;
}
.widget-stepperContainer .stepperUpButton,
.widget-stepperContainer .stepperDownButton {
  width: 60px;
  height: 60px;
  border: none;
  background-color: transparent;
  background-size: 52px 52px;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  outline: none !important;
  cursor: pointer;
}
.widget-stepperContainer .stepperUpButton:disabled,
.widget-stepperContainer .stepperDownButton:disabled {
  opacity: 0.5;
}
.widget-stepperContainer .stepperUpButton {
  background-image: url('https://static.purplemash.com/images/diyjs/up.png');
  top: 0;
}
.widget-stepperContainer .stepperDownButton {
  background-image: url('https://static.purplemash.com/images/diyjs/down.png');
  bottom: 0px;
}
.widget-stepperContainer.horizontal {
  width: 220px;
  height: 60px;
}
.widget-stepperContainer.horizontal .stepperField {
  top: 0;
  width: auto;
  margin-left: 50px;
  margin-right: 55px;
}
.widget-stepperContainer.horizontal .stepperUpButton,
.widget-stepperContainer.horizontal .stepperDownButton {
  background-size: 30px;
  background-position: 40% 40%;
  background-repeat: no-repeat;
}
.widget-stepperContainer.horizontal .stepperUpButton {
  background-image: url('https://static.purplemash.com/images/diyjs/right_purple.png');
  right: 0;
  left: auto;
}
.widget-stepperContainer.horizontal .stepperDownButton {
  background-image: url('https://static.purplemash.com/images/diyjs/left_purple.png');
  left: 0;
  margin-left: 0;
}
.widget-stepperContainer.horizontalsmall {
  width: 140px;
  height: 60px;
  margin-top: 3px;
  display: inline-block;
}
.widget-stepperContainer.horizontalsmall .stepperField {
  top: 0;
  width: auto;
  margin-left: 45px;
  margin-right: 50px;
}
.widget-stepperContainer.horizontalsmall .stepperUpButton,
.widget-stepperContainer.horizontalsmall .stepperDownButton {
  background-size: 25px;
  background-position: 40% 40%;
  background-repeat: no-repeat;
}
.widget-stepperContainer.horizontalsmall .stepperUpButton {
  background-image: url('https://static.purplemash.com/images/diyjs/right_purple.png');
  right: 0;
  left: auto;
}
.widget-stepperContainer.horizontalsmall .stepperDownButton {
  background-image: url('https://static.purplemash.com/images/diyjs/left_purple.png');
  left: 0;
  margin-left: 0;
}
.widget-timerStepperContainer .widget-timerStepperContainer_row1 {
  margin: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.widget-timerStepperContainer .widget-timerStepperContainer_row2 {
  margin-left: 30px;
}
.widget-timerStepperContainer .stepperField {
  display: inline-block;
  width: 8em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  background-color: white;
  font-size: 1.5em;
  margin-right: 15px;
}
.widget-timerStepperContainer .stepperField.disabled {
  color: white;
  background-color: #9e9e9e;
}
.widget-timerStepperContainer .clock-countdown {
  margin-right: 15px;
}
.widget-timerStepperContainer .stepperUpButton {
  background-color: #4CAF50;
}
.widget-timerStepperContainer .stepperDownButton {
  background-color: #F44336;
}
.widget-timerStepperContainer .stepperUpButton,
.widget-timerStepperContainer .stepperDownButton {
  border: none;
  color: white;
  width: 1em;
  height: 1em;
  font-size: 2em;
  line-height: 1;
  border-radius: 4px;
  margin-right: 5px;
  padding: 0;
}
.widget-timerStepperContainer .stepperUpButton span,
.widget-timerStepperContainer .stepperDownButton span {
  position: relative;
  top: -0.055em;
}
.widget-timerStepperContainer .stepperUpButton:disabled,
.widget-timerStepperContainer .stepperDownButton:disabled {
  background-color: #9e9e9e;
}
.widget-timerStepperContainer #stepperField_disable-checkbox {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.widget-timerStepperContainer label[for="stepperField_disable-checkbox"]:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 2em;
  height: 2em;
  background-color: white;
  border: 1px solid #9e9e9e;
  margin-left: calc((50px / 2) - (2em / 2) - 1px);
  margin-right: calc((50px / 2) - (2em / 2) - 1px + 15px);
}
.widget-timerStepperContainer :checked + label[for="stepperField_disable-checkbox"]:before {
  background-image: url('https://static.purplemash.com/images/diyjs/tick.svg');
  background-repeat: no-repeat;
  color: #4CAF50;
}
.popup.dragdealercontainer {
  overflow: hidden;
}
.popup.dragdealercontainer .image-carousel.dragdealer {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  left: 10px;
}
.popup.dragdealercontainer.leftRightButtons .image-carousel.dragdealer {
  left: 24px;
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle {
  height: 100%;
  border-radius: 0;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(200px);
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle .slide {
  float: left;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background: transparent;
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle .slide .imageslide {
  float: left;
  border-style: solid;
  border-color: #dddddc;
  border-width: 5px;
  opacity: 0.3;
  box-sizing: border-box;
  position: relative;
  filter: grayscale(60%);
  cursor: pointer;
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle .slide .imageslide:not(.disabled):hover {
  opacity: 0.6;
  filter: none;
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle .slide p.imagelabel {
  position: absolute;
  bottom: 4px;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  left: 0;
}
.popup.dragdealercontainer .image-carousel.dragdealer .handle .slide .imageslide.selected {
  border-color: yellow;
  opacity: 1;
  filter: none;
}
.popup.dragdealercontainer .image-carousel-button {
  position: absolute;
  top: 50%;
  margin-top: -38px;
  width: 50px;
  height: 50px;
  background: none;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  border: none !important;
}
.popup.dragdealercontainer .image-carousel-button:disabled {
  opacity: 0.4;
}
.popup.dragdealercontainer .image-carousel-button:hover {
  background-color: none !important;
}
.popup.dragdealercontainer .image-carousel-button:focus {
  border: none !important;
  outline: none !important;
}
.popup.dragdealercontainer .image-carousel-button.image-carousel-left {
  left: 5px;
  background: url('https://static.purplemash.com/images/diyjs/arrow-left.png') !important;
}
.popup.dragdealercontainer .image-carousel-button.image-carousel-right {
  right: 5px;
  background: url('https://static.purplemash.com/images/diyjs/arrow-right.png') !important;
}
.pmDialog .ui-dialog-buttonpane p.imageSliderLabel {
  flex: 1;
  display: inline-block;
  font-size: 140%;
  text-align: center;
}
.widget-switchContainer {
  width: 120px;
  height: 75px;
  margin: 30px;
}
.widget-switchContainer p.switchLabel {
  bottom: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: larger;
}
.widget-switchContainer button.buttonOff,
.widget-switchContainer button.buttonOn {
  float: left;
  width: 50px;
  height: 50px;
  border: none;
  background-color: transparent;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  opacity: 0.275;
}
.widget-switchContainer button.buttonOn:disabled,
.widget-switchContainer button.buttonOff:disabled {
  opacity: 1;
}
.widget-switchContainer.clockUpDown button.buttonOn {
  background-image: url('https://static.purplemash.com/images/diyjs/clockUp.png');
}
.widget-switchContainer.clockUpDown button.buttonOff {
  background-image: url('https://static.purplemash.com/images/diyjs/clockDown.png');
}
/* the timer views (play) mode */
.widget-playtimerpicker {
  color: white;
  font-size: 18px;
  position: absolute;
}
.widget-playtimerpicker.widget-playtimerpickerbar {
  position: absolute;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickervbar {
  /* some defaults */
  top: 10px;
  left: 10px;
  bottom: 20px;
  width: 70px;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickerhbar {
  /* some defaults */
  top: 10px;
  left: 10px;
  right: 20px;
  height: 50px;
}
.widget-playtimerpicker.widget-playtimerpickerbar .timeBar {
  background: #aaaaaa;
  position: absolute;
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  border: 1px solid #666666;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickerhbar .timeBar {
  height: 30px;
  top: 0;
  left: 70px;
  right: 10px;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickervbar .timeBar {
  bottom: 0px;
  top: 30px;
  left: 7px;
  width: 30px;
}
.widget-playtimerpicker.widget-playtimerpickerbar .timeBar .timeBarInner {
  position: absolute;
  -webkit-transform: translateZ(0);
  border-radius: 2px;
  -webkit-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  background: #31B404;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickervbar .timeBar .timeBarInner {
  left: 2px;
  right: 1px;
  bottom: 2px;
}
.widget-playtimerpicker.widget-playtimerpickerbar.widget-playtimerpickerhbar .timeBar .timeBarInner {
  left: 2px;
  top: 2px;
  bottom: 1px;
}
.widget-playtimerpicker.widget-playtimerpickerbar .timeBar .timeBarInner.timerbar67 {
  background: #FACC2E;
}
.widget-playtimerpicker.widget-playtimerpickerbar .timeBar .timeBarInner.timerbar100 {
  background: #DF0101;
}
/* the timer picker object in the intro screen */
.widget-tooltipdialog .tooltipcontents .timerpicker {
  width: 500px;
  height: 200px;
  margin-top: 70px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker.useMessages {
  height: 250px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker.useMessages {
  height: 370px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerMessage {
  position: absolute;
  width: 100%;
  height: 40px;
  display: block;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerLabel {
  position: relative;
  top: 76px;
  left: 148px;
  font-size: 25px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerMessage.timerMessageTimeOut {
  top: 200px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerMessage.timerMessageWellDone {
  top: 256px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerMessage span {
  position: absolute;
  left: 10px;
  width: 180px;
  top: 18px;
  font-size: 16px;
}
.widget-tooltipdialog .tooltipcontents .timerpicker .timerMessage input[type="text"] {
  padding: 6px;
  position: absolute;
  left: 200px;
  top: 10px;
  font-size: 16px;
}


@font-face{font-family:"Dot Matrix";font-weight:400;font-style:normal;font-display:block;src:url("https://static.purplemash.com/fonts/dot-matrix/dotmatrix.woff2") format("woff2"),url("https://static.purplemash.com/fonts/dot-matrix/dotmatrix.ttf") format("truetype")}@font-face{src:url("https://static.purplemash.com/fonts/bauhaus/bauhs93.woff2") format("woff2");font-family:"Bauhaus"}@font-face{src:url("https://static.purplemash.com/fonts/jokerman/jokerman.woff2") format("woff2");font-family:"Jokerman"}@font-face{src:url("https://static.purplemash.com/fonts/baskerville/baskvill.woff2") format("woff2");font-family:"Baskerville"}@font-face{src:url("https://static.purplemash.com/fonts/abc/abc_junior_dot_line.woff2") format("woff2");font-family:"ABC Junior Dot Line"}@font-face{src:url("https://static.purplemash.com/fonts/abc/abc_junior_dot.woff2") format("woff2");font-family:"ABC Junior Dot"}@font-face{src:url("https://static.purplemash.com/fonts/abc/abc_junior_line.woff2") format("woff2");font-family:"ABC Junior Line"}@font-face{src:url("https://static.purplemash.com/fonts/abc/abc_junior_plain.woff2") format("woff2");font-family:"ABC Junior Plain"}@font-face{src:url("https://static.purplemash.com/fonts/abc/abc_junior_typing.woff2") format("woff2");font-family:"ABC Junior Typing"}@font-face{src:url("https://static.purplemash.com/fonts/breakthrough/breakthrough.woff2") format("woff2");font-family:"Breakthrough"}@font-face{src:url("https://static.purplemash.com/fonts/impact/impact.woff2") format("woff2");font-family:"Impact"}@font-face{src:url("https://static.purplemash.com/fonts/teachers-pet/teachers-pet.woff2") format("woff2");font-family:"Teachers Pet"}@font-face{src:url("https://static.purplemash.com/fonts/tahoma/tahoma.woff2") format("woff2");font-family:"Tahoma"}@font-face{src:url("https://static.purplemash.com/fonts/palatino-linotype/palatino-linotype.woff2") format("woff2");font-family:"Palatino Linotype"}@font-face{src:url("https://static.purplemash.com/fonts/calibri/calibri.woff2") format("woff2");font-family:"Calibri"}@font-face{src:url("https://static.purplemash.com/fonts/bradley-hand/bradley-hand-italic.woff2") format("woff2");font-family:"Bradley Hand"}@font-face{src:url("https://static.purplemash.com/fonts/book-antiqua/book-antiqua.woff2") format("woff2");font-family:"Book Antiqua"}@font-face{src:url("https://static.purplemash.com/fonts/courier/courier.woff2") format("woff2");font-family:"Courier"}@font-face{font-family:"PoppinsEdited";src:url("https://static.purplemash.com/fonts/minimash/Poppins-edited.woff2") format("woff2")}@font-face{src:url("https://static.purplemash.com/fonts/i-am-the-crayon-master/IAmTheCrayonMaster.woff2") format("woff2");font-family:"Crayon"}@font-face{font-family:"Nunito";src:url("https://static.purplemash.com/fonts/nunito/Nunito-Regular.woff2") format("woff2");font-weight:400;font-style:normal}@font-face{font-family:"Nunito";src:url("https://static.purplemash.com/fonts/nunito/Nunito-Italic.woff2") format("woff2");font-weight:400;font-style:italic}@font-face{font-family:"Nunito";src:url("https://static.purplemash.com/fonts/nunito/Nunito-Bold.woff2") format("woff2");font-weight:700;font-style:normal}@font-face{font-family:"Nunito";src:url("https://static.purplemash.com/fonts/nunito/Nunito-BoldItalic.woff2") format("woff2");font-weight:700;font-style:italic}@font-face{font-family:"Nunito";src:url("https://static.purplemash.com/fonts/nunito/Nunito-Black.woff2") format("woff2");font-weight:900;font-style:normal}@font-face{font-family:"Nunito";src:url("https://static.purplemash.com/fonts/nunito/Nunito-BlackItalic.woff2") format("woff2");font-weight:900;font-style:italic}@font-face{font-family:"SFDigitalReadout";src:url("https://static.purplemash.com/fonts/minimash/SFDigitalReadout-Medium.woff2") format("woff2")}@font-face{font-family:"Muli";src:url("https://static.purplemash.com/fonts/muli/Muli-Regular.woff2") format("woff2")}@font-face{font-family:"CursiveJoin";src:url("https://static.purplemash.com/fonts/linkpen/Linkpen 2b Join.woff2") format("woff2")}.contextual-ligatures{font-variant-ligatures:contextual;font-feature-settings:"calt" 1}@font-face{font-family:"CursivePrint";src:url("https://static.purplemash.com/fonts/linkpen/Linkpen 2b Print.woff2") format("woff2")}@font-face{font-family:"PalanquinWesternSubset";src:url("https://static.purplemash.com/fonts/palanquin/palanquin-bold-western-subset.woff2") format("woff2");font-weight:700}@font-face{font-family:"PalanquinDark";src:url("https://static.purplemash.com/fonts/palanquin/palanquindark-semibold-western-subset.woff2") format("woff2");font-weight:600}@font-face{font-family:"Rajdhani";src:url("https://static.purplemash.com/fonts/rajdhani/rajdhani-light.woff2") format("woff2")}@font-face{font-family:"Rajdhani";src:url("https://static.purplemash.com/fonts/rajdhani/rajdhani-regular.woff2") format("woff2")}@font-face{font-family:"Rajdhani";src:url("https://static.purplemash.com/fonts/rajdhani/rajdhani-medium.woff2") format("woff2")}@font-face{font-family:"Rajdhani";src:url("https://static.purplemash.com/fonts/rajdhani/rajdhani-semibold.woff2") format("woff2")}@font-face{font-family:"Rajdhani";src:url("https://static.purplemash.com/fonts/rajdhani/rajdhani-bold.woff2") format("woff2")}@font-face{font-family:"DaysOne-Regular";src:url("https://static.purplemash.com/fonts/DaysOne-Regular.ttf") format("truetype")}@font-face{font-family:"Mulish";src:url("https://static.purplemash.com/fonts/mulish/Mulish-VariableFont_wght.ttf") format("truetype")}@font-face{font-family:"OpenDyslexic";src:url("https://static.purplemash.com/fonts/open-dyslexic/OpenDyslexic-Regular.woff2") format("woff2");font-weight:normal;font-style:normal}@font-face{font-family:"OpenDyslexic";src:url("https://static.purplemash.com/fonts/open-dyslexic/OpenDyslexic-Bold.woff2") format("woff2");font-weight:bold;font-style:normal}@font-face{font-family:"OpenDyslexic";src:url("https://static.purplemash.com/fonts/open-dyslexic/OpenDyslexic-Italic.woff2") format("woff2");font-weight:normal;font-style:italic}@font-face{font-family:"OpenDyslexic";src:url("https://static.purplemash.com/fonts/open-dyslexic/OpenDyslexic-BoldItalic.woff2") format("woff2");font-weight:bold;font-style:italic}@font-face{font-family:"DS-Digital";src:url("https://static.purplemash.com/fonts/ds-digi/ds-digi.ttf") format("truetype")}@font-face{font-family:"orbitron";src:url("https://static.purplemash.com/fonts/orbitron/Orbitron-Bold.ttf") format("truetype")}@font-face{font-family:"Poppins";src:url("https://static.purplemash.com/fonts/poppins/Poppins-Black.ttf") format("truetype")}@font-face{font-family:"Aravis";src:url("https://static.purplemash.com/fonts/aravis/Aravis-Black.woff2") format("woff2");font-weight:900;font-style:normal}@font-face{font-family:"Aravis";src:url("https://static.purplemash.com/fonts/aravis/Aravis-Bold.woff2") format("woff2");font-weight:700;font-style:normal}@font-face{font-family:"Aravis";src:url("https://static.purplemash.com/fonts/aravis/Aravis-BoldItalic.woff2") format("woff2");font-weight:700;font-style:italic}@font-face{font-family:"Aravis";src:url("https://static.purplemash.com/fonts/aravis/Aravis-Italic.woff2") format("woff2");font-weight:400;font-style:italic}@font-face{font-family:"Aravis";src:url("https://static.purplemash.com/fonts/aravis/Aravis-light.woff2") format("woff2");font-weight:300;font-style:normal}@font-face{font-family:"Aravis";src:url("https://static.purplemash.com/fonts/aravis/Aravis-Medium.woff2") format("woff2");font-weight:500;font-style:normal}@font-face{font-family:"Aravis";src:url("https://static.purplemash.com/fonts/aravis/Aravis-Regular.woff2") format("woff2");font-weight:400;font-style:normal}body{--scrollbar-color: auto}body.firefox{--scrollbar-color: var(--theme-300) transparent}.itemsView .outcomesList .outcome,table.pdf .outcomesList .outcome{min-width:20px;font-size:12px;color:#fff;display:inline-block;border-radius:10px;margin:1px;padding:2px;padding-left:4px;padding-right:4px;text-align:center;border:1px solid #333}.itemsView .outcomesList .outcome.outcome-unset,table.pdf .outcomesList .outcome.outcome-unset{background:#bbb}.itemsView .outcomesList .outcome.outcome-multiple,table.pdf .outcomesList .outcome.outcome-multiple{background:#8a5895}.itemsView .outcomesList .outcome.outcome-1,table.pdf .outcomesList .outcome.outcome-1{background:#d82539}.itemsView .outcomesList .outcome.outcome-2,table.pdf .outcomesList .outcome.outcome-2{background:#f29c22}.itemsView .outcomesList .outcome.outcome-3,table.pdf .outcomesList .outcome.outcome-3{background:#43b96a}.itemsView .outcomesList .outcome:first-child,table.pdf .outcomesList .outcome:first-child{margin-left:0}.itemsView .outcomesList .outcome:last-child,table.pdf .outcomesList .outcome:last-child{margin-right:0}.itemsView a.outcomesList span.outcome:nth-child(5){margin-left:109px}.pm-modal.objectivesView .objectivesList{height:440px;margin-bottom:10px;overflow-y:auto}.pm-modal.objectivesView .objectivesList .objective-group{border:1px solid #8e24aa;border-radius:5px;padding:5px}.pm-modal.objectivesView .objectivesList .objective-group:not(:first-child){margin-top:5px}.pm-modal.objectivesView .objectivesList .objective-group .header{margin:7px;margin-top:10px}.pm-modal.objectivesView .objectivesList .objective-group .header>span{border-right:1px solid gray;padding-right:17px;padding-left:17px;display:inline-block;min-width:25px}.pm-modal.objectivesView .objectivesList .objective-group .header>span:first-child{padding-left:0;min-width:130px}.pm-modal.objectivesView .objectivesList .objective-group .header>span:last-child{border:none}.pm-modal.objectivesView .objectivesList .objective-group .objective{box-sizing:border-box;display:flex;padding:3px;position:relative}.pm-modal.objectivesView .objectivesList .objective-group .objective .description{flex:1;background:#f3e5f5;color:#000;margin-top:7px;min-height:28px;margin-bottom:7px;border-radius:8px;padding:5px;background:rgba(0,0,0,0);border:1px solid #8e24aa;border-radius:5px;margin-bottom:0;margin-right:15px;margin-top:0}.pm-modal.objectivesView .button-bar{display:flex}.pm-modal.objectivesView span.multiple-key{color:#555}.pm-modal.objectivesView button.delete{width:26px;height:26px;cursor:pointer;background:#fff;border:1px solid #757575;border-radius:5px;box-sizing:border-box}.pm-modal.objectivesView button.delete:after{content:"×";color:#757575;position:absolute;left:5px;font-size:24px;top:4px;line-height:24px}.pm-modal.objectivesView button.delete:hover{background:hsl(0,0%,95%)}.pm-modal.objectivesView button.delete:after{top:-1px}.pm-modal.objectivesView .objective{align-items:center}.pm-modal.objectivesView .objective .toggle{max-width:320px;display:flex}.pm-modal.objectivesView .objective .toggle div{align-items:center;border-radius:10px;border:1px solid #8e24aa;display:flex;flex:1;justify-content:center;margin-right:1%;padding:7px 8px;text-align:center}.pm-modal.objectivesView .objective .toggle div span{max-width:85px;overflow:hidden;text-overflow:ellipsis}.pm-modal.objectivesView .objective .toggle div:hover,.pm-modal.objectivesView .objective .toggle div:active{outline:none}.pm-modal.objectivesView .objective .toggle div:hover{color:#fff}.pm-modal.objectivesView .objective .toggle div:hover[data-val="1"]{background-color:#d82539 !important}.pm-modal.objectivesView .objective .toggle div:hover[data-val="2"]{background-color:#f29c22 !important}.pm-modal.objectivesView .objective .toggle div:hover[data-val="3"]{background-color:#43b96a !important}.pm-modal.objectivesView .objective .toggle div.selected{color:#fff}.pm-modal.objectivesView .objective .toggle div.selected[data-val="1"]{background-color:#d82539 !important}.pm-modal.objectivesView .objective .toggle div.selected[data-val="2"]{background-color:#f29c22 !important}.pm-modal.objectivesView .objective .toggle div.selected[data-val="3"]{background-color:#43b96a !important}.pm-modal.objectivesView .objective.multiple .toggle button{background-color:#aba6a6}.pm-modal.objectivesView .pm-modal_body{height:494px}.pm-modal.objectivesView .objectives-select{height:450px}.pm-modal.objectivesView .objectives-select .objectiveSelection{display:flex}.pm-modal.objectivesView .objectives-select .objectiveSelection .pm-select{flex:1;margin:0 !important}.pm-modal.objectivesView .objectives-select .objectiveSelection .pm-select:not(:first-child){margin-left:5px !important}.pm-modal.objectivesView .objectives-select .objectives-list-inner{border:1px solid #8e24aa !important;border-radius:10px;height:395px;margin-top:10px;padding:0 5px}.pm-modal.objectivesView .objectives-select .objectives-list-inner .objective-checkbox-card{background:rgba(0,0,0,0) !important;border:1px solid #8e24aa !important}.addObjectivesView .objectiveSelection>div,.objectives-select .objectiveSelection>div{display:flex;margin-top:4px;margin-bottom:4px}.addObjectivesView .objectiveSelection>div label,.objectives-select .objectiveSelection>div label{width:110px;margin-top:7px;display:inline-block}.addObjectivesView .objectiveSelection>div .selectContainer,.objectives-select .objectiveSelection>div .selectContainer{flex:1}.addObjectivesView .objectiveSelection>div .selectContainer select,.objectives-select .objectiveSelection>div .selectContainer select{width:100%}.addObjectivesView .objectiveSelection .selectContainer,.objectives-select .objectiveSelection .selectContainer{display:inline-block;border:1px solid #757575;position:relative;height:35px;cursor:pointer;background:#272121;min-width:500px}.addObjectivesView .objectiveSelection .selectContainer select,.objectives-select .objectiveSelection .selectContainer select{color:#000;padding-left:5px;background:rgba(0,0,0,0);border:none !important;outline:none !important;outline-color:rgba(0,0,0,0) !important;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;position:relative;height:100%;padding-right:40px;font:inherit;font-size:16px;cursor:pointer}.addObjectivesView .objectiveSelection .selectContainer select::-ms-expand,.objectives-select .objectiveSelection .selectContainer select::-ms-expand{display:none}.addObjectivesView .objectiveSelection .selectContainer select>option,.objectives-select .objectiveSelection .selectContainer select>option{font:inherit;font-size:16px;color:#000 !important}.addObjectivesView .objectiveSelection .selectContainer select>option:is([disabled=disabled]),.objectives-select .objectiveSelection .selectContainer select>option:is([disabled=disabled]){background-color:#90caf9}.addObjectivesView .objectiveSelection .selectContainer:after,.objectives-select .objectiveSelection .selectContainer:after{background-size:217px 30px;background-image:url("https://static.purplemash.com/images/frontscreenv3/icons/design_system/arrow_down.svg");height:30px;width:30px;background-position:-62px 0;content:"";width:35px;border-left:1px solid #757575;height:100%;position:absolute;top:0;right:0;background-position-y:2px;pointer-events:none}.addObjectivesView p.info,.objectives-select p.info{position:absolute;bottom:10px}.addObjectivesView .strand-title,.objectives-select .strand-title{font-weight:bold}.addObjectivesView .objectivesList,.objectives-select .objectivesList{height:calc(100% - 175px);overflow:auto;scrollbar-color:var(--scrollbar-color);scrollbar-width:auto}.addObjectivesView .objectivesList::-webkit-scrollbar,.objectives-select .objectivesList::-webkit-scrollbar{background:rgba(0,0,0,0) !important;height:14px}.addObjectivesView .objectivesList::-webkit-scrollbar-track,.objectives-select .objectivesList::-webkit-scrollbar-track{-webkit-box-shadow:none;background:rgba(0,0,0,0) !important}.addObjectivesView .objectivesList::-webkit-scrollbar-thumb,.objectives-select .objectivesList::-webkit-scrollbar-thumb{border-radius:8px;outline:none;background-color:var(--theme-300)}.addObjectivesView .objectivesList::-webkit-scrollbar-thumb:hover,.objectives-select .objectivesList::-webkit-scrollbar-thumb:hover{background-color:var(--theme-600)}.addObjectivesView .objectivesList::-webkit-scrollbar,.objectives-select .objectivesList::-webkit-scrollbar{width:14px}.addObjectivesView .objectivesList p.noObjectives,.objectives-select .objectivesList p.noObjectives{text-align:center;margin-top:105px;font-style:italic;color:#888}.addObjectivesView .objectivesList .objective,.addObjectivesView .objectivesList .objective-checkbox-card,.objectives-select .objectivesList .objective,.objectives-select .objectivesList .objective-checkbox-card{flex:1;background:#f3e5f5;color:#000;margin-top:7px;min-height:28px;margin-bottom:7px;border-radius:8px;padding:5px;align-items:center;display:flex;justify-content:space-between;position:relative}.addObjectivesView .objectivesList .objective .objective-checkbox,.addObjectivesView .objectivesList .objective-checkbox-card .objective-checkbox,.objectives-select .objectivesList .objective .objective-checkbox,.objectives-select .objectivesList .objective-checkbox-card .objective-checkbox{display:flex}.addObjectivesView .objectivesList .objective .description,.addObjectivesView .objectivesList .objective .objective-description,.addObjectivesView .objectivesList .objective-checkbox-card .description,.addObjectivesView .objectivesList .objective-checkbox-card .objective-description,.objectives-select .objectivesList .objective .description,.objectives-select .objectivesList .objective .objective-description,.objectives-select .objectivesList .objective-checkbox-card .description,.objectives-select .objectivesList .objective-checkbox-card .objective-description{margin-right:15px}.addObjectivesView button.addObjectives,.objectives-select button.addObjectives{bottom:5px;right:5px;position:absolute}.addObjectivesView.tablet .objectiveSelection>div,.objectives-select.tablet .objectiveSelection>div{margin:5px}.personalise-outcomes{display:flex;flex-direction:column;height:494px}.personalise-outcomes p{margin-bottom:20px}.personalise-outcomes select{padding:3px;margin-left:15px;width:260px}.personalise-outcomes .button-bar{margin-top:auto;display:flex;justify-content:space-between}.personalise-outcomes .inputContainer{display:inline;position:relative}.personalise-outcomes .inputContainer input.judgement{min-width:230px;padding:4px;padding-right:22px;text-align:center;outline:none;margin-left:15px}.personalise-outcomes label.input{min-width:150px;display:inline-block}.personalise-outcomes span.outcome{height:20px;width:20px;border-radius:50%;color:#fff;display:inline-block;text-align:center;box-sizing:border-box;vertical-align:middle}.personalise-outcomes span.outcome.outcome-1{background:#d82539}.personalise-outcomes span.outcome.outcome-2{background:#f29c22}.personalise-outcomes span.outcome.outcome-3{background:#43b96a}

@keyframes emoticon_animation_0_25{from{opacity:.6;background-position-x:0;background-position-y:0px}to{opacity:1;background-position-x:-750px;background-position-y:0px}}@keyframes emoticon_animation_1_24{from{opacity:.6;background-position-x:0;background-position-y:-30px}to{opacity:1;background-position-x:-720px;background-position-y:-30px}}@keyframes emoticon_animation_2_20{from{opacity:.6;background-position-x:0;background-position-y:-60px}to{opacity:1;background-position-x:-600px;background-position-y:-60px}}@keyframes emoticon_animation_3_20{from{opacity:.6;background-position-x:0;background-position-y:-90px}to{opacity:1;background-position-x:-600px;background-position-y:-90px}}@keyframes emoticon_animation_4_20{from{opacity:.6;background-position-x:0;background-position-y:-120px}to{opacity:1;background-position-x:-600px;background-position-y:-120px}}@keyframes emoticon_animation_5_20{from{opacity:.6;background-position-x:0;background-position-y:-150px}to{opacity:1;background-position-x:-600px;background-position-y:-150px}}@keyframes emoticon_animation_6_20{from{opacity:.6;background-position-x:0;background-position-y:-180px}to{opacity:1;background-position-x:-600px;background-position-y:-180px}}@keyframes emoticon_animation_7_20{from{opacity:.6;background-position-x:0;background-position-y:-210px}to{opacity:1;background-position-x:-600px;background-position-y:-210px}}@keyframes emoticon_animation_8_14{from{opacity:.6;background-position-x:0;background-position-y:-240px}to{opacity:1;background-position-x:-420px;background-position-y:-240px}}@media screen{*[contenteditable] img.emoticon,.play-emoticons img.emoticon,.commentView .noteContents img.emoticon,img.emoticon.play{cursor:pointer;animation-delay:.75s}*[contenteditable] img.emoticon[data-name=smile],.play-emoticons img.emoticon[data-name=smile],.commentView .noteContents img.emoticon[data-name=smile],img.emoticon.play[data-name=smile]{animation:emoticon_animation_0_25 1s steps(25) 1}*[contenteditable] img.emoticon[data-name=thumbsup],.play-emoticons img.emoticon[data-name=thumbsup],.commentView .noteContents img.emoticon[data-name=thumbsup],img.emoticon.play[data-name=thumbsup]{animation:emoticon_animation_1_24 1s steps(24) 1}*[contenteditable] img.emoticon[data-name=star1],.play-emoticons img.emoticon[data-name=star1],.commentView .noteContents img.emoticon[data-name=star1],img.emoticon.play[data-name=star1]{animation:emoticon_animation_2_20 1s steps(20) 1}*[contenteditable] img.emoticon[data-name=star2],.play-emoticons img.emoticon[data-name=star2],.commentView .noteContents img.emoticon[data-name=star2],img.emoticon.play[data-name=star2]{animation:emoticon_animation_3_20 1s steps(20) 1}*[contenteditable] img.emoticon[data-name=star3],.play-emoticons img.emoticon[data-name=star3],.commentView .noteContents img.emoticon[data-name=star3],img.emoticon.play[data-name=star3]{animation:emoticon_animation_4_20 1s steps(20) 1}*[contenteditable] img.emoticon[data-name=star4],.play-emoticons img.emoticon[data-name=star4],.commentView .noteContents img.emoticon[data-name=star4],img.emoticon.play[data-name=star4]{animation:emoticon_animation_5_20 1s steps(20) 1}*[contenteditable] img.emoticon[data-name=star5],.play-emoticons img.emoticon[data-name=star5],.commentView .noteContents img.emoticon[data-name=star5],img.emoticon.play[data-name=star5]{animation:emoticon_animation_6_20 1s steps(20) 1}*[contenteditable] img.emoticon[data-name=cup],.play-emoticons img.emoticon[data-name=cup],.commentView .noteContents img.emoticon[data-name=cup],img.emoticon.play[data-name=cup]{animation:emoticon_animation_7_20 1s steps(20) 1}*[contenteditable] img.emoticon[data-name=tick],.play-emoticons img.emoticon[data-name=tick],.commentView .noteContents img.emoticon[data-name=tick],img.emoticon.play[data-name=tick]{animation:emoticon_animation_8_14 1s steps(14) 1}img.emoticon.play{animation-delay:0s}}

