:root {
  --sidebar-width: 300px;
}

* {
  font-family: 'Source Sans Pro', arial, sans-serif;
}

body {
  margin: 0;
  min-width: 1200px;
  max-width: 100vw;
  /* min-height: 768px; */
  box-sizing: border-box;
  background-color: #000000 !important;
  overflow-y: hidden;
}

#__next {
  height: 100%;
}

.input--error {
  border: 2px #f7376a solid;
  box-shadow: 0px 0px 10px 0px rgba(247, 55, 106, 0.4);
}

.input__selector--error input {
  border: 2px #f7376a solid;
  box-shadow: 0px 0px 10px 0px rgba(247, 55, 106, 0.4);
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #4a4a4a;
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #696969;
}

strong {
  font-weight: bold !important;
}

.ql-snow .ql-tooltip::before {
  color: #000000 !important;
}
