*::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

*::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
	background-color: #0056b3;
	border-radius: 10px;
}

.text-sm * {
	font-size: 0.95rem;
}

main>.container, main>.container-fluid {
	padding: 85px 15px 20px;
}

@media ( min-width : 1200px) {
	.container-fluid {
		max-width: 1400px;
	}
	.container-extra {
		max-width: 98%
	}
}

.home-container {
	background-image: url('/resources/img/image_3-min.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	font-family: 'Numans', sans-serif;
	padding: 85px 15px 20px;
	text-align: center;
	max-width: 100% !important;
}

nav {
	background-color: #0056b3 !important;
}

nav .logo {
	max-height: 40px;
}

h6 {
	font-weight: 700;
}

.btn {
	border-radius: 0.35rem;
}

.btn-primary, .bg-primary {
	background-color: #0056b3 !important;
	border-color: #0056b3 !important;
	color: white !important;
	font-weight: 700;
}

.custom-file-input ~ .custom-file-label::after {
	content: "...";
}

.pointer {
	cursor: pointer;
}

.dashboard-card {
	position: absolute;
	left: 45%;
	top: -20px;
	border-radius: 50%;
}

.fa-info {
	cursor: pointer;
	font-size: 12px;
	position: relative;
	top: -8px;
}

.fa-info.main {
	cursor: pointer;
	font-size: 1em !important;
	position: relative;
	top: 0px !important;
}

.invalid-feedback {
	text-align: right;
}

.popover {
	max-width: 1000px !important;
}

.deleteIcon, .editIcon {
	cursor: pointer;
}

.dataTables_length {
	margin: 2px;
}

.dataTables_length select {
	height: 38px;
}

#messages {
	position: absolute;
	z-index: 1000;
	top: 85px;
	right: 15px;
}

#toast-container {
	position: sticky;
	z-index: 1055;
	top: 0
}

#toast-wrapper {
	position: absolute;
	top: 0;
	right: 15px;
	margin: 5px
}

#toast-container>#toast-wrapper>.toast {
	min-width: 150px
}

#toast-container>#toast-wrapper>.toast>.toast-header strong {
	padding-right: 20px
}

table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed.table-sm>tbody>tr>th:first-child:before {
	top: 15px !important;
}