html {
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #344054;
	background: #f8fafc;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body *,
body *::before,
body *::after {
	font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: #253858;
	line-height: 1.35;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

p,
span,
div,
small,
strong,
b,
a,
label {
	font-size: 12px;
}

small,
.small,
.text-small,
.text-sm {
	font-size: 12px !important;
}

a {
	color: #1479f9;
	text-decoration: none;
}

a:hover {
	color: #0d67dc;
	text-decoration: none;
}

label,
.form-label {
	display: inline-block;
	min-height: 20px;
	margin-bottom: 6px;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1.45;
	color: #344054;
}

.form-group {
	margin-bottom: 15px;
}

.form-control,
.form-select,
.custom-select,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="file"],
textarea {
	min-height: 38px;
	font-family: inherit;
	font-size: 12px !important;
	line-height: 1.45;
	color: #344054 !important;
	background-color: #ffffff !important;
	border: 1px solid #dfe6ee !important;
	border-radius: 7px !important;
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease,
		background-color 0.18s ease;
}

.form-control,
.form-select,
.custom-select,
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="url"],
input[type="search"],
input[type="tel"] {
	height: 38px;
	padding: 8px 11px;
}

input[type="file"] {
	height: 38px;
	padding: 7px 10px;
}

textarea {
	min-height: 82px;
	padding: 9px 11px;
	resize: vertical;
}

.form-control:hover,
.form-select:hover,
.custom-select:hover,
input:hover,
textarea:hover {
	border-color: #cbd5e1 !important;
	background-color: #ffffff !important;
}

.form-control:focus,
.form-select:focus,
.custom-select:focus,
input:focus,
textarea:focus {
	color: #344054 !important;
	background-color: #ffffff !important;
	border-color: #1479f9 !important;
	outline: 0 !important;
	box-shadow: 0 0 0 3px rgba(20, 121, 249, 0.08) !important;
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
	color: #98a2b3 !important;
	opacity: 1;
	font-size: 12px !important;
}

.form-control:disabled,
.form-control[readonly],
input:disabled,
select:disabled,
textarea:disabled {
	color: #667085 !important;
	background-color: #f8fafc !important;
	border-color: #e4e9ef !important;
	cursor: not-allowed;
	opacity: 1;
}

select:not(.select2-hidden-accessible) {
	width: 100%;
	min-height: 38px;
	height: 38px;
	padding: 8px 34px 8px 11px;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 12px !important;
	font-weight: 500;
	line-height: 1.45;
	color: #344054 !important;
	background-color: #ffffff !important;
	border: 1px solid #dfe6ee !important;
	border-radius: 7px !important;
	outline: none !important;
	box-shadow: none !important;
}

select:not(.select2-hidden-accessible):hover {
	color: #344054 !important;
	background-color: #ffffff !important;
	border-color: #cbd5e1 !important;
}

select:not(.select2-hidden-accessible):focus,
select:not(.select2-hidden-accessible):active {
	color: #344054 !important;
	background-color: #ffffff !important;
	border-color: #1479f9 !important;
	outline: none !important;
	box-shadow: 0 0 0 3px rgba(20, 121, 249, 0.08) !important;
}

select:not(.select2-hidden-accessible):disabled {
	color: #667085 !important;
	background-color: #f8fafc !important;
	border-color: #e4e9ef !important;
	opacity: 1 !important;
	cursor: not-allowed;
}

select:not(.select2-hidden-accessible) option {
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 12px !important;
	font-weight: 500;
	color: #344054 !important;
	background: #ffffff !important;
}

.btn {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 8px 13px;
	font-family: inherit;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1.4;
	border-radius: 7px;
	border-width: 1px;
	transition: transform 0.16s ease, box-shadow 0.16s ease,
		background-color 0.16s ease, border-color 0.16s ease;
}

.btn:hover {
	transform: translateY(-1px);
}

.btn:focus,
.btn:active {
	outline: 0 !important;
	box-shadow: 0 0 0 3px rgba(20, 121, 249, 0.08) !important;
}

.btn i,
.btn .fa {
	font-size: 12px !important;
}

.btn-sm {
	min-height: 36px;
	padding: 7px 11px;
	font-size: 12px !important;
}

.btn-lg {
	min-height: 42px;
	padding: 9px 15px;
	font-size: 13px !important;
}

.btn-primary {
	background: #1479f9;
	border-color: #1479f9;
}

.btn-primary:hover {
	background: #0d6fe8;
	border-color: #0d6fe8;
}

.btn-success {
	background: #45b681;
	border-color: #45b681;
}

.btn-danger {
	background: #e56b78;
	border-color: #e56b78;
}

.btn-warning {
	background: #e5a04d;
	border-color: #e5a04d;
}

.btn-info {
	background: #43a6c9;
	border-color: #43a6c9;
}

.btn-secondary {
	background: #667085;
	border-color: #667085;
}

.btn-light {
	color: #344054;
	background: #f8fafc;
	border-color: #dfe6ee;
}

.card {
	background: #ffffff;
	border: 1px solid #edf2f7;
	border-radius: 12px;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.035);
}

.card-header {
	padding: 13px 16px;
	background: #ffffff;
	border-bottom: 1px solid #edf2f7;
	border-radius: 12px 12px 0 0;
	font-size: 13px !important;
}

.card-body {
	padding: 16px;
	font-size: 12px !important;
}

.card-footer {
	padding: 12px 16px;
	background: #ffffff;
	border-top: 1px solid #edf2f7;
	border-radius: 0 0 12px 12px;
}

.table {
	width: 100%;
	margin-bottom: 0;
	font-size: 12px !important;
	color: #344054;
}

.table thead th {
	padding: 10px;
	min-height: 38px;
	font-size: 12px !important;
	font-weight: 700;
	line-height: 1.4;
	color: #475467;
	vertical-align: middle;
	background: #f7f9fc;
	border-bottom: 1px solid #e4eaf1;
}

.table tbody td {
	padding: 9px 10px;
	min-height: 38px;
	font-size: 12px !important;
	line-height: 1.45;
	vertical-align: middle;
	border-top: 1px solid #f0f3f7;
}

.table tbody tr {
	transition: background-color 0.16s ease;
}

.table tbody tr:hover {
	background: #f9fbff;
}

.table-responsive {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.table-responsive > .table {
	min-width: 100%;
}

.badge {
	min-height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 9px;
	font-size: 12px !important;
	font-weight: 600;
	line-height: 1.2;
	border-radius: 999px;
}

.alert {
	min-height: 38px;
	padding: 9px 12px;
	font-size: 12px !important;
	line-height: 1.45;
	border-radius: 7px;
}

.dropdown-menu {
	padding: 5px;
	background: #ffffff;
	border: 1px solid #e8edf3;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.dropdown-item {
	min-height: 36px;
	display: flex;
	align-items: center;
	padding: 8px 10px;
	font-size: 12px !important;
	color: #344054 !important;
	border-radius: 6px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item:active {
	color: #1479f9 !important;
	background: #f3f8ff !important;
}

.modal-content {
	background: #ffffff;
	border: 1px solid #edf2f7;
	border-radius: 12px;
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.modal-header {
	padding: 14px 16px;
	background: #ffffff;
	border-bottom: 1px solid #edf2f7;
}

.modal-title {
	font-size: 15px !important;
	font-weight: 700;
	color: #253858;
}

.modal-body {
	padding: 16px;
	font-size: 12px !important;
}

.modal-footer {
	padding: 12px 16px;
	background: #ffffff;
	border-top: 1px solid #edf2f7;
}

.nav-link {
	font-size: 12px !important;
}

.nav-tabs .nav-link {
	min-height: 38px;
	padding: 9px 12px;
}

.pagination .page-link {
	min-width: 36px;
	min-height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px !important;
	color: #475467;
}

.pagination .page-link:hover {
	color: #1479f9;
	background: #f3f8ff;
}

.input-group-text {
	min-height: 38px;
	padding: 8px 10px;
	font-size: 12px !important;
	color: #667085;
	background: #f8fafc;
	border: 1px solid #dfe6ee;
}

.custom-control-label {
	min-height: 22px;
	padding-top: 2px;
	font-size: 12px !important;
}

.fancy-checkbox label {
	font-size: 12px !important;
}

.text-muted {
	font-size: 12px !important;
}

.form-text {
	margin-top: 5px;
	font-size: 12px !important;
	color: #98a2b3;
}

.select2-container {
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 12px !important;
}

.select2-container .select2-selection--single {
	width: 100% !important;
	min-height: 38px !important;
	height: 38px !important;
	display: flex !important;
	align-items: center !important;
	padding: 0 38px 0 11px !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 12px !important;
	color: #344054 !important;
	background: #ffffff !important;
	border: 1px solid #dfe6ee !important;
	border-radius: 7px !important;
	outline: none !important;
	box-shadow: none !important;
	transition: border-color 0.18s ease, box-shadow 0.18s ease,
		background-color 0.18s ease;
}

.select2-container:hover .select2-selection--single {
	border-color: #cbd5e1 !important;
}

.select2-container.select2-container--focus .select2-selection--single,
.select2-container.select2-container--open .select2-selection--single {
	color: #344054 !important;
	background: #ffffff !important;
	border-color: #1479f9 !important;
	box-shadow: 0 0 0 3px rgba(20, 121, 249, 0.08) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block !important;
	width: 100% !important;
	overflow: hidden !important;
	padding: 0 !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 36px !important;
	color: #344054 !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
	font-size: 12px !important;
	color: #98a2b3 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
	position: absolute !important;
	top: 1px !important;
	right: 4px !important;
	width: 30px !important;
	height: 36px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
	margin-left: -4px !important;
	margin-top: -2px !important;
	border-width: 5px 5px 0 5px !important;
	border-color: #667085 transparent transparent transparent !important;
}

.select2-container.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	margin-top: 2px !important;
	border-width: 0 5px 5px 5px !important;
	border-color: transparent transparent #1479f9 transparent !important;
}

.select2-container .select2-selection--multiple {
	min-height: 38px !important;
	padding: 3px 7px !important;
	font-size: 12px !important;
	background: #ffffff !important;
	border: 1px solid #dfe6ee !important;
	border-radius: 7px !important;
}

.select2-container .select2-selection--multiple:focus,
.select2-container.select2-container--focus .select2-selection--multiple {
	border-color: #1479f9 !important;
	box-shadow: 0 0 0 3px rgba(20, 121, 249, 0.08) !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
	min-height: 27px !important;
	display: inline-flex !important;
	align-items: center !important;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	padding: 4px 7px !important;
	font-size: 12px !important;
	color: #1479f9 !important;
	background: #f3f8ff !important;
	border: 1px solid #dbeaff !important;
	border-radius: 5px !important;
}

.select2-dropdown,
.select2-container--default .select2-dropdown,
.select2-container--open .select2-dropdown {
	padding: 5px !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 12px !important;
	background: #ffffff !important;
	border: 1px solid #e4eaf1 !important;
	border-radius: 8px !important;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08) !important;
	overflow: hidden !important;
}

.select2-container--open .select2-dropdown {
	margin-top: 4px !important;
}

.select2-container .select2-search--dropdown {
	padding: 5px !important;
	background: #ffffff !important;
}

.select2-container .select2-search--dropdown .select2-search__field {
	width: 100% !important;
	height: 36px !important;
	min-height: 36px !important;
	margin: 0 !important;
	padding: 8px 10px !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	color: #344054 !important;
	background: #ffffff !important;
	border: 1px solid #dfe6ee !important;
	border-radius: 6px !important;
	outline: none !important;
	box-shadow: none !important;
}

.select2-container .select2-search--dropdown .select2-search__field:focus {
	border-color: #1479f9 !important;
	box-shadow: 0 0 0 3px rgba(20, 121, 249, 0.08) !important;
}

.select2-container .select2-results {
	font-size: 12px !important;
	background: #ffffff !important;
}

.select2-container .select2-results__options {
	max-height: 280px !important;
	overflow-y: auto !important;
	background: #ffffff !important;
}

.select2-container .select2-results__option {
	min-height: 36px !important;
	display: flex !important;
	align-items: center !important;
	padding: 8px 10px !important;
	font-family: "Plus Jakarta Sans", sans-serif !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	color: #344054 !important;
	background: #ffffff !important;
	border-radius: 6px !important;
	cursor: pointer !important;
}

.select2-container .select2-results__option:hover {
	color: #1479f9 !important;
	background: #f3f8ff !important;
}

.select2-container .select2-results__option--highlighted,
.select2-container .select2-results__option--highlighted[aria-selected],
.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	color: #1479f9 !important;
	background: #f3f8ff !important;
}

.select2-container .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[aria-selected="true"] {
	color: #1479f9 !important;
	background: #f3f8ff !important;
	font-weight: 600 !important;
}

.select2-container .select2-results__option[aria-selected="true"]::after {
	content: "\f00c";
	margin-left: auto;
	padding-left: 12px;
	font-family: FontAwesome !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #1479f9 !important;
}

.select2-container .select2-results__option[aria-disabled="true"] {
	color: #98a2b3 !important;
	background: #ffffff !important;
	cursor: not-allowed !important;
}

.select2-container .select2-results__group {
	padding: 8px 10px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	color: #667085 !important;
	background: #f8fafc !important;
}

.select2-container .select2-results__options::-webkit-scrollbar {
	width: 6px;
}

.select2-container .select2-results__options::-webkit-scrollbar-track {
	background: #f8fafc;
}

.select2-container .select2-results__options::-webkit-scrollbar-thumb {
	background: #d7dee8;
	border-radius: 10px;
}

.select2-container .select2-results__options::-webkit-scrollbar-thumb:hover {
	background: #c4ceda;
}

.select2-container--disabled .select2-selection--single,
.select2-container--disabled .select2-selection--multiple {
	color: #667085 !important;
	background: #f8fafc !important;
	border-color: #e4e9ef !important;
	opacity: 1 !important;
}

.dataTables_wrapper,
.dataTables_wrapper *,
.dataTables_wrapper input,
.dataTables_wrapper select,
.dataTables_wrapper button {
	font-size: 12px !important;
}

.dataTables_wrapper .dataTables_length select {
	min-height: 36px;
	height: 36px;
	padding: 7px 30px 7px 9px;
}

.dataTables_wrapper .dataTables_filter input {
	min-height: 38px;
	height: 38px;
	padding: 8px 11px;
}

.dataTables_wrapper .dataTables_info {
	padding-top: 10px;
	font-size: 12px !important;
	color: #667085;
}

.dataTables_wrapper .dataTables_paginate {
	padding-top: 8px;
}

.dataTables_wrapper .paginate_button {
	min-height: 34px;
	font-size: 12px !important;
}

.feeds_widget,
.feeds_widget *,
.form-section,
.form-section *,
.page-header,
.page-header *,
.section-header,
.section-header * {
	font-size: 12px;
}

.page-header h1,
.page-header h2,
.page-header h3 {
	font-size: 18px;
}

.section-header h1,
.section-header h2,
.section-header h3 {
	font-size: 15px;
}

.form-section h1,
.form-section h2,
.form-section h3 {
	font-size: 14px;
}

.page-title {
	font-size: 20px;
	font-weight: 700;
}

.section-title {
	font-size: 15px;
	font-weight: 700;
}

.card-title {
	font-size: 14px;
	font-weight: 700;
}

.form-section-title {
	font-size: 14px;
	font-weight: 700;
}

.icon-text {
	font-size: 12px !important;
}

.required {
	font-size: 12px !important;
	color: #e56b78;
}

@media (max-width: 768px) {
	html,
	body {
		font-size: 14px;
	}

	.card-body,
	.modal-body {
		padding: 13px;
	}

	.form-group {
		margin-bottom: 13px;
	}

	.form-control,
	.form-select,
	.custom-select,
	select:not(.select2-hidden-accessible),
	input[type="text"],
	input[type="number"],
	input[type="email"],
	input[type="password"],
	input[type="date"],
	input[type="datetime-local"],
	input[type="month"],
	input[type="time"],
	input[type="url"],
	input[type="search"],
	input[type="tel"] {
		min-height: 38px;
		height: 38px;
	}

	.table thead th,
	.table tbody td {
		padding: 9px 8px;
	}

	.btn {
		min-height: 38px;
		padding: 8px 11px;
	}

	.page-header h1,
	.page-header h2,
	.page-header h3 {
		font-size: 17px;
	}
}
