.bg-1 {
	background: #2f64da;
}

.height-100vh {
	height: 100vh;
}

.height-34 {
	height: 34px !important;
}

/*# sourceMappingURL=custom.css.map */

.bg-btns {
	background-color: #ed1c24 !important;
}

.txt-btns {
	color: #ed1c24 !important;
}

.green-btns {
	color: #198754;
}

.green-bg {
	background-color: #198754 !important;
}

.blue-btns {
	background-color: #16479f !important;
}

.blue-txts {
	color: #16479f !important;
	border: 1px solid #16479f;
}

.icon-color {
	color: #16479f !important;
}

.rnd-btn {
	border-top-right-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.approve-btn {
	border-top-left-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
}

.border-icons {
	border: 1px solid #dddddd !important;
}

.header-tabs {
	display: flex;
	gap: 80px;
}

.text-Total-font {
	font-size: 13px;
}

.bg-primary-one-more {
	background: linear-gradient(90deg, #9c202c, #e05170) !important;
}

/* Vertical Wise Budget Allocation Chart Styles  */
.chart-container {
	width: 100%;
	/* max-width: 600px; */
	/* height: 210px; */
	background: #fff;
	padding: 10px;
	border-radius: 12px;
	/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
	border: 1px solid rgb(241, 241, 241);
}

.small-kk-14 {
	font-size: 12px !important;
}

.text-muted-font {
	font-size: 10px !important;
}

/* add projecrt css start  */

/* Container background */
.select2-container--default .select2-selection--multiple {
	background: #f2f2f2;
	/* light gray */
	border: 1px solid #ccc;
	border-radius: 6px;
	min-height: 45px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 5px 40px 10px 5px;
	position: relative;
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	background-color: unset;
}

/* Tags (pills) */
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background: #fff;
	border: 1px solid #bfc7d1;
	border-radius: 4px;
	padding: 3px 18px;
	margin: 3px;
	font-size: 14px;
	font-weight: 500;
	color: #1a3a6d;
}

/* "x" inside tag */
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: red;
	position: absolute;
	right: -70%;
	font-weight: bold;
	border: none;
	background: transparent;
	cursor: pointer;
}

/* Remove default clear button */
.select2-container--default
	.select2-selection--multiple
	.select2-selection__clear {
	display: none !important;
}

/* Dropdown arrow */
.select2-container--default .select2-selection--multiple:after {
	content: "▾";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #333;
	pointer-events: none;
}

/* Hide default Bootstrap underline for tabs */
.nav-tabs {
	border-bottom: none;
}

/* .nav-tabs.tab-body-header {
  border: unset
} */

.nav-tabs .nav-item {
	margin-right: 10px;
}

.nav-tabs .nav-link {
	border: none;
	padding: 0;
}

.tab-box {
	height: 120px;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 12px;
	text-align: center;
	padding: 15px;
	transition: all 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tab-box p {
	margin: 0;
	font-weight: 500;
	font-size: 14px;
}

.nav-tabs.tab-body-header .nav-link.active {
	border-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background: #1f3371;
}
.form-control {
	appearance: auto;
}
img {
	vertical-align: sub;
}
.min-w {
	min-width: 350px;
}
.min-w-250 {
	min-width: 250px;
}
.min-w-200 {
	min-width: 200px;
}
.min-w-130 {
	min-width: 130px;
}
.min-w-100 {
	min-width: 100px;
}
.w-45 {
	width: 45px !important;
}

/* Active tab */
.nav-link.active .tab-box {
	border: 5px solid transparent;
	/* border-radius: 25px; */
	border-image: linear-gradient(50deg, red, blue) 1;
	background: #fff;
	/* inner background */
}

/* add projecrt css end  */

/* side bar logo css  start */
.favicon-logo-new {
	display: none;
	background: #ffffff;
	border-radius: 55px;
	padding: 5px;
	width: auto;
	margin: auto;
}

/* side bar logo css  end */

/* Vertical Wise start  */
.btn-export {
	background-color: #16479f;
	color: white;
	border-radius: 5px;
	border: 1px solid #16479f !important;
}

/* Vertical Wise end  */

.kk {
	background: #000 !important;
}

/* Project Budget Report start  */
.multi-select-container {
	position: relative;
}

.tag-container {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 5px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	min-height: 40px;
	background-color: #eeeeee;
	cursor: pointer;
}

.tag {
	background-color: #16479f;
	color: #fff;
	padding: 3px 10px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
}

.tag button {
	background: none;
	border: none;
	color: white;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}

.dropdown-list {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	background: white;
	border: 1px solid #ced4da;
	border-radius: 5px;
	max-height: 200px;
	overflow-y: auto;
	display: none;
}

.dropdown-item {
	padding: 6px 12px;
	cursor: pointer;
}

.dropdown-item:hover {
	background-color: #e9ecef;
	color: #16479f;
}

.dropdown-item.selected {
	background-color: #16479f;
	color: white;
}

/* ▼ Dropdown arrow */
.multi-select-container::after {
	content: "▼";
	font-size: 0.8rem;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #6c757d;
	pointer-events: none;
	transition: transform 0.2s;
}

/* Rotate arrow when open */
.multi-select-container.active::after {
	transform: translateY(-50%) rotate(180deg);
}

/* Project Budget Report end  */

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	right: 0 !important;
	left: unset !important;
}

/*sagar css start*/
.border-1 {
	border: 1px solid #ddd;
}
.border-2 {
	border: 1px solid #16479f !important;
}
.border-3 {
	border: 2px solid #148247 !important;
}
.border-4 {
	border: 2px solid #16479f !important;
}
.color-1 {
	color: #16479f !important;
}
.color-2 {
	color: #e05170 !important;
}
.bg-2 {
	background: #ed1c24;
}
.bg-3 {
	background: #198754;
}
.bg-4 {
	background: #dc3545 !important;
}
.bg-5 {
	background: #eee5ff;
}
.bg-6 {
	background: #6c757d !important;
}
table.dataTable th {
	text-align: left !important;
}
table.dataTable td {
	text-align: left !important;
}
/*sagar css end*/

/* user and project details page css start  */

/* Scoped CSS only for leave-list-popup section */

#leave-list-popup .nav-tabs {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#leave-list-popup .nav-tabs .nav-link {
	color: #16479f;
	font-weight: 500;
	border: none;
	border-radius: 0;
	padding: 6px 6px;
	transition: all 0.3s ease;
}

#leave-list-popup .nav-tabs .nav-link:hover {
	background-color: #f1f1f1;
	color: #16479f;
}

#leave-list-popup .nav-tabs .nav-link.active {
	background: #16479f;
	color: #fff;
}

#leave-list-popup .tab-content {
	padding: 30px;
	border-radius: 6px;
	margin-top: 15px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#leave-list-popup h5 {
	color: #16479f;
	font-weight: 600;
}

#leave-list-popup p {
	color: #555;
	margin-bottom: 0;
}

#leave-list-popup {
	border-radius: 10px;
}

#leave-list-popup .profile-img {
	width: 130px;
	height: 130px;
	border-radius: 8px;
	object-fit: cover;
	border: 2px solid #e5e5e5;
}

#leave-list-popup .name {
	font-size: 22px;
	font-weight: 600;
	color: #16479f;
	text-transform: capitalize;
}

#leave-list-popup .info-label {
	color: #6c757d;
	font-weight: 600;
	width: 130px;
	display: inline-block;
}

#leave-list-popup .send-btn {
	background-color: #16479f;
	color: #fff;
	width: 100%;
	border: none;
	font-weight: 600;
	border-radius: 0;
}

#leave-list-popup .send-btn:hover {
	background-color: #084298;
}

#leave-list-popup .section-title {
	color: #16479f;
	font-weight: 600;
	margin-bottom: 10px;
}

#leave-list-popup .table th,
#leave-list-popup .table td {
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 12px;
	color: #555;
}

#leave-list-popup .update-box {
	border-top: 1px solid #dee2e6;
	padding-top: 15px;
	display: flex;
}

#leave-list-popup .update-item {
	text-align: center;
	flex: 1;
	border-right: 1px solid #e5e5e5;
}

#leave-list-popup .update-item:last-child {
	border-right: none;
}

#leave-list-popup .update-item h6 {
	font-size: 22px;
	color: #16479f;
	font-weight: 600;
	margin-bottom: 5px;
}

#leave-list-popup .update-item span {
	color: #6c757d;
	font-weight: 500;
}

#leave-list-popup .pagination .page-item.active .page-link {
	background-color: #16479f;
	/* dark color */
	color: #fff;
	/* white text */
}

#leave-list-popup .attendance-box {
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
}

#leave-list-popup .attendance-header {
	background-color: #16479f;
	color: #fff;
	padding: 10px 15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 10px;
}

#leave-list-popup table thead {
	background-color: #f1f1f1;
	font-weight: 600;
}

#leave-list-popup table td,
#leave-list-popup table th {
	vertical-align: middle;
	text-align: center;
}

/* Attendance badges */
#leave-list-popup .badge-status {
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	min-width: 40px;
}

#leave-list-popup .P {
	background-color: #7cb342;
} /* Present */
#leave-list-popup .MP {
	background-color: #e53935;
} /* Mispunch */
#leave-list-popup .PL {
	background-color: #16479f;
} /* PL */
#leave-list-popup .LWP {
	background-color: #ffb300;
} /* LWP */
#leave-list-popup .COFF {
	background-color: #16479f;
} /* COFF */
#leave-list-popup .S {
	background-color: #b0bec5;
	color: #000;
} /* Sunday */

/* Right-side details box */
#leave-list-popup .details-box {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
}

#leave-list-popup .details-header {
	background-color: #f8f9fa;
	padding: 10px 15px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
	color: #16479f;
}

#leave-list-popup .details-table td {
	padding: 12px;
	vertical-align: middle;
}

#leave-list-popup .details-table tr:not(:last-child) {
	border-bottom: 1px solid #ddd;
}

#leave-list-popup .symbol-badge {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 50%;
	color: #fff;
	font-weight: 600;
	text-align: center;
}

/* user and project details page css end  */
