/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./app/global-styles.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.ref-link:hover {
  color: #ea580c !important;
  text-decoration: underline !important;
}

.chat-input-placeholder::placeholder {
  font-family: "Schibsted Grotesk", sans-serif;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(115, 115, 115, 0.5) transparent;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: rgba(115, 115, 115, 0.5);
  border-radius: 3px;
}

*::-webkit-scrollbar-thumb:hover {
  background: rgba(115, 115, 115, 0.7);
}

