
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul, li {
	list-style: none;
}

body {
	font-family: 'Lato', sans-serif;
}

/* Reset */
a {
	text-decoration: none;
}
a:hover {
	color: var(--color-primary) !important;
}
.navbar-toggler:focus,
.form-control:focus,
.page-link:focus,
.btn:focus,
.btn-close:focus,
.form-check-input:focus {
	box-shadow: none;
}
img {
	max-width: 100%;
}
p {
	margin: 0;
}
hr {
	margin: 0;
	opacity: 1;
}


/*============ Customer Portal Login page css start ============*/
.dashboard-lft, .dashboard-rht {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 11;
}
.dashboard-lft {
	background: #fff;
	height: 100%;
	padding: 30px;
}
.verticalalign {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.formhldr h3 {
	font-size: 20px;
	color: #028aba;
	font-weight: 800;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	text-decoration: underline;
	line-height: normal;
}
.formhldr h3 a {
	color: #000000;
}
.formhldr input[type=email], .formhldr input[type=password],.formhldr input[type=text], .formhldr input[type=number] {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #acadaf;
	height: 60px;
	padding: 0 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 0;
	outline: 0;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.formhldr form label {
	font-size: 16px;
	color: var(--txtlite);
	margin-bottom: 4px;
}
.formhldr form input {
	border: 1px solid #9c9c9c;
	border-radius: 15px;
}
.formhldr form input:focus {
	box-shadow: 0 0 5px 0 var(--orangePrimary);
	border-color: var(--orangePrimary);
}
.formhldr .form-check-input:checked {
	background-color: var(--orangePrimary);
	border-color: var(--orangePrimary);
	background-image: url(../img/images/customer_portal/form_check.svg);
}
.formhldr form .dashboard-check label {
	font-size: 15px;
	display: inline;
}
.formhldr form .dashboard-check label a {
	color: #000;
	text-decoration: underline;
}

.formhldr form .dashboard-check .forget {
	float: right;
}

.dashLogin-btn {
	background: #028aba;
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	height: 55px;
	border-radius: 5px;
	padding: 0 40px;
	border: 0;
	outline: 0;
}
.dashLogin-btn:focus {
	outline: none;
}
.regisbtn-hldr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 30px;
}
.regisbtn-hldr a {
	font-size: 17px;
	color: #000;
	font-weight: 600;
	line-height: normal;
}
.faq-tut {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.faq-tut a {
	font-size: 15px;
	color: #000;
	font-weight: 500;
	line-height: normal;
	text-decoration: underline;
}
.customerLogin-dashboard .cards {
	display: flex;
	align-items: center;
	justify-content: center;	
}
.customerLogin-dashboard .cards img {
	max-width: 60px;
	max-height: 30px;
	margin-left: 5px;
   	margin-right: 5px;

}

.dashboard-rht {
	background: url(../img/images/customer_portal/content_bg.jpg) no-repeat left top;
	background-size: cover;
	color: #000;
	text-align: center;
	padding: 20px 40px;
}
.dashboard-rht h2 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px;
}
.dashboard-rht h2 span {
	font-weight: normal;
}
.dashboard-rht p {
	font-size: 18px;
	margin-bottom: 30px;
}
.dashul {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}
.dashli {
	display: flex;
	width: 33.333%;
	gap: 5px;
	margin-bottom: 30px;
}
.dashli .dashicon {
	min-width: 50px;
	width: 50px;
	margin-right: 5px;
}
.dashli p {
	font-size: 18px;
	line-height: 24px;
  	margin: 0;
}
.laphldr img {
    max-width: 550px;
}
.help-area {
	text-align: right;
}
.help-area a.helpbut {
    background: #028aba;
    color: #fff;
    font-weight: bold;
    padding: 0 25px;
    line-height: 50px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.help-area a:hover.helpbut {
    color: #fff !important;
}
.help-area a.helpbut img {
	margin-right: 8px;
}

.formhldr form .dashboard-check label {
   padding-left: 5px;
}

.logohldr {
	display: flex;
	align-items: center;
}
.logohldr img {
	/*border-radius: 50%;*/
	margin-right: 30px;
}
.logohldr .logo-text h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 2px;
}
.logohldr .logo-text p {
	font-size: 15px;
	color: #858585;
	font-weight: 700;
}

.cust-register .formhldr h3{
	padding-top: 20px;
	padding-bottom: 20px;

}


/*============ Customer Portal page css start ============*/
.customerPortal-header {
	background: #fafafa;
}
.customerLogo-area {
	display: flex;
	align-items: center;
}
.customerLogo-area .navbar-brand {
    margin-right: 0.5rem;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 50px;
}
.customerLogo-area .nav-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.customerLogo-area .logo-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}
.customerLogo-area .logo-text p {
    font-size: 15px;
    color: #858585;
    font-weight: 700;
}

.userTop-area {
	display: flex;
	align-items: center;
} 
.userTop-area .username {
	text-align: center;
	margin-right: 10px;
}
.userTop-area .username h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 3px;
}
.userTop-area .username p {
	font-size: 13px;
	color: #858585;
	font-weight: 700;
}
.userTop-area .logoutImg img {
	height: 25PX;
}



.customerPortal-main {
	min-height: calc(100vh - 186px);
    font-size: 15px;
	padding-top: 40px;
    padding-bottom: 80px;
}
.customerPortal-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.customerPortal-head .nav-tabs .nav-link {
	color: #858585;
	border: none;
	border-bottom: transform 4px solid;
	border-radius: 0;
}
.customerPortal-head .nav-tabs .nav-link.active {
    color: #212529;
    font-weight: 700;
    border-bottom: #769e38 4px solid;
}

.customerPortal-head .idTitle {
	font-weight: 700;
}
.customerPortal-head .idTitle span {
	color: var(--color-grey);
	font-weight: normal;
}

.customerPortal-head .rightArea-select {
	display: flex;
	align-items: center;
}
.customerPortal-head .rightArea-select .need-link {
	white-space: nowrap;
	margin-right: 10px;
}
.customerPortal-head .rightArea-select .account-dropdown {
	position: relative;
}
.customerPortal-head .rightArea-select .account-dropdown:before {
	content: '';
	background: url("../images/user.png") no-repeat;
	position: absolute;
    width: 24px;
    height: 24px;
	left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.customerPortal-head .rightArea-select .account-dropdown:after {
	content: '';
	background: url("../images/down_arrow.png") no-repeat;
	position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
	right: 10px;
    transform: translateY(-50%);
}
.customerPortal-head .rightArea-select .account-dropdown .form-control {
	padding-left: 40px;
	padding-right: 30px;
	height: auto;
}




.customerPortal-content .tab-pane {
	background: #fafafa;
	padding: 20px;
}

.customerPortal-content .btn {
	min-width: auto;
    min-height: auto;
}
.customerPortal-content .btn-primary:hover, .customerPortal-content .btn-primary:focus {
    color: #fff !important;
}

.balance-area {
	display: flex;
	margin-top: 30px;
}
.balance-area .balanceDate {
	font-weight: 700;
    margin-right: 60px;
}
.balance-area .balanceTotal {
    font-size: 18px;
	font-weight: 800;
    margin-right: 0;
}
.balance-area .infoIcon {
	margin-left: 20px;
    margin-right: 20px;
}
.balance-area .editLink {
	margin-right: 50px;
}
.balance-area .lastPayment {
	text-align: center;
}
.balance-area .lastPayment span {
    display: block;
}


.autoPay-area .autoPay-title {
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 5px;
}
.autoPay-area .autoPay-desc {
	font-size: 15px;
	color: #858585;
	margin-bottom: 10px;
}

.autoPay-area .form-group {
	margin-bottom: 10px;
}
.autoPay-area .labelTitle {
	font-size: 15px;
	color: #858585;
	font-weight: 700;
}
.autoPay-area .form-control {
	background-color: transparent;
	height: auto;
}
.subscriptionRadio-area {
	display: flex;
}
.subscriptionRadio-area .form-check {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.subscriptionRadio-area .form-check:last-child {
    margin-right: 0;
}
.subscriptionRadio-area .form-check-label {
	display: flex;
	align-items: center;
}
.subscriptionRadio-area .form-check .form-check-input {
	margin-right: 5px;
}
.subscriptionRadio-area .form-check .form-control {
	margin-left: 5px;
	margin-right: 5px;
}
.subscriptionRadio-area .form-check span {
	white-space: nowrap;
}
.autoPay-area textarea.form-control {
	height: 120px;
	resize: none;
}

.btn-next {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
.btn-next:hover {
    background-color: #0069d9;
    color: #fff;
    border-color: #0069d9;
}



.btn-outline-secondary {
    color: #2b2b2b;
    border-color: #ced4da;
}
.btn-outline-secondary:hover, .btn-outline-secondary.dropdown-toggle.show {
    background-color: #fafafa;
    color: #2b2b2b;
    border-color: #ced4da;
}
.btn-outline-secondary.dropdown-toggle.show:focus {
	box-shadow: none;
}

.customerPortal-head .rightArea-select .dropdown {
	position: relative;
}
.customerPortal-head .rightArea-select .dropdown .dropdown-toggle {
	font-weight: 700;
	padding-left: 40px;
	padding-right: 30px;
}
.customerPortal-head .rightArea-select .dropdown .dropdown-toggle:before {
	content: '';
	background: url("../img/images/customer_portal/user.png") no-repeat;
	position: absolute;
    width: 24px;
    height: 24px;
	left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.customerPortal-head .rightArea-select .dropdown .dropdown-toggle:after {
	content: '';
	background: url("../img/images/customer_portal/down_arrow.png") no-repeat;
	border:none;
	position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
	right: 10px;
    transform: translateY(-50%);
}








.footer-sec {
	background: #fafafa;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}
.footer-cards img {
    max-height: 30px;
}

[ui-pnotify].ui-pnotify .brighttheme-success {
	background-color: #AFF29A;
	border: 0 solid #35DB00;
}


/*============ Customer Portal Statement page css start ============*/
.statementTile {
	font-size: 28px;
	font-weight: 700;
}

.customerPortal-head .rightArea-date {
    display: flex;
    align-items: center;
}
.customerPortal-head .rightArea-date .date-title {
	font-weight: 700;
	margin-right: 20px;
}
.customerPortal-head .rightArea-date .date-title:last-child {
	margin-right: 0;
}
.customerPortal-head .rightArea-date .date-title span {
    color: #858585;
    font-weight: normal;
    display: block;
}

.statement-table .balance-total {
	font-size: 18px;
	text-align: right;
}

.totalPay-area {
	background: #fafafa;
	text-align: center;
}
.totalPay-area .payTitle {
	background: #e7e5e5;
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    margin-bottom: 0;
}
.totalPay-area .pay-price {
	font-size: 34px;	
	font-weight: 600;
	margin-bottom: 10px;
}
.totalPay-area .btn{
	max-width: 150px;
	width: 100%;
}



.btn-next {
    background-color: #769e38;
    color: #fff;
    border-color: #769e38;
}
.btn-next:hover {
    background-color: #668c2c;
    color: #fff;
    border-color: #668c2c;
}

.autoPay-area .nav-link {
    background: #dfdfdf;
    color: #212529;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 1rem;
    min-width: 170px;
    border-radius: 10px;
    margin-right: 10px;
    pointer-events: none;
    position: relative;
}
.autoPay-area .nav-item:last-child .nav-link {
    margin-right: 0;
}
.autoPay-area .nav-link.active {
	background: #769e38 ;
	color: #fff;
}
.autoPay-area .nav-item .nav-link.active:after {
    content: "";
    width: 0;
    height: 0;
    border-left: transparent 10px solid;
    border-right: transparent 10px solid;
    border-top: #769e38 10px solid;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}


/*.autoPay-area .nav-link {
    background: #0d6efd;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem 1rem 0.5rem 2rem;
    min-width: 170px;
    position: relative;
}
.autoPay-area .nav-link:before {
	content: '';
	width: 0; 
	height: 0; 
	border-top: transparent 19px solid;
	border-bottom: transparent 19px solid;
	border-left: #fff 19px solid;
	position: absolute;
	top: 0;
	right: -22px;
	z-index: 1;
}
.autoPay-area .nav-link:after {
	content: '';
	width: 0; 
	height: 0; 
	border-top: transparent 19px solid;
	border-bottom: transparent 19px solid;
	border-left: #0d6efd 19px solid;
	position: absolute;
	top: 0;
	right: -19px;
	z-index: 2;
}*/

.autoPay-area .nav-link.active {
	background: #769e38 ;
	color: #fff;
}
/*.autoPay-area .nav-link.active:after {
	border-left: #769e38 19px solid;
}*/
.customerPortal-content .autoPay-area .tab-pane {
	padding: 20px 0 0 0;
}
.autoPay-area .checkbox {
	display: flex;
	align-items: center;
}
.autoPay-area .checkbox input {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.contact-cls a {
	background: #f8f8f8;
	color: #212529;
	height: 180px;
	box-shadow: 0px 6px 8px 0px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0px 6px 8px 0px rgb(0 0 0 / 8%);
}
.contact-cls i {
	font-size: 64px;
	color: #769e38;
}
.contact-cls h4 {
	font-size: 18px;
	font-weight: 700;
}


.dataTables_length {
	margin-bottom: 10px;
}
.dataTables_length label {
	display: inline-flex;
	align-items: center;
}
.dataTables_length label .form-control {
	width: 46px;
	margin-left: 5px;
	margin-right: 5px;
}

.dataTables_filter {
	margin-bottom: 10px;
}
.dataTables_filter label {
	display: inline-flex;
	align-items: center;
}
.dataTables_filter label .form-control {
	margin-left: 5px;
}

.dataTables_paginate .pagination {
	justify-content: flex-end;
}

.customerPayment-history .total-payment {
	display: inline-block;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.statementTile {
		font-size: 22px;
	}
	.customerPortal-head .rightArea-date {
		margin-top: 5px;
	}
	.statement-table .balance-total {
		font-size: 16px;
	}

	.dashboard-rht h2 {
		font-size: 28px;
	}
	.dashboard-rht p {
		font-size: 16px;
	}
	.dashli {
		width: 100%;
		align-items: center;
		margin-bottom: 20px;
	}
	.dashli p {
		font-size: 15px;
	}

	.laphldr img {
	    max-width: 100%;
	}

	.autoPay-area .nav-link {
	    min-width: 140px;
	}


}

@media screen and (max-width: 575px) {
	.autoPay-area .nav {
		width: 100%;
	}
	.autoPay-area .nav li {
		width: 33.33%;
	}
	.autoPay-area .nav-link {
	    font-size: 13px;
	    height: 40px;
	    min-width: auto;
	   padding: 4px 3px 4px 10px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	/*.autoPay-area .nav-link:before {
		border-top: transparent 20px solid;
		border-bottom: transparent 20px solid;
		border-left: #fff 10px solid;
		right: -11px;
	}
	.autoPay-area .nav-link:after {
		border-top: transparent 20px solid;
		border-bottom: transparent 20px solid;
		border-left: #0d6efd 10px solid;
		right: -10px;
	}
	.autoPay-area .nav-link.active:after {
		border-left: #769e38 10px solid;
	}*/

}






@media (min-width: 1400px) {
.customer-container {
    max-width: 1140px;
}

}



@media screen and (max-width: 991px) {
.dashboard-lft, .dashboard-rht {
	height: auto;
}

.verticalalign {
	top: auto;
	transform: none;
}

}


