@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: Montserrat;
  background-color: #fff8e7; }

.menu {
  margin-top: 1.5rem; }

a {
  text-decoration: none !important; }

.menubutton {
  height: 2rem;
  width: 2rem;
  margin-top: -0.3rem;
  border-radius: 25px; }

.dropdown-item:active {
  background-color: #520dba !important; }

.logo {
  padding-left: 2rem; }
  .logo h1 {
    margin-top: -0.8rem;
    color: #520dba; }

.subheadline {
  font-size: 0.5rem; }

h1 {
  margin-top: 2rem;
  font-weight: 800; }

.btn-primary {
  background-color: #520dba;
  color: #fed15e;
  border: none; }
  .btn-primary:hover, .btn-primary:active {
    background-color: #fed15e !important;
    color: #520dba !important;
    border: none !important; }
  .btn-primary:focus, .btn-primary:focus-visible {
    background-color: #fed15e;
    color: #520dba;
    border: none; }
  .btn-primary.show {
    background-color: #520dba !important;
    color: #fed15e !important; }

.instructions {
  font-size: 0.5rem;
  opacity: 0.7; }

.linksform {
  margin-top: 3rem; }

.linkwindow {
  width: 60%;
  height: 20rem;
  border: none;
  border-radius: 10px;
  padding: 1.5rem;
  resize: none; }
  .linkwindow:focus {
    outline: none;
    box-shadow: 0 0 0 2px #520dba; }

.loader {
  display: none;
  margin-top: 1rem; }

.submitbutton {
  background-color: #520dba;
  color: #fed15e;
  border: none; }
  .submitbutton:hover, .submitbutton:active {
    background-color: #fed15e;
    color: #520dba;
    border: none; }

.resultlink {
  margin-top: 4rem;
  display: none; }
  .resultlink a {
    color: #520dba; }

.resulttable {
  margin-top: 1rem;
  display: none; }

.hidelinksbutton {
  color: #520dba;
  text-decoration: none; }
  .hidelinksbutton:hover, .hidelinksbutton:active {
    color: #fed15e;
    text-decoration: none; }

footer {
  margin-top: 2rem; }

.crlink a {
  text-decoration: none !important;
  color: #520dba !important; }

/* LOGIN PAGE */
.tgloginbutton {
  margin-top: 6rem; }

#widget_login button.tgme_widget_login_button {
  background-color: #520dba !important; }

/* API LOGIN PAGE */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.settingsinner h4 {
  color: #520dba !important;
  margin-top: 3rem;
  margin-bottom: -1rem; }

.credwindow {
  width: 25%;
  height: 2rem;
  border: none;
  border-radius: 10px;
  padding: 1.5rem;
  resize: none; }
  .credwindow:focus {
    outline: none;
    box-shadow: 0 0 0 2px #520dba; }

#success,
#error {
  display: none;
  color: #000000;
  font-size: 2rem; }

#code,
#submitcode {
  display: none; }

h1.beta:after {
  content: "beta";
  color: #520dba;
  /* background-color: $primary-color;
    padding: .5rem; */
  margin-left: 0.3rem;
  font-size: 1.1rem;
  font-weight: 300;
  border-radius: 1.5rem; }

/* FAQ PAGE */
.faqinner {
  margin-top: 3rem;
  margin-bottom: 5rem; }

.faqitem {
  margin-bottom: 3rem; }
  .faqitem h3 {
    color: #520dba;
    font-size: 1.5rem; }
  .faqitem p {
    font-size: 1rem; }
