@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;600;700;800&display=swap');
@import url('https://use.fontawesome.com/releases/v5.5.0/css/all.css');
@import url('bootstrap.css');
@import url('datatables.css');

a.register-btn {
    padding: 10px 0;
    width: 215px;
    border-radius: 50px;
}

.block-shadow {display: block; background-color: #fff; font-weight: bold; box-shadow: 0 10px 10px rgba(0,0,0,.05); border-radius: 5px; font-size: 30px; line-height: 1; padding: 2rem;}
.block-shadow h4 {font-size: 16px;}
.stats {border: 1px solid #ddd; padding: 1rem; border-radius: 5px; position: relative;}
.stats.cancelled {background-color: darkred; border-color: darkred; color: #fff;}
.stats.success {background-color: green; border-color: green; color: #fff;}
.stats.pending::before {content: "\f058"; font-family: 'Font Awesome 5 Free'; float: left;}
.stats.disabled {background-color: #f9f9f9; opacity: .5; cursor: not-allowed;}
.stats.disabled button, .stats.pending button {display: none;}
.stats:not(.success) button, .stats a {float: left; color: #000; border: none; background-color: transparent; cursor: pointer;}
.stats.admin.success a{color: #fff; margin-left: 5px;}
.stats.pending {background-color: orange;}
.stats.pending::before {content: "\f017";}
.stats.admin.pending::before{content:''}
.stats:not(.admin).success button {display: none;}

#more_info2 > div > div > div.modal-body > iframe {
	height: 500px;
	border: none;
}
td.control {
	font-size: 0;
}

#datatable_dashboard_wrapper > div:nth-child(1) > div:nth-child(1) {
	padding: 0 0 20px;
}
.table-striped tbody tr:nth-of-type(even) {
	background: #fff;
}
#datatable_dashboard_filter > label > input,
#datatable_filter > label > input {
	border: 1px solid #6c757d !important;
	padding: 9px !important;
	border-radius: 0.25rem !important;
	background: white !important;
}

.nav-link {
	display: block;
	padding: 0.8rem 1rem !important;
}

/*
 * Sidebar
 */
.sidebar {
	margin-top: 22px;
	z-index: 100; /* Behind the navbar */
	padding: 48px 0 0; /* Height of navbar */

	background: white !important;
	position: fixed;
}

.sidebar ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}

.sidebar-sticky {
	position: relative;
	top: 0;
	height: calc(100vh - 48px);
	padding-top: 0;
	overflow-x: hidden;
	overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sidebar-sticky {
		position: -webkit-sticky;
		position: sticky;
	}
}

.sidebar .nav-link {
	font-weight: 500;
	color: #222;
}

.sidebar .nav-link i {
	margin-left: 5px;
	color: black;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.sidebar .nav-link.active {
	font-weight: bold;
	background: r#00000005 !important;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
	color: inherit;
}

.sidebar-heading {
	font-size: 15px;
	margin: 10px 0px 0px 0px !important;
	padding: 10px 1rem !important;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: black !important;
}

/*
 * Content
 */

[role='main'] {
	padding-top: 133px; /* Space for fixed navbar */
	padding-right: 0px !important;
	padding-left: 0px !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
	display: none !important;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 5px;
	font-size: 14px;
}

@media (min-width: 768px) {
	[role='main'] {
		padding-top: 70px; /* Space for fixed navbar */
		max-width: 80%;
		display: block;
		margin: 58px 16.7% 0 0px !important;
		padding: 1rem 50px 50px 0 !important;
	}
}

/*
 * Navbar
 */

.navbar-brand {
	padding: 0 0 8px !important;
	font-size: 1rem;
	background: white;
	/* background: #47B3FB; */
}

.navbar-brand {
	text-align: center;
}

.navbar-brand img {
	height: auto;
	max-height: 50px;
	max-width: 100%;
	width: auto;
}

.navbar .form-control {
	padding: 0.75rem 1rem;
	border-width: 0;
	border-radius: 0;
}

.navbar {
	background: white !important;
	color: #222 !important;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
}

.display-none {
	display: none !important;
}

#settings {
	display: none;
}

#settings .dropdown-toggle {
	color: black;
	line-height: 26.8px;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 15px;
	transition: all 0.5s ease;
	cursor: pointer;
	padding: 0px !important;
	display: inline-block;
	border: none;
	height: 26.8px;
	background: transparent;
	font-size: 18px;
}

#settings .dropdown-toggle:hover {
	background: gainsboro;
}

#settings .dropdown-toggle:focus {
	box-shadow: none !important;
}

#settings .dropdown-menu {
	float: left !important;
	right: unset !important;
	left: 0px !important;
}

#settings .dropdown-menu button {
	cursor: pointer;
}

#settings .dropdown-toggle::after {
	display: none !important;
}

#logout {
	line-height: 26.8px;
	border-radius: 2px;
	font-size: 22px;
	vertical-align: middle;
	margin-right: 15px;
	transition: all 0.5s ease;
	cursor: pointer;
	height: 26.8px;
	position: relative;
	top: -2px;
}

#logout:hover {
	background: gainsboro;
}

#logout i {
	color: black;
	vertical-align: middle;
}
.form-control:focus,
.form-control {
	background: #fff0;
}
.form-control {
	border: none !important;
	border-bottom: 1px solid black !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0.375rem 0px !important;
}

#datatable_dashboard_wrapper table,
#datatable_wrapper table {
	width: 100% !important;
	margin: 0px 0px 10px 0px !important;
}

#datatable_dashboard_wrapper,
#datatable_wrapper {
	padding: 0px !important;
	margin-bottom: 20px;
	width: 100% !important;
	display: block !important;
}

.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.1);
}

.form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}

.right-logo-wrapper {
	padding: 20px 35px 0px;
}

.right-logo-wrapper img {
	max-height: 60px;
}

.centered-card {
	margin-top: 40px;
	border: none !important;
}

.form-group label {
	color: #23445a;
	font-size: 14px;
	font-weight: bold;
}

input[type='checkbox'] + label {
	font-size: 14px;
}

#datatable thead th,
#datatable_dashboard thead th {
	background-color: #343a40;
	color: #fff;
	padding: 15px;
}
#datatable tbody td,
#datatable_dashboard tbody td {
	padding: 10px 15px;
}

#datatable tbody td,
#datatable_dashboard tbody td {
	word-wrap: break-word;
	overflow: hidden;
}

#datatable_dashboard tbody tr td:nth-child(5),
#datatable_dashboard tbody tr td:nth-child(6) {
	filter: blur(0.2rem);
	-webkit-filter: blue(0.2rem);
}

#menuToggle {
	display: none !important;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 21px;
	position: absolute;
	top: 4px;
	left: 15px;
	color: #222;
	transition: all 0.5s ease;
	cursor: pointer;
}

#menuToggle:hover {
	opacity: 0.7;
}

.card-img-top {
	padding: 40px;
	background: white;
	text-align: center;
}

.topbar-wrapper {
	width: 100% !important;
	padding: 0px 50px !important;
	font-size: 18px;
}

.btn-group .btn {
	background: white;
}

.btn-group .btn:hover {
	color: #6c757d;
}

.card-img-top img {
	max-height: 55px;
	margin: 0px auto;
}

.centered-card .card-title {
	font-weight: 900;
	font-size: 42px;
	margin-bottom: 40px;
}

.submit-btn {
	max-width: 220px;
	height: 55px;
	line-height: 55px;
	padding: 0 40px;
	font-size: 1rem;
	font-weight: 700;
	border-radius: 100px;
	letter-spacing: 0.2px;
	transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
	width: 100%;
	background: #18c746;
	border: 1px solid #18c746;
	color: #fff;
	margin: 20px 0px 10px 0px;
}

.submit-btn.blue-btn {
	background-color: #0062cc;
	border-color: #005cbf;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: none !important;
}

.submit-btn:hover {
	opacity: 0.7;
	background: #18c746;
	border: 1px solid #18c746;
}

.submit-btn.blue-btn:hover {
	background-color: #0062cc;
	border-color: #005cbf;
}

.register-btn {
	display: block;
	text-decoration: underline;
	color: #0084f4;
	font-size: 16px;
	margin-right: 5px;
}

.small-underline {
	text-decoration: underline;
	color: #222;
	font-size: 80%;
}

.pagination li a {
	border-color: #6c757d !important;
	background-color: white !important;
}

.pagination li a:hover {
	background-color: #6c757d !important;
	color: white !important;
}

.pagination li.active a {
	background-color: #6c757d !important;
}

.pagination .page-link:focus {
	box-shadow: none !important;
}

#datatable_wrapper > div:nth-child(1) > div:nth-child(1) {
	padding: 0;
}

.mobile-topbar-wrapper {
	display: none !important;
}

#datatable_dashboard > tbody tr > td > ul > li:nth-child(2) > span.dtr-data,
#datatable_dashboard
	> tbody
	> tr.child
	> td
	> ul
	> li:nth-child(1)
	> span.dtr-data {
	filter: blur(0.2rem);
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
.mb-4, .my-4 {
    margin-bottom: 0 !important;
}

.d-flex.justify-content-between.flex-wrap.flex-md-nowrap.align-items-center.pt-3.pb-2.mb-3.border-bottom {
    margin: 0px 0px !important;
padding-top: 0rem !important;
}
.block-shadow {
    padding: 10px;
margin-bottom:16px;
}
	

	.topbar-wrapper {
		display: none !important;
	}

	#settings {
		display: inline-block;
	}

	table.dataTable thead .sorting:before,
	table.dataTable thead .sorting:after,
	table.dataTable thead .sorting_asc:before,
	table.dataTable thead .sorting_asc:after,
	table.dataTable thead .sorting_desc:before,
	table.dataTable thead .sorting_desc:after,
	table.dataTable thead .sorting_asc_disabled:before,
	table.dataTable thead .sorting_asc_disabled:after,
	table.dataTable thead .sorting_desc_disabled:before,
	table.dataTable thead .sorting_desc_disabled:after {
		display: none !important;
	}

	[role='main'] {
		padding: 75px 15px 0px 15px !important;
	}

	#datatable_dashboard_filter label {
		width: 100%;
		padding: 0px 10px;
		margin-bottom: 0px !important;
	}

	div.dataTables_wrapper div.dataTables_filter input {
		width: 100%;
		border-bottom: none !important;
	}

	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: center !important;
	}

	div.dataTables_wrapper div.dataTables_filter {
		text-align: right !important;
	}

	div.dataTables_wrapper div.dataTables_filter label {
		width: 100% !important;
		margin: 0px !important;
	}

	.btn-toolbar {
		width: 100%;
		display: block;
		flex-wrap: unset !important;
		justify-content: unset !important;
	}

	.btn-toolbar .btn-group {
		display: none !important;
	}

	.btn-toolbar button {
		display: block;
		width: 100%;
		flex: unset !important;
		-webkit-box-flex: unset !important;
		border-radius: 5px !important;
		margin: 5px 0px;
	}

	#menuToggle {
		display: inline-block !important;
	}

	.mobile-topbar-wrapper {
		display: inline-block !important;
		margin-left: 55px;
	}

	.h2 {
		padding: 5px 0px;
	}

	

	.sidebar {
		display: none;
		margin: 0px !important;
		top: calc(58px);
		padding-top: 0px !important;
		position: fixed;
		height: calc(100vh - 58px);
		overflow-y: visible;
	}

	.topbar-wrapper {
		display: block;
		width: 100% !important;
		padding: 0px 10px !important;
	}

	.navbar-brand img {
		padding-right: 15px;
	}

	#datatable_dashboard_filter > label > input,
	#datatable_filter > label > input {
		margin: 0px 0px !important;
		border-radius: 0px !important;
		padding-right: 15px !important;
		padding-left: 15px !important;
		border: none !important;
	}

	#datatable_dashboard_wrapper > div:nth-child(1) > div:nth-child(1) {
		padding: 0px !important;
		height: 0px !important;
	}

	#datatable_dashboard_filter label {
		padding: 0px !important;
	}

	#logout,
	#settings {
		float: left !important;
	}

	.navbar-brand {
		text-align: right !important;
		width: auto !important;
		display: inline-block !important;
	}
}
