@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;800&display=swap");
* {
  font-family: "Poppins", sans-serif;
}
.profile-color {
  color: rgba(247, 104, 26, 0.5);
}
.bg-color {
  background-color: rgba(247, 104, 26, 0.5);
}

.desc {
  background-image: linear-gradient(
      rgba(0, 0, 255, 0.5),
      rgba(242, 141, 86, 0.5)
    ),
    url("../images/bg-financial.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.bg-jumboron {
  background-image: linear-gradient(
    rgba(0, 0, 255, 0.5),
    rgba(242, 141, 86, 0.5)
  ) !important;
}
.content {
  padding-top: 100px;
  padding-bottom: 50px;
  width: 100%;
  font-weight: bold;
}
.sub-title {
  margin: 50px;
  font-size: 16px;
  line-height: 23px;
}

.my-custom-scrollbar {
  position: relative;
  height: 250px;
  overflow: auto;
}
.table-wrapper-scroll-y {
  display: block;
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}
