.bg-content {
  border-radius: 20px;
  background-repeat: no-repeat;
  /* background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%); */
  /* background-image: linear-gradient(to bottom right, #FDFCFB, #E2D1C3); */
  background-image: url('data:image/svg+xml,<svg class="svg-top" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%2315527C" fill-opacity="1" d="M0,320L48,293.3C96,267,192,213,288,192C384,171,480,181,576,197.3C672,213,768,235,864,224C960,213,1056,171,1152,149.3C1248,128,1344,128,1392,128L1440,128L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z"></path></svg>');
  min-height: 500px;
}
.logo-icon {
  height: 75px;
  width: auto;
}
.main-menu {
  justify-content: right;
}
.righ-menu {
  background: var(--darkBlue);
  border-radius: 30px;
  /* border: 1px solid var(--darkBlue); */
}
.menu-link:hover {
  background: var(--darkBlue) !important;
  /* color: #2f2f2f !important; */
  /* background: none !important; */
  /* border-top: 1px solid var(--workflow);     */
}
.menu-title {
  color: var(--white) !important;
  font-family: "Titillium Web", sans-serif;
  font-size: 15px;
}
.menu-sub-dropdown {
  background: var(--darkBlue);
}
.menu-sub-dropdown .menu-link:hover {
  background: none !important;
}
.menu-state-bg .menu-item.show > .menu-link {
  background: var(--darkBlue);
  color: var(--white) !important;
}
.menu-state-bg .menu-item.show > .menu-link .menu-arrow:after {
  background: var(--white) !important;
}
.menu-item .menu-link.active {
  background: var(--darkBlue) !important;
}
.daterangepicker .drp-calendar th {
  background: none !important;
  color: var(--bs-gray-800) !important;
}
