:root {
  --primary: #453863;
  --primary-dark: rgb(52,43,76);
  --primary-70: rgba(52,43,76, 0.7);
  --primary-50: rgba(52,43,76, 0.5);
  --primary-30: rgba(52,43,76, 0.3);
  --primary-10: rgba(52,43,76, 0.1);
  --logo: #221d33;
  --sidebar-icon: #6f5c99;
  --black: #25212d;
  --white: #FFFFFF;
  --20: #fcfbfe;
  --30: #f7f6f8;
  --40: #efeef1;
  --50: #e7e6ea;
  --60: #c6c4ca;
  --70: #b7b4bb;
  --80: #828089;
  --90: #292532;
}

.bg-grad-sidebar {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#463663),
    to(#342b4c)
  );
}

/* Nova Overwrites */

#tf-navbar input {
  border: none;
  box-shadow: none;
  outline: none !important;
}