@import url(https://fonts.googleapis.com/css?family=Montserrat);.bg-blue {
  background: #2d3e50;
}

trix-editor .attachment.attachment--preview {
  width: 200px;
  margin: 5px;
}

trix-toolbar {
  display: none;
}

:root {
  --primary: #2d3e50;
  font-family: "monsterrat";
}

* {
  font-family: "Montserrat";
  font-size: 16px;
}

.height-group {
  margin-top: 50px;
}

.h3,
h3 {
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.2;
  color: #2c2c2c;
  font-size: 18.48px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 1.2;
  color: #2c2c2c;
}

.text-xs {
  color: black;
}

.sidebar-label,
.icon {
  color: #757575;
}

.card-panel.h3 {
  text-align: left;
  background-color: #cacaca;
}

.sidebar-icon path,
.sidebar-icon g {
  fill: #2d3e50;
}

.bg-logo img {
  margin: auto;
}

.hover\:bg-primary-dark:hover {
  background-color: #2d3e50;
}

.bg-grad-sidebar {
  background: #e0e4e7;
}

.bg-logo {
  background-color: #ffffff;
}

a {
  text-decoration: none;
  color: inherit;
}

.trumbowyg-box a {
  color: #00b0ff;
}

.footer {
  margin-top: 20px;
}

.pl-search {
  padding-left: 2.75rem;
}

.ct-chart-line {
  --primary-50: rgba(229, 78, 59, 0.8);
  --primary-70: rgba(229, 78, 59, 1);
}

.card {
  box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.5);
}

.card h3 {
  font-weight: 500;
  line-height: 1.2;
  color: #2c2c2c;
  font-size: 20px;
  padding-bottom: 20px;
  float: left;
}

.card label {
  padding-left: 30%;
}

.card .text-base.text-80 {
  color: var(--primary);
}

.sidebar .trigger svg * {
  fill: #000000 !important;
}

.sidebar.collapsed > h3:not(.trigger),
.sidebar.collapsed > a:not(.trigger) {
  display: flex;
}

.sidebar.collapsed .sidebar-label {
  display: none;
}

.sidebar.collapsed .sidebar-icon {
  margin-right: 0;
  margin-left: auto;
}

.sidebar.collapsed .bg-logo {
  opacity: 0;
}

