.font-500 {
	font-weight: 500 !important;
}

.ls-02 {
	letter-spacing: 0.2px !important;
}

.text-badge {
	color: #f5803e !important;
}

#alertmsg {
	/*display: none !important;*/
}

.alert {
	margin-bottom: 0 !important;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.alert {
	position: absolute;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	display: block;
	width: 100%;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

@media (min-width: 1280px) {
	.sidebar-collapse .xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.xl\:grid-cols-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1280px) {
	.xl\:grid-cols-4 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.max-w-\[60\] {
	max-width: 60% !important;
}

@media (min-width: 1400px) {
	.max-w-45 {
		max-width: 45% !important;
	}
}

@media (max-width: 1400px) {
	.max-w-45 {
		max-width: 60% !important;
	}
}

.border-dashed {
	border-style: dashed !important;
	border-color: #e4e6ef;
}

.formbold-mb-5 {
	margin-bottom: 20px;
}
.formbold-pt-3 {
	padding-top: 12px;
}
.formbold-main-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 48px;
}

.formbold-form-wrapper {
	margin: 0 auto;
	width: 100%;
	background: white;
}
.formbold-form-label {
	display: block;
	font-weight: 500;
	font-size: 16px;
	color: #07074d;
	margin-bottom: 12px;
}
.formbold-form-label-2 {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}

.formbold-form-input {
	width: 100%;
	padding: 12px 24px;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	background: white;
	font-weight: 500;
	font-size: 16px;
	color: #6b7280;
	outline: none;
	resize: none;
}
.formbold-form-input:focus {
	border-color: #6a64f1;
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
	padding: 14px 32px;
	border: none;
	font-weight: 600;
	background-color: #6a64f1;
	color: white;
	cursor: pointer;
}
.formbold-btn:hover {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
	margin-left: -12px;
	margin-right: -12px;
}
.formbold-px-3 {
	padding-left: 12px;
	padding-right: 12px;
}

.formbold-file-input input {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

.formbold-file-input label {
	position: relative;
	border: 1px dashed #e0e0e0;
	border-radius: 6px;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 48px;
	text-align: center;
}
.formbold-drop-file {
	display: block;
	font-weight: 600;
	color: #07074d;
	font-size: 20px;
	margin-bottom: 8px;
}

.formbold-or {
	font-weight: 500;
	font-size: 16px;
	color: #6b7280;
	display: block;
	margin-bottom: 8px;
}
.formbold-browse {
	font-weight: 500;
	font-size: 16px;
	color: #07074d;
	display: inline-block;
	padding: 8px 28px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}

.formbold-file-list {
	border-radius: 6px;
	background: #f5f7fb;
	padding: 16px 32px;
}

.formbold-file-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.formbold-file-item button {
	color: #07074d;
	border: none;
	background: transparent;
	cursor: pointer;
}

.formbold-file-name {
	font-weight: 500;
	font-size: 16px;
	color: #07074d;
	padding-right: 12px;
}
.formbold-progress-bar {
	margin-top: 20px;
	position: relative;
	width: 100%;
	height: 6px;
	border-radius: 8px;
	background: #e2e5ef;
}

.formbold-progress {
	position: absolute;
	width: 75%;
	height: 100%;
	left: 0;
	top: 0;
	background: #6a64f1;
	border-radius: 8px;
}

@media (min-width: 540px) {
	.sm\:w-half {
		width: 50%;
	}
}

.n2_modal__icon--red {
	background: #f9ebe9;
	color: #be331f;
}

.n2_modal__icon {
	margin: 0 auto 10px;
	flex: 0 0 auto;
	width: 99px;
	height: 99px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 48px;
}
.n2_modal__heading {
	line-height: 28px;
	font-size: 18px;
	color: #283f4d;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 10px;
}
.n2_modal__paragraph {
	color: #325c77;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 20px;
}
.modal-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}
.n2_button--grey {
	background-color: #94b2c1;
}
.n2_button {
	display: inline-flex;
	align-items: center;
	border-radius: 3px;
	padding: 0 18px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}
.n2_button,
.n2_button:hover,
.n2_button:focus {
	color: #fff;
}
.n2_button--big {
	padding: 0 30px;
	font-size: 12px;
	line-height: 36px;
}
.n2_button .n2_button__label {
	max-width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
	letter-spacing: 2px;
}
.modal-footer > :not(:first-child) {
	margin-left: 0.25rem;
}
.n2_button--red {
	background-color: #c43e2a;
	border: 0;
}

@media (max-width: 1400px) {
	.max-width-45 {
		max-width: 45% !important;
	}
}
@media (min-width: 1400px) {
	.max-width-45 {
		max-width: 30% !important;
	}
}

@keyframes shake {
	0%, 100% { transform: translateX(0); }
	25% { transform: translateX(-2px); }
	50% { transform: translateX(2px); }
	75% { transform: translateX(-2px); }
}

.animated-notification {
	display: inline-block;
	animation: shake 0.5s infinite;
}
header .logo img {
	width: 42px !important;
}

.bg-light-warning {
	background-color: #fff8dd !important;
}
.border-warning {
	border-color: #ffc700 !important;
}
.svg-icon.svg-icon-warning svg [fill]:not(.permanent):not(g) {
	transition: fill .3s ease;
	fill: #ffc700 !important;
}
.notification-wrapper {
	position: relative;
	display: inline-block;
	top: 6px;
}

/* Red Dot (Unread Message Indicator) */
.notification-dot {
	position: absolute;
	top: -15px;
	right: -5px;
	width: 10px;
	height: 10px;
	background-color: red;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.8);
	animation: pulse 1.5s infinite ease-in-out;
}

/* Pulse Animation */
@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.5);
		opacity: 0.6;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}


}
.separator.separator-dashed {
	border-bottom-style: dashed;
	border-bottom-color: #DBDFE9;
}
.separator {
	display: block;
	height: 0;
	border-bottom: 1px solid #DBDFE9;
}
#notifications_tab_all .border-billis:last-child {
	display: none !important;
}

img.proimg {
	object-fit: cover !important;
}