body {
  background: hsl(190, 20%, 95%);
  color: rgb(0, 0, 0);
  margin-top: 5rem;
  min-width: fit-content;
}

main {
  background: hsl(190, 20%, 95%);
}

.container {
  max-width: 1900px;
}

.media-body {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.demo {
  background-color: blanchedalmond
}

.profit-text {
  color:darkgreen;
  font-style: normal;
}

.loss-text {
  color:crimson;
  font-style: normal;
}

.comment-text {
  color:dimgray;
  font-style: normal;
}

.expense-text {
  color:firebrick;
  font-style: normal;
}

.security-transactions {
  color:olivedrab;
}

.security-detail {
  color:darkslateblue;
}

.transaction-detail {
  color:darkslategray;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(70, 70, 70);
}

h1 {
  font-size:xx-large;
}

h2 {
  font-size:x-large;
}

h3 {
  font-size:large;
}

h4 {
  font-size:medium;
}

h5 {
  font-size:small;
}

ul {
  margin: 0;
}

.bg-steel {
  background-color: #263d42;
}

.site-header .navbar-nav .nav-link {
  color: white;
}

.site-header .navbar-nav .nav-link:hover {
  color: white;
}

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

.content-section {
  background: rgb(245, 245, 250);
  padding: 10px 20px;
  border: 1px solid rgb(220, 220, 220);
  border-radius: 3px;
  margin: 2px 2px 2px 2px;
}

.article-title {
  color: rgb(219, 33, 33);
}

a.article-title:hover {
  color:rgb(58, 58, 58);
  text-decoration: none;
}

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

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

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

.article-metadata a:hover {
  color: rgb(228, 231, 17);
  text-decoration: none;
}

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

hr.nomargin{
     margin: 1px;
}

p {
  color: black;
  margin-top: 0em;
  margin-bottom: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
}

.menu_icon {
  font-size:x-large;
  color: rgb(243, 243, 243);
}

.menu-text {
  font-size: smaller;
  color: rgb(243, 243, 243);
}

.graph {
  background-color: rgb(238, 244, 252);
  padding: 5px;
}

.btn:hover {
  color: rgb(228, 231, 17);
  text-decoration: none;
}

span {
  margin: 0px;
}

table {
  font-family: arial, sans-serif;
  font-size: small;
  border-collapse: collapse;
  table-layout:fixed;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  word-wrap: break-word;
  border-collapse: collapse;
}

table td input {
  width: 100%;
}

.selectable td{
  cursor: pointer;
}

.selected td {
  background-color: rgb(200, 25, 25);
  color: white;
}

tr:nth-child(even) {
  background-color:rgb(230, 230, 230);
  color: black;
}

tr:nth-child(odd) {
  background-color: rgb(240, 240, 240);
  color: black;
}

.table_header_1 {
  text-align: center;
  background-color:#263d42;
  color: white;
}

.table_header_2 {
  background-color:rgb(185, 202, 207);
  color: rgb(50, 50, 50);
}

legend {
  font-size: large;
}

.video_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}

.video {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

.accordion {
  background-color: rgba(0, 0, 0, 0.0);
  border-color: rgba(0, 0, 0, 0);
  color: black;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none !important;
  transition: 0.4s;
}

.active, .accordion:hover {
  border: none;
  outline: none !important;
  background-color: rgba(197, 195, 79, 0.2);
  border-color: rgba(0, 0, 0, 0);
}

.panel {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  overflow: hidden;
}

.sortable th {
  cursor: pointer;
}

footer {
  padding: 3px;
  background-color: #263d42;
}

.pricing-column {
  float: left;
  width: 49.0%;
  padding: 8px;
}

.pricing-product {
  border-radius: 25px;
  background-color: hsl(192, 29%, 83%);
  list-style-type:none;
  margin: 1%;
  padding: 1%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pricing-product:hover {
  background-color: #263d42;
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
  color: white;
}

.pricing-product .comment {
  font-size: 14px;
}

.pricing-product .price {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
}

.pricing-product li {
  font-size: 14px;
  padding: 20px;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .pricing-column {
    width: 100%;
  }
}

.loader {
  width: 100%;
  height: 4.8px;
  display: inline-block;
  position: relative;
  background: rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.loader::after {
  content: '';
  box-sizing: border-box;
  width: 0;
  height: 4.8px;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  animation: animFw 20s linear infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none; /* Initially hidden */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  width: 100%;
  max-width: 860px;
}
