body {
  font-family: "Gilroy", sans-serif !important;
  background: #f8f8f8 !important;
  color: #04062f;
}

.bdln {
  border: 1px solid black;
}

.test-offset {
  position: relative;
  margin-right: -550px;
}

.bg-img-header {
  background: url("/src/assets/img/header-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.border-gradient-purple {
  border-image-source: linear-gradient(
    90deg,
    #181d8e 0%,
    #12108a 34.37%,
    #328ccd 100%
  );
}

.header-title {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 51px;
  color: #000000;
}

.header-paragraph {
  font-size: 16px;
  line-height: 22px;
  /* or 157% */

  text-align: justify;

  color: #4b4b4b;
}

.section-title {
  margin: 65px auto;
}

.card-extra {
  background: #ffffff;
  border: 0.78882px solid #d8d2d2;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.count {
  font-size: 4.5rem;
  line-height: 80px;
  /* identical to box height, or 113% */

  letter-spacing: 0.788604px;

  color: rgba(68, 21, 140, 0.67);
}

.about-bg {
  position: absolute;
  margin-top: 150px;
  z-index: -999;
}

.btn-outline-primary {
  color: #181d8e !important;
  border: 1px solid #181d8e !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  border: none;
  background: #181d8e !important;
}
.easy-use {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 72px;
}

.header-scroll {
  margin-top: 50px;
  letter-spacing: 6px;
  color: rgba(24, 29, 142, 0.9);
  -webkit-animation: colorText 5s ease-out infinite,
    nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}

#second-slider .owl-prev {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 40%;
  padding: 20px !important;
  left: 0;
  border-radius: 50% !important;
  background: #e2e2e2;
  opacity: 0.9;
  box-shadow: 0px 2.2px 2.2px rgba(0, 0, 0, 0.25);
}

#second-slider .owl-next {
  display: none !important;
}

#second-slider .owl-prev i {
  color: #23054a;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* dashboard custom styles starts here  */

body {
  margin: 0;
  font-size: 1rem !important;
  line-height: 1.5;
  background-color: #fcfcfc !important;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.dash-nav-container {
  height: 100%;
}

.sidebar-wrapper {
  background: rgba(233, 234, 234, 0.12);
  border: 1px solid rgba(69, 17, 139, 0.12);
  box-sizing: border-box;
  border-radius: 8px;
  height: 100%;
}

.scroll-vertical {
  overflow: scroll;
  height: auto;
}
.scroll-vertical:hover {
  overflow: auto;
}
.scroll-vertical::-webkit-scrollbar {
  width: 3px;
}
.scroll-vertical::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll-vertical::-webkit-scrollbar-thumb {
  background: rgb(175, 175, 175);
}
.scroll-vertical::-webkit-scrollbar-thumb:hover {
  background: rgb(177, 177, 177);
}

.hr {
  border: 0.7px solid;

  border-image-source: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.3) 24.48%,
    rgba(0, 0, 0, 0.47) 49.58%,
    rgba(0, 0, 0, 0.3) 77.08%
  );
}

.dashboard-heading {
  color: #053c4d;
}

.dashboard-heading + .setting-icon {
  color: rgba(5, 60, 77, 0.5);
}

.dash-nav-items {
  color: #5f5d62;
  font-weight: 500;
  cursor: pointer;
}

.dash-nav-items:hover {
  border: 0.2px solid #181d8e;
  border-radius: 5px;
  margin: 0.2rem auto;
  transition: margin ease-in 0.1s;
}

.dash-nav-items div.dash-nav-icon-active {
  color: #181d8e;
}

.dash-nav-item {
  border: 0.2px solid #181d8e;
  border-radius: 5px;
}

.dash-active {
  color: #181d8e;
  font-size: 0.8rem;
  font-weight: bold;
  border: 0.2px solid #181d8e;
  border-radius: 5px;
}

.dash-active .dash-nav-icon-active {
  display: block !important;
}

.dash-nav-items .dash-nav-icon-active {
  display: none;
}

.dash-nav-items:focus {
  outline: none;
}

.dash-nav-scheme-btn {
  color: #cb236d;
  font-weight: bold;
}

.dash-nav-logout-btn {
  color: #c50202;
  font-weight: bold;
}

hr {
  /* visibility: hidden; */
  margin: 0 auto;
  margin-top: 40px;
  width: 90%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 24.48%,
    rgba(0, 0, 0, 0.47) 49.58%,
    rgba(0, 0, 0, 0.3) 77.08%
  );
  opacity: 0.05;
}

/* Search Filter starts here  */

.filter-bg {
  background: rgba(196, 196, 196, 0.1);
  padding: 1rem !important;
  margin: 1.5rem 0 !important;
}

.btn-custom-filter {
  background: #036619 !important;
  color: #fafafa !important;
  font-weight: bold !important;
}

.search-param-card {
  background: #ffffff;
  border: 2px solid #9bd4de;
  padding: 0.5rem 1.5rem;
  color: #707070;
  box-sizing: border-box;
}

.bg-pill-search {
  background: #0f7a67;
  margin-bottom: 5px;
  margin-top: 5px;
}

.card.dash-card {
  border: 1px solid #e7e6e6;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
}

.card.bd-bottom {
  border: 1px solid #e7e6e6;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  /* padding: 2rem 0; */
  border-bottom: 12.5px solid #45118b;
}

.dash-banner {
  background: url("/assets/img/dash-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dash-divider {
  margin: 0.5rem 0 !important;
  border: 0 !important;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.3) 24.48%,
    rgba(0, 0, 0, 0.47) 49.58%,
    rgba(0, 0, 0, 0.3) 77.08%
  );
  opacity: 1;
  width: 100%;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: o;
  background: #263861;
  color: white;
}

.table td,
.table th {
  padding: 0.75rem;
  font-size: 13px;
}

.table td {
  color: rgba(0, 0, 0, 0.6);
}

.btn-primary-custom {
  background-color: #4b9afa !important;
  color: #ffffff !important;
}

a.dropdown-item {
  font: 13px !important;
  padding: 0.2rem 1rem;
}

ul.dropdown-menu {
  padding: 0px;
  font-size: 0.9rem;
}

.btn-primary-custom {
  background-color: #4b9afa !important;
  color: white !important;
}

.pointer {
  cursor: pointer;
}

.zone-pills {
  border: 1px solid #0f7a67;
  box-sizing: border-box;
  border-radius: 30px;
  color: #0f7a67;
  font-weight: bold;
  background: transparent;
}

.profile-avatar {
  border-radius: 100%;
  background: #556383;
  color: #fcfcfc;
  padding: 1rem;
  text-transform: uppercase;
  height: auto;
}
label[required]::after {
  content: "*";
  color: #f00;
}
.required::after {
  content: "*";
  color: #f00;
}
.modal-header {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  font-size: 52px;
}
.modal-title {
  font-size: 1.5rem;
  color: #053c4d;
}
.modal-footer {
  padding-top: 0px !important;
  border-top: none !important;
}
.modal-body {
  padding: 0px !important;
}
/* =========================================== */

.offcanvas.show {
  height: 100vh !important;
}
.db-card {
  border: 0.4px solid #ebebeb !important;
  box-shadow: 0px 3.24px 10.53px rgba(0, 0, 0, 0.08);
  border-radius: 3.24px;
}
.dbord-pink {
  background: #c7215c;
  box-shadow: 0px 3.24px 11.34px rgba(0, 0, 0, 0.15);
  border-radius: 3.24px;
}
.dbord-green {
  background: #1edf82;
  box-shadow: 0px 3.24px 11.34px rgba(0, 0, 0, 0.15);
  border-radius: 3.24px;
}

.stretch-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100% !important;
  min-width: 100%;
}
.bg-gradient-revenue {
  background: linear-gradient(89.73deg, #0070a5 1.23%, #54c8ff 99.8%);
  box-shadow: 0px 3.24px 10.53px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none !important;
}
.card.card-img-holder {
  position: relative;
}
.card.card-img-holder .card-img-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
img {
  vertical-align: middle;
  border-style: none;
}

.db-numbers {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.19);
}
.minor-funds {
  max-width: 80%;
  text-align: right;
}
