:root {
	--assist-primary: #4C9796;
	--assist-green: #48925B;
	--assist-yellow: #F4C342;
	--assist-red: #B5342C;
	--assist-purlpe: #7B5099;
	--assist-lightgray: #F2F4F8;
}

body {
	font-family: "Fira Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 18px;
	background-color: #f2f4f8;
}

a {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	outline: none;
	color: var(--assist-primary);
}

a:focus,
button:focus {
	outline: none !important;
}

.login-section {
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	min-height: 100vh;
}

.login-box {
	max-width: 1040px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 0px 44px 10px rgba(0, 0, 0, 0.10);
	flex-wrap: wrap;
}

.login-box-logo {
	width: 50%;
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(143deg, #B5342C 0%, #7B5099 100%);
}

.login-box-left {
	padding: 64px;
	width: 50%;
}

.login-box-left label {
	margin-bottom: 5px;
}

h1 {
	font-size: 34px;
	font-weight: 700;
}
a.btn.btn-purple {
    background-color: var(--assist-purlpe);
    color: #ffff !important;
}
.my-plan-box.newone {
    border-radius: 0 0 12px 12px;
    border-top: 4px solid #7B5099;
}
.my-plan-box.new {
    border-radius: 0 0 12px 12px;
    border-top: 4px solid #48925B;
}
.my-plan-box.newone a {
    color: #7b5099;
    font-size: 16px;
    text-decoration: none;
}
.form-control {
	border-radius: 12px;
	padding: 10px 16px;
	border: 1px solid rgba(147, 149, 152, 0.50);
}
.form-check-input:checked {
	background-color: var(--assist-primary);
	border-color: var(--assist-primary);
}

.form-check-input[type=checkbox] {
	border-radius: 3px;
}

.form-check-input {
	border: var(--bs-border-width) solid #545454;
}

.btn {
	border-radius: 8px;
	padding: 10px 16px;
	font-weight: 500;
}

.btn-primary {
	background: var(--assist-primary);
	border-color: var(--assist-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
:not(.btn-check)+.btn-primary:active {
	background-color: var(--assist-green);
	border-color: var(--assist-green);
}

.text-purple {
	color: var(--assist-purlpe) !important;
}

.header {
	padding: 10px 70px;
	background: linear-gradient(91deg, #B5342C -0.81%, #7B5099 100.75%);
}

.navbar-brand img {
	max-width: 154px;
}

.header-right {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: 30px;
}

.header-right .dropdown-toggle::after {
	display: none;
}

.header-right .dropdown-menu[data-bs-popper] {
	left: auto;
	right: 0px;
}

.user-header {
	width: 44px;
	height: 44px;
	object-fit: cover;
	overflow: hidden;
	border-radius: 50%;
}

.user-header img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.nav-link {
	font-size: 14px;
	font-weight: 400;
	color: #ddd;
}

.navbar-nav li {
	padding-left: 16px;
	padding-right: 16px;
}

.navbar-nav {
	padding-left: 30px;
}

.inner-section {
	padding-top: 60px;
	padding-bottom: 60px;
	background: var(--assist-lightgray);
	min-height: calc(100vh - 95px);
}

.btn-sm {
	font-size: 12px;
	font-weight: 500;
	padding: 7px 16px;
}

.btn-secondary {
	background: var(--assist-purlpe);
	border-color: var(--assist-purlpe);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:focus-visible,
:not(.btn-check)+.btn-secondary:active {
	background-color: #7e33b2;
	border-color: #7e33b2;
}

.progress-half {
	position: relative;
	text-align: center;
}

.barOverflow {
	/* Wraps the rotating .bar */
	position: relative;
	overflow: hidden;
	/* Comment this line to understand the trick */
	width: 124px;
	height: 62px;
	/* Half circle (overflow) */
	margin: 0 auto -30px auto;
}

.bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 124px;
	height: 124px;
	/* full circle! */
	border-radius: 50%;
	box-sizing: border-box;
	border: 12px solid #b6d3bd;
	/* half gray, */
	border-bottom-color: #48925b;
	/* half azure */
	border-right-color: #48925b;
}

.balance-box {
	border-radius: 2px 2px 12px 12px;
	border-top: 4px solid var(--assist-green);
	padding: 16px;
	background: #fff;
	box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.05);
}

.balance-box h5 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.balance-box h5 img {
	margin-right: 10px;
}

.progress-half span {
	display: block;
	font-size: 18px;
	font-weight: 500;
}

.progress-half small {
	display: block;
	font-size: 10px;
	font-weight: 500;
	margin-top: -4px;
}

.balance-date {
	font-size: 10px;
	margin-top: 12px;
}

.balance-box-text {
	border-color: var(--assist-primary);
}

.balance-box-data {
	border-color: var(--assist-yellow);
}

.balance-box-text .bar {
	border: 12px solid #b7d5d5;
	/* half gray, */
	border-bottom-color: var(--assist-primary);
	/* half azure */
	border-right-color: var(--assist-primary);
}

.balance-box-data .bar {
	border: 12px solid #fbe7b3;
	/* half gray, */
	border-bottom-color: var(--assist-yellow);
	/* half azure */
	border-right-color: var(--assist-yellow);
}

.btn-success {
	border-color: var(--assist-green);
	background: var(--assist-green);
}

.mybill-box {
	border-radius: 2px 2px 12px 12px;
	border-top: 4px solid var(--assist-green);
	padding: 16px 16px 30px 16px;
	background: #fff;
	box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.05);
}

.mybill-box h2 {
	font-size: 38px;
	font-weight: 700;
	margin-top: 16px;
}

.fs-14 {
	font-size: 14px;
}

.fs-20 {
	font-size: 20px;
}

.text-primary {
	color: var(--assist-primary) !important;
}

.btn-warning {
	background: var(--assist-yellow);
	border-color: var(--assist-yellow);
	color: #fff;
}

.balance-box-recertification {
	border-color: var(--assist-red);
}

.btn-danger {
	border-color: var(--assist-red);
	background: var(--assist-red);
}

.mybill-box-notifications {
	border-color: var(--assist-purlpe);
}

.fs-12 {
	font-size: 12px;
}

.new-nori {
	position: relative;
}

.new-nori::before {
	width: 4px;
	height: 4px;
	background: var(--assist-red);
	border-radius: 4px;
	position: absolute;
	top: -0px;
	right: -5px;
	content: "";
}

.right-new-noti-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-new-noti-ul li {
	display: flex;
	padding: 8px 12px;
	align-items: center;
	gap: 16px;
	align-self: stretch;
	font-size: 10px;
	border-bottom: 1px solid #BBBBBB;
}

.noti-title {
	font-size: 12px;
}

.close-noti {
	margin-left: auto;
}

.right-new-noti-ul li:last-child {
	border: none;
}

.doc-noti {
	opacity: .5;
}

.noti-active {
	border-radius: 12px;
	background: #EBEBEB;
	border: none !important;
}

.noti-active .doc-noti {
	opacity: 1;
}

.noti-active .noti-title {
	font-weight: 500;
}

.login-section form.login {
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	border-radius: 0px;
}

.btn-rario-custom {
	border-radius: 12px;
	border: 1px solid rgba(147, 149, 152, 0.50);
	border-radius: 12px;
	background: #fff;
	padding: 12px 16px;
	width: 100%;
	color: #989898;
	text-align: center;
	font-size: 14px;
}

.refill-radio-list {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 8px;
	flex-wrap: wrap;
}

.refill-radio-list-box {
	width: calc(25% - 6px);
}

.btn-rario-custom strong {
	display: block;
	width: 100%;
	font-weight: 500;
	color: #000;
	font-size: 16px;
}

.refill-radio-list-box .btn-check:checked+.btn,
.refill-radio-list-box :not(.btn-check)+.btn:active {
	background-color: #f7bdb9;
	color: #000;
	border: 1px solid rgba(147, 149, 152, 0.50);
}

.mybill-box-notifications .refill-radio-list-box .btn-check:checked+.btn,
.mybill-box-notifications .refill-radio-list-box :not(.btn-check)+.btn:active {
	background-color: #E5DCEB;
	color: #000;
	border: 1px solid rgba(147, 149, 152, 0.50);
}

.balance-box-data .refill-radio-list-box .btn-check:checked+.btn,
.balance-box-data .refill-radio-list-box :not(.btn-check)+.btn:active {
	background-color: #FDF3D9;
	color: #000;
	border: 1px solid rgba(147, 149, 152, 0.50);
}

.right-cart-box {
	border-radius: 12px;
	background: #fff;
	position: sticky;
	top: 24px;
	padding: 24px;
	box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.05);
}

.text-muted {
	color: #BBB !important;
}

.right-cart-items-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right-cart-items-ul li {
	display: flex;
	gap: 16px;
	border-bottom: 1px solid rgba(147, 149, 152, 0.30);
	padding-top: 16px;
	padding-bottom: 16px;
}

.right-cart-items-ul h5 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.right-cart-items-ul-close {
	width: 12px;
	height: 12px;
}

.right-cart-items-ul li:last-child {
	border-bottom: none;
}

.cart-modal {
	background: #F0F0F0;
	box-shadow: none;
}

.modal-body {
	padding-left: 64px;
	padding-right: 64px;
	padding-bottom: 64px;
}

.cart-modal .right-cart-items-ul {
	font-size: 14px;
}

.modal-header {
	border-bottom: none;
	padding-top: 44px;
	padding-bottom: 16px;
	padding-right: 64px;
	padding-left: 64px;
}

.modal-content {
	border-radius: 16px;
}

.billing-summary {
	padding: 24px;
	border-radius: 12px;
	background: var(--assist-primary);
	color: #fff;
}

.btn-light {
	color: var(--assist-primary);
}

.my-plan-box {
	border-radius: 12px;
	background: #fff;
	padding: 24px;
	box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.05);
}

.no-autopay {
	background: #DAE9DE;
	color: #91BE9D;
}

.no-autopay:hover,
.no-autopay:focus {
	background: #91BE9D;
	color: #fff;
}

.nav-pills .nav-link {
	border-radius: 8px;
	border: 1px solid #70ACAB;
	font-size: 16px;
	font-weight: 500;
	color: #70ACAB;
}

.nav-pills {
	gap: 16px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #70ACAB;
	color: #fff !important;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
	border-color: var(--assist-green);
	color: var(--assist-green);
}

.account-avathar {
	width: 64px;
	height: 64px;
	overflow: hidden;
	border-radius: 50%;
	object-fit: cover;
}

.account-avathar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.body-color {
	color: #767676;
}

.form-control:disabled {
	background-color: #DBEAEA;
	border-color: #93959880;
}

.modal-body th {
	font-size: 12px;
	color: #999999;
	font-weight: 500;
}

.table>:not(caption)>*>* {
	padding: .6rem .6rem;
}

hr {
	border-color: rgba(147, 149, 152, 0.30);
	opacity: 1;
}

#success-modal hr {
	border-top: 2px dashed #000;
}

/* footer */

#footer {
	font-size: .8rem;
}

.footer-top {
	background-color: #242323;
	color: #fff;
	padding: 50px 0;
}

.footer-top-left .block-logo {
	padding-bottom: 20px;
}

.footer-top-left .block-logo img {
	width: 220px;
	max-width: 100%;
	height: auto;
}

.footer-top-left .block-content p {
	line-height: 2;
}

.footer-top-left .block-action {
	padding-top: 15px;
}

#footer .footer-top-left .block-action a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	background-color: #209555;
	padding: 20px 50px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 5px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .block-heading {
	color: #FCC200;
	margin-bottom: 2rem;
	font-size: 14pt;
}

.footer-links-list {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.footer-top-right {
	text-align: right;
}

#footer .footer-top-right .cs-info h3 {
	margin-bottom: .5rem;
}

#footer .footer-top-right .cs-info a {
	color: #FCC200;
	text-decoration: none;
	font-size: 15pt;
	font-weight: 500;
}

.footer-top-right .info-email {
	font-weight: 700;
}

.footer-top-right .info-hours p {
	margin-bottom: 0;
}

.footer-top-right .info-hours span {
	color: #FCC200;
}

.footer-top-right .info-social {
	display: flex;
	justify-content: flex-end;
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
}

.footer-top-right .info-social li {
	padding-right: 10px;
}

.footer-bottom {
	background-color: #000;
	color: #fff;
	padding: 20px 0;
	padding-top: 30px;
}

.footer-bot-links {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #707070;
}

.footer-bot-links li {
	width: 20%;
	padding-bottom: 10px;
}

.footer-bottom .text-copy {
	color: #888585;
	text-align: center;
}

.disclaimer-footer-text p,
.disclaimer-footer-text {
	font-size: 6pt;
}

.ccpa .page-title,
.ccpa .page.type-page {
	max-width: 690px;
	margin: 0 auto;
}

.ccpa .page.type-page p {
	font-size: 14px;
}

.ccpa .page-title {
	margin-bottom: 20px;
}

.span9 {
	width: 70%;
	float: left;
}

.span3 {
	width: 30%;
	float: left;
	background-color: #f2f4f8;
	padding: 60px 15px;
}

#footer {
	float: left;
	width: 100%;
}

.customer-actions .action {
	margin-bottom: 30px;
	text-decoration: none;
	display: block;
}

.customer-actions .action h4 {
	color: #000;
	font-size: 20px;

}

.customer-actions .action p {
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}

.customer-actions .action > strong {
	font-weight: 500;
	font-size: 16px;
}
.btn-warning{
    background:#ffbf00;
    border-color:#ffbf00;
    color:#000;
}

@media (min-width: 1300px) {
	.container {
		max-width: 1280px !important;
	}
}

@media (max-width: 600px) {
	#footer .footer-top-left .block-action a {
		padding: 10px 0;
		text-align: center;
		width: 100%;
		display: block;
	}
}

a.btn.btn-light.purple-new.w-100 {
    background: #7B5099;
    color: #ffff;
    border-color: #7B5099;
}
a.btn.btn-light.cancelnew.w-100 {
    color: #ac322c;
}
a.btn.btn-light.purple-new.w-100:hover {
    background: #542c70;
}
p.fw-medium.mb-0.font-increse {
    font-size: 22px;
}
.pb-2.fw-smll.pt-1.font-increse {
    font-size: 22px;
    font-weight: 700;
}