/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/Scene/NoScene.scss ***!
  \************************************************************************************************************************************/
.no-scene-container {
  min-height: 30em;
}
/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/Scene/Scene.scss ***!
  \**********************************************************************************************************************************/
.h5p-escaperoom-editor .scene-container {
  position: relative;
  min-height: 20em;
}
.h5p-escaperoom-editor .nav-button:active {
  border: none;
}
.h5p-escaperoom-editor .scene-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.8;
  z-index: 1;
  border: 0;
  cursor: pointer;
}
/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/EditingDialog/EditingDialog.scss ***!
  \**************************************************************************************************************************************************/
.h5p-editing-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.h5p-editing-dialog {
  background: white;
  position: relative;
  left: 50%;
  top: 4em;
  transform: translateX(-50%);
  width: calc(100% - 3em);
  max-width: 918px;
  display: flex;
  flex-direction: column;
}

.h5peditor-semi-fullscreen .h5p-editing-dialog {
  top: 1.5em;
}

.h5p-editing-dialog-header {
  padding: 0.75em 0.75em 0.75em 1.75em;
  border-bottom: 1px solid #e3e3e3;
  display: flex;
  flex-shrink: 0;
}
.h5p-editing-dialog-header .title {
  flex: 1;
  font-size: 1.125em;
  align-self: center;
}
.h5p-editing-dialog-header .title:before {
  margin-right: 0.75em;
  font-size: 1.25em;
  vertical-align: text-bottom;
}
.h5p-editing-dialog-header button {
  font-size: 0.875em;
  padding: 0.75em 2em;
  background: none;
  border: none;
  cursor: pointer;
}
.h5p-editing-dialog-header button:not(:first-of-type) {
  margin-left: 0.5em;
}
.h5p-editing-dialog-header .remove-button {
  color: #a00;
}
.h5p-editing-dialog-header .remove-button:hover {
  color: #e40000;
}
.h5p-editing-dialog-header .done-button {
  color: #fff;
  background: -webkit-linear-gradient(top, #5A94D3 0, #3673B5 100%);
  background: -moz-linear-gradient(top, #5A94D3 0, #3673B5 100%);
  background: -ms-linear-gradient(top, #5A94D3 0, #3673B5 100%);
  background: -o-linear-gradient(top, #5A94D3 0, #3673B5 100%);
  border-color: #20588F;
}
.h5p-editing-dialog-header .done-button:hover {
  background: #3275bc;
  background: -webkit-linear-gradient(top, #3275bc 0, #285585 100%);
  background: -moz-linear-gradient(top, #3275bc 0, #285585 100%);
  background: -ms-linear-gradient(top, #3275bc 0, #285585 100%);
  background: -o-linear-gradient(top, #3275bc 0, #285585 100%);
}

.h5p-editing-dialog-body {
  padding: 1.75em;
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/ControlBar/SceneSelector/Row/SceneRow.scss ***!
  \************************************************************************************************************************************************************/
.h5p-scene-row {
  padding: 0.625em;
  border: 1px solid #e0dede;
  border-bottom-width: 0;
  display: flex;
}
.h5p-scene-row .scene-selector-submenu {
  display: none;
}
.h5p-scene-row.marked-scene {
  background-color: #ddf0dd;
  border-color: #72c967;
  border-bottom-width: 1px;
}
.h5p-scene-row.marked-scene:hover {
  background-color: #bacdba;
  border-color: #5baa55;
}
.h5p-scene-row.marked-scene.checked:after {
  font-family: "H5PFontAwesome4", sans-serif;
  content: "\f00c";
  font-size: 1.5em;
  align-self: center;
  margin-right: 0.5em;
  color: #2c611a;
}
.h5p-scene-row.no-top-border {
  border-top: none;
}
.h5p-scene-row:hover {
  background-color: #f5f5f5;
  border-color: #e0dede;
  cursor: pointer;
}
.h5p-scene-row:hover .scene-selector-submenu {
  display: block;
}
.h5p-scene-row:hover .h5p-scene-name {
  text-decoration: underline;
}
.h5p-scene-row:active {
  background-color: #e8e8e8;
  border-color: #e0dede;
}
.h5p-scene-row .thumbnail-wrapper {
  display: flex;
  position: relative;
  width: 2.7em;
  height: 2.1em;
}
.h5p-scene-row .thumbnail-wrapper:before {
  font-family: "360-image";
  content: "\e90b";
  position: absolute;
  background: white;
  left: 0.2em;
  top: 0.1em;
  transform: translate(-50%, -50%);
  font-size: 0.9em;
}
.h5p-scene-row .thumbnail-wrapper .scene-thumbnail {
  width: 100%;
  align-self: center;
}
.h5p-scene-row .thumbnail-wrapper .scene-thumbnail.vertical {
  height: 100%;
  width: auto;
}
.h5p-scene-row.three-sixty .thumbnail-wrapper:before {
  content: "\e902";
}
.h5p-scene-row .scene-wrapper {
  flex: 1;
  display: inline-block;
  margin: 0 0.75em;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
}
.h5p-scene-row .scene-wrapper .h5p-scene-name {
  font-size: 0.9em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.h5p-scene-row .scene-wrapper .starting-scene {
  font-size: 0.7em;
  font-style: italic;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/EditingDialog/GoToScene/Selector/GoToSceneSelector.scss ***!
  \*************************************************************************************************************************************************************************/
.go-to-scene-selector .go-to-scene-selector-title {
  padding-bottom: 1.5em;
  font-weight: bold;
}
.go-to-scene-selector .h5p-scene-row {
  cursor: pointer;
}
.go-to-scene-selector .h5p-scene-row:last-of-type {
  border-bottom-width: 1px;
}
.go-to-scene-selector .h5p-scene-list {
  max-height: 20em;
  overflow: auto;
  padding: 1px;
}
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/EditingDialog/GoToScene/Selector/GoToScene.scss ***!
  \*****************************************************************************************************************************************************************/
.go-to-scene {
  margin-top: 2em;
}
.go-to-scene.has-error .error-message {
  display: block;
}
.go-to-scene .error-message {
  display: none;
  padding: 0.5em 0;
  color: darkred;
}
.go-to-scene .selector-separator {
  font-weight: bold;
  padding: 1.25em 0;
}
.go-to-scene .new-scene-title {
  font-weight: bold;
  margin-bottom: 0.75em;
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/EditingDialog/InteractionEditor.scss ***!
  \******************************************************************************************************************************************************/
.h5p-editing-dialog-body .field.library .libwrap {
  margin-top: 0;
}
.h5p-editing-dialog-body .field-name-nextSceneId {
  display: none;
}
.h5p-editing-dialog-body .semantics-wrapper.go-to-scene {
  margin-top: 0;
}
.h5p-editing-dialog-body .semantics-wrapper.go-to-scene .library {
  display: none;
}
.h5p-editing-dialog-body .semantics-wrapper .library .h5p-audio-editor .field-name-playerMode, .h5p-editing-dialog-body .semantics-wrapper .library .h5p-audio-editor .field-name-fitToWrapper, .h5p-editing-dialog-body .semantics-wrapper .library .h5p-audio-editor .field-name-controls, .h5p-editing-dialog-body .semantics-wrapper .library .h5p-audio-editor .field-name-autoplay {
  display: none;
}

.h5p-editing-dialog-header .title:before {
  font-family: H5PFontAwesome4;
}
.h5p-editing-dialog-header .h5p-gotoscene:before {
  font-family: "360-image";
  content: "\e907";
}
.h5p-editing-dialog-header .h5p-advancedtext:before {
  content: "T";
}
.h5p-editing-dialog-header .h5p-image:before {
  content: "\f03e";
}
.h5p-editing-dialog-header .h5p-audio:before {
  content: "\f028";
}
.h5p-editing-dialog-header .h5p-video:before {
  content: "\f008";
}
.h5p-editing-dialog-header .h5p-imageslider:before,
.h5p-editing-dialog-header .h5p-singlechoiceset:before,
.h5p-editing-dialog-header .h5p-multichoice:before,
.h5p-editing-dialog-header .h5p-blanks:before,
.h5p-editing-dialog-header .h5p-summary:before {
  font-family: "H5PFontIcons";
  content: "\e992";
}
.h5p-editing-dialog-header .h5p-singlechoiceset:before {
  content: "\e993";
}
.h5p-editing-dialog-header .h5p-multichoice:before {
  content: "\e605";
}
.h5p-editing-dialog-header .h5p-imageslider:before {
  content: "\e921";
}
.h5p-editing-dialog-header .h5p-blanks:before {
  content: "\e994";
}
/*!************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/EditingDialog/SceneEditor.scss ***!
  \************************************************************************************************************************************************/
.h5p-editing-dialog-header .title.scene:before {
  font-family: "360-image";
  content: "\e915";
}
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/ControlBar/SceneSelector/Row/Submenu/SceneSelectorSubmenu.scss ***!
  \********************************************************************************************************************************************************************************/
.scene-selector-submenu {
  display: inline-block;
}
.scene-selector-submenu button {
  position: relative;
  padding: 0.5em;
  margin-left: 0.5em;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #f0f0f0;
  background: white;
  cursor: pointer;
}
.scene-selector-submenu button .tooltip {
  display: none;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, -100%);
  padding: 0.4em 0.6em;
  white-space: nowrap;
  background: #000;
  color: #fff;
  pointer-events: none;
}
.scene-selector-submenu button:disabled {
  cursor: default;
}
.scene-selector-submenu button:not(:disabled):hover {
  background-color: #e0dede;
  border-color: #e0dede;
}
.scene-selector-submenu button:not(:disabled):hover .tooltip {
  display: block;
}
.scene-selector-submenu button:not(:disabled):active {
  background-color: #e8e8e8;
  border-color: #e0e0e0;
}
.scene-selector-submenu button:before {
  font-family: "360-image";
}
.scene-selector-submenu .set-start-scene:before {
  content: "\e914";
}
.scene-selector-submenu .jump:before {
  content: "\e907";
}
.scene-selector-submenu .edit:before {
  content: "\e90f";
}
.scene-selector-submenu .clone:before {
  content: "\e90c";
}
.scene-selector-submenu .delete:before {
  content: "\e910";
  color: #d63129;
}
.scene-selector-submenu .delete {
  border-color: #fcdbd4;
}
.scene-selector-submenu .delete:hover {
  background-color: #fcdbd4;
  border-color: #f2c1b1;
}
.scene-selector-submenu .delete:active {
  background-color: #f2c1b1;
  border-color: #e39e98;
}
/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/ControlBar/SceneSelector/Row/ActiveSceneRow.scss ***!
  \******************************************************************************************************************************************************************/
.active-scene {
  padding: 0.5em;
  display: flex;
  max-width: 100%;
  box-sizing: border-box;
}
.active-scene:before {
  font-family: "360-image";
  content: "\e90b";
  margin: 0 0.6em 0 0.25em;
  font-size: 1.5em;
  vertical-align: sub;
}
.active-scene.three-sixty:before {
  content: "\e902";
}
.active-scene .h5p-scene-denotation {
  display: inline-block;
  white-space: nowrap;
}
.active-scene .h5p-scene-name {
  display: inline-block;
  margin-left: 0.5em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/ControlBar/SceneSelector/ExpandedSceneSelector.scss ***!
  \*********************************************************************************************************************************************************************/
.expanded-scene-selector {
  max-height: 33.5em;
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  background: white;
  cursor: default;
  border-bottom: none;
  z-index: 4;
}
.expanded-scene-selector .header {
  padding: 0.75em;
  border: 1px solid #d1d1d1;
  border-bottom: none;
}
.expanded-scene-selector .header .title {
  font-size: 1.125em;
  font-weight: bold;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/ControlBar/SceneSelector/SceneSelector.scss ***!
  \*************************************************************************************************************************************************************/
.scene-selector-wrapper {
  position: relative;
  margin-right: 0.5em;
  width: 30em;
}

.h5p-scene-selector {
  display: inline-flex;
  font-size: 1em;
  width: 30em;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
.h5p-scene-selector:hover {
  background: #f0f2ff;
  border-color: #d3d7f0;
}
.h5p-scene-selector:active {
  background: #dcdef5;
  border-color: #c8cae8;
}

.h5p-scene-selector.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.h5p-scene-selector.disabled:hover {
  background: white;
  border-color: #d1d1d1;
}
.h5p-scene-selector.disabled:active {
  background: white;
  border-color: #d1d1d1;
}
.h5p-scene-selector.disabled .h5p-select-content {
  padding: 0.6em;
}

.h5p-select-content {
  flex: 1;
  display: flex;
  align-self: center;
  overflow: hidden;
}

.h5p-select-handle {
  background: #e6e6e8;
  padding: 0.5em 0.75em;
}

.h5p-select-handle:before {
  font-family: "360-image";
  content: "\e913";
}
/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/ControlBar/ControlBar.scss ***!
  \********************************************************************************************************************************************/
.h5p-new-scene-button {
  display: inline-flex;
  padding: 0.5em 1em;
  font-size: 1em;
  color: #ffffff;
  background: #475ec4;
  border: 1px solid #475ec4;
  border-radius: 3px;
  cursor: pointer;
}

.h5p-control-bar {
  display: flex;
  margin-top: 0.75em;
}
.h5p-control-bar .h5p-new-scene-button {
  line-height: 1.6;
}

.button-wrapper {
  display: inline-flex;
  position: absolute;
  right: 0;
}
.button-wrapper .tooltip {
  padding: 0.25em 1em;
  font-size: 0.875em;
  background: #000;
  color: #fff;
  position: absolute;
  bottom: 200%;
  z-index: 11;
  right: -0.5em;
  line-height: 1.75;
  box-shadow: rgba(0, 0, 0, 0.4) 0 3px 10px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.1s, opacity 0.1s linear, bottom 0.1s linear;
}
.button-wrapper .tooltip:after {
  display: block;
  background: #000;
  box-shadow: rgba(0, 0, 0, 0.4) 0 3px 10px;
  content: " ";
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateX(-700%) translateY(-50%) rotate(45deg);
}
.button-wrapper .tooltip .text-wrapper {
  max-width: 30em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button-wrapper.not-disabled:hover .tooltip {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  bottom: 140%;
}
.button-wrapper.not-disabled.has-focus .tooltip {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
  bottom: 140%;
}

.buttons-wrapper {
  display: flex;
  flex: 1;
  justify-content: space-between;
  position: relative;
}

.set-starting-position-button {
  padding: 0.5em 1em;
  border: 0.125em solid transparent;
  background-color: #2B2F36;
  color: #e9ebee;
  opacity: 1;
  font-size: 0.875em;
  cursor: pointer;
  transition: border-color 100ms, opacity 100ms;
}
.set-starting-position-button:hover, .set-starting-position-button:focus {
  color: #e9ebee;
  background-color: #525863;
  border-color: #9ea2a8;
}
.set-starting-position-button:active {
  border-color: #808080;
}
.set-starting-position-button[disabled] {
  background-color: #2B2F36;
  opacity: 0.5;
  cursor: not-allowed;
}

.h5p-editor-escape-room-wrapper.mobile .h5p-control-bar {
  display: block;
}
.h5p-editor-escape-room-wrapper.mobile .buttons-wrapper {
  margin-top: 0.75em;
}
/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/InteractionsBar/InteractionsBar.scss ***!
  \******************************************************************************************************************************************************/
.h5p-interactions-bar {
  padding: 0.5em;
  background: #f5f5f5;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.h5p-interactions-bar button {
  box-sizing: content-box;
  vertical-align: top;
  position: relative;
  font-size: 1.2em;
  width: 1em;
  height: 1.1em;
  margin-right: 0.4em;
  padding: 0.25em 0.65em;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  color: #333;
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
  background: -moz-linear-gradient(top, #fff 0, #f2f2f2 100%);
  background: -ms-linear-gradient(top, #fff 0, #f2f2f2 100%);
  background: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
}
.h5p-interactions-bar button:hover {
  border-color: #999999;
  transition: 0.1s;
  background: #f2f2f2;
}
.h5p-interactions-bar button:hover .tooltip {
  display: block;
}
.h5p-interactions-bar button:active {
  border-color: #999999;
  transition: 0.1s;
  background: #dddddd;
}
.h5p-interactions-bar button .tooltip {
  display: none;
  background: black;
  color: white;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: -2px;
  transform: translateY(100%);
  z-index: 1;
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  border-radius: 4px;
}
.h5p-interactions-bar button:before {
  font-family: "H5PFontAwesome4";
}
.h5p-interactions-bar .h5p-gotoscene:before {
  font-family: "360-image";
  font-size: 0.8em;
  content: "\e907";
}
.h5p-interactions-bar .h5p-advancedtext:before {
  content: "T";
}
.h5p-interactions-bar .h5p-image:before {
  content: "\f03e";
}
.h5p-interactions-bar .h5p-audio:before {
  content: "\f028";
}
.h5p-interactions-bar .h5p-video:before {
  content: "\f008";
}
.h5p-interactions-bar .h5p-imageslider:before,
.h5p-interactions-bar .h5p-singlechoiceset:before,
.h5p-interactions-bar .h5p-multichoice:before,
.h5p-interactions-bar .h5p-blanks:before,
.h5p-interactions-bar .h5p-summary:before {
  font-family: "H5PFontIcons";
  content: "\e992";
  font-size: 1.45em;
  position: absolute;
  top: 0.46em;
  transform: translate(-50%, -50%);
}
.h5p-interactions-bar .h5p-singlechoiceset:before {
  content: "\e993";
}
.h5p-interactions-bar .h5p-multichoice:before {
  content: "\e605";
}
.h5p-interactions-bar .h5p-imageslider:before {
  content: "\e921";
}
.h5p-interactions-bar .h5p-blanks:before {
  content: "\e994";
}
.h5p-interactions-bar .h5p-crossword:before {
  font-family: "360-image";
  font-size: 0.8em;
  content: "\e924";
}
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/components/Main.scss ***!
  \***************************************************************************************************************************/
@font-face {
  font-family: "360-image";
  src: url(a0d406518ea1643a67e8.eot?nghxo3);
  src: url(a0d406518ea1643a67e8.eot?nghxo3#iefix) format("embedded-opentype"), url(c4670646e7f4787a73fa.ttf?nghxo3) format("truetype"), url(420cee8f32733c114464.woff?nghxo3) format("woff"), url(ac59b94489d8054eeff7.svg?nghxo3#360-image) format("svg");
  font-weight: normal;
  font-style: normal;
}
.h5p-escaperoom-editor .scene-editor {
  position: relative;
  /*****
  Might be added to get the inital design (no spacing on the sides). But
  probably needs to be removed in fullscreen.
  left: -1.25em;
  width: calc(100% + 2.5em);
  ******/
}
.h5p-escaperoom-editor .scene-wrapper.no-scenes .scene-container {
  display: none;
}
.h5p-escaperoom-editor .h5p-editing-dialog .field-name-iconTypeTextBox .h5p-editor-radio-group-container .h5p-editor-radio-group-button {
  font-family: "360-Image";
}
.h5p-escaperoom-editor .h5p-editing-dialog .field-name-iconTypeTextBox .h5p-editor-radio-group-container .h5p-editor-radio-group-button.checked {
  background-color: #b0b0b0;
  border-radius: 2px;
}
.h5p-escaperoom-editor .h5p-editing-dialog .field-name-iconTypeTextBox .h5p-editor-radio-group-container .h5p-editor-radio-group-button:hover {
  background-color: #d8d8d8;
}
.h5p-escaperoom-editor .h5p-editing-dialog .field-name-iconTypeTextBox .h5p-editor-radio-group-container .h5p-editor-radio-group-button.text-icon::before {
  content: "\e91f";
}
.h5p-escaperoom-editor .h5p-editing-dialog .field-name-iconTypeTextBox .h5p-editor-radio-group-container .h5p-editor-radio-group-button.info-icon::before {
  content: "\e91a";
}
.h5p-escaperoom-editor .h5p-editing-dialog .field-name-iconTypeTextBox .h5p-editor-radio-group-container.horizontal .h5p-editor-radio-group-button {
  display: inline-block;
  padding: 0.2rem 0.5rem;
}
/*!************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/playlist-widget/widget-components/PlaylistEditor.scss ***!
  \************************************************************************************************************************************************************/
.h5p-editing-dialog-header .title.playlist:before {
  content: "\f001";
}

.choose-playlist-editor {
  margin: 1em 0;
}

.field-name-audioPlaylistsGroup .h5p-editing-dialog {
  top: 2em;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/playlist-widget/widget-components/ChoosePlaylist/Selector/List/PlaylistRow.scss ***!
  \**************************************************************************************************************************************************************************************/
.h5p-playlist-listitem {
  display: block;
}
.h5p-playlist-listitem .h5p-playlist-row {
  align-items: center;
  background-color: inherit;
  border: 1px solid #e0dede;
  border-bottom-width: 0;
  display: flex;
  font-family: inherit;
  font-size: inherit;
  text-align: left;
  padding: 0.625em;
  width: 100%;
}
.h5p-playlist-listitem .h5p-playlist-row .playlist-selector-submenu {
  display: none;
}
.h5p-playlist-listitem .h5p-playlist-row.marked-playlist {
  background-color: #ddf0dd;
  border-color: #72c967;
  border-bottom-width: 1px;
}
.h5p-playlist-listitem .h5p-playlist-row.marked-playlist:hover {
  background-color: #bacdba;
  border-color: #5baa55;
}
.h5p-playlist-listitem .h5p-playlist-row.marked-playlist.checked:after {
  font-family: "H5PFontAwesome4";
  content: "\f00c";
  font-size: 1.5em;
  align-self: center;
  margin-right: 0.5em;
  color: #2c611a;
}
.h5p-playlist-listitem .h5p-playlist-row.no-top-border {
  border-top: none;
}
.h5p-playlist-listitem .h5p-playlist-row:hover {
  background-color: #f5f5f5;
  border-color: #e0dede;
  cursor: pointer;
}
.h5p-playlist-listitem .h5p-playlist-row:hover .playlist-selector-submenu {
  display: block;
}
.h5p-playlist-listitem .h5p-playlist-row:hover .h5p-playlist-name {
  text-decoration: underline;
}
.h5p-playlist-listitem .h5p-playlist-row:active {
  background-color: #e8e8e8;
  border-color: #e0dede;
}
.h5p-playlist-listitem .h5p-playlist-row:before {
  font-family: "H5PFontAwesome4", sans-serif;
  content: "\f001";
  margin: 0 0.6em 0 0.25em;
  font-size: 1.5em;
  vertical-align: sub;
}
.h5p-playlist-listitem .h5p-playlist-row .playlist-wrapper {
  flex: 1;
  display: inline-block;
  margin: 0 0.75em;
  vertical-align: top;
  box-sizing: border-box;
  overflow: hidden;
}
.h5p-playlist-listitem .h5p-playlist-row .playlist-wrapper .h5p-playlist-name {
  font-size: 0.9em;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.h5p-playlist-listitem .h5p-playlist-row .playlist-wrapper .starting-playlist {
  font-size: 0.7em;
  font-style: italic;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/playlist-widget/widget-components/ChoosePlaylist/Selector/ChoosePlaylistSelector.scss ***!
  \********************************************************************************************************************************************************************************************/
.choose-playlist-selector .choose-playlist-selector-title {
  padding-bottom: 1.5em;
  font-weight: bold;
}
.choose-playlist-selector .h5p-playlist-list {
  padding: 1px;
}
.choose-playlist-selector .h5p-playlist-list .h5p-playlist-listitem .h5p-playlist-row {
  cursor: pointer;
}
.choose-playlist-selector .h5p-playlist-list .h5p-playlist-listitem:last-child .h5p-playlist-row {
  border-bottom-width: 1px;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/playlist-widget/widget-components/ChoosePlaylist/Selector/ChoosePlaylist.scss ***!
  \************************************************************************************************************************************************************************************/
.choose-playlist {
  margin: 1em 0;
}
.choose-playlist.has-error .error-message {
  display: block;
}
.choose-playlist .error-message {
  display: none;
  padding: 0.5em 0;
  color: darkred;
}
.choose-playlist .selector-separator {
  font-weight: bold;
  padding: 1.25em 0;
}
.choose-playlist .new-playlist-title {
  font-weight: bold;
  margin-bottom: 0.75em;
}
.choose-playlist .no-playlists {
  padding: 0.625em;
  border: 1px solid #e0dede;
  display: flex;
}
/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scripts/playlist-widget/widget.scss ***!
  \**********************************************************************************************************************************/
.h5p-new-playlist-button {
  display: inline-flex;
  padding: 0.5em 1em;
  font-size: 1em;
  color: #ffffff;
  background: #475ec4;
  border: 1px solid #475ec4;
  border-radius: 3px;
  cursor: pointer;
}

.h5p-control-bar-playlist {
  display: flex;
  flex-direction: column;
}
.h5p-control-bar-playlist .h5p-new-playlist-button {
  line-height: 1.6;
}

.h5p-editor-escape-room-wrapper.mobile .h5p-control-bar {
  display: block;
}
.h5p-editor-escape-room-wrapper.mobile .buttons-wrapper {
  margin-top: 0.75em;
}
