@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap);

/*
|--------------------------------------------------------------------------
| Layout
|--------------------------------------------------------------------------
*/
:root {
	--bs-blue: #556ee6;
	--bs-indigo: #564ab1;
	--bs-purple: #6f42c1;
	--bs-red: #f46a6a;
	--bs-orange: #f1734f;
	--bs-yellow: #f1b44c;
	--bs-green: #34c38f;
	--bs-teal: #050505;
	--bs-cyan: #50a5f1;
	--bs-white: #fff;
	--bs-gray: #74788d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #eff2f7;
	--bs-gray-300: #f6f6f6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #74788d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #556ee6;
	--bs-secondary: #74788d;
	--bs-success: #34c38f;
	--bs-info: #50a5f1;
	--bs-warning: #f1b44c;
	--bs-danger: #f46a6a;
	--bs-pink: #e83e8c;
	--bs-light: #eff2f7;
	--bs-dark: #343a40;
	--bs-font-sans-serif: "Poppins", sans-serif;
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	--bs-gradient: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0));
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 0.8125rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #495057;
	--bs-body-bg: #f8f8fb;
}

body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: var(--bs-gray-700)
}

.h1, h1 {
	font-size: calc(1.32813rem + .9375vw)
}

@media (min-width: 1200px) {
	.h1, h1 {
		font-size: 2.03125rem
	}
}

.h2, h2 {
	font-size: calc(1.2875rem + .45vw)
}

@media (min-width: 1200px) {
	.h2, h2 {
		font-size: 1.625rem
	}
}

.h3, h3 {
	font-size: calc(1.26719rem + .20625vw)
}

@media (min-width: 1200px) {
	.h3, h3 {
		font-size: 1.421875rem
	}
}

.h4, h4 {
	font-size: 1.21875rem
}

.h5, h5 {
	font-size: 1.015625rem
}

.h6, h6 {
	font-size: .8125rem
}

a {
	color: #4096cc;
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #495057;
	--bs-table-striped-bg: #f8f9fa;
	--bs-table-active-color: #495057;
	--bs-table-active-bg: #f8f9fa;
	--bs-table-hover-color: #495057;
	--bs-table-hover-bg: #f8f9fa;
	width: 100%;
	margin-bottom: 1rem;
	color: #495057;
	vertical-align: top;
	border-color: #eff2f7;
}

.table a {
	color: #4096cc;
}

.table-dark {
	--bs-table-bg: #343a40;
	--bs-table-striped-bg: #3e444a;
	--bs-table-striped-color: #fff;
	--bs-table-active-bg: #484e53;
	--bs-table-active-color: #fff;
	--bs-table-hover-bg: #43494e;
	--bs-table-hover-color: #fff;
	color: #fff;
	border-color: #484e53;
}

.table-light {
	--bs-table-bg: #eff2f7;
	--bs-table-striped-bg: #e3e6eb;
	--bs-table-striped-color: #000;
	--bs-table-active-bg: #d7dade;
	--bs-table-active-color: #000;
	--bs-table-hover-bg: #dde0e4;
	--bs-table-hover-color: #000;
	color: #000;
	border-color: #d7dade;
}

.table.table-hover tbody tr:hover {
	color: #495057;
	background-color: rgba(73, 80, 87, .1);
}

.table > :not(caption) > * > * {
	padding: 0.75rem 0.75rem;
	background-color: var(--bs-table-bg);
	border-bottom-width: 1px;
	-webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table th, .table strong {
	font-weight: 600;
}

.table .table-light {
	color: #495057;
	border-color: #eff2f7;
	background-color: #f8f9fa;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
	border: none;
}

.table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border: none;
	border-bottom: 1px solid #e7eaec;
	line-height: 1.4;
}

input[type=file] {
	padding: 3px;
}

.form-control, .bootstrap-select {
	display: block;
	width: 100%;
	font-size: .8125rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.btn.btn-xs {
	padding: 0.20rem 0.60rem;
}

.btn.btn-sm {
	padding: 0.25rem 0.60rem;
}

.btn.btn-lg {
	padding: 0.50rem 0.60rem;
}

.btn.btn-xl {
	padding: 0.50rem 0.60rem;
}

body.mini-navbar .nav-header {
	background-color: #ff6d99;
}

.navbar-minimalize.minimalize-styl-2 {
	padding: 4px 12px;
	margin: 13px 7px 13px 7px;
	font-size: 18px;
	float: left;
	color: #555b6d;
}

.nav-header {
	background: none;
}

.navbar-default {
	background: #495057;
}

.nav > li.active {
	background: none;
	border-left: none;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
	background: none;
}

ul.nav-second-level {
	background: none;
}

.navbar-minimalize.minimalize-styl-2:hover {
	color: #555b6d;
}

.nav > li > a {
	font-weight: 400;
	color: #a2a5b9;
}

.mini-navbar .nav .nav-second-level {
	background-color: #a53c5c;
	padding: 0;
	-webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.mini-navbar li.active .nav-second-level {
	left: 70px;
	border-left: 1px solid #d8534f;
}

#side-menu > li > a.special, .navbar-default .nav > li > a.special {
	color: #FFF;
	background: #ff6d99;
	cursor: default;
}

#side-menu > li > a:hover.special, .navbar-default .nav > li > a:hover.special {
	color: #FFF;
	background: #ff6d99;
	cursor: default;
}

#side-menu > li > a.special-admin, .navbar-default .nav > li > a.special-admin {
	color: #FFF;
	background: #e8165f;
	cursor: default;
}

#side-menu > li > a:hover.special-admin, .navbar-default .nav > li > a:hover.special-admin {
	color: #FFF;
	background: #ff6d99;
	cursor: default;
}

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
	padding: 10px 25px;
	margin: 5px 0;
}

body.mini-navbar .navbar-default .nav > li > .nav-second-level li a:hover {
	background-color: #222736;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.ibox-shadow {
	-webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.dashboard-header {
	border-top: 0;
	padding: 20px 20px 10px 10px;
}

.page-heading {
	padding: 10px 10px 10px 10px;
	-webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.dashboard-header h4, .page-heading h4 {
	font-weight: 600;
	font-size: 16px;
}

.breadcrumb {
	background: none;
}

.breadcrumb > .active {
	color: var(--bs-gray);
}

.breadcrumb strong {
	font-weight: 500;
}

.wrapper-content {
	padding: 20px 10px 40px;
}

.ibox-content, .ibox-title, .ibox-footer {
	border-radius: 0.25rem;
	border: none;
	margin-bottom: 3px;
	-webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.pagination > li > a, .pagination > li > span {
	background-color: #FFFFFF;
	color: inherit;
	float: left;
	line-height: 1.4;
	margin-left: -1px;
	position: relative;
	text-decoration: none;
}

.page-item.active .page-link {
	background-color: #ff6d99;
	border: 1px solid #ff6d99 !important;
}

.page-link {
	border: 1px solid #f0f2f7 !important;
}

.page-link:hover {
	background-color: #f2f2f3;
}

/*
|--------------------------------------------------------------------------
| Dropdown
|--------------------------------------------------------------------------
*/
.navbar-top-links .dropdown-menu li a {
	display: block;
	width: 100%;
	padding: 0.35rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 13px;
	margin: 0;
	border-radius: 0;
}

.navbar-top-links .dropdown-menu {
	padding: 5px 0;
	-webkit-box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
}

.navbar-top-links .dropdown-menu .divider {
	margin: 8px 0;
}

.dropdown-menu .dropdown-btn {
	width: 100%;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dropdown-menu .dropdown-btn:hover {
	background: #f1f1f2;
}

/*
|--------------------------------------------------------------------------
| jQuery UI Datepicker
|--------------------------------------------------------------------------
*/
.ui-widget.ui-widget-content {
	border: 1px solid #e0e4e8;
	font-family: "Poppins", sans-serif;
	-webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: "Poppins", sans-serif;
	font-size: 1em;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover {
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	font-weight: normal;
	color: #495057;
	text-shadow: none;
	border-radius: 3px;
	padding: 3px;
	text-align: center;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 2px solid #ced4da;
	background: #ced4da;
	font-weight: normal;
	color: #495057;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid #ff6d99;
	background: #ff6d99;
	font-weight: normal;
	color: #ffffff;
	padding: 3px;
	text-align: center;
}

.ui-widget-header {
	border: 1px solid #FFFFFF;
	background: #FFFFFF;
	color: #495057;
	font-weight: bold;
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 2px;
	border-radius: 0.25em;
}

/*
|--------------------------------------------------------------------------
| Date range picker
|--------------------------------------------------------------------------
*/
.daterangepicker {
	font-family: 'Poppins', sans-serif;
	-webkit-box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
	box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
	border: none;
}

.predefined-range {
	background-color: #ffffff;
	border-radius: 0.25em;
	border: 1px solid #cacbcf;
	padding: 6px 12px;
}

/*
|--------------------------------------------------------------------------
| Bootstrap select
|--------------------------------------------------------------------------
*/
.bootstrap-select > .dropdown-toggle {
	border-radius: 0.25em;
	border: 1px solid #e5e6e7;
	color: #495057;
	background-color: #FFFFFF;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
	outline: none;
	outline-offset: 0;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
	color: #495057;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background-color: #F1F1F2;
}

.show > .btn-light.dropdown-toggle {
	color: #495057;
	background-color: #FFFFFF;
	border: 1px solid #e5e6e7;
}

.bootstrap-select .dropdown-menu {
	max-width: 50vw;
	z-index: 10000;
}

/* Modal */
.modal-content {
	-webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	border-radius: 0.25em;
}

.modal-header .close, .alert .close {
	text-shadow: none;
	font-weight: 400;
}

@media (min-width: 768px) {
	.bootstrap-select .dropdown-menu {
		max-width: 80vw;
		z-index: 10000;
	}
}

/*
|--------------------------------------------------------------------------
| Login
|--------------------------------------------------------------------------
*/
.loginscreen.middle-box {
	margin-top: 10vh;
	width: 400px;
	background: white;
	border-radius: 0.25em;
	-webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
	padding: 0;
}

@media screen and (max-width: 768px) {
	.loginscreen.middle-box {
		width: 90%;
	}
}

.loginscreen.middle-box strong {
	font-weight: 400;
}

.bg-login {
	background: url(../images/undraw/undraw_login.svg) 96% 103% no-repeat;
	background-size: 35%;
	overflow: hidden;
}

.bg-forgot-password {
	background: url(../images/undraw/undraw_forgot_password.svg) 96% 103% no-repeat;
	background-size: 35%;
	overflow: hidden;
}

.middle-box-header {
	padding: 40px;
	background-color: #e7e7e7;
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
}

.middle-box-content {
	padding: 25px;
}