* {
	padding: 0;
	margin: 0;
	font-family: 'Rubik', sans-serif;
}

html {
	scroll-behavior: smooth;
}

body,
textarea,
input {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	font-weight: 400;
	color: #000000;
	font-family: 'Rubik', sans-serif;
}

body {
	background: #FAFAFA;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

a {
	display: inline-block;
	text-decoration: unset;
}

#loadingSpinner {
    position: fixed;
    top: 50%;
    left: 50%;
	z-index: 9999;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/*-_-_Header_CSS_Start_-_-*/
header {
	background: #03254C;
}

header .navbar {
	padding: 10px 48px;
}

header .navbar .navbar-brand {
	padding: 0;
}

header .navbar .navbar-brand img {
	max-width: 167.21px;
	width: 100%;
}

header .navbar-nav .nav-item .nav-link {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.389;
	text-transform: capitalize;
	color: #9AA8B7;
	padding: 0;
}

header .navbar-nav .nav-item {
	margin-right: 50px;
}

header .navbar-nav .nav-item:last-child {
	margin-right: 0;
}

header .navbar-nav .nav-item .nav-link.active {
	font-weight: 500;
	color: #03254C;
}

.profile-dropdown {
	position: relative;
}

.profile-dropdown .dropdown-toggle {
	font-size: 18px;
	line-height: 26px;
	color: #FFFFFF;
	background: transparent;
	border: 0;
	outline: unset !important;
}

.profile-dropdown .dropdown-toggle::after {
	width: 16px;
	height: 9px;
	margin-left: 12px;
	border: 0;
	background: url(../img/images/arrow-down-icon.svg) center center no-repeat;
	background-size: contain;
	vertical-align: 0;
	transition: 0.2s all ease;
}

.profile-dropdown .dropdown-toggle.show::after {
	transform: rotate(180deg);
}

.profile-dropdown .dropdown-toggle img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 16px;
}

.profile-dropdown .dropdown-menu {
	padding: 5px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.14);
	border-radius: 4px;
	left: auto;
	right: 0;
	margin-top: 6px;
	border: 0;
	min-width: 206px;
}

.profile-dropdown .dropdown-menu a {
	min-height: 42px;
	margin-bottom: 4px;
	padding: 8px 13px 8px 10px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 26px;
	color: #03254C;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.profile-dropdown .dropdown-menu a.active {
	background: #E9F5FD;
}

.profile-dropdown .dropdown-menu a:last-child {
	margin-bottom: 0;
}

.profile-dropdown .dropdown-menu a img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

/*-_-_Header_CSS_End_-_-*/

/*-_-_Content_CSS_Start_-_-*/
.dashboard-content .dashboard-content-inner {
	padding: 49px 48px 44px;
}

.dashboard-content-inner .dashboard-content-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 46px;
	row-gap: 20px;

}


.dashboard-content-inner .view-claim-btn {
	position:sticky;
	top: 0;
	z-index: 10;

}


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

.popup-btn-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -5px 0;
	font-size: 0;
	line-height: 1;
}

.popup-btn-list li {
	
	margin-right: 20px;
}

.popup-btn-list li:last-child {
	margin-right: 0;
}

.primary-btn {
	padding: 11px 22px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #03254C;
	background: transparent;
	border: 1px solid #03254C;
	border-radius: 5px;
	text-decoration: unset;
	display: flex;
	align-items: center;
	height: 48px;
	transition: 0.4s all ease;
}


.warning-message {
	color: red;
	font-style: italic;
  }

.negative-value {
	border-color: red !important;
  }



.primary-btn:hover {
	color: #03254C;
	border-color: #03254C;
}

.primary-btn svg,
.secondary-btn svg {
	width: 24px;
	margin-right: 10px;
}

.primary-btn img,
.secondary-btn img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.secondary-btn {
	color: #FFFFFF;
	background: #03254C;
	padding: 11px 22px;
	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 #03254C;}

.secondary-btn:hover {
	color: #FFFFFF;
	background: #03254C;
}

.disable-btn {
	color: #FFFFFF;
	background: #9AA8B7;
	padding: 11px 22px;
	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 #9AA8B7;
}

.card-row {
	margin: 0 -12.5px;
}

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

.card-warp {
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 5px;
}

.card-warp h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
	color: #03254C;
	margin-bottom: 20px;
}

.card-warp table {
	margin-bottom: 0;
}

.card-warp table tr th {
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: #878686;
	padding: 0 0 14px;
	vertical-align: middle;
}

.card-warp table tr td {
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: #03254C;
	border-top: 1px solid #878686;
	padding: 14px 0;
	vertical-align: middle;
}

.card-warp table tr td .delete-btn {
	border: 0;
	background: transparent;
	outline: unset !important;
}

.card-warp table tr td .delete-btn img {
	width: 24px;
	height: 24px;
}

.card-warp table tr th:last-child,
.card-warp table tr td:last-child {
	padding-left: 9px;
	padding-right: 9px;
	width: 70px;
	text-align: center;
}

.card-warp table tr:last-child th,
.card-warp table tr:last-child td {
	border: 0;
	padding-bottom: 8px;
}


.alert-info {
	background-color: #d1ecf1;
	border-color: #bee5eb;
	color: #0c5460;
}

.alert-text {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	margin-top: 6px;
  }


.suggestions {
	
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #03254C;
	padding: 0 15px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	width: 100%;
    background: #ffffff;
    list-style: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
}

.suggestions li {
    padding: 8px 12px;
    cursor: pointer;
}

.suggestions li:hover {
    background-color: #f0f0f0;
}

.hidden {
    display: none;
}

/* Optional styling for the active/focused suggestion */
.suggestions li.active {
    background-color: #e0e0e0;
}

/*-_-_Content_CSS_End_-_-*/

/*-_-_CreateForm_CSS_Start_-_-*/

#promptmodal .modal-dialog-centered {
	/* Your custom styling for the modal with the ID "myModal" */
	/* For example, if you want it to be centered at the top: */
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: calc(100% - 60px); /* Adjust this value to your needs */
  }
.createNewModal {
	background: rgba(42, 52, 75, 0.6);
}

.createNewModal .modal-dialog {
	max-width: 899px;
	padding: 0 15px;
}

.createNewModal .modal-content {
	border: 0;
	border-radius: 8px;
}

.createNewModal .modal-header {
	background: #F2F2F2;
	border-radius: 8px 8px 0px 0px;
	padding: 20px 30px;
	border: 0;
}

.createNewModal .modal-header h5 {
	font-weight: 500;
	font-size: 21px;
	line-height: 1.381;
	text-transform: capitalize;
	color: #03254C;
}

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

.createNewModal .modal-header .btn-close img {
	width: 100%;
	height: 100%;
}

.createNewModal .modal-body {
	padding: 20px 30px 30px;
}

#promptmodal .modal-body {
	padding: 40px 30px 40px;
}

form.custom-form .form-group {
	margin-bottom: 20px;
}

form.custom-form label {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.389;
	text-transform: capitalize;
	color: #03254C;
	width: 100%;
	margin-bottom: 12px;
}

form.custom-form input.form-control,
form.custom-form select.form-control {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #03254C;
	padding: 0 15px;
	height: 50px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	width: 100%;
}

form.custom-form input.form-control {
	color: #878686;
}

form.custom-form select.form-control {
	background: url(../img/images/arrow-down-icon.svg) center right 20px no-repeat;
	background-size: 16px 9px;
	padding-right: 50px;
}

form.custom-form .form-check {
	position: relative;
	padding: 6px 0 6px 25px;
	margin: 0;
	min-height: unset;
}

form.custom-form .form-check:last-child {
	padding-bottom: 0;
}

form.custom-form .form-check label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #878686;
	margin: 0;
}

form.custom-form .form-check .form-check-input {
	border: 1px solid #878686;
	border-radius: 2px;
	margin-left: -25px;
	margin-top: 2.5px;
}

form.custom-form .form-check .form-check-input:checked {
	border-color: #03254C;
	background-color: #03254C;
}

form.custom-form textarea.form-control {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #03254C;
	padding: 14px 15px;
	height: 136px;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	width: 100%;
	min-height: unset;
	resize: unset;
}

form.custom-form .download-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

form.custom-form .download-btn label {
	width: auto;
	margin-bottom: 0;
}

.download-btn a {
	padding-left: 28.7px;
	padding-right: 28.7px;
}

.download-btn a img {
	margin-right: 0;
	margin-left: 10px;
}

form.custom-form .filename {
	border: 1px dashed #878686;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #878686;
	padding: 13.2px 15px;
	overflow-wrap: break-word;
	margin-bottom: 20px;
	transition: 0.4s all ease;
}

form.custom-form .filename:hover {
	border: 1px dashed #03254C;
	color: #03254C;
}

.upload-btn.primary-btn {
	position: relative;
}

.upload-btn.primary-btn input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

form.custom-form .form-btn {
	padding-top: 10px;
}

form.custom-form .form-btn button {
	margin-left: auto;
	font-size: 18px;
}

/*-_-_CreateForm_CSS_End_-_-*/

/*-_-_View-All_Project_CSS_Start_-_-*/
.dataTables_wrapper .table-wrap {
	overflow-x: auto;
	width: 100%;
	margin-bottom: 40px;
	order: 1;
}

.dataTables_wrapper .table {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 8px 8px;
	border: 0;
	overflow: hidden;
	border-bottom: 0 !important;
}

.dataTables_wrapper .table thead tr th {
	background: #F2F2F2;
	padding: 23px 15px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.389;
	text-transform: capitalize;
	color: #03254C;
	border: 0;
	vertical-align: middle;

}

.dataTables_wrapper .table tbody tr td {
	padding: 20px 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #878686;
	border: 0;
	border-top: 1px solid rgba(135, 134, 134, 0.2);
	vertical-align: middle;
}

.dataTables_wrapper .table tbody tr:first-child td {
	border-top: 0;
}

.dataTables_wrapper .table tbody tr td:first-child,
.dataTables_wrapper .table thead tr th:first-child {
	padding-left: 30px;
}

.dataTables_wrapper .table tbody tr td:last-child,
.dataTables_wrapper .table thead tr th:last-child {
	padding-right: 30px;
}

.dataTables_wrapper .table tbody tr td .delete-btn {
	border: 0;
	background: transparent;
	width: 24px;
	height: 24px;
}

.dataTables_wrapper .table tbody tr td .delete-btn img {
	width: 100%;
	height: 100%;
}

.view-project-table .dataTables_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: left;
	justify-content: space-between;
}

.view-project-table .dataTables_length {
	order: 2;
}

.dataTables_length label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #878686;
}

.dataTables_wrapper .dataTables_length select {
	margin-left: 10px;
	border: 1px solid #C9C9D4;
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #878686;
	height: 38px;
	padding: 0 10px;
	background: url(../img/images/arrow-down-icon.svg) center right 12.75px no-repeat;
	background-size: 10.5px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 80px;
}

.dataTables_wrapper .dataTables_length select::-ms-expand {
	display: none;
}

.view-project-table table.dataTable {
	order: 1;
}

.view-project-table table.dataTable tr th:last-child,
.view-project-table table.dataTable tr td:last-child {
	text-align: left;
}

.view-project-table .dataTables_paginate {
	order: 3;
}

.dataTables_wrapper .dataTables_paginate {
	padding: 0;
	display: flex;
	margin-top: 0;
}

.dataTables_wrapper .dataTables_paginate span {
	display: flex;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #878686;
	border-radius: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #03254C;
	margin-left: 10px;
	padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
	color: #878686;
	border: 1px solid #878686 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled svg path,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover svg path {
	fill: #878686;
}

.dataTables_wrapper .dataTables_paginate>.paginate_button:first-child {
	margin-left: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #FFFFFF !important;
	background: #03254C;
	border-color: #03254C;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover svg path {
	fill: #FFFFFF;
}

/*-_-_View-All_Project_CSS_End_-_-*/

/*-_-_Project-info_CSS_Start_-_-*/
.dashboard-content-heading .breadcrumb {
	margin-bottom: 0;
}

.dashboard-content-heading .breadcrumb .breadcrumb-item {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
	color: #03254C;
	display: flex;
	align-items: center;
}


.dashboard-content-heading .breadcrumb .breadcrumb-item {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
	color: #03254C;
	display: flex;
	align-items: center;
}


.dashboard-content-heading .download-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 15px;

}

.dashboard-content-heading a {
	margin-right: 15px;

}

.dashboard-content-heading  .download-final{

	background-color: #C55151 ;  
	

}

.dashboard-content-heading  .download-draft{

	background-color:  #477547;  
	

}

.dashboard-content-heading .breadcrumb-item+.breadcrumb-item {
	padding-left: 15px;
}

.dashboard-content-heading .breadcrumb-item+.breadcrumb-item::before {
	content: "";
	background: url(../img/images/arrow-right-icon.svg) center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	padding: 0;
	margin-right: 15px;
}

.dashboard-content-heading .breadcrumb .breadcrumb-item a {
	color: #878686;
}

.tabs-project-info {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 8px;
	padding: 0 30px;
	border: 0 !important;
	margin-bottom: 20px;
}

.tabs-project-info.nav-tabs .nav-link {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.389;
	text-transform: capitalize;
	color: #03254C;
	border: 0 !important;
	border-bottom: 3px solid transparent !important;
	padding: 20px 0;
	margin-right: 64px;
	margin-bottom: 0 !important;
	border-radius: 0;
}

.tabs-project-info.nav-tabs .nav-link:last-child {
	margin-right: 0;
}

.tabs-project-info.nav-tabs .nav-item.show .nav-link,
.tabs-project-info.nav-tabs .nav-link.active,
.tabs-project-info.nav-tabs button:hover {
	font-weight: 500;
	color: #03254C;
	border: 0 !important;
	border-bottom: 3px solid #03254C !important;}

.project-info-table .dataTables_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.project-info-table .dataTables_wrapper .dataTables_filter,
.analysis-table .dataTables_wrapper .dataTables_filter {
	order: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 20px;
}


.project-info-table .dataTables_wrapper .dataTables_filter label,
.analysis-table .dataTables_wrapper .dataTables_filter label {
	position: relative;
}

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

.project-info-table .dataTables_wrapper .dataTables_filter label input,
.analysis-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;
}

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

.project-info-table .dataTables_wrapper .dataTables_filter input::placeholder,
.analysis-table .dataTables_wrapper .dataTables_filter input::placeholder {
	color: #878686;
}

.project-info-table .dataTables_wrapper .table-wrap {
	order: 2;
}

.project-info-table .dataTables_wrapper .dataTables_length {
	order: 3;
}

.project-info-table .dataTables_paginate {
	order: 4;
}

.project-info-table .dataTables_wrapper .table tbody tr td:last-child,
.project-info-table .dataTables_wrapper .table thead tr th:last-child {
	width: 60px;
	text-align: left;
}

/*-_-_Project-info_CSS_End_-_-*/

/*-_-_Claim_CSS_Start_-_-*/
.dashboard-content-inner>.back-btn {
	font-weight: 500;
	font-size: 21px;
	line-height: 1.381;
	text-transform: uppercase;
	color: #03254C;
	margin-bottom: 37px;
	display: inline-flex;
	align-items: center;
}

.dashboard-content-inner>.back-btn img {
	width: 24px;
	height: 24px;
	margin-right: 3px;
}

.tabs-view-claim.tabs-project-info {
	margin-bottom: 40px;
}

.claim-wrap h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
	color: #03254C;
	margin-bottom: 20px;
}

.claim-wrap .table-wrap,
.reconciliation-wrap .table-wrap {
	overflow-x: auto;
	width: 100%;
	margin-bottom: 35px;
	order: 1;
}

.claim-wrap .table-wrap:last-child,
.reconciliation-wrap .table-wrap:last-child {
	margin-bottom: 0;
}

.claim-wrap .table,
.reconciliation-wrap .table {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 8px 8px;
	border: 0;
	overflow: hidden;
	border-bottom: 0 !important;
	margin-bottom: 0;
}

.claim-wrap .table>:not(:first-child),
.reconciliation-wrap .table>:not(:first-child) {
	border: 0;
}

.claim-wrap .table thead tr th,
.reconciliation-wrap .table thead tr th {
	background: #F2F2F2;
	padding: 23px 15px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.389;
	text-transform: capitalize;
	color: #03254C;
	border: 0;
	vertical-align: middle;
}

.claim-wrap .table tbody tr td,
.claim-wrap .table tfoot tr td,
.reconciliation-wrap .table tbody tr.main-tr td {
	padding: 20px 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #878686;
	border: 0;
	border-top: 1px solid rgba(135, 134, 134, 0.2);
	vertical-align: middle;
}

.reconciliation-wrap .table tbody tr td,
.reconciliation-wrap .table tbody tr.main-tr td {
	font-weight: 500;
	color: #03254C;
}

.reconciliation-wrap .table tbody tr td {
	padding: 8px 15px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #878686;
	border: 0;
	vertical-align: middle;
}

.claim-wrap .table tfoot tr td {
	color: #03254C;
}

.claim-wrap .table tbody tr td:first-child,
.claim-wrap .table thead tr th:first-child,
.claim-wrap .table tfoot tr td:first-child {
	padding-left: 30px;
	width: 50%;
}

.claim-wrap .table tbody tr:first-child td {
	border-top: 0;
}

.claim-wrap .table tbody tr td:last-child,
.claim-wrap .table thead tr th:last-child,
.claim-wrap .table tfoot tr td:last-child {
	padding-right: 30px;
}

/* .claim-wrap .table thead tr th:last-child {
	color: #03254C;
} */


.claim-wrap  .table-total tbody tr:last-child td,
.claim-wrap .table-total tfoot tr:last-child td {
	font-weight: 500;
	color:#000000;
}

.claim-wrap .table tbody tr td:last-child,
.claim-wrap .table tfoot tr td:last-child {
	color: #03254C;
}


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

.reconciliation-wrap .table thead tr th:first-child,
.reconciliation-wrap .table tbody tr td:first-child {
	padding-left: 30px;
}

.reconciliation-wrap .table tbody tr:first-child td {
	border-top: 0;
}

.reconciliation-wrap .table tbody tr td:last-child,
.reconciliation-wrap .table tbody tr td:last-child {
	padding-right: 30px;
}

.analysis-table {
	margin-bottom: 44px;
}

.analysis-table .total-wrap {
	margin-top: -10px;
}


.analysis-table  .table tbody tr:last-child td,
.analysis-table .table tfoot tr:last-child td {
	font-weight: 500;
	color:#000000;
}


.analysis-table  .table tbody tr td:last-child,
.analysis-table .table tfoot tr td:last-child {
	font-weight: 500;
	color:#000000;
}

.total-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}

.total-wrap>span {
	color: #878686;
	margin: 0 12px;
	font-size: 16px;
}

.total-wrap p {
	font-weight: 500;
	font-size: 21px;
	line-height: 1.381;
	text-transform: capitalize;
	color: #03254C;
}

.total-wrap p span {
	color: #03254C;
}

.summary-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 30px;
}

.summary-row .summary-col {
	padding: 0 15px;
	width: 29.5%;
}

.executive-summary-card {
	padding: 30px 30px 120px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 8px;
}

.executive-summary-card h3,
.detail-summary-card h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
	color: #03254C;
	margin-bottom: 30px;
}

.detail-summary-card {
	padding: 30px 30px 18px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 8px;
	margin-bottom: 30px;
}

.detail-summary-card:last-child {
	margin-bottom: 0;
}

.detail-summary-card h3 {
	margin-bottom: 20px;
}

.summary-row .detail-summary-col {
	padding: 0 15px;
	width: 70.5%;
}

#executiveSummary {
	height: 298px
}

#ledger,
#finalAccount {
	height: 142px;
}



.accuracy-score-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 -10px 30px;
}

.accuracy-score-row .accuracy-score-col {
	padding: 0 10px;
	width: 50%;
	margin: 0 auto;
}

.accuracy-score-card {
	padding: 30px 30px 30px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 8px;
	height: 50%;
	text-align: center;
}

.accuracy-score-card h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-transform: capitalize;
    color: #03254C;
    margin-bottom: 20px;
}

.accuracy-score-card  span{
	color: #000000;
	font-size: 100px;
	list-style: 1;
	color: #03254C;
}

.expenditure-row {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin: 0 -15px;
}

.expenditure-col {
	width:43.5%;
	padding: 0 15px;
}

.results-col {
	width: 56.5%;
	padding: 0 15px;
}

.expenditure-card,
.results-card {
	padding: 30px 30px 40px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 8px;
	height: 100%;
}

.expenditure-card h3,
.results-card h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
	color: #03254C;
	margin-bottom: 35px;
}

#totalElement {
	height: 400px;
}

.results-card h3:first-child {
	margin-bottom: 24px;
}

.results-card h3 {
	margin-bottom: 22px;
}

.resultChart {
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	margin-bottom: 28px;
}

.resultChart li {
	height: 37px;
}

.resultChart li:first-child {
	background: #E17F27;
}

.resultChart li:nth-child(2) {
	background: #F2994A;
}

.resultChart li:nth-child(3) {
	background: #26D838;
}

.resultChart li:nth-child(4) {
	background: #1BBC2C;
}

.resultChart li:nth-child(5) {
	background: #FC3636;
}

.results-card h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.389;
	text-transform: capitalize;
	color: #03254C;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}

.results-card h5 img {
	width: 24px;
	height: 24px;
	margin-left: 9px;
}

.results-card p {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.389;
	text-transform: capitalize;
	color: #03254C;
}

.results-card>p {
	margin-bottom: 39px;
}

.results-card>p span {
	font-weight: 500;
}

.results-card ul.results-list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 265px;
	margin-bottom: 16px;
}

.results-card ul.results-list li:last-child {
	margin-bottom: 0;
}

.results-card ul.results-list li p {
	padding-right: 10px;
	width: calc(100% - 68px);
}

.results-card ul.results-list li span {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.389;
	text-transform: capitalize;
	color: #FFFFFF;
	min-width: 68px;
	padding: 4px 10px;
	border-radius: 24px;
	text-align: center;
}

.results-card ul.results-list li span.high {
	background: #1AA673;
}

.results-card ul.results-list li span.low {
	background: #FF5569;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
}

#container {
  height: 400px;
}


/*-_-_Claim_CSS_End_-_-*/

/*-_-_My-Account_CSS_Start_-_-*/
.my-account-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 8px;
	padding: 37px 38px 45px 15px;
}

.my-account-wrap .nav-tabs {
	width: 273px;
	border: 0;
	border-right: 1px solid rgb(135, 134, 134, 0.3);
	padding-right: 15px;
	min-height: 540px;
	align-items: flex-start;
	flex-direction: column;
}

.my-account-wrap .nav-tabs .nav-link {
	display: flex;
	align-items: center;
	width: 100%;
	height: 49px;
	border-radius: 4px;
	margin-bottom: 16px;
	padding: 12px 15px;
	text-align: left;
	border: 0;
}

.my-account-wrap .nav-tabs .nav-link svg {
	width: 24px;
	height: 24px;
}

.my-account-wrap .nav-tabs .nav-link span {
	padding-left: 13px;
	width: calc(100% - 24px);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.389;
	text-transform: capitalize;
	color: #878686;
}

.my-account-wrap .nav-tabs .nav-item.show .nav-link,
.my-account-wrap .nav-tabs .nav-link.active {
	background: rgba(39, 152, 233, 0.1);
}

.my-account-wrap .nav-tabs .nav-item.show .nav-link svg path,
.my-account-wrap .nav-tabs .nav-link.active svg path {
	fill: #03254C;
}

.my-account-wrap .nav-tabs .nav-item.show .nav-link span,
.my-account-wrap .nav-tabs .nav-link.active span {
	color: #03254C;
	font-weight: 500;
}


.my-account-wrap .nav-tabs .nav-link:last-child {
	margin-bottom: 0;
}

.my-account-wrap .tab-content {
	width: calc(100% - 273px);
}

.profile-form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	padding: 5px 0 0 46px;
	min-height: 712px;
}

.profile-form-row {
	display: flex;
	flex-wrap: wrap;
}

.profile-form .profile-col {
	width: 190px;
}

.profile-col .profile-img {
	position: relative;
	margin-bottom: 21px;
}

.profile-col .profile-img .imagePreview {
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.profile-col .profile-img .edit-btn {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	outline: unset !important;
	border: 0;
	background: #03254C;
	position: absolute;
	bottom: 0;
	right: 9px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile-col .profile-img .edit-btn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}

.profile-col .profile-img .edit-btn img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.profile-col span {
	font-weight: 600;
	font-size: 21px;
	line-height: 25px;
	text-transform: capitalize;
	color: #03254C;
	text-align: center;
	display: block;
}

.profile-form .form-right {
	width: calc(100% - 190px);
	padding-left: 68px;
}

.profile-form .form-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -20px;
}

.profile-form.custom-form .form-group {
	padding: 0 20px;
	margin-bottom: 22px;
}

.profile-form.custom-form label {
	margin-bottom: 15px;
}

/*-_-_My-Account_CSS_End_-_-*/

/*-_-_Payment-Detail_CSS_Start_-_-*/
.payment-detail-form.profile-form {
	padding-top: 10px;
}

.payment-detail-form.profile-form .payment-detail-inner {
	margin: 0 auto;
	max-width: 677px;
}

.payment-detail-inner h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
	color: #03254C;
	text-align: center;
	margin-bottom: 41px;
}

.payment-detail-form.profile-form.custom-form .form-row {
	margin: 0 -10px;
}

.payment-detail-form.profile-form.custom-form .form-group {
	padding: 0 10px;
}

/*-_-_Payment-Detail_CSS_End_-_-*/

/*-_-_Add-Logo_CSS_Start_-_-*/
.cover-photo h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 28px;
	text-transform: capitalize;
	color: #03254C;
	margin-bottom: 34px;
}

.add-cover-photo-form.profile-form.custom-form .form-row {
	margin: 0 -17px;
}

.add-cover-photo-form.profile-form.custom-form .form-group {
	padding: 0 17px;
	margin-bottom: 41px;
}

.cover-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 218px;
	position: relative;
}

.cover-img img {
	width: 79px;
	height: 79px;
}

.cover-img .coverUpload {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
}

.upload-img {
	position: relative;
	width: 150px;
}

.upload-img .imagePreview {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(36, 119, 246, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}

.upload-img .imagePreview span {
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	color: #03254C;
}

.upload-img .edit-btn {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	outline: unset !important;
	border: 0;
	background: #03254C;
	position: absolute;
	bottom: 2px;
	right: 3px;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.upload-img .edit-btn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	cursor: pointer;
	z-index: 5;
}

.upload-img .edit-btn img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	pointer-events: none;
	cursor: pointer;
}

/*-_-_Add-Logo_CSS_End_-_-*/

/*-_-_My-Settings_CSS_Start_-_-*/
.my-settings-wrap {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.03);
	border-radius: 8px;
	padding: 30px;
}

.my-settings-wrap .profile-form {
	padding: 0;
}

.my-settings-wrap hr {
	height: 0;
	margin: 18px 0 49px;
	border-top: 1px solid rgb(135, 134, 134, 0.3);
}

.upload-img-row .form-group {
	margin-right: 40px;
}

.upload-img-row .form-group:last-child {
	margin-right: 0;
}

.profile-form.custom-form .upload-img-row label {
	text-align: center;
	margin-bottom: 23px;
}

/*-_-_My-Settings_CSS_End_-_-*/

/*-_-_Manage-Sharing_CSS_Start_-_-*/
.manage-sharing-content.dashboard-content .dashboard-content-inner {
	padding: 99px 0 168px;
}

.manage-sharing-content.dashboard-content h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	text-transform: capitalize;
	color: #03254C;
	max-width: 845px;
	text-align: center;
	margin: 0 auto 42px;
}

.manage-sharing-form {
	border-radius: 8px;
	overflow: hidden;
	background: #FFFFFF;
	max-width: 845px;
	margin: 0 auto;
}
.manage-sharing-table {
	border-radius: 8px;
	overflow: hidden;
	background: #FFFFFF;
	max-width: 1100px;
	margin: 0 auto;
}

.manage-sharing-form>img {
	width: 100%;
	min-height: 140px;
	object-fit: cover;
}

.manage-sharing-form .custom-form {
	padding: 35px;
}

.manage-sharing-form .custom-form .form-group {
	margin-bottom: 25px;
}

.manage-sharing-form .custom-form label {
	margin-bottom: 15px;
}

.manage-sharing-form .custom-form .form-btn {
	padding-top: 5px;
}

/*-_-_Manage-Sharing_CSS_End_-_-*/

/*-_-_Popups_CSS_Start_-_-*/
.createNewProjectModal.createNewModal .modal-body {
	padding-top: 30px;
}

.createNewProjectModal form.custom-form .form-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10.5px;
}

.createNewProjectModal form.custom-form .form-group {
	padding: 0 10.5px;
}

.createNewProjectModal.createNewModal form.custom-form textarea.form-control {
	height: 96px;
}

.splitCostBtn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -13.5px;
}

.splitCostBtn li {
	padding: 0 13.5px;
}

.choose-file {
	border: 1px dashed #878686;
	border-radius: 4px;
	padding: 13.2px 15px;
	overflow-wrap: break-word;
	transition: 0.4s all ease;
	min-height: 167px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.choose-file span {
	font-weight: 500;
	font-size: 18px;
	line-height: 139%;
	text-align: center;
	color: #878686;
}

.choose-file input {
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100% !important;
	z-index: 1;
	cursor: pointer;
}

.deleteModal.createNewProjectModal.createNewModal .modal-body {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.deleteModal .delete-icon {
	width: 106px;
	height: 106px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 85, 105, 0.1);
	margin: 0 auto 30px;
}

.deleteModal .delete-icon img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.deleteModal p {
	font-weight: 500;
	font-size: 21px;
	line-height: 139%;
	text-transform: capitalize;
	color: #03254C;
	margin-bottom: 30px;
}

.deleteModal .optionBtn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.deleteModal .optionBtn li {
	margin-right: 15px;
}

.deleteModal .optionBtn li:last-child {
	margin-right: 0;
}

/*-_-_Popups_CSS_End_-_-*/

/*-_-_Contract-Final-Account_CSS_Start_-_-*/

#finalAccounttable {
	display: none;

}
#expenditureLedgetable{
	display: none;

}

/* 
#datatable  {

	display: none;
} */

{
	background-color: #f0f0f0;
	font-family: 'Rubik', sans-serif;
}
.error-page-container {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-card {
	background-color: white;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 50px;
	text-align: center;
	max-width: 600px;
	width: 90%;
}
.error-title {
	color: #03254C;
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 32px;
}
.error-subtitle {
	color: #525866;
	margin-bottom: 30px;
	font-size: 18px;
}
.primary-btn {
	background: #03254C;
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}
.primary-btn:hover {
	background: #043b76;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(3, 37, 76, 0.2);
	color: #fff;
}
.error-icon {
	width: 100px;
	margin-bottom: 30px;
}
.login-icon {
	margin-right: 10px;
}
.veritapp-logo {
	margin-bottom: 40px;
	height: 50px;
}




.dataTables_wrapper #finalAccounttable tbody tr th:nth-child(2),
.dataTables_wrapper #finalAccounttable tbody tr td:nth-child(2) {
	width: 30%;
}

.dataTables_wrapper #finalAccounttable tbody tr th:nth-child(5),
.dataTables_wrapper #finalAccounttable tbody tr td:nth-child(5) {
	width: 10%;
}

.dataTables_wrapper .table tbody tr td.pool span {
	border-radius: 29px;
	padding: 6px 10px;
	color: #ffffff;
	display: inline-block;
	white-space: nowrap;
}

.dataTables_wrapper .table tbody tr td.pool.bg-red span {
	background:#C55151 ;  /* SBA    */

}

.dataTables_wrapper .table tbody tr td.pool.bg-blue span {
	background:  rgb(154, 94, 94) ;  /* Land Remediation    */
}

.dataTables_wrapper .table tbody tr td.pool.bg-green span {
	background: #477547;	/* Plant & Machinery    */

}

.dataTables_wrapper .table tbody tr td.pool.bg-purple span {
	background:  #ada535;  /* Revenue    */
}

.dataTables_wrapper .table tbody tr td.pool.bg-orange span {
	background:  #2a7ddc;  /* Special Rate   */
}
.dataTables_wrapper .table tbody tr td.pool.bg-grey span {
	background: #000000;  /* NQ    */
}


.datatable-with-border  {
	border: 2px solid red !important;
}


.custom-check.form-check {
	position: relative;
	padding: 6px 0 6px 25px;
	margin: 0;
	min-height: unset;
}

.custom-check.form-check .form-check-input {
	border: 1px solid #878686;
	border-radius: 2px;
	margin-left: -25px;
	margin-top: 2.5px;
	cursor: pointer;
}

.custom-check.form-check label {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #878686;
	margin: 0;
}

.custom-check.form-check .form-check-input:checked {
	border-color: #03254C;
	background-color: #03254C;
}

.action-dropdown {
	height: 24px;
	width: 24px;
	margin: 0 auto;
	
}

.action-dropdown .dropdown-toggle {
	border: 0;
	outline: unset !important;
	background: transparent;
	width: 24px;
	height: 24px;
	
}

.action-dropdown .dropdown-toggle img {
	width: 100%;
	height: 100%;
}

.action-dropdown .dropdown-toggle img.hover-img {
	display: none;
}

.action-dropdown .dropdown-toggle:hover img {
	display: none;
}

.action-dropdown .dropdown-toggle:hover img.hover-img {
	display: block;
}

.action-dropdown .dropdown-toggle::after {
	display: none;
}

.action-dropdown .dropdown-menu {
	background: #FFFFFF;
	box-shadow: 0px 2px 20px rgba(17, 16, 69, 0.14);
	border-radius: 4px;
	padding: 5px;
	min-width: 206px;
	right: 0 !important;
	z-index: 9999 !important;
	position: absolute !important;
	overflow: visible;
}

.action-dropdown .dropdown-menu li {
	margin-bottom: 4px;
}

.action-dropdown .dropdown-menu li:last-child {
	margin-bottom: 0;
}

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

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

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

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

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

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

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



.dataTables_wrapper #expenditureLedgetable tbody tr th:nth-child(2),
.dataTables_wrapper #expenditureLedgetable tbody tr td:nth-child(2) {
	width: 7%;
	min-width: 95px;
}

.dataTables_wrapper #expenditureLedgetable tbody tr th:nth-child(3),
.dataTables_wrapper #expenditureLedgetable tbody tr td:nth-child(3) {
	width: 18%;
}

.dataTables_wrapper #expenditureLedgetable tbody tr th:nth-child(4),
.dataTables_wrapper #expenditureLedgetable tbody tr td:nth-child(4) {
	width: 18%;
}

.dataTables_wrapper #expenditureLedgetable tbody tr th:nth-child(7),
.dataTables_wrapper #expenditureLedgetable tbody tr td:nth-child(7) {
	width: 12%;
}

.final-account-table .dataTables_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.final-account-table .dataTables_wrapper .dataTables_filter {
	order: 1;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin: 0 0 20px;
}

.final-account-table .dataTables_wrapper .dataTables_filter label {
	position: relative;
	margin-right: 15px;
}


.final-account-table .dataTables_wrapper .dataTables_filter .filter-btn {
	color: #878686 !important;
	border: 1px solid #E0E0E0 !important;
	background: transparent !important;
}

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

.final-account-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;
}

.final-account-table .dataTables_wrapper .table-wrap {
	order: 2;
}

.final-account-table .dataTables_wrapper .dataTables_length {
	order: 4;
}

.final-account-table .dataTables_paginate {
	order: 5;
}

.final-account-table .total-wrap {
	order: 3;
	margin-bottom: 30px;
}

.tooltip-inner {
	background-color: #474040;
	color: #fff;
}

.table-option-btn {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: -48px;
	position: relative;
	z-index: 5;
	max-width: 45%;
	min-width: 445px;
	margin-left: auto;
	gap:20px

}

/*-_-_Contract-Final-Account_CSS_End_-_-*/

/*-_-_Responsiveness_-_-*/

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

	/*-_-_My-Account_CSS_Start_-_-*/
	.profile-form .form-right {
		padding-left: 50px;
	}

	.profile-form {
		padding: 5px 0 0 40px;
		min-height: 680px;
	}

	/*-_-_My-Account_CSS_End_-_-*/
}

@media only screen and (max-width: 1600px) {
	header .navbar {
		padding: 10px 18px;
	}

	header .navbar-nav .nav-item {
		margin-right: 40px;
	}

	.dashboard-content .dashboard-content-inner {
		padding: 38px 24px 34px;	
	}

	.dashboard-content-inner .dashboard-content-heading {
		margin-bottom: 36px;
	}

	.dashboard-content-inner .dashboard-content-heading h1 {
		font-size: 30px;
		line-height: 1.2;
	}

	.popup-btn-list {
		margin: 0;
	}

	.popup-btn-list li {
		margin-right: 15px;
	}

	.primary-btn {
		padding: 11px 20px;
	}

	.primary-btn svg,
	.secondary-btn svg {
		margin-right: 8px;
	}

	.primary-btn img,
	.secondary-btn img {
		margin-right: 8px;
	}

	.secondary-btn {
		padding: 11px 20px;
	}

	.disable-btn {
		padding: 11px 20px;
		height: 48px;
	}

	.card-row {
		margin: 0 -10px;
	}

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

	.card-warp {
		padding: 24px;
	}

	.card-warp h3 {
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 18px;
	}

	.card-warp table tr th {
		padding: 0 0 13px;
	}

	.card-warp table tr td {
		padding: 13px 0;
	}

	.download-btn a {
		padding-left: 25px;
		padding-right: 25px;
	}

	/*-_-_Project-info_CSS_Start_-_-*/
	.dashboard-content-heading .breadcrumb .breadcrumb-item {
		font-size: 30px;
		line-height: 1.2;
	}

	.dashboard-content-heading .breadcrumb-item+.breadcrumb-item {
		padding-left: 14px;
	}

	.dashboard-content-heading .breadcrumb-item+.breadcrumb-item::before {
		width: 23px;
		height: 23px;
		margin-right: 14px;
	}

	.tabs-project-info.nav-tabs .nav-link {
		font-size: 18px;
		line-height: 1.389;
		padding: 18px 0;
		margin-right: 60px;
	}

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

	.project-info-table .dataTables_wrapper .dataTables_filter label img,
	.analysis-table .dataTables_wrapper .dataTables_filter label img {
		width: 23px;
		height: 23px;
		left: 10px;
	}

	/*-_-_Project-info_CSS_End_-_-*/

	/*-_-_Claim_CSS_Start_-_-*/
	.dashboard-content-inner>.back-btn {
		font-size: 20px;
		line-height: 1.381;
		margin-bottom: 32px;
	}

	.dashboard-content-inner>.back-btn img {
		width: 23px;
		height: 23px;
		margin-right: 3px;
	}

	.tabs-view-claim.tabs-project-info {
		margin-bottom: 35px;
	}

	.claim-wrap h3 {
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 19px;
	}

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


	.analysis-table {
		margin-bottom: 38px;
	}

	.analysis-table .total-wrap {
		margin-top: -5px;
	}

	.total-wrap>span {
		margin: 0 12px;
		font-size: 16px;
	}

	.total-wrap p {
		font-size: 20px;
		line-height: 1.381;
	}

	.summary-row .summary-col {
		width: 32%;
	}

	.executive-summary-card {
		padding: 28px 28px 115px;
	}

	.executive-summary-card h3,
	.detail-summary-card h3 {
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 28px;
	}

	.detail-summary-card {
		padding: 28px 28px 18px;
		margin-bottom: 30px;
	}

	.detail-summary-card h3 {
		margin-bottom: 18px;
	}

	.summary-row .detail-summary-col {
		width: 68%;
	}

	.expenditure-card,
	.results-card {
		padding: 28px 28px 36px;
	}

	.expenditure-card h3,
	.results-card h3 {
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 32px;
	}

	.results-card h3:first-child {
		margin-bottom: 23px;
	}

	.results-card h3 {
		margin-bottom: 22px;
	}

	.resultChart {
		margin-bottom: 28px;
	}

	.resultChart li {
		height: 35px;
	}

	.results-card h5 img {
		margin-left: 8px;
	}

	.results-card>p {
		margin-bottom: 35px;
	}

	/*-_-_Claim_CSS_End_-_-*/

	/*-_-_My-Account_CSS_Start_-_-*/
	.my-account-wrap {
		padding: 32px 32px 36px 15px;
	}

	.my-account-wrap .nav-tabs {
		width: 273px;
		padding-right: 15px;
		min-height: 500px;
	}

	.my-account-wrap .nav-tabs .nav-link {
		height: 49px;
		margin-bottom: 16px;
		padding: 12px 15px;
	}

	.my-account-wrap .nav-tabs .nav-link svg {
		width: 24px;
		height: 24px;
	}

	.my-account-wrap .nav-tabs .nav-link span {
		padding-left: 13px;
		width: calc(100% - 24px);
		font-size: 18px;
		line-height: 1.389;
	}

	.my-account-wrap .tab-content {
		width: calc(100% - 273px);
	}

	.profile-form {
		padding: 5px 0 0 40px;
		min-height: 600px;
	}

	.profile-form .profile-col {
		width: 180px;
	}

	.profile-col .profile-img {
		margin-bottom: 20px;
	}

	.profile-col .profile-img .imagePreview {
		width: 180px;
		height: 180px;
	}

	.profile-col .profile-img .edit-btn {
		width: 46px;
		height: 46px;
		right: 7px;
	}

	.profile-col .profile-img .edit-btn img {
		width: 30px;
		height: 30px;
	}

	.profile-col span {
		font-size: 20px;
		line-height: 1.2;
	}

	.profile-form .form-right {
		width: calc(100% - 180px);
		padding-left: 40px;
	}

	.profile-form .form-row {
		margin: 0 -15px;
	}

	.profile-form.custom-form .form-group {
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.profile-form.custom-form label {
		margin-bottom: 13px;
	}

	/*-_-_My-Account_CSS_End_-_-*/

	/*-_-_Payment-Detail_CSS_Start_-_-*/
	.payment-detail-form.profile-form {
		padding-top: 8px;
	}

	.payment-detail-inner h3 {
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 35px;
	}

	/*-_-_Payment-Detail_CSS_End_-_-*/

	/*-_-_Add-Logo_CSS_Start_-_-*/
	.cover-photo h3 {
		font-size: 23px;
		line-height: 27px;
		margin-bottom: 30px;
	}

	.add-cover-photo-form.profile-form.custom-form .form-row {
		margin: 0 -15px;
	}

	.add-cover-photo-form.profile-form.custom-form .form-group {
		padding: 0 15px;
		margin-bottom: 35px;
	}

	.cover-img {
		height: 210px;
	}

	.cover-img img {
		width: 75px;
		height: 75px;
	}

	/*-_-_Add-Logo_CSS_End_-_-*/

	/*-_-_My-Settings_CSS_Start_-_-*/
	.my-settings-wrap hr {
		margin: 16px 0 45px;
	}

	.upload-img-row .form-group {
		margin-right: 35px;
	}

	.profile-form.custom-form .upload-img-row label {
		margin-bottom: 21px;
	}

	/*-_-_My-Settings_CSS_End_-_-*/

	/*-_-_Manage-Sharing_CSS_Start_-_-*/
	.manage-sharing-content.dashboard-content .dashboard-content-inner {
		padding: 85px 0 140px;
	}

	.manage-sharing-content.dashboard-content h1 {
		font-size: 30px;
		line-height: 1.2;
		max-width: 820px;
		margin: 0 auto 36px;
	}

	.manage-sharing-form {
		max-width: 820px;
	}

	.manage-sharing-form .custom-form {
		padding: 32px;
	}

	.manage-sharing-form .custom-form .form-group {
		margin-bottom: 22px;
	}

	.manage-sharing-form .custom-form label {
		margin-bottom: 13px;
	}

	/*-_-_Manage-Sharing_CSS_End_-_-*/

	/*-_-_Contract-Final-Account_CSS_Start_-_-*/
	.final-account-table .dataTables_wrapper .dataTables_filter label input {
		height: 48px;
		width: 310px;
	}

	.final-account-table .dataTables_wrapper .table-wrap .table {
		min-width: 1740px;
	}

	.final-account-table .total-wrap {
		margin-bottom: 27px;
	}

	/*-_-_Contract-Final-Account_CSS_End_-_-*/
}

@media only screen and (max-width: 1440px) {
	header .navbar {
		padding: 12px 8px;
	}

	header .navbar-nav .nav-item {
		margin-right: 30px;
	}

	header .navbar-nav .nav-item .nav-link {
		font-size: 17px;
	}

	.profile-dropdown .dropdown-toggle img {
		width: 45px;
		height: 45px;
		margin-right: 12px;
	}

	.profile-dropdown .dropdown-menu {
		margin-top: 5px;
		min-width: unset;
	}

	.profile-dropdown .dropdown-toggle {
		font-size: 17px;
		line-height: 25px;
	}

	.profile-dropdown .dropdown-toggle::after {
		width: 15px;
		height: 9px;
		margin-left: 10px;
	}

	.profile-dropdown .dropdown-menu a {
		min-height: 40px;
		margin-bottom: 3px;
		padding: 7.5px 13px 7.5px 10px;
		font-size: 17px;
		line-height: 25px;
	}

	.profile-dropdown .dropdown-menu a img {
		width: 23px;
		height: 23px;
		margin-right: 10px;
	}

	.dashboard-content .dashboard-content-inner {
		padding: 35px 16px 30px;	}

	.dashboard-content-inner .dashboard-content-heading {
		margin-bottom: 30px;
	}

	.dashboard-content-inner .dashboard-content-heading h1 {
		font-size: 28px;
		line-height: 1.2;
	}

	.popup-btn-list {
		width: 100%;
		margin-top: 12px;
	}

	.popup-btn-list li {
		margin-right: 12px;
	}

	.primary-btn {
		padding: 11px 18px;
		height: 46px;
	}

	.primary-btn svg,
	.secondary-btn svg {
		width: 23px;
		margin-right: 8px;
	}

	.primary-btn img,
	.secondary-btn img {
		width: 23px;
		height: 23px;
		margin-right: 8px;
	}

	.secondary-btn {
		padding: 11px 18px;
		height: 46px;
	}

	.disable-btn {
		padding: 11px 18px;
		height: 46px;
	}

	.card-row {
		margin: 0 -8px;
	}

	.card-row .card-col {
		padding: 0 8px;
	}

	.card-warp {
		padding: 20px;
	}

	.card-warp h3 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 16px;
	}

	.card-warp table tr th {
		padding: 0 0 12px;
	}

	.card-warp table tr td {
		padding: 12px 0;
	}

	.card-warp table tr th:last-child,
	.card-warp table tr td:last-child {
		padding-left: 8px;
		padding-right: 8px;
		width: 68px;
	}

	/*-_-_CreateForm_CSS_Start_-_-*/
	.createNewModal .modal-header {
		background: #f2f2f2;
		border-radius: 8px 8px 0px 0px;
		padding: 20px 27px;
		border: 0;
		
	}
	.sidebarModal {
		background-color: rgba(0, 0, 0, 0.7);


	}

	.createNewModal .modal-dialog {
		max-width: 840px;
	}

	.createNewModal .modal-header h5 {
		font-size: 20px;
		line-height: 1.381;
	}

	.createNewModal .modal-header .btn-close {
		width: 26px;
		height: 26px;
	}

	.createNewModal .modal-body {
		padding: 20px 27px 25px;
	}

	form.custom-form .form-group {
		margin-bottom: 20px;
	}

	form.custom-form label {
		font-size: 17px;
		line-height: 1.38;
		margin-bottom: 10px;
	}

	form.custom-form input.form-control,
	form.custom-form select.form-control {
		font-size: 16px;
		line-height: 22px;
		height: 48px;
	}

	form.custom-form .filename {
		padding: 12.2px 15px;
	}

	.download-btn a {
		padding-left: 22px;
		padding-right: 22px;
	}

	form.custom-form .form-btn {
		padding-top: 6px;
	}

	form.custom-form .form-btn button {
		margin-left: auto;
		font-size: 17px;
	}

	/*-_-_CreateForm_CSS_End_-_-*/

	/*-_-_View-All_Project_CSS_Start_-_-*/
	.dataTables_wrapper .table-wrap {
		margin-bottom: 30px;
	}

	.dataTables_wrapper .table thead tr th {
		padding: 20px 15px;
		font-size: 17px;
		line-height: 1.389;
		position:sticky
	}

	.dataTables_wrapper .table tbody tr td {
		padding: 18px 15px;
		font-size: 15px;
		line-height: 21px;
	}

	.dataTables_wrapper .table tbody tr td:first-child,
	.dataTables_wrapper .table thead tr th:first-child {
		padding-left: 25px;
	}

	.dataTables_wrapper .table tbody tr td:last-child,
	.dataTables_wrapper .table thead tr th:last-child {
		padding-right: 25px;
	}

	.dataTables_wrapper .table tbody tr td .delete-btn {
		width: 22px;
		height: 22px;
	}

	.dataTables_length label {
		font-size: 15px;
		line-height: 21px;
	}

	.dataTables_wrapper .dataTables_length select {
		margin-left: 10px;
		font-size: 15px;
		line-height: 21px;
		height: 36px;
		min-width: 75px;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button {
		width: 38px;
		height: 38px;
		font-size: 15px;
		line-height: 21px;
		margin-left: 10px;
	}

	/*-_-_View-All_Project_CSS_End_-_-*/

	/*-_-_Project-info_CSS_Start_-_-*/
	.dashboard-content-heading .breadcrumb .breadcrumb-item {
		font-size: 28px;
		line-height: 1.2;
	}

	.dashboard-content-heading .breadcrumb-item+.breadcrumb-item {
		padding-left: 13px;
	}

	.dashboard-content-heading .breadcrumb-item+.breadcrumb-item::before {
		width: 22px;
		height: 22px;
		margin-right: 13px;
	}

	.tabs-project-info {
		padding: 0 28px;
		margin-bottom: 20px;
	}

	.tabs-project-info.nav-tabs .nav-link {
		font-size: 17px;
		line-height: 1.389;
		padding: 16px 0;
		margin-right: 50px;
	}

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

	.project-info-table .dataTables_wrapper .dataTables_filter label img,
	.analysis-table .dataTables_wrapper .dataTables_filter label img {
		width: 22px;
		height: 22px;
		left: 10px;
	}

	/*-_-_Project-info_CSS_End_-_-*/

	/*-_-_Claim_CSS_Start_-_-*/
	.dashboard-content-inner>.back-btn {
		font-size: 19px;
		line-height: 1.381;
		margin-bottom: 28px;
	}

	.dashboard-content-inner>.back-btn img {
		width: 22px;
		height: 22px;
		margin-right: 3px;
	}

	.tabs-view-claim.tabs-project-info {
		margin-bottom: 30px;
	}

	.claim-wrap .table-wrap,
	.reconciliation-wrap .table-wrap {
		margin-bottom: 30px;
	}

	.claim-wrap h3 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 18px;
	}

	.claim-wrap .table thead tr th,
	.reconciliation-wrap .table thead tr th {
		padding: 20px 15px;
		font-size: 17px;
		line-height: 1.389;
	}

	.claim-wrap .table tbody tr td,
	.claim-wrap .table tfoot tr td,
	.reconciliation-wrap .table tbody tr.main-tr td {
		padding: 18px 15px;
		font-size: 15px;
		line-height: 21px;
	}

	.reconciliation-wrap .table tbody tr td {
		padding: 8px 15px;
		font-size: 15px;
		line-height: 21px;
	}

	.claim-wrap .table tbody tr td:first-child,
	.claim-wrap .table thead tr th:first-child,
	.claim-wrap .table tfoot tr td:first-child {
		padding-left: 25px;
		width: 50%;
	}

	.claim-wrap .table tbody tr td:last-child,
	.claim-wrap .table thead tr th:last-child,
	.claim-wrap .table tfoot tr td:last-child {
		padding-right: 25px;
	}

	.reconciliation-wrap h2 {
		font-size: 28px;
		line-height: 1.2;
		margin-bottom: 26px;
	}

	.reconciliation-wrap .table thead tr th:first-child,
	.reconciliation-wrap .table tbody tr td:first-child {
		padding-left: 25px;
	}

	.reconciliation-wrap .table tbody tr td:last-child,
	.reconciliation-wrap .table tbody tr td:last-child {
		padding-right: 25px;
	}

	.analysis-table {
		margin-bottom: 34px;
	}

	.analysis-table .total-wrap {
		margin-top: 0;
	}

	.total-wrap>span {
		margin: 0 10px;
		font-size: 15px;
	}

	.total-wrap p {
		font-size: 19px;
	}

	.summary-row {
		margin: 0 -10px 20px;
	}

	.summary-row .summary-col {
		padding: 0 10px;
		width: 32%;
	}

	.executive-summary-card {
		padding: 25px 25px 84px;
		border-radius: 8px;
	}

	.executive-summary-card h3,
	.detail-summary-card h3 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 25px;
	}

	.detail-summary-card {
		padding: 25px 25px 18px;
		border-radius: 8px;
		margin-bottom: 20px;
	}

	.detail-summary-card h3 {
		margin-bottom: 18px;
	}

	.summary-row .detail-summary-col {
		padding: 0 10px;
		width: 68%;
	}

	#executiveSummary {
		height: 318px
	}

	#ledger,
	#finalAccount {
		height: 142px;
	}

	.expenditure-row {
		margin: 0 -10px;
		padding: 0 10px;	
	}

	.expenditure-col {
		width: 58%;
		padding: 0 10px;
	}

	.results-col {
		width: 42%;
		padding: 0 10px;
	}

	.expenditure-card,
	.results-card {
		padding: 25px 25px 32px;
	}

	.expenditure-card h3,
	.results-card h3 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	#totalElement {
		height: 320px;
	}

	.results-card h3:first-child {
		margin-bottom: 22px;
	}

	.results-card h3 {
		margin-bottom: 20px;
	}

	.resultChart {
		margin-bottom: 25px;
	}

	.resultChart li {
		height: 30px;
	}

	.results-card h5 {
		font-size: 17px;
		line-height: 1.389;
		margin-bottom: 15px;
	}

	.results-card h5 img {
		width: 23px;
		height: 23px;
		margin-left: 7px;
	}

	.results-card p {
		font-size: 17px;
		line-height: 1.389;
	}

	.results-card>p {
		margin-bottom: 30px;
	}

	.results-card ul.results-list li {
		max-width: 265px;
		margin-bottom: 15px;
	}

	.results-card ul.results-list li p {
		padding-right: 10px;
		width: calc(100% - 68px);
	}

	.results-card ul.results-list li span {
		font-size: 17px;
		line-height: 1.389;
		min-width: 68px;
		padding: 3.5px 10px;
	}

	/*-_-_Claim_CSS_End_-_-*/

	/*-_-_My-Account_CSS_Start_-_-*/
	.my-account-wrap {
		padding: 28px 25px 28px 15px;
	}

	.my-account-wrap .nav-tabs {
		width: 250px;
		padding-right: 15px;
		min-height: 450px;
	}

	.my-account-wrap .nav-tabs .nav-link {
		height: 46px;
		margin-bottom: 14px;
		padding: 12px 15px;
	}

	.my-account-wrap .nav-tabs .nav-link svg {
		width: 23px;
		height: 23px;
	}

	.my-account-wrap .nav-tabs .nav-link span {
		padding-left: 12px;
		width: calc(100% - 23px);
		font-size: 17px;
		line-height: 1.389;
	}

	.my-account-wrap .tab-content {
		width: calc(100% - 250px);
	}

	.profile-form {
		padding: 0 0 0 30px;
		min-height: 520px;
	}

	.profile-form .profile-col {
		width: 170px;
	}

	.profile-col .profile-img {
		margin-bottom: 18px;
	}

	.profile-col .profile-img .imagePreview {
		width: 170px;
		height: 170px;
	}

	.profile-col .profile-img .edit-btn {
		width: 42px;
		height: 42px;
		right: 6px;
	}

	.profile-col .profile-img .edit-btn img {
		width: 28px;
		height: 28px;
	}

	.profile-col span {
		font-size: 19px;
		line-height: 1.2;
	}

	.profile-form .form-right {
		width: calc(100% - 170px);
		padding-left: 30px;
	}

	.profile-form .form-row {
		margin: 0 -10px;
	}

	.profile-form.custom-form .form-group {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.profile-form.custom-form label {
		margin-bottom: 11px;
	}

	/*-_-_My-Account_CSS_End_-_-*/

	/*-_-_Payment-Detail_CSS_Start_-_-*/
	.payment-detail-form.profile-form {
		padding-top: 6px;
	}

	.payment-detail-inner h3 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	/*-_-_Payment-Detail_CSS_End_-_-*/

	/*-_-_Add-Logo_CSS_Start_-_-*/
	.cover-photo h3 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 26px;
	}

	.add-cover-photo-form.profile-form.custom-form .form-row {
		margin: 0 -10px;
	}

	.add-cover-photo-form.profile-form.custom-form .form-group {
		padding: 0 10px;
		margin-bottom: 30px;
	}

	.cover-img {
		height: 190px;
	}

	.cover-img img {
		width: 70px;
		height: 70px;
	}

	.upload-img .imagePreview span {
		font-size: 17px;
		line-height: 20px;
	}

	.upload-img .edit-btn {
		width: 38px;
		height: 38px;
		bottom: 2px;
		right: 3px;
	}

	.upload-img .edit-btn img {
		width: 23px;
		height: 23px;
	}

	/*-_-_Add-Logo_CSS_End_-_-*/

	/*-_-_My-Settings_CSS_Start_-_-*/
	.my-settings-wrap {
		padding: 28px;
	}

	.my-settings-wrap hr {
		margin: 14px 0 40px;
	}

	.upload-img-row .form-group {
		margin-right: 30px;
	}

	.profile-form.custom-form .upload-img-row label {
		margin-bottom: 18px;
	}

	/*-_-_My-Settings_CSS_End_-_-*/

	/*-_-_Manage-Sharing_CSS_Start_-_-*/
	.manage-sharing-content.dashboard-content .dashboard-content-inner {
		padding: 70px 0 100px;
	}

	.manage-sharing-content.dashboard-content h1 {
		font-size: 28px;
		line-height: 1.2;
		max-width: 760px;
		margin: 0 auto 32px;
	}

	.manage-sharing-form {
		max-width: 760px;
	}

	.manage-sharing-form .custom-form {
		padding: 30px;
	}

	.manage-sharing-form .custom-form .form-group {
		margin-bottom: 20px;
	}

	.manage-sharing-form .custom-form label {
		margin-bottom: 11px;
	}

	/*-_-_Manage-Sharing_CSS_End_-_-*/

	/*-_-_Popups_CSS_Start_-_-*/
	.createNewProjectModal.createNewModal .modal-body {
		padding-top: 25px;
	}

	.createNewProjectModal form.custom-form .form-row {
		margin: 0 -10px;
	}

	.createNewProjectModal form.custom-form .form-group {
		padding: 0 10px;
	}

	.splitCostBtn {
		margin: 0 -12px;
	}

	.splitCostBtn li {
		padding: 0 12px;
	}

	.choose-file {
		min-height: 155px;
	}

	.choose-file span {
		font-size: 17px;
	}

	.deleteModal.createNewProjectModal.createNewModal .modal-body {
		padding-top: 27px;
		padding-bottom: 27px;
	}

	.deleteModal .delete-icon {
		width: 100px;
		height: 100px;
		margin: 0 auto 25px;
	}

	.deleteModal .delete-icon img {
		width: 42px;
		height: 42px;
	}

	.deleteModal p {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	/*-_-_Popups_CSS_End_-_-*/

	/*-_-_Contract-Final-Account_CSS_Start_-_-*/
	.dataTables_wrapper .table tbody tr td.pool span {
		padding: 5px 10px;
	}

	.custom-check.form-check label {
		font-size: 15px;
		line-height: 21px;
	}

	.action-dropdown {
		width: 22px;
		height: 22px;
	}

	.action-dropdown .dropdown-toggle {
		width: 22px;
		height: 22px;
	}

	.action-dropdown .dropdown-menu {
		min-width: 200px;
	}

	.action-dropdown .dropdown-menu li {
		margin-bottom: 4px;
	}

	.action-dropdown .dropdown-menu li a {
		padding: 8px 10px;
	}

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

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

	.final-account-table .dataTables_wrapper .dataTables_filter label {
		margin-right: 15px;
	}

	.final-account-table .dataTables_wrapper .dataTables_filter label img {
		width: 22px;
		height: 22px;
		left: 10px;
	}

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

	.table-option-btn {
		margin-bottom: -46px;
		gap:16px;
	
	}

	.final-account-table .total-wrap {
		margin-bottom: 24px;
	}

	/*-_-_Contract-Final-Account_CSS_End_-_-*/
}

@media only screen and (max-width: 1199px) {
	header .navbar {
		padding: 13px 8px;
	}

	header .navbar-nav .nav-item {
		margin-right: 20px;
	}

	header .navbar-nav .nav-item .nav-link {
		font-size: 16px;
	}

	.profile-dropdown .dropdown-toggle img {
		width: 42px;
		height: 42px;
		margin-right: 12px;
	}

	.profile-dropdown .dropdown-menu {
		margin-top: 4px;
		min-width: unset;
	}

	.profile-dropdown .dropdown-toggle {
		font-size: 16px;
		line-height: 24px;
	}

	.profile-dropdown .dropdown-toggle::after {
		width: 14px;
		height: 8px;
		margin-left: 8px;
	}

	.profile-dropdown .dropdown-menu a {
		min-height: 38px;
		margin-bottom: 3px;
		padding: 7px 13px 7px 10px;
		font-size: 16px;
		line-height: 1.5;
	}

	.profile-dropdown .dropdown-menu a img {
		width: 22px;
		height: 22px;
		margin-right: 10px;
	}

	.dashboard-content-inner .dashboard-content-heading {
		margin-bottom: 30px;
	}

	.popup-btn-list {
		margin-bottom: -12px;
	}

	.popup-btn-list li {
		margin-right: 15px;
		margin-bottom: 12px;
	}

	.primary-btn {
		padding: 10px 18px;
		height: 44px;
		font-size: 15px;
	}

	.primary-btn svg,
	.secondary-btn svg {
		width: 22px;
		margin-right: 8px;
	}

	.primary-btn img,
	.secondary-btn img {
		width: 22px;
		height: 22px;
		margin-right: 8px;
	}

	.secondary-btn {
		padding: 10px 18px;
		height: 44px;
		font-size: 15px;
	}

	.disable-btn {
		padding: 10px 18px;
		height: 44px;
		font-size: 15px;
	}

	.card-row {
		margin: 0 -10px -20px;
	}

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

	.card-warp {
		padding: 20px;
	}

	.card-warp h3 {
		margin-bottom: 15px;
	}

	.card-warp table tr th {
		padding: 0 0 11px;
	}

	.card-warp table tr td {
		padding: 11px 0;
	}

	.card-warp table tr td .delete-btn img {
		width: 23px;
		height: 23px;
	}

	.card-warp table tr th:last-child,
	.card-warp table tr td:last-child {
		padding-left: 7px;
		padding-right: 7px;
		width: 68px;
	}

	/*-_-_CreateForm_CSS_Start_-_-*/
	.createNewModal .modal-header {
		background: #F2F2F2;
		border-radius: 8px 8px 0px 0px;
		padding: 18px 25px;
		border: 0;
	}

	.createNewModal .modal-dialog {
		max-width: 780px;
	}

	.createNewModal .modal-header h5 {
		font-size: 19px;
		line-height: 1.381;
	}

	.createNewModal .modal-header .btn-close {
		width: 24px;
		height: 24px;
	}

	.createNewModal .modal-body {
		padding: 18px 25px 22px;
	}

	form.custom-form .form-group {
		margin-bottom: 18px;
	}

	form.custom-form label {
		font-size: 16px;
		line-height: 1.38;
		margin-bottom: 8px;
	}

	form.custom-form input.form-control,
	form.custom-form select.form-control {
		font-size: 15px;
		line-height: 20px;
		height: 46px;
	}

	form.custom-form .form-check {
		padding: 5px 0 5px 25px;
	}

	form.custom-form .form-check label {
		font-size: 15px;
		line-height: 22px;
	}

	form.custom-form .form-check .form-check-input {
		margin-left: -25px;
		margin-top: 2.5px;
	}

	form.custom-form textarea.form-control {
		font-size: 15px;
		line-height: 20px;
		padding: 13px 15px;
		height: 130px;
	}

	form.custom-form .filename {
		font-size: 15px;
		line-height: 20px;
		padding: 12.2px 15px;
		margin-bottom: 18px;
	}

	.download-btn a {
		padding-left: 20px;
		padding-right: 20px;
	}

	form.custom-form .form-btn {
		padding-top: 4px;
	}

	form.custom-form .form-btn button {
		margin-left: auto;
		font-size: 16px;
	}

	/*-_-_CreateForm_CSS_End_-_-*/

	/*-_-_Project-info_CSS_Start_-_-*/
	.tabs-project-info {
		padding: 0 26px;
		margin-bottom: 20px;
	}

	.tabs-project-info.nav-tabs .nav-link {
		padding: 15px 0;
		margin-right: 40px;
	}

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

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

	/*-_-_Project-info_CSS_End_-_-*/

	/*-_-_Claim_CSS_Start_-_-*/
	.dashboard-content-inner>.back-btn {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 24px;
	}

	.dashboard-content-inner>.back-btn img {
		width: 21px;
		height: 21px;
		margin-right: 3px;
	}

	.tabs-view-claim.tabs-project-info {
		margin-bottom: 26px;
	}

	.claim-wrap .table-wrap,
	.reconciliation-wrap .table-wrap {
		margin-bottom: 26px;
	}

	.claim-wrap h3 {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 16px;
	}

	.reconciliation-wrap h2 {
		margin-bottom: 24px;
	}


	.analysis-table {
		margin-bottom: 30px;
	}

	.total-wrap>span {
		margin: 0 10px;
		font-size: 14px;
	}

	.total-wrap p {
		font-size: 18px;
	}

	.summary-row {
		margin: 0 -10px 20px;
	}

	.summary-row .summary-col {
		padding: 0 10px;
		width: 100%;
		margin-bottom: 20px;
	}

	.executive-summary-card {
		padding: 25px 25px 18px;
		border-radius: 8px;
	}

	.executive-summary-card h3,
	.detail-summary-card h3 {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 25px;
	}

	.detail-summary-card {
		padding: 25px 25px 18px;
		border-radius: 8px;
		margin-bottom: 20px;
	}

	.detail-summary-card h3 {
		margin-bottom: 18px;
	}

	.summary-row .detail-summary-col {
		padding: 0 10px;
		width: 100%;
	}

	#executiveSummary {
		height: 350px
	}

	#ledger,
	#finalAccount {
		height: 220px;
	}

	.expenditure-row {
		margin: 0 -10px ;
	}

	.expenditure-col {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.results-col {
		width: 100%;
		padding: 0 10px;
	}

	.expenditure-card,
	.results-card {
		padding: 25px 25px 32px;
	}

	.expenditure-card h3,
	.results-card h3 {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	.results-card h3:first-child {
		margin-bottom: 22px;
	}

	.results-card h3 {
		margin-bottom: 20px;
	}

	.resultChart {
		margin-bottom: 25px;
	}

	.resultChart li {
		height: 30px;
	}

	.results-card h5 {
		font-size: 17px;
		line-height: 1.389;
		margin-bottom: 15px;
	}

	.results-card h5 img {
		width: 22px;
		height: 22px;
		margin-left: 7px;
	}

	.results-card p {
		font-size: 17px;
		line-height: 1.389;
	}

	.results-card>p {
		margin-bottom: 30px;
	}

	.results-card ul.results-list li {
		max-width: 265px;
		margin-bottom: 15px;
	}

	.results-card ul.results-list li p {
		padding-right: 10px;
		width: calc(100% - 68px);
	}

	.results-card ul.results-list li span {
		font-size: 17px;
		line-height: 1.389;
		min-width: 68px;
		padding: 3.5px 10px;
	}

	/*-_-_Claim_CSS_End_-_-*/

	/*-_-_My-Account_CSS_Start_-_-*/
	.my-account-wrap {
		padding: 25px 20px 25px 15px;
	}

	.my-account-wrap .nav-tabs {
		width: 225px;
		padding-right: 12px;
		min-height: 380px;
	}

	.my-account-wrap .nav-tabs .nav-link {
		height: 43px;
		margin-bottom: 12px;
		padding: 10px 15px;
	}

	.my-account-wrap .nav-tabs .nav-link svg {
		width: 22px;
		height: 22px;
	}

	.my-account-wrap .nav-tabs .nav-link span {
		padding-left: 10px;
		width: calc(100% - 22px);
		font-size: 16px;
		line-height: 1.25;
	}

	.my-account-wrap .tab-content {
		width: calc(100% - 225px);
	}

	.profile-form {
		padding: 0 0 0 25px;
		min-height: 480px;
	}

	.profile-form .profile-col {
		width: 160px;
	}

	.profile-col .profile-img {
		margin-bottom: 18px;
	}

	.profile-col .profile-img .imagePreview {
		width: 160px;
		height: 160px;
	}

	.profile-col .profile-img .edit-btn {
		width: 40px;
		height: 40px;
		right: 5px;
	}

	.profile-col .profile-img .edit-btn img {
		width: 27px;
		height: 27px;
	}

	.profile-col span {
		font-size: 18px;
		line-height: 1.2;
	}

	.profile-form .form-right {
		width: calc(100% - 160px);
		padding-left: 25px;
	}

	.profile-form .form-row {
		margin: 0 -7.5px;
	}

	.profile-form.custom-form .form-group {
		padding: 0 7.5px;
		margin-bottom: 18px;
	}
	.profile-form.custom-form .azure-upload-pdf{
		padding: 0 7.5px;
		margin-bottom: 18px;
	}

	.profile-form.custom-form label {
		margin-bottom: 8px;
	}

	/*-_-_My-Account_CSS_End_-_-*/


	/*-_-_Payment-Detail_CSS_Start_-_-*/
	.payment-detail-form.profile-form .payment-detail-inner {
		max-width: 580px;
	}

	.payment-detail-form.profile-form {
		padding-top: 4px;
	}

	.payment-detail-inner h3 {
		font-size: 21px;
		line-height: 24px;
		margin-bottom: 25px;
	}

	.payment-detail-form.profile-form.custom-form .form-row {
		margin: 0 -7.5px;
	}

	.payment-detail-form.profile-form.custom-form .form-group {
		padding: 0 7.5px;
	}

	/*-_-_Payment-Detail_CSS_End_-_-*/

	/*-_-_Add-Logo_CSS_Start_-_-*/
	.cover-photo h3 {
		font-size: 21px;
		line-height: 24px;
		margin-bottom: 22px;
	}

	.add-cover-photo-form.profile-form.custom-form .form-row {
		margin: 0 -7.5px;
	}

	.add-cover-photo-form.profile-form.custom-form .form-group {
		padding: 0 7.5px;
		margin-bottom: 25px;
	}

	.cover-img {
		height: 180px;
	}

	.cover-img img {
		width: 65px;
		height: 65px;
	}

	.upload-img .imagePreview span {
		font-size: 16px;
		line-height: 1.25;
	}

	.upload-img .edit-btn img {
		width: 22px;
		height: 22px;
	}

	/*-_-_Add-Logo_CSS_End_-_-*/

	/*-_-_My-Settings_CSS_Start_-_-*/
	.my-settings-wrap {
		padding: 25px;
	}

	.my-settings-wrap hr {
		margin: 12px 0 35px;
	}

	.profile-form.custom-form .upload-img-row label {
		margin-bottom: 16px;
	}

	/*-_-_My-Settings_CSS_End_-_-*/

	/*-_-_Manage-Sharing_CSS_Start_-_-*/
	.manage-sharing-content.dashboard-content .dashboard-content-inner {
		padding: 55px 0 80px;
	}

	.manage-sharing-content.dashboard-content h1 {
		font-size: 26px;
		line-height: 1.2;
		max-width: 680px;
		margin: 0 auto 28px;
	}

	.manage-sharing-form {
		max-width: 680px;
	}

	.manage-sharing-form .custom-form {
		padding: 25px;
	}

	.manage-sharing-form .custom-form .form-group {
		margin-bottom: 18px;
	}

	.manage-sharing-form .custom-form label {
		margin-bottom: 9px;
	}

	/*-_-_Manage-Sharing_CSS_End_-_-*/

	/*-_-_Popups_CSS_Start_-_-*/
	.createNewProjectModal.createNewModal .modal-body {
		padding-top: 22px;
	}

	.createNewProjectModal form.custom-form .form-row {
		margin: 0 -8px;
	}

	.createNewProjectModal form.custom-form .form-group {
		padding: 0 8px;
	}

	.splitCostBtn {
		margin: 0 -10px;
	}

	.splitCostBtn li {
		padding: 0 10px;
	}

	.choose-file {
		min-height: 145px;
	}

	.choose-file span {
		font-size: 16px;
	}

	.deleteModal.createNewProjectModal.createNewModal .modal-body {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.deleteModal .delete-icon {
		width: 95px;
		height: 95px;
		margin: 0 auto 22px;
	}

	.deleteModal .delete-icon img {
		width: 40px;
		height: 40px;
	}

	.deleteModal p {
		font-size: 19px;
		margin-bottom: 22px;
	}

	/*-_-_Popups_CSS_End_-_-*/

	/*-_-_Contract-Final-Account_CSS_Start_-_-*/
	.dataTables_wrapper .table tbody tr td.pool span {
		padding: 4px 10px;
	}

	.custom-check.form-check label {
		font-size: 15px;
		line-height: 21px;
	}

	.action-dropdown {
		width: 21px;
		height: 21px;
	}

	.action-dropdown .dropdown-toggle {
		width: 21px;
		height: 21px;
	}

	.action-dropdown .dropdown-menu {
		min-width: 180px;
	}

	.action-dropdown .dropdown-menu li {
		margin-bottom: 3px;
	}

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

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

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

	.final-account-table .dataTables_wrapper .dataTables_filter label {
		margin-right: 12px;
	}

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

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

	.table-option-btn {
		margin-bottom: -44px;
		gap:14px;
	
	}

	.final-account-table .total-wrap {
		margin-bottom: 21px;
	}

	/*-_-_Contract-Final-Account_CSS_End_-_-*/
}

@media only screen and (max-width: 991px) {
	header .navbar {
		padding: 12px 8px;
	}

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

	header .navbar-toggler-icon {
		width: auto;
		height: auto;
	}

	.click-menu-btn .bar1,
	.click-menu-btn .bar2,
	.click-menu-btn .bar3 {
		width: 30px;
		height: 3px;
		background: #fff;
		margin-bottom: 6px;
		transition: 0.6s;
		display: block;
	}

	.click-menu-btn .bar3 {
		margin-bottom: 0;
	}

	.change-btn.click-menu-btn .bar1 {
		-webkit-transform: rotate(-50deg) translate(-5px, 8px);
		transform: rotate(-50deg) translate(-5px, 8px);
	}

	.change-btn.click-menu-btn .bar3 {
		-webkit-transform: rotate(47deg) translate(-5px, -8px);
		transform: rotate(47deg) translate(-5px, -8px);
	}

	.change-btn.click-menu-btn .bar2 {
		opacity: 0;
	}

	header .navbar-collapse {
		position: absolute;
		left: 0;
		top: 100%;
		background: #03254C;
		width: 100%;
		z-index: 50;
	}

	header .navbar-nav {
		padding: 8px 10px;
	}

	header .navbar-nav .nav-item {
		margin-right: 0px;
	}

	header .navbar-nav .nav-item .nav-link {
		font-size: 15px;
		line-height: 1.334;
		padding: 7px 5px;
	}

	header .navbar-toggler {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 12px;
		padding: 0;
		border: 0;
		outline: unset !important;
		box-shadow: unset !important;
	}

	.profile-dropdown {
		margin-right: 55px;
	}

	.profile-dropdown .dropdown-toggle img {
		width: 38px;
		height: 38px;
		margin-right: 10px;
	}

	.profile-dropdown .dropdown-menu {
		margin-top: 4px;
		min-width: unset;
	}

	.profile-dropdown .dropdown-toggle {
		font-size: 15px;
		line-height: 20px;
	}

	.profile-dropdown .dropdown-toggle::after {
		width: 13px;
		height: 7px;
		margin-left: 7px;
	}

	.profile-dropdown .dropdown-menu a {
		min-height: 36px;
		margin-bottom: 2px;
		padding: 6px 13px 6px 10px;
		font-size: 15px;
		line-height: 1.5;
	}

	.profile-dropdown .dropdown-menu a img {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.dashboard-content-inner .dashboard-content-heading {
		margin-bottom: 28px;
	}

	.dashboard-content-inner .dashboard-content-heading h1 {
		font-size: 26px;
		line-height: 1.2;
	}

	.popup-btn-list li {
		margin-right: 14px;
	}

	.primary-btn {
		padding: 8px 14px;
		height: 40px;
		font-size: 14px;
	}

	.primary-btn svg,
	.secondary-btn svg {
		width: 20px;
		margin-right: 8px;
	}

	.primary-btn img,
	.secondary-btn img {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.secondary-btn {
		padding: 8px 18px;
		height: 40px;
		font-size: 14px;
	}

	.disable-btn {
		padding: 8px 18px;
		height: 40px;
		font-size: 14px;
	}

	.card-warp {
		padding: 20px;
	}

	.card-warp h3 {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 15px;
	}

	.card-warp table tr th {
		font-size: 15px;
		line-height: 20px;
		padding: 0 0 10px;
	}

	.card-warp table tr td {
		font-size: 15px;
		line-height: 20px;
		padding: 10px 0;
	}

	.card-warp table tr td .delete-btn img {
		width: 22px;
		height: 22px;
	}

	.card-warp table tr th:last-child,
	.card-warp table tr td:last-child {
		padding-left: 8px;
		padding-right: 8px;
		width: 68px;
	}

	/*-_-_CreateForm_CSS_Start_-_-*/
	.createNewModal .modal-header {
		background: #F2F2F2;
		border-radius: 8px 8px 0px 0px;
		padding: 16px 20px;
		border: 0;
	}

	.createNewModal .modal-dialog {
		max-width: 640px;
	}

	.createNewModal .modal-header h5 {
		font-size: 18px;
		line-height: 1.381;
	}

	.createNewModal .modal-header .btn-close {
		width: 22px;
		height: 22px;
	}

	.createNewModal .modal-body {
		padding: 16px 20px 18px;
	}

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

	form.custom-form label {
		font-size: 15px;
		line-height: 1.38;
		margin-bottom: 6px;
	}

	form.custom-form input.form-control,
	form.custom-form select.form-control {
		font-size: 15px;
		line-height: 20px;
		height: 44px;
	}

	form.custom-form textarea.form-control {
		font-size: 15px;
		line-height: 20px;
		padding: 13px 15px;
		height: 120px;
	}

	form.custom-form .filename {
		font-size: 15px;
		line-height: 20px;
		padding: 11.2px 15px;
		margin-bottom: 16px;
	}

	.download-btn a {
		padding-left: 18px;
		padding-right: 18px;
	}

	form.custom-form .form-btn {
		padding-top: 4px;
	}

	form.custom-form .form-btn button {
		margin-left: auto;
		font-size: 15px;
	}

	/*-_-_CreateForm_CSS_End_-_-*/

	/*-_-_View-All_Project_CSS_Start_-_-*/
	.dataTables_wrapper .table-wrap {
		margin-bottom: 25px;
	}

	.dataTables_wrapper .table {
		min-width: 980px;
	}

	.dataTables_wrapper .table thead tr th {
		padding: 18px 15px;
		font-size: 16px;
		line-height: 1.389;
	}

	.dataTables_wrapper .table tbody tr td {
		padding: 16px 15px;
		font-size: 15px;
		line-height: 21px;
	}

	.dataTables_wrapper .table tbody tr td:first-child,
	.dataTables_wrapper .table thead tr th:first-child {
		padding-left: 20px;
	}

	.dataTables_wrapper .table tbody tr td:last-child,
	.dataTables_wrapper .table thead tr th:last-child {
		padding-right: 20px;
	}

	.dataTables_wrapper .table tbody tr td .delete-btn {
		width: 20px;
		height: 20px;
	}

	.dataTables_length label {
		font-size: 15px;
		line-height: 21px;
	}

	.dataTables_wrapper .dataTables_length select {
		margin-left: 10px;
		font-size: 15px;
		line-height: 21px;
		height: 34px;
		min-width: 70px;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button {
		width: 36px;
		height: 36px;
		font-size: 15px;
		line-height: 21px;
		margin-left: 10px;
	}

	/*-_-_View-All_Project_CSS_End_-_-*/

	/*-_-_Project-info_CSS_Start_-_-*/
	.dashboard-content-heading .breadcrumb .breadcrumb-item {
		font-size: 26px;
	}

	.dashboard-content-heading .breadcrumb-item+.breadcrumb-item {
		padding-left: 12px;
	}

	.dashboard-content-heading .breadcrumb-item+.breadcrumb-item::before {
		width: 21px;
		height: 21px;
		margin-right: 12px;
	}

	.tabs-project-info {
		padding: 0 22px;
		margin-bottom: 18px;
	}

	.tabs-project-info.nav-tabs .nav-link {
		font-size: 16px;
		line-height: 1.389;
		padding: 14px 0;
		margin-right: 30px;
	}

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

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

	.project-info-table .dataTables_wrapper .dataTables_filter,
	.analysis-table .dataTables_wrapper .dataTables_filter {
		margin-bottom: 18px;
	}

	.project-info-table .dataTables_wrapper .table {
		min-width: 100%;
	}

	.project-info-table .dataTables_wrapper .table tbody tr td:last-child,
	.project-info-table .dataTables_wrapper .table thead tr th:last-child {
		width: 90px !important;
	}

	/*-_-_Project-info_CSS_End_-_-*/

	/*-_-_Claim_CSS_Start_-_-*/
	.dashboard-content-inner>.back-btn {
		font-size: 17px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.dashboard-content-inner>.back-btn img {
		width: 20px;
		height: 20px;
		margin-right: 3px;
	}

	.tabs-view-claim.tabs-project-info {
		margin-bottom: 24px;
	}

	.claim-wrap .table-wrap,
	.reconciliation-wrap .table-wrap {
		margin-bottom: 24px;
	}

	.claim-wrap h3 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	.claim-wrap .table,
	.reconciliation-wrap .table {
		min-width: 920px;
	}

	.claim-wrap .table thead tr th,
	.reconciliation-wrap .table thead tr th {
		padding: 18px 15px;
		font-size: 16px;
		line-height: 1.389;
	}

	.claim-wrap .table tbody tr td,
	.claim-wrap .table tfoot tr td,
	.reconciliation-wrap .table tbody tr.main-tr td {
		padding: 16px 15px;
		font-size: 15px;
		line-height: 21px;
	}

	.reconciliation-wrap .table tbody tr td {
		padding: 8px 15px;
		font-size: 15px;
		line-height: 21px;
	}

	.claim-wrap .table tbody tr td:first-child,
	.claim-wrap .table thead tr th:first-child,
	.claim-wrap .table tfoot tr td:first-child {
		padding-left: 20px;
		width: 34%;
	}

	.claim-wrap .table tbody tr td:last-child,
	.claim-wrap .table thead tr th:last-child,
	.claim-wrap .table tfoot tr td:last-child {
		padding-right: 20px;
	}

	.reconciliation-wrap h2 {
		font-size: 26px;
		line-height: 1.2;
		margin-bottom: 22px;
	}

	.reconciliation-wrap .table thead tr th:first-child,
	.reconciliation-wrap .table tbody tr td:first-child {
		padding-left: 20px;
	}

	.reconciliation-wrap .table tbody tr td:last-child,
	.reconciliation-wrap .table tbody tr td:last-child {
		padding-right: 20px;
	}


	.analysis-table {
		margin-bottom: 30px;
	}

	.total-wrap>span {
		margin: 0 10px;
		font-size: 12px;
	}

	.total-wrap p {
		font-size: 17px;
	}

	.summary-row {
		margin: 0 -10px 20px;
	}

	.summary-row .summary-col {
		width: 100%;
		margin-bottom: 20px;
	}

	.executive-summary-card {
		padding: 25px 20px 18px;
		border-radius: 8px;
	}

	.executive-summary-card h3,
	.detail-summary-card h3 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 22px;
	}

	.detail-summary-card {
		padding: 25px 20px 18px;
		border-radius: 8px;
		margin-bottom: 20px;
	}

	.detail-summary-card h3 {
		margin-bottom: 18px;
	}

	.summary-row .detail-summary-col {
		width: 100%;
	}

	#executiveSummary {
		height: 350px
	}

	#ledger,
	#finalAccount {
		height: 220px;
	}

	.expenditure-col {
		width: 100%;
		margin-bottom: 20px;
	}

	.results-col {
		width: 100%;
	}

	.expenditure-card,
	.results-card {
		padding: 25px 20px 28px;
	}

	.expenditure-card h3,
	.results-card h3 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 25px;
	}

	.results-card h3:first-child {
		margin-bottom: 20px;
	}

	.results-card h3 {
		margin-bottom: 18px;
	}

	.resultChart {
		margin-bottom: 22px;
	}

	.resultChart li {
		height: 24px;
	}

	.results-card h5 {
		font-size: 16px;
		margin-bottom: 14px;
	}

	.results-card h5 img {
		width: 20px;
		height: 20px;
		margin-left: 6px;
	}

	.results-card p {
		font-size: 16px;
	}

	.results-card>p {
		margin-bottom: 25px;
	}

	.results-card ul.results-list li {
		max-width: 265px;
		margin-bottom: 15px;
	}

	.results-card ul.results-list li p {
		padding-right: 10px;
		width: calc(100% - 68px);
	}

	.results-card ul.results-list li span {
		font-size: 16px;
		line-height: 1.389;
		min-width: 65px;
		padding: 3px 10px;
	}

	/*-_-_Claim_CSS_End_-_-*/

	/*-_-_My-Account_CSS_Start_-_-*/
	.my-account-wrap {
		padding: 25px 20px 25px 15px;
	}

	.my-account-wrap .nav-tabs {
		width: 200px;
		padding-right: 12px;
		min-height: 380px;
	}

	.my-account-wrap .nav-tabs .nav-link {
		height: 40px;
		margin-bottom: 10px;
		padding: 9px 12px;
	}

	.my-account-wrap .nav-tabs .nav-link svg {
		width: 21px;
		height: 21px;
	}

	.my-account-wrap .nav-tabs .nav-link span {
		padding-left: 10px;
		width: calc(100% - 21px);
		font-size: 15px;
		line-height: 1.25;
	}

	.my-account-wrap .tab-content {
		width: calc(100% - 200px);
	}

	.profile-form {
		padding: 0 0 0 20px;
		min-height: auto;
	}

	.profile-form .profile-col {
		width: 160px;
		margin: 0 auto 22px;
	}

	.profile-col .profile-img {
		margin-bottom: 16px;
	}

	.profile-col .profile-img .imagePreview {
		width: 150px;
		height: 150px;
	}

	.profile-col .profile-img .edit-btn {
		width: 38px;
		height: 38px;
		right: 5px;
	}

	.profile-col .profile-img .edit-btn img {
		width: 26px;
		height: 26px;
	}

	.profile-col span {
		font-size: 18px;
		line-height: 1.2;
	}

	.profile-form .form-right {
		width: 100%;
		padding-left: 0;
	}

	.profile-form .form-row {
		margin: 0 -7.5px;
	}

	.profile-form.custom-form .form-group {
		padding: 0 7.5px;
		margin-bottom: 18px;
	}

	.profile-form.custom-form label {
		margin-bottom: 8px;
	}

	/*-_-_My-Account_CSS_End_-_-*/

	/*-_-_Payment-Detail_CSS_Start_-_-*/
	.payment-detail-form.profile-form .payment-detail-inner {
		max-width: 100%;
	}

	.payment-detail-form.profile-form {
		padding-top: 0;
	}

	.payment-detail-inner h3 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	/*-_-_Payment-Detail_CSS_End_-_-*/

	/*-_-_Add-Logo_CSS_Start_-_-*/
	.cover-photo h3 {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.add-cover-photo-form.profile-form.custom-form .form-row {
		margin: 0 -7.5px;
	}

	.add-cover-photo-form.profile-form.custom-form .form-group {
		padding: 0 7.5px;
		margin-bottom: 20px;
	}

	.cover-img {
		height: 160px;
	}

	.cover-img img {
		width: 60px;
		height: 60px;
	}

	.upload-img .imagePreview span {
		font-size: 16px;
		line-height: 1.25;
	}

	.upload-img .edit-btn img {
		width: 22px;
		height: 22px;
	}

	/*-_-_Add-Logo_CSS_End_-_-*/

	/*-_-_My-Settings_CSS_Start_-_-*/
	.my-settings-wrap {
		padding: 25px 20px;
	}

	.my-settings-wrap hr {
		margin: 10px 0 30px;
	}

	.upload-img-row .form-group {
		margin-right: 25px;
	}

	.profile-form.custom-form .upload-img-row label {
		margin-bottom: 14px;
	}

	/*-_-_My-Settings_CSS_End_-_-*/

	/*-_-_Manage-Sharing_CSS_Start_-_-*/
	.manage-sharing-content.dashboard-content .dashboard-content-inner {
		padding: 50px 0 70px;
	}

	.manage-sharing-content.dashboard-content h1 {
		font-size: 24px;
		line-height: 1.2;
		max-width: 600px;
		margin: 0 auto 24px;
	}

	.manage-sharing-form {
		max-width: 600px;
	}

	.manage-sharing-form .custom-form {
		padding: 22px 20px;
	}

	.manage-sharing-form .custom-form .form-group {
		margin-bottom: 16px;
	}

	.manage-sharing-form .custom-form label {
		margin-bottom: 8px;
	}

	.manage-sharing-form>img {
		min-height: 110px;
	}

	/*-_-_Manage-Sharing_CSS_End_-_-*/

	/*-_-_Popups_CSS_Start_-_-*/
	.createNewProjectModal.createNewModal .modal-body {
		padding-top: 18px;
	}

	.splitCostBtn {
		margin: 0 -6px -10px;
	}

	.splitCostBtn li {
		padding: 0 6px 10px;
	}

	.choose-file {
		min-height: 110px;
	}

	.choose-file span {
		font-size: 14px;
	}

	.deleteModal.createNewProjectModal.createNewModal .modal-body {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.deleteModal .delete-icon {
		width: 85px;
		height: 85px;
		margin: 0 auto 16px;
	}

	.deleteModal .delete-icon img {
		width: 34px;
		height: 34px;
	}

	.deleteModal p {
		font-size: 17px;
		margin-bottom: 16px;
	}

	/*-_-_Popups_CSS_End_-_-*/

	/*-_-_Contract-Final-Account_CSS_Start_-_-*/
	.dataTables_wrapper .table tbody tr td.pool span {
		padding: 4px 10px;
	}

	.custom-check.form-check label {
		font-size: 15px;
		line-height: 21px;
	}

	.action-dropdown {
		width: 20px;
		height: 20px;
	}

	.action-dropdown .dropdown-toggle {
		width: 20px;
		height: 20px;
	}

	.action-dropdown .dropdown-menu {
		min-width: 180px;
	}

	.action-dropdown .dropdown-menu li {
		margin-bottom: 3px;
	}

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

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

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

	.final-account-table .dataTables_wrapper .dataTables_filter label {
		margin-right: 12px;
	}

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

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

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

	.final-account-table .total-wrap {
		margin-bottom: 18px;
	}

	/*-_-_Contract-Final-Account_CSS_End_-_-*/
}

@media only screen and (max-width: 767px) {
	header .navbar {
		padding: 12px 8px;
	}

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

	header .navbar-toggler-icon {
		width: auto;
		height: auto;
	}

	.profile-dropdown {
		margin-right: 55px;
	}

	.profile-dropdown .dropdown-toggle img {
		width: 36px;
		height: 36px;
		margin-right: 8px;
	}

	.profile-dropdown .dropdown-menu {
		margin-top: 5px
	}

	.profile-dropdown .dropdown-toggle span {
		display: none;
	}

	.profile-dropdown .dropdown-toggle::after {
		width: 13px;
		height: 7px;
		margin-left: 0;
	}

	.profile-dropdown .dropdown-menu a {
		min-height: 34px;
		margin-bottom: 2px;
		padding: 6px 13px 6px 10px;
		font-size: 14px;
		line-height: 1.5;
	}

	.profile-dropdown .dropdown-menu a img {
		width: 18px;
		height: 18px;
		margin-right: 8px;
	}

	.dashboard-content-inner .dashboard-content-heading {
		row-gap: 15px;
		margin-bottom: 24px;
	}

	.dashboard-content-inner .dashboard-content-heading h1 {
		font-size: 22px;
		line-height: 1.2;
		width: 100%;
	}

	.popup-btn-list {
		margin: 0 -7px;
		width: auto;
	}

	.popup-btn-list li,
	.popup-btn-list li:last-child {
		margin: 0 7px;
		width: calc(50% - 14px);
	}

	.popup-btn-list li a {
		justify-content: center;
	}

	.popup-btn-list li a span {
		min-width: 180px;
	}

	.primary-btn {
		padding: 8px 14px;
		height: 42px;
		font-size: 14px;
	}

	.primary-btn svg,
	.secondary-btn svg {
		width: 20px;
		margin-right: 8px;
	}

	.primary-btn img,
	.secondary-btn img {
		width: 20px;
		height: 20px;
		margin-right: 8px;
	}

	.secondary-btn {
		padding: 8px 14px;
		height: 42px;
		font-size: 14px;
	}

	.disable-btn {
		padding: 8px 14px;
		height: 42px;
		font-size: 14px;
	}

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

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

	.card-warp {
		padding: 18px 16px;
	}

	.card-warp h3 {
		font-size: 19px;
		line-height: 22px;
		margin-bottom: 12px;
	}

	.card-warp table tr th {
		font-size: 14px;
		line-height: 1.5;
		padding: 0 0 9px;
	}

	.card-warp table tr td {
		font-size: 14px;
		line-height: 1.5;
		padding: 9px 0;
	}

	.card-warp table tr td .delete-btn img {
		width: 20px;
		height: 20px;
	}

	.card-warp table tr th:last-child,
	.card-warp table tr td:last-child {
		padding-left: 6px;
		padding-right: 6px;
		width: 64px;
	}

	/*-_-_CreateForm_CSS_Start_-_-*/
	.createNewModal .modal-header {
		background: #F2F2F2;
		border-radius: 8px 8px 0px 0px;
		padding: 15px 16px;
		border: 0;
	}

	.createNewModal .modal-dialog {
		max-width: 100%;
	}

	.createNewModal .modal-header h5 {
		font-size: 17px;
		line-height: 1.381;
	}

	.createNewModal .modal-header .btn-close {
		width: 20px;
		height: 20px;
	}

	.createNewModal .modal-body {
		padding: 14px 16px 15px;
	}

	form.custom-form .form-group {
		margin-bottom: 14px;
	}

	form.custom-form label {
		font-size: 14px;
		line-height: 1.38;
		margin-bottom: 5px;
	}

	form.custom-form input.form-control,
	form.custom-form select.form-control {
		font-size: 14px;
		line-height: 18px;
		height: 42px;
	}

	form.custom-form .form-check {
		padding: 4px 0 2px 25px;
	}

	form.custom-form .form-check label {
		font-size: 14px;
		line-height: 20px;
	}

	form.custom-form .form-check .form-check-input {
		margin-left: -25px;
		margin-top: 2.5px;
	}

	form.custom-form textarea.form-control {
		font-size: 14px;
		padding: 12px 15px;
		height: 100px;
	}

	form.custom-form .download-btn label {
		width: 100%;
		margin-bottom: 5px;
	}

	.download-btn a,
	.upload-btn.primary-btn {
		width: 100%;
		padding-left: 16px;
		padding-right: 16px;
		justify-content: center;
	}

	form.custom-form .filename {
		font-size: 14px;
		padding: 10.2px 15px;
		margin-bottom: 12px;
	}

	form.custom-form select.form-control {
		background: url(../img/images/arrow-down-icon.svg) center right 15px no-repeat;
		background-size: 14px 8px;
		padding-right: 45px;
	}

	form.custom-form .form-btn button {
		margin-left: auto;
		font-size: 14px;
		width: 100%;
		justify-content: center;
	}

	/*-_-_CreateForm_CSS_End_-_-*/

	/*-_-_View-All_Project_CSS_Start_-_-*/
	.dataTables_wrapper .table-wrap {
		margin-bottom: 20px;
	}

	.dataTables_wrapper .table {
		min-width: 920px;
	}

	.dataTables_wrapper .table thead tr th {
		padding: 16px 12px;
		font-size: 15px;
		line-height: 1.389;
	}

	.dataTables_wrapper .table tbody tr td {
		padding: 14px 12px;
		font-size: 14px;
		line-height: 20px;
	}

	.dataTables_wrapper .table tbody tr td:first-child,
	.dataTables_wrapper .table thead tr th:first-child {
		padding-left: 15px;
	}

	.dataTables_wrapper .table tbody tr td:last-child,
	.dataTables_wrapper .table thead tr th:last-child {
		padding-right: 15px;
	}

	.dataTables_wrapper .table tbody tr td .delete-btn {
		width: 18px;
		height: 18px;
	}

	.dataTables_length label {
		font-size: 14px;
		line-height: 20px;
	}

	.dataTables_wrapper .dataTables_length select {
		margin-left: 8px;
		font-size: 14px;
		line-height: 20px;
		height: 32px;
		min-width: 65px;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button {
		width: 34px;
		height: 34px;
		font-size: 14px;
		line-height: 20px;
		margin-left: 8px;
	}

	.view-project-table .dataTables_length {
		margin-bottom: 10px;
		width: 100%;
	}

	.dataTables_wrapper .dataTables_paginate {
		width: 100%;
		justify-content: center;
	}

	/*-_-_View-All_Project_CSS_End_-_-*/

	/*-_-_Project-info_CSS_Start_-_-*/
	.dashboard-content-heading .breadcrumb .breadcrumb-item {
		font-size: 22px;
	}

	.dashboard-content-heading .breadcrumb-item+.breadcrumb-item {
		padding-left: 10px;
	}

	.dashboard-content-heading .breadcrumb-item+.breadcrumb-item::before {
		width: 20px;
		height: 20px;
		margin-right: 10px;
	}

	.tabs-project-info {
		padding: 0 16px 10px;
		margin-bottom: 16px;
	}

	.tabs-project-info.nav-tabs .nav-link {
		font-size: 15px;
		line-height: 1.389;
		padding: 12px 0;
		margin-right: 20px;
		width: 100%;
		margin-right: 0;
	}

	.project-info-table .dataTables_wrapper .dataTables_filter label,
	.analysis-table .dataTables_wrapper .dataTables_filter label {
		width: 100%;
		margin-bottom: 20px;
	}

	.project-info-table .dataTables_wrapper .dataTables_length {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 15px;
	}

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

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

	.project-info-table .dataTables_wrapper .dataTables_filter,
	.analysis-table .dataTables_wrapper .dataTables_filter {
		margin-bottom: 16px;
	}

	.project-info-table .dataTables_wrapper .table {
		min-width: 700px;
	}

	.dashboard-content-heading nav {
		width: 100%;
		margin-bottom: 16px;
	}

	/*-_-_Project-info_CSS_End_-_-*/

	/*-_-_Claim_CSS_Start_-_-*/
	.dashboard-content-inner>.back-btn {
		font-size: 16px;
		line-height: 1.2;
		margin-bottom: 16px;
	}

	.dashboard-content-inner>.back-btn img {
		width: 18px;
		height: 18px;
		margin-right: 3px;
	}

	.dashboard-content-inner .dashboard-content-heading .view-claim-btn {
		margin-top: 15px;
	}

	.tabs-view-claim.tabs-project-info {
		margin-bottom: 24px;
	}

	.claim-wrap .table-wrap,
	.reconciliation-wrap .table-wrap {
		margin-bottom: 24px;
	}

	.claim-wrap h3 {
		font-size: 19px;
		line-height: 1.2;
	}

	.claim-wrap .table,
	.reconciliation-wrap .table {
		min-width: 920px;
	}

	.claim-wrap .table thead tr th,
	.reconciliation-wrap .table thead tr th {
		padding: 16px 12px;
		font-size: 15px;
		line-height: 1.389;
	}

	.claim-wrap .table tbody tr td,
	.claim-wrap .table tfoot tr td,
	.reconciliation-wrap .table tbody tr.main-tr td {
		padding: 14px 12px;
		font-size: 14px;
		line-height: 20px;
	}

	.reconciliation-wrap .table tbody tr td {
		padding: 7px 15px;
		font-size: 14px;
		line-height: 20px;
	}

	.claim-wrap .table tbody tr td:first-child,
	.claim-wrap .table thead tr th:first-child,
	.claim-wrap .table tfoot tr td:first-child {
		padding-left: 15px;
		width: 34%;
	}

	.claim-wrap .table tbody tr td:last-child,
	.claim-wrap .table thead tr th:last-child,
	.claim-wrap .table tfoot tr td:last-child {
		padding-right: 15px;
	}

	.reconciliation-wrap h2 {
		font-size: 22px;
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.reconciliation-wrap .table thead tr th:first-child,
	.reconciliation-wrap .table tbody tr td:first-child {
		padding-left: 15px;
	}

	.reconciliation-wrap .table tbody tr td:last-child,
	.reconciliation-wrap .table tbody tr td:last-child {
		padding-right: 15px;
	}

	.analysis-table {
		margin-bottom: 25px;
	}

	.total-wrap>span {
		margin: 0 8px;
		font-size: 11px;
	}

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

	.executive-summary-card {
		padding: 22px 15px 18px;
	}

	.executive-summary-card h3,
	.detail-summary-card h3 {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 22px;
	}

	.detail-summary-card {
		padding: 22px 15px 18px;
		border-radius: 8px;
		margin-bottom: 20px;
	}

	.detail-summary-card h3 {
		margin-bottom: 18px;
	}

	#executiveSummary {
		height: 350px
	}

	#ledger,
	#finalAccount {
		height: 280px;
	}

	.expenditure-card,
	.results-card {
		padding: 22px 15px 25px;
	}

	.expenditure-card h3,
	.results-card h3 {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 22px;
	}

	.results-card h3:first-child {
		margin-bottom: 16px;
	}

	.results-card h3 {
		margin-bottom: 18px;
	}

	.resultChart {
		margin-bottom: 18px;
	}

	.resultChart li {
		height: 20px;
	}

	.results-card h5 {
		font-size: 15px;
		margin-bottom: 14px;
	}

	.results-card h5 img {
		width: 18px;
		height: 18px;
		margin-left: 5px;
	}

	.results-card p {
		font-size: 15px;
	}

	.results-card>p {
		margin-bottom: 20px;
	}

	.results-card ul.results-list li {
		max-width: 240px;
		margin-bottom: 12px;
	}

	.results-card ul.results-list li p {
		padding-right: 10px;
		width: calc(100% - 60px);
	}

	.results-card ul.results-list li span {
		font-size: 15px;
		line-height: 1.389;
		min-width: 60px;
		padding: 3px 10px;
	}

	#totalElement {
		height: auto;
	}

	/*-_-_Claim_CSS_End_-_-*/

	/*-_-_My-Account_CSS_Start_-_-*/
	.my-account-wrap {
		padding: 20px 15px;
	}

	.my-account-wrap .nav-tabs {
		width: 100%;
		min-height: auto;
		border: 0;
		padding: 0 0 15px;
		margin-bottom: 25px;
		border-bottom: 1px solid rgba(135, 134, 134, 0.2);
	}

	.my-account-wrap .nav-tabs .nav-link {
		height: 40px;
		margin-bottom: 10px;
		padding: 9px 12px;
		justify-content: center;
	}

	.my-account-wrap .nav-tabs .nav-link svg {
		width: 22px;
		height: 22px;
	}

	.my-account-wrap .nav-tabs .nav-link span {
		padding-left: 10px;
		width: auto;
		min-width: 100px;
		/* font-size: 16px; */
		line-height: 1.25;
	}

	.my-account-wrap .tab-content {
		width: 100%;
	}

	.profile-form {
		padding: 0;
		min-height: auto;
	}

	.profile-form .profile-col {
		width: 150px;
		margin: 0 auto 20px;
	}

	.profile-col .profile-img {
		margin-bottom: 15px;
	}

	.profile-col .profile-img .imagePreview {
		width: 150px;
		height: 150px;
	}

	.profile-col .profile-img .edit-btn {
		width: 35px;
		height: 35px;
		right: 4px;
	}

	.profile-col .profile-img .edit-btn img {
		width: 25px;
		height: 25px;
	}

	.profile-col span {
		font-size: 16px;
		line-height: 1.2;
	}

	.profile-form .form-right {
		width: 100%;
		padding-left: 0;
	}

	.profile-form.custom-form .form-group {
		margin-bottom: 15px;
	}

	.profile-form.custom-form label {
		margin-bottom: 6px;
	}

	/*-_-_My-Account_CSS_End_-_-*/

	/*-_-_Payment-Detail_CSS_Start_-_-*/
	.payment-detail-inner h3 {
		font-size: 19px;
		line-height: 1.2;
		margin-bottom: 18px;
	}

	/*-_-_Payment-Detail_CSS_End_-_-*/

	/*-_-_Add-Logo_CSS_Start_-_-*/
	.cover-photo h3 {
		font-size: 19px;
		line-height: 1.2;
		margin-bottom: 18px;
	}

	.add-cover-photo-form.profile-form.custom-form .form-row {
		margin: 0 -7.5px;
	}

	.add-cover-photo-form.profile-form.custom-form .form-group {
		padding: 0 7.5px;
		margin-bottom: 16px;
	}

	.cover-img {
		height: 150px;
	}

	.cover-img img {
		width: 50px;
		height: 50px;
	}

	.upload-img {
		width: 140px;
	}

	.upload-img .imagePreview {
		width: 140px;
		height: 140px;
	}

	.upload-img .imagePreview span {
		font-size: 16px;
		line-height: 1.25;
	}

	.upload-img .edit-btn img {
		width: 22px;
		height: 22px;
	}

	/*-_-_Add-Logo_CSS_End_-_-*/

	/*-_-_My-Settings_CSS_Start_-_-*/
	.my-settings-wrap {
		padding: 20px 15px;
	}

	.my-settings-wrap hr {
		margin: 8px 0 25px;
	}

	.upload-img-row .form-group {
		margin-right: 20px;
	}

	.profile-form.custom-form .upload-img-row {
		margin-bottom: 10px;
	}

	.profile-form.custom-form .upload-img-row label {
		margin-bottom: 12px;
	}

	/*-_-_My-Settings_CSS_End_-_-*/


	/*-_-_Manage-Sharing_CSS_Start_-_-*/
	.manage-sharing-content.dashboard-content .dashboard-content-inner {
		padding: 40px 0 60px;
	}

	.manage-sharing-content.dashboard-content h1 {
		font-size: 22px;
		line-height: 1.2;
		max-width: 500px;
		margin: 0 auto 22px;
	}

	.manage-sharing-form {
		max-width: 500px;
	}

	.manage-sharing-form .custom-form {
		padding: 20px 15px;
	}

	.manage-sharing-form .custom-form .form-group {
		margin-bottom: 15px;
	}

	.manage-sharing-form .custom-form label {
		margin-bottom: 6px;
	}

	.manage-sharing-form>img {
		min-height: 110px;
	}

	/*-_-_Manage-Sharing_CSS_End_-_-*/

	/*-_-_Popups_CSS_Start_-_-*/
	.createNewProjectModal.createNewModal .modal-body {
		padding-top: 16px;
	}

	.splitCostBtn {
		margin: 0 -6px -10px;
	}

	.splitCostBtn li {
		padding: 0 6px 10px;
	}

	.choose-file {
		min-height: 110px;
	}

	.choose-file span {
		font-size: 14px;
	}

	.deleteModal.createNewProjectModal.createNewModal .modal-body {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.deleteModal .delete-icon {
		width: 85px;
		height: 85px;
		margin: 0 auto 16px;
	}

	.deleteModal .delete-icon img {
		width: 34px;
		height: 34px;
	}

	.deleteModal p {
		font-size: 17px;
		margin-bottom: 16px;
	}

	/*-_-_Popups_CSS_End_-_-*/


	/*-_-_Contract-Final-Account_CSS_Start_-_-*/
	.dataTables_wrapper .table tbody tr td.pool span {
		padding: 4px 10px;
	}

	.custom-check.form-check label {
		font-size: 14px;
		line-height: 20px;
	}

	.action-dropdown {
		width: 20px;
		height: 20px;
	}

	.action-dropdown .dropdown-toggle {
		width: 20px;
		height: 20px;
	}

	.action-dropdown .dropdown-menu {
		min-width: 160px;
	}

	.action-dropdown .dropdown-menu li {
		margin-bottom: 3px;
	}

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

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

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

	.final-account-table .dataTables_wrapper .dataTables_filter label {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}

	.final-account-table .dataTables_wrapper .dataTables_filter label img {
		width: 20px;
		height: 20px;
		left: 8px;
	}

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

	.table-option-btn {
		margin-bottom: 5px;
		gap: 10px;
	
	}

	.final-account-table .dataTables_wrapper .dataTables_length {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-bottom: 15px;
	}

	.final-account-table .total-wrap {
		margin-bottom: 15px;
		justify-content: center;
	}

	/*-_-_Contract-Final-Account_CSS_End_-_-*/
}

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

	.popup-btn-list li,
	.popup-btn-list li:last-child {
		margin: 0 7px 12px;
		width: calc(100% - 14px);
	}

	.createNewModal .modal-dialog {
		padding: 0 5px;
	}
}

@media only screen and (max-width: 480px) {
	.popup-btn-list li {
		width: 100%;
	}

	.popup-btn-list li a {
		min-width: unset;
	}

	.dashboard-content-inner .dashboard-content-heading {
		margin-bottom: 20px;
	}

	.analysis-table .total-wrap {
		flex-direction: column;
		align-items: flex-end;
	}

	.total-wrap>span {
		display: none;
	}

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

	/*-_-_Popups_CSS_Start_-_-*/
	.deleteModal p {
		font-size: 16px;
		margin-bottom: 16px;
	}

	/*-_-_Popups_CSS_End_-_-*/
}

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

	/*-_-_My-Settings_CSS_Start_-_-*/
	.upload-img-row .form-group {
		margin-right: 20px;
	}

	.profile-form.custom-form .upload-img-row {
		flex-direction: column;
		margin-bottom: 10px;
	}

	.profile-form.custom-form .upload-img-row .form-group {
		margin-right: 0;
	}

	.profile-form.custom-form .upload-img-row label {
		margin-bottom: 10px;
	}

	/*-_-_My-Settings_CSS_End_-_-*/
}

.invalid-cell {
    border: 2px solid red !important;
}

.message-box {
	background-color: #ffffff; /* White box */
	border-radius: 10px;
	padding: 20px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.form_error {
	border: 1px solid red !important;
}
