.header_bk_black {
  background-color: black;
}

.highlight-Line {
  font-size: 1.5rem;
  /* font-weight:lighter; */
  line-height: 1.5;
}

.jumbotron-override {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.jumbotron-custom {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 0 !important;
  /* background-color: transparent; */
  /* background: linear-gradient(#0e608a 10px, #203a531e 1px); */
  /* background-image: linear-gradient(rgb(73, 73, 73), #ffffff, rgb(255, 255, 255), rgb(192, 192, 192));
    background-image: url("/images/texture-1.jpg"); */
  /* background-size: cover; */
  /* height: 100%; */
}

.bg-darkblue {
  background-color: #0f2160;
}

/* Charts */

.performanceChart {
  width: 100%;
  height: 400px;
}

.list-group-hover .list-group-item:hover {
  background-color: #f5f5f5;
}

.list-group-item.active {
  background-color: #0e608a;
  border-color: #f5f5f5;
}

.txt-dark {
  color: #0e608a;
}

.txt-dark a:hover {
  color: #0e608a;
  font-weight: bold;
  text-decoration: underline;
}

/* Copy to clip Board for Code Mirror*/

.copy-code-wrap {
  height: 34px;
  width: 34px;
  position: absolute;
  top: 10px;
  right: 25px;
  z-index: 10;
  cursor: pointer;
}

.copy-code {
  height: 36px;
  width: 36px;
  position: absolute;
  bottom: 10;
  right: 0;
  background: #5e5f5f;
  border-radius: 50%;
  z-index: 10;
  transition: 0.2s;
  padding-left: 10px;
  padding-top: 0px;
}

.copy-code-text {
  position: relative;
  font-size: 10px;
  line-height: 0px;
  margin-left: -2px;
  margin-top: 2px;
}

.copy-code::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  /* content: "\f328"; */
  color: #fff;
  position: absolute;
  top: 3px;
  left: 10px;
}

.copy-code-wrap:active .copy-code {
  transform: translate(0, 0) scale(0.9);
}

/* End Copy to clip Board for Code Mirror*/

.rotate90 {
  transform: rotate(90deg);
  /* Equal to rotateZ(45deg) */
}

.icon {
  height: 1rem;
  width: 1rem;
}

.footer-cosfire {
  background-color: #093953;
  color: #dbdbdb;
  z-index: 1000;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.fadeIn {
  background-color: #ff6699;
  animation: 2s KeyFrameFadeIn;
  animation-fill-mode: forwards;

  visibility: hidden;
}

@keyframes KeyFrameFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    visibility: visible;
    opacity: 1;
  }
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

#home-chart-container {
  width: 100%;
  /* height: calc(100% - 60px); */
  height: 100px;
  /* height: calc(100% - 160px); */
  z-index: -10000;
  /* transform: scaleY(.5) skewY(-20deg) translate(-200px, 100px); */
}

#home-chart-column {
  width: 100%;
  height: calc(100% - 160px);
  /* height: 600px; */
  z-index: -10000;
  /* transform: scaleY(.5) skewY(-15deg) scaleX(1.1)  translate(-10px, 100px); */
  transform: translate(0px, 14px);
}

#home-chart-pie {
  width: 500px;
  height: 500px;
  position: absolute;
  top: 25%;
  left: 50%;
  /* height: 600px; */
  z-index: -10000;
  /* transform: scaleY(.5) skewY(-15deg) scaleX(1.1)  translate(-10px, 100px); */
  /* z-index: 10000; */
}
