:root {

	
	--default-font-family: "Mukta", sans-serif;
	--primary-text-color: #3F3F46;
	--primary-bg-color: #3AB449;
	--hover-primary-bg-color: #2fa03c;
	--secondary-border-color: #D4D4D8;
	--secondary-color: #71717A;
	--border-color: #E2E8F0;




}

.bg-primary {
	background-color: var(--primary-bg-color) !important;
}

.bg-secondary {
	background-color: var(--secondary-color) !important;
}

/* .g-30, .gx-30 {
	--bs-gutter-x: 30px;
}

.g-30, .gy-30 {
	--bs-gutter-y: 30px;
}

.g-16, .gx-16 {
	--bs-gutter-x: 16px;
}

.g-16, .gy-16 {
	--bs-gutter-y: 16px;
}

.z-9 {
	z-index: 9 !important;
} */


html,
body {
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	/* font-smoothing: antialiased; */
}

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: var(--primary-text-color);
	background-color: #fff;
	word-break: break-word;
	font-family: var(--default-font-family) !important;
	font-optical-sizing: auto;
	font-style: normal;
	position: relative;
}

h1,h2,h3,h4,h5,h6 {
	color: var(--primary-text-color);
}

p {
	margin: 0;
}

a {
	text-decoration: none !important;
	color: #2b2c2f;
	transition: 0.2s ease-in-out 0s;
}

a:hover {
	color: var(--primary-bg-color);
}

.btn {
	box-shadow: none !important;
	outline: none !important;
	font-size: 16px;
	font-weight: 500;
	padding-left: 16px;
	padding-right: 16px;
	min-height: 40px;
	border-radius: 6px;
	transition: 0.2s ease-in-out 0s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.gap-2-5 {
    gap: 12px !important;
}

/* .btn-sm {
	min-height: 36px;
	font-size: 12px;
}

.fs-16 {
	font-size: 16px !important;
} */

.hover-underline:hover {
	text-decoration: underline !important;
}

.table-bordered th,
.table-bordered td {
	border-color: var(--border-color) !important;
}

thead th {
	color: var(--secondary-color) !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
	white-space: nowrap;
}

th, td {
	padding: 16px !important;
}

td {
	font-size: 16px;
	color: #3F3F46 !important;
	font-weight: 600;
	white-space: nowrap;
}

.btn-plain {
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
	border-radius: 0;
	padding: 0 !important;
	background: none;
	min-height: 10px !important;
	transition: 0.2s ease-in-out 0s;
}

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

a.text-primary:hover {
    color: var(--hover-primary-bg-color) !important;
}

.btn-primary {
	background-color: var(--primary-bg-color) !important;
	border-color: var(--primary-bg-color) !important;
}

.btn-primary:hover {
	background-color: var(--hover-primary-bg-color) !important;
	border-color: var(--hover-primary-bg-color) !important;
}

.btn-outline-primary {
	background-color: #fff !important;
	border-color: var(--primary-bg-color) !important;
	color: var(--primary-bg-color) !important;
}

.btn-outline-primary:hover {
	background-color: var(--primary-bg-color) !important;
	color: #fff !important;
}

.btn-outline-secondary {
	background-color: #fff !important;
	border-color: var(--secondary-border-color) !important;
	color: var(--secondary-color) !important;
}

.btn-outline-secondary:hover {
	background-color: var(--secondary-color) !important;
	color: #fff !important;
}

.badge-outline {
	font-size: 14px;
	font-weight: 500;
	line-height: 142.857%;
	border-style: solid;
	border-width: 1px;
	padding: 2px 8px;
	border-radius: 6px;
	display: inline-block;
}

.outline-info {
	border-color: #25cff2 !important;
	color: #25cff2 !important;
	background-color: rgb(37, 207, 242, 0.05);
}

.outline-primary {
	border-color: #3AB449 !important;
	color: #3AB449 !important;
	background-color: rgb(58, 180, 73, 0.05);
}

.outline-secondary {
	border-color: #71717A !important;
	color: #71717A !important;
	background-color: rgb(113, 113, 122, 0.05);
}

.outline-warning {
	border-color: #ffc107 !important;
	color: #ffc107 !important;
	background-color: rgb(255, 193, 7, 0.05);
}

.outline-success {
	border-color: #198754 !important;
	color: #198754 !important;
	background-color: rgb(25, 135, 84, 0.05);
}

.outline-danger {
	border-color: #dc3545 !important;
	color: #dc3545 !important;
	background-color: rgb(220, 53, 69, 0.05);
}

.outline-light {
	border-color: rgb(39, 39, 42, 0.15) !important;
	color: #27272A !important;
	background-color: rgb(39, 39, 42, 0.05);
}




.mb-44 {
	margin-bottom: 44px !important;
}




table.dataTable thead > tr > th.dt-orderable-asc, 
table.dataTable thead > tr > th.dt-orderable-desc, 
table.dataTable thead > tr > th.dt-ordering-asc, 
table.dataTable thead > tr > th.dt-ordering-desc, 
table.dataTable thead > tr > td.dt-orderable-asc, 
table.dataTable thead > tr > td.dt-orderable-desc, 
table.dataTable thead > tr > td.dt-ordering-asc, 
table.dataTable thead > tr > td.dt-ordering-desc {
    padding-right: 30px !important;
}

.form-label {
	font-weight: 700;
	margin-bottom: 16px;
}

span.spn-req {
	color: #C691A5;
	font-size: 18px;
	font-weight: 700;
}

.form-check-input:focus {
	box-shadow: none !important;
}

.form-check-label {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	padding-top: 2px;
}

.form-check-input {
	width: 20px !important;
	height: 20px !important;
	border-radius: 4px !important;
	border: solid 1px var(--primary-bg-color) !important;
}

.form-check {
	padding-left: 28px !important;
}

.form-check .form-check-input {
	margin-left: -28px !important;
}

.form-check-input:checked[type=checkbox] {
	background: url(../images/icons/check.svg) no-repeat center 2px !important;
	background-color: var(--primary-bg-color) !important;
}

.login-wrapper {
	position: relative;
}

.login-sec {
    display: flex;
    align-items: center;
}

.login-banner-sec {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
	flex-grow: 1;
}

.login-banner-img {
	height: 100%;
}

.login-banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.login-form-sec {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	overflow: auto;
	flex-shrink: 0;
	margin: auto;
}

.login-form-block {
	padding: 30px 90px;
}

.login-form-inner {
	max-width: 509px;
	margin: auto;
}

.login-field-head h1 {
	font-size: 36px;
	font-weight: 700;
	line-height: 133.333%;
	margin-bottom: 8px;
	max-width: 433px;
}

.login-field-head p {
	color: #666;
	font-size: 16px;
	line-height: 150%;
}

.form-label {
	color: #09090B;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 6px;
}

.form-control,
.form-select {
	border-radius: 6px !important;
	border: 1px solid var(--border-color);
	padding-left: 12px;
	/* padding-right: 30px; */
	font-size: 16px;
	color: var(--primary-text-color) !important;
    font-weight: 500;
	min-height: 46px;
	transition: 0.2s ease-in-out 0s;
	box-shadow: none !important;
}

.form-control:focus,
.form-select:focus {
	border-color: var(--border-color) !important;
}

::-webkit-input-placeholder {
	color: #71717A !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

::-moz-placeholder{
	color: #71717A !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

:-ms-input-placeholder{
	color: #71717A !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

:-moz-placeholder {
	color: #71717A !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.input-group .input-group-text {
    border-radius: 6px 0 0 6px !important;
    border-color: #E4E4E8 !important;
    z-index: 6;
    border-right: none !important;
    background: #fff !important;
    position: relative;
    padding-right: 0;
    padding-left: 12px !important;
}

.input-group .input-group-text i {
	color: #71717A !important;

}

.input-group .form-control {
	border-left: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
	box-shadow: none !important;
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.25 !important;
}

 .modal-content {
	border-radius:8px;
	border: 1px solid var(--border-color);
	box-shadow: 0px 4px 6px -4px rgba(16, 24, 40, 0.10), 0px 10px 15px -3px rgba(0, 0, 0, 0.10);
}

.modal-content .btn-close {
	position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12px;
    opacity: 1;
}

.md-header-tite h3 {
	color: #27272A;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 0;
}

.md-header-tite p {
	color: #AFAFAF;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
}

.login-logo {
	margin-bottom: 64px;
}
/* login css ends */


/* top page starts */
.wrapper {
	display: flex;
	height: 100vh;
}

.sidebar {
	width: 300px;
	overflow: hidden;
	flex-shrink: 0;
	background-color: #fff;
	border-right: solid 1px var(--border-color);
	transition: 0.3s ease-in-out 0s;
	height: 100vh;
	transition: 0.2s ease-in-out 0s;
}

.inner-sidebar {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 300px;
}

.sidebar-head {
	flex-shrink: 0;
	padding: 24px;
	margin-bottom: 8px;
}

.sidebar-head-toggle {
	display: flex;
	align-items: center;
	gap: 16px;
}

.btn-ham {
	font-size: 20px;
    padding: 2px !important;
}

.sidebar-logo img {
	max-height: 34px;
}

.sidebar-search .form-control {
	min-height: 38px;
}

.sidebar-menu {
	flex-grow: 1;
	padding: 0 24px 24px;
	overflow: auto;
}

.sidebar-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-menu ul:not(:last-child) {
	margin-bottom: 24px;
}

.sidebar-menu ul li {
	margin-bottom: 14px;
}

.sidebar-menu ul li.li-title {
	color: #64748B;
	font-size: 14px;
	font-weight: 600;
	line-height: 142.857%;
	padding: 0 12px;
	margin-bottom: 12px;
}

.sidebar-menu ul li a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px;
	transition: 0.2s ease-in-out 0s;
	border-radius: 8px;
}

.sidebar-menu ul li:not(:last-child) a {
	margin-bottom: 4px;
}

.menu-icon {
	display: inline-flex;
	width: 24px;
	height: 24px;
	background-position: center top;
	background: #000;
	transition: 0.2s ease-in-out 0s;
}

.icon-dashboard {
	-webkit-mask: url(../images/icons/dashboard.svg) no-repeat center;
	mask: url(../images/icons/dashboard.svg) no-repeat center;
}

.icon-project {
	-webkit-mask: url(../images/icons/inbox.svg) no-repeat center;
	mask: url(../images/icons/inbox.svg) no-repeat center;
}

.icon-inhouseP {
	-webkit-mask: url(../images/icons/atom.svg) no-repeat center;
	mask: url(../images/icons/atom.svg) no-repeat center;
}

.icon-invoiceR {
	-webkit-mask: url(../images/icons/wallet.svg) no-repeat center;
	mask: url(../images/icons/wallet.svg) no-repeat center;
}

.icon-pendingP {
	-webkit-mask: url(../images/icons/notebook-pen.svg) no-repeat center;
	mask: url(../images/icons/notebook-pen.svg) no-repeat center;
}

.icon-badD {
	-webkit-mask: url(../images/icons/wallet-cards.svg) no-repeat center;
	mask: url(../images/icons/wallet-cards.svg) no-repeat center;
}

.icon-marketA {
	-webkit-mask: url(../images/icons/bar-chart-big.svg) no-repeat center;
	mask: url(../images/icons/bar-chart-big.svg) no-repeat center;
}

.icon-marketRA {
	-webkit-mask: url(../images/icons/book-marked.svg) no-repeat center;
	mask: url(../images/icons/book-marked.svg) no-repeat center;
}

.icon-clientA {
	-webkit-mask: url(../images/icons/notebook-pen.svg) no-repeat center;
	mask: url(../images/icons/notebook-pen.svg) no-repeat center;
}

.icon-clientRiskA {
	-webkit-mask: url(../images/icons/clipboard-list.svg) no-repeat center;
	mask: url(../images/icons/clipboard-list.svg) no-repeat center;
}

.icon-forecast {
	-webkit-mask: url(../images/icons/receipt.svg) no-repeat center;
	mask: url(../images/icons/receipt.svg) no-repeat center;
}

.icon-setting {
	-webkit-mask: url(../images/icons/settings.svg) no-repeat center;
	mask: url(../images/icons/settings.svg) no-repeat center;
}




.sidebar-menu ul li a .spn-menu {
	color: var(--primary-text-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
}

.sidebar-menu ul li a:hover,
.sidebar-menu ul li a:focus {
	background: #f2f2f2;
}

.sidebar-menu ul li a.active {
	background-image: linear-gradient(to right, #3ab449, #30b24d, #25af51, #17ad55, #00aa58);
}

.sidebar-menu ul li a.active .spn-menu {
	color: #fff !important;
}

.sidebar-menu ul li a.active .menu-icon {
	background: #fff;
}

.sidefooter-img {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 32px;
	flex-shrink: 0;
}

.sidefooter-img img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sidefooter-cnt {
	flex-grow: 1;
}

.sidefooter-cnt h5 {
	font-size: 14px;
	line-height: 142.857%;
	margin-bottom: 0;
	min-width: 191px;
}

.sidefooter-cnt p {
	color: #71717A;
	font-size: 12px;
	line-height: 133.333%;
	white-space: nowrap;
}

.sidebar-footer {
	flex-shrink: 0;
	padding: 12px 24px;
	display: flex;
	align-items: center;
	gap: 8px;
	border-top: solid 1px var(--border-color);
	transition: 0.3s ease-in-out 0s;
	width: 300px;
	background-color: #fff;
	cursor: pointer;
	border-right: solid 1px var(--border-color);
	transition: 0.2s ease-in-out 0s;
}

.sidebar-footer:hover {
	background-color: #f9f9f9;
}

.sidebar-footer i {
	flex-shrink: 0;
	color: #71717A;
	font-size: 12px;
}

.sidebar-footer .dropdown-menu {
	animation: 0.5s slidedown;
	width: 271px;
    transform: translate(14px, -60px) !important;
	border: none;
    box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
    background: #fff;
    padding: 0;
	border-radius: 8px;
  }
  
  @keyframes slidedown {
	from {
	  opacity: 0;
	}
  
	to {
	  opacity: 1;
	}
  }

  .profile-head {
    display: flex;
    gap: 10px;
    padding: 16px;
    border-bottom: solid 1px var(--border-color);
}

.profile-img {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	overflow: hidden;
	background-color: #e4e4e7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #e4e4e7;
	flex-shrink: 0;
	font-size: 18px;
	font-weight: 500;
}

.profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 100%;
}

.profile-dtl h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.profile-dtl p {
	color: #71717A;
	font-size: 14px;
}

.profile-link,
.profile-footer {
    padding: 10px 16px;
}

.profile-link {
	border-bottom: solid 1px var(--border-color);
}

.profile-link a,
.profile-footer a {
	display: block;
	padding: 8px 12px;
	border-radius: 5px;
	transition: 0.2s ease-in-out 0s;
	font-size: 14px;
	color: var(--primary-text-color);
	font-weight: 500;
	gap: 10px;
	display: flex;
	align-items: center;

}

.profile-link a:hover,
.profile-footer a:hover {
	background-color: #f2f2f2;
	color: var(--primary-text-color);
}

.profile-link a i,
.profile-footer a i {
	font-size: 14px;
	color: var(--primary-text-color);
}

.search-modal-btn,
.search-modal-btn input {
	cursor: pointer !important;
}

.sidebar-footer-outer,
.sidebar-footer {
	height: 62px;
}

.main-sec {
	flex-grow: 1;
	overflow: auto;
}

.inner-main {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.page-head {
	flex-shrink: 0;
	padding: 36px 24px 12px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.page-head-title h1 {
	color:#303030;
	font-size: 22px;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 0;
}

.page-head-title p {
	color: #AFAFAF;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}

.page-body {
	flex-grow: 1;
	overflow: auto;
	padding: 0 24px 24px;
}

::-webkit-scrollbar {
	width: .4em; 
}
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
	overflow:visible;
	border-radius: 4px;
}
::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,.2); 
}

.item-smry-box {
    padding: 16px 24px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    gap: 10px;
    justify-content: space-between;
	min-height: 113px;
}

.smry-icon {
    display: inline-flex;
    align-self: flex-end;
	width: 50px;
	height: 50px;
	border-radius: 12px;
	justify-content: center;
	align-items: center;
}

.smry-icon i {
    display: inline-flex;
	width: 24px;
	height: 24px;
	background-position: center top;
	background: #000;
	transition: 0.2s ease-in-out 0s;
	-webkit-mask: url(../images/icons/clipboard-tick.svg) no-repeat center;
	mask: url(../images/icons/clipboard-tick.svg) no-repeat center;
}

.total-project,
.total-project .smry-icon {
	background: rgba(254, 171, 95, 0.20);
}

.total-revenue,
.total-revenue .smry-icon {
	background: rgba(218, 61, 205, 0.20);
}

.total-expenses,
.total-expenses .smry-icon {
	background: rgba(97, 73, 204, 0.20);
}

.lmiAmount,
.lmiAmount .smry-icon {
	background: rgba(49, 106, 217, 0.20);
}

.total-project .smry-icon i {
	background: rgba(254, 171, 95, 1);
}

.total-revenue .smry-icon i {
	background: rgba(218, 61, 205, 1);
}

.total-expenses .smry-icon i {
	background: rgba(97, 73, 204, 1);
}

.lmiAmount .smry-icon i {
	background: rgba(49, 106, 217, 1);
}

.smry-cnt {
    display: flex;
    flex-direction: column;
}

.smry-cnt h2 {
	color: #1D212F;
	font-size: 14px;
	font-weight: 700;
	line-height: 92.857%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.smry-cnt p {
	color: rgba(0, 0, 0, 0.40);
	font-size: 14px;
	font-weight: 400;
	line-height: 128.571%;
	margin-bottom: 8px;
}

.smry-cnt h3 {
	color: #1D212F;
	font-size: 24px;
	font-weight: 500;
	line-height: 105%;
	margin-bottom: 0;
	margin-top: auto;
}

.filter-title h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 166.667%;
	margin-bottom: 0;
}

.filter-search {
	width: 320px
}

.market-range {
	width: 220px;
}

.market-select {
	width: 166px;
}

.td-projectName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.pay-intl h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	margin-bottom: 4px;
}

.pay-intl p {
	color: #52525B;
	font-size: 14px;
	font-weight: 400;
	line-height: 142.857%;
}

.intl-mark {
    display: flex;
	margin-bottom: 4px;
}

.intl-mark span {
    display: inline-block;
	height: 8px;
	border-radius: 4px;
	background-color: #E4E4E7;
	flex: 1 0 0;
}

.next-inv h3 {
	color: #52525B;
	font-size: 16px;
	font-weight: 700;
	line-height: 125%;
	margin-bottom: 0;
}

.next-inv p {
	color: #52525B;
	font-size: 12px;
	font-weight: 500;
	line-height: 133.333%;
}

.wh-40 {
	width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.action-btns .btn {
    font-size: 18px;
}

.page-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	flex-shrink: 0;
	margin-right: 16px;
	width: 40px;
	height: 40px;
	border: solid 1px var(--border-color);
}


.action-drop .dropdown-menu {
	min-width: 100px;
    border: none;
    box-shadow: 0 4px 24px 0 rgba(62, 57, 107, 0.18);
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}

.action-drop .dropdown-menu .dropdown-item {
	padding: 5px 10px;
    border-radius: 5px;
    transition: 0.2s ease-in-out 0s;
    font-size: 14px;
    color: var(--primary-text-color);
    font-weight: 500;
}

.action-drop .dropdown-menu .dropdown-item:hover {
	background-color: #f2f2f2;
    color: var(--primary-text-color);
}














