body {
	font-family: 'Nunito', sans-serif;
	background-color: #FFFFFF;
}
* {
	outline:none;
}
a {
	text-decoration:none!important;
	color:#000000;
}
a:hover, a:focus {
	color:#ED3225;
}
.form-control, .form-select {
	background-color: #FBFBFB;
    padding: 0.75rem 1.5rem;
    border: 1px solid #EEEEEE;
	box-shadow: 0 2px 3px -1px #FBFBFB;
    border-radius: 0.5rem;
	min-height: 49px;
}

.form-control:focus, .form-select:focus {
	background-color: #FFFFFF;
    border:1px solid #ED3225;
	box-shadow: 0 3px 5px -1px #ED322542;
}
textarea.form-control {
	height:auto;
}
.btn {
	padding: 0.75rem 1.5rem;
	border-radius: 0.5rem;
}
.btn-link, .btn-link:hover, .btn-link:focus {
    color:#FFFFFF;
    box-shadow:none!important;
}
.btn-primary {
	color:#FFFFFF;
	background-color:#ED3225!important;
	border-color:#ED3225!important;
	box-shadow: 0 3px 5px -1px #ED322542;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
	box-shadow: 0 3px 5px -1px #ED322542;
	color:#FFFFFF!important;
}
.btn-outline-primary {
	color:#ED3225!important;
	border-color:#ED3225!important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
	background-color:#ED3225!important;
	color:#FFFFFF!important;
	box-shadow: 0 3px 5px -1px #ED322542;
}
.btn-danger {
    color: #FFFFFF!important;
}
.btn-warning {
    color: #FFFFFF!important;
}
.btn-info {
    color: #FFFFFF!important;
}
.btn-success {
    color: #FFFFFF!important;
}
.alert {
    padding:12px 24px;
}
.alert.alert-danger {
	box-shadow: 0 3px 5px -1px #F7C2C1;
}
.alert.alert-warning {
	box-shadow: 0 3px 5px -1px #FFFAC9;
}
.alert.alert-info {
	box-shadow: 0 3px 5px -1px #D3E8F9;
}
.alert.alert-success {
	box-shadow: 0 3px 5px -1px #C3ECD5;
}
.alert i {
	margin-right:5px;
}
.table {
	margin-bottom:0;
	overflow: hidden;
}
.table th, .table td {
	padding: 12px;
	line-height: 24px;
    white-space: nowrap;
    vertical-align: middle;
}
.table th .wrap, .table td .wrap {
	white-space:normal;
}
.table th {
	border-top:none;
	border-bottom:2px solid #EEEEEE;
	padding-top:24px;
	font-weight:bold;
}
.table td {
	border-top:1 solid #FBFBFB;
}
.table tr:first-child th {
	padding-top:0;
}
.table th:first-child {
	padding-left:0;
}
.table th:last-child {
	padding-right:0;
}
.table td:first-child {
	padding-left:0;
}
.table td:last-child {
	padding-right:0;
}
.table tbody tr:last-child td {
	border-bottom: none;
	padding-bottom: 0;
}
.dropdown-toggle::after {
	display:none!important;
}
.dropdown-menu {
	min-width: 245px;
	box-shadow: 0 2px 3px -1px #FBFBFB;
	border-radius: 0.5rem;
	max-height: 300px;
    overflow: auto;
}
.dropdown-item {
	border-bottom:1px solid #EEEEEE;
	padding:5px 12px;
    font-weight:300;
	cursor:pointer;
}
.dropdown-item:last-child {
	border-bottom:none;
}
.dropdown-item:hover, .dropdown-item:focus {
	background-color:#FBFBFB;
}
.dropdown-item img {
	width:24px;
    height:24px;
    margin-right:10px;
    margin-top:-2px;
}
.dropdown-menu label {
	line-height:1;
}
.form-control i.fa-angle-down {
	margin-top: 4px;
    margin-right: -8px;
    opacity: 0.7;
}
.form-control img {
	width: 18px;
    margin-right: 6px;
    margin-top: -2px;
}
.pagination {
	justify-content:flex-end;
    margin-bottom:24px;
}
.page-link {
	margin:0 0 0 8px!important;
    padding:0;
    width:48px;
    height:48px;
    text-align:center;
	box-shadow: 0 2px 3px -1px #FBFBFB;
	border:none;
    line-height:48px;
    color:#000000;
}
.page-item.active .page-link, .page-link:hover, .page-link:focus {
	background-color:#ED3225;
	color:#FFFFFF;
}
select.form-control[multiple] {
	overflow:auto;
}
select.form-control[multiple]::-webkit-scrollbar-track {
    background:#FFFFFF;
	margin:12px;
}
select.form-control[multiple]::-webkit-scrollbar {
    width:10px;
}
select.form-control[multiple]::-webkit-scrollbar-thumb {
	background:#000000;
	border:2px solid #FFFFFF;
}
.form-group {
    margin-bottom:24px;
}
.modal .modal-body {
	padding: 48px 24px;
	text-align: left;
}
.modal .modal-body i {
	float: left;
	font-size: 2rem;
    margin-right: 24px;
    width: 96px;
    height: 96px;
    line-height: 96px;
    border-radius: 1rem;
	text-align: center;
	color: #FFFFFF;
}
.modal .modal-body i.fa-trash {
	background-color: #e3342f;
}
.modal .modal-body .details  {
	overflow: hidden;
}
.modal .modal-body i.fa-money-bills {
	background-color: #38c172;
}
.modal .modal-body h4 {
	font-size: 1.25rem;
    margin: 6px 0 0;
	padding: 0;
}
.modal .modal-body p {
	font-size: 1rem;
    color: #000000;
    margin-bottom: 24px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 18px;
}
.modal .modal-body .btn {
	margin: 0 2.5px;
    padding: 8px 32px;
}
.nav-tabs {
	border-bottom: 2px solid #EEEEEE;
}
.nav-tabs .nav-link {
	position: relative;
	color: #000000;
	border-width: 2px;
	margin-bottom: -2px;
	border-bottom: none!important;
	border-radius: 0.5rem 0.5rem 0 0;
}
.nav-tabs .nav-link::after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: #ED3225;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #000000;
	background-color: #FFFFFF;
	border-color: #EEEEEE #EEEEEE transparent;
	border-bottom: none;
}
.tab-content {
	padding: 24px;
	border: 2px solid #EEEEEE;
	border-radius: 0 0 0.5rem 0.5rem;
	border-top: none;
	margin-bottom: 24px;
}

header {
	position:fixed;
    bottom:0;
    left:0;
    width:305px;
    text-align:center;
	padding:24px;
    background-color:#FBFBFB;
    z-index:99999;
}
@media(max-width:990px) {
header {
	bottom:auto;
    top:0;
    text-align:right;
    width:100%;
	z-index:999;
}
header.collapsed {
	padding:12px 12px 12px 305px;
}
}
header .main-menu-toggler {
	display:none;
	float:left;
    margin-left:12px;
    line-height:1.35;
    background-color:transparent;
	color:#FFFFFF;
    border:none;
    cursor:pointer;
    outline:none!important;
}
@media(max-width:990px) {
header .main-menu-toggler {
	display:inline-block;
}
}
header ul {
	list-style:none;
    margin:0;
    padding:0;
}
@media(max-width:990px) {
header ul {
	white-space:nowrap;
}
header ul.collapsed {
	display:none;
}
}
header ul > li {
	display:inline-block;
}
header ul > li > a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 12px;
    color: #FFFFFF;
    font-size: 1rem;
    background-color: #04ABEB;
    box-shadow: -3px 4px 23px #FBFBFB;
    border-radius: 0.75rem;
	transition: 0.3s;
}
header ul > li > a:hover, header ul > li > a:focus {
	color:#FFFFFF;
}
header ul > li:last-child > a {
	border:none;
}
header ul>li>a img {
	width: 23px;
    height: 23px;
    border-radius: 10rem;
}
header ul .dropdown-menu.profile {
	text-align:center;
	padding:12px;
}
header ul .dropdown-menu.profile > img {
	width:25%;
	display:block;
	margin:0 auto 12px;
	border-radius:100px;
}
.main-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 305px;
	height: calc(100% - 96px);
	z-index: 9999;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #FBFBFB;
}
@media(max-width:990px) {
	.main-menu {
		height: 100%;
		left: -305px;
	}
}
.main-menu::-webkit-scrollbar-track {
	background: #FBFBFB;
}
.main-menu::-webkit-scrollbar {
	width: 10px;
}
.main-menu::-webkit-scrollbar-thumb {
	background: #000000;
	border: 2px solid #FFFFFF;
}
.main-menu .logo {
	position: relative;
}
.main-menu .logo img {
	max-width: 100%;
    height: 100px;
    margin: 0 auto;
    display: block;
    padding: 24px;
}
@media(max-width:990px) {
	.main-menu.collapsed {
		left: 0;
	}
}
.main-menu .main-menu-list {
	list-style: none;
    margin: 12px 0 0;
    padding: 0 24px;
}
.main-menu .main-menu-list>li>a {
	position: relative;
	display: block;
    color: #000000;
    font-weight: bold;
    white-space: nowrap;
    padding: 12px;
	margin-bottom: 6px;
    transition: 0.3s;
    border-radius: 0.75rem;
}
.main-menu .main-menu-list>li>a::before {
	content: '';
}
.main-menu .main-menu-list>li:hover>a,
.main-menu .main-menu-list>li.active>a {
	background-color: #ED3225;
    color: #FFFFFF;
    box-shadow: 0 4px 6px -1px #ED322542;

}
.main-menu .main-menu-list>li>a i.icon-left {
	width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
    color: #FFFFFF;
	font-size: 0.65rem;
    background-color: #04ABEB;
	box-shadow: -3px 4px 23px #FBFBFB;
    border-radius: 0.5rem;
}
.main-menu .main-menu-list>li:hover>a i.icon-left,
.main-menu .main-menu-list>li.active>a i.icon-left {
	color: #FFFFFF;
	box-shadow: none;
}
.main-menu .main-menu-list>li>a i.fa-angle-right, .main-menu .main-menu-list>li>a i.fa-angle-down {
	float: right;
    margin-top: 10px;
}
.main-menu .main-menu-list li.divider{
	margin: 12px 0;
	border-top: 1px solid #EEEEEE;
}
.main-menu .panel-collapse {
	margin: 0 -10px;
}
.main-menu .sub-menu {
	list-style: none;
    margin: 0 0 6px;
    padding: 0 18px;
}
.sub-menu a {
	display: block;
    position: relative;
    padding: 12px 6px;
	margin-bottom: 3px;
    color: #000000;
    font-weight: 600;
	border-radius: 0.5rem;
}
.sub-menu a:hover,
.sub-menu li.active a {
	background-color: #FFFFFF;
	box-shadow: -3px 4px 23px #FBFBFB;
}
.sub-menu a:before {
	content: '';
	position: absolute;
    margin-left: -12px;
    top: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid #EEEEEE;
    border-radius: 1rem;
}
.sub-menu a:hover:before,
.sub-menu li.active a:before {
	border-color: #ED3225;
}
.page {
	position:relative;
	margin-left: 305px;
}
.page-header {
	padding: 24px;
}
.page-header .breadcrumb {
	padding:0;
    margin:0;
	background-color:transparent;
}
.page-header .breadcrumb .breadcrumb-item {
	position:relative;
    color:#000000;
	line-height:49px;
}
.page-header .breadcrumb .breadcrumb-item a {
	color:#000000;
}
.page-header .breadcrumb .breadcrumb-item:first-child {
	font-size: 1.5rem;
    font-weight: bold;
    margin-right: 12px;
    color: #000000;
}
@media(max-width:990px) {
	.page-header .breadcrumb .breadcrumb-item + .breadcrumb-item {
		display:none;
	}
}
.page-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: inline-block;
    color: #04ABEB;
    font-size: 0.45rem;
	line-height: 49px;
	opacity: 0.5;
}
.page-body {
	min-height: calc(100vh - 97px);
	padding: 24px 24px 0;
}
.page-body-ml {
	margin-left: 305px;
}
.page-body h4 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 12px;
}
.count-statistics-panel {
	background-color: #04ABEB;
	color: #FFFFFF;
	padding: 48px;
	margin-bottom: 24px;
	border-radius: 0.75rem;
	box-shadow: 0 2px 3px -1px #FBFBFB;
	border: 1px solid #EEEEEE;
}
.count-statistics-panel h4 {
	font-size:1.25rem;
    margin-bottom:24px;
	font-weight:bold;
}
.count-statistics-panel h6 {
	font-size: 2rem;
    margin: 0;
	font-weight:bold;
}
.count-statistics-panel i {
	background-color: #ED3225;
	font-size: 1.5rem;
	float: right;
	margin-top: -48px;
	color: #FFFFFF;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 10rem;
}
.table-panel {
	margin-bottom: 24px;
}
.table-panel.h-100 {
	height: calc(100% - 20px)!important;
}
.statistics-table-panel {
	position: relative;
	height:552px;
	padding: 24px;
	overflow:auto;
}
.table-panel::-webkit-scrollbar-track {
    background:#FFFFFF;
	margin:12px;
}
.table-panel::-webkit-scrollbar {
    width:10px;
}
.table-panel::-webkit-scrollbar-thumb {
	background:#000000;
	border:2px solid #FFFFFF;
}
.table-panel h4 {
	font-size: 1.25rem;
	margin-bottom: 12px;
	padding: 0 65px 0 24px;
	font-weight: bold;
}
.table-panel h4 .btn {
	position: absolute;
	padding: 2px 10px;
	font-size: 0.75rem;
	right: 24px;
	top: 24px;
}
.table-panel .table img {
	height:17px;
    margin-top:-2px;
    margin-right:5px;
    width:auto;
	border-radius: 0.25rem;
}
.table-panel .table img.img-md {
	height:100px;
}
.table-panel .table .btn {
	width: 35.05px;
	height: 35.05px;
	padding: 0;
	text-align: center;
	line-height: 33.05px;
	box-shadow: none;
	font-size: 0.75rem;
	margin-left: 3px;
}
.table-panel .form-control {
	box-shadow: none;
	border: 1px solid #EEEEEE;
}
.table-panel .table .btn i {
	color:#FFFFFF;
}
.table-panel .table i {
	height:25px;
    width:25px;
    text-align:center;
    line-height:27px;
	color:#000000;
	transition: 0.3s;
}
.table-panel .table i:hover {
	color: #000000;
}
.table-panel .dropdown-menu {
	max-height:200px;
	overflow:auto;
}
.table-panel .table span {
	display: block;
	text-align: center;
	padding: 3px;
	border-radius: 0.45rem;
	color: #FFFFFF;
}
.table-panel .dropdown-menu::-webkit-scrollbar-track {
    background:#FFFFFF;
	margin:12px;
}
.table-panel .dropdown-menu::-webkit-scrollbar {
    width:10px;
}
.table-panel .dropdown-menu::-webkit-scrollbar-thumb {
	background:#000000;
	border:2px solid #FFFFFF;
}
.panel {
	background-color: #FFFFFF;
	padding: 24px;
	margin-bottom: 24px;
	border-radius: 0.75rem;
	box-shadow: 0 2px 3px -1px #FBFBFB;
}
.panel h4 {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 12px;
}
.actions-panel .btn {
	margin-left: 3px;
}
.actions-panel .multiple-items-actions {
	display: none;
}
.dropdown-menu form  {
	margin: 0;
	padding: 24px;
}
.badge {
	line-height: unset;
}
label.form-check-label {
	line-height: 1;
}
.no-results-found {
    padding: 48px 24px;
    text-align: center;
    font-size: 1.2rem;
}
.no-results-found i {
	font-size: 5rem;
    margin-bottom: 48px;
    color: #FFC107;
}
label {
	font-weight: bold;
	line-height: 49px;
}
hr {
	border:none!important;
	background-color: #FBFBFB;
	height: 2px !important;
}
.image-upload {
	background-color: #FBFBFB;
    padding: 24px;
    margin-bottom: 24px;
    border-radius: 0.5rem;
    box-shadow: 0 2px 3px -1px #FBFBFB;
    border: 1px solid #EEEEEE;
	max-width: 100%;
}
.image-upload-multiple {
	background-color: #FFFFFF;
	padding: 24px;
	margin-bottom: 24px;
	border-radius: 0.5rem;
	box-shadow: 0 2px 3px -1px #FBFBFB;
    margin-bottom:24px;
	max-width: 100%;
}
.image-upload-multiple .btn {
	width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    line-height: 27px;
    font-size: 0.75rem;
    margin-right: 1px;
    box-shadow: none;
	position: absolute;
    right: 12px;
    top: 5px;
}
.tDnD_whileDrag {
    background-color: #FFFFFF;
	box-shadow: 0 2px 3px -1px #FBFBFB;
}
.table-sortable {
	color: #FBFBFB;
    margin-right: 10px;
}
.btn-copy-permalink {
	cursor:pointer;
}
.permalink-value {
	text-transform:lowercase;
}
.permalink-value::selection {
  background: transparent;
}
.btn-copy-permalink i {
	margin-right: 5px;
}
.cke_chrome {
	border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
}
.details-item {
	margin-bottom: 12px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 12px;
}
.details-item:last-child {
	border-bottom: 0;
}
.details-item label {
	line-height: 1;
}
.details-item p {
	display: inline-block;
	margin-bottom: 0;
}
.details-item p span {
	display: block;
	text-align: center;
	padding: 3px 12px;
	border-radius: 0.45rem;
	color: #FFFFFF;
}
@media (min-width:990px)  {
	.account-page::before {
		content: '';
		position: absolute;
		right: 24px;
		top: 24px;
		width: 50%;
		height: calc(100vh - 48px);
		background-color: #04ABEB;
		border-radius: 1.25rem;
		background-image: url(../uploads/images/account-page-bg.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 45%;
	}
}
.account-page .panel {
	background-color: transparent;
	box-shadow: none;
	margin-top: 48px;
	padding: 24px 0;
}
@media (max-width:990px)  {
	.account-page .panel {
		margin-top: 0;
	}
}
.account-page .panel img {
	max-width: 250px;
    margin: 0 0 48px;
}
.account-page footer {
	position: fixed;
	bottom: 48px;
}
.select2-container--default .select2-selection--multiple {
	background-color: #FBFBFB;
    padding: 0.75rem 1.5rem;
    border: 1px solid #EEEEEE;
	box-shadow: 0 2px 3px -1px #FBFBFB;
    border-radius: 0.5rem;
	min-height: 49px;
}
.select2-container--default .select2-selection--multiple:focus, .select2-container--default.select2-container--focus .select2-selection--multiple {
	background-color: #FFFFFF;
    border:1px solid #ED3225;
	box-shadow: 0 3px 5px -1px #ED322542;
}
.select2-dropdown {
	min-width: 245px;
	box-shadow: 0 2px 3px -1px #FBFBFB;
	border-radius: 0.5rem;
	overflow:hidden;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background:#FFFFFF;
	margin:12px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width:10px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
	background:#000000;
	border:2px solid #FFFFFF;
}
.select2-container--default .select2-results__group {
	font-weight: normal;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #04ABEB;
}
.select2-container--default .select2-results__option--selected {
	background-color: #EEEEEE;
}
.select2-container--default .select2-selection--multiple {
	line-height: 1;
}
.select2-container .select2-search--inline .select2-search__field {
	margin-left: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #FBFBFB;
	border: 1px solid #EEEEEE;
	padding-top: 2px;
	padding-bottom: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	border-right: 1px solid #EEEEEE;
	top:2px;
}
.card {
	border-radius: 0.5rem;
    padding: 12px;
	margin-bottom: 24px;
}
.card-header {
	border-radius: 0.5rem !important;
    font-size: 1.25rem;
    font-weight: bold;
	background-color: transparent;
    border: none;
}
.card img {
	max-width: 100%;
	border-radius: 0.5rem;
    margin-bottom: 12px;
}
.card-body p {
	font-size: 1rem;
}

.card-body > .list-unstyled {
	height: 250px;
	overflow: auto;
}

.card-body .list-unstyled i {
	margin-right: 6px;
}

.card-body .list-unstyled .list-unstyled {
	margin-left: 12px;
    font-size: 0.8rem;
    opacity: 0.85;
}

.card-body .list-unstyled .list-unstyled i {
	font-size: 0.8rem;
	margin-right: 6px;
}

.card .card-body .profile-cover {
	background-color: #EEEEEE;
    border-radius: 0.5rem;
    padding: 24px;
	background-size: cover;
    background-position: center;
}

.card .card-body .profile-cover .profile-picture img {
	border-radius: 100rem;
    width: 150px;
    margin-top: 48px;
    margin-bottom: 12px;
}