﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 3.5px;
	background: #ccc;
	opacity: 0.5;
}

::-webkit-scrollbar-track {
	border-radius: 3.5px;
}

html, * {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

body {
	min-height: 100vh;
	min-height: -webkit-fill-available;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}

.loader {
	z-index: 3001;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
}

.loader .loader-msg {
	display: block;
	position: absolute;
	white-space: nowrap;
	padding: 1rem;
	width: auto;
	max-width: 80%; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	color: #000;
	z-index: 3002;
}

	main {
		margin-top: 56px;
		min-height: calc(100vh - 56px);
	}

div.full-height {
	min-height: calc(100vh - 56px);
}

.select2-container {
	max-width: 100%;
}

.select2-container .select2-selection--single {
	padding: .375rem .75rem !important;
	height: calc(1.5em + .75rem + 2px);
	line-height: 1.5;
	border:1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: initial;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	position: absolute;
	top: 0;
	right: 1px;
	width: 30px;
}

.input-group select + .select2-container--default .select2-selection--single {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}

.select2-results__options li:hover,
.select2-results__options li:active,
.select2-results__options li:focus {
	background-color: rgba(0,0,0,.075);
}

.row.gutter-sm, .form-row.gutter-sm {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}

.row.gutter-sm .col,
.row.gutter-sm [class^='col-'],
.form-row.gutter-sm .col,
.form-row.gutter-sm [class^='col-'] {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

:focus-visible {
	outline: none;
}

.btn, .form-control, .dropdown-item, textarea {
	font-size: 14px;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

.btn-circle {
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	padding: 0.5rem;
	width: 3.25rem;
	height: 3.25rem;
	display: inline-block;
	border-radius: 50% !important;
	text-align: center;
	line-height: 2.2rem;
	font-size: 20px;
	transition: all ease 0.2s;
}

	.btn-circle:hover {
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
		transform: scale(1.1);
	}

	.btn-circle.btn-lg {
		font-size: 115%;
		padding: 0.75rem;
		line-height: 1.75;
	}

header > nav.navbar {
	z-index: 5001;
}

header > nav.navbar i.fa {
	font-size: 22px!important;
}

.navbar-nav .nav-link {
	color: #000;
	margin-left: -1rem;
	margin-right: -1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding: 1rem;
		margin: -0.5rem 0;
		height: 56px;
		transition: all ease 0.2s;
	}
}

.navbar-expand-md .navbar-nav .nav-link:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.navbar-toggler {
	padding: .25rem .25rem;
	border: none!important;
}

.navbar-toggler-icon {
	height: 1.25rem;
	margin: 0.25rem 0;
	background-image: none!important;
}

.navbar-dark .navbar-toggler {
	color: #fff;
}

#sidebarMenu {
	width: 230px !important;
	min-height: calc(100vh - 56px);
}

@media (max-width: 767px) {
	#sidebarMenu {
		width: 100%;
		min-height: calc(100vh - 96px);
	}
}

.table-wrapper {
	display: flex;
	width: 100%;
	padding: 1rem;
}

.dropdown-menu {
	padding: 0;
	font-size: 14px;
}

.dropdown-menu .dropdown-item {
	padding: 0.75rem;
}

.modal-header {
	background-color: rgba(0,0,0,.03);
}

.modal-title {
	font-size: 16px;
}

label {
	margin-bottom: .25rem;
}

.custom-control.custom-checkbox {
	margin-top: 0.3rem;
	overflow: hidden;
	position: relative;
	padding-left: 20px;
}

	.custom-control.custom-checkbox input[type="checkbox"] {
		margin-left: -40px;
	}

		.custom-control.custom-checkbox input[type="checkbox"]::before {
			content: "";
			font-family: 'FontAwesome';
			display: block;
			width: 18px;
			height: 18px;
			border: 1px solid #ced4da;
			border-radius: 0.25rem;
			margin-left: 20px;
			text-indent: 2px;
			line-height: 12pt;
		}

		.custom-control.custom-checkbox input[type="checkbox"]:checked::before {
			content: "\f00c";
			background-color: #007bff;
			color: #fff;
		}

	.custom-control.custom-checkbox label {
		margin-left: 30px;
	}

.table thead th {
	border-top: none;
	border-bottom: 1px solid #000;
}

.bootbox.modal {
	z-index: 1051;
}

.bootbox.modal + .modal-backdrop {
	z-index: 1050;
}

@media (min-width: 576px) {
	.bootbox.modal .modal-sm {
		max-width: 320px!important;
	}
}

.bootbox.modal .modal-content {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	position: absolute;
	bottom: 20%;
}

.select2-selection.select2-selection--multiple {
	padding: 0 !important;
}

.select2-container.select2-container--default.select2-container--disabled .select2-selection--multiple {
	border: 0 !important;
	background-color: transparent !important;
}

.select2-selection__choice {
	margin: 0!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding: 5px 10px 5px 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	padding: 5px;
}

.select2-container--disabled li.select2-selection__choice {
	padding: 5px 10px!important;
}