
.folder-color{
  color: #fbd35b !important;
}
.no-outline:focus {
  outline: none;
  box-shadow: none;
}

.pdf-canvas, .canvas-container {
    margin-bottom: 30px;
}
.pdf-canvas{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

}

.scroll-fill-vh {
  height: calc(100vh - 7.7rem);
  overflow-y: auto;
  scrollbar-width: thin;
}


.choices__list--multiple .choices__item {
  background: #ea4335 !important;
  border: 1px solid #ea4335 !important;
  border-radius: 5px;
}