/*-_-_Reset-Password_CSS_Start_-_-*/
.reset-password-banner.signin-banner.banner .signup-card .back-btn {
	color: #A19FB6;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 34px;
	display: inline-flex;
	align-items: center;
}

.reset-password-banner.signin-banner.banner .signup-card .back-btn img {
	width: 14px;
	height: 14px;
	object-fit: contain;
	margin-right: 8px;
}

.reset-password-banner.signin-banner.banner .signup-card h4 {
	color: #0F1C49;
	font-size: 24px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 8px;
}

.reset-password-banner.signin-banner.banner .signup-card p {
	color: #111114;
	font-size: 16px;
	text-align: left;
	margin-bottom: 20px;
	opacity: 0.4;
}

.reset-password-banner.signin-banner.banner .signup-card form .form-group {
	margin-bottom: 20px;
}

.reset-password-banner.signin-banner.banner .signup-card form .form-group:last-child {
	margin-bottom: 0;
}

/*-_-_Reset-Password_CSS_End_-_-*/

/*-_-_New-Password_CSS_Start_-_-*/
.new-password-banner.signin-banner.banner .signup-card form .input-wrap {
	position: relative;
}

.new-password-banner.signin-banner.banner .signup-card form .input-wrap i {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 20px;
	color: #848496;
}

/*-_-_New-Password_CSS_End_-_-*/

/*-_-_Verification-Code_CSS_Start_-_-*/

.verfication-code-banner.signin-banner.banner .signup-card p {
	line-height: 1.25;
}

.verfication-code-banner.signin-banner.banner .signup-card p a {
	font-weight: 500;
	color: #111114;
}

.verify-group-wrap .verify-group {
	display: flex;
	column-gap: 20px;
}

.verify-group-wrap .verify-group input.form-control {
	text-align: center;
	padding: 0 12px;
	height: 52px;
}

.verify-group-wrap .error-msg {
	margin-top: 10px;
	font-size: 14px;
	color: #0F1C49;
	display: block;
}

/*-_-_Verification-Code_CSS_End_-_-*/

/*-_-_Thank-You_CSS_Start_-_-*/
.thank-you-banner.signin-banner.banner .signup-card {
	text-align: center;
	min-height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.thank-you-banner.signin-banner.banner .signup-card p {
	color: #111114;
	font-size: 16px;
	line-height: 1.25;
	opacity: 0.4;
	margin-bottom: 20px;
}

.thank-you-banner.signin-banner.banner .signup-card a {
	height: 46px;
	padding: 0 18px;
	border-radius: 6px;
	background: #4F86FF;
	border: 1px solid #4F86FF;
	box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
	color: #F0FDF4;
	font-size: 16px;
	font-family: "Ubuntu";
	font-weight: 500;
	line-height: 44px;
	width: 100%;
	transition: 0.4s all ease;
}

/*-_-_Thank-You_CSS_End_-_-*/


/*-_-_Styling-Update_CSS_Start_-_-*/
.card-warp .card-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 20px;
}

.card-warp .card-heading h3 {
	max-width: 40%;
	margin-bottom: 0;
}

.card-warp .card-heading input {
	width: 60%;
	border-radius: 6px;
	border: 1px solid #D5DAE1;
	background: #ffffff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	height: 46px;
	padding: 0px 14px;
	color: #0F1C49;
	font-size: 16px;
	line-height: 24px;
	transition: 0.4s all ease;
}

form.custom-form label .tooltip-popup {
	margin-left: 5px;
}

.tooltip-popup {
	position: relative;
	display: inline-block;
}

.tooltip-popup button {
	border: 0;
	background: transparent;
}

.tooltip-popup button i {
	font-size: 16px;
	line-height: 1;
	color: #03254C;
}

.tooltip-popup p {
	position: absolute;
	width: 300px;
	background: #413939;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 200;
	color: rgb(255, 255, 255);
	z-index: 1;
	padding: 10px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	text-transform: none;
}

.tooltip-popup:hover p {
	display: block;
}
.view-project-table .dataTables_wrapper .dataTables_filter {
	order: 1;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
	float: unset;
}

.view-project-table .dataTables_wrapper .dataTables_filter label {
	position: relative;
}

.view-project-table .dataTables_wrapper .dataTables_filter label img {
	width: 24px;
	height: 24px;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.view-project-table .dataTables_wrapper .dataTables_filter label input {
	height: 50px;
	width: 337px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #03254C;
	padding: 0 15px 0 48px;
	margin: 0;
	outline: unset !important;
}

.view-project-table .dataTables_wrapper .dataTables_filter input:hover,
.view-project-table .dataTables_wrapper .dataTables_filter input:focus {
	border-color: #03254C;
}

.filter-dropdown-list {
	display: flex;
	align-items: center;
	margin-bottom: -50px;
	margin-left: 352px;
	position: relative;
	z-index: 3;
}

.filter-dropdown {
	display: inline-block;
	margin-right: 15px;
}

.filter-dropdown:last-child {
	margin: 0;
}

.filter-dropdown .dropdown-toggle {
	padding: 0 22px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #878686;
	border: 1px solid #E0E0E0;
	background: transparent;
	border-radius: 5px;
	text-decoration: unset;
	display: flex;
	align-items: center;
	height: 50px;
	transition: 0.4s all ease;
}

.filter-dropdown .dropdown-toggle:hover,
.filter-dropdown .dropdown-toggle.show {
	color: #2798E9;
	background: transparent;
	border: 1px solid #2798E9;
}

.filter-dropdown .dropdown-toggle::after {
	margin-left: 10px;
}

.filter-dropdown .dropdown-menu {
	padding: 10px 15px;
}

.filter-dropdown .dropdown-menu p {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #03254C;
	margin-bottom: 4px;
}

.filter-dropdown .dropdown-menu ul li {
	padding: 4px 0;
}

.filter-dropdown .dropdown-menu ul li input {
	margin: 2px 5px 0 0;
	width: 16px;
	height: 16px;
}

.filter-dropdown .dropdown-menu ul li label {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #878686;
}

.filter-dropdown .dropdown-menu hr {
	margin: 7.5px 0;
	color: #03254C;
	opacity: 0.1;
	height: 0.5px;
}

form.custom-form .form-group.add-contractor {
	display: flex;
	justify-content: flex-end;
}

form.custom-form .form-group.new-contractor {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

form.custom-form .form-group.new-contractor button {
	border: 0;
	background: transparent;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}

form.custom-form .form-group.new-contractor button svg {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
}

form.custom-form .form-group.new-contractor input {
	width: calc(100% - 35px);
}

.rightModal .modal-dialog {
	position: fixed;
	margin: auto;
	top: 20px;
	width: 400px;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.rightModal.fade .modal-dialog {
	top: 20px;
	right: -400px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.rightModal.fade.show .modal-dialog {
	right: 0;
	top: 20px;
}

.sidebarModal .modal-header .btn-close,
.rightModal .modal-header .btn-close {
	background: transparent;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
	box-shadow: unset !important;
	display: block !important;
}

.sidebarModal .modal-header .btn-close img,
.rightModal .modal-header .btn-close img {
	width: 100%;
	height: 100%;
}

.sidebarModal .modal-dialog {
	position: fixed;
	margin: auto;
	width: 30%;
	min-width: 320px;
	height: 100vh;
	padding: 0;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.sidebarModal.fade .modal-dialog {
	right: -30%;
	min-width: 320px;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.sidebarModal.fade.show .modal-dialog {
	right: 0;
}

.sidebarModal .modal-dialog .modal-content {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	height: 100vh;
}

.sidebarModal .modal-dialog .modal-header {
	border-top-right-radius: 0;
}

.sidebarModal .modal-dialog .modal-body {
	overflow-y: auto;
}

.faqs-accordion .accordion-item {
	margin-bottom: 16px;
	border: 0;
	border-radius: 8px;
	border: 1px solid #03254C;
	overflow: hidden;
}

.faqs-accordion .accordion-item .accordion-button {
	padding: 12px 14px 12px 18px;
	color: #ffffff;
	background: #03254C;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	box-shadow: unset;
	gap: 5px;
}

.faqs-accordion .accordion-item .accordion-button:not(.collapsed)::after {
	transform: rotate(0);
	content: "-";
}

.faqs-accordion .accordion-item .accordion-button::after {
	background: unset !important;
	content: "+";
	font-size: 20px;
	line-height: 1;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faqs-accordion .accordion-item .accordion-body {
	padding: 10px 18px 15px;
}

.faqs-accordion .accordion-item .accordion-body p {
	color: #03254C;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 300;
}

.score-row {
	margin: 24px -12.5px 0;
}

.score-row .score-col {
	padding: 0 12.5px;
}

.score-card {
	background: #F0FDF4;
	padding: 30px 24px;
}

.score-card span {
	color: #166534;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	margin-bottom: 16px;
}

.score-card h2 {
	color: #22C55E;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.64px;
}

.score-card.less-score {
	background: #FFFBEB;
}

.score-card.less-score span {
	color: #92400E;
}

.score-card.less-score h2 {
	color: #F59E0B;
}

.score-note {
	border-radius: 12px;
	border: 1px solid #BBF7D0;
	background: #F0FDF4;
	padding: 24px 40px;
	margin-top: 24px;
}

.score-note p {
	color: #166534;
	font-size: 28px;
	font-weight: 400;
	line-height: 40px;
	padding-left: 56px;
	position: relative;
}

.score-note p img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.score-note p a {
	color: #166534;
	font-weight: 500;
	text-decoration-line: underline;
}

.score-note.less-score {
	border: 1px solid #FDE68A;
	background: #FFFBEB;
}

.score-note.less-score p,
.score-note.less-score p a {
	color: #92400E;
}

.score-note ul.action-btns {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-left: 56px;
}

.score-note ul.action-btns li {
	margin-right: 40px;
}

.score-note ul.action-btns li:last-child {
	margin-right: 0;
}

.score-note ul.action-btns li a,
.score-note ul.action-btns li button {
	color: #B45309;
	font-size: 28px;
	font-weight: 500;
	line-height: 40px;
	padding: 12.5px 0;
	border: 0;
	background: transparent;
	outline: unset !important;
}

.score-note form.message-form {
	display: none;
	margin-top: 27px;
	padding-left: 56px;
}

.score-note form.message-form textarea {
	border-radius: 8px;
	background: white;
	padding: 30px 36px;
	color: rgba(185, 118, 4, 1);
	font-size: 32px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 24px;
	width: 100%;
	border: 0;
	height: 384px;
}

.score-note form.message-form textarea::placeholder {
	color: rgba(185, 118, 4, 0.5);
}

.score-note form.message-form ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.score-note form.message-form ul li {
	margin-right: 24px;
}

.score-note form.message-form ul li:last-child {
	margin-right: 0;
}

.score-note form.message-form ul li button {
	width: 207px;
	border: 0;
	padding: 12px 22px;
	color: #F59E0B;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	border-radius: 5px;
	text-transform: uppercase;
	background: transparent;
	border: 0;
	outline: unset !important;
}

.score-note form.message-form ul li button[type="submit"] {
	color: #ffffff;
	background: #F59E0B;
}

.result-card {
	margin-top: 24px;
	padding: 24px 32px;
	background: #FFF;
}

.result-card h3 {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
	color: #03254C;
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}

.result-accordion .accordion-item {
	border-radius: 8px;
	border: 0;
	padding: 16px;
	margin-bottom: 24px;
}

.result-accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.result-accordion .accordion-item:first-child {
	background: rgba(247, 173, 172, 0.20);

}

.result-accordion .accordion-item:nth-child(2) {
	background: rgba(243, 238, 174, 0.10);

}

.result-accordion .accordion-item:nth-child(3) {
	background: rgba(121, 193, 121, 0.20);

}

.result-accordion .accordion-item:nth-child(4) {
	background: rgba(160, 125, 191, 0.20);
}

.result-accordion .accordion-item:nth-child(5) {
	background: rgba(201, 201, 201, 0.10);

}

.result-accordion .accordion-item .accordion-button {
	background: transparent !important;
	border: 0;
	color: #03254C;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px;
	text-transform: capitalize;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: unset !important;
	display: flex;
	align-items: flex-start;
	margin-bottom: 8px;
	padding-right: 30px;
}

.result-accordion .accordion-item .accordion-button::after {
	content: "";
	background: url(/static/assets/img/images/angle-up-icon.svg) center center no-repeat;
	background-size: contain;
	right: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	position: absolute;
}

.result-accordion .accordion-item .accordion-button.collapsed::after {
	transform: translateY(-50%) rotate(180deg);
}

.result-accordion .accordion-item .accordion-button.collapsed {
	margin-bottom: 0;
}

.result-accordion .accordion-item .accordion-button img {
	width: 32px;
	height: 32px;
	top: 0.5px;
	margin-right: 16px;
}

.result-accordion .accordion-item .accordion-body {
	padding: 20px 0 0;
	border-top: 1px solid #EAECF0;
}

.result-accordion .accordion-item .accordion-body li {
	color: #667085;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
}

.result-accordion .accordion-item .accordion-body span {
	color: #0b0c0f;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	font-weight:bold
	
}

.upload-dropdown {
	position: relative;
}

.upload-dropdown .dropdown-menu {
	padding: 3px 0;
	border: 0;
	border-radius: 5px;
	box-shadow: 0px 2px 10px rgba(17, 16, 69, 0.1);
	z-index: 5;
}

.upload-dropdown .dropdown-menu li {
	margin: 0;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(17, 16, 69, 0.3);
}

.upload-dropdown .dropdown-menu li:last-child {
	border: 0;
}

.upload-dropdown .filename .input-file-wrap {
	position: relative;
}

.upload-dropdown .filename input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
}

.upload-dropdown .filename p {
	color: #FFFFFF;
	background: #2798E9;
	padding: 10px 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
	border-radius: 5px;
	text-decoration: unset;
	display: flex;
	align-items: center;
	height: 48px;
	transition: 0.4s all ease;
	border: 1px solid #2798E9;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.upload-dropdown .filename p img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.upload-dropdown .project-name {
	margin-top: 6px;
	display: none;
	align-items: flex-start;
	gap: 10px;
}

.upload-dropdown .project-name span {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #03254C;
}

.upload-dropdown .project-name button {
	border: 0;
	background: transparent;
	font-size: 0;
	margin-top: -1px;
}

.upload-dropdown .project-name button img {
	width: 20px;
	height: 20px;
}

.dataTables_wrapper .table tbody tr td.pool.special-rate span {
	background: #2798E9;
}

.dataTables_wrapper .table tbody tr td.pool.plant-machinery span {
	background: #1AA673;
}

.dataTables_wrapper .table tbody tr td.pool.revenue span {
	background: #8D6AB8;
}

.dataTables_wrapper .table tbody tr td.pool.structure-and-buildings span {
	background: #F08636;
}

.action-dropdown .dropdown-menu li button {
	padding: 8px 10px;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.action_item_fa{
	
	padding: 8px 10px;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}

.action_item_ledger{
	
	padding: 8px 10px;
	border-radius: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}

.action-dropdown .dropdown-menu li button:hover {
	background: #E9F5FD;
}

.action-dropdown .dropdown-menu li button img.hover-img {
	display: none;
}

.action-dropdown .dropdown-menu li button:hover img {
	display: none;
}

.action-dropdown .dropdown-menu li button:hover img.hover-img {
	display: block;
}

.action-dropdown .dropdown-menu li button img {
	width: 24px;
	height: 24px;
}

.action-dropdown .dropdown-menu li button span {
	width: calc(100% - 24px);
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #03254C;
	padding-left: 10px;
}

/*-_-_Styling-Update_CSS_End_-_-*/

/*-_-_Index_styling_update_CSS_Start_-_-*/
.project-detail-wrap {
	padding: 32px 0;
	display: none;
}

.project-detail {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12.5px 20px;
}

.project-detail li {
	width: 33.33%;
	padding: 0 12.5px;
}

.project-detail li .project-detail-card {
	border-radius: 8px;
	background: rgba(240, 248, 253, 1);
	padding: 15px 10px 13px;
	text-align: center;
}

.project-detail-card span {
	font-size: 12px;
	line-height: 1;
	color: #164465;
	display: block;
	margin-bottom: 7px;
}

.project-detail-card h5 {
	font-size: 21px;
	line-height: 1;
	font-weight: 500;
	color: #2085CD;
}

.project-detail-table {
	overflow-x: auto;
}

.project-detail-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
}

.project-detail-table table tr th {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #F0F8FD;
	background: #2085CD;
	padding: 14px 28px;
	border: 1px solid #BBDEF7;
}

.project-detail-table table thead tr th:first-child {
	border-top-left-radius: 4px;
}

.project-detail-table table thead tr th:last-child {
	border-top-right-radius: 4px;
}

.project-detail-table table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 4px;
}

.project-detail-table table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}

.project-detail-table table tr td {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #164465;
	background: #F0F8FD;
	padding: 9px 28px;
	border: 1px solid #BBDEF7;
}

#estimate-btn {
	text-transform: capitalize;
}

form.custom-form .form-check label a {
	color: #03254C;
}

form.custom-form .form-check label a:hover {
	text-decoration: underline;
}

/*-_-_Index_styling_update_CSS_End_-_-*/

/*-_-_Add_Comment_Modal_CSS_Start_-_-*/
.newCommentModal.createNewModal .modal-body {
	padding: 0;
}

.comment-list .comment-wrap {
	padding: 24px 24px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.comment-list .comment-replied {
	margin-left: 88px;
	position: relative;
}

.comment-list .comment-replied::before {
	content: "";
	background: #E0E0E0;
	left: -43px;
	top: 0;
	width: 2px;
	height: 100%;
	position: absolute;
}

.comment-wrap .comment-count {
	width: 40px;
	background: #F5F6FA;
	border-radius: 10px;
}

.comment-wrap .comment-count button {
	border: 0;
	background: transparent;
	outline: unset !important;
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.comment-wrap .comment-count button img {
	width: 11px;
	height: 11px;
}

.comment-wrap .comment-count span {
	font-size: 16px;
	line-height: 1.25;
	color: #2798E9;
	text-align: center;
	display: block;
	padding: 5px 0;
}

.comment-wrap .comment-content {
	padding-left: 24px;
	width: calc(100% - 40px);
}

.comment-wrap .comment-content .comment-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.comment-content .comment-top .comment-name {
	display: flex;
	align-items: center;
}


.comment-content .comment-top .comment-name a {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 19px;
	font-weight: 500;
	color: #334253;
}

.comment-content .comment-top .comment-name a img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 16px;
}

.comment-content .comment-top .comment-name a>span {
	font-size: 13px;
	line-height: 19px;
	margin-left: 8px;
	color: #ffffff;
	background: #2798E9;
	border-radius: 2px;
	display: inline-block;
	min-width: 36px;
	padding: 0 4px;
	text-align: center;
}

.comment-content .comment-top .comment-name>span {
	margin-left: 16px;
	font-size: 16px;
	line-height: 1.5;
	color: #67727E;
	font-weight: 400;
}

.comment-wrap .comment-content p {
	font-size: 16px;
	line-height: 1.5;
	color: #67727E;
}

.comment-wrap .comment-content p a {
	color: #2798E9;
	font-weight: 500;
}

.comment-wrap .comment-btn {
	display: flex;
	align-items: center;
}

.comment-wrap .comment-btn button {
	display: inline-flex;
	align-items: center;
	border: 0;
	background: transparent;
	outline: unset !important;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	margin-left: 24px;
}

.comment-wrap .comment-btn button:first-child {
	margin-left: 0;
}

.comment-wrap .comment-btn button img {
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

.comment-wrap .comment-btn button.reply-btn,
.comment-wrap .comment-btn button.edit-btn {
	color: #2798E9;
}

.comment-wrap .comment-btn button.delete-btn {
	color: #ED6368;
}

.comment-wrap .comment-btn button.edit-btn img {
	width: 18px;
	height: 18px;
}

.add-comment-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 24px;
}

.add-comment-wrap img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-top: 4px;
}

.add-comment-wrap form {
	width: calc(100% - 40px);
	padding-left: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.add-comment-wrap form textarea {
	border: 1px solid #E0E0E0;
	padding: 12px 24px;
	font-size: 16px;
	line-height: 1.5;
	color: #67727E;
	width: calc(100% - 120px);
	height: 96px;
	border-radius: 8px;
	resize: none;
}

.add-comment-wrap form textarea::placeholder {
	color: #67727E;
}

.add-comment-wrap form button {
	width: 104px;
	justify-content: center;
}

/*-_-_Add_Comment_Modal_CSS_End_-_-*/

/*-_-_Custom_Styling_CSS_Start_-_-*/
.final-account-table .dataTables_wrapper .table-wrap .table .action-dropdown {
	position: relative;
}

.table-option-btn li .upload-dropdown .dropdown-menu {
	min-width: 100%;
	padding: 5px 0;
}

.table-option-btn li .upload-dropdown .dropdown-item {
	padding: 0;
	font-size: 0;
}

.table-option-btn li .upload-dropdown .dropdown-item div.dt-buttons {
	float: none;
	line-height: 1;
	font-size: 0;
}

.table-option-btn li .upload-dropdown .dropdown-item a {
	color: #2798E9;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	background: transparent;
	border: 0;
	padding: 10px 15px;
	display: block;
}

.dashboard-content-inner .dashboard-content-heading h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
	color: #03254C;
}

.edit-upload-img {
	display: none;
}

.upload-img .imagePreview {
	pointer-events: none;
}

.upload-img .delete-btn {
	border: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50%;
	z-index: 4;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.upload-img.have-img:hover .delete-btn {
	opacity: 1;
	pointer-events: unset;
}

.upload-img .delete-btn img {
	width: 24px;
	height: 24px;
}

/*-_-_Custom_Styling_CSS_End_-_-*/

/*-_-_Terms_And_Conditions_CSS_Start_-_-*/
.terms-conditions.dashboard-content-inner h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
	color: #03254C;
	margin-bottom: 20px;
}

.terms-conditions.dashboard-content-inner p {
	font-size: 18px;
	line-height: 1.5;
	color: #03254C;
	margin-bottom: 20px;
}

.terms-conditions.dashboard-content-inner ul {
	list-style: disc;
	padding-left: 22px;
	margin-bottom: 20px;
}

.terms-conditions.dashboard-content-inner ul li {
	font-size: 18px;
	line-height: 1.5;
	color: #03254C;
	margin-bottom: 10px;
}

.terms-conditions.dashboard-content-inner ul li:last-child {
	margin-bottom: 0;
}

/*-_-_Terms_And_Conditions_CSS_End_-_-*/

/*-_-_Payment_Processing_Modal_CSS_Start_-_-*/
.paymentProcessingModal .modal-body {
	padding: 64px 0;
}

.paymentProcessingModal .modal-body img {
	width: 96px;
	height: 96px;
	margin: 0 auto 30px;
	display: block;
}

.loader {
	animation-name: spin;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.paymentProcessingModal .modal-body h4 {
	font-size: 24px;
	line-height: 1.375;
	font-weight: 500;
	margin: 0 auto 12px;
	max-width: 381px;
	text-align: center;
	color: #03254C;
}

.paymentProcessingModal .modal-body p {
	font-size: 16px;
	line-height: 21px;
	color: #878686;
	text-align: center;
	max-width: 381px;
	margin: 0 auto;
}

.paymentProcessingModal .modal-body .secondary-btn {
	max-width: 381px;
	justify-content: center;
	margin: 24px auto 0;
}

/*-_-_Payment_Processing_Modal_CSS_End_-_-*/

/*-_-_Invoice_Detail_Modal_CSS_Start_-_-*/
.invoiceDetailModal.paymentProcessingModal .modal-body {
	padding-left: 30px;
	padding-right: 30px;
}

.invoice-wrap {
	max-width: 711px;
	margin: 0 auto;
}

.invoiceDetailModal.paymentProcessingModal .modal-body .invoice-wrap h4 {
	max-width: 100%;
	text-align: left;
	margin-bottom: 32px;
}

.invoice-table-wrap {
	padding: 18px 12px 24px;
	background: #F6F9FC;
	border-radius: 16px;
}

.invoice-table-wrap table {
	width: 100%;
	margin-bottom: 16px;
	border-collapse: separate;
	border-spacing: 0 6px;
}

.invoice-table-wrap table tr th {
	font-size: 8px;
	line-height: 10px;
	font-weight: 700;
	color: #8695A6;
	text-transform: uppercase;
	padding: 0 12px 11px;
}

.invoice-table-wrap table tr th:first-child {
	width: 65%;
}

.invoice-table-wrap table tr td {
	font-size: 10px;
	line-height: 1.4;
	font-weight: 600;
	color: #8695A6;
	padding: 12px;
}

.invoice-table-wrap table tr:nth-child(2n) td {
	background: #ffffff;
}

.invoice-table-wrap table tr td:first-child {
	border-radius: 8px 0 0 8px;
	color: #03254C;
}

.invoice-table-wrap table tr td:last-child {
	border-radius: 0 8px 8px 0;
	color: #03254C;
}

.invoice-table-wrap table tr td:last-child {
	text-align: right;
}

.invoice-table-wrap .total-amount {
	text-align: right;
	padding-right: 12px;
	font-size: 0;
}

.invoice-table-wrap .total-amount span {
	display: inline-block;
	font-size: 8px;
	line-height: 10px;
	text-transform: uppercase;
	color: #03254C;
	margin-bottom: 4px;
}

.invoice-table-wrap .total-amount h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #2798E9;
}

.invoiceDetailModal.paymentProcessingModal .modal-body .secondary-btn {
	width: auto;
	max-width: unset;
	display: flex;
	margin: 24px 0 0 auto;
	max-width: 116px;
}

/*-_-_Invoice_Detail_Modal_CSS_End_-_-*/

/*-_-_Instructions_CSS_Start_-_-*/
.instructions-wrap {
	padding: 24px 32px;
	margin: 24px 0 0;
	background: #ffffff;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 5px;
}

.instructions-wrap h2 {
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
	color: #03254C;
	font-weight: 600;
	margin-bottom: 4px;
}

.instructions-wrap>p {
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: #878686;
	margin-bottom: 32px;
}

.instructions-accordion .accordion-item {
	border-radius: 8px;
	padding: 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 24px;
}

.instructions-accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.instructions-accordion .accordion-button {
	padding: 24px;
	background: transparent !important;
	border: 0;
	color: #03254C;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
	text-transform: capitalize;
	border-radius: 0;
	box-shadow: unset !important;
	display: flex;
	align-items: flex-start;
	padding-right: 30px;
}

.instructions-accordion .accordion-item .accordion-button::after {
	content: "";
	background: url(/static/assets/img/images/angle-up-icon.svg) center center no-repeat;
	background-size: contain;
	right: 24px;
	top: 50%;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	position: absolute;
}

.instructions-accordion .accordion-item .accordion-button:not(.collapsed)::after {
	transform: translateY(-50%) rotate(-180deg);
}

.instructions-accordion .accordion-body {
	padding: 0 24px 24px;
}

.instructions-accordion .accordion-body ul {
	list-style: disc;
	padding-left: 25px;
	margin-bottom: 18px;
}

.instructions-accordion .accordion-body ul li {
	font-size: 20px;
	line-height: 1.25;
	color: #808A9D;
	margin-bottom: 10px;
}

.instructions-accordion .accordion-body ul:last-child,
.instructions-accordion .accordion-body ul li:last-child {
	margin-bottom: 0;
}

.instructions-accordion .accordion-body .note {
	font-size: 16px;
	line-height: 1.5;
	color: #03254C;
}

/*-_-_Instructions_CSS_End_-_-*/
header.new-header.header-bg-blue {
	background: #171E44;
}

.project-info-table {
	position: relative;
}

.project-info-btn {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.uploadFileModal .modal-dialog {
	max-width: 839px;
}

.uploadFileModal .modal-body {
	padding: 32px;
}

.upload-wrap {
	width: 100%;
	max-width: 539px;
	height: 154px;
	position: relative;
	border-radius: 6px;
	border: 1px dashed rgba(3, 37, 76, 0.4);
	margin: 0 auto 32px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.upload-wrap input {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.upload-wrap img {
	width: 32px;
	height: 32px;
	margin: 0 auto 12px;
}

.upload-wrap p {
	font-size: 16px;
	line-height: 1.5;
	color: #03254C;
	margin-bottom: 4px;
}

.upload-wrap p span {
	color: #2798E9;
}

.upload-wrap>span {
	font-size: 14px;
	line-height: 20px;
	color: #878686;
	display: inline-block;
}

.progress-area li,
.uploaded-area li,
.main-uploaded-area li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 16px 30px;
	background: #FCFCFC;
	border-radius: 8px;
	margin-bottom: 12px;
}

.progress-area li:last-child,
.uploaded-area li:last-child {
	margin-bottom: 0;
}

.main-uploaded-area li:last-child {
	margin-bottom: 20px;
}

.progress-area li img,
.uploaded-area li img,
.main-uploaded-area li img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}

.progress-area li .file-content,
.uploaded-area li .file-content,
.main-uploaded-area li .file-content {
	width: calc(100% - 64px);
	padding: 0 24px 0 12px;
}

.file-content .name,
.uploaded-area .name,
.main-uploaded-area .name {
	font-size: 16px;
	line-height: 1.5;
	color: #03254C;
	display: block;
	margin-bottom: 8px;
}

.file-content .progress-bar,
.uploaded-area .progress-bar,
.main-uploaded-area .progress-bar {
	height: 8px;
	border-radius: 4px;
	background: #F3F4F6;
	margin-bottom: 8px;
}

.file-content .progress-bar .progress,
.uploaded-area .progress-bar .progress,
.main-uploaded-area .progress-bar .progress {
	background: #2798E9;
}

.file-content .percent,
.uploaded-area .percent,
.main-uploaded-area .percent {
	font-size: 16px;
	line-height: 1.5;
	color: #878686;
}

.progress-area li .delete-file-btn,
.uploaded-area li .delete-file-btn,
.main-uploaded-area li .delete-file-btn {
	background: #F5F5FF;
	border: 0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.progress-area li .delete-file-btn img,
.uploaded-area li .delete-file-btn img,
.main-uploaded-area li .delete-file-btn img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	pointer-events: none;
}

/*-_-_Report-Setting_page_CSS_Start_-_-*/
.uploading-file-step-wrap {
	width: 100%;
	max-width: 1556px;
	margin: 0 auto 55px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 50px;
}

.uploading-file-step-wrap .primary-btn {
	padding-left: 24.3px;
	padding-right: 24.3px;
}

.uploading-file-step-wrap .uploading-file-step {
	display: flex;
	flex-wrap: wrap;
	max-width: 1104px;
	background: #ffffff;
	width: 100%;
}

.uploading-file-step li {
	width: 25%;
	padding: 60px 0 16px;
	text-align: center;
	position: relative;
}

.uploading-file-step li::before {
	content: '';
	background-image: url(..img/images/unchecked-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #fff;
	left: 50%;
	top: 16px;
	width: 36px;
	height: 36px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 1;
	border-radius: 50%;
}

.uploading-file-step li.active::before {
	background-image: url(../img/images/active-icon.png);
	background-size: contain;
	top: 12px;
	width: 44px;
	height: 44px;
}

.uploading-file-step li.checked::before {
	background-image: url(..img/images/checked-icon.png);
	background-size: contain;
}

.uploading-file-step li::after {
	content: '';
	background: #E5E7EB;
	left: 50%;
	top: 33px;
	width: 100%;
	height: 2px;
	position: absolute;
}

.uploading-file-step li.checked::after {
	background: #2798E9;
}

.uploading-file-step li:last-child::after {
	display: none;
}

.uploading-file-step li p {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #03254C;
	display: inline-block;
}

.report-setting-content {
	padding: 30px 32px;
	background: #fff;
	border-radius: 8px;
}

.upload-report-wrap {
	display: flex;
	gap: 10px;
}

.upload-report {
	position: relative;
	border-radius: 6px;
	border: 1px dashed #03254C;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	padding: 16px;
	height: 175px;
	flex: 1;
}

.upload-report input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	border-radius: 6px !important;
	padding: 0 !important;
	border: 0 !important;
	cursor: pointer;
}

.upload-report img {
	width: 32px;
	height: 32px;
	margin: 0 auto 12px;
}

.upload-report p {
	font-size: 16px;
	line-height: 1.5;
	color: #03254C;
}

.upload-report p span {
	color: #2798E9;
}

.uploaded-report {
	height: 175px;
	cursor: pointer;
	position: relative;
	flex: 1;
	background: #F2F2F2;
}

.uploaded-report .report-file {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.uploaded-report .remove-btn {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	right: 7.5px;
	top: 7.5px;
	display: block;
	background: #444;
	border: 0;
	color: white;
	text-align: center;
	cursor: pointer;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	padding-bottom: 1px;
}

.uploaded-report .remove-btn:hover {
	background: white;
	color: black;
}

.report-setting-content .custom-form .form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.report-setting-content .custom-form .form-group {
	padding: 0 10px;
	margin-bottom: 30px;
}

.report-setting-content .custom-form .form-btn {
	display: flex;
	justify-content: flex-end;
	padding-top: 0;
}

.report-setting-content .custom-form .form-btn button {
	text-transform: capitalize;
}

/*-_-_Report-Setting_page_CSS_End_-_-*/


/*-_-_Project-File_page_CSS_Start_-_-*/
.project-file.final-account-table {
	position: relative;
}

.project-file .dataTables_wrapper .table thead tr th input,
.project-file .dataTables_wrapper .table tbody tr td input {
	width: 16px;
	height: 16px;
}

.project-file.final-account-table .dataTables_wrapper .table-wrap .table {
	min-width: 100%;
}

.project-file.final-account-table .dataTables_wrapper .table-wrap .table .action-dropdown {
	margin-right: 0;
}
/*-_-_Project-File_page_CSS_End_-_-*/

/*-_-_Responsiveness_-_-*/
@media only screen and (max-width: 1600px) {

	/*-_-_Styling-Update_CSS_Start_-_-*/
	.card-warp .card-heading {
		margin-bottom: 18px;
	}

	/*-_-_Styling-Update_CSS_End_-_-*/
}

@media only screen and (max-width: 1600px) {

	/*-_-_Styling-Update_CSS_Start_-_-*/
	.view-project-table .dataTables_wrapper .dataTables_filter label img {
		width: 23px;
		height: 23px;
		left: 10px;
	}

	.view-project-table .dataTables_wrapper .dataTables_filter label input {
		height: 48px;
		width: 310px;
		font-size: 16px;
		line-height: 22px;
		padding: 0 15px 0 48px;
	}

	.filter-dropdown-list {
		margin-bottom: -48px;
		margin-left: 325px;
	}

	.filter-dropdown {
		margin-right: 15px;
	}

	.filter-dropdown .dropdown-toggle {
		padding: 0 20px;
		height: 48px;
	}

	.score-row {
		margin: 22px -12.5px 0;
	}

	.score-card {
		padding: 28px 20px;
	}

	.score-card h2 {
		font-size: 30px;
	}

	.score-note {
		border-radius: 12px;
		padding: 22px 36px;
		margin-top: 22px;
	}

	.score-note p {
		font-size: 24px;
		line-height: 36px;
		padding-left: 52px;
	}

	.score-note p img {
		width: 36px;
		height: 36px;
	}

	.score-note ul.action-btns {
		padding-top: 19px;
		padding-left: 52px;
	}

	.score-note ul.action-btns li {
		margin-right: 36px;
	}

	.score-note ul.action-btns li a,
	.score-note ul.action-btns li button {
		font-size: 26px;
		line-height: 35px;
		padding: 12px 0;
	}

	.score-note form.message-form {
		margin-top: 25px;
		padding-left: 52px;
	}

	.score-note form.message-form textarea {
		padding: 26px 32px;
		font-size: 30px;
		line-height: 1.5;
		margin-bottom: 22px;
		height: 340px;
	}

	.score-note form.message-form ul li {
		margin-right: 22px;
	}

	.score-note form.message-form ul li button {
		width: 200px;
		padding: 12px 22px;
		font-size: 16px;
		line-height: 22px;
	}

	.result-card {
		margin-top: 22px;
		padding: 22px 30px;
	}

	.result-card h3 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 30px;
	}

	.result-accordion .accordion-item {
		padding: 16px;
		margin-bottom: 22px;
	}

	.result-accordion .accordion-item .accordion-button {
		font-size: 22px;
		line-height: 30px;
		padding-right: 30px;
	}

	.result-accordion .accordion-item .accordion-button::after {
		width: 20px;
		height: 20px;
	}

	.result-accordion .accordion-item .accordion-button img {
		width: 30px;
		height: 30px;
		top: 0;
		margin-right: 14px;
	}

	.result-accordion .accordion-item .accordion-body {
		padding: 16px 0 0;
	}

	.result-accordion .accordion-item .accordion-body p {
		font-size: 20px;
		line-height: 30px;
	}

	/*-_-_Styling-Update_CSS_End_-_-*/

	/*-_-_Instructions_CSS_Start_-_-*/
	.instructions-wrap {
		padding: 22px 30px;
		margin: 22px 0 0;
	}

	.instructions-wrap h2 {
		font-size: 30px;
		line-height: 1.2;
		margin-bottom: 4px;
	}

	.instructions-wrap>p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 30px;
	}

	.instructions-accordion .accordion-item {
		margin-bottom: 22px;
	}

	.instructions-accordion .accordion-button {
		padding: 22px;
		font-size: 23px;
		line-height: 27px;
		padding-right: 28px;
	}

	.instructions-accordion .accordion-item .accordion-button::after {
		right: 22px;
		width: 22px;
		height: 22px;
	}

	.instructions-accordion .accordion-body {
		padding: 0 22px 22px;
	}

	.instructions-accordion .accordion-body ul {
		padding-left: 24px;
		margin-bottom: 18px;
	}

	.instructions-accordion .accordion-body ul li {
		font-size: 19px;
		margin-bottom: 10px;
	}

	.instructions-accordion .accordion-body .note {
		font-size: 16px;
	}

	/*-_-_Instructions_CSS_End_-_-*/

	/*-_-_Report-Setting_page_CSS_Start_-_-*/
	.report-setting-content {
		padding: 28px 30px;
	}
	
	.report-setting-content .custom-form .form-group {
		margin-bottom: 28px;
	}
	
	/*-_-_Report-Setting_page_CSS_End_-_-*/

	/*-_-_Project-File_page_CSS_End_-_-*/
	.project-file .dataTables_wrapper .table thead tr th input,
	.project-file .dataTables_wrapper .table tbody tr td input {
		width: 15px;
		height: 15px;
	}
	/*-_-_Project-File_CSS_End_-_-*/
}

@media only screen and (max-width: 1440px) {

	/*-_-_Styling-Update_CSS_Start_-_-*/
	.view-project-table .dataTables_wrapper .dataTables_filter label img {
		width: 22px;
		height: 22px;
		left: 10px;
	}

	.view-project-table .dataTables_wrapper .dataTables_filter label input {
		height: 45px;
		width: 290px;
		font-size: 15px;
		line-height: 21px;
		padding: 0 15px 0 42px;
	}

	.filter-dropdown-list {
		margin-bottom: -45px;
		margin-left: 305px;
	}

	.filter-dropdown .dropdown-toggle {
		padding: 0 18px;
		height: 45px;
	}

	.sidebarModal .modal-header .btn-close,
	.rightModal .modal-header .btn-close {
		width: 26px;
		height: 26px;
	}

	.sidebarModal .modal-dialog {
		width: 35%;
	}

	.sidebarModal.fade .modal-dialog {
		right: -35%;
	}

	.score-row {
		margin-top: 20px;
	}

	.score-card {
		padding: 26px 18px;
	}

	.score-card h2 {
		font-size: 28px;
	}

	.score-note {
		border-radius: 10px;
		padding: 20px 32px;
		margin-top: 20px;
	}

	.score-note p {
		font-size: 22px;
		line-height: 32px;
		padding-left: 44px;
	}

	.score-note p img {
		width: 32px;
		height: 32px;
	}

	.score-note ul.action-btns {
		padding-top: 18px;
		padding-left: 44px;
	}

	.score-note ul.action-btns li {
		margin-right: 32px;
	}

	.score-note ul.action-btns li a,
	.score-note ul.action-btns li button {
		font-size: 24px;
		line-height: 32px;
		padding: 10px 0;
	}

	.score-note form.message-form {
		margin-top: 24px;
		padding-left: 44px;
	}

	.score-note form.message-form textarea {
		padding: 22px 28px;
		font-size: 26px;
		margin-bottom: 20px;
		height: 300px;
	}

	.score-note form.message-form ul li {
		margin-right: 20px;
	}

	.score-note form.message-form ul li button {
		width: 180px;
		padding: 12px 22px;
		font-size: 16px;
		line-height: 22px;
	}

	.result-card {
		margin-top: 20px;
		padding: 20px 28px;
	}

	.result-card h3 {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 28px;
	}

	.result-accordion .accordion-item {
		padding: 16px;
		margin-bottom: 20px;
	}

	.result-accordion .accordion-item .accordion-button {
		font-size: 20px;
		line-height: 28px;
		padding-right: 30px;
	}

	.result-accordion .accordion-item .accordion-button::after {
		width: 20px;
		height: 20px;
	}

	.result-accordion .accordion-item .accordion-button img {
		width: 28px;
		height: 28px;
		margin-right: 12px;
	}

	.result-accordion .accordion-item .accordion-body {
		padding: 15px 0 0;
	}

	.result-accordion .accordion-item .accordion-body p {
		font-size: 18px;
		line-height: 28px;
	}

	.table-option-btn {
		max-width: 45%;
	}

	.upload-dropdown .filename p {
		padding: 10px 16px;
		height: 46px;
	}

	.upload-dropdown .filename p img {
		width: 23px;
		height: 23px;
	}

	.action-dropdown .dropdown-menu li button img {
		width: 22px;
		height: 22px;
	}

	.action-dropdown .dropdown-menu li button span {
		width: calc(100% - 22px);
		font-size: 17px;
		line-height: 24px;
		padding-left: 10px;
	}

	/*-_-_Styling-Update_CSS_End_-_-*/


	/*-_-_Terms_And_Conditions_CSS_Start_-_-*/
	.terms-conditions.dashboard-content-inner h1 {
		font-size: 30px;
		line-height: 1.3;
		margin-bottom: 20px;
	}

	.terms-conditions.dashboard-content-inner p {
		font-size: 17px;
		margin-bottom: 18px;
	}

	.terms-conditions.dashboard-content-inner ul {
		margin-bottom: 18px;
	}

	.terms-conditions.dashboard-content-inner ul li {
		font-size: 17px;
		margin-bottom: 10px;
	}

	/*-_-_Terms_And_Conditions_CSS_End_-_-*/

	/*-_-_Payment_Processing_Modal_CSS_Start_-_-*/
	.paymentProcessingModal .modal-body {
		padding: 58px 0;
	}

	.paymentProcessingModal .modal-body img {
		width: 90px;
		height: 90px;
		margin: 0 auto 27px;
	}

	.paymentProcessingModal .modal-body h4 {
		font-size: 23px;
		margin: 0 auto 12px;
		max-width: 360px;
	}

	.paymentProcessingModal .modal-body p {
		font-size: 15px;
		line-height: 20px;
		max-width: 360px;
	}

	.paymentProcessingModal .modal-body .secondary-btn {
		max-width: 360px;
		margin-top: 22px;
	}

	/*-_-_Payment_Processing_Modal_CSS_End_-_-*/

	/*-_-_Invoice_Detail_Modal_CSS_Start_-_-*/
	.invoiceDetailModal.paymentProcessingModal .modal-body {
		padding-left: 27px;
		padding-right: 27px;
	}

	.invoice-wrap {
		max-width: 680px;
	}

	.invoiceDetailModal.paymentProcessingModal .modal-body .invoice-wrap h4 {
		margin-bottom: 28px;
	}

	.invoice-table-wrap {
		padding: 16px 12px 22px;
		border-radius: 14px;
	}

	.invoice-table-wrap table tr th {
		padding: 0 12px 10px;
	}

	.invoice-table-wrap table tr th:first-child {
		width: 62%;
	}

	.invoiceDetailModal.paymentProcessingModal .modal-body .secondary-btn {
		margin-top: 22px;
		max-width: 112px;
	}

	/*-_-_Invoice_Detail_Modal_CSS_End_-_-*/

	/*-_-_Instructions_CSS_Start_-_-*/
	.instructions-wrap {
		padding: 20px 28px;
		margin: 20px 0 0;
	}

	.instructions-wrap h2 {
		font-size: 28px;
		margin-bottom: 4px;
	}

	.instructions-wrap>p {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 28px;
	}

	.instructions-accordion .accordion-item {
		margin-bottom: 20px;
	}

	.instructions-accordion .accordion-button {
		padding: 20px;
		font-size: 22px;
		line-height: 26px;
		padding-right: 26px;
	}

	.instructions-accordion .accordion-item .accordion-button::after {
		right: 20px;
		width: 20px;
		height: 20px;
	}

	.instructions-accordion .accordion-body {
		padding: 0 20px 20px;
	}

	.instructions-accordion .accordion-body ul {
		padding-left: 22px;
		margin-bottom: 16px;
	}

	.instructions-accordion .accordion-body ul li {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.instructions-accordion .accordion-body .note {
		font-size: 16px;
	}

	/*-_-_Instructions_CSS_End_-_-*/

	/*-_-_Report-Setting_page_CSS_Start_-_-*/
	.uploading-file-step-wrap {
		margin: 0 auto 45px;
		column-gap: 45px;
	}

	.uploading-file-step-wrap .primary-btn {
		padding-left: 22px;
		padding-right: 22px;
	}

	.uploading-file-step-wrap .uploading-file-step {
		max-width: 1020px;
	}

	.uploading-file-step li {
		padding: 60px 0 15px;
	}

	.uploading-file-step li::before {
		left: 50%;
		top: 15px;
		width: 34px;
		height: 34px;
	}

	.uploading-file-step li.active::before {
		top: 11px;
		width: 42px;
		height: 42px;
	}

	.uploading-file-step li::after {
		top: 31.5px;
		height: 2px;
	}

	.uploading-file-step li p {
		font-size: 15.5px;
		line-height: 1.5;
	}

	.report-setting-content {
		padding: 24px 28px;
	}

	.report-setting-content .custom-form .form-group {
        margin-bottom: 24px;
    }

	.upload-report, .uploaded-report {
		height: 165px;
	}
	/*-_-_Report-Setting_page_CSS_End_-_-*/

	/*-_-_Project-File_page_CSS_End_-_-*/
	.project-file .dataTables_wrapper .table thead tr th input,
	.project-file .dataTables_wrapper .table tbody tr td input {
		width: 14px;
		height: 14px;
	}
	/*-_-_Project-File_CSS_End_-_-*/
}

@media only screen and (max-width: 1399px) {

	/*-_-_Thank-You_CSS_Start_-_-*/
	.thank-you-banner.signin-banner.banner .signup-card {
		min-height: 380px;
	}

	/*-_-_Thank-You_CSS_End_-_-*/

	/*-_-_Styling-Update_CSS_Start_-_-*/
	.card-warp .card-heading {
		margin-bottom: 16px;
	}

	/*-_-_Styling-Update_CSS_End_-_-*/
}

@media only screen and (max-width: 1199px) {

	/*-_-_Thank-You_CSS_Start_-_-*/
	.thank-you-banner.signin-banner.banner .signup-card {
		min-height: 360px;
	}

	.thank-you-banner.signin-banner.banner .signup-card p {
		margin-bottom: 20px;
	}

	.thank-you-banner.signin-banner.banner .signup-card a {
		height: 44px;
		line-height: 42px;
	}

	/*-_-_Thank-You_CSS_End_-_-*/

	/*-_-_Styling-Update_CSS_Start_-_-*/
	.card-warp .card-heading {
		margin-bottom: 16px;
	}

	.card-warp .card-heading input {
		height: 44px;
	}

	.view-project-table .dataTables_wrapper .dataTables_filter label img {
		width: 21px;
		height: 21px;
		left: 10px;
	}

	.view-project-table .dataTables_wrapper .dataTables_filter label input {
		height: 44px;
		width: 280px;
		font-size: 15px;
		line-height: 21px;
		padding: 0 15px 0 42px;
	}

	.final-account-table .table-option-btn {
		margin-bottom: 10px;
		justify-content: flex-start;
		max-width: 100%;
		min-width: unset;
	}

	.filter-dropdown-list {
		margin-bottom: -44px;
		margin-left: 295px;
	}

	.filter-dropdown .dropdown-toggle {
		padding: 0 16px;
		height: 44px;
		font-size: 15px;
	}

	.filter-dropdown .dropdown-menu li {
		padding: 4px 14px;
	}

	.filter-dropdown .dropdown-menu li label {
		font-size: 15px;
		line-height: 20px;
	}

	form.custom-form .form-group.new-contractor button {
		width: 20px;
		height: 20px;
	}

	form.custom-form .form-group.new-contractor button svg {
		width: 18px;
		height: 18px;
	}

	form.custom-form .form-group.new-contractor input {
		width: calc(100% - 32px);
	}

	.sidebarModal .modal-header .btn-close,
	.rightModal .modal-header .btn-close {
		width: 24px;
		height: 24px;
	}

	.sidebarModal .modal-dialog {
		width: 40%;
	}

	.sidebarModal.fade .modal-dialog {
		right: -40%;
	}

	.score-row {
		margin: 18px -10px 0;
	}

	.score-row .score-col {
		padding: 0 10px;
	}

	.score-card {
		padding: 24px 16px;
	}

	.score-card span {
		margin-bottom: 14px;
	}

	.score-card h2 {
		font-size: 28px;
	}

	.score-note {
		border-radius: 10px;
		padding: 18px 28px;
		margin-top: 18px;
	}

	.score-note p {
		font-size: 20px;
		line-height: 30px;
		padding-left: 40px;
	}

	.score-note p img {
		width: 28px;
		height: 28px;
		margin-top: 1px;
	}

	.score-note ul.action-btns {
		padding-top: 16px;
		padding-left: 40px;
	}

	.score-note ul.action-btns li {
		margin-right: 32px;
	}

	.score-note ul.action-btns li a,
	.score-note ul.action-btns li button {
		font-size: 22px;
		line-height: 30px;
		padding: 8px 0;
	}

	.score-note form.message-form {
		margin-top: 22px;
		padding-left: 40px;
	}

	.score-note form.message-form textarea {
		padding: 20px 24px;
		font-size: 24px;
		margin-bottom: 18px;
		height: 240px;
	}

	.score-note form.message-form ul li {
		margin-right: 18px;
	}

	.score-note form.message-form ul li button {
		width: 160px;
		padding: 11px 20px;
		font-size: 16px;
		line-height: 22px;
	}

	.result-card {
		margin-top: 18px;
		padding: 20px 26px;
	}

	.result-card h3 {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	.result-accordion .accordion-item {
		padding: 16px;
		margin-bottom: 18px;
	}

	.result-accordion .accordion-item .accordion-button {
		font-size: 18px;
		line-height: 26px;
		padding-right: 30px;
	}

	.result-accordion .accordion-item .accordion-button::after {
		width: 20px;
		height: 20px;
	}

	.result-accordion .accordion-item .accordion-button img {
		width: 25px;
		height: 25px;
		top: 0.5px;
		margin-right: 10px;
	}

	.result-accordion .accordion-item .accordion-body {
		padding: 14px 0 0;
	}

	.result-accordion .accordion-item .accordion-body p {
		font-size: 16px;
		line-height: 1.35;
	}

	.upload-dropdown .dropdown-menu {
		padding: 2px 0;
	}

	.upload-dropdown .filename p {
		padding: 9px 16px;
		height: 44px;
		font-size: 15px;
		gap: 12px;
	}

	.upload-dropdown .filename p img {
		width: 22px;
		height: 22px;
	}

	.action-dropdown .dropdown-menu li button {
		padding: 7px 10px;
	}

	.action-dropdown .dropdown-menu li button img {
		width: 21px;
		height: 21px;
	}

	.action-dropdown .dropdown-menu li button span {
		width: calc(100% - 22px);
		font-size: 17px;
		line-height: 24px;
		padding-left: 10px;
	}

	/*-_-_Styling-Update_CSS_End_-_-*/

	/*-_-_Index_styling_update_CSS_Start_-_-*/
	.project-detail-wrap {
		padding: 24px 0;
	}

	.project-detail {
		margin: 0 -8px 18px;
	}

	.project-detail li {
		padding: 0 8px;
	}

	.project-detail li .project-detail-card {
		padding: 15px 10px 13px;
	}

	.project-detail-card h5 {
		font-size: 20px;
	}

	.project-detail-table table tr th {
		font-size: 16px;
		line-height: 22px;
		padding: 14px 25px;
	}

	.project-detail-table table tr td {
		font-size: 16px;
		line-height: 22px;
		padding: 9px 25px;
	}

	/*-_-_Index_styling_update_CSS_End_-_-*/


	/*-_-_Add_Comment_Modal_CSS_Start_-_-*/
	.comment-list .comment-wrap {
		padding: 20px;
		margin-bottom: 18px;
	}

	.comment-list .comment-replied {
		margin-left: 70px;
	}

	.comment-list .comment-replied::before {
		left: -34px;
	}

	.comment-wrap .comment-count {
		width: 40px;
		border-radius: 10px;
	}

	.comment-wrap .comment-count button {
		height: 32px;
	}

	.comment-wrap .comment-count button img {
		width: 11px;
		height: 11px;
	}

	.comment-wrap .comment-count span {
		font-size: 16px;
		padding: 5px 0;
	}

	.comment-wrap .comment-content {
		padding-left: 20px;
		width: calc(100% - 40px);
	}

	.comment-wrap .comment-content .comment-top {
		margin-bottom: 15px;
	}

	.comment-content .comment-top .comment-name a {
		font-size: 16px;
		line-height: 19px;
	}

	.comment-content .comment-top .comment-name a img {
		width: 32px;
		height: 32px;
		margin-right: 14px;
	}

	.comment-content .comment-top .comment-name a>span {
		font-size: 13px;
		line-height: 19px;
		margin-left: 8px;
		min-width: 36px;
		padding: 0 4px;
	}

	.comment-content .comment-top .comment-name>span {
		margin-left: 16px;
		font-size: 16px;
	}

	.comment-wrap .comment-content p {
		font-size: 16px;
	}

	.comment-wrap .comment-btn button {
		font-size: 16px;
		line-height: 1.5;
		margin-left: 20px;
	}

	.comment-wrap .comment-btn button img {
		width: 14px;
		height: 14px;
		margin-right: 8px;
	}

	.comment-wrap .comment-btn button.edit-btn img {
		width: 18px;
		height: 18px;
	}

	.add-comment-wrap {
		padding: 20px;
	}

	/*-_-_Add_Comment_Modal_CSS_End_-_-*/

	/*-_-_Terms_And_Conditions_CSS_Start_-_-*/
	.terms-conditions.dashboard-content-inner h1 {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 18px;
	}

	.terms-conditions.dashboard-content-inner p {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.terms-conditions.dashboard-content-inner ul {
		margin-bottom: 16px;
	}

	.terms-conditions.dashboard-content-inner ul li {
		font-size: 16px;
		margin-bottom: 10px;
	}

	/*-_-_Terms_And_Conditions_CSS_End_-_-*/

	/*-_-_Payment_Processing_Modal_CSS_Start_-_-*/
	.paymentProcessingModal .modal-body {
		padding: 52px 0;
	}

	.paymentProcessingModal .modal-body img {
		width: 84px;
		height: 84px;
		margin: 0 auto 24px;
	}

	.paymentProcessingModal .modal-body h4 {
		font-size: 22px;
		margin: 0 auto 12px;
		max-width: 340px;
	}

	.paymentProcessingModal .modal-body p {
		font-size: 14px;
		line-height: 19px;
		max-width: 340px;
	}

	.paymentProcessingModal .modal-body .secondary-btn {
		max-width: 340px;
		margin-top: 20px;
	}

	/*-_-_Payment_Processing_Modal_CSS_End_-_-*/

	/*-_-_Invoice_Detail_Modal_CSS_Start_-_-*/
	.invoiceDetailModal.paymentProcessingModal .modal-body {
		padding-left: 25px;
		padding-right: 25px;
	}

	.invoice-wrap {
		max-width: 650px;
	}

	.invoiceDetailModal.paymentProcessingModal .modal-body .invoice-wrap h4 {
		margin-bottom: 24px;
	}

	.invoice-table-wrap {
		padding: 14px 12px 20px;
		border-radius: 14px;
	}

	.invoice-table-wrap table {
		margin-bottom: 15px;
		border-spacing: 0 4px;
	}

	.invoice-table-wrap table tr th {
		padding: 0 11px 10px;
	}

	.invoice-table-wrap table tr th:first-child {
		width: 60%;
	}

	.invoice-table-wrap table tr td {
		padding: 11px;
	}

	.invoice-table-wrap table tr td:first-child {
		border-radius: 7px 0 0 7px;
	}

	.invoice-table-wrap table tr td:last-child {
		border-radius: 0 7px 7px 0;
	}

	.invoice-table-wrap .total-amount {
		padding-right: 11px;
	}

	.invoice-table-wrap .total-amount h6 {
		font-size: 17px;
		line-height: 21px;
	}

	.invoiceDetailModal.paymentProcessingModal .modal-body .secondary-btn {
		margin-top: 20px;
		max-width: 110px;
	}

	/*-_-_Invoice_Detail_Modal_CSS_End_-_-*/


	/*-_-_Instructions_CSS_Start_-_-*/
	.instructions-wrap {
		padding: 18px 24px;
		margin: 18px 0 0;
	}

	.instructions-wrap h2 {
		font-size: 26px;
		margin-bottom: 4px;
	}

	.instructions-wrap>p {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 24px;
	}

	.instructions-accordion .accordion-item {
		margin-bottom: 18px;
	}

	.instructions-accordion .accordion-button {
		padding: 18px;
		font-size: 20px;
		line-height: 24px;
		padding-right: 24px;
	}

	.instructions-accordion .accordion-item .accordion-button::after {
		right: 18px;
		width: 18px;
		height: 18px;
	}

	.instructions-accordion .accordion-body {
		padding: 0 18px 18px;
	}

	.instructions-accordion .accordion-body ul {
		padding-left: 20px;
		margin-bottom: 16px;
	}

	.instructions-accordion .accordion-body ul li {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.instructions-accordion .accordion-body .note {
		font-size: 15px;
	}

	/*-_-_Instructions_CSS_End_-_-*/

	
	/*-_-_Report-Setting_page_CSS_Start_-_-*/
	.uploading-file-step-wrap {
		margin: 0 auto 35px;
		column-gap: 40px;
	}

	.uploading-file-step-wrap .primary-btn {
		padding-left: 20px;
		padding-right: 20px;
	}

	.uploading-file-step-wrap .uploading-file-step {
		max-width: 980px;
	}

	.uploading-file-step li {
		padding: 55px 0 15px;
	}

	.uploading-file-step li::before {
		top: 14px;
		width: 32px;
		height: 32px;
	}

	.uploading-file-step li.active::before {
		top: 10px;
		width: 40px;
		height: 40px;
	}

	.uploading-file-step li::after {
		top: 29px;
		height: 2px;
	}

	.uploading-file-step li p {
		font-size: 15px;
		line-height: 1.5;
	}

	.report-setting-content {
		padding: 22px 26px;
	}
	
	.upload-report-wrap {
		flex-wrap: wrap;
	}

	.upload-report-wrap .upload-report {
		width: 100%;
		flex: auto;
	}

	.upload-report-wrap .uploaded-report {
		height: 175px;
	}

	.report-setting-content .custom-form .form-group {
        margin-bottom: 22px;
    }
	/*-_-_Report-Setting_page_CSS_End_-_-*/
}

@media only screen and (max-width: 991px) {

	/*-_-_Reset-Password_CSS_Start_-_-*/
	.reset-password-banner.signin-banner.banner .signup-card .back-btn {
		margin-bottom: 30px;
	}

	.reset-password-banner.signin-banner.banner .signup-card h4 {
		font-size: 22px;
		line-height: 34px;
	}

	.reset-password-banner.signin-banner.banner .signup-card p {
		font-size: 15px;
		margin-bottom: 18px;
	}

	.reset-password-banner.signin-banner.banner .signup-card form .form-group {
		margin-bottom: 18px;
	}

	/*-_-_Reset-Password_CSS_End_-_-*/

	/*-_-_New-Password_CSS_Start_-_-*/
	.new-password-banner.signin-banner.banner .signup-card form .input-wrap i {
		font-size: 19px;
	}

	/*-_-_New-Password_CSS_End_-_-*/

	/*-_-_Thank-You_CSS_Start_-_-*/
	.thank-you-banner.signin-banner.banner .signup-card {
		min-height: 340px;
	}

	.thank-you-banner.signin-banner.banner .signup-card p {
		font-size: 15px;
		margin-bottom: 18px;
	}

	/*-_-_Thank-You_CSS_End_-_-*/

	/*-_-_Styling-Update_CSS_Start_-_-*/
	.card-warp .card-heading {
		margin-bottom: 15px;
	}

	.view-project-table .dataTables_wrapper .dataTables_filter {
		margin-bottom: 18px;
	}

	.view-project-table .dataTables_wrapper .dataTables_filter label img {
		width: 20px;
		height: 20px;
		left: 10px;
	}

	.view-project-table .dataTables_wrapper .dataTables_filter label input {
		height: 40px;
		width: 250px;
		font-size: 15px;
		line-height: 21px;
		padding: 0 15px 0 42px;
	}

	.filter-dropdown-list {
		margin-bottom: -40px;
		margin-left: 265px;
	}

	.filter-dropdown .dropdown-toggle {
		padding: 0 14px;
		height: 40px;
		font-size: 14px;
	}

	.filter-dropdown .dropdown-toggle::after {
		margin-left: 8px;
	}

	.filter-dropdown .dropdown-menu li {
		padding: 4px 12px;
	}

	.filter-dropdown .dropdown-menu li label {
		font-size: 14px;
		line-height: 20px;
	}

	.sidebarModal .modal-header .btn-close,
	.rightModal .modal-header .btn-close {
		width: 22px;
		height: 22px;
	}

	.sidebarModal .modal-dialog {
		width: 50%;
	}

	.sidebarModal.fade .modal-dialog {
		right: -50%;
	}

	.faqs-accordion .accordion-item {
		margin-bottom: 14px;
	}

	.faqs-accordion .accordion-item .accordion-button {
		font-size: 15px;
	}

	.faqs-accordion .accordion-item .accordion-body p {
		font-size: 15px;
	}

	.score-row {
		margin: 18px -10px 0;
	}

	.score-row .score-col {
		padding: 0 10px;
	}

	.score-card {
		padding: 22px 15px;
	}

	.score-card span {
		margin-bottom: 12px;
	}

	.score-card h2 {
		font-size: 26px;
	}

	.score-note {
		border-radius: 8px;
		padding: 16px 24px;
		margin-top: 18px;
	}

	.score-note p {
		font-size: 18px;
		line-height: 26px;
		padding-left: 35px;
	}

	.score-note p img {
		width: 25px;
		height: 25px;
		margin-top: 0.5px;
	}

	.score-note ul.action-btns {
		padding-top: 15px;
		padding-left: 35px;
	}

	.score-note ul.action-btns li {
		margin-right: 32px;
	}

	.score-note ul.action-btns li a,
	.score-note ul.action-btns li button {
		font-size: 20px;
		line-height: 28px;
		padding: 7.5px 0;
	}

	.score-note form.message-form {
		margin-top: 20px;
		padding-left: 35px;
	}

	.score-note form.message-form textarea {
		padding: 18px 22px;
		font-size: 20px;
		margin-bottom: 16px;
		height: 200px;
	}

	.score-note form.message-form ul li {
		margin-right: 16px;
	}

	.score-note form.message-form ul li button {
		width: 150px;
		padding: 10px 20px;
		font-size: 16px;
		line-height: 22px;
	}

	.result-card {
		margin-top: 18px;
		padding: 20px 20px;
	}

	.result-card h3 {
		font-size: 26px;
		margin-bottom: 22px;
	}

	.result-accordion .accordion-item {
		padding: 16px;
		margin-bottom: 16px;
	}

	.result-accordion .accordion-item .accordion-button {
		font-size: 17px;
		line-height: 24px;
		padding-right: 28px;
	}

	.result-accordion .accordion-item .accordion-button::after {
		width: 18px;
		height: 18px;
	}

	.result-accordion .accordion-item .accordion-button img {
		width: 23px;
		height: 23px;
		top: 0.5px;
		margin-right: 8px;
	}

	.result-accordion .accordion-item .accordion-body {
		padding: 12px 0 0;
	}

	.result-accordion .accordion-item .accordion-body p {
		font-size: 15px;
		line-height: 1.35;
	}

	.table-option-btn {
		max-width: 100%;
	}

	.upload-dropdown .dropdown-menu {
		padding: 2px 0;
	}

	.upload-dropdown .dropdown-menu li {
		padding: 9px 12px;
	}

	.upload-dropdown .filename p {
		padding: 9px 14px;
		height: 40px;
		font-size: 14px;
		gap: 10px;
	}

	.upload-dropdown .filename p img {
		width: 20px;
		height: 20px;
	}

	.upload-dropdown .project-name span {
		font-size: 13px;
	}

	.action-dropdown .dropdown-menu li button img {
		width: 20px;
		height: 20px;
	}

	.action-dropdown .dropdown-menu li button span {
		width: calc(100% - 20px);
		font-size: 16px;
		line-height: 1.5;
		padding-left: 10px;
	}

	/*-_-_Styling-Update_CSS_End_-_-*/

	/*-_-_Index_styling_update_CSS_Start_-_-*/
	.project-detail-wrap {
		padding: 18px 0;
	}

	.project-detail {
		margin: 0 -8px 16px;
	}

	.project-detail li {
		padding: 0 8px;
		width: 50%;
		margin-bottom: 16px;
	}

	.project-detail li:last-child {
		margin-bottom: 8px;
	}

	.project-detail li .project-detail-card {
		padding: 15px 10px 13px;
	}

	.project-detail-card span {
		margin-bottom: 6px;
	}

	.project-detail-card h5 {
		font-size: 18px;
	}

	.project-detail-table table tr th {
		font-size: 15px;
		line-height: 21px;
		padding: 12px 22px;
	}

	.project-detail-table table tr td {
		font-size: 15px;
		line-height: 21px;
		padding: 8px 22px;
	}

	/*-_-_Index_styling_update_CSS_End_-_-*/

	/*-_-_Add_Comment_Modal_CSS_Start_-_-*/
	.comment-list .comment-wrap {
		padding: 18px;
		margin-bottom: 16px;
	}

	.comment-list .comment-replied {
		margin-left: 55px;
	}

	.comment-list .comment-replied::before {
		left: -20px;
	}

	.comment-wrap .comment-count {
		width: 38px;
		border-radius: 8px;
	}

	.comment-wrap .comment-count button {
		height: 32px;
	}

	.comment-wrap .comment-count button img {
		width: 11px;
		height: 11px;
	}

	.comment-wrap .comment-count span {
		font-size: 15px;
		padding: 3px 0;
	}

	.comment-wrap .comment-content {
		padding-left: 18px;
		width: calc(100% - 38px);
	}

	.comment-wrap .comment-content .comment-top {
		margin-bottom: 15px;
	}

	.comment-content .comment-top .comment-name a {
		font-size: 15px;
		line-height: 18px;
	}

	.comment-content .comment-top .comment-name a img {
		width: 30px;
		height: 30px;
		margin-right: 12px;
	}

	.comment-content .comment-top .comment-name a>span {
		font-size: 12px;
		line-height: 18px;
		margin-left: 8px;
		min-width: 35px;
	}

	.comment-content .comment-top .comment-name>span {
		margin-left: 15px;
		font-size: 15px;
	}

	.comment-wrap .comment-content p {
		font-size: 15px;
	}

	.comment-wrap .comment-btn button {
		font-size: 15px;
		line-height: 1.5;
		margin-left: 18px;
	}

	.comment-wrap .comment-btn button img {
		width: 13px;
		height: 13px;
		margin-right: 6px;
	}

	.comment-wrap .comment-btn button.edit-btn img {
		width: 16px;
		height: 16px;
	}

	.add-comment-wrap {
		padding: 18px;
	}

	.add-comment-wrap img {
		width: 38px;
		height: 38px;
		margin-top: 3px;
	}

	.add-comment-wrap form {
		width: calc(100% - 38px);
		padding-left: 16px;
	}

	.add-comment-wrap form textarea {
		padding: 12px 24px;
		font-size: 15px;
		width: calc(100% - 112px);
		height: 96px;
	}

	.add-comment-wrap form button {
		width: 96px;
	}

	/*-_-_Add_Comment_Modal_CSS_End_-_-*/

	/*-_-_Terms_And_Conditions_CSS_Start_-_-*/
	.terms-conditions.dashboard-content-inner h1 {
		font-size: 26px;
		line-height: 1.3;
		margin-bottom: 16px;
	}

	.terms-conditions.dashboard-content-inner p {
		font-size: 15px;
		margin-bottom: 14px;
	}

	.terms-conditions.dashboard-content-inner ul {
		margin-bottom: 14px;
	}

	.terms-conditions.dashboard-content-inner ul li {
		font-size: 15px;
		margin-bottom: 8px;
	}

	/*-_-_Terms_And_Conditions_CSS_End_-_-*/

	/*-_-_Payment_Processing_Modal_CSS_Start_-_-*/
	.paymentProcessingModal .modal-body {
		padding: 46px 0;
	}

	.paymentProcessingModal .modal-body img {
		width: 78px;
		height: 78px;
		margin: 0 auto 20px;
	}

	.paymentProcessingModal .modal-body h4 {
		font-size: 21px;
		margin: 0 auto 11px;
		max-width: 320px;
	}

	.paymentProcessingModal .modal-body p {
		font-size: 13px;
		line-height: 1.4;
		max-width: 320px;
	}

	.paymentProcessingModal .modal-body .secondary-btn {
		max-width: 320px;
		margin-top: 18px;
	}

	/*-_-_Payment_Processing_Modal_CSS_End_-_-*/

	/*-_-_Invoice_Detail_Modal_CSS_Start_-_-*/
	.invoiceDetailModal.paymentProcessingModal .modal-body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.invoice-wrap {
		max-width: 550px;
	}

	.invoiceDetailModal.paymentProcessingModal .modal-body .invoice-wrap h4 {
		margin-bottom: 20px;
	}

	.invoice-table-wrap {
		padding: 12px 12px 18px;
		border-radius: 12px;
	}

	.invoice-table-wrap table {
		margin-bottom: 14px;
		border-spacing: 0 4px;
	}

	.invoice-table-wrap table tr th {
		padding: 0 10px 10px;
	}

	.invoice-table-wrap table tr th:first-child {
		width: 60%;
	}

	.invoice-table-wrap table tr td {
		padding: 10px;
	}

	.invoice-table-wrap table tr td:first-child {
		border-radius: 6px 0 0 6px;
	}

	.invoice-table-wrap table tr td:last-child {
		border-radius: 0 6px 6px 0;
	}

	.invoice-table-wrap .total-amount {
		padding-right: 10px;
	}

	.invoice-table-wrap .total-amount h6 {
		font-size: 16px;
		line-height: 20px;
	}

	.invoiceDetailModal.paymentProcessingModal .modal-body .secondary-btn {
		margin-top: 18px;
		max-width: 106px;
	}

	/*-_-_Invoice_Detail_Modal_CSS_End_-_-*/

	/*-_-_Report-Setting_page_CSS_Start_-_-*/
	.uploading-file-step-wrap {
		margin: 0 auto 25px;
		column-gap: 25px;
	}

	.uploading-file-step-wrap .primary-btn {
		padding-left: 18px;
		padding-right: 18px;
	}

	.uploading-file-step li {
		padding: 50px 0 12px;
	}

	.uploading-file-step li::before {
		top: 14px;
		width: 28px;
		height: 28px;
	}

	.uploading-file-step li.active::before {
		top: 10.5px;
		width: 35px;
		height: 35px;
	}

	.uploading-file-step li::after {
		top: 27.5px;
		height: 1.5px;
	}

	.uploading-file-step li p {
		font-size: 14px;
		line-height: 1.5;
	}

	.report-setting-content {
		padding: 20px 24px;
	}
	
	.upload-report-wrap {
		flex-wrap: wrap;
	}

	.upload-report-wrap .upload-report {
		width: 100%;
		flex: auto;
	}

	.upload-report-wrap .uploaded-report {
		height: 165px;
		flex: auto;
		max-width: calc(33.33% - 6.7px);
	}

	.report-setting-content .custom-form .form-group {
        margin-bottom: 20px;
    }
	/*-_-_Report-Setting_page_CSS_End_-_-*/
}

@media only screen and (max-width: 767px) {

	/*-_-_Reset-Password_CSS_Start_-_-*/
	.reset-password-banner.signin-banner.banner .signup-card .back-btn {
		margin-bottom: 24px;
	}

	.reset-password-banner.signin-banner.banner .signup-card h4 {
		font-size: 20px;
		line-height: 1.5;
	}

	.reset-password-banner.signin-banner.banner .signup-card p {
		font-size: 14px;
		margin-bottom: 16px;
	}

	.reset-password-banner.signin-banner.banner .signup-card form .form-group {
		margin-bottom: 16px;
	}

	/*-_-_Reset-Password_CSS_End_-_-*/

	/*-_-_New-Password_CSS_Start_-_-*/
	.new-password-banner.signin-banner.banner .signup-card form .input-wrap i {
		font-size: 18px;
	}

	/*-_-_New-Password_CSS_End_-_-*/

	/*-_-_Thank-You_CSS_Start_-_-*/
	.thank-you-banner.signin-banner.banner .signup-card {
		min-height: 300px;
	}

	.thank-you-banner.signin-banner.banner .signup-card p {
		font-size: 14px;
		margin-bottom: 16px;
	}

	/*-_-_Thank-You_CSS_End_-_-*/

	/*-_-_Styling-Update_CSS_Start_-_-*/
	.card-warp .card-heading {
		margin-bottom: 12px;
	}

	.view-project-table .dataTables_wrapper .dataTables_filter label {
		width: 100%;
	}

	.view-project-table .dataTables_wrapper .dataTables_filter label input {
		height: 42px;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		padding: 0 15px 0 38px;
	}

	.filter-dropdown-list {
		margin-bottom: 20px;
		margin-left: 0;
	}

	.filter-dropdown-list .filter-dropdown {
		margin-right: 10px;
	}

	.filter-dropdown .dropdown-toggle {
		height: 42px;
	}

	.filter-dropdown .dropdown-toggle::after {
		margin-left: 7px;
	}

	.filter-dropdown .dropdown-menu li {
		padding: 4px 12px;
	}

	.filter-dropdown .dropdown-menu li label {
		font-size: 14px;
		line-height: 20px;
	}

	form.custom-form .form-group.new-contractor button {
		width: 18px;
		height: 18px;
	}

	form.custom-form .form-group.new-contractor button svg {
		width: 16px;
		height: 16px;
	}

	form.custom-form .form-group.new-contractor input {
		width: calc(100% - 26px);
	}

	.sidebarModal .modal-header .btn-close,
	.rightModal .modal-header .btn-close {
		width: 20px;
		height: 20px;
	}

	.sidebarModal .modal-dialog {
		width: 60%;
	}

	.sidebarModal.fade .modal-dialog {
		right: -50%;
	}

	.faqs-accordion .accordion-item {
		margin-bottom: 12px;
	}

	.faqs-accordion .accordion-item .accordion-button {
		padding: 12px 12px 12px 16px;
		font-size: 14px;
	}

	.faqs-accordion .accordion-item .accordion-body {
		padding: 10px 16px 14px;
	}

	.faqs-accordion .accordion-item .accordion-body p {
		font-size: 14px;
	}


	.score-row {
		margin: 16px -10px 0;
	}

	.score-row .score-col {
		padding-bottom: 16px;
	}

	.score-row .score-col:last-child {
		padding-bottom: 0;
	}

	.score-card {
		padding: 20px 15px;
	}

	.score-card span {
		margin-bottom: 10px;
	}

	.score-card h2 {
		font-size: 24px;
	}

	.score-note {
		border-radius: 8px;
		padding: 14px 16px;
		margin-top: 18px;
	}

	.score-note p {
		font-size: 16px;
		line-height: 1.5;
		padding-left: 30px;
	}

	.score-note p img {
		width: 22px;
		height: 22px;
		margin-top: 1px;
	}

	.score-note ul.action-btns {
		flex-wrap: wrap;
		padding-top: 15px;
		padding-left: 30px;
	}

	.score-note ul.action-btns li {
		margin-right: 20px;
		margin-bottom: 5px;
	}

	.score-note ul.action-btns li:last-child {
		margin-bottom: 0;
	}

	.score-note ul.action-btns li a,
	.score-note ul.action-btns li button {
		font-size: 18px;
		line-height: 24px;
		padding: 5px 0;
	}

	.score-note form.message-form {
		margin-top: 16px;
		padding-left: 30px;
	}

	.score-note form.message-form textarea {
		padding: 16px 18px;
		font-size: 18px;
		margin-bottom: 15px;
		height: 160px;
	}

	.score-note form.message-form ul li {
		margin-right: 14px;
	}

	.score-note form.message-form ul li button {
		width: 125px;
		padding: 10px 20px;
		font-size: 15px;
		line-height: 20px;
	}

	.result-card {
		margin-top: 16px;
		padding: 18px;
	}

	.result-card h3 {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.result-accordion .accordion-item {
		padding: 15px;
		margin-bottom: 16px;
	}

	.result-accordion .accordion-item .accordion-button {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 7px;
		padding-right: 28px;
	}

	.result-accordion .accordion-item .accordion-button::after {
		width: 18px;
		height: 18px;
	}

	.result-accordion .accordion-item .accordion-button img {
		width: 22px;
		height: 22px;
		top: 1px;
		margin-right: 7px;
	}

	.result-accordion .accordion-item .accordion-body p {
		font-size: 14px;
		line-height: 1.35;
	}

	.upload-dropdown .dropdown-menu {
		padding: 2px 0;
	}

	.upload-dropdown .dropdown-menu li {
		padding: 9px 12px;
	}

	.upload-dropdown .filename p {
		height: auto;
		font-size: 14px;
		gap: 8px;
		padding: 10px 14px;
		text-transform: capitalize;
		min-width: 250px;
		white-space: unset;
	}

	.upload-dropdown .filename p img {
		width: 20px;
		height: 20px;
	}

	.upload-dropdown .project-name span {
		font-size: 13px;
	}

	.upload-dropdown .project-name {
		gap: 8px;
	}

	.upload-dropdown .project-name button {
		margin: 0;
	}

	.upload-dropdown .project-name button img {
		width: 18px;
		height: 18px;
	}

	.action-dropdown .dropdown-menu li button span {
		width: calc(100% - 20px);
		font-size: 15px;
		line-height: 1.3;
		padding-left: 8px;
	}

	/*-_-_Styling-Update_CSS_End_-_-*/

	/*-_-_Index_styling_update_CSS_Start_-_-*/
	.project-detail-wrap {
		padding: 10px 0;
	}

	.project-detail {
		margin: 0 -8px 6px;
	}

	.project-detail li {
		padding: 0 6px;
		width: 100%;
		margin-bottom: 10px;
	}

	.project-detail li:last-child {
		margin-bottom: 8px;
	}

	.project-detail li .project-detail-card {
		padding: 13px 10px 11px;
	}

	.project-detail-card span {
		font-size: 11px;
		margin-bottom: 6px;
	}

	.project-detail-card h5 {
		font-size: 17px;
	}

	.project-detail-table table {
		min-width: 400px;
	}

	.project-detail-table table tr th {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 15px;
	}

	.project-detail-table table tr td {
		font-size: 14px;
		line-height: 20px;
		padding: 6px 15px;
	}

	/*-_-_Index_styling_update_CSS_End_-_-*/

	/*-_-_Add_Comment_Modal_CSS_Start_-_-*/
	.comment-list .comment-wrap {
		padding: 15px;
		margin-bottom: 6px;
	}

	.comment-list .comment-replied {
		margin-left: 35px;
	}

	.comment-list .comment-replied::before {
		left: -12px;
		width: 1px;
	}

	.comment-wrap .comment-count {
		width: 32px;
		border-radius: 8px;
	}

	.comment-wrap .comment-count button {
		height: 28px;
	}

	.comment-wrap .comment-count button img {
		width: 10px;
		height: 10px;
	}

	.comment-wrap .comment-count span {
		font-size: 14px;
		padding: 2px 0 1px;
	}

	.comment-wrap .comment-content {
		padding-left: 15px;
		width: calc(100% - 30px);
	}

	.comment-wrap .comment-content .comment-top {
		margin-bottom: 10px;
		gap: 10px;
	}

	.comment-content .comment-top .comment-name {
		flex-wrap: wrap;
		gap: 10px;
	}

	.comment-content .comment-top .comment-name a {
		font-size: 14px;
		line-height: 18px;
	}

	.comment-content .comment-top .comment-name a img {
		width: 28px;
		height: 28px;
		margin-right: 10px;
	}

	.comment-content .comment-top .comment-name a>span {
		font-size: 10px;
		line-height: 16px;
		margin-left: 7px;
		min-width: 30px;
	}

	.comment-content .comment-top .comment-name>span {
		margin-left: 0;
		font-size: 14px;
	}

	.comment-wrap .comment-content p {
		font-size: 15px;
	}

	.comment-wrap .comment-btn button {
		font-size: 14px;
		line-height: 20px;
		margin-left: 12px;
	}

	.comment-wrap .comment-btn button img {
		width: 12px;
		height: 12px;
		margin-right: 5px;
	}

	.comment-wrap .comment-btn button.edit-btn img {
		width: 15px;
		height: 15px;
	}

	.add-comment-wrap {
		padding: 16px;
	}

	.add-comment-wrap img {
		width: 34px;
		height: 34px;
		margin-top: 2px;
	}

	.add-comment-wrap form {
		width: calc(100% - 34px);
		padding-left: 12px;
	}

	.add-comment-wrap form textarea {
		padding: 10px 16px;
		font-size: 14px;
		width: 100%;
		height: 96px;
		margin-bottom: 12px;
	}

	.add-comment-wrap form button {
		width: 84px;
		height: 38px;
	}

	/*-_-_Add_Comment_Modal_CSS_End_-_-*/

	/*-_-_Terms_And_Conditions_CSS_Start_-_-*/
	.terms-conditions.dashboard-content-inner h1 {
		font-size: 24px;
		line-height: 1.3;
		margin-bottom: 14px;
	}

	.terms-conditions.dashboard-content-inner p {
		font-size: 14px;
		margin-bottom: 12px;
	}

	.terms-conditions.dashboard-content-inner ul {
		margin-bottom: 12px;
	}

	.terms-conditions.dashboard-content-inner ul li {
		font-size: 14px;
	}

	/*-_-_Terms_And_Conditions_CSS_End_-_-*/

	/*-_-_Payment_Processing_Modal_CSS_Start_-_-*/
	.paymentProcessingModal .modal-body {
		padding: 40px 16px;
	}

	.paymentProcessingModal .modal-body img {
		width: 70px;
		height: 70px;
		margin: 0 auto 18px;
	}

	.paymentProcessingModal .modal-body h4 {
		font-size: 20px;
		margin: 0 auto 10px;
		max-width: 280px;
	}

	.paymentProcessingModal .modal-body p {
		font-size: 12px;
		line-height: 1.5;
		max-width: 280px;
	}

	.paymentProcessingModal .modal-body .secondary-btn {
		max-width: 280px;
		margin-top: 16px;
	}

	/*-_-_Payment_Processing_Modal_CSS_End_-_-*/

	/*-_-_Invoice_Detail_Modal_CSS_Start_-_-*/
	.invoiceDetailModal.paymentProcessingModal .modal-body {
		padding-left: 16px;
		padding-right: 16px;
	}

	.invoice-wrap {
		max-width: 100%;
	}

	.invoiceDetailModal.paymentProcessingModal .modal-body .invoice-wrap h4 {
		margin-bottom: 16px;
	}

	.invoice-table-wrap {
		padding: 12px 10px 16px;
		border-radius: 10px;
	}

	.invoice-table-wrap table {
		margin-bottom: 12px;
		border-spacing: 0 3px;
	}

	.invoice-table-wrap table tr th {
		padding: 0 8px 10px;
	}

	.invoice-table-wrap table tr th:first-child {
		width: auto543;
	}

	.invoice-table-wrap table tr th:last-child {
		text-align: right;
	}

	.invoice-table-wrap table tr td {
		padding: 10px 8px;
	}

	.invoice-table-wrap table tr td:first-child {
		border-radius: 5px 0 0 5px;
	}

	.invoice-table-wrap table tr td:last-child {
		border-radius: 0 5px 5px 0;
	}

	.invoice-table-wrap .total-amount {
		padding-right: 8px;
	}

	.invoice-table-wrap .total-amount h6 {
		font-size: 15px;
		line-height: 1.3;
	}

	.invoiceDetailModal.paymentProcessingModal .modal-body .secondary-btn {
		margin-top: 16px;
		max-width: 100px;
	}

	/*-_-_Invoice_Detail_Modal_CSS_End_-_-*/

	/*-_-_Instructions_CSS_Start_-_-*/
	.instructions-wrap {
		padding: 16px 18px;
		margin: 16px 0 0;
	}

	.instructions-wrap h2 {
		font-size: 22px;
		margin-bottom: 4px;
	}

	.instructions-wrap>p {
		font-size: 14px;
		line-height: 1.25;
		margin-bottom: 20px;
	}

	.instructions-accordion .accordion-item {
		margin-bottom: 16px;
	}

	.instructions-accordion .accordion-button {
		padding: 16px;
		font-size: 18px;
		line-height: 22px;
		padding-right: 22px;
	}

	.instructions-accordion .accordion-item .accordion-button::after {
		right: 16px;
		width: 16px;
		height: 16px;
	}

	.instructions-accordion .accordion-body {
		padding: 0 16px 16px;
	}

	.instructions-accordion .accordion-body ul {
		padding-left: 18px;
		margin-bottom: 16px;
	}

	.instructions-accordion .accordion-body ul li {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.instructions-accordion .accordion-body .note {
		font-size: 14px;
	}

	/*-_-_Instructions_CSS_End_-_-*/

	.project-info-btn {
		gap: 10px;
		position: static;
		margin-bottom: 10px;
		width: 100%;
		justify-content: flex-start;
	}

	/*-_-_Project-File_page_CSS_End_-_-*/
	.project-file.final-account-table .dataTables_wrapper .table-wrap .table {
		min-width: 640px;
	}

	.project-file .dataTables_wrapper .table thead tr th input,
	.project-file .dataTables_wrapper .table tbody tr td input {
		width: 13px;
		height: 13px;
	}
	/*-_-_Project-File_CSS_End_-_-*/

	/*-_-_Report-Setting_page_CSS_Start_-_-*/
	.uploading-file-step-wrap {
		flex-wrap: wrap;
		margin: 0 auto 25px;
		column-gap: 0;
		row-gap: 12px;
	}

	.uploading-file-step-wrap .uploading-file-step {
		order: 1;
	}

	.uploading-file-step-wrap .primary-btn {
		padding-left: 18px;
		padding-right: 18px;
		width: calc(50% - 7.5px);
		justify-content: center;
		order: 2;
	}

	.uploading-file-step li {
		padding: 54px 5px 12px;
		display: flex;
        align-items: center;
        justify-content: center;
	}

	.uploading-file-step li::before {
		top: 14px;
		width: 28px;
		height: 28px;
	}

	.uploading-file-step li.active::before {
		top: 10.5px;
		width: 35px;
		height: 35px;
	}

	.uploading-file-step li::after {
		top: 28px;
		height: 1.5px;
	}

	.uploading-file-step li p {
		font-size: 14px;
		line-height: 1.3;
	}

	.report-setting-content {
		padding: 18px;
	}

	.upload-report p {
		font-size: 15px;
	}

	.upload-report-wrap .uploaded-report {
		height: 150px;
		flex: auto;
		max-width: calc(33.33% - 6.7px);
	}

	.upload-report {
        height: 145px;
    }

	.report-setting-content .custom-form .form-group {
        margin-bottom: 16px;
    }

	.uploaded-report .remove-btn {
		font-size: 15px;
		right: 6px;
		top: 6px;
		width: 18px;
		height: 18px;
		padding-bottom: 1px;
	}
	/*-_-_Report-Setting_page_CSS_End_-_-*/
}

@media only screen and (max-width: 575px) {
	/*-_-_Report-Setting_page_CSS_Start_-_-*/
	.upload-report-wrap .uploaded-report {
		height: 120px;
		flex: auto;
		width: calc(50% - 5px);
		max-width: unset;
	}
	/*-_-_Report-Setting_page_CSS_End_-_-*/
}

@media only screen and (max-width: 480px) {

	/*-_-_Thank-You_CSS_Start_-_-*/
	.thank-you-banner.signin-banner.banner .signup-card a {
		font-size: 15px;
		height: 42px;
		line-height: 40px;
	}

	/*-_-_Thank-You_CSS_End_-_-*/

	/*-_-_Styling-Update_CSS_Start_-_-*/
	.card-warp .card-heading input {
		height: 42px;
	}

	/*-_-_Styling-Update_CSS_End_-_-*/
}

@media only screen and (max-width: 400px) {

	/*-_-_Verification-Code_CSS_Start_-_-*/
	.verify-group-wrap .verify-group {
		column-gap: 0;
		justify-content: space-between;
	}

	.verify-group-wrap .verify-group input.form-control {
		height: 48px;
		width: calc(16.67% - 8px);
		max-width: 40px;
		padding: 0 8px;
	}

	/*-_-_Verification-Code_CSS_End_-_-*/

	/*-_-_Report-Setting_page_CSS_Start_-_-*/
	.uploading-file-step li p {
		font-size: 12px;
		line-height: 1.3;
	}
	/*-_-_Report-Setting_page_CSS_End_-_-*/
}