/* NEW CSS FOR LOGIN */

.portal_login_wrap {
  position: relative;
  background: linear-gradient(360deg, rgba(38, 165, 154, 0.08) 0%, rgba(213, 35, 83, 0.24) 100%);

}


.portal_login_wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-size: auto;
  background-image: url(../images/portal/portal_login_bg.png);
  content: "";
  background-position: center top;
}

.login_head h3 {
  font-size: 1.3rem;
}

.input-group-icon {
  background: #ffffff;
  /* color: #fff; */
  border: 1px solid #eee;
  min-width: 44px;
  display: flex;
  justify-content: center;
  border-radius: .25rem;
  padding: 10px 0;
}

.login_head {
  position: relative;
}

.login_head:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 3px;
  background-color: #26A59A;

}


.quixnav .metismenu>li a>i {
  font-size: 1.2rem;
  display: block;
  vertical-align: middle;
  padding: 0 0.6rem 0 0.1rem;
  font-weight: 700;
  position: relative;
  top: -2px;
  float: left !important;
}

.quixnav .metismenu>li a>span {
  margin-top: 2px;
  display: block;
}

.dashboard_wrap {
  padding-top: 5rem;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .quixnav .metismenu>li:hover>a .nav-text {
  display: inline-block;
  padding-left: 0 !important;
}



.dashboard-card {
  border-radius: 10px;
  background: #f8fbfc;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  background: linear-gradient(97.15deg, #FFFFFF 9.09%, #F6F8FF 96.71%);
  border: 1px solid #DEDEDE;

}

.dashboard-card .dashboard_in {
  position: relative;
  z-index: 1;
}

.dashboard-card .icon-box {
  display: flex;
  align-items: top;
  justify-content: center;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.dashboard-card .stat-text {
  font-size: 1rem;
  color: #868e96;
}

.dashboard-card .stat-digit {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
}

.dashboard-card .welcome-text {
  font-size: 1rem;
  color: #000000;
}

.dashboard-card .user-name {
  font-size: 26px;
  color: #26A59A;
  font-weight: 700;
}

.dashboard-card .user-box {
  display: flex;
  align-items: top;
  justify-content: center;
  width: 66px;
  height: 66px;
  background: #FFFFFF;
  border: 4px solid #8C8C8C;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 98px;
  overflow: hidden;

}

#morris_donught,
#morris_donught_2,
#line_chart_2,
#morris_bar,
#morris_bar_stalked,
#morris_bar_2,
#morris_area_2,
#morris_area {
  height: 210px !important;
}



.payment_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
    border-bottom: 1px dashed #ccc;

}
.payment_container + .payment_container{
      border-bottom:none;

}
.status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.paid .dot {
  background-color: #26A59A;
}

.unpaid .dot {
  background-color: #D52353;
}

.amount {
  font-weight: bold;
  color: #000000;
  font-size: 1.1rem;
}

.divider {
  flex-grow: 1;
  border-bottom: 1px dashed #ccc;
}

.photo-content .profile-photo {
	background: #ffffff;
  border: solid 2px #ccc;
}
.accordion__body--text {
	padding: 0.9375rem;
	border: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-radius: 0 0 8px 8px;
	z-index: 999999;
	position: relative;
	margin-top: -4px;
	background: #ffffff;
}
.accordion__header {
  background-color: #f7f7f7;
	border-radius: 8px 8px ;
}