 *:focus {
      outline: none !important;
      }

      ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}

.tool-bar-btn-label{
  display: block;
  padding-top: 5px;
}

/* .tool-settings-item:hover {
  box-shadow: rgba(15, 15, 15, 0.05) 0px 0px 0px 1px, rgba(15, 15, 15, 0.05) 0px 2px 4px !important;
  cursor: pointer !important;
  border: 1px solid var(--colored-standard3) !important;
} */

.ck-content p, .q-item-text{
  color: #6E707C;
}

.q-item-question-text .ck-content{
  border: none !important;
}