#sidebar-menu .has-arrow:after {
    content: "\eb3a";
    font-family: unicons-line;
}
.authentication-bg {
  /*background: linear-gradient(90deg, rgba(82,52,140,1) 0%, rgba(79,135,148,1) 55%, rgba(79,116,148,1) 100%);*/
  background-image: url(../images/background/e-cash-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: relative;
}
/*.authentication-bg::after {
  background-image: url(../images/background/gov-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /*opacity: 0.15;*/
}*/
.authentication-bg .container {
  position: relative;
  z-index: 1;
}
.account-pages {
    height: 100vh;
    display: flex;
    align-items: center;
}
.form-control, .form-select, .table-bordered, .form-check-input {
    border: var(--bs-border-width) solid #cbcedc;
}
.dashboard-content-box {
    height: calc(100vh / 1 - 215px);
    display: flex;
  align-items: center;  
}
.dashboard-container {
  display: flex;
  align-items: center;  
}
.dashboard-heading {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.6;
}
.dash-board-card1 {
    background-color: #34c38f;
}
.dash-board-card2 {
    background-color: #f46a6a;
}
.dash-board-card3 {
    background-color: #50a5f1;
}
.dash-board-card4 {
    background-color: #f1b44c;
}
.logo-sz {
    height: 32px;
}