@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;600;700&display=swap');

.employee-preview {
	height: 100px;
}

.logo {
	/*color: #0f5099;*/
	color: #141491;
}

.negative-margin-custom {
	margin-left: -1.25rem !important;
	margin-right: -1.25rem !important;
}

.form-signin {
	width: 500px;
	max-width: 500px;
}

.line-wrap {
	white-space: pre-line;
}

.no-border-radius {
	border-radius: 0 !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.bg-color {
	background-color: #f5f5f5;
}

html,
body {
	height: 100%;
}


body {
	font-family: Inter, sans-serif !important;
	line-height: 1.5;
}

b {
	font-weight: bold !important;
}


.clickable-row[data-href]:hover {
	background-color: whitesmoke;
	cursor: pointer;
	/*background-color: #F8F8F8!important;*/
}

.sidebar-container {
	position: fixed;
	width: 260px;
	height: 100%;
	left: 0;
	overflow-x: hidden;
	overflow-y: auto;
	background: #1a1a1a;
	color: #fff;
}


.wrapper {
	margin-left: 68px;
	margin-right: 68px;
}



/* Common table styles */
.table-style {
	width: 100%;
	border-radius: 20px;
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 28px;
}

/* Table header styles */
.table-style th {
	height: 50px;
	background-color: #F4F4F4 !important;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding-left: 18px;
	vertical-align: middle;
	display: table-cell;
}

.table-style td {
	height: 50px;
	padding-left: 18px;
	vertical-align: middle;
	display: table-cell;
}

/* Table body row styles */
.table-style tr:nth-child(odd) {
	background-color: #FFFFFF;
}

.table-style tr:nth-child(even) td {
	background-color: #F6F7F9;
}

/* Specific to campaign name in the table */
.table-style tr td:nth-child(2) {
	color: #0D6EFD;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 16px;
	cursor: pointer;
}

.table-style tr td:nth-child(1), .table-style tr th:nth-child(1) {
	padding-left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-style tr input:nth-child(1) {
	margin-top: 0px;
}

.table-style td.first-col,
.table-style th.first-col {
	max-width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.table-style tr td,
.table-style th {
	border-right: 1px solid #D3D3D3;
}

.table-style th {
	border-bottom: none;
}

/* Rounded corners for the first and last cells in the header */
.table-style th:first-child {
	border-top-left-radius: 20px;
}

.table-style th:last-child {
	border-top-right-radius: 20px;
}

/* Rounded corners for the first and last cells in the header */
.table-style tr:last-child td:first-child {
	border-bottom-left-radius: 20px;
}

.table-style tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
}

.go-back {
	color: #3A3A3C;
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	margin-top: 2rem;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: transparent;
	/* Remove background color */
	border-bottom: 2px solid #007bff;
	/* Add underline */
	color: #007bff;
}

.nav-pills .nav-link {
	border-radius: 0;
	/* Remove border radius */
}

.nav-pills .nav-link:not(.active):hover {
	background-color: transparent;
	/* Remove hover color */
}

.back-drop {
	border: none;
	border-radius: 12px;
	background: linear-gradient(180deg, #FFFFFF, transparent);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 1em;
	outline: none;
	transition: box-shadow 0.3s ease;
}

.card {
	border-radius: 12px;
}

.action-btn {
	background-color:#65C466;
	color:#fff;
	text-decoration:none
}

.action-btn:hover {
	color: #fff;
	background-color: #4fa84f;
  }

.btn-special {
	background-color:#6610f2;
	color:#fff;
	text-decoration:none
}

.btn-special:hover {
	color: #fff;
	background-color: #4d0fcb;
}

/* add icon buttons classes */
.icon-button {
	display: flex;
	text-align: center;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 12px;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin-bottom: 1em;
	cursor: pointer;
	outline: none;
}

.icon-button:hover {
	border: 2px solid #007bff;
}

.icon-button img {
	width: 50px;
	height: 50px;
}

.icon-button i {
	font-size: 50px;
}


.icon-button {
	flex-direction: column;
}

.icon-button-content {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon-button-label {
	margin-top: 2px;
	text-align: center;
	font-family: Inter, sans-serif;
	font-weight: 600;
	font-size: 12px;
}