.breadcrumb-links {
  background: none;
}

/* .q-editor {
  background: #fefeff;
  border: 1px solid gray;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;

}

.editor {
  background: #fefeff;
  border: 1px solid gray;
} */

.question-panel {
  background: white;
}

.answer-panel {
  background: #e3ebf3;
}

#draggablePanelList .panel-heading {
  cursor: move;
}

#draggablePanelList2 .panel-heading {
  cursor: move;
}
#quizCurtain {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 8999;
  background: rgb(255, 255, 255);
  opacity: 1;
}

.float {
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.my-float {
  margin-top: 22px;
}

/* Set default font-family */
.ql-editor {
  font-family: "Roboto Light";
}

/* Set dropdown font-families */
.ql-font span[data-value="impact"]::before,
.ql-font span[data-label="Impact"]::before {
  font-family: "Impact";
}
.ql-font span[data-value="courier"]::before,
.ql-font span[data-label="Courier"]::before {
  font-family: "Courier";
}
.ql-font span[data-value="comic"]::before,
.ql-font span[data-label="Comic Sans MS"]::before {
  font-family: "Comic Sans MS";
}
/* Set dropDown font-families */
.ql-font span[data-label="Aref Ruqaa"]::before {
  font-family: "Aref Ruqaa";
}
.ql-font span[data-label="Mirza"]::before {
  font-family: "Mirza";
}
.ql-font span[data-value="roboto"]::before,
.ql-font span[data-label="Roboto Light"]::before {
  font-family: "Roboto light";
}

.ql-font-impact {
  font-family: "Impact";
}
.ql-font-courier {
  font-family: "Courier";
}
.ql-font-comic {
  font-family: "Comic Sans MS";
}
/* Set content font-families */
.ql-font-mirza {
  font-family: "Mirza";
}
.ql-font-roboto {
  font-family: "roboto light";
}
.ql-editor>*>strong {
font-weight:bold;
}

.ql-line-height .ql-picker-item[data-value]:before {
  content: attr(data-value) " ";
  font-size: 0.8em;
  display: block;
  margin: auto;
}
.ql-line-height span.ql-picker-label:before {
  content: attr(data-value);
  padding-right: 20px;
  display: block;
  color: black;
}

.ql-editor ul > li::before {
   font-size:20px;
   font-weight:bolder

}
.ql-editor ol > li::before {
   font-size:20px;
   font-weight:bolder

}
.tooltip {
  position: relative;
  display: inline-block;
}

.frac-line{
  border-bottom-width: 0.06em !important;
}
