﻿@import url("https://fonts.googleapis.com/css?family=Inter");

html {
	height: 100%;
}

body {
	font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif,Verdana, Geneva, Tahoma;
	/*font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif,Verdana, Geneva, Tahoma;*/
	/*font-family: Verdana, Geneva, Tahoma, sans-serif;*/
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background: #ffffff /*#e9ebe8*/;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	--main-bg-color: #4f789e; /*#333300;*/ /* #333333;*/
	--main-bg-color-lighter: #6f94b2;
	--main-bg-color-shaded: #999966;
	--btn-bg-custom-primary: #4f789e;
	--btn-color-custom-primary: #ffffff;
	--btn-hover-bg-custom-primary: #4f789e;
	--btn-hover-color-custom-primary: #ffffff;
	--btn-bg-custom-primary-complement: #334d66;
	--btn-color-custom-primary-complement: #ffffff;
	--btn-hover-bg-custom-primary-complement: #223344;
	--btn-hover-color-custom-primary-complement: #ffffff;
	--btn-active-bg-custom-primary-complement: #334d66;
	--btn-active-color-custom-primary-complement: #ffffff;
	--btn-link-bg-custom-primary: #ffffff;
	--btn-link-color-custom-primary: #4f789e;
	--btn-link-hover-bg-custom-primary: #ffffff;
	--btn-link-hover-color-custom-primary: #4f789e;
	--btn-active-bg-custom-primary: #4f789e;
	--btn-active-color-custom-primary: #ffffff;
	--tab-custom-primary: #4f789e;
	--tab-button-hover: #4f789e;
	--input-focus-border-clor: #336699;
	--text-danger-color: #CC3333;
	--toggle-bg-active-custom-switch: #4f789e;
	--toggle-color-active-custom-switch: #4f789e;
	--timeline-bg-custom-content: #cdcdbf /*#94947d*/;
	--timeline-color-custom-content: #333;
	--timeline-border-color-custom-content: #CED4DA;
	--nav-submenu-bg-active-custom: #4f789e; /*#333300*/ /*#003333*/
	--nav-submenu-border-active-custom: #800000 /*#003333*/;
	--nav-submenu-color-active-custom: #ffffff;
	--table-bg-header-color: #4f789e;
	--fieldset-border-color: #4f789e;
	--public-redesign-font-family: 'Inter';
}

p, h1, h2, h3, h4, h5, label, span, li {
	font-family: "Bower",Georgia,"Times New Roman",serif,'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif,Verdana, Geneva, Tahoma;
	font-variant-numeric: lining-nums;
}

.full-environment-message {
	background: linear-gradient(45deg, var(--main-bg-color) 5%,var(--main-bg-color) 50%,var(--main-bg-color) 95%);
	color: #fff;
	padding: 2px;
}

.portal-name {
	font-family: 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif,Verdana, Geneva, Tahoma;
	font-variant-numeric: lining-nums;
	font-size: 40px;
}
/*p {
    line-height: 24px !important;
    font-size: 17px !important;
}
*/

.masthead-DarkBlue {
	min-height: 100px;
	width: 100%;
	padding: 0px;
	/*background-image: url('../images/2.0/Background-boxes.png'), #000944;*/ /* Old browsers */
	/*background-image: url("../images/2.0/Background-boxes.png"), -moz-linear-gradient(left, #000944 10%, #0064ff 50%, #000944 90%);*/ /* FF3.6-15 */
	/*background-image: url("../images/2.0/Background-boxes.png"), -webkit-linear-gradient(left, #000944 10%,#0064ff 50%,#000944 90%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background-image: url("../images/2.0/Background-boxes.png"), linear-gradient(to right, #000944 10%,#0064ff 50%,#000944 90%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000944', endColorstr='#000944',GradientType=1 );*/ /* IE6-9 */
	/*background-image: url(../images/2.0/Background-boxes.png), linear-gradient(to right, #000944 0%,#0064ff 20%,#000944 70%);*/

	background-image: url('../images/2.0/Background-boxes.png'), var(--main-bg-color); /* Old browsers */
	background-image: url("../images/2.0/Background-boxes.png"), -moz-linear-gradient(left, var(--main-bg-color) 10%, var(--main-bg-color-lighter) 50%, var(--main-bg-color) 90%); /* FF3.6-15 */
	background-image: url("../images/2.0/Background-boxes.png"), -webkit-linear-gradient(left, var(--main-bg-color) 10%,var(--main-bg-color-lighter) 50%,var(--main-bg-color) 90%); /* Chrome10-25,Safari5.1-6 */
	background-image: url("../images/2.0/Background-boxes.png"), linear-gradient(to right, var(--main-bg-color) 10%,var(--main-bg-color-lighter) 50%,var(--main-bg-color) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--main-bg-color), endColorstr=var(--main-bg-color-lighter),GradientType=1 ); /* IE6-9 */
	background-image: url(../images/2.0/Background-boxes.png), linear-gradient(to right, var(--main-bg-color) 0%,var(--main-bg-color-lighter) 20%,var(--main-bg-color) 70%);
	/*    url(../images/2.0/Background-boxes.png), linear-gradient(to right, #4d3807 0%,#4d3807 20%,#624602 70%)*/
	background-size: cover;
	background-position: center center;
	border: 0px !important;
}

.masthead-DarkBlue2 {
	/*height: 120px;*/
	width: 50%;
	padding: 10px;
	/*background-image: url('../images/2.0/Background-boxes.png'), #000944;*/ /* Old browsers */
	/*background-image: url("../images/2.0/Background-boxes.png"), -moz-linear-gradient(left, #000944 10%, #0064ff 50%, #000944 90%);*/ /* FF3.6-15 */
	/*background-image: url("../images/2.0/Background-boxes.png"), -webkit-linear-gradient(left, #000944 10%,#0064ff 50%,#000944 90%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background-image: url("../images/2.0/Background-boxes.png"), linear-gradient(to right, #000944 10%,#0064ff 50%,#000944 90%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000944', endColorstr='#000944',GradientType=1 );*/ /* IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--main-bg-color), endColorstr=var(--main-bg-color-lighter),GradientType=1 ); /* IE6-9 */

	background-size: cover;
	background-position: center center;
}

.masthead-DarkBlue .navbar-toggler {
	color: #fff;
}

.masthead-DarkBlueV2 .navbar-toggler {
	color: #fff;
}

.masthead-DarkBlue .nav-link {
	color: #fff !important;
	font-weight: bold;
}

.masthead-DarkBlue .nav-item .nav-link:hover {
	/*background: #0b5ed7;
    border-radius: 20px;*/
	/*border-bottom: 3px solid #0b5ed7;*/
	border-bottom: 3px solid var(--btn-bg-custom-primary);
}

.masthead-DarkBlue .nav-item .active {
	/*border-bottom: 0px solid #0b5ed7 !important;
    background: #0b5ed7;*/
	border-bottom: 0px solid var(--btn-bg-custom-primary) !important;
	background: var(--btn-bg-custom-primary);
	border-radius: 20px;
}

.wrapper p, .page-instructions {
	font-size: 18px;
}

.wrapper address {
	font-size: 20px;
}

.wrapper li {
	font-size: 18px;
}

.wrapper ol li {
	line-height: 2;
}

.validation-summary-errors li {
	font-size: 16px;
}

.page-instructions-ul {
	font-size: 18px;
}

.nav-item .nav-link {
	font-size: 18px;
}

.btn {
	--bs-btn-font-size: 1.1rem;
}

.btn-white {
	color: #FFFFFF;
}

	.btn-white:hover {
		background-color: gray;
	}

.btn-block-input-group {
	padding: .85rem;
}

.form-floating > label {
	font-size: 18px;
}

.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
	height: auto;
}

.swal2-container {
	z-index: 2002;
}

.swal2-confirm {
	font-weight: bold;
}

.swal2-cancel {
	font-weight: bold;
}

.swal2-modal .swal2-content {
	text-align: left;
}

.swal2-modal .swal2-styled {
	font-weight: bold;
}

.swal2-cancel {
	font-weight: bold;
}

.swal2-modal .swal2-content {
	line-height: 1.4;
}

@media (max-width: 550px) {
	.portal-name {
		font-size: 1.25rem;
	}

	.portal-nameV2 {
		font-size: 16px;
	}

	.form-floating > label {
		font-size: 14px;
	}
}

@media (min-width: 551px) and (max-width: 991px) {
	.portal-name {
		font-size: 1.5rem;
	}

	.portal-nameV2 {
		font-size: 16px;
	}
}

@media (max-width: 1400px) {
	.masthead-DarkBlue .nav-item .active {
		padding: 10px 20px;
	}
}

.bg-image {
	background-image: linear-gradient(to right, #c0d8f9, #82b2ff, #4789ff, #015cfc, #121ceb);
}

@media (min-width: 992px) {
	.portal-name {
		font-size: 34px;
	}

	.portal-nameV2 {
		font-size: 16px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		--bs-navbar-nav-link-padding-x: 12px;
		--bs-navbar-nav-link-padding-y: 12px;
	}
}

@media (min-width: 1200px) {
	.portal-name {
		font-size: 40px;
	}

	.portal-nameV2 {
		font-size: 16px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		--bs-navbar-nav-link-padding-x: 18px;
		--bs-navbar-nav-link-padding-y: 18px;
	}
}

@media (min-width: 1400px) and (max-width: 1530px) {
	.portal-name {
		font-size: 32px;
	}

	.portal-nameV2 {
		font-size: 16px;
	}
}

@media (min-width: 1531px) and (max-width: 1560px) {
	.portal-name {
		font-size: 38px;
	}

	.portal-nameV2 {
		font-size: 16px;
	}
}

@media (min-width: 1200px) and (max-width: 1830px) {
	.page-title {
		font-size: 1.8rem !important;
	}
}

@media (min-width: 1520px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		--bs-navbar-nav-link-padding-x: 20px;
		--bs-navbar-nav-link-padding-y: 20px;
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		--bs-navbar-nav-link-padding-x: 20px;
		--bs-navbar-nav-link-padding-y: 20px;
	}
}

.centrality-logo {
	max-height: 65px;
}

.subhead-DarkBlue2 {
	/*height: 120px;*/
	max-width: 330px;
	padding: 5px;
	background-image: url('../images/2.0/Background-boxes.png'), #000944; /* Old browsers */
	background-image: url("../images/2.0/Background-boxes.png"), -moz-linear-gradient(left, #000944 10%, #0064ff 50%, #000944 90%); /* FF3.6-15 */
	background-image: url("../images/2.0/Background-boxes.png"), -webkit-linear-gradient(left, #000944 10%,#0064ff 50%,#000944 90%); /* Chrome10-25,Safari5.1-6 */
	background-image: url("../images/2.0/Background-boxes.png"), linear-gradient(to right, #000944 10%,#0064ff 50%,#000944 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000944', endColorstr='#000944',GradientType=1 ); /* IE6-9 */
	background-size: cover;
	background-position: center center;
}

.centrality-logo-subheader {
	max-height: 50px;
	max-width: 350px;
}

.custom-footer {
	/*position: relative;*/
	background: none repeat scroll 0 0 #ebeaea;
	border-top: 1px solid #d7d7d7;
	bottom: 0;
	left: 0;
	font-size: 10px;
	right: 0;
	height: auto;
	margin-top: auto;
	border-bottom: 1px solid #d7d7d7;
}

.custom-fixed-footer {
	position: fixed;
	z-index: 3;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.absolute-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.line-spacing-footer {
	line-height: 0.25em;
}

.page-body {
	background: #fff;
	box-shadow: 1px 1px 11px rgb(0 0 0 / 29%);
	border-radius: 12px;
	padding: 10px;
}

.bg-gray {
	background: #F5F5F5;
}

.page-title {
	font-family: "Bower",Georgia,"Times New Roman",serif, Helvetica,'Helvetica Neue',Arial,'Segoe UI',SegoeUI,sans-serif,Verdana, Geneva, Tahoma;
	/*font-family: Helvetica,'Helvetica Neue',Arial,'Segoe UI',SegoeUI,sans-serif,Verdana, Geneva, Tahoma;*/
	/*color: #0062cc;*/
	text-decoration: none;
	text-underline-position: under;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.5;
	text-align: center;
}

.page-title-left {
	text-align: left !important;
}

.page-sub-title {
	font-family: "Bower",Georgia,"Times New Roman",serif, Helvetica,'Helvetica Neue',Arial,'Segoe UI',SegoeUI,sans-serif,Verdana, Geneva, Tahoma;
	/*font-family: Helvetica,'Helvetica Neue',Arial,'Segoe UI',SegoeUI,sans-serif,Verdana, Geneva, Tahoma;*/
	/*color: #0062cc;*/
	text-decoration: none;
	text-underline-position: under;
	margin-top: 0px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 1rem;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
}

.page-section-title {
	font-family: "Bower",Georgia,"Times New Roman",serif, Helvetica,'Helvetica Neue',Arial,'Segoe UI',SegoeUI,sans-serif,Verdana, Geneva, Tahoma;
	/*font-family: Helvetica,'Helvetica Neue',Arial,'Segoe UI',SegoeUI,sans-serif,Verdana, Geneva, Tahoma;*/
	/*color: #0062cc;*/
	font-size: 30px;
	font-weight: 700;
	line-height: inherit;
}

.nav-item .active {
	border-bottom: 3px solid #0b5ed7 !important;
	font-weight: bold;
}

.nav-item .nav-link {
	color: #333;
	font-weight: bold;
}

.nav-tabs {
	border-bottom: 3px solid var(--tab-custom-primary) !important;
}

	.nav-tabs .nav-item:not(:last-child) {
		margin-right: 2px;
		border-top-left-radius: var(--bs-nav-tabs-border-radius);
		border-top-right-radius: var(--bs-nav-tabs-border-radius);
	}

	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		background: var(--tab-custom-primary); /* #0a6197;*/
		color: #fff;
	}

	/*.nav-tabs .nav-item .active {*/
	/*border-bottom: 3px solid #007ac5 !important;*/
	/*font-weight: bold;
            background: #007ac5;
            color: #fff !important;
        }*/
	/*.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {*/
	/*border: 0 !important;*/
	/*color: #fff !important;
        font-weight: bold;
    }*/
	.nav-tabs .nav-item .nav-link {
		/*border: 2px solid #0a6197 !important;*/
		border: 2px solid var(--tab-custom-primary) !important;
		border-bottom: 0px !important;
	}

		.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item.active:hover {
			/*border: 0px !important;*/
			background: var(--tab-button-hover) !important;
			border-color: var(--tab-button-hover) !important;
			color: #fff !important;
			/*border-top: 3px solid #0a6197 !important;
    border-color: #0a6197 !important;*/
		}

.nav-tabs {
	transition: all 0.3s ease 0s;
}


input[type=file]::file-selector-button {
	background-color: var(--main-bg-color-lighter) !important;
	color: #fff !important;
	border: 0px;
	border-right: 1px solid #e5e5e5;
	padding: 10px 15px;
	margin-right: 20px;
	transition: .5s;
	font-weight: bold;
}

	input[type=file]::file-selector-button:hover {
		background-color: var(--main-bg-color-shaded) !important;
		color: #333 !important;
		font-weight: bold;
		border: 0px;
		border-right: 1px solid #e5e5e5;
	}

.form-control, .form-select {
	border: 2px solid rgba(0,0,0,.54);
}

	.form-control:focus, .form-select:focus {
		color: var(--bs-body-color);
		background-color: var(--bs-body-bg);
		border-color: var(--input-focus-border-clor) /*#0b5ed7*/;
		outline: 0;
		box-shadow: none !important;
	}

.form-check-input {
	height: 20px;
	width: 20px;
}

.modal-dialog-550 {
	min-height: 550px;
	height: 550px;
}

.subtitle {
	font-size: 0.96rem;
	font-weight: bold;
}

.bg-edged-card-title {
	font-size: 30px;
	line-height: 29px;
	padding: 15px 35px;
}

.accordion-header .bg-edged-card-curved-title {
	font-size: 30px !important;
	line-height: 29px !important;
	color: #ffffff !important;
	width: fit-content;
	text-align: center !important;
}

.bg-edged-card-curved-title {
	background: linear-gradient(180deg, var(--main-bg-color) 0%, var(--main-bg-color) 100%);
	border-radius: 30px 0px;
	font-size: 30px;
	line-height: 29px;
	color: #ffffff;
	padding: 15px 35px 15px 15px;
	width: fit-content;
	text-align: center;
}

	.bg-edged-card-curved-title h1, h2, h3, h4, h5 {
		margin-bottom: 0px;
	}

.bg-edged-card-none-curved-title {
	background: linear-gradient(180deg, var(--main-bg-color) 0%, var(--main-bg-color) 100%);
	border-radius: 0px;
	font-size: 30px;
	line-height: 29px;
	color: #ffffff;
	padding: 15px 35px 15px 15px;
	width: 100%;
}

.bg-edged-card-title h3, .bg-edged-card-title h4, .bg-edged-card-curved-title h3, .bg-edged-card-curved-title h4 {
	margin: 0px;
}

.bg-edged-card-curved-bottom-right {
	background: linear-gradient(180deg, var(--main-bg-color) 0%, var(--main-bg-color) 100%);
	/*background: linear-gradient(180deg, #000944 0%, #000944 100%);*/
	/*border-radius: 10px 10px 120px 0px;*/
	border-radius: 0px 0px 120px 0px;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 60px;
	right: 20px;
	display: none;
	margin-right: 10px;
	z-index: 5;
	border: solid 2px;
	border-color: var(--main-bg-color-lighter);
	padding: 5px 10px;
	color: #fff;
	background: var(--main-bg-color-lighter);
	border-radius: 50px
}

	.back-to-top:hover {
		border-color: var(--main-bg-color-shaded);
		color: #fff;
		background: var(--main-bg-color-shaded);
	}

.footer {
	position: absolute;
}

.footer-links {
	font-size: 14px;
	font-weight: bold;
}

	.footer-links a {
		text-decoration: none;
	}

		.footer-links a:hover {
			text-decoration: underline;
		}

	.footer-links span {
		margin-left: .75em;
		margin-right: .75em;
	}

.padding-left-165rem {
	padding-left: 1.65rem;
}

.word-break-break-word {
	word-break: break-word
}

.carousel-indicators {
	position: relative !important;
}

	.carousel-indicators [data-bs-target] {
		background-color: #0d6efd !important;
	}

.btn-custom-link {
	text-decoration: underline;
	text-underline-position: under;
	text-underline-offset: auto;
	--bs-link-color: var(--btn-link-color-custom-primary);
	--bs-link-color-rgb: 102,102,51;
}

	.btn-custom-link:hover {
		--bs-link-hover-color: var(--btn-link-hover-color-custom-primary);
	}

.btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active, .open .dropdown-toggle.btn-link {
	color: var(--btn-link-hover-color-custom-primary);
}
/*.btn-bg-custom {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;*/
/*background: linear-gradient(180deg, #DCB047 0%, #b48922 100%);*/
/*background: linear-gradient(90deg, rgba(180,137,34,1) 35%, rgba(238,201,111,1) 100%);*/
/*}*/
.btn-bg-custom {
	/*background: linear-gradient(180deg, #DCB047 0%, #b48922 100%);*/
	/*background: linear-gradient(90deg, rgba(180,137,34,1) 35%, rgba(238,201,111,1) 100%);*/
	--bs-btn-color: var(--btn-color-custom-primary);
	--bs-btn-bg: var(--btn-bg-custom-primary) /*#EEC96F*/;
	--bs-btn-border-color: var(--btn-bg-custom-primary);
	--bs-btn-hover-color: var(--btn-hover-color-custom-primary);
	--bs-btn-hover-bg: var(--btn-hover-bg-custom-primary);
	--bs-btn-hover-border-color: var(--btn-hover-bg-custom-primary);
	--bs-btn-focus-shadow-rgb: 102,102,51;
	--bs-btn-active-color: var(--btn-active-color-custom-primary);
	--bs-btn-active-bg: var(--btn-active-bg-custom-primary);
	--bs-btn-active-border-color: var(--btn-active-bg-custom-primary);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #DCB047;
	--bs-btn-disabled-border-color: #DCB047;
}

.btn-bg-custom-complement {
	/*background: linear-gradient(180deg, #DCB047 0%, #b48922 100%);*/
	/*background: linear-gradient(90deg, rgba(180,137,34,1) 35%, rgba(238,201,111,1) 100%);*/
	--bs-btn-color: var(--btn-color-custom-primary-complement);
	--bs-btn-bg: var(--btn-bg-custom-primary-complement) /*#EEC96F*/;
	--bs-btn-border-color: var(--btn-bg-custom-primary-complement);
	--bs-btn-hover-color: var(--btn-hover-color-custom-primary-complement);
	--bs-btn-hover-bg: var(--btn-hover-bg-custom-primary-complement);
	--bs-btn-hover-border-color: var(--btn-hover-bg-custom-primary-complement);
	--bs-btn-focus-shadow-rgb: 102,102,51;
	--bs-btn-active-color: var(--btn-active-color-custom-primary-complement);
	--bs-btn-active-bg: var(--btn-active-bg-custom-primary-complement);
	--bs-btn-active-border-color: var(--btn-active-bg-custom-primary-complement);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #3c5a77;
	--bs-btn-disabled-border-color: #3c5a77;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
	cursor: not-allowed !important;
}

.not-allowed {
	cursor: not-allowed !important;
}

.btn-bg-custom-complement:hover {
	/*background: linear-gradient(180deg, #DCB047 0%, #b48922 100%);*/
	/*background: linear-gradient(90deg, rgba(180,137,34,1) 35%, rgba(238,201,111,1) 100%);*/
	--bs-btn-color: var(--btn-color-custom-primary-complement);
	--bs-btn-bg: var(--btn-bg-custom-primary-complement) /*#EEC96F*/;
	--bs-btn-border-color: var(--btn-bg-custom-primary-complement);
	--bs-btn-hover-color: var(--btn-hover-color-custom-primary-complement);
	--bs-btn-hover-bg: var(--btn-hover-bg-custom-primary-complement);
	--bs-btn-hover-border-color: var(--btn-hover-bg-custom-primary-complement);
	--bs-btn-focus-shadow-rgb: 102,102,51;
	--bs-btn-active-color: var(--btn-active-color-custom-primary-complement);
	--bs-btn-active-bg: var(--btn-active-bg-custom-primary-complement);
	--bs-btn-active-border-color: var(--btn-active-bg-custom-primary-complement);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #3c5a77;
	--bs-btn-disabled-border-color: #3c5a77;
}

.btn-outline-custom {
	--bs-btn-color: var(--btn-bg-custom-primary);
	--bs-btn-border-color: var(--btn-bg-custom-primary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--btn-hover-bg-custom-primary);
	--bs-btn-hover-border-color: var(--btn-hover-bg-custom-primary);
	--bs-btn-focus-shadow-rgb: 102,102,51;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--btn-active-color-custom-primary);
	--bs-btn-active-border-color: var(--btn-active-color-custom-primary);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #0d6efd;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #0d6efd;
	--bs-gradient: none;
}

.btn-bg-primary {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #3F5971;
	--bs-btn-border-color: #3F5971;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #657A8D;
	--bs-btn-hover-border-color: #657A8D;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #3F5971;
	--bs-btn-active-border-color: #3F5971;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #3F5971;
	--bs-btn-disabled-border-color: #3F5971;
}

.btn-bg-orange {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #D4783A;
	--bs-btn-border-color: #D4783A;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #d4733ad9;
	--bs-btn-hover-border-color: #d4733ad9;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #D4783A;
	--bs-btn-active-border-color: #D4783A;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #D4783A;
	--bs-btn-disabled-border-color: #D4783A;
}

.btn-success {
	background-color: #4f789e;
	border-color: #4f789e;
	--bs-btn-color: #fff;
	--bs-btn-bg: #4f789e;
	--bs-btn-border-color: #4f789e;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #4f789e;
	--bs-btn-hover-border-color: #4f789e;
	--bs-btn-focus-shadow-rgb: 60, 153, 110;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #146c43;
	--bs-btn-active-border-color: #13653f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #4f789e;
	--bs-btn-disabled-border-color: #4f789e;
}

	.btn-success:hover, .btn-success:focus, .btn-success.focus {
		color: var(--bs-btn-hover-color);
		background-color: var(--bs-btn-hover-bg);
		border-color: var(--bs-btn-hover-border-color);
	}


.btn-bg-success {
	--bs-btn-color: #000000;
	--bs-btn-bg: #A0DC7A;
	--bs-btn-border-color: #A0DC7A;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #1E519E;
	--bs-btn-hover-border-color: #1E519E;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #A0DC7A;
	--bs-btn-active-border-color: #A0DC7A;
	--bs-btn-disabled-color: #000000;
	--bs-btn-disabled-bg: #A0DC7A;
	--bs-btn-disabled-border-color: #A0DC7A;
}

.btn-bg-danger {
	--bs-btn-color: #000000;
	--bs-btn-bg: #D4783A;
	--bs-btn-border-color: #D4783A;
	--bs-btn-hover-color: #000000;
	--bs-btn-hover-bg: #A9602E;
	--bs-btn-hover-border-color: #D4783A;
	--bs-btn-active-color: #000000;
	--bs-btn-active-bg: #D4783A;
	--bs-btn-active-border-color: #D4783A;
	--bs-btn-disabled-color: #000000;
	--bs-btn-disabled-bg: #D4783A;
	--bs-btn-disabled-border-color: #D4783A;
}

.btn-slid {
	transform: none;
	transition: all 1s ease;
	/*--bs-btn-bg: #DCB047;*/
	/* Old browsers */
	background: linear-gradient(to left, #0d6efd 50%, var(--bs-btn-hover-bg) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	border: 0;
}

	.btn-slid:hover {
		transform: none;
		background-position: left bottom;
	}

.btn-slid-left {
	transform: none;
	transition: all 1s ease;
	/*--bs-btn-bg: #DCB047;*/
	/* Old browsers */
	background: linear-gradient(to right, #0d6efd 50%, #0d6efd 50%);
	background-size: 200% 100%;
	background-position: left bottom;
}

	.btn-slid-left:hover {
		transform: none;
		background-position: right bottom;
	}

.btn-home-login {
	background-color: #6f94b2;
	border-color: #6f94b2;
}

	.btn-home-login:hover {
		background-color: #6f94b2;
		border-color: #6f94b2;
	}
/*
.btn-Common {
    background-color: #448bd8;
    border-color: #448bd8;
}
    .btn-Common:hover {
        background-color: #15315a;
        border-color: #15315a;
        color:white
    }*/
.email-link {
	color: #fff !important;
	text-decoration: underline !important;
}

.btn-100 {
	width: 100px;
}

.btn-150 {
	width: 150px;
}

.btn-200 {
	width: 200px;
}

.btn-12em {
	width: 12em;
}

.btn-13em {
	width: 13em;
}

.btn-14em {
	width: 14em;
}

.btn-14em {
	width: 14em;
}

.btn-15em {
	width: 15em;
}

.btn-16em {
	width: 16em;
}

.page-links {
	--bs-link-color: #b48922;
	--bs-link-hover-color: #E9C264;
	text-decoration: none;
}

.page-links-light {
	--bs-link-color: #E9C264;
	--bs-link-hover-color: #E9C264;
}

.page-links, .page-links-light {
	font-weight: 500;
}

/*  .page-links:hover, .page-links-light:hover, .btn:hover {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }*/

.mask {
	position: absolute;
	top: 50%;
	padding-left: 20px;
}

.thumbnail {
	position: relative;
}

.caption {
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	padding-left: 3rem;
}

.card {
	box-shadow: 1px 1px 11px rgb(0 0 0 / 29%);
	border-radius: 15px;
	transition: box-shadow 83ms;
}

.bg-logo {
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
}

.bg-3m-cae-image {
	/*display: flex;*/ /*-- Use this only if items needs to be vertically center aligned*/
	display: block;
	padding-top: 1.5rem;
	flex-direction: column;
	text-align: justify;
	/*height: 100vh;*/
	justify-content: center;
	align-items: flex-start;
	padding-left: .5rem;
}

	.bg-3m-cae-image .card {
		width: 62%;
	}

		.bg-3m-cae-image .card h4 {
			text-align: left;
		}

	.bg-3m-cae-image p {
		font-size: 1.25rem;
	}

	.bg-3m-cae-image:nth-of-type(1) {
		background-image: url(../images/3M-CAE-Settlement.png);
		background-size: 45% 100%;
		background-position: right;
		background-repeat: no-repeat;
	}

/**TO DO:- Dynamic append*/
/*.offcanvas-backdrop {
    top: 100px;
}*/
.offcanvas-footer {
	padding: 0.5rem 1rem;
	background-color: rgba(0,0,0,.03);
	border-top: 1px solid rgba(0,0,0,.125);
}

.offcanvas-custom-md {
	width: 100% !important;
}

@media (min-width: 992px) {
	.offcanvas-custom-md {
		width: 500px !important;
	}
}

.carousel-inner {
	min-height: 75px;
}

.tab-pane {
	display: none;
}

/* Define the sliding animation */
.tab-pane {
	position: relative;
	width: 100%;
	animation-duration: 0.5s; /* Adjust animation duration as needed */
}


.move-right-tab {
	animation-name: slideOut;
}

.move-left-tab {
	animation-name: slideIn;
}

@keyframes slideIn {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideOut {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

.btn-custom-close {
	color: darkgray;
	background: var(--main-bg-color);
	border: var(--main-bg-color);
}

	.btn-custom-close:hover {
		border: #ffffff 1px solid;
	}

.material-parallax {
	pointer-events: none;
}

.material-parallax {
	position: absolute;
	top: 0;
	left: -1px;
	right: -1px;
	bottom: 0;
	z-index: 0;
	background-position: center center;
}

@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) .material-parallax {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) .parallax-container {
	overflow: visible;
}

.parallax-container {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

.material-parallax img {
	/*display: none;*/
	/* position: absolute;*/
	left: 50%;
	bottom: 0;
	/* min-width: 101%;
    min-height: 101%;
    transform: translate3d(-50%, 0, 0);*/
	max-width: none;
}

img {
	/* max-width: 100%;
    height: auto;
    display: block;
    transform: translate3d(-50%, 3px, 0px);*/
}

.parallax-content {
	position: relative;
	z-index: 1;
}

@media (min-width: 992px) {
	.section-md {
		padding: 85px 0 95px;
	}
}

@media (min-width: 768px) {
	.section-md {
		padding: 70px 0;
	}
}

/*.timeline__content__wrap {
    background-color: #c9d8f0 !important;
}

*/
.timeline-header {
	margin-left: 2.33333333%;
	font-size: 1.25rem;
	font-family: var(--public-redesign-font-family);
}

.timeline__content__wrap .active {
	background-color: var(--timeline-bg-custom-content) /*#007ac5*/ !important;
	border-left: 5px solid var(--timeline-border-color-custom-content) !important;
	border-color: var(--timeline-border-color-custom-content) !important;
	color: #333;
}

.timeline__content {
	/*background-color: var(--timeline-bg-custom-content) !important;
    border-left: 5px solid var(--timeline-border-color-custom-content)*/ /*#007ac5*/ /*!important;
    border-color: var(--timeline-border-color-custom-content)*/ /*#007ac5*/ /*!important;*/
	color: var(--timeline-color-custom-content) !important;
}

	.timeline__content:hover {
		background-color: #fff !important;
		border: 1px solid var(--timeline-border-color-custom-content);
		border-radius: 10px;
		color: black;
		display: block;
		position: relative;
	}

	.timeline__content h5 {
		font-weight: 700 !important;
	}

	.timeline__content .timelineSubContent {
		color: #000 !important;
		font-family: var(--public-redesign-font-family);
	}

		.timeline__content .timelineSubContent a {
			color: #000 !important;
			font-weight: 600 !important;
		}

	.timeline__content:hover .timelineSubContent a {
		color: #0d6efd !important;
		font-weight: 600 !important;
	}

.timeline--horizontal .timeline__item .timeline__content:before,
.timeline--horizontal .timeline__item .timeline__content:after {
	border-top-color: var(--timeline-border-color-custom-content) !important;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before,
.timeline--horizontal .timeline__item--bottom .timeline__content:after {
	border-bottom-color: var(--timeline-border-color-custom-content) !important;
}

.timeline--mobile .timeline__item .timeline__content:after {
	border-right-color: var(--timeline-border-color-custom-content) !important;
}

.timeline--horizontal .timeline__item .timeline__content:hover::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #c9d8f0;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:hover::after {
	border-bottom: 10px solid #c9d8f0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: none;
	bottom: 100%;
	top: auto;
}

.timeline--mobile .timeline__item .timeline__content:hover::after {
	left: -10px;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #c9d8f0;
	border-left: none;
	border-top: 10px solid transparent;
}

.timeline--mobile .timeline__item:after {
	left: -12px;
	margin: 0;
}

.timeline-nav-button:disabled {
	pointer-events: auto !important;
	cursor: not-allowed !important;
}

.timeline__item:after {
	background-color: var(--timeline-border-color-custom-content) !important;
	border: 4px solid var(--timeline-border-color-custom-content) !important;
}

.timeline--horizontal .timeline-divider {
	background-color: var(--timeline-border-color-custom-content) !important;
	right: 30px !important;
	left: 30px !important;
}

.timeline-nav-button {
	background-color: #198754 !important;
	color: var(--timeline-border-color-custom-content) !important;
	border: none !important;
	height: 30px !important;
	width: 30px !important;
}

	.timeline-nav-button:before {
		width: 100% !important;
	}

.timeline:not(.timeline--horizontal):before {
	background-color: #CED4DA !important;
}
/*
.timeline-title {
    font-size: 40px;
    font-family: var(--font-family-petrona);
}

.timelineBody {
    padding: 1%;
}
*/
.timelineBody {
	background: white;
	padding: 2rem !important;
}

.timelineContent {
	font-family: var(--public-redesign-font-family);
}

.timelineContentDate {
	font-family: var(--public-redesign-font-family);
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
	font-weight: 700 !important;
	color: #333 !important;
	z-index: 6;
}

.form-floating-prefix {
	height: 100%;
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}

.text-danger {
	color: var(--text-danger-color) !important;
	/*font-weight: bold;*/
	margin-top: .25rem;
	font-size: .875em;
}

.hint-text-float-end {
	color: var(--text-danger-color) !important;
	/*font-weight: bold;*/
	text-align: right;
	float: right;
	font-size: .875em;
	margin-top: 0.25rem;
}

.input-validation-error {
	border-color: #dc3545;
	background: #f5e9ea;
}

.validation-summary-errors {
	color: var(--text-danger-color);
	/*font-weight: bold;*/
	font-size: .875em;
}

.validation-summary-valid {
	display: none;
}

.non-list li {
	list-style-type: none;
}

.custom-alert-danger {
	position: relative;
	padding: .5rem;
	margin-bottom: .5rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7;
	display: flex !important;
	align-items: center !important;
	border-left: 4px solid;
	margin-right: auto !important;
}

	.custom-alert-danger span {
		padding-left: 8px;
		word-break: break-word;
		font-family: "Bower",Georgia,"Times New Roman",serif, 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif,Verdana, Geneva, Tahoma;
		font-weight: normal;
		line-height: normal;
	}


.custom-alert-primary {
	position: relative;
	padding: .5rem;
	margin-bottom: .5rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #052c65;
	background-color: #cfe2ff;
	border-color: #052c65;
	display: flex !important;
	align-items: baseline !important;
	border-left: 4px solid;
	margin-right: auto !important;
}

	.custom-alert-primary span {
		padding-left: 8px;
		word-break: break-word;
		font-family: "Bower",Georgia,"Times New Roman",serif, 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif,Verdana, Geneva, Tahoma;
		font-weight: normal;
		line-height: normal;
		line-height: 1.4;
		font-size: 20px;
	}

.custom-alert-warning {
	position: relative;
	padding: .5rem;
	margin-bottom: .5rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #12110e;
	background-color: #fff3cd;
	border-color: #fff3cd;
	display: flex !important;
	align-items: baseline !important;
	border-left: 4px solid;
	margin-right: auto !important;
}

	.custom-alert-warning span {
		padding-left: 8px;
		word-break: break-word;
		font-family: "Bower",Georgia,"Times New Roman",serif, 'Segoe UI',SegoeUI,'Helvetica Neue',Helvetica,Arial,sans-serif,Verdana, Geneva, Tahoma;
		font-weight: normal;
		line-height: normal;
		line-height: 1.4;
		font-size: 20px;
	}


.onoffswitch {
	width: 55px !important;
	height: 20px;
}

.onoffswitch-inner:before {
	content: "Yes";
	padding-left: 10px;
	background-color: #1ab394;
	color: #333;
	height: 20px;
	font-size: 14px;
}

.onoffswitch-inner:after {
	content: "No";
	padding-right: 10px;
	background-color: #FFFFFF;
	color: #333;
	text-align: right;
	height: 20px;
	font-size: 14px;
}

.form-check label {
	width: 97.5%;
}

.form-check input {
	vertical-align: top;
}

.form-label {
	font-weight: 400;
	font-size: 18px;
}

@media (min-width:618px) and (max-width: 1450px) {
	.form-check label {
		width: 95.5%;
	}
}

@media (min-width:490px) and (max-width: 618px) {
	.form-check label {
		width: 93.5%;
	}
}

@media (min-width:350px) and (max-width: 490px) {
	.form-check label {
		width: 90.5%;
	}
}

@media (min-width:208px) and (max-width: 350px) {
	.form-check label {
		width: 88.5%;
	}
}

.sq-slider:hover {
	cursor: pointer
}

.sq-switch {
	grid-template-columns: 1fr 1fr;
	background-color: var(--toggle-bg-active-custom-switch) /*#525f7f*/;
	padding: 3px 5px;
	border-radius: 20px
}

	.sq-switch input {
		display: contents;
	}

sq-switch .toggle-button {
	color: var(--toggle-color-active-custom-switch) /*#525f7f*/;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	padding: 3px 20px;
	border-radius: 15px;
	font-size: 15px;
	font-weight: 700
}

.sq-switch .on, .sq-switch .off {
	color: var(--toggle-color-active-custom-switch) /*#525f7f*/;
	text-transform: capitalize;
	display: flex;
	justify-content: center;
	padding: 3px 15px;
	border-radius: 15px;
	font-size: 15px;
	font-weight: 700;
	border: 0px;
}

.btn-toggler {
	background: inherit;
	color: #fff;
	border: 0;
	font-weight: normal;
}

.sq-switch label.on {
	background-color: #fff !important;
}


.sq-switch label.btn-toggler {
	background: var(--toggle-color-active-custom-switch) !important;
	padding: 0.375rem;
	border-radius: 10px;
}

button.on:disabled {
	background-color: #fff;
	color: #fff;
	cursor: not-allowed;
	color: var(--toggle-color-active-custom-switch);
}

button.btn-toggler:disabled {
	background-color: inherit !important; /* -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));*/
	color: inherit !important; /* -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));*/
	border-color: inherit !important; /* -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));*/
	cursor: not-allowed;
}

/*.g-recaptcha div {
    width: auto !important;
}*/

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.card-body .body-title {
	font-size: 30px;
}

.card-title {
	margin: 0rem !important;
	padding: 1rem 1rem 0.4rem 1rem;
	text-align: center;
}

.card {
	/* 
    border-radius: 20px !important;
    box-shadow: 0px 10px 29px 0px #e0e0e0 !important;*/
	box-sizing: border-box !important;
	padding: 10px;
	box-shadow: 1px 1px 11px rgb(0 0 0 / 29%) !important;
	border-radius: 15px !important;
	transition: box-shadow 83ms;
}

.card-title h1, .card-title h2, .card-title h3, .card-title h4, .card-title h5 {
	font-weight: bold;
	margin: auto;
}

.captchacheckboxsize {
	text-align: center !important;
	font-size: small !important;
}

captchatext-danger {
	text-align: center !important;
}

.custom-sidenavbar {
	background: #001965;
	/*background: rgb(0,14,77);*/
	/*background: linear-gradient(90deg, rgba(0,14,77,1) 0%, rgb(98 152 215) 100%);*/
	background: linear-gradient(90deg, var(--main-bg-color) 0%, var(--main-bg-color-shaded) 100%);
}

.custom-navbar-withname {
	color: #fff;
}

.custom-navbar-top-links li {
	padding-right: 1rem;
}

.custom-navbar-top-links-last li:last-child {
	padding-right: 1rem;
}

.custom-initial-logout {
	border-radius: 50%;
	height: 60px;
	width: 60px;
	padding: 5px;
}

.custom-logout {
	color: var(--text-danger-color) /*#0d6efd*/ !important;
}

	.custom-logout:hover {
		color: #ae5b23 /*#0b5ed7*/ !important;
	}

.navbar-default .metismenu > li > a:hover, .navbar-default .metismenu > li > a:active, .navbar-default .metismenu > li > a:focus {
	background: var(--main-bg-color) /*#000A47*/;
}

.metismenu > li > a {
	text-decoration: none;
}

.nav.metismenu > li {
	border-left: 4px solid var(--main-bg-color);
}

.font-size-small {
	font-size: small;
}

.font-size-larger {
	font-size: larger;
}
/*.dropdown-toggle:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}*/
/*.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    border: 2px solid #0a58ca;
}*/
#loading {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 3050 !important;
}

.please-wait-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 10000;
}

.please-wait-content {
	text-align: center;
}

	.please-wait-content img {
		top: 40% !important;
	}

.sk-loading > .sk-spinner {
	display: block;
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	z-index: 10000;
}

.sk-spinner-circle {
	margin: 0 auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	position: relative;
	top: 50%;
}

.spinner-border {
	--bs-spinner-border-width: .8em;
	width: 5rem;
	height: 5rem;
}
/*
.sk-spinner-circle div {
    background: var(--main-bg-color-lighter);
    background-color: var(--main-bg-color-lighter);
}*/

.sk-spinner-wave div {
	background: var(--main-bg-color-lighter);
	background-color: var(--main-bg-color-lighter);
}

.custom-sidenavbar .nav > li > a i {
	margin-right: 6px;
	min-width: 20px;
	text-align: center;
}

.custom-sidenavbar .nav > li > a {
	padding: 1rem 1.2rem;
	padding-block: 0.59rem;
	text-decoration: none !important;
}

.custom-sidenavbar .nav > li.active > a {
	background-color: var(--nav-submenu-bg-active-custom) !important;
	color: var(--nav-submenu-color-active-custom) !important;
}

.custom-sidenavbar .nav > li.active {
	background-color: var(--btn-active-bg-custom-primary) !important;
	color: var(--btn-active-color-custom-primary) !important;
	border-color: var(--nav-submenu-border-active-custom) !important;
}

.custom-sidenavbar .nav > li > a:hover, .custom-sidenavbar .nav > li > a:active, .custom-sidenavbar .nav > li > a:focus {
	background-color: var(--btn-active-bg-custom-primary) !important;
}

.custom-sidenavbar ul.nav-second-level {
	background: #4f789e !important;
	/*border-inline-start: 1px dashed #003333;
    margin-inline-start: 1.75em;*/
}

body.mini-navbar.nav-second-level .nav-label, body.mini-navbar .navbar-default .nav-second-level li a span {
	display: block;
}

.nav-header {
	padding: 15px 25px;
	background-color: var(--main-bg-color);
	border-bottom: 2px solid #ffffff;
}

.profile-element {
	color: #fff;
}

	.profile-element .user_name_display {
		font-size: .75rem;
	}

	.profile-element .dropdown-menu {
		position: absolute;
		top: 92px;
		left: 0px;
		will-change: top, left;
	}

.fa-layers-text {
	border: 2px solid;
	border-radius: 50%;
	padding: 10px;
}

.form-check-input[type=checkbox] {
	border-color: black;
}

.form-check .form-check-input {
	height: 20px;
	width: 20px;
}

.radio-list {
	display: flex;
	flex-direction: column;
}

.radio-inline {
	margin-right: 10px;
}

.dotted-border {
	border: 2px dashed #0d6efd; /* 1px width, dotted style, black color */
	padding: 10px; /* Add some padding for better visibility */
	display: inline-block; /* Make the border size adjust to the content */
}

.bold-paragraph {
	font-weight: bold;
}

fieldset {
	border: 3px dotted var(--fieldset-border-color) !important;
	padding: 1rem !important;
	margin-bottom: 1rem !important;
}

legend {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
	float: none !important;
	width: auto !important;
	font-size: 1.5rem;
	font-weight: bold;
}

.checkboxalign {
	vertical-align: sub;
}

/*.required-label::before {
    content: ' * ';
    color: red;*/ /* Adjust color as needed */
/*font-weight: normal;
}*/

.required-label::after {
	content: ' * ' !important;
	color: var(--text-danger-color);
	font-weight: normal;
	inset: auto !important;
}

@media (max-width: 550px) {
	.nav-xs-fill .nav-item, .nav-xs-fill > .nav-link {
		flex: 1 1 auto;
		text-align: left;
	}
}

@media (min-width: 551px) and (max-width: 991px) {
	.nav-sm-fill .nav-item, .nav-sm-fill > .nav-link {
		flex: 1 1 auto;
		text-align: left;
	}
}

@media (max-width: 991px) {
	.nav-md-fill .nav-item, .nav-md-fill > .nav-link {
		flex: 1 1 auto;
		text-align: center;
	}
}

.mini-navbar .sub-nav-link > * {
	display: inline-block;
}

.mini-navbar .sub-nav-link .nav-label {
	display: block;
}

body.mini-navbar .nav-header {
	background-color: var(--main-bg-color);
}

.nav-header-bg {
	background-color: var(--main-bg-color) !important;
}
.nav-header-transbg {
	background-color: transparent !important;
	border-bottom: none !important;
}

.portal-logo {
	height: 115px;
	width: 115px;
}
@-webkit-keyframes customSlideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes customSlideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.customSlideInDown {
	-webkit-animation-name: customSlideInDown;
	animation-name: customSlideInDown;
}

@-webkit-keyframes customSlideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes customSlideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.customSlideInLeft {
	-webkit-animation-name: customSlideInLeft;
	animation-name: customSlideInLeft;
}

@-webkit-keyframes customSlideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes customSlideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

.customSlideInRight {
	-webkit-animation-name: customSlideInRight;
	animation-name: customSlideInRight;
}

@-webkit-keyframes customSlideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

@keyframes customSlideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px);
	}
}

.customSlideOutLeft {
	-webkit-animation-name: customSlideOutLeft;
	animation-name: customSlideOutLeft;
}

@-webkit-keyframes customSlideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

@keyframes customSlideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px);
	}
}

.customSlideOutRight {
	-webkit-animation-name: customSlideOutRight;
	animation-name: customSlideOutRight;
}

@-webkit-keyframes customSlideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

@keyframes customSlideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px);
	}
}

.customSlideOutUp {
	-webkit-animation-name: customSlideOutUp;
	animation-name: customSlideOutUp;
}

@-webkit-keyframes customSlideInUp {
	0% {
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes customSlideInUp {
	0% {
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.customSlideInUp {
	-webkit-animation-name: customSlideInUp;
	animation-name: customSlideInUp;
}

@-webkit-keyframes customSlideOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

@keyframes customSlideOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px);
	}
}

.customSlideOutDown {
	-webkit-animation-name: customSlideOutDown;
	animation-name: customSlideOutDown;
}

.passwordStrengthIndicator {
	background-color: white;
	border: 1px solid #e5e6e7;
	border-top: 0;
	border-bottom-left-radius: 1px;
	border-bottom-right-radius: 1px;
	padding: 5px 15px;
}

	.passwordStrengthIndicator i {
		margin-right: 0 10px;
	}

.has-error .input-group-text {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
	font-weight: bolder;
}

.has-success .input-group-text {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
	font-weight: bolder;
}

.has-warning .input-group-text {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
	font-weight: bolder;
}

.border-bottom-left-radius-none {
	border-bottom-left-radius: 0px;
}

.border-bottom-right-radius-none {
	border-bottom-right-radius: 0px;
}


.tabled-radio {
	/*padding: .5rem;*/
	color: #333;
	border-color: #EFEFEF !important;
	font-weight: bold;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 2px solid transparent;
	border-radius: 0.25rem;
	min-width: 100px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	/*margin: 0.25em 0.25em;*/
	margin: 0px;
	width: 100%;
}

	.tabled-radio .selected {
		color: #0d6efd !important;
		border-color: #0d6efd !important;
		background-color: #d9e1eb !important;
		border-top: 3px solid;
	}

	.tabled-radio input {
		/*margin-top: -2px;*/
		position: relative;
		vertical-align: top;
		/*top: 15px;*/
	}

	.tabled-radio .tabled-radio-text {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
		margin: 0px;
		display: inline-block;
	}

	.tabled-radio .tabled-radio-element {
		color: #333;
		border-color: #8d8d8d !important;
		font-weight: bold;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-color: transparent;
		border: 2px solid transparent;
		/*border-radius: 0.25rem;*/
		min-width: 100px;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
		/*margin: 0.25em 0.25em;*/
		padding: .5rem;
	}

	.tabled-radio .selected {
		color: #333 !important;
		border-color: #999966 !important;
		background-color: rgb(153 153 102 / 54%) !important;
		border-top: 3px solid;
	}

	.tabled-radio .form-check-input:checked {
		background-color: #999966;
		border-color: #999966;
	}

	.tabled-radio .form-check-input:focus {
		border-color: #86b7fe;
		outline: 0;
		box-shadow: 0 0 0 0.25rem #e7e7de;
	}

.swal-wide {
	width: 1050px !important;
}

.align-left {
	text-align: left;
}

table > thead > tr > th {
	background-color: var(--table-bg-header-color) !important;
	color: white !important;
	text-align: center !important;
}

.dataTable th, .dataTable td {
	vertical-align: middle !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background-color: var(--table-bg-header-color);
	color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background-color: var(--table-bg-header-color) !important;
}

	.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
		color: #fff !important;
	}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	background-color: #efefef;
	cursor: not-allowed;
	color: #777777 !important;
	outline: 0;
}

.radio-listinline {
	display: flex;
	flex-direction: row;
	padding-top: 5px;
	gap: 2rem
}

.required-labelempty::before {
	content: '  ';
	font-weight: normal;
}

.labelinlineclass {
	padding-top: 10px;
}

.label-with-space {
	margin-right: 20px;
}

/*.error-message {
    display: flex;
    justify-content: right;
    color: red;
    font-size: .875em;
}*/

input[readonly], textarea[readonly] {
	background-color: #f4f4f4;
	color: #888;
	pointer-events: none;
}

.form-select:disabled {
	background-color: #f4f4f4;
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
	background-color: inherit;
}

.min-width-13 {
	min-width: 13%;
}

.custom-tabcontent-border {
	border: 1px solid #000;
	padding: 10px;
}

.lastSubmittedLabel {
	justify-content: center !important;
	display: flex;
	color: white !important;
	background-color: green !important;
}

.cutom-input-group-end-info {
	padding: 1.21rem 0.75rem;
	background: #f4f4f4;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border: 2px solid rgba(0,0,0,.54);
	color: blue;
}

.cutom-input-group-middle-button {
	padding: 0.9rem 0.75rem;
	border-radius: 0px;
	border: 2px solid rgba(0,0,0,.54);
}

.topnavHorzintal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}

.no-padding ul {
	padding: 0px !important;
}

.highlightTimeLine {
	box-shadow: 0px 0px 10px 5px rgba(51, 51, 51, 1);
	background-color: white !important;
}

body {
	background-color: #F6F7EB;
	/* font-family: 'Open Sans', sans-serif;*/
}

.public-body {
	background-color: white !important;
}


/*.accordion .card {
    border-radius: 0px;
}

.accordion .card-header * {
    display: inline;
}

.accordion .card-header.collapsed:after {
    content: "\f067";
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}*/

.custom-accordion {
	background-color: #fefffa;
	margin: auto;
	box-shadow: 5px 5px 10px 0px #a4bac1;
	line-height: 1.6;
	/*max-width: 600px;
    
    
    */
}

.custom-accordion-item {
	border-bottom: 1px solid #dce7eb;
}

.custom-accordion-title {
	padding: 15px 15px 15px 15px;
	display: block;
	position: relative;
	font-size: 1.25rem;
}

.redesign-faq-title {
	padding: 15px 15px 15px 15px;
	display: block;
	position: relative;
	font-size: 1.25rem;
}

.custom-accordion-title:before {
	font-family: FontAwesome;
	content: " ";
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important font-size: 24px;
	float: right;
	left: 15px;
	top: 6px;
	color: #44BBA4;
}

.custom-h5 {
	border-bottom: 1px solid #fefffa;
	/*display: inline-block;*/
	font-weight: bold;
}

.custom-question:hover,
.custom-question:focus {
	cursor: pointer;
	outline: none;
	border-bottom-color: #a8bdc4;
	text-decoration: underline;
	text-underline-position: under;
}


.is-expanded .custom-accordion-title:before {
	content: "\f056";
}

.custom-accordion-content-inner {
	padding: 0px 15px 0px 15px;
}

	.custom-accordion-content-inner div {
		padding-left: 4%;
	}

.custom-accordion-content {
	transition: height 0.3s ease-out;
	height: 0;
	overflow: hidden;
	/*padding:15px;*/
}

.w-3 {
	width: 3%;
}

.w-4 {
	width: 4%;
}

.w-95 {
	width: 95%;
}

.font-13rem {
	font-size: 1.0rem;
}

@media (min-width: 768px) {
	.custom-md-none {
		border: none !important;
	}
}

}

mark {
	background: orange;
	padding: 0;
}

.no-padding-x-custom-btn {
	--bs-btn-padding-x: 0rem !important;
}

.box-shadow-none {
	box-shadow: none;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.custom-d-flex {
	display: flex !important;
}

	.custom-d-flex i {
		padding-top: .1em;
	}

	.custom-d-flex span:first-of-type {
		flex: 1;
	}

.customTrasition {
	-moz-transition: height .5s !important;
	-o-transition: height .5s !important;
	-webkit-transition: height .5s !important;
	transition: height .5s !important;
	overflow: hidden !important;
}

.gavatar {
	color: rgb(255, 255, 255);
	background-color: #4f789e;
	display: inline-block;
	/*font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;*/
	font-size: 18px;
	border-radius: 60px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin: 10px;
	text-align: center;
	font-weight: bold;
}

.automargin {
	margin: auto;
}

.DPP-Definition-title {
	font-family: "Bower",Georgia,"Times New Roman",serif, Helvetica,'Helvetica Neue',Arial,'Segoe UI',SegoeUI,sans-serif,Verdana, Geneva, Tahoma;
	text-decoration: none;
	text-underline-position: under;
	font-size: 1.5rem;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.5;
}

/**Start: Report Rendering CSS*/

.report-modalT {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	z-index: 999;
	filter: blur(1px);
	opacity: 0.2;
	height: 100%;
	width: 100%;
	backdrop-filter: invert();
}

.report-loading {
	font-family: Arial;
	font-size: 17pt;
	border: 3px solid #7f965c;
	width: 475px;
	height: 160px;
	display: none;
	position: fixed;
	background-color: white;
	z-index: 999;
	opacity: 1;
	padding: 35px;
	border-radius: 6px;
}

.report-textDecor {
	margin: 5%;
	font-weight: bold;
}

.seeMoreTextTd .btn {
	padding: 0px !important;
}
/**End: Report Rendering CSS*/


/***********Toast*******************/

.custom-toast {
	position: fixed;
	/*width:auto !important;*/
	/*transform: translate(-50%, -50%);*/
	align-self: center !important;
}

.toast-success {
	background-color: #fff !important;
	color: #21641c !important;
	border-left: 5px solid;
	border-left-color: #21641c;
	border-radius: 10px;
}

.toast-danger {
	background-color: #fff !important;
	color: darkred !important;
	border-left: 5px solid;
	border-left-color: darkred;
	border-radius: 10px;
}

.btn-toast-close {
	color: inherit;
	border-left: #f4e9e9 solid 1px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
/*********** PublicToast*******************/

.public-custom-toast {
	position: fixed;
	/*width:auto !important;*/
	/*transform: translate(-50%, -50%);*/
	align-self: flex-end !important;
}

.public-toast-success {
	background-color: #4f789e !important;
	color: #fff !important;
	border-radius: 10px;
}

.public-toast-danger {
	background-color: darkred !important;
	color: #fff !important;
	border-radius: 10px;
}

.public-toast-align {
	padding: 12px;
	align-items: center;
	gap: 16px;
	word-break: break-word;
}

.btn-public-toast-close {
	color: inherit;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}

/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px) {
	.dynamictoast {
		display: none !important;
	}

	.btn-toast-close {
		border-left: none;
	}

	.toastMessage {
		font-size: 18px;
	}

	.public-toastMessage {
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}
	/*#donutChart {
        margin-left: 2rem;
        margin-right: 3rem;
    }*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) and (max-width: 767.98px) {
	.dynamictoast {
		display: none !important;
	}

	.btn-toast-close {
		border-left: none;
	}

	.toastMessage {
		font-size: 18px;
	}
	/*#donutChart {
        margin-left: 2rem;
        margin-right: 3rem;
    }*/
}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
	.dynamictoast {
		display: none !important;
	}

	.btn-toast-close {
		border-left: none;
	}

	.toastMessage {
		font-size: 20px;
	}

	.public-toastMessage {
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
	.toastMessage {
		font-size: 1.5em;
	}

	.public-toastMessage {
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
	}
}

.mark, mark {
	padding: 0px !important;
}
/***********Toast*******************/
.max-width-70 {
	max-width: 70% !important;
}

/***********Public Layout Redesign*******************/

.public-redesign-font-family {
	font-family: var(--public-redesign-font-family) !important;
}

.portal-nameV2 {
	color: white;
	font-size: 16px;
	font-family: var(--public-redesign-font-family);
	font-weight: 600;
	line-height: 28px;
	word-wrap: break-word
}

.masthead-DarkBlueV2 {
	min-height: 118px;
	width: 100%;
	padding: 0px;
	/*background-image: url('../images/2.0/Background-boxes.png'), #000944;*/ /* Old browsers */
	/*background-image: url("../images/2.0/Background-boxes.png"), -moz-linear-gradient(left, #000944 10%, #0064ff 50%, #000944 90%);*/ /* FF3.6-15 */
	/*background-image: url("../images/2.0/Background-boxes.png"), -webkit-linear-gradient(left, #000944 10%,#0064ff 50%,#000944 90%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background-image: url("../images/2.0/Background-boxes.png"), linear-gradient(to right, #000944 10%,#0064ff 50%,#000944 90%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000944', endColorstr='#000944',GradientType=1 );*/ /* IE6-9 */
	/*background-image: url(../images/2.0/Background-boxes.png), linear-gradient(to right, #000944 0%,#0064ff 20%,#000944 70%);*/
	/*background-image: url('../images/2.0/Background-boxes.png'), var(--main-bg-color);*/ /* Old browsers */
	/*background-image: url("../images/2.0/Background-boxes.png"), -moz-linear-gradient(left, var(--main-bg-color) 10%, var(--main-bg-color-lighter) 50%, var(--main-bg-color) 90%);*/ /* FF3.6-15 */
	/*background-image: url("../images/2.0/Background-boxes.png"), -webkit-linear-gradient(left, var(--main-bg-color) 10%,var(--main-bg-color-lighter) 50%,var(--main-bg-color) 90%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background-image: url("../images/2.0/Background-boxes.png"), linear-gradient(to right, var(--main-bg-color) 10%,var(--main-bg-color-lighter) 50%,var(--main-bg-color) 90%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=var(--main-bg-color), endColorstr=var(--main-bg-color-lighter),GradientType=1 );*/ /* IE6-9 */
	/*background-image: url(../images/2.0/Background-boxes.png), linear-gradient(to right, var(--main-bg-color) 0%,var(--main-bg-color-lighter) 20%,var(--main-bg-color) 70%);*/
	/*    url(../images/2.0/Background-boxes.png), linear-gradient(to right, #4d3807 0%,#4d3807 20%,#624602 70%)*/
	background-size: cover;
	background-position: center center;
	border: 0px !important;
	/*background: #4f519e;*/
	background-image: url(../images/2.0/Background-boxes.png), linear-gradient(to right, var(--main-bg-color) 0%,var(--main-bg-color-lighter) 60%,var(--main-bg-color) 80%);
}

.masthead-DarkBlue2V2 {
	padding: 0px !important;
}

.bg-custom-nav-item {
	color: white;
	font-size: 1rem;
	font-family: var(--public-redesign-font-family);
	font-weight: 400;
	line-height: 28px;
	word-wrap: break-word;
	padding: 0.25rem !important;
}

	.bg-custom-nav-item a {
		color: white !important;
	}

		.bg-custom-nav-item a :hover {
			color: white !important;
		}

.masthead-DarkBlueV2 .bg-custom-nav-item .active {
	/*border-bottom: 0px solid #0b5ed7 !important;
    background: #0b5ed7;*/
	/*    border-bottom: 0px solid var(--btn-bg-custom-primary) !important;
    background: var(--btn-bg-custom-primary);
    border-radius: 20px;*/
	color: white;
	border-bottom: 2px white solid
}

.bg-custom-copyrights {
	font-size: 14px;
	font-family: var(--public-redesign-font-family);
	font-weight: 400;
	line-height: 20px;
	word-wrap: break-word;
}

@media(max-width: 767.98px) {
	.public-page-title-right-text {
		text-align-last: unset !important;
		text-align: center;
	}
}

@media (max-width: 1400px) {
	.footer-menu {
		display: none !important;
	}

	.custom-bg-footer2 {
		justify-content: center !important;
	}

	.custom-bg-footer3 {
		flex-direction: column;
	}

	.public-page-title-text {
		justify-content: center;
		display: flex;
	}

	.homeChart {
		display: inline !important;
		width: 75%;
		align-self: center !important;
	}


	.public-home-stats {
		display: grid !important
	}
}


@media (min-width: 1400px) {
	/*.custom-public-header {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }*/

	.custom-bg-footer {
		padding-left: 300px;
		padding-right: 300px;
	}

	.footer-menu {
		display: flex !important;
	}

	.custom-bg-footer2 {
		justify-content: space-between !important;
	}

	.custom-bg-footer3 {
		flex-direction: unset;
	}

	.homeChart {
		display: inline-flex !important;
		align-items: center;
		width: 70%;
	}

	.public-home-stats {
		display: inline-flex !important
	}
}

.custom-bg-footer {
	width: 100%;
	background: white;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 48px;
	display: inline-flex;
	margin-top: auto;
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}

.h-20 {
	height: 20px !important;
}

.bg-custom-footer-links {
	align-items: flex-start;
	gap: 12px;
}

.bg-custom-footer-link-item {
	text-align: right;
	font-size: 14px;
	font-family: var(--public-redesign-font-family);
	font-weight: 400;
	line-height: 20px;
	word-wrap: break-word;
}

	.bg-custom-footer-link-item a {
		color: #198754;
		padding-right: 1rem;
	}

.g-24 {
	gap: 24px;
}

.custom-public-container {
	background: white !important;
}

.public-welcome-title {
	color: white;
	font-size: 1.75rem !important;
	font-family: var(--public-redesign-font-family);
	font-weight: 600;
	word-wrap: break-word
}

.public-welcome-instructions {
	font-family: var(--public-redesign-font-family);
	color: white;
	word-wrap: break-word;
}

.public-page-instructions {
	font-family: var(--public-redesign-font-family);
	color: #343A40;
	word-wrap: break-word;
	font-size: 1rem !important;
}

.public-home-welcome {
	background: #4f789e;
	/*background-image: url('../images/redesign/cae-bg.png');*/
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	display: inline-flex;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.public-tab-title {
	font-family: var(--public-redesign-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.public-tab-title {
	font-family: var(--public-redesign-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}

.public-page-title-bg {
	padding: 1.5rem 1rem 1.5rem 1rem;
	background: #4f789e;
}

.public-page-title-text {
	color: white;
	font-size: 32px;
	font-family: var(--public-redesign-font-family);
	font-weight: 600;
	word-wrap: break-word;
}

.public-page-title-right-text {
	color: var(--Default-White, #FFF);
	font-family: var(--public-redesign-font-family);
	text-align-last: right;
}

.bg-gray-public {
	background: #E9ECEF;
}

.public-page-title-right-text-sm {
	font-size: 0.875rem;
	font-weight: 400;
}

.public-card-title {
	color: var(--Default-Black, #1C1D1F);
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}

.public-card-subtitle-text {
	color: var(--Gray-Gray-800, #343A40);
	font-family: var(--public-redesign-font-family) !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	word-wrap: break-word;
}

.public-card-header {
	color: var(--Default-Black, #1C1D1F);
	font-family: var(--public-redesign-font-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
}

.public-card-header2 {
	color: var(--Gray-Gray-800, #343A40);
	font-family: var(--public-redesign-font-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.public-home-imp-date {
	font-family: var(--public-redesign-font-family);
	color: #343A40;
	word-wrap: break-word;
	font-size: 1.0rem !important;
}

.law-firm-title {
	color: #343A40;
	font-size: 20px;
	font-family: Inter;
	font-weight: 300;
	line-height: 36px;
	word-wrap: break-word
}

.public-home-imp-date-div {
	border-bottom: 1px #CED4DA solid;
	padding-bottom: .25rem !important;
	padding-top: 1rem !important;
	padding-right: 1rem !important;
}

#donutChart {
	/*    width: 252px !important;
    height: 252px !important;
    padding: 1.25rem !important;*/
	align-self: center;
}


.public-form-label {
	font-family: var(--public-redesign-font-family);
}

.public-home-stats-title {
	color: #6C757D;
	font-size: 1rem;
	font-family: var(--public-redesign-font-family);
	font-weight: 400;
	line-height: 28px;
	word-wrap: break-word;
}

.public-home-stats-value {
	text-align: center;
	color: #198754;
	font-size: 1rem;
	font-family: var(--public-redesign-font-family);
	font-weight: 600;
	word-wrap: break-word
}

.public-home-stats-card {
	/*    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: var(--public-home-stats-bg);
    border-radius: 12px;
    flex-direction: column;
    gap: 8px;
    display: inline-flex;*/
	flex: 1 1 0;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: var(--public-home-stats-bg);
	border-radius: 12px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	display: inline-flex;
	/* width: 100%;*/
	width: 233px;
}

.public-home-stats-card-value {
	text-align: center;
	color: var(--public-home-stats-value-color);
	font-size: 28px;
	font-family: var(--public-redesign-font-family);
	font-weight: 600;
	word-wrap: break-word;
}

.public-home-stats-card-subtext {
	align-self: stretch;
	text-align: center;
	color: var(--public-home-stats-subtext-color);
	font-size: 14px;
	font-family: var(--public-redesign-font-family);
	font-weight: 400;
	line-height: 16px;
	word-wrap: break-word
}


.stats-epp-notices {
	--public-home-stats-bg: #D1E7DD;
}

.stats-value-epp-notices {
	--public-home-stats-value-color: #198754;
}

.stats-subtext-epp-notices {
	--public-home-stats-subtext-color: #0F5132;
}


.stats-wave-notices {
	--public-home-stats-bg: #CFE2FF;
}

.stats-value-wave-notices {
	--public-home-stats-value-color: #0A58CA;
}

.stats-subtext-wave-notices {
	--public-home-stats-subtext-color: #052C65;
}

.stats-epp {
	--public-home-stats-bg: #FFE5D0;
}

.stats-value-epp {
	--public-home-stats-value-color: #CA6510;
}

.stats-subtext-epp {
	--public-home-stats-subtext-color: #653208;
}

.stats-wave {
	--public-home-stats-bg: #F7D6E6;
}

.stats-value-wave {
	--public-home-stats-value-color: #AB296A;
}

.stats-subtext-wave {
	--public-home-stats-subtext-color: #561435;
}

.public-custom-card {
	box-shadow: 0px 0px 0px !important;
}

.btn-light-custom {
	--bs-btn-bg: #E9ECEF;
	font-family: var(--public-redesign-font-family);
}

.hl-paragraph-text {
	color: #343A40;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.hl-content {
	padding-top: 0.8rem;
	padding-bottom: 6rem;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	display: inline-flex
}


.back-to-top-public {
	background: #4f789e !important;
	border-color: #4f789e !important;
}

.ans-text li, .ans-text p {
	font-family: var(--public-redesign-font-family);
	font-size: 16px;
	margin-bottom: 0px !important;
}

.btn-custom-link-public {
	color: var(--Primary, #198754);
	text-decoration: none;
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	line-height: 20px;
	word-wrap: break-word;
}

.public-help-link {
	color: #198754;
	font-size: 16px;
	font-family: Inter;
	font-weight: 400;
	text-decoration: underline;
	line-height: 28px;
	word-wrap: break-word;
}

.public-wrapper button, .public-wrapper h5, .public-wrapper h4, .public-wrapper h3,
.public-wrapper h2, .public-wrapper h1, .public-wrapper label, .public-wrapper span,
.public-wrapper li, .public-wrapper p {
	font-family: var(--public-redesign-font-family);
}

.content-nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block;
}

.card-no-shadow {
	box-shadow: 0px 0px 0px rgb(0 0 0 / 0%) !important;
}

.mb-2rem {
	margin-bottom: 2rem !important
}

.bi-black {
	color: #1C1D1F !important;
}

.public-wrapper-staticPages {
	padding: 1rem !important
}

.pb-2rem {
	padding-bottom: 2rem !important
}

.required-label-before::before {
	content: ' * ' !important;
	color: var(--text-danger-color);
	font-weight: normal;
	inset: auto !important;
}

.homechart-d {
	justify-content: center !important;
	display: contents;
}

.h-10 {
	height: 10% !important;
}

.home-stats-legend {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 0.25rem;
	margin-top: auto;
	margin-bottom: auto;
}

.w-85 {
	width: 85% !important;
}

.redforecolor {
	color: red !important;
}

.btn-customCss-document {
	color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
	text-decoration: underline;
}

	.btn-customCss-document:hover, .btn-customCss-document:focus {
		text-decoration: none;
	}

fieldset.scheduler-border {
	border: 1px groove #000 !important;
	padding: 0 1.4em 0 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-align: left !important;
	width: auto;
	padding: 0 10px;
}

.hidden {
	display: none;
}

.card-header {
	background-color: #4f789e !important;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
}

.buttonbackground {
	background-color: transparent;
	border: none; /* Optional: Remove border if needed */
	color: inherit;
}

.blue-text-button strong {
	color: #4f789e;
}

.blue-text-button-plantiff strong {
	color: #0d6efd;
}

.custom-padding-left-right {
	padding-left: 5%;
	padding-right: 5%;
}

.Z-index9999 {
	z-index: 9999 !important;
}

div.smartystreet {
	border: 0px solid #676a6c;
	text-align: center;
	width: 100%;
}

label.lblsmartystreet {
	display: block;
	border: 1px solid black;
	background-color: #f5fae3;
	color: #676a6c;
	padding: 20px 0px 0px 0px;
	font-weight: 700;
	min-height: 120px;
}

.lineaccordion {
	margin-bottom: 1rem !important;
}
/***********Public Layout Redesign*******************/

.custom-error-message {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.padding-left-8rem {
	padding-left: 8.5rem !important;
}

.green-color {
	color: green !important;
}

.fieldset-solidline {
	border: 1px groove #000 !important;
}

.fa-trash {
	color: red !important;
}
.fa-disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.padding-1 {
	padding-left: 2% !important;
	padding-right: 2% !important;
}

.padding-05 {
	padding-left: 1% !important;
	padding-right: 1% !important;
}

.padding-3 {
	padding-left: 2% !important;
}

.padding-right-5 {
	padding-right: 5% !important;
}

.btnfixed-size {
	width: 100px; /* Set a fixed width */
	white-space: nowrap; /* Prevent text from wrapping */
	overflow: hidden; /* Hide overflow text */
	text-overflow: ellipsis; /* Add ellipsis for overflow text */
}

/***********CQ Details*******************/

.CQSaveButton-custom {
	padding-right: 2.5em !important;
}

.width-30 {
	width: 30% !important;
}

.width-70 {
	width: 70% !important;
}

.marignright25px {
	margin-right: 25px;
}

.marignleft10px {
	margin-left: 10px;
}

.marignright35px {
	margin-right: 35px;
}

.marignleft35px {
	margin-left: 35px;
}

.SharedPlaintiffColor {
	color: #3bc03a;
}

.custom-width-5 {
	width: 5%
}

.custom-width-10 {
	width: 10%
}

.custom-width-15 {
	width: 15%
}

.custom-width-25 {
	width: 25%
}

.custom-width-30 {
	width: 30%
}

.custom-width-35 {
	width: 35%
}

.custom-width-40 {
	width: 40%
}

.custom-width-45 {
	width: 45%
}

.custom-padding-left-40 {
	padding-left: 40%;
}

.custom-padding-left-5 {
	padding-left: 5%;
}

.custom-padding-left-10 {
	padding-left: 10%;
}

.custom-padding-left-32px {
	padding-left: 32px;
}

.custom-padding-left-30px {
	padding-left: 30px;
}

.custom-padding-right-5 {
	padding-right: 5%;
}

.custom-padding-right-2 {
	padding-right: 2%;
}

.custom-padding-right-10 {
	padding-right: 10%;
}

.custom-padding-right-30px {
	padding-right: 30px;
}

.vertical-align-middle {
	vertical-align: middle;
}

.color28a745 {
	color: #28a745;
}

.color007bff {
	color: #007bff;
}

.color0d6efd {
	color: #0d6efd;
}

.cutom-margin-left-1point2rem {
	margin-left: 1.2rem;
}

/***********END CQ Details*******************/

/*CQ Wrongful Death Damage*/
.custom-width-40 {
	width: 40%;
}

.custom-width-20 {
	width: 20%;
}

/*END CQ Wrongful Death Damage*/
.footer-color-green {
	color: #198754;
}

/**********Plaintiff Selection*********/
.padding-left-plaintifftxt {
	padding-left: 4.5%;
}

.custom-addplaintiffbtn-padding {
	padding: 1% 4% 0 5%;
	float: right;
}

.cancel-confirm-padding {
	padding: 2% 3.5% 0 2%
}
/********** End Plaintiff Selection*********/
.d-block {
	display: block !important;
}

/*******  Details page *******/

.divrowCQInfo {
	display: none;
	background-color: #f3f6fb;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

.showDetailsbtn {
	color: #007bff;
}
/***********   PlaintiffSelection Details **********/
.custom-padding-1205 {
	padding: 1% 2% 0 5%;
}

.height-0px {
	height: 0px !important;
}

.pb-1rem {
	padding-bottom: 1rem;
}

.pb-0px {
	padding-bottom: 0px;
}


.Orange-color {
	color: orange !important;
}

.custom-marginRight3percentage {
	margin-right: 3% !important;
}

.custom-margintop-6px {
	margin-top: -6px;
}

.support-wordwrap {
	overflow: hidden;
	text-overflow: ellipsis;
}

.btn-eye {
	color: slateblue !important;
}

.linkbuttonalignment {
	vertical-align: baseline;
	line-height: normal;
}

.divcustommargin {
	margin-left: 30px;
}

.ml-10px {
	margin-left: -10px;
}

.status-Orange {
	color: Orange;
}

.status-lightgreen {
	color: #198754;
}

/*----------------------------Toast with progress BAR ----------------------*/
.toast-top-center {
	top: 1rem;
	z-index: 2200;
	min-width: 400px;
	max-width: 600px;
	border-radius: 0.25rem;
}

.dual-color-bar {
	height: 100%;
	background: linear-gradient(to right, #ff6a00 50%, #ffd500 50%);
	background-size: 200% 100%;
	background-position: left;
	transition: background-position 3s linear;
}

#toastWithProgress {
	background-color: #d4edda; /* light green */
	color: #000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.toastMessage {
	font-weight: 500;
	color: #000;
}

.toast-progress {
	height: 8px;
	background-color: #c3e6cb;
	width: 100%;
}

#toastProgressBar {
	height: 100%;
	width: 100%;
	transition: width linear;
	background-color: #28a745; /* green bar */
	/*
    background: linear-gradient(to right, #ff6a00 50%, #ffd500 50%);
    background-size: 200% 100%;
    background-position: left;
    transition: background-position 3s linear;*/
}

.btn-close {
	cursor: pointer;
}


.label-wrapper {	
	display: inline-flex;	

}


.custom-label {
	display: flex;
	align-items: flex-start;
}

.label-number {
	margin-right: 0.4rem;
	font-weight: bold;
}

.label-text {
	flex: 1;
}



.ml-1rem {
	margin-left: 0.9rem;
}

.width-98 {
	width: 98%;
	margin-left: 1rem;
}

.no-wrap {
	white-space: nowrap;
}

.width-98-margin{
	width: 98%;
	margin-left: 1.6rem;
}

.ml-2rem {	
	margin-left: 2rem;
}

.form-disabled input:disabled,
.form-disabled select:disabled,
.form-disabled textarea:disabled {
	background-color: #e9ecef;
	color: #495057;
	cursor: not-allowed;
	opacity: 1;
}

.form-disabled button:disabled {
	color: #6c757d !important;
	background-color: #f8f9fa !important;
	border-color: #dee2e6 !important;
	cursor: not-allowed;
	opacity: 1;
}

.form-disabled input[type="radio"]:disabled,
.form-disabled input[type="checkbox"]:disabled {
	opacity: 0.5;
}

.form-disabled input[type="radio"]:checked:disabled,
.form-disabled input[type="checkbox"]:checked:disabled {
	opacity: 0.75;
	background-color: #6c757d;
	border-color: #adb5bd;
}

	.form-disabled input[type="radio"]:checked:disabled + label,
	.form-disabled input[type="checkbox"]:checked:disabled + label {
		color: #212529;
	}

.underline-important {
	text-decoration: underline;
	text-decoration-color: red;
	font-weight: bold;
}


