.JTlogo {
    width: auto !important;
    max-width: 160px;
    height: auto !important;
        padding: 15px 0px;
}

.JTsearch {
  margin-left: 20px;
}

.modal-content {
     background: #fff; 
}

.layout-boxed.dark .dropdown-menu {
  background: #0e1726;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  border: 1px solid #191e3a;
}

.JTmodalBody {

}

.JTmodalBody > div {
  max-width: 450px;
  position: relative;
}

.JTmodalBodyImg img {
  max-width: 100%;
  display: block;
}

.JTmodalBodyImg svg {
    position: absolute;
    max-width: 180px;
    z-index: 1;
}

.JTmodalProductSVG01 {
  top: 50px;
  right: 0px;
}

.JTmodalProductSVG02 {
  top: 50px;
  left: 0px;
}

.JTmodalProductSVG04 {
  bottom: 50px;
  right: 0px;
}

.JTmodalProductSVG03 {
  bottom: 50px;
  left: 0px;
}

.JTmodalBodyImg svg circle,
.JTmodalBodyImg svg polyline {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.JTmodalBodyImg h5 {
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  color: #4361EE !important;
    max-width: 170px;
    margin-bottom: 0px;
    opacity: 0;
    animation: fade 0.5s linear forwards;
    animation-delay: 0.5s;
}

.JTmodalBodyImg h5.JTmodalProductTxt01 {
  top: 0px;
  left: 0px;
}

.JTmodalBodyImg h5.JTmodalProductTxt02 {
  top: 0px;
  right: 0px;
      text-align: right;
}

.JTmodalBodyImg h5.JTmodalProductTxt03 {
  bottom: 0px;
  left: 0px;
}

.JTmodalBodyImg h5.JTmodalProductTxt04 {
  bottom: 0px;
  right: 0px;
      text-align: right;
}

@keyframes fade {
  to {
    opacity: 1;
  }
}

.JTmodalProductTxt01 {

}

.JTmodalProductTxt02 {

}

.JTmodalProductTxt03 {

}

.JTmodalProductTxt04 {
  
}

.JTmodalProductContent {
      margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #191e3a;
}

.JTmodalProductContent h3 {
  font-size: 21px;
  line-height: 25px;
}

.footer-section.f-section-1 {
  margin: auto;
}

.JTdashboardBody {
  max-width: 1150px;
  margin: 20px auto 0px;
}


@media (max-width: 768px) {
.JTdashboardBody > div:first-child .w-chart {
  position: static;
}

body.dark .secondary-nav,
.secondary-nav {
  top: 64px;
}
}