.blocklyIconGroup.danger .blocklyIconShape{
  fill: #930000 !important;
  stroke-width: 0px;
}
.blocklyIconGroup:not(:hover), .blocklyIconGroupReadonly {
  opacity: 1;
}
.search-card-warning, .search-card-warning .table-responsive tr:hover{
  background: rgb(252 228 231) !important;
}
.table-bordered .search-card-warning th,  .table-bordered .search-card-warning td {
  border: 1px solid #EA3753;
  color: #CB1330 !important;
}
.search-card-warning .btn{
  background: #FFFFFF;
}
.search-card-warning .btn:hover{
  background: #8C1D40;
}
.blocklyBubbleCanvas .blocklyDraggable, .blocklyBubbleCanvas path{
  fill: #ce5f5f;
}
.placeholder-text {
  font: normal normal bold 24px/30px Arial;
  letter-spacing: -0.6px;
  color: #2a2a2a;
}
.placeholder-text-muted {
  font: normal normal normal 13px/15px Arial;
  letter-spacing: 0px;
  color: #191919;
  opacity: 0.35;
}

.mode-edit,
.mode-maker,
.mode-blockly {
  display: none;
}

[mode="maker"] .mode-maker,
[mode="edit"] .mode-edit,
[mode="blockly"] .mode-blockly {
  display: block;
}

#learningMap img,
#learningMap video {
  width: 300px;
}

#learningMap > div {
  margin-bottom: 2rem;
}

.block-blockly .maker {
  z-index: 100;
  position: absolute;
  top: 0;
  left: -100%;
  transition: left 0.4s;
  height: 100%;
  width: 100%;
  display: none;
}

[mode="maker"] .maker {
  left: 0;
  display: block;
}

/* .block-blockly .maker {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 600px;
  width: 100%;
} */

.block-blockly .maker > div {
  display: flex;
  justify-content: space-between;
}

.block-blockly .maker .button {
  width: 120px;
  height: 140px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  line-height: 140px;
  margin-top: 70px;
}

.block-blockly .mdl-button {
  /* margin: 1em 0; */
  float: right;
}
.media-value-drag,
.node-value-drag {
  /* padding: 20px;
  margin: 20px;
  border: 1px solid; */
  cursor: grab;
}
.blocklySvg {
  width: 100% !important;
}
#preview-page #carouselBlockly .carousel-inner {
  height: 1000px;
}
.blocklySvg {
  height: 1000px;
  background-color: rgb(248 249 250) !important ;
}
#blocklyDiv,
.blockly-content {
  height: 1000px;
}

#blocklyDiv.only-view .blocklySvg{
  pointer-events: none;
}

#blocklyDiv.only-view .blocklyToolboxDiv{
  display: none !important;
}


.blocklyToolboxDiv {
  width: 225px;
  padding: 0 15px;
  background-color: #fff !important;
  z-index: 1 !important;
}
.blockly-content .tab-content {
  background-color: #ffffff;
  border-top: 1 px solid #969696;
}
.blockly-content form label {
  font-size: 16px;
  color: #191919;
  font-weight: 600;
}
.blockly-content form input.button {
  /* visibility: hidden; */
  margin-bottom: 1rem;
  padding: 0.5rem 3rem;
}
.blockly-content form input.button[value="Reset"] {
  display: none;
}
.blockly-content .media-value-drag .title {
  line-height: 22px;
}
.blockly-content .table tr {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 15px;
}

.blocklyZoom {
  pointer-events: all;
}

.blockly-content .table td {
  vertical-align: middle;
  padding: 15px 0;
}
.blockly-content .table tr td:first-child {
  border-left: 1px solid #dee2e6;
}
.blockly-content .table tr td:last-child {
  border-right: 1px solid #dee2e6;
}
.blockly-content .table-bordered td {
  border: 0;
}
.blocklyTreeRow {
  border: 1px solid #e1e1df !important;
  height: 40px;
  padding: 0.5rem 0.5rem;
  margin-bottom: 16px;
  cursor: pointer;
  white-space: normal;
}
.blocklyTreeRow.blocklyTreeSelected {
  border: 1px solid #8c1d40 !important ;
  background-color: #8c1d40 !important ;
  box-shadow: 0 0 5pt 0.5pt #8c1d4045;
}
.blocklyTreeRow:not(.blocklyTreeSelected):hover {
  border: 1px solid #8c1d40 !important ;
  background-color: #fff !important ;
  box-shadow: 0 0 5pt 0.5pt #8c1d4045;
  transition: border 0.5s;
}
.blocklyToolboxContents > :is(.blocklyToolboxCategory:nth-child(4)) .blocklyTreeSelected {
  border: 1px solid #e1e1df !important;
  background-color: #ffffff !important;
  color: #8c1d40 !important;
  box-shadow: none;
}

.blocklyToolboxContents > :is(.blocklyToolboxCategory:nth-child(4)) .blocklyTreeSelected .blocklyTreeLabel {
  color: #8c1d40;
}

.blocklyToolboxContents > :is(.blocklyToolboxCategory:nth-child(5)) .blocklyTreeRow.blocklyTreeSelected {
  border: 1px solid #F2F2F2 !important ;
  background-color: #F2F2F2 !important ;
  color: #747474 !important ;
  box-shadow: 0 0 5pt 0.5pt #F2F2F2;
}
.blocklyToolboxContents > :is(.blocklyToolboxCategory:nth-child(5)) .blocklyTreeRow {
  border: 1px solid #E8E8E8!important;
  background-color: #E8E8E8!important;
  color: #555 !important;
  border-radius: 8px;
  box-shadow: 0 0 5pt 0.5pt #F2F2F2;
  padding: 0;
}
.blocklyToolboxContents > :is(.blocklyToolboxCategory:nth-child(5)) .blocklyTreeRow:not(.blocklyTreeSelected):hover {
  border: 1px solid #E8E8E8 !important ;
  background-color: #E8E8E8 !important ;
  color: #747474 !important ;
  box-shadow: 0 0 5pt 0.5pt #E8E8E8;
  transition: border 0.5s;
}

/* .blocklyTreeSelected .blocklyTreeLabel {
  color: #8c1d40;
} */
.blocklyTreeLabel {
  cursor: default;
  font: 16px Arial;
  font-weight: 600;
  color: #8c1d40;
  vertical-align: middle;
}
.blocklyToolboxContents > :is(.blocklyToolboxCategory:nth-child(5)) .blocklyTreeLabel {
  cursor: default;
  font: 12px Arial;
  font-weight: 400;
  color: #747474;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-wrap: wrap;
  vertical-align: middle;
  padding: 0px 5px;
}
#previewLearningMap {
  width: 90%;
  position: fixed;
  top: 15%;
  left: 5%;
}
.blocklyMainBackground {
  stroke-width: 0 !important;
}
.blocklyFlyout {
  padding: 1.5rem 0 0 0.5rem;
  background-color: #e6e9e9;
  /* width: 50%;
  transform: translate(100%, 0px)!important; */
}
.blocklyFlyoutBackground {
  fill: #e6e9e9 !important;
}
#carouselBlockly {
  padding-bottom: 1rem;
}
/* ----------- start instuctor notified slide------------- */
#instructorModal {
  border-radius: 0px !important;
  box-shadow: 0px 3px 6px #00000029;
}

#exampleModalLongTitle {
  text-align: center !important;
  color: var(--font-color-dark-191919);
  font: normal normal normal 30px/36px Arial;
  letter-spacing: -0.75px;
  color: #191919;
  opacity: 1;
  word-break: break-word;
}

#instructor_h4 {
  text-align: center !important;
  color: var(--font-color-dark-191919);
  font: normal normal bold 30px/36px Arial;
  letter-spacing: -1.05px;
  color: #191919;
  opacity: 1;
  /* width: 65%; */
  padding-left: 15%;
  padding-right: 15%;
}
#instructor_body {
  opacity: 1;
  padding-top: 10%;
  padding-left: 5%;
  padding-right: 5%;
}
#instructor_button {
  padding-left: 22px;
  background: #2a2a2a 0% 0% no-repeat padding-box;
  border-color: #2a2a2a;
  border-radius: 99px;
  text-align: left;
  margin-bottom: 3%;
  opacity: 1;
  font: normal normal bold 16px/36px Arial;
  letter-spacing: -0.4px;
  color: #ffffff;
}
#instructorModal .modal-content {
  border-radius: 0rem !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  justify-content: center;
}
/* .text-center {
  text-align: center;
} */
#instructor_img {
  width: 30%;
  justify-content: center;
}
/* .text-center {
  margin-bottom: 5%;
} */

/* --------- end instuctor notified slide -------- */

/* ---------- start document slide ------ */

@media (min-width: 576px){
  #modal-height{
    max-width: 850px!important;
    height: 650px!important;
  }
}

#doc-button {
  border-color: #ffffff;
  background: #ffffff 0% 0% no-repeat padding-box;
  /* color:#FFFFFF 0% 0% no-repeat padding-box; */
  font: normal normal bold 14px/16px Arial;
  letter-spacing: 0px;
  color: #2a2a2a;
  opacity: 1;
}
/* .carousel-indicators .embed-carousel-btn.locked .fas:before {
  content: "\f023";
} */
.carousel-indicators .embed-carousel-btn.locked .lm-lock {
  display: block !important;
  color: #000;
  position: relative;
  top: -10px;
  left: 10px;
}
.lm-lock {
  height: 0px;
  top: -14px !important;
  left: 14px !important;
  font-size: 14px !important;
}
/* .customIndicatorIcon .fas:before {
  position: relative;
  top: 0;
  left: 7px;
} */
.carousel-indicators .embed-carousel-btn.locked,
.carousel-indicators .embed-carousel-btn.active {
  cursor: default;
  pointer-events: none;
}
.cursor_pointer {
  cursor: pointer;
}

/* #carousel-lm-indicators {
  border-top: 1px solid #e8e8e8;
} */
#blockly-media-blocks .blockly-asset {
  /* height: 55vh; */
  /* height: 75vh; */
  height: 71vh;
}
#blockly-media-blocks .customContainer {
  height: 100% !important;
}
/* .customNavigatorForCarousel.carousel-control-prev {
  left: 4% !important;
}
.customNavigatorForCarousel.carousel-control-next {
  right: 4% !important;
} */

.customNavigatorForCarousel.carousel-control-prev,
.customNavigatorForCarousel.carousel-control-next {
  position: initial!important;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px !important;
  height: 30px !important;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  box-shadow: 0px 3px 6px #00000063;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  /* margin-right: 15%;
  margin-left: 15%; */
  list-style: none;
}

#directive_text_modal #directive_text_body a{
  color: #8c1d40;
  cursor: pointer;
}

#blockly-media-blocks #finalMessage a, #blockly-media-blocks #finalMessage a:hover{
  color: #8c1d40;
}

img.cke_widget_element{
  height: 200px;
}

/* hide image button on ckeditor */
.cke_button__drupalimage{
  display: none!important;
}

#paginated_directive_blocks div.d-flex.carousel{
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 22px;
  z-index: 15;
  display: flex;
  justify-content: start;
  padding-left: 0;
  margin-right: 0px;
  margin-left: 0px;
  list-style: none;
  height: 32px;
}

#paginated_directive_blocks .carousel-indicators{
  margin-left: 0px;
}

/*
#directiveblocks-carousel-left{
  position: absolute;
  top: 256px;
  z-index: 15;
} */
/*
#paginated_directive_blocks div.carousel-inner {
  max-height: 280px;
  height: 50vh;
} */

#paginated_directive_blocks ol div.active{
  background-color: #8c1d40;
  color: white;
}

#paginated_directive_blocks ol div:hover{
  background-color: #f1f1f1;
  color: black;
}

.mapper-page div.table-responsive,
.mapper-page div.table-responsive {
  overflow: auto;
  height: 560px !important;
}

#blockly-media-blocks .carousel-item {
  display: block;
  height: 0px;
  overflow: hidden;
}
#blockly-media-blocks .carousel-item.active {
  display: block;
  height: auto;
}
/* Style for blocklt toolbar for templates */
#blocklyToolbar {
  width: 77%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 225px;
  z-index: 10;
  background: #3c3e3e8c !important;
}
.blocklyToolbar-card2{
  width: 80%;
  height: 100%;
  background: #e6e9e9 !important;
}
.blocklyToolbar-card1{
  width: 100%;
  height: 100%;
  background: #e6e9e9 !important;
}
#blocklyDiv .injectionDiv {
  position: relative;
}
.blocklyToolboxCategory {
  width: 100%;
}
.blocklyTreeIcon {
  background-image: none;
  height: 0;
  vertical-align: middle;
  visibility: hidden;
  width: 0;
}
.blocklyToolboxCategory[aria-selected="false"]
  .blocklyTreeRow
  .blocklyTreeRowContentContainer
  .blocklyTreeLabel::after {
  content: "\f054";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  margin-top: 3px;
  margin-left: 0 !important;
}

.blocklyToolboxCategory[aria-selected="true"]
  .blocklyTreeRow
  .blocklyTreeRowContentContainer
  .blocklyTreeLabel::after {
  content: "\f00d";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  margin-top: 3px;
  margin-left: 0 !important;
}

.grey-line {
  background-color: #e8e8e8;
  width: 100%;
  margin: 1.5rem 0 1rem 0;
  height: 1px;
  border-radius: 3px;
}
#views-exposed-form-solr-search-learning-map-page-1 label {
  font-size: 14px;
  font-weight: bold;
}
#views-exposed-form-solr-search-learning-map-page-1 input,
.facets-widget-checkbox #dropdownMenuButton {
  box-shadow: 0 0 1pt 0.5pt #0000000f;
  border: 1px solid #00000029;
}
#views-exposed-form-solr-search-learning-map-page-1 input:hover,
#views-exposed-form-solr-search-learning-map-page-1 input:focus,
.facets-widget-checkbox #dropdownMenuButton:hover,
.facets-widget-checkbox #dropdownMenuButton:focus {
  box-shadow: 0 0 5pt 0.5pt #d3d3d3;
  border: 1px solid #00000029;
}
#added_filter_count:hover {
  color: #8c1d40;
  background-color: #fff;
  border-color: #8c1d40;
  box-shadow: 0 0 5pt 0.5pt #8c1d4045;
}
.lm_solr_page .solr-results {
  color: #212529;
  font-weight: 500;
  margin: 1rem 0 0.5rem 0;
}
.lm_solr_page .table-responsive tbody,
.lm_solr_page .table-responsive tr td {
  display: block !important;
}

.lm_solr_page .table-responsive tr {
  display: flex !important;
  margin: 5px 0;
}
.lm_solr_page .table-responsive tr:hover {
  background: #f1f1f1;
}
.lm_solr_page .table-responsive tr td:first-child {
  width: 75%;
  border-right: 0;
  border-left-width: 3px;
}
.lm_solr_page .table-responsive tr td:last-child {
  width: 25%;
  border-left: 0;
}
.border-w-2 {
  border-width: 2px;
}
/* .bg_yellow {
  background-color: yellow;
} */
.first-slide-active #carousel-carousel-blockly-prev {
  /* display: none !important; */
  visibility: hidden !important;
}
.last-slide-active #carousel-carousel-blockly-next {
  visibility: hidden !important;
  /* display: none !important */
}
/* Directive text edit form css */
#update_directives .node-form #edit-actions--2{
  display:none;
}
.undo-redo-btns{
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: end;
}
#undo-blockly, #redo-blockly{
  z-index: 1;
  cursor: pointer;
  color: #ccc !important;
  padding: 0px !important;
}
#undo-blockly{
  margin-right: 26px;
  margin-top: 3px;
}
#undo-blockly:hover i{
  color:#b4b4b4 !important;
}
#redo-blockly{
  /* margin-right: 22px; */
  margin-top: 3px;
}
#redo-blockly:hover i{
  color:#b4b4b4 !important;
}
/* ----------------------solr search------------------------------------------ */
input[type="checkbox"]:active {
  background: black !important;
}

#learningmap_solr_search_modal.hide-in-right {
  right: -230px;
  position: relative;
  display: none;
  /* transition: left 0.5s ease-in, top 0.5s ease-in; */
}
input.warning {
  border: 1.5px solid red !important;
}
.quizAttemptedAlert{
  /* width: 20%; */
  float: right;
  bottom: 15%;
  z-index: 1;
  right: 9%;
  margin: 0px !important;
  position: absolute!important;
}
.quizAttemptedAlert.alert-dark {
  color: #1b1e21;
  background-color: #F1F1F1;
  border-color: transparent;
  border-radius: 16px 0px 0px 0px;
  box-shadow: -2px -2px 3px #0000001d;
}
/* ------------------------------------------ Blockly blocks css start ------------------------------------------ */

.geras-renderer.halloween-theme .blocklyNonEditableText>rect, .geras-renderer.halloween-theme .blocklyEditableText>rect{
  fill-opacity: 1;
  fill: #f2f2f2;
}
.geras-renderer.halloween-theme .blocklyText, .geras-renderer.halloween-theme .blocklyFlyoutLabelText {
  font: Arial !important;
  font-size: 16px;
}
.blocklyText.blocklyDropdownText tspan{
  fill: #000000;
}
.final_slide_indicator .customIndicatorIcon {
  background-color: #737373;
  width: 35px;
  height: 35px;
  color: white;
}
/* ----------------------solr search------------------------------------------ */

.custom-icon-img-indicator{
  right: -2px;
  top: 20px;
  position: absolute !important;
  height: 21px;
  width: 21px;
}
.custom-status-icon-img-indicator{
  right: -4px;
  top: 16px;
  position: absolute !important;
  height: 21px;
  width: 21px;
}
#directive_text_blocks_refresh #create_new_block_btn::after{
  content: "\f077";
  color:#8c1d40
}
#directive_text_blocks_refresh #create_new_block_btn:hover::after{
  content: "\f077";
  color:white
}
#directive_text_blocks_refresh #create_new_block_btn.collapsed::after{
  content: "\f078";
  color: #8c1d40;
}
#directive_text_blocks_refresh #create_new_block_btn.collapsed:hover::after{
  content: "\f078";
  color: white;
}

#paginated_directive_blocks .table th,#paginated_directive_blocks .table td {
  border-top: 0 !important;
}
#paginated_directive_blocks .table tr {
  border-top: 1px solid #D0D0D0;
}
#paginated_directive_blocks .table tr:first-child {
  border-top: 0;
}
/*------------------Create New block styling----------------*/
#collapse_edit_form #edit-title-wrapper label,#update_directives #edit-title-wrapper--2 label{
  font-size: 14px;
}

#edit-field-reusable-wrapper, #edit-footer--2, #edit-field-reusable-wrapper--2{
  display:none;
}

#welcome-to-learning-mapper .modal-content, #welcome-to-learning-mapper .modal-body{
  height: 80vh;
}
#welcome-to-learning-mapper .modal-body{
  overflow: scroll;
}

.blocklyToolboxContents > :is(.blocklyToolboxCategory:nth-child(5)) .blocklyTreeRowContentContainer .blocklyTreeLabel::before{
  content: url("/modules/custom/orchard_blockly/img/hand-wave.svg");
  margin: 0px 12px 0px 12px;
  vertical-align: bottom;
}
.blocklyToolboxContents > :is(.blocklyToolboxCategory:nth-child(5)) .blocklyTreeRowContentContainer .blocklyTreeLabel::after{
  content: url("/modules/custom/orchard_blockly/img/expandIcon.svg") !important;
  margin: 0px 12px 0px 16px !important;
  vertical-align: bottom !important;
  padding: 0px 12px 0px 12px !important;
  height: 42px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-left: 1px solid #D9D9D9 !important;
  margin: 0 !important;
}
.blocklyToolboxCategory:last-child{
  margin-top: 30px;
  border-top: 1px solid #F2F2F2;
  padding-top: 40px;
}
.blockly_custom_label>.blocklyFlyoutLabelText {
  fill: #1A202C !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
.blockly_custom_desc>.blocklyFlyoutLabelText {
  fill: #2D3648 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.blockly_custom_border>.blocklyFlyoutLabelText {
  fill: #A0ABC0 !important;
}