/* font family */
:root {
	--PRIMARY-COLOR: #3a6ea5;
}

@font-face {
	font-family: inter;
	src: url(../fonts/Inter_18pt-Regular.ttf);
}

@font-face {
	font-family: inter-semi-bold;
	src: url(../fonts/Inter_18pt-SemiBold.ttf);
}

@font-face {
	font-family: inter-bold;
	src: url(../fonts/Inter_18pt-Bold.ttf);
}

@font-face {
	font-family: inter-Medium;
	src: url(../fonts/Inter_18pt-Medium.ttf);
}

.inter-font {
	font-family: inter;
}

.inter-semi-bold {
	font-family: inter-semi-bold;
}

.inter-Medium {
	font-family: inter-Medium;
}

.inter-bold {
	font-family: inter-bold;
}

body {
	font-family: inter;
}

/* font size */
.fs-30 {
	font-size: 30px;
}

.fs-18 {
	font-size: 18px;
}

.fs-10 {
	font-size: 10px;
}

.fs-20 {
	font-size: 20px;
}

.fs-14 {
	font-size: 14px;
}

.fs-16 {
	font-size: 16px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-24 {
	font-size: 24px;
}

.fs-15 {
	font-size: 15px;
}

/* font weight */
.fw-700 {
	font-weight: 700;
}

.fw-400 {
	font-weight: 400;
}

.fw-600 {
	font-weight: 600;
}

.fw-500 {
	font-weight: 500;
}

.pwd-input label.error,
.pwd-selects label.error {
	font-size: 12px;
	color: #d21212;
	font-family: inter;
}

.pwd-input,
.pwd-selects,
.pwd-select .form-label {
	font-family: inter-Medium;
	font-size: 12px !important;
	color: rgba(33, 37, 41, 1) !important
}

.pwd-input ::placeholder {
	color: #999 !important;
	font-family: inter-Medium;
	font-size: 12px !important;
	letter-spacing: 0%;
}

.custom-select select:focus {
	outline: none;
	box-shadow: none;
	border-color: #6583fb;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

.pwd-input input:focus {
	outline: none;
	box-shadow: none;
	border-color: #6583fb;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

.pwd-input .form-control {
	font-family: inter;
	font-size: 12px !important;
	height: 40px;
}

.pwd-upload .form-control {
	font-family: inter;
	font-size: 12px;
	color: rgba(33, 37, 41, 1);
}

.pwd-upload input:focus {
	outline: none;
	box-shadow: none;
	border-color: #6583fb;
}

.pwd-input input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
	background-image: none !important;
	border: 1px solid #E5E7EB !important;
	box-shadow: none !important;
	z-index: 0 !important;
}

#global-loader .loader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	z-index: 99999999;
	display: flex;
	justify-content: center;
	align-items: center;
}

#global-loader .loader-card {
	background: #fff;
	padding: 30px 80px;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
	text-align: center;
	font-family: 'Inter', sans-serif;
	z-index: 99999999;
}

#global-loader .spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #ccc;
	border-top-color: #6A2C91;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 0 auto 12px;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

#global-loader .loader-text {
	font-size: 18px;
	color: #333;
}



.search-btn,
.Clear-btn {
	width: 69px;
	height: 32px;
	background-color: #FFFFFF;
	color: #3A6EA5;
	border: 1px solid var(--PRIMARY-COLOR);
	border-radius: 5px;
}

.search-btn {
	background-color: var(--PRIMARY-COLOR);
	color: white;
}

.notification-panel {
	position: absolute;
	top: 70px;
	right: 30px;
	width: 440px;
	height: auto !important;
	background: white;
	border: 1px solid #ccc;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	z-index: 999;
	border-radius: 5px;
}

.width-notify {
	width: 100px !important;
	height: 30px !important;
}

.mark-all {
	margin-left: 110px !important;
}

.card-border-alignn {
	border-radius: 0px !important;
}

h5[role="button"] {
	cursor: pointer !important;
}

.card-alignment {
	border-left: none !important;
	border-right: none !important;
}


.model-cancel-btn {
	border-radius: 5px;
	width: 89px;
	height: 34px;
	border: 1px solid var(--PRIMARY-COLOR);
	color: var(--PRIMARY-COLOR);
	background-color: white;
	font-family: inter-semi-bold;
	font-size: 12px;
}

.model-save-btn {
	border-radius: 5px;
	width: 89px;
	height: 34px !important;
	border: 1px solid var(--PRIMARY-COLOR) !important;
	background-color: var(--PRIMARY-COLOR) !important;
	color: white !important;
	font-family: inter-semi-bold;
	font-size: 12px;
}



/* .form-select {
	font-size: 0.9rem;
} */


/* For screen widths up to 1440px */
@media screen and (min-width: 1400px) {

	.pwd-input,
	.pwd-selects,
	.pwd-select .form-label {
		font-family: inter-Medium;
		font-size: 14px !important;
		color: rgba(33, 37, 41, 1) !important;
	}

	.pwd-input .form-control {
		font-family: inter;
		font-size: 14px !important;
		height: 40px;
	}

	.select2-container--default .select2-selection--single .select2-selection__rendered {
		color: #888787;
		line-height: 28px;
		font-family: inter !important;
		font-size: 14px !important;
	}

	.tables-fonts th,
	.tables-fonts td {
		font-family: inter-Medium;
		font-size: 14px !important;
	}

	.proj-tab-links li .nav-link .step-content {
		font-size: 14px !important;
		font-family: inter-Medium;
	}

	.input-group-text {
		font-family: inter;
		font-size: 14px !important;
	}

	.pwd-input ::placeholder {
		font-family: inter-Medium;
		font-size: 14px !important;
		letter-spacing: 0%;
	}

	.project-type-btn {
		font-size: 14px !important;
		font-family: inter;
	}

	.custom-table td,
	.custom-table th {
		font-size: 14px !important;
	}

	.text-status,
	.text-others,
	.text-complete {
		font-size: 12px !important;
	}

	.wide-screen-fit,
	.dim-color,
	.date-aligns,
	.placeholder-gray {
		font-size: 14px !important;
	}
}
.access-box {
	margin-top: 100px;
	border-radius: 10px;
	padding: 30px;
	background: #fff3f3;
	border-left: 6px solid #dc3545;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	font-family: inter;
}
.access-title {
	color: #dc3545;
	font-weight: 600;
	font-family: inter;
	font-size: 18px;
}