body {
  background: white;
  color: #333333;
  margin-top: 5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
}

img {
  max-height: 100%;
  max-width: 100%;
}

.bg-steel {
  background-color: #5f788a;
}

.tags {
  display: inline-block;
}

#ui-id-1 {
  z-index: 9999;
}

#search-wrapper {
  padding: 10px;
  z-index: 1;
}

#search-field {
  min-width: 100px;
  padding: 5px;
  z-index: 2147483647;
}

.dark-mode {
  background-color: black;
  color: white;
}

.site-header .navbar-nav .nav-link {
  color: #2449ee;
}

.site-header .navbar-nav .nav-link:hover {
  color: #2449ee;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.test-content {
  white-space: pre-wrap;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3;
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.factSheet {
  margin-bottom: 20px;
}

.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 1001 !important;
}

.navbar-brand {
  width: 150px;
  font-size: 24px;
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  height: 50px;
  /* put value of image height as your need */
}

.nav.navbar-nav.navbar-right a {
  color: black;
}

.input-wrapper {
  width: 50%;
}

.input-wrapper div {
  margin-bottom: 10px;
}

.remove-input {
  margin-top: 10px;
  margin-left: 15px;
  vertical-align: text-bottom;
}
.add-input {
  margin-top: 10px;
  margin-left: 10px;
  vertical-align: text-bottom;
}

.pdf-table {
  width: auto;
  width: unset;
  display: table;
}

.right-align {
  text-align: right;
}

/* .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: #293891 !important;
} */

.help-tip {
  text-align: center;
  background-color: #f1c40f;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 22px;
  line-height: 32px;
  cursor: default;
}

.help-tip:before {
  content: '?';
  font-weight: bold;
  color: #fff;
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;

  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}

.help-tip p {
  /* The tooltip */
  display: none;
  text-align: left;
  background-color: #1e2021;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

.help-tip p:before {
  /* The pointer of the tooltip */
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1e2021;
  right: 10px;
  top: -12px;
}

.help-tip p:after {
  /* Prevents the tooltip from being hidden */
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
}

/* CSS animation */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 100%;
    transform: scale(1);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #00b4cc;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9dbfaf;
}

.searchTerm:focus {
  color: #00b4cc;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #00b4cc;
  background: #00b4cc;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

fundTiles:nth-child(3n) + fundTiles {
  clear: both;
}

.estimate-status {
  color: blue;
  font-style: italic;
}

.negative-return {
  color: red;
}

.sidebar-button {
  width: 100% !important;
  margin-bottom: 0.5rem !important;
}

trix-editor ul {
  list-style-type: disc;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
}

trix-editor ol {
  list-style-type: decimal;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
}

.trix-content ul {
  list-style-type: disc;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
}

.trix-content ol {
  list-style-type: decimal;
  margin-left: 1.25rem;
  padding-left: 1.25rem;
}

.trix-content blockquote {
  border-left: 4px solid #ccc;
  padding-left: 1rem;
  color: #555;
  margin: 1rem 0;
}

.trix-content h1,
.trix-content h2,
.trix-content h3 {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.trix-content h1 {
  font-size: 1.875rem; /* text-3xl */
}

trix-editor h1 {
  font-size: 1.875rem; /* text-3xl */
}

trix-editor h2 {
  font-size: 1.5rem; /* text-2xl */
}

trix-editor h3 {
  font-size: 1.25rem; /* text-xl */
}

trix-editor blockquote {
  border-left: 4px solid #d1d5db; /* Tailwind gray-300 */
  padding-left: 1rem;
  margin: 1rem 0;
  color: #6b7280; /* Tailwind gray-500 */
  font-style: italic;
}

trix-toolbar [data-trix-action='attachFiles'] {
  display: none;
}

.trix-content a {
  color: #2563eb; /* Tailwind blue-600 */
  text-decoration: underline;
}

trix-editor a {
  color: #2563eb; /* Tailwind blue-600 */
  text-decoration: underline;
}
