/* ATMOS
BOOTSTRAP 5
ROCKETCUBE */
@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--font-body: 'Roboto', 'Segoe UI', Tahoma, sans-serif;
	--bs-body-color: #0d1c2f;
	--bs-heading-color: #2e384d;
	--bs-link-color: #2e384d;
	--bs-form-valid-color: #0c9;
	--bs-form-valid-border-color: #0c9;
	--bs-form-invalid-color: #f2545b;
	--bs-form-invalid-border-color: #f2545b;
    --bs-border-radius: 0.25rem;
    --bs-border-radius-lg: 0.3rem;
}

.card {
	--bs-card-cap-padding-y: 0.75rem;
	--bs-card-cap-padding-x: 1.25rem;
}

.f-24 {
	font-size: 24px !important;
}

h1, .h1 {
	font-size: 2.25rem;
}

h2, .h2 {
	font-size: 1.8rem;
}

h3, .h3 {
	font-size: 1.575rem;
}

h4, .h4 {
	font-size: 1.35rem;
}

h5, .h5 {
	font-size: 1.125rem;
}

h6, .h6 {
	font-size: .9rem;
}

.lead {
	font-size: 1.125rem;
	font-weight: 300;
}

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

label {
	display: inline-block;
	margin-bottom: .5rem;
}

.text-muted {
	color: #8492a6 !important;
}

.bg-dark {
	background-color: #12263f !important;
}

.p-b-90 {
	padding-bottom: 90px;
}

.p-t-40 {
	padding-top: 40px;
}

/* Хеддер */

.nav_top_menu li.nav-item:hover {
    border-radius: 5px;
    background-color: #f6f6f6;
    transition: 0.5s background-color ease;
    color: #333;
}

/* Главное меню */

.offcanvas_main_menu {
	width: 100% !important;
}

/* LG */
@media (min-width: 992px) {
	.offcanvas_main_menu {
		width: 800px !important;
	}
}

/* XL */
@media (min-width: 1200px) {
	.offcanvas_main_menu {
		width: 800px !important;
	}
}

/* XXL */
@media (min-width: 1400px) {
	.offcanvas_main_menu {
		width: 800px !important;
	}
}

.main_menu_wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	height: auto;
	padding-top: 0.5rem;
}

.menu_head {
    display: flex;
    align-items: center;
}

.menu_head_title {
    color: #2e384d;
}

.menu_head_icon {
    padding: 0px 5px;
    border-radius: 5px;
    background-color: rgb(240, 240, 240);
}

.menu_head_icon .icon-placeholder {
    font-size: 21px;
}

.menu_head_title {
    margin-left: 0.5rem;
    font-weight: bold;
}

.menu_ul {
    padding-left: 2.5rem;
    list-style: none;
    font-size: 1rem;
}

.menu_ul li a:hover {
	text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 0.25em;
    text-decoration-color: rgba(0, 0, 0, 0.3);
    text-decoration-thickness: from-font;
    color: #3867d6;
}

.menu_ul .sub_menu {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 10px;
}

.glass {
    background: rgba(255, 255, 255, 0.71) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(5.6px) !important;
    -webkit-backdrop-filter: blur(5.6px) !important;
}

.btn_close_main_menu {
	background-color: rgba(0, 0, 0, 0.1);
}

.alert-container {
	position: fixed;
	z-index: 9;
	top: 65px;
	right: 0;
	left: 70px;
}

.alert-container .alert {
	margin-bottom: 0;
	animation: showRibbon .5s 0s cubic-bezier(.35, 1.35, .5, 1) backwards;
	opacity: 1;
	border-radius: 0;
}

.sidebar-pinned .alert-container {
	left: 240px;
}

@media (max-width: 991.98px) {
	.alert-container {
		left: 0;
	}
}

.alert-border-primary {
	border: 0;
	border-left: 4px solid #4c66fb;
	background-color: #edf2f9;
}

.alert-border-primary .icon {
	font-size: 1.5rem;
	margin-left: -4px;
	padding-right: 7px;
	color: #4c66fb;
}

.alert-border-secondary {
	border: 0;
	border-left: 4px solid #95aac9;
	background-color: #edf2f9;
}

.alert-border-secondary .icon {
	font-size: 1.5rem;
	margin-left: -4px;
	padding-right: 7px;
	color: #95aac9;
}

.alert-border-success {
	border: 0;
	border-left: 4px solid #0c9;
	background-color: #edf2f9;
}

.alert-border-success .icon {
	font-size: 1.5rem;
	margin-left: -4px;
	padding-right: 7px;
	color: #0c9;
}

.alert-border-info {
	border: 0;
	border-left: 4px solid #19b5fe;
	background-color: #edf2f9;
}

.alert-border-info .icon {
	font-size: 1.5rem;
	margin-left: -4px;
	padding-right: 7px;
	color: #19b5fe;
}

.alert-border-warning {
	border: 0;
	border-left: 4px solid #f7bc06;
	background-color: #edf2f9;
}

.alert-border-warning .icon {
	font-size: 1.5rem;
	margin-left: -4px;
	padding-right: 7px;
	color: #f7bc06;
}

.alert-border-danger {
	border: 0;
	border-left: 4px solid #f2545b;
	background-color: #edf2f9;
}

.alert-border-danger .icon {
	font-size: 1.5rem;
	margin-left: -4px;
	padding-right: 7px;
	color: #f2545b;
}

.alert-border-light {
	border: 0;
	border-left: 4px solid #f9fbfd;
	background-color: #edf2f9;
}

.alert-border-light .icon {
	font-size: 1.5rem;
	margin-left: -4px;
	padding-right: 7px;
	color: #f9fbfd;
}

.alert-border-dark {
	border: 0;
	border-left: 4px solid #12263f;
	background-color: #edf2f9;
}

.alert-border-dark .icon {
	font-size: 1.5rem;
	margin-left: -4px;
	padding-right: 7px;
	color: #12263f;
}

@keyframes showAlert {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}
}

.badge {
	font-weight: 400;
	vertical-align: middle;
}

.btn .badge {
	top: -2px;
}

span.notification-counter {
	position: absolute;
	top: 15px;
	right: 17px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f2545b;
}

.badge-soft-primary {
	color: #4c66fb !important;
	background-color: #dbe0fe !important;
}

.badge-soft-primary[href]:hover, .badge-soft-primary[href]:focus {
	text-decoration: none;
	color: #4c66fb !important;
	background-color: #c2cbfd !important;
}

.badge-soft-secondary {
	color: #95aac9 !important;
	background-color: #eaeef4 !important;
}

.badge-soft-secondary[href]:hover, .badge-soft-secondary[href]:focus {
	text-decoration: none;
	color: #95aac9 !important;
	background-color: #d9e0eb !important;
}

.badge-soft-success {
	color: #0c9 !important;
	background-color: #ccf5eb !important;
}

.badge-soft-success[href]:hover, .badge-soft-success[href]:focus {
	text-decoration: none;
	color: #0c9 !important;
	background-color: #b7f1e3 !important;
}

.badge-soft-info {
	color: #19b5fe !important;
	background-color: #d1f0ff !important;
}

.badge-soft-info[href]:hover, .badge-soft-info[href]:focus {
	text-decoration: none;
	color: #19b5fe !important;
	background-color: #b8e8ff !important;
}

.badge-soft-warning {
	color: #f7bc06 !important;
	background-color: #fdf2cd !important;
}

.badge-soft-warning[href]:hover, .badge-soft-warning[href]:focus {
	text-decoration: none;
	color: #f7bc06 !important;
	background-color: #fcecb4 !important;
}

.badge-soft-danger {
	color: #f2545b !important;
	background-color: #fcddde !important;
}

.badge-soft-danger[href]:hover, .badge-soft-danger[href]:focus {
	text-decoration: none;
	color: #f2545b !important;
	background-color: #fac6c7 !important;
}

.badge-soft-light {
	color: #f9fbfd !important;
	background-color: #fefeff !important;
}

.badge-soft-light[href]:hover, .badge-soft-light[href]:focus {
	text-decoration: none;
	color: #f9fbfd !important;
	background-color: #e5e5ff !important;
}

.badge-soft-dark {
	color: #12263f !important;
	background-color: #d0d4d9 !important;
}

.badge-soft-dark[href]:hover, .badge-soft-dark[href]:focus {
	text-decoration: none;
	color: #12263f !important;
	background-color: #c2c7ce !important;
}

.btn {
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
	font-size: .9rem;
	font-weight: 500;
}

.btn-ghost {
	transition: all ease .2s;
	opacity: .7;
	box-shadow: none;
}

.btn-ghost.active, .btn-ghost:hover, .btn-ghost:active, .btn-ghost:focus {
	opacity: 1;
	background-color: rgba(230, 230, 230, .15);
	box-shadow: none;
}

.dropdown-menu {
    transform: translate(-38px, 38px) !important;
}

.dropdown-toggle.dropdown-toggle-split {
    border-color: #dce4ec;
}

.btn-white {
	color: #2e384d;
	border: 1px solid #dce4ec;
	background-color: #fff;
	box-shadow: none;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
	border: 1px solid #dce4ec !important;
    color: #000 !important;
    outline: 0;
    background-color: #f9fbfd !important;
    box-shadow: none;
}

.btn-white-translucent {
	color: #fff;
	background-color: rgba(255, 255, 255, .15);
}

.btn-white-translucent:hover, .btn-white-translucent:active, .btn-white-translucent:focus {
	color: #fff;
	background-color: rgba(128, 128, 128, .15);
}

.btn-black-translucent {
	color: #fff;
	background-color: rgba(0, 0, 0, .15);
}

.btn-black-translucent:hover, .btn-black-translucent:active, .btn-black-translucent:focus {
	color: #fff;
	background-color: rgba(0, 0, 0, .15);
}

.btn-rounded-circle {
	width: calc(1em * 1.5 + .75rem + 1px * 2);
	padding-right: 0;
	padding-left: 0;
	border-radius: 50%;
}

.btn-lg, .btn-group-lg > .btn {
	font-size: 1.125rem;
	line-height: 1.5;
	padding: .5rem 1rem;
	border-radius: .3rem;
}

.btn-sm, .btn-group-sm > .btn {
	font-size: .7875rem;
	line-height: 1.5;
	padding: .25rem .5rem;
	border-radius: .2rem;
}

.btn-rounded-circle.btn-lg, .btn-group-lg > .btn-rounded-circle.btn {
	width: calc(1em * 1.5 + 1rem + 1px * 2);
}

.btn-rounded-circle.btn-sm, .btn-group-sm > .btn-rounded-circle.btn {
	width: calc(1em * 1.5 + .5rem + 1px * 2);
}

.btn-rounded {
	border-radius: 100px !important;
}

.btn-rounded-left {
	border-radius: 100px 0 0 100px !important;
}

.btn-rounded-right {
	border-radius: 0 100px 100px 0 !important;
}

.btn-filter {
	color: #fff;
    background: linear-gradient(135deg, #4c66fb 0%, #6b4eff 100%);
    border: none;
    transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
	outline: none;
}

.btn-filter:hover {
	transform: translateY(1px);
	background: linear-gradient(135deg, #5a75ff 0%, #7b5fff 100%);
	outline: none;
}

.btn-filter:active {
	transform: scale(0.92) translateY(2px);
	outline: none;
}

.btn-filter:focus {
	outline: none;
}

.btn-primary {
	color: #fff;
	border-color: #4c66fb;
	background-color: #4c66fb;
}

.btn-primary:hover {
	color: #fff;
	border-color: #1a3bfa;
	background-color: #2746fa;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(103, 125, 252, .5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	border-color: #4c66fb;
	background-color: #4c66fb;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	border-color: #0e31fa;
	background-color: #1a3bfa;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(103, 125, 252, .5);
}

.btn-secondary {
	color: #fff;
	border-color: #95aac9;
	background-color: #95aac9;
}

.btn-secondary:hover {
	color: #fff;
	border-color: #738fb8;
	background-color: #7c96bc;
}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(165, 183, 209, .5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	border-color: #95aac9;
	background-color: #95aac9;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
	color: #fff;
	border-color: #6b88b3;
	background-color: #738fb8;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(165, 183, 209, .5);
}

.btn-success {
	color: #fff;
	border-color: #0c9;
	background-color: #0c9;
}

.btn-success:hover {
	color: #fff;
	border-color: #009973;
	background-color: #00a67c;
}

.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(38, 212, 168, .5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	border-color: #0c9;
	background-color: #0c9;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff;
	border-color: #008c69;
	background-color: #009973;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 212, 168, .5);
}

.btn-info {
	color: #fff;
	border-color: #19b5fe;
	background-color: #19b5fe;
}

.btn-info:hover {
	color: #fff;
	border-color: #019be3;
	background-color: #01a4f0;
}

.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(60, 192, 254, .5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	border-color: #19b5fe;
	background-color: #19b5fe;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff;
	border-color: #0192d6;
	background-color: #019be3;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(60, 192, 254, .5);
}

.btn-warning {
	color: #fff;
	border-color: #f7bc06;
	background-color: #f7bc06;
}

.btn-warning:hover {
	color: #fff;
	border-color: #c59605;
	background-color: #d2a005;
}

.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(248, 198, 43, .5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #fff;
	border-color: #f7bc06;
	background-color: #f7bc06;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #fff;
	border-color: #b98d04;
	background-color: #c59605;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 198, 43, .5);
}

.btn-danger {
	color: #fff;
	border-color: #f2545b;
	background-color: #f2545b;
}

.btn-danger:hover {
	color: #fff;
	border-color: #ee252e;
	background-color: #ef3039;
}

.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(244, 110, 116, .5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	border-color: #f2545b;
	background-color: #f2545b;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff;
	border-color: #ed1922;
	background-color: #ee252e;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(244, 110, 116, .5);
}

.btn-light {
	color: #0d1c2f;
	border-color: #f9fbfd;
	background-color: #f9fbfd;
}

.btn-light:hover {
	color: #0d1c2f;
	border-color: #d3e2f0;
	background-color: #dce8f3;
}

.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(214, 218, 222, .5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #0d1c2f;
	border-color: #f9fbfd;
	background-color: #f9fbfd;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
	color: #0d1c2f;
	border-color: #c9dbed;
	background-color: #d3e2f0;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(214, 218, 222, .5);
}

.btn-dark {
	color: #fff;
	border-color: #12263f;
	background-color: #12263f;
}

.btn-dark:hover {
	color: #fff;
	border-color: #070e17;
	background-color: #0a1421;
}

.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(54, 71, 92, .5);
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	border-color: #12263f;
	background-color: #12263f;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
	color: #fff;
	border-color: #04080d;
	background-color: #070e17;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(54, 71, 92, .5);
}

.btn-outline-primary {
	color: #4c66fb;
	border-color: #4c66fb;
}

.btn-outline-primary:hover {
	color: #fff;
	border-color: #4c66fb;
	background-color: #4c66fb;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(76, 102, 251, .5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #4c66fb;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	border-color: #4c66fb;
	background-color: #4c66fb;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(76, 102, 251, .5);
}

.btn-outline-secondary {
	color: #95aac9;
	border-color: #95aac9;
}

.btn-outline-secondary:hover {
	color: #fff;
	border-color: #95aac9;
	background-color: #95aac9;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(149, 170, 201, .5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #95aac9;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	border-color: #95aac9;
	background-color: #95aac9;
}

.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: 0 0 0 .2rem rgba(149, 170, 201, .5);
}

.btn-outline-success {
	color: #0c9;
	border-color: #0c9;
}

.btn-outline-success:hover {
	color: #fff;
	border-color: #0c9;
	background-color: #0c9;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 204, 153, .5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #0c9;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	border-color: #0c9;
	background-color: #0c9;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 204, 153, .5);
}

.btn-outline-info {
	color: #19b5fe;
	border-color: #19b5fe;
}

.btn-outline-info:hover {
	color: #fff;
	border-color: #19b5fe;
	background-color: #19b5fe;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(25, 181, 254, .5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #19b5fe;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	border-color: #19b5fe;
	background-color: #19b5fe;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(25, 181, 254, .5);
}

.btn-outline-warning {
	color: #f7bc06;
	border-color: #f7bc06;
}

.btn-outline-warning:hover {
	color: #fff;
	border-color: #f7bc06;
	background-color: #f7bc06;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(247, 188, 6, .5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #f7bc06;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	border-color: #f7bc06;
	background-color: #f7bc06;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(247, 188, 6, .5);
}

.btn-outline-danger {
	color: #f2545b;
	border-color: #f2545b;
}

.btn-outline-danger:hover {
	color: #fff;
	border-color: #f2545b;
	background-color: #f2545b;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(242, 84, 91, .5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #f2545b;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	border-color: #f2545b;
	background-color: #f2545b;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(242, 84, 91, .5);
}

.btn-outline-light {
	color: #f9fbfd;
	border-color: #f9fbfd;
}

.btn-outline-light:hover {
	color: #0d1c2f;
	border-color: #f9fbfd;
	background-color: #f9fbfd;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(249, 251, 253, .5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #f9fbfd;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
	color: #0d1c2f;
	border-color: #f9fbfd;
	background-color: #f9fbfd;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(249, 251, 253, .5);
}

.btn-outline-dark {
	color: #12263f;
	border-color: #12263f;
}

.btn-outline-dark:hover {
	color: #fff;
	border-color: #12263f;
	background-color: #12263f;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(18, 38, 63, .5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #12263f;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	border-color: #12263f;
	background-color: #12263f;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(18, 38, 63, .5);
}

.btn-link {
	font-weight: 400;
	text-decoration: none;
	color: #4c66fb;
}

.btn-link:hover {
	text-decoration: underline;
	color: #0529f5;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
	pointer-events: none;
	color: #95aac9;
}

.no-border {
	border: 0 !important;
}

.border-white {
	border-color: rgba(255, 255, 255, .15) !important;
}

.border-dashed {
	border-style: dashed !important;
}

.border-top-dashed {
	border-top-style: dashed !important;
}

.border-left-dashed {
	border-left-style: dashed !important;
}

.border-right-dashed {
	border-right-style: dashed !important;
}

.border-bottom-dashed {
	border-bottom-style: dashed !important;
}

.border-strong {
	border-width: 6px !important;
}

.card {
	transition: box-shadow ease .2s;
	box-shadow: 0 25px 50px rgba(8, 21, 66, .06);
	border: 0 solid rgba(0, 0, 0, .125);
}

.card .card-header {
	border-bottom: 0;
	background-color: transparent;
}

.card .card-header .card-title {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 16px;
	margin-bottom: 0;
}

.card .card-body {
	padding: .75rem 1.25rem;
}

.card .card-body.card-scroll {
	height: 350px;
}

.card .card-body.card-scroll .scroll-bar {
	background-color: #1f263d;
}

.card .card-footer {
	border-top: 1px solid #dce4ec;
}

.card:hover {
	box-shadow: 0 5px 12px rgba(126, 142, 177, .2);
}

.card .card-media {
	position: relative;
	border-top-left-radius: calc(.25rem - 0);
	border-top-right-radius: calc(.25rem - 0);
}

.card .card-controls {
	position: absolute;
	z-index: 2;
	top: .75rem;
	right: 1.25rem;
	margin-left: auto;
	border-top-left-radius: calc(.25rem - 0);
	border-top-right-radius: calc(.25rem - 0);
}

.card .card-controls > .icon {
	font-family: 'Material Design Icons';
	font-size: 18px;
	line-height: inherit;
	margin: 0 2px;
	transition: opacity ease .2s;
	opacity: .4;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.card .card-controls > .icon:hover {
	opacity: 1;
}

.card .card-controls .js-card-fullscreen:before {
	content: '';
}

.card .card-controls .js-card-refresh:before {
	content: '';
}

.card .card-controls .js-card-close:before {
	content: '';
}

.card .card-controls.card-controls-bottom {
	position: absolute;
	z-index: 2;
	top: unset;
	right: 1.25rem;
	bottom: .75rem;
	border-bottom-right-radius: calc(.25rem - 0);
	border-bottom-left-radius: calc(.25rem - 0);
}

.card .card-controls > .dropdown {
	display: inline-block;
}

.card .card-controls > .dropdown > a .icon {
	font-size: 18px;
	transition: opacity ease .2s;
	opacity: .4;
}

.card .card-controls > .dropdown > a .icon:hover {
	opacity: 1;
}

.card.is-fullscreen {
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 !important;
	border-radius: 0 !important;
}

.card.is-fullscreen .js-card-fullscreen:before {
	content: '';
}

.card-hover {
	transition: all ease .2s;
}

.card-hover:hover {
	transform: translateY(-5px);
	box-shadow: 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
}

.close span {
	color: transparent;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'currentColor\' viewBox=\'0 0 16 16\'%3E%3Cpath d=\'M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z\'/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-shadow: none;
}

.close.light span {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23ffffff\' viewBox=\'0 0 16 16\'%3E%3Cpath d=\'M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z\'/%3E%3C/svg%3E');
}

.modal .close {
	font-size: 1.8rem;
	z-index: 1;
	top: 1.5rem !important;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 0px;
	border-radius: 50%;
	background: rgba(193, 193, 193, .3) !important;
}

.dropdown-divider {
	overflow: hidden;
	height: 0;
	margin: .5rem 0;
	border-top: 1px solid #edf2f9;
}

.dropdown-menu {
	border: 1px solid transparent;
}

.dropdown-menu.show {
    box-shadow: 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
}

.dropdown-menu .dropdown-item {
	font-size: .9rem;
	font-weight: 500;
}

.dropdown-menu .dropdown-item .dropdown-icon {
	font-size: 1.125rem;
}

.dropdown-menu.notification-container {
	width: 320px;
	padding: 0;
}

.dropdown-menu.notification-container .notification-events {
	overflow: auto;
	height: 250px;
	padding: 10px 15px;
}

.show > .dropdown-menu {
	box-shadow: 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
}

.valid-feedback {
    color: var(--bs-form-valid-border-color);
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
}

.invalid-feedback {
    color: var(--bs-form-invalid-color);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
}

.form-control, .custom-select {
	background-color: #fff;
	border: 1px solid #dce4ec;
	border-radius: .25rem;
	font-size: .9rem;
}

.form-control:focus, .custom-select:focus {
	outline: 0;
	box-shadow: none !important;
}

.form-control.form-control-plaintext, .custom-select.form-control-plaintext {
	border: 0;
	outline: 0;
	box-shadow: none !important;
}

.form-control.form-control-plaintext:focus, .custom-select.form-control-plaintext:focus {
	border: 0;
	outline: 0;
	box-shadow: none !important;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control:focus {
	color: #2e384d;
	border-color: #95aac9;
	outline: 0;
	background-color: #fff;
	box-shadow: 0 0 0 .2rem rgba(76,102,251,.25);
}

.form-control::-ms-input-placeholder {
	opacity: 1;
	color: #95aac9;
}

.form-control::placeholder {
	opacity: 1;
	color: #95aac9;
}

.form-control:disabled,.form-control[readonly] {
	opacity: 1;
	background-color: #edf2f9;
}

.form-control-sm {
	font-size: .7875rem;
}

.form-control-lg {
	border-radius: 0.25rem;
	font-size: 1.125rem;
}

.input-group.input-group-flush > .form-control {
	border-radius: .25rem;
}

.input-group.input-group-flush > .form-control:focus ~ [class*='input-group'] > .input-group-text {
	border-color: #95aac9;
}

.input-group.input-group-flush > .form-control.is-valid ~ [class*='input-group'] > .input-group-text {
	border-color: #0c9;
}

.input-group.input-group-flush > .form-control.is-invalid ~ [class*='input-group'] > .input-group-text {
	border-color: #f2545b;
}

.input-group.input-group-flush > .form-control-prepended {
	padding-left: .375rem;
	border-left-width: thin;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.input-group.input-group-flush > .form-control-appended {
	padding-right: .375rem;
	border-right-width: 0;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.input-group.input-group-flush > .input-group-prepend {
	margin-right: 0;
	order: -1;
}

.input-group.input-group-flush > .input-group-prepend > .input-group-text {
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-right-width: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.input-group.input-group-flush > .input-group-append > .input-group-text {
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-left-width: 0;
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.form-dark label {
	color: #fff;
}

.form-dark .form-control, .form-dark .custom-select, .form-dark .input-group-text {
	transition: background-color ease .2s;
	color: #fff;
	border: 0 !important;
	background-color: rgba(255, 255, 255, .15);
}

.form-dark .form-control::-ms-input-placeholder, .form-dark .custom-select::-ms-input-placeholder, .form-dark .input-group-text::-ms-input-placeholder {
	opacity: 1;
	color: #999;
}

.form-dark .form-control::placeholder, .form-dark .custom-select::placeholder, .form-dark .input-group-text::placeholder {
	opacity: 1;
	color: #999;
}

.form-dark .form-control:focus, .form-dark .form-control:active, .form-dark .custom-select:focus, .form-dark .custom-select:active {
	background-color: rgba(179, 179, 179, .15);
}

.form-dark select.custom-select {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 4 5\'%3E%3Cpath fill=\'%23E3EBF6\' d=\'M2 0L0 2h4zm0 5L0 3h4z\'/%3E%3C/svg%3E');
}

.form-dark select:focus option {
	color: #2e384d !important;
}

.form-dark .form-control:disabled, .form-dark .form-control[readonly] {
	background-color: rgba(176, 170, 170, .32);
}

.offcanvas {
    border-right: 0px !important;
}

.modal .close:focus {
	outline: 0;
}

.modal .modal-dialog.modal-full-width {
	right: 0 !important;
	left: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
}

.modal .modal-content {
	border: 0;
	border-radius: .25rem;
}

.modal.fade.modal-top-left .modal-dialog {
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.modal.fade.modal-top-left .modal-dialog {
		left: 1.75rem;
		margin: 1.75rem auto;
	}
}

@media (max-width: 767.98px) {
	.modal.fade.modal-top-left .modal-dialog {
		width: calc(100% - (.5rem*2));
	}
}

.modal.fade.modal-top-right .modal-dialog {
	position: absolute;
	top: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.modal.fade.modal-top-right .modal-dialog {
		right: 1.75rem;
		margin: 1.75rem auto;
	}
}

@media (max-width: 767.98px) {
	.modal.fade.modal-top-right .modal-dialog {
		width: calc(100% - (.5rem*2));
	}
}

.modal.fade.modal-bottom-right .modal-dialog {
	position: absolute;
	bottom: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.modal.fade.modal-bottom-right .modal-dialog {
		right: 1.75rem;
		margin: 1.75rem auto;
	}
}

@media (max-width: 767.98px) {
	.modal.fade.modal-bottom-right .modal-dialog {
		width: calc(100% - (.5rem*2));
	}
}

.modal.fade.modal-bottom-left .modal-dialog {
	position: absolute;
	bottom: 0;
	width: 100%;
}

@media (min-width: 576px) {
	.modal.fade.modal-bottom-left .modal-dialog {
		left: 1.75rem;
		margin: 1.75rem auto;
	}
}

@media (max-width: 767.98px) {
	.modal.fade.modal-bottom-left .modal-dialog {
		width: calc(100% - (.5rem*2));
	}
}

.modal.fade.modal-bottom-center .modal-dialog {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

@media (min-width: 576px) {
	.modal.fade.modal-bottom-center .modal-dialog {
		margin: 1.75rem auto;
	}
}

@media (max-width: 767.98px) {
	.modal.fade.modal-bottom-center .modal-dialog {
		width: calc(100% - (.5rem*2));
	}
}

.modal.fade.modal-slide-left.show .modal-dialog {
	-ms-transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
}

.modal.fade.modal-slide-left .modal-dialog {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-ms-transform: translate(-100%, 0);
	transform: translate3d(-100%, 0, 0);
}

.modal.fade.modal-slide-left .modal-dialog .modal-content-wrapper {
	height: 100%;
}

.modal.fade.modal-slide-left .modal-dialog .modal-content {
	height: 100%;
}

.modal.fade.modal-slide-left .modal-content {
	border-radius: 0;
}

@media (max-width: 767.98px) {
	.modal.fade.modal-slide-left .modal-dialog {
		width: 100%;
	}
}

.modal.fade.modal-slide-right.show .modal-dialog {
	-ms-transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
}

.modal.fade.modal-slide-right .modal-dialog {
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-ms-transform: translate(100%, 0);
	transform: translate3d(100%, 0, 0);
}

.modal.fade.modal-slide-right .modal-dialog .modal-content-wrapper {
	height: 100%;
}

.modal.fade.modal-slide-right .modal-dialog .modal-content {
	height: 100%;
}

.modal.fade.modal-slide-right .modal-content {
	border-radius: 0;
}

@media (max-width: 767.98px) {
	.modal.fade.modal-slide-right .modal-dialog {
		width: 100%;
	}
}

.modal[data-popup='true'] {
	position: relative;
	top: unset;
	right: unset;
	bottom: unset;
	left: unset;
	width: unset;
	height: unset;
}

.modal[data-popup='true'].fade.modal-top-left .modal-dialog, .modal[data-popup='true'].fade.modal-top-right .modal-dialog, .modal[data-popup='true'].fade.modal-bottom-right .modal-dialog, .modal[data-popup='true'].fade.modal-bottom-left .modal-dialog, .modal[data-popup='true'].fade.modal-bottom-center .modal-dialog {
	position: fixed;
}

.modal[data-popup='true'].fade .modal-content {
	box-shadow: 0 20px 60px -2px rgba(18, 21, 35, .19);
}

.body-scrollable {
	overflow: unset;
	padding-right: unset !important;
}

.body-scrollable .modal-backdrop {
	display: none;
}

.modal-backdrop {
	background: rgba(67, 90, 111, .5);
}

.btn-cta {
	font-size: .8rem;
	font-weight: 600;
	padding: 15px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.event-type {
	display: inline-flex;
	width: 80px;
	height: 80px;
	transition: all ease .2s;
	transition-delay: .3s;
	border: 3px solid #e0e6ed;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.event-type .event-indicator {
	transition: all cubic-bezier(0, .89, .44, 1) .2s;
	transition-delay: .5s;
	transform: scale(0);
	opacity: 0;
}

.show .event-type .event-indicator {
	transform: scale(1);
	opacity: 1;
}

.show .event-type {
	border-color: #e0e6ed;
	background-color: #e0e6ed;
}

.show .event-type.success {
	border-color: #0c9;
	background-color: #0c9;
}

.show .event-type.error {
	border-color: #f2545b;
	background-color: #f2545b;
}

.show .event-type.warning {
	border-color: #f7bc06;
	background-color: #f7bc06;
}

.show .event-type.info {
	border-color: #19b5fe;
	background-color: #19b5fe;
}

/* Таблицы */

.table thead th {
    border-bottom: none;
}

.table thead th, .table tfoot th {
	background-color: #f9fbfd;
    font-size: .8rem;
    font-weight: 500;
    letter-spacing:normal;
    text-transform: uppercase;
    color: #174069;
}

.table th, .table td {
    padding: .6rem;
    vertical-align: inherit;
}

.table-responsive {
    overflow-x: unset;
}

.table {
	width: 100%;
	margin-bottom: 0px;
	color: #2e384d;
}

.table tbody {
    font-size: 0.9rem;
}

.table th, .table td {
    vertical-align: middle;
    padding: .5rem .5rem;
    border-top: 1px solid rgb(237, 242, 249);
	border-bottom: 0px;
	box-shadow: unset;
}

.table thead th {
	vertical-align: bottom;
}

.table tbody + tbody {
	border-top: 1px solid #edf2f9;
}

.table-sm th, .table-sm td {
	padding: .5rem;
}

.table-bordered {
	border: 1px solid #edf2f9;
}

.table-bordered th, .table-bordered td {
	border: 1px solid #edf2f9;
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
	border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f9fbfd;
}

.table-hover tbody tr:hover {
	color: #2e384d;
	background-color: #f9fbfd;
}

.table-primary, .table-primary > th, .table-primary > td {
	background-color: #cdd4fe;
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
	border-color: #a2affd;
}

.table-hover .table-primary:hover {
	background-color: #b4bffe;
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color: #b4bffe;
}

.table-secondary, .table-secondary > th, .table-secondary > td {
	background-color: #e1e7f0;
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
	border-color: #c8d3e3;
}

.table-hover .table-secondary:hover {
	background-color: #d0d9e8;
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color: #d0d9e8;
}

.table-success, .table-success > th, .table-success > td {
	background-color: #b8f1e2;
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
	border-color: #7ae4ca;
}

.table-hover .table-success:hover {
	background-color: #a3edd9;
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #a3edd9;
}

.table-info, .table-info > th, .table-info > td {
	background-color: #bfeaff;
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
	border-color: #87d9fe;
}

.table-hover .table-info:hover {
	background-color: #a6e2ff;
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #a6e2ff;
}

.table-warning, .table-warning > th, .table-warning > td {
	background-color: #fdecb9;
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
	border-color: #fbdc7e;
}

.table-hover .table-warning:hover {
	background-color: #fce5a0;
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #fce5a0;
}

.table-danger, .table-danger > th, .table-danger > td {
	background-color: #fbcfd1;
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
	border-color: #f8a6aa;
}

.table-hover .table-danger:hover {
	background-color: #f9b7ba;
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #f9b7ba;
}

.table-light, .table-light > th, .table-light > td {
	background-color: #fdfefe;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
	border-color: #fcfdfe;
}

.table-hover .table-light:hover {
	background-color: #ecf6f6;
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
	background-color: #ecf6f6;
}

.table-dark, .table-dark > th, .table-dark > td {
	background-color: #bdc2c9;
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
	border-color: #848e9b;
}

.table-hover .table-dark:hover {
	background-color: #afb5be;
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
	background-color: #afb5be;
}

.table-active, .table-active > th, .table-active > td {
	background-color: #f9fbfd;
}

.table-hover .table-active:hover {
	background-color: #e6eef7;
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: #e6eef7;
}

.table .thead-dark th {
	color: #fff;
	border-color: #193659;
	background-color: #11243b;
}

.table .thead-light th {
	color: #95aac9;
	border-color: #edf2f9;
	background-color: #f9fbfd;
}

.table-dark {
	color: #fff;
	background-color: #11243b;
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #193659;
}

.table-dark.table-bordered {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075);
}

body {
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 400;
	color: #2e384d;
	background-color: #edf2f9;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: 'kern' 1;
	-moz-font-feature-settings: 'kern' 1;
}

a {
	color: inherit;
    text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

.nav-link:focus, .nav-link:hover {
	color: inherit;
	text-decoration: none;
	outline: none;
}

.font-primary {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}

.font-secondary {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}

.text-underline {
	border-bottom: 1px dotted currentColor;
	transition: 0.5s ease-in all;
}

.text-underline:hover {
	border-bottom-style: solid;
}

.text-overline {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.fw-100 {
	font-weight: 100;
}

.fw-200 {
	font-weight: 200;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-500 {
	font-weight: 500;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.fw-900 {
	font-weight: 900;
}

.floating-label {
	position: relative;
}

.floating-label label:first-child {
	font-size: .85714em;
	position: absolute;
	z-index: 1;
	top: 0;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	margin-top: .42857em;
	margin-left: 1px;
	padding: 0 .91667em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .2s ease-out;
	transform: translateY(3px);
	white-space: nowrap;
	text-overflow: ellipsis;
	pointer-events: none;
	opacity: 0;
}

.floating-label .form-control {
	height: calc(2.8rem + 2px);
}

.floating-label.show-label label:first-child {
	transform: none;
	opacity: 1;
}

.floating-label.show-label .form-control {
	padding-top: 1.2rem;
}

.image-box {
	display: inline-block;
	background-color: #000;
}

.image-box input[type='checkbox'], .image-box input[type='radio'] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.image-box .image-box-content {
	position: relative;
	cursor: pointer;
}

.image-box .image-box-content:after, .image-box .image-box-content:before {
	font-family: 'Material Design Icons';
	font-size: 1.5rem;
	line-height: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1rem;
	margin-left: -.5rem;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.image-box .image-box-content:after {
	z-index: 1;
	content: '';
	opacity: .7;
}

.image-box .image-box-content:before {
	z-index: 2;
	content: '';
	transition: all ease .2s;
	transform: scale(0);
	opacity: 0;
}

.image-box .image-box-content img {
	max-width: 100%;
	opacity: .8;
}

.image-box input[type='checkbox']:checked + .image-box-content img, .image-box input[type='radio']:checked + .image-box-content img {
	opacity: .6;
}

.image-box input[type='checkbox']:checked + .image-box-content:after, .image-box input[type='radio']:checked + .image-box-content:after {
	opacity: 0;
}

.image-box input[type='checkbox']:checked + .image-box-content:before, .image-box input[type='radio']:checked + .image-box-content:before {
	transform: scale(1);
	opacity: 1;
	color: #fff;
}

.minicheckbox {
	position: relative;
	margin: 0;
	vertical-align: middle;
}

.minicheckbox input[type='checkbox'], .minicheckbox input[type='radio'] {
	position: absolute;
	z-index: -1;
	margin: 0;
	opacity: 0;
}

.minicheckbox .custom-options-box {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: .25rem;
	background-color: rgba(0, 0, 0, .15);
}

.minicheckbox .custom-options-box:before {
	font-family: 'Material Design Icons';
	font-size: 11px;
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1rem;
	content: '';
	transition: .3s opacity;
	text-align: center;
	opacity: 0;
	color: #fff;
	border-radius: .25rem;
}

.minicheckbox input[type='checkbox']:checked ~ .custom-options-box {
	background-color: #4c66fb;
}

.minicheckbox input[type='checkbox']:checked ~ .custom-options-box:before {
	opacity: 1;
}

.cstm-switch {
	display: inline-flex;
	margin: 0;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	align-items: center;
}

.cstm-switch .cstm-switch-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.cstm-switch .cstm-switch-input.disabled ~ .cstm-switch-indicator, .cstm-switch .cstm-switch-input[disabled] ~ .cstm-switch-indicator {
	cursor: not-allowed;
	opacity: .5;
}

.cstm-switch .cstm-switch-input:not(:checked) ~ .cstm-switch-indicator {
	background: #e3ebf6 !important;
}

.cstm-switch .cstm-switch-input:checked ~ .cstm-switch-indicator {
	background: #4c66fb;
}

.cstm-switch .cstm-switch-input:checked ~ .cstm-switch-indicator:before {
	left: calc(1rem + 1px);
}

.cstm-switch .cstm-switch-input:checked ~ .cstm-switch-indicator.size-lg:before {
	left: calc(1.7rem + 1px);
}

.cstm-switch .cstm-switch-indicator {
	position: relative;
	display: inline-block;
	width: 2.25rem;
	height: 1.25rem;
	transition: .3s border-color, .3s background-color;
	vertical-align: bottom;
	border: 1px solid #dce4ec;
	border-radius: 50px;
}

.cstm-switch .cstm-switch-indicator:before {
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(1.25rem - 4px);
	height: calc(1.25rem - 4px);
	content: '';
	transition: .3s left;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
}

.cstm-switch .cstm-switch-indicator.size-lg {
	position: relative;
	display: inline-block;
	width: 4rem;
	height: 2.25rem;
	transition: .3s border-color, .3s background-color;
	vertical-align: bottom;
	border: 1px solid #dce4ec;
	border-radius: 50px;
}

.cstm-switch .cstm-switch-indicator.size-lg:before {
	position: absolute;
	top: 1px;
	left: 1px;
	width: calc(2.25rem - 4px);
	height: calc(2.25rem - 4px);
	content: '';
	transition: .3s left;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
}

.cstm-switch .cstm-switch-description {
	margin-left: .5rem;
	transition: .3s color;
}

.option-box {
	display: inline-block;
}

.option-box input[type='checkbox'], .option-box input[type='radio'] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.option-box label {
	position: relative;
	padding: 8px 10px;
	cursor: pointer;
	transition: all ease .2s;
	border: 1px solid #dce4ec;
	border-radius: .25rem;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(126, 142, 177, .12);
}

.option-box label:after, .option-box label:before {
	font-family: 'Material Design Icons';
	font-size: 1.5rem;
	line-height: inherit;
	position: absolute;
	top: 10px;
	left: 6px;
	color: #e3ebf6;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.option-box label:after {
	content: '';
}

.option-box label:before {
	content: '';
	transition: all ease .2s;
	transform: scale(0);
	opacity: 0;
}

.option-box label .radio-content {
	display: block;
	margin-top: 8px;
	margin-left: 25px;
}

.option-box input[type='checkbox']:checked + label:after, .option-box input[type='radio']:checked + label:after {
	opacity: 0;
}

.option-box input[type='checkbox']:checked + label:before, .option-box input[type='radio']:checked + label:before {
	content: '';
	transform: scale(1);
	opacity: 1;
	color: #0c9;
}

.option-box-column {
	display: inline-block;
}

.option-box-column input[type='checkbox'], .option-box-column input[type='radio'] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.option-box-column label {
	position: relative;
	cursor: pointer;
	transition: all ease .2s;
	border: 1px solid #dce4ec;
	border-radius: .25rem;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(126, 142, 177, .12);
}

.option-box-column label:after, .option-box-column label:before {
	font-family: 'Material Design Icons';
	font-size: 1.5rem;
	line-height: inherit;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -.75rem;
	color: #e3ebf6;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.option-box-column label:after {
	content: '';
}

.option-box-column label:before {
	content: '';
	transition: all ease .2s;
	transform: scale(0);
	opacity: 0;
}

.option-box-column label .radio-content {
	display: block;
	margin-top: 2rem;
	text-align: center;
}

.option-box-column label .radio-content .radio-highlight {
	display: block;
	padding: 15px;
	transition: all ease .2s;
	color: #12263f;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
	background-color: #e3ebf6;
}

.option-box-column input[type='checkbox']:checked + label:after, .option-box-column input[type='radio']:checked + label:after {
	opacity: 0;
}

.option-box-column input[type='checkbox']:checked + label:before, .option-box-column input[type='radio']:checked + label:before {
	content: '\F5e0';
	transform: scale(1);
	opacity: 1;
	color: #0c9;
}

.option-box-column input[type='checkbox']:checked + label .radio-content .radio-highlight, .option-box-column input[type='radio']:checked + label .radio-content .radio-highlight {
	color: #fff;
	background-color: #4c66fb;
}

.option-box-grid {
	display: inline-block;
}

.option-box-grid input[type='checkbox'], .option-box-grid input[type='radio'] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.option-box-grid label {
	position: relative;
	padding: 8px 10px;
	cursor: pointer;
	transition: all ease .2s;
	border: 1px solid #dce4ec;
	border-radius: .25rem;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(126, 142, 177, .12);
}

.option-box-grid label:after, .option-box-grid label:before {
	font-family: 'Material Design Icons';
	font-size: 1.5rem;
	line-height: inherit;
	position: absolute;
	top: 5px;
	right: 5px;
	color: #e3ebf6;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.option-box-grid label:after {
	content: '';
}

.option-box-grid label:before {
	content: '';
	transition: all ease .2s;
	transform: scale(0);
	opacity: 0;
}

.option-box-grid label .radio-content {
	display: block;
	margin-top: 8px;
}

.option-box-grid input[type='checkbox']:checked + label:after, .option-box-grid input[type='radio']:checked + label:after {
	opacity: 0;
}

.option-box-grid input[type='checkbox']:checked + label:before, .option-box-grid input[type='radio']:checked + label:before {
	content: '';
	transform: scale(1);
	opacity: 1;
	color: #0c9;
}

.tag-input {
	display: inline-block;
}

.tag-input input[type='checkbox'] {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.tag-input label {
	position: relative;
	padding: 8px 10px;
	cursor: pointer;
	transition: all ease .2s;
	border: 1px solid #dce4ec;
	border-radius: .25rem;
	box-shadow: 0 2px 4px rgba(126, 142, 177, .12);
}

.tag-input input[type='checkbox']:checked + label {
	padding-left: 25px;
	color: #fff;
	background-color: #4c66fb;
}

.tag-input input[type='checkbox']:checked + label:before {
	font-family: 'Material Design Icons';
	font-size: 1rem;
	line-height: inherit;
	position: absolute;
	left: 6px;
	content: '';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.tag-input input[type='checkbox']:active + label {
	background-color: #e3ebf6;
}

.accordion .collapse {
	border-top: 1px solid transparent;
}

.accordion .collapse.show {
	border-top: 1px solid #dce4ec;
}

.accordion .card {
	border: 1px solid #dce4ec;
	box-shadow: none;
}

.accordion .card .card-header {
	position: relative;
	padding-right: 35px;
}

.accordion .card .card-header a[data-toggle='collapse']:after {
	font-family: 'Material Design Icons';
	font-size: 1.2rem;
	position: absolute;
	top: 10px;
	right: 10px;
	content: '';
}

.accordion .card .card-header a[data-toggle='collapse'][aria-expanded='true']:after {
	font-family: 'Material Design Icons';
	font-size: 1.2rem;
	position: absolute;
	top: 10px;
	right: 10px;
	content: '';
}

.accordion.alternate-icons .card .card-header {
	position: relative;
	padding-right: 35px;
}

.accordion.alternate-icons .card .card-header a[data-toggle='collapse']:after {
	font-family: 'Material Design Icons';
	font-size: 1.2rem;
	position: absolute;
	top: 10px;
	right: 10px;
	content: '\f415';
}

.accordion.alternate-icons .card .card-header a[data-toggle='collapse'][aria-expanded='true']:after {
	font-family: 'Material Design Icons';
	font-size: 1.2rem;
	position: absolute;
	top: 10px;
	right: 10px;
	content: '\f374';
}

.avatar {
	position: relative;
	display: inline-block;
}

.avatar-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.avatar-title {
	display: flex;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: #b1c2d9;
	align-items: center;
	justify-content: center;
}

.avatar-title:hover, .avatar-img:hover {
	box-shadow: 0 0 0 2px white;
}

.avatar-online::before, .avatar-away::before, .avatar-dnd::before, .avatar-offline::before {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	width: 30%;
	height: 30%;
	content: '';
	border: 3px solid #fff;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.avatar-online::before {
	background-color: #0c9;
}

.avatar-away::before {
	background-color: #f7bc06;
}

.avatar-dnd::before {
	background-color: #f2545b;
}

.avatar-offline::before {
	background-color: #b1c2d9;
}

.avatar {
	width: 3rem;
	height: 3rem;
}

.avatar .border {
	border-width: 4px !important;
}

.avatar .rounded {
	border-radius: 6px !important;
}

.avatar .avatar-title {
	font-size: 18px;
}

.avatar .avatar-online::before, .avatar .avatar-away::before, .avatar .avatar-dnd::before, .avatar .avatar-offline::before {
	border-width: 2px;
}

.avatar-xs {
	width: 1.625rem;
	height: 1.625rem;
}

.avatar-xs .border {
	border-width: 2px !important;
}

.avatar-xs .rounded {
	border-radius: 4px !important;
}

.avatar-xs .avatar-title {
	font-size: 10px;
}

.avatar-xs .avatar-online::before, .avatar-xs .avatar-away::before, .avatar-xs .avatar-dnd::before, .avatar-xs .avatar-offline::before {
	border-width: 1px;
}

.avatar-sm {
	width: 2.5rem;
	height: 2.5rem;
}

.avatar-sm .border {
	border-width: 3px !important;
}

.avatar-sm .rounded {
	border-radius: 4px !important;
}

.avatar-sm .avatar-title {
	font-size: 13px;
}

.avatar-sm .avatar-online::before, .avatar-sm .avatar-away::before, .avatar-sm .avatar-dnd::before, .avatar-sm .avatar-offline::before {
	border-width: 2px;
}

.avatar-lg {
	width: 4rem;
	height: 4rem;
}

.avatar-lg .border {
	border-width: 3px !important;
}

.avatar-lg .rounded {
	border-radius: 8px !important;
}

.avatar-lg .avatar-title {
	font-size: 24px;
}

.avatar-lg .avatar-online::before, .avatar-lg .avatar-away::before, .avatar-lg .avatar-dnd::before, .avatar-lg .avatar-offline::before {
	border-width: 3px;
}

.avatar-xl {
	width: 5.125rem;
	height: 5.125rem;
}

.avatar-xl .border {
	border-width: 4px !important;
}

.avatar-xl .rounded {
	border-radius: 8px !important;
}

.avatar-xl .avatar-title {
	font-size: 30px;
}

.avatar-xl .avatar-online::before, .avatar-xl .avatar-away::before, .avatar-xl .avatar-dnd::before, .avatar-xl .avatar-offline::before {
	border-width: 4px;
}

.avatar-xxl {
	width: 5.125rem;
	height: 5.125rem;
}

.avatar-xxl .border {
	border-width: 6px !important;
}

.avatar-xxl .rounded {
	border-radius: 8px !important;
}

.avatar-xxl .avatar-title {
	font-size: 30px;
}

.avatar-xxl .avatar-online::before, .avatar-xxl .avatar-away::before, .avatar-xxl .avatar-dnd::before, .avatar-xxl .avatar-offline::before {
	border-width: 4px;
}

@media (min-width: 768px) {
	.avatar-xxl {
		width: 8rem;
		height: 8rem;
	}

	.avatar-xxl .border {
		border-width: 4px !important;
	}

	.avatar-xxl .rounded {
		border-radius: 12px !important;
	}

	.avatar-xxl .avatar-title {
		font-size: 42px;
	}

	.avatar-xxl .avatar-online::before, .avatar-xxl .avatar-away::before, .avatar-xxl .avatar-dnd::before, .avatar-xxl .avatar-offline::before {
		border-width: 4px;
	}
}

.avatar-group {
	display: inline-flex;
}

.avatar-group .avatar + .avatar {
	margin-left: -.75rem;
}

.avatar-group .avatar-xs + .avatar-xs {
	margin-left: -.40625rem;
}

.avatar-group .avatar-sm + .avatar-sm {
	margin-left: -.625rem;
}

.avatar-group .avatar-lg + .avatar-lg {
	margin-left: -1rem;
}

.avatar-group .avatar-xl + .avatar-xl {
	margin-left: -1.28125rem;
}

.avatar-group .avatar:hover {
	z-index: 1;
}

.avatar-input {
	position: relative;
	overflow: hidden;
}

.avatar-input .avatar-file-picker {
	position: absolute;
	z-index: 2;
	width: 1px;
	height: 1px;
	margin: 0;
	opacity: 0;
}

.avatar-input .avatar-input-icon {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	transition: all ease .2s;
	opacity: 0;
	color: #fff;
	background: rgba(0, 0, 0, .37);
	justify-content: center;
	align-items: center;
}

.avatar-input:hover .avatar-input-icon {
	opacity: 1;
}

.loading-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	border-radius: .25rem;
	background-color: rgba(67, 90, 111, .5);
	background-image: url('../img/loading.svg');
	background-repeat: no-repeat;
	background-position: center;
}

.timeline {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.timeline .timeline-item {
	line-height: 1.5;
	position: relative;
	margin-bottom: 25px;
	padding: 0 0;
	transition: all ease .2s;
	border-radius: .25rem;
}

.timeline .timeline-item .timeline-wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.timeline .timeline-item:hover {
	cursor: default;
	background-color: #f9fbfd;
}

.timeline .timeline-item:not(:last-child):after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 20px;
	width: 2px;
	height: calc(100% + 25px);
	content: '';
	background-color: #d2ddec;
}

.timeline.timeline-xs .timeline-item {
	margin-bottom: 15px;
}

.timeline.timeline-xs .timeline-item:not(:last-child):after {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 12px;
	width: 2px;
	height: calc(100% + 25px);
	content: '';
	background-color: #d2ddec;
}

.admin-sidebar {
	font-weight: 500;
	position: fixed;
	z-index: 999;
	top: 0;
	right: auto;
	bottom: 0;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	width: 240px;
	transition: transform ease .2s;
	color: #8492a6;
	border-right: 1px solid #dce4ec;
	background-color: #fff;
}

.admin-sidebar .admin-sidebar-brand {
	display: flex;
	width: 100%;
	height: 65px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #fff;
	flex: 0 0 auto;
	align-items: center;
}

.admin-sidebar .admin-sidebar-brand .admin-brand-logo {
	max-width: 100%;
}

.admin-sidebar .admin-close-sidebar {
	font-family: 'Material Design Icons';
	font-size: 24px;
	display: none;
	padding-left: 15px;
	align-items: center;
}

.admin-sidebar .admin-close-sidebar:before {
	content: '';
}

.admin-sidebar .admin-pin-sidebar {
	font-family: 'Material Design Icons';
	font-size: 1rem;
	line-height: inherit;
	display: inline-block;
	width: 40px;
	text-align: center;
	opacity: 0;
	color: #8492a6;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.admin-sidebar .admin-pin-sidebar:before {
	content: '擄';
}

.admin-sidebar .admin-sidebar-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 30px;
	flex: 1 1 auto;
}

.admin-sidebar .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.admin-sidebar .menu .menu-item {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	list-style: none;
	transition: opacity ease .2s;
}

.admin-sidebar .menu .menu-item .menu-link {
	display: table;
	width: 100%;
	padding: 10px 15px;
	transition: opacity .2s ease;
	justify-content: space-between;
}

.admin-sidebar .menu .menu-item .menu-link .menu-label {
	display: table-cell;
	vertical-align: middle;
	color: #8492a6;
}

.admin-sidebar .menu .menu-item .menu-link .menu-label .menu-name {
	display: block;
}

.admin-sidebar .menu .menu-item .menu-link .menu-label .menu-arrow {
	font-family: 'Material Design Icons';
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
	margin: auto 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.admin-sidebar .menu .menu-item .menu-link .menu-label .menu-arrow:before {
	content: '';
}

.admin-sidebar .menu .menu-item .menu-link .menu-label .menu-info {
	opacity: .6;
	color: #8492a6;
}

.admin-sidebar .menu .menu-item .menu-link .menu-icon {
	position: relative;
	display: table-cell;
	width: 40px;
	height: 40px;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	border-radius: .25rem;
	background: rgba(255, 255, 255, .22);
}

.admin-sidebar .menu .menu-item .menu-link .menu-icon .icon-placeholder {
	font-style: normal;
	margin: auto;
	color: #8492a6;
}

.admin-sidebar .menu .menu-item .menu-link .menu-icon .icon-placeholder {
	font-size: 22px;
}

.admin-sidebar .menu .menu-item .menu-link .menu-icon .icon-badge {
	font-size: 10px;
	position: absolute;
	top: -7px;
	right: -6px;
	padding: .3em .6em;
}

.admin-sidebar .menu .menu-item .sub-menu {
	display: none;
	padding: 0;
	padding-left: 10px;
	list-style: none;
}

.admin-sidebar .menu .menu-item.active {
	background: whitesmoke;
}

.admin-sidebar .menu .menu-item.active > .menu-link .menu-label, .admin-sidebar .menu .menu-item.active > .menu-link .icon-placeholder {
	color: #4c66fb;
}

.admin-sidebar .menu .menu-item > .menu-link:hover .menu-label, .admin-sidebar .menu .menu-item > .menu-link:hover .icon-placeholder {
	color: #4c66fb;
}

.admin-sidebar .menu .menu-item.opened > .menu-link .menu-label, .admin-sidebar .menu .menu-item.opened > .menu-link .icon-placeholder {
	color: #4c66fb;
}

.admin-sidebar .menu .menu-item.opened > .menu-link > .menu-label .menu-name > .menu-arrow:before {
	content: '';
}

.admin-sidebar .menu .menu-item.opened .sub-menu {
	border-top: 1px solid rgba(255, 255, 255, .07);
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	background: whitesmoke;
}

.sidebar-backdrop {
	display: none;
	opacity: 0;
}

.admin-brand-content {
	display: inline-block;
	padding: 0 5px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.admin-sidebar {
		transform: translateX(-170px);
	}

	body.sidebar-pinned .admin-sidebar {
		transform: translateX(0);
	}

	body.sidebar-pinned .admin-pin-sidebar {
		transform: scale(1);
		opacity: 1;
	}

	body.sidebar-pinned .admin-pin-sidebar:before {
		content: '勞';
	}

	.admin-sidebar.sidebar-show {
		transform: translateX(0) !important;
	}

	.admin-sidebar.sidebar-show .admin-pin-sidebar {
		transform: scale(1);
		opacity: 1;
	}
}

@media (max-width: 992px) {
	.admin-sidebar {
		transform: translateX(-100%);
	}

	.admin-sidebar .admin-pin-sidebar {
		display: none;
	}

	.admin-sidebar .admin-close-sidebar {
		display: inline-block;
	}

	.sidebar-open .admin-sidebar {
		transform: translateX(0) !important;
	}

	.sidebar-open .sidebar-backdrop {
		position: fixed;
		z-index: 99;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		opacity: .5;
		background-color: #000;
	}
}

.usable-height {
	height: calc(100vh - 65px);
}

.panel {
	display: flex;
	flex-direction: column;
}

.panel .panel-header, .panel .panel-footer {
	flex: 0 0 auto;
}

.panel .panel-body {
	overflow-y: auto;
	flex: 1 1 auto;
}

.p-t-0 {
	padding-top: 0;
}

.p-r-0 {
	padding-right: 0;
}

.p-l-0 {
	padding-left: 0;
}

.p-b-0 {
	padding-bottom: 0;
}

.p-t-5 {
	padding-top: 5px;
}

.p-r-5 {
	padding-right: 5px;
}

.p-l-5 {
	padding-left: 5px;
}

.p-b-5 {
	padding-bottom: 5px;
}

.p-t-10 {
	padding-top: 10px;
}

.p-r-10 {
	padding-right: 10px;
}

.p-l-10 {
	padding-left: 10px;
}

.p-b-10 {
	padding-bottom: 10px;
}

.p-t-15 {
	padding-top: 15px;
}

.p-r-15 {
	padding-right: 15px;
}

.p-l-15 {
	padding-left: 15px;
}

.p-b-15 {
	padding-bottom: 15px;
}

.p-t-20 {
	padding-top: 20px;
}

.p-r-20 {
	padding-right: 20px;
}

.p-l-20 {
	padding-left: 20px;
}

.p-b-20 {
	padding-bottom: 20px;
}

.p-t-25 {
	padding-top: 25px;
}

.p-r-25 {
	padding-right: 25px;
}

.p-l-25 {
	padding-left: 25px;
}

.p-b-25 {
	padding-bottom: 25px;
}

.p-t-30 {
	padding-top: 30px;
}

.p-r-30 {
	padding-right: 30px;
}

.p-l-30 {
	padding-left: 30px;
}

.p-b-30 {
	padding-bottom: 30px;
}

.p-t-35 {
	padding-top: 35px;
}

.p-r-35 {
	padding-right: 35px;
}

.p-l-35 {
	padding-left: 35px;
}

.p-b-35 {
	padding-bottom: 35px;
}

.p-t-40 {
	padding-top: 40px;
}

.p-r-40 {
	padding-right: 40px;
}

.p-l-40 {
	padding-left: 40px;
}

.p-b-40 {
	padding-bottom: 40px;
}

.p-t-45 {
	padding-top: 45px;
}

.p-r-45 {
	padding-right: 45px;
}

.p-l-45 {
	padding-left: 45px;
}

.p-b-45 {
	padding-bottom: 45px;
}

.p-t-50 {
	padding-top: 50px;
}

.p-r-50 {
	padding-right: 50px;
}

.p-l-50 {
	padding-left: 50px;
}

.p-b-50 {
	padding-bottom: 50px;
}

.p-t-55 {
	padding-top: 55px;
}

.p-r-55 {
	padding-right: 55px;
}

.p-l-55 {
	padding-left: 55px;
}

.p-b-55 {
	padding-bottom: 55px;
}

.p-t-60 {
	padding-top: 60px;
}

.p-r-60 {
	padding-right: 60px;
}

.p-l-60 {
	padding-left: 60px;
}

.p-b-60 {
	padding-bottom: 60px;
}

.p-t-65 {
	padding-top: 65px;
}

.p-r-65 {
	padding-right: 65px;
}

.p-l-65 {
	padding-left: 65px;
}

.p-b-65 {
	padding-bottom: 65px;
}

.p-t-70 {
	padding-top: 70px;
}

.p-r-70 {
	padding-right: 70px;
}

.p-l-70 {
	padding-left: 70px;
}

.p-b-70 {
	padding-bottom: 70px;
}

.p-t-75 {
	padding-top: 75px;
}

.p-r-75 {
	padding-right: 75px;
}

.p-l-75 {
	padding-left: 75px;
}

.p-b-75 {
	padding-bottom: 75px;
}

.p-t-80 {
	padding-top: 80px;
}

.p-r-80 {
	padding-right: 80px;
}

.p-l-80 {
	padding-left: 80px;
}

.p-b-80 {
	padding-bottom: 80px;
}

.p-t-85 {
	padding-top: 85px;
}

.p-r-85 {
	padding-right: 85px;
}

.p-l-85 {
	padding-left: 85px;
}

.p-b-85 {
	padding-bottom: 85px;
}

.p-t-90 {
	padding-top: 90px;
}

.p-r-90 {
	padding-right: 90px;
}

.p-l-90 {
	padding-left: 90px;
}

.p-b-90 {
	padding-bottom: 90px;
}

.p-t-95 {
	padding-top: 95px;
}

.p-r-95 {
	padding-right: 95px;
}

.p-l-95 {
	padding-left: 95px;
}

.p-b-95 {
	padding-bottom: 95px;
}

.p-t-100 {
	padding-top: 100px;
}

.p-r-100 {
	padding-right: 100px;
}

.p-l-100 {
	padding-left: 100px;
}

.p-b-100 {
	padding-bottom: 100px;
}

.m-t-0 {
	margin-top: 0;
}

.m-r-0 {
	margin-right: 0;
}

.m-l-0 {
	margin-left: 0;
}

.m-b-0 {
	margin-bottom: 0;
}

.m-t-5 {
	margin-top: 5px;
}

.m-r-5 {
	margin-right: 5px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-b-5 {
	margin-bottom: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-b-10 {
	margin-bottom: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-r-15 {
	margin-right: 15px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-b-15 {
	margin-bottom: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-r-20 {
	margin-right: 20px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-r-25 {
	margin-right: 25px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-b-25 {
	margin-bottom: 25px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-r-30 {
	margin-right: 30px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-b-30 {
	margin-bottom: 30px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-r-35 {
	margin-right: 35px;
}

.m-l-35 {
	margin-left: 35px;
}

.m-b-35 {
	margin-bottom: 35px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-r-40 {
	margin-right: 40px;
}

.m-l-40 {
	margin-left: 40px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-t-45 {
	margin-top: 45px;
}

.m-r-45 {
	margin-right: 45px;
}

.m-l-45 {
	margin-left: 45px;
}

.m-b-45 {
	margin-bottom: 45px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-r-50 {
	margin-right: 50px;
}

.m-l-50 {
	margin-left: 50px;
}

.m-b-50 {
	margin-bottom: 50px;
}

.m-t-55 {
	margin-top: 55px;
}

.m-r-55 {
	margin-right: 55px;
}

.m-l-55 {
	margin-left: 55px;
}

.m-b-55 {
	margin-bottom: 55px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-r-60 {
	margin-right: 60px;
}

.m-l-60 {
	margin-left: 60px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.m-t-65 {
	margin-top: 65px;
}

.m-r-65 {
	margin-right: 65px;
}

.m-l-65 {
	margin-left: 65px;
}

.m-b-65 {
	margin-bottom: 65px;
}

.m-t-70 {
	margin-top: 70px;
}

.m-r-70 {
	margin-right: 70px;
}

.m-l-70 {
	margin-left: 70px;
}

.m-b-70 {
	margin-bottom: 70px;
}

.m-t-75 {
	margin-top: 75px;
}

.m-r-75 {
	margin-right: 75px;
}

.m-l-75 {
	margin-left: 75px;
}

.m-b-75 {
	margin-bottom: 75px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-r-80 {
	margin-right: 80px;
}

.m-l-80 {
	margin-left: 80px;
}

.m-b-80 {
	margin-bottom: 80px;
}

.m-t-85 {
	margin-top: 85px;
}

.m-r-85 {
	margin-right: 85px;
}

.m-l-85 {
	margin-left: 85px;
}

.m-b-85 {
	margin-bottom: 85px;
}

.m-t-90 {
	margin-top: 90px;
}

.m-r-90 {
	margin-right: 90px;
}

.m-l-90 {
	margin-left: 90px;
}

.m-b-90 {
	margin-bottom: 90px;
}

.m-t-95 {
	margin-top: 95px;
}

.m-r-95 {
	margin-right: 95px;
}

.m-l-95 {
	margin-left: 95px;
}

.m-b-95 {
	margin-bottom: 95px;
}

.m-t-100 {
	margin-top: 100px;
}

.m-r-100 {
	margin-right: 100px;
}

.m-l-100 {
	margin-left: 100px;
}

.m-b-100 {
	margin-bottom: 100px;
}

.p-all-0 {
	padding: 0;
}

.p-all-5 {
	padding: 10px;
}

.p-all-10 {
	padding: 10px;
}

.p-all-15 {
	padding: 15px;
}

.p-all-25 {
	padding: 25px;
}

.m-all-0 {
	margin: 0;
}

.m-all-5 {
	margin: 5px;
}

.m-all-10 {
	margin: 10px;
}

.m-all-15 {
	margin: 15px;
}

.m-all-25 {
	margin: 25px;
}

.pull-up-xs {
	margin-top: -25px;
}

.pull-up-sm {
	margin-top: -50px;
}

.pull-up {
	margin-top: -90px;
}

.m-h-0 {
	min-height: 0vh;
}

.m-h-10 {
	min-height: 10vh;
}

.m-h-20 {
	min-height: 20vh;
}

.m-h-30 {
	min-height: 30vh;
}

.m-h-40 {
	min-height: 40vh;
}

.m-h-50 {
	min-height: 50vh;
}

.m-h-60 {
	min-height: 60vh;
}

.m-h-70 {
	min-height: 70vh;
}

.m-h-80 {
	min-height: 80vh;
}

.m-h-90 {
	min-height: 90vh;
}

.m-h-100 {
	min-height: 100vh;
}

.full-height {
	height: 100%;
}

html, body {
	height: 100%;
}

.admin-main {
	padding-top: 65px;
}

.admin-header {
	position: fixed;
	z-index: 99;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	height: 65px;
	padding: 0px 5px;
	border-bottom: 1px solid #dce4ec;
	background: #fff;
	box-shadow: none;
	align-items: center;
}

.admin-header .sidebar-toggle {
	font-family: 'Material Design Icons';
	font-size: 24px;
	display: none;
	margin-right: 15px;
	padding-left: 15px;
	align-items: center;
}

.admin-header .sidebar-toggle:before {
	content: '';
}

@media (max-width: 992px) {
	.admin-header .sidebar-toggle {
		display: block;
	}
}

.select2-container--default .select2-selection__rendered {
	font-size: .9rem;
	line-height: 1.5 !important;
	padding: .375rem .75rem !important;
	color: #2e384d !important;
}

.select2-selection {
	height: unset !important;
	border-color: #dce4ec !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 50%;
	right: 1px;
	width: 20px;
	height: unset;
	transform: translateY(-100%);
}

.select2-container--default:focus {
	color: #95aac9;
	outline: 0;
	background-color: #fff;
}

.select2-dropdown {
	border: 1px solid #dce4ec;
	box-shadow: 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #11243b;
	background-color: #d2ddec;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	color: #4c66fb;
	background-color: #edf2f9;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	width: 100%;
	padding-left: 29px;
	border: 0;
	border: none;
	outline: 0;
	background-color: #edf2f9;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	font-size: 14px !important;
	padding: 2px .375rem !important;
}

.select2-search--dropdown:before {
	font-family: 'Material Design Icons';
	font-size: 18px;
	position: absolute;
	top: 6px;
	left: 10px;
	content: '\F349';
	color: #95aac9;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border: 1px solid transparent;
	border-radius: 2px;
	background-color: #e3ebf6;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	font-weight: 500;
	color: #000;
}

.select2.is-invalid + .select2-container .select2-selection {
	border-color: #f2545b !important;
}

.select2.is-valid + .select2-container .select2-selection {
	border-color: #0c9 !important;
}

.datepicker {
	font-size: 12px;
	z-index: 99 !important;
	padding: 16px 25px;
	border-radius: 2px;
}

.datepicker:after {
	border-bottom-color: #e3ebf6;
}

.datepicker thead tr .datepicker-switch {
	font-size: 13px;
	font-weight: 400;
	color: #95aac9;
}

.datepicker thead tr .next, .datepicker thead tr .prev {
	font-size: 0;
	content: '';
	color: #4c66fb;
}

.datepicker thead tr .next:before, .datepicker thead tr .prev:before {
	font-family: 'Material Design Icons';
	font-size: 1rem;
	line-height: inherit;
	color: #4c66fb;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

.datepicker thead tr .prev:before {
	content: '';
}

.datepicker thead tr .next:before {
	content: '';
}

.datepicker thead tr .dow {
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	color: #4c66fb;
}

.datepicker thead tr th {
	width: 31px;
	height: 29px;
	text-align: center;
}

.datepicker tbody tr .odd {
	color: #d2ddec;
}

.datepicker table tr td {
	width: 31px;
	height: 29px;
	cursor: default;
	text-align: center;
	border-radius: .25rem;
}

.datepicker table tr td.old, .datepicker table tr td.new {
	color: #b1c2d9;
}

.datepicker table tr td.day:hover {
	background: #e3ebf6;
}

.datepicker table tr td.active {
	color: #fff;
	background-color: #4c66fb !important;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
	font-weight: 600;
	background-image: none;
	text-shadow: none;
}

.datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
	color: #000;
	background-color: #e3ebf6;
	background-image: none;
}

.datepicker table tr td.today {
	color: #000;
	background-color: fade(#f7bc06, 60);
}

.datepicker table tr td span {
	line-height: 42px;
	width: 42px;
	height: 42px;
	border-radius: 4px;
}

.datepicker table tr td span.active {
	border-radius: .25rem;
	background-color: #4c66fb !important;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
	border: 0;
	background-image: none;
	text-shadow: none;
}

td.active.selected.range-start.range-end.day {
	border-radius: .25rem;
}

td.range-start.day {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #4c66fb !important;
}

.datepicker table tr td.range {
	color: #fff;
	background-color: #4c66fb;
}

td.selected.range-end.day {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #4c66fb;
}

.datepicker.dropdown-menu {
	color: #95aac9;
	border-color: #dce4ec;
	border-radius: .25rem;
	box-shadow: 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
}

.datepicker-inline {
	width: auto;
}

.daterangepicker {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	border: 1px solid #dce4ec;
	box-shadow: 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #4c66fb;
}

.daterangepicker .drp-buttons {
	border-top: 1px solid #dce4ec;
}

.bootstrap-timepicker-widget .glyphicon {
	font-family: 'Material Design Icons';
	font-size: inherit;
	line-height: inherit;
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bootstrap-timepicker-widget .glyphicon-chevron-down:before {
	content: '';
}

.bootstrap-timepicker-widget .glyphicon-chevron-up:before {
	content: '';
}

.ui-widget.ui-widget-content {
	border: 1px solid #dce4ec;
}

.ui-slider-range {
	background-color: #12263f;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.6em;
	width: 2.5em;
	height: 1.8em;
	transition: color ease .2s;
	text-align: center;
	border: 1px solid #dce4ec;
	background: #fff;
	box-shadow: 0 2px 4px rgba(126, 142, 177, .12);
}

.ui-slider-horizontal .ui-slider-handle:after, .ui-slider-horizontal .ui-slider-handle:before {
	font-family: 'Material Design Icons';
	font-size: 1rem;
	color: #2e384d;
}

.ui-slider-horizontal .ui-slider-handle:before {
	content: '';
}

.ui-slider-horizontal .ui-slider-handle:after {
	content: '';
}

.ui-slider-horizontal .ui-slider-handle.ui-state-active {
	background-color: #0d1c2f;
}

.ui-slider-horizontal .ui-slider-handle.ui-state-active:after, .ui-slider-horizontal .ui-slider-handle.ui-state-active:before {
	color: #fff;
}

.dropzone {
	transition: background-color ease .2s;
	border: 2px dashed #dce4ec !important;
	border-radius: .25rem;
}

.dropzone:hover {
	background-color: #f9fbfd;
}

.note-editor.note-frame {
	border-color: #dce4ec !important;
}

.bootstrap-notify {
	max-width: 450px;
	padding: 10px;
	border-radius: .25rem;
	background-color: #fff;
	box-shadow: 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
}

.bootstrap-notify .avatar-title {
	font-size: 1.2rem;
}

.bootstrap-notify .progress {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 2px;
	border-radius: 0;
	background-color: transparent;
}

.toast {
	display: inline-block;
	min-width: 300px;
	padding: 20px 15px;
	color: #fff;
	background-color: #323232;
	box-shadow: 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
}

.toast .close {
	color: #fff !important;
}

.apexcharts-canvas {
	height: 300px;
	margin: auto;
}

.apexcharts-canvas .apexcharts-title-text, .apexcharts-canvas .apexcharts-legend-text, .apexcharts-canvas .apexcharts-legend-series, .apexcharts-canvas .apexcharts-xaxis-label, .apexcharts-canvas .apexcharts-yaxis-label, .apexcharts-canvas .apexcharts-yaxis-title, .apexcharts-canvas .apexcharts-xaxis-title, .apexcharts-canvas text {
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-weight: 600;
	fill: #2e384d !important;
}

.invert-colors .apexcharts-title-text, .invert-colors .apexcharts-legend-text, .invert-colors .apexcharts-legend-series, .invert-colors .apexcharts-xaxis-label, .invert-colors .apexcharts-yaxis-label, .invert-colors .apexcharts-yaxis-title, .invert-colors .apexcharts-xaxis-title {
	fill: rgba(255, 255, 255, .57) !important;
}

.invert-colors .apexcharts-zoom-icon svg, .invert-colors .apexcharts-zoom-in-icon svg, .invert-colors .apexcharts-zoom-out-icon svg, .invert-colors .apexcharts-reset-zoom-icon svg, .invert-colors .apexcharts-download-icon svg {
	fill: rgba(255, 255, 255, .57) !important;
}

label.is-invalid {
	color: #f2545b !important;
}

label.is-valid {
	color: #0c9 !important;
}

.chat-sidebar {
	max-width: 240px;
	background-color: #0d1c2f;
}

.chat-sidebar .chat-sidebar-header {
	height: 60px;
}

.chat-sidebar .chat-sidebar-item {
	display: block;
	padding: 10px 15px;
	opacity: .7;
}

.chat-sidebar .chat-sidebar-item:hover, .chat-sidebar .chat-sidebar-item:active, .chat-sidebar .chat-sidebar-item:focus, .chat-sidebar .chat-sidebar-item.active {
	opacity: 1;
}

.chat-window {
	display: flex;
	flex-direction: column;
}

.chat-window .chat-window-header {
	height: 65px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #dce4ec;
	box-shadow: 0 2px 4px rgba(126, 142, 177, .12);
	flex: 0 0 auto;
	align-items: center;
}

.chat-window .chat-window-footer {
	min-height: 65px;
	padding: 10px 15px;
}

.chat-window .chat-window-body {
	overflow-y: auto;
	padding-right: 15px;
	padding-left: 15px;
	flex: 1 1 auto;
}

.chat-window .chat-window-body .chat-item {
	padding: 15px 0;
	transition: all ease .2s;
}

.chat-window .chat-window-body .chat-item:hover {
	background-color: #f9fbfd;
}

@media (max-width: 992px) {
	.chat-sidebar {
		position: fixed;
		z-index: 1;
	}
}

.mail-sidebar {
	max-width: 240px;
	background-color: #0d1c2f;
}

.mail-sidebar .mail-sidebar-header {
	height: 60px;
}

.mail-sidebar .mail-sidebar-item {
	display: block;
	padding: 10px 15px;
	opacity: .7;
}

.mail-sidebar .mail-sidebar-item:hover, .mail-sidebar .mail-sidebar-item:active, .mail-sidebar .mail-sidebar-item:focus, .mail-sidebar .mail-sidebar-item.active {
	opacity: 1;
}

.mail-window {
	display: flex;
	flex-direction: column;
}

.mail-window .mail-window-header {
	height: 65px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #dce4ec;
	box-shadow: 0 2px 4px rgba(126, 142, 177, .12);
	flex: 0 0 auto;
	align-items: center;
}

.mail-window .mail-window-footer {
	min-height: 65px;
	padding: 10px 15px;
}

.mail-window .mail-window-body {
	overflow-y: auto;
	padding-right: 15px;
	padding-left: 15px;
	flex: 1 1 auto;
}

.mail-window .mail-window-body .mail-item {
	padding: 15px 0;
	cursor: pointer;
	transition: all ease .2s;
}

.mail-window .mail-window-body .mail-item:hover {
	background-color: #f9fbfd;
}

.mail-window .mail-window-body .mail-item.active {
	background-color: #edf2f9;
}

.mail-window .mail-window-body .mailbox-options {
	width: 80px;
}

.mail-window .mail-window-body .mailbox-name {
	width: 180px;
}

.mail-window .mail-window-body .mailbox-sender {
	margin-left: .5rem;
}

.compose-wrapper {
	position: fixed;
	z-index: 999;
	right: 40px;
	bottom: 0;
}

.compose-wrapper .compose-header {
	padding: 0 15px;
}

.compose-wrapper .compose-header .compose-toolbar {
	padding: 5px 0;
}

.compose-wrapper .compose-dialog {
	width: 35vw;
	max-width: 400px;
	height: 450px;
	background-color: #fff;
	box-shadow: 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
}

.compose-wrapper .compose-body {
	overflow: hidden;
	flex: 1 1 auto;
}

.compose-wrapper .compose-footer {
	padding: 8px 15px;
	border-top: 1px solid #dce4ec;
}

.compose-container {
	display: none;
}

.show-compose-window .compose-container {
	display: block;
}

.kanban-workspace .kanban-list {
	width: 300px;
	min-width: 300px;
	padding: 10px;
}

.kanban-workspace .kanban-list .kanban-list-container {
	padding: 10px;
	border-radius: .25rem;
	background-color: #d2ddec;
}

.kanban-workspace .kanban-list .kanban-list-container .kanban-list-wrapper {
	padding: 10px 0;
}

.kanban-board-title {
	margin: 0;
	padding: 5px;
	transition: all ease .2s;
	border-radius: .25rem;
}

.kanban-board-title:hover, .kanban-board-title:focus {
	outline: 0;
	background-color: rgba(0, 0, 0, .15);
}

.kanban-item {
	margin-bottom: 10px;
	transiton: all ease .2s;
}

.kanban-ribbion {
	position: absolute;
	right: 0;
	left: 0;
	height: 4px;
	border-radius: .25rem;
}

.tilt {
	transform: rotate(3deg);
	box-shadow: 0 18px 35px rgba(50, 50, 93, .1), -1px 0 15px rgba(0, 0, 0, .07);
}

.guide-item {
	min-height: 335px;
}

.guide-item:after {
	content: '';
	transition: all ease .2s;
	opacity: 1;
}

.guide-item:hover:after, .guide-item:focus:after, .guide-item:active:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	opacity: 1;
	border-width: 35px 0 0 35px;
	border-style: solid;
	border-color: #fff #dcdcdc;
}

.bg-soft-primary {
	color: #4c66fb !important;
	background-color: #dbe0fe !important;
}

.bg-soft-primary[href]:hover, .bg-soft-primary[href]:focus {
	text-decoration: none;
	color: #4c66fb !important;
	background-color: #c2cbfd !important;
}

.bg-soft-secondary {
	color: #95aac9 !important;
	background-color: #eaeef4 !important;
}

.bg-soft-secondary[href]:hover, .bg-soft-secondary[href]:focus {
	text-decoration: none;
	color: #95aac9 !important;
	background-color: #d9e0eb !important;
}

.bg-soft-success {
	color: #0c9 !important;
	background-color: #ccf5eb !important;
}

.bg-soft-success[href]:hover, .bg-soft-success[href]:focus {
	text-decoration: none;
	color: #0c9 !important;
	background-color: #b7f1e3 !important;
}

.bg-soft-info {
	color: #19b5fe !important;
	background-color: #d1f0ff !important;
}

.bg-soft-info[href]:hover, .bg-soft-info[href]:focus {
	text-decoration: none;
	color: #19b5fe !important;
	background-color: #b8e8ff !important;
}

.bg-soft-warning {
	color: #f7bc06 !important;
	background-color: #fdf2cd !important;
}

.bg-soft-warning[href]:hover, .bg-soft-warning[href]:focus {
	text-decoration: none;
	color: #f7bc06 !important;
	background-color: #fcecb4 !important;
}

.bg-soft-danger {
	color: #f2545b !important;
	background-color: #fcddde !important;
}

.bg-soft-danger[href]:hover, .bg-soft-danger[href]:focus {
	text-decoration: none;
	color: #f2545b !important;
	background-color: #fac6c7 !important;
}

.bg-soft-light {
	color: #f9fbfd !important;
	background-color: #fefeff !important;
}

.bg-soft-light[href]:hover, .bg-soft-light[href]:focus {
	text-decoration: none;
	color: #f9fbfd !important;
	background-color: #e5e5ff !important;
}

.bg-soft-dark {
	color: #12263f !important;
	background-color: #d0d4d9 !important;
}

.bg-soft-dark[href]:hover, .bg-soft-dark[href]:focus {
	text-decoration: none;
	color: #12263f !important;
	background-color: #c2c7ce !important;
}

.bg-gray-100 {
	background-color: #f9fbfd;
}

.bg-gray-200 {
	background-color: #edf2f9;
}

.bg-gray-300 {
	background-color: #e3ebf6;
}

.bg-gray-400 {
	background-color: #d2ddec;
}

.bg-gray-500 {
	background-color: #b1c2d9;
}

.bg-gray-600 {
	background-color: #95aac9;
}

.bg-gray-700 {
	background-color: #12263f;
}

.bg-gray-800 {
	background-color: #11243b;
}

.bg-gray-900 {
	background-color: #0d1c2f;
}

.bg-white-translucent {
	background-color: rgba(255, 255, 255, .15);
}

.bg-black-translucent {
	background-color: rgba(0, 0, 0, .15);
}

.overlay-gradient-top {
	width: 100%;
	background: linear-gradient(to top, rgba(20, 16, 17, .4) 0, rgba(20, 16, 17, .28) 59%, rgba(20, 16, 17, .09) 84%, rgba(20, 16, 17, .01) 99%, rgba(255, 255, 255, 0) 100%);
}

.overlay-gradient-bottom {
	width: 100%;
	background: linear-gradient(to bottom, rgba(20, 16, 17, .4) 0, rgba(20, 16, 17, .28) 59%, rgba(20, 16, 17, .09) 84%, rgba(20, 16, 17, .01) 99%, rgba(255, 255, 255, 0) 100%);
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-cover {
	background-position: center;
	background-size: cover;
}

.bg-overlay {
	background-color: rgba(0, 0, 0, .35);
}

.bg-overlay-light {
	background-color: rgba(255, 255, 255, .35);
}

.bg-dots {
	background-image: url('../img/patterns/dot.svg');
	background-size: 20px;
}

.bg-pattern {
	background-image: url('../img/patterns/bg.svg');
	background-position: center;
	background-size: cover;
}

.gradient-01 {
	background-image: linear-gradient(to top right, #5540bf, #a697f2);
}

.visible-xlg {
	display: none;
}

@media (min-width: 1800px) {
	.visible-xlg {
		display: block !important;
	}

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

	.col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11 {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xlg-12 {
		position: relative;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		flex: 0 0 100%;
	}

	.col-xlg-11 {
		max-width: 91.6667%;
		flex: 0 0 91.6667%;
	}

	.col-xlg-10 {
		width: 83.3333%;
		max-width: 83.3333%;
		flex: 0 0 83.3333%;
	}

	.col-xlg-9 {
		max-width: 75%;
		flex: 0 0 75%;
	}

	.col-xlg-8 {
		max-width: 66.6667%;
		flex: 0 0 66.6667%;
	}

	.col-xlg-7 {
		max-width: 58.3333%;
		flex: 0 0 58.3333%;
	}

	.col-xlg-6 {
		max-width: 50%;
		flex: 0 0 50%;
	}

	.col-xlg-5 {
		max-width: 41.6667%;
		flex: 0 0 41.6667%;
	}

	.col-xlg-4 {
		max-width: 33.3333%;
		flex: 0 0 33.3333%;
	}

	.col-xlg-3 {
		max-width: 25%;
		flex: 0 0 25%;
	}

	.col-xlg-2 {
		max-width: 16.6667%;
		flex: 0 0 16.6667%;
	}

	.col-xlg-1 {
		max-width: 8.33333%;
		flex: 0 0 8.33333%;
	}
}

body.jumbo-page .admin-main {
	padding: 0;
}

img {
	max-width: 100%;
}

.opacity-1 {
	opacity: 1;
}

.opacity-75 {
	opacity: .75;
}

.opacity-50 {
	opacity: .50;
}

.opacity-25 {
	opacity: .25;
}

.opacity-0 {
	opacity: 0;
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.icon--name {
	width: 100px;
}

.icon--item {
	transition: all linear .2s;
	opacity: .9;
	border-radius: .25rem;
}

.icon--item.active, .icon--item:hover {
	opacity: 1;
	background-color: #f6f9fc;
	box-shadow: 0 0 0 3px #3e4676;
}

.icon--wrapper {
	display: inline-block;
	max-width: 135px;
	height: 100px;
	margin: 0 5px;
}

.iconbar {
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 20px;
	left: 0;
	text-align: center;
}

.iconbar--wrapper {
	display: inline-block;
	padding: 0 15px 15px 15px;
	transition: all ease .3s;
	color: #fff;
	border-radius: .25rem;
	box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

#iconbar-preview {
	font-size: 23px;
	vertical-align: sub;
}

/* Квартрограмма */

.chess {
	display: inline-flex;
	gap: 2rem;
}

.chess_flat {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
	font-size: 0.8rem;
}

.chess_flat:hover {
	cursor: pointer;
}

.hint {
	z-index: 999;
    display: none;
    position: absolute;
    top: 0px;
	left: 35px;
    width: 200px;
    height: 100px;
	padding: 5px;
	border: 10px solid transparent;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 12px 2px rgba(34, 60, 80, 0.21);
	-moz-box-shadow: 0px 0px 12px 2px rgba(34, 60, 80, 0.21);
	box-shadow: 0px 0px 12px 2px rgba(34, 60, 80, 0.21);
    color: #333;
	transition: all ease .2s;
}

.hint:hover {
	display: block;
}

.chess_flat:hover .hint {
	display: block;
}

.chess_legend_verticals tr th {
    padding: 0px 0px 0.5em 0px;
}

.chess_legend_floor {
    padding: 0px 1em 0px 0px;
    font-weight: 700;
}

.status-0 {
    background-color: #e1e3e5;
}

.status-1 {
    background-color: #20bf6b;
    color: #fff;
}

.status-2 {
    background-color: #ff5e57;
    color: #fff;
}

.status-3 {
    background-color: #ffcf55;
}

.status-4 {
    background-color: #ff9f1a;
}

.status-5 {
    background-color: #ba04f1;
    color: #fff;
}

/* Tom select */

.focus .ts-control {
    border-color: #95aac9;
    box-shadow: none;
    outline: 0;
}

.ts-control, .ts-control input, .ts-dropdown {
    font-size: 14px;
}

.ts-wrapper.multi .ts-control>div {
	background: #e3ebf6;
}

.ts-dropdown .active {
    color: #11243b;
    background-color: #d2ddec;
}

@font-face {font-family: 'als-font-66';
src: url('https://img.artlebedev.ru/everything_files/fonts/wagon/400/ALS_Wagon-Regular.eot');
src: url('https://img.artlebedev.ru/everything_files/fonts/wagon/400/ALS_Wagon-Regular.eot') format('embedded-opentype'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/400/ALS_Wagon-Regular.woff2') format('woff2'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/400/ALS_Wagon-Regular.woff') format('woff'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/400/ALS_Wagon-Regular.ttf') format('truetype'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/400/ALS_Wagon-Regular.svg') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {font-family: 'als-font-66';
src: url('https://img.artlebedev.ru/everything_files/fonts/wagon/500/ALS_Wagon-Medium.eot');
src: url('https://img.artlebedev.ru/everything_files/fonts/wagon/500/ALS_Wagon-Medium.eot') format('embedded-opentype'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/500/ALS_Wagon-Medium.woff2') format('woff2'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/500/ALS_Wagon-Medium.woff') format('woff'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/500/ALS_Wagon-Medium.ttf') format('truetype'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/500/ALS_Wagon-Medium.svg') format('svg');
font-weight: 500;
font-style: normal;
}

@font-face {font-family: 'als-font-66';
src: url('https://img.artlebedev.ru/everything_files/fonts/wagon/700/ALS_Wagon-Bold.eot');
src: url('https://img.artlebedev.ru/everything_files/fonts/wagon/700/ALS_Wagon-Bold.eot') format('embedded-opentype'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/700/ALS_Wagon-Bold.woff2') format('woff2'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/700/ALS_Wagon-Bold.woff') format('woff'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/700/ALS_Wagon-Bold.ttf') format('truetype'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/700/ALS_Wagon-Bold.svg') format('svg');
font-weight: bold;
font-style: normal;
}

@font-face {font-family: 'als-font-66';
src: url('https://img.artlebedev.ru/everything_files/fonts/wagon/800/ALS_Wagon-Black.eot');
src: url('https://img.artlebedev.ru/everything_files/fonts/wagon/800/ALS_Wagon-Black.eot') format('embedded-opentype'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/800/ALS_Wagon-Black.woff2') format('woff2'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/800/ALS_Wagon-Black.woff') format('woff'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/800/ALS_Wagon-Black.ttf') format('truetype'),url('https://img.artlebedev.ru/everything_files/fonts/wagon/800/ALS_Wagon-Black.svg') format('svg');
font-weight: 800;
font-style: normal;
}