/* List of Root Css */

/* Font and Bootstrap Framework */
/* Bootstrap */
/* Background Style Css */
/* Breadcrumb */
/* Button */
/* Dropdown */
/* Modal */
/* Avatars */
/* Main Page */
/* Page Header */
/* Card */
/* Data Table */
/* Alignments & Values */
/* Typography */
/* Text Shadow */
/* Width */
/* Height */
/* Margin */
/* Padding */
/* Position */
/* Display */
/* Float */
/* Box Shadow */
/* Sticky Options */
/* Back To Top  */
/* Notify Img */
/* Loader Img */
/* Layout Styles ( Footer and Some Header ) */
/* Scrollbar */
/* IE */

/* ######## FONT ######## */

.fs-10 {
	font-size: 10px !important;
}

.fs-11 {
	font-size: 11px !important;
}

.fs-12 {
	font-size: 12px !important;
}

.fs-13 {
	font-size: 13px !important;
}

.fs-14 {
	font-size: 14px !important;
}

.fs-15 {
	font-size: 15px !important;
}

.fs-16 {
	font-size: 16px !important;
}

.fs-18 {
	font-size: 18px !important;
}

.fs-19 {
	font-size: 19px !important;
}

.fs-17 {
	font-size: 17px !important;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-23 {
	font-size: 23px !important;
}

.fs-25 {
	font-size: 25px !important;
}

.fs-30 {
	font-size: 30px !important;
}

.fs-40 {
	font-size: 40px;
}

.fs-50 {
	font-size: 50px;
}

.fs-100 {
	font-size: 100px;
}

.fw-light {
	font-weight: 300 !important;
}

.fw-normal {
	font-weight: 400 !important;
}

.fw-600 {
	font-weight: 600;
}

.fw-semibold {
	font-weight: 500 !important;
}

.fw-bold {
	font-weight: 700 !important;
}

.font-italic {
	font-style: italic !important;
}

.fs-70 {
	font-size: 70px !important;
}

.fs-8 {
	font-size: 8px !important;
}

/*-------- Bootstrap Framework -------*/
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600&display=swap');

/* ######## BOOTSTRAP ######## */
/*Color variables*/
/*Gradient variables*/
/*white variables*/
/*black variables*/
/*shadow variables*/
/*Dark Theme Variables*/
/*Transparent variables*/
/* ###### Bootstrap ###### */
:root {
	--primary-bg-color: #6c5ffc;
	--primary-bg-hover: #233ac5;
	--primary-bg-border: #5161c1;
	--dark-body: #292e4a;
	--dark-border: #30314e;
	--dark-primary: #6c5ffc;
	--transparent-primary: #6c5ffc;
	--transparent-body: #584cd9;
	--transparent-theme: rgba(0, 0, 0, 0.2);
	--transparent-border: rgba(255, 255, 255, 0.1);
	--blue: #1a1a3c;
	--dark-primary-hover: #233ac5;
	--primary-transparentcolor: #eaedf7;
	--darkprimary-transparentcolor: #2b356e;
	--transparentprimary-transparentcolor: rgba(255, 255, 255, 0.05);
	--indigo: #4b0082;
	--purple: #6f42c1;
	--pink: #fc5296;
	--orange: #fd7e14;
	--yellow: #fbb034;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #ffffff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #6c5ffc;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
		Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
		'Noto Color Emoji';
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		'Liberation Mono', 'Courier New', monospace;
}

* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

body {
	margin: 0;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #282f53;
	text-align: left;
	background-color: #f0f0f5;
}

.number-font {
	font-weight: 600 !important;
}

[tabindex='-1']:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:hover {
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

svg:not(:root) {
	overflow: hidden;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #505662;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
}

input[type='radio'],
input[type='checkbox'] {
	box-sizing: border-box;
	padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
	-webkit-appearance: listbox;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

.lead {
	font-size: 1.171875rem;
	font-weight: 300;
	line-height: 1.4;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #e9edf4;
	opacity: 0.25;
	background-color: transparent;
}

small,
.small {
	font-size: 87.5%;
	font-weight: 400;
}

mark,
.mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-unstyled li {
	border-bottom: 1px solid #e9edf4;
}

.list-inline {
	padding-left: 0;
	list-style: none;
}

.list-inline-item {
	display: inline-block;
}

.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

code,
kbd,
pre,
samp {
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

code {
	font-size: 85%;
	color: inherit;
	word-break: break-word;
}

a > code {
	color: inherit;
}

kbd {
	padding: 0.2rem 0.4rem;
	font-size: 85%;
	color: #fff;
	background-color: #343a40;
	border-radius: 3px;
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
}

pre {
	display: block;
	font-size: 85%;
	color: #212529;
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

@media (max-width: 576px) {
	.container {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.example {
        padding: 1rem !important;
    }
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1140px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 0.75rem;
	padding-left: 0.75rem;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.75rem;
	margin-left: -0.75rem;
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030;
}

@supports (position: -webkit-sticky) or (position: sticky) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
	box-shadow: none !important;
}

.visible {
	visibility: visible !important;
}

.invisible {
	visibility: hidden !important;
}

.users img {
	max-width: none !important;
}

@media print {
	* {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	*::before,
	*::after {
		text-shadow: none !important;
		box-shadow: none !important;
	}

	a:not(.btn) {
		text-decoration: underline;
	}

	abbr[title]::after {
		content: ' (' attr(title) ')';
	}

	pre {
		white-space: pre-wrap !important;
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}

	blockquote {
		border: 1px solid #adb5bd;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	@page {
		size: a3;
	}

	body,
	.container {
		min-width: 992px !important;
	}

	.navbar {
		display: none;
	}

	.badge {
		border: 1px solid #000;
	}

	.table,
	.text-wrap table {
		border-collapse: collapse !important;
	}

	.table td,
	.text-wrap table td,
	.table th,
	.text-wrap table th {
		background-color: #fff !important;
	}

	.table-bordered th,
	.text-wrap table th,
	.table-bordered td,
	.text-wrap table td {
		border: 1px solid #e9edf4 !important;
	}
}

html {
	font-size: 16px;
}

body {
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-font-feature-settings: 'liga' 0;
	font-feature-settings: 'liga' 0;
	height: 100%;
	overflow-y: scroll;
	position: relative;
}

body *::-webkit-scrollbar {
	width: 2px;
	height: 6px;
	transition: 0.3s background;
}

body *::-webkit-scrollbar-thumb {
	background: #f6f6fb;
}

body *:hover::-webkit-scrollbar-thumb {
	background: #f6f6fb;
}

@media print {
	body {
		background: none;
	}
}

a {
	-webkit-text-decoration-skip-ink: auto;
	text-decoration-skip-ink: auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: inherit;
}

strong,
b {
	font-weight: 700;
}

code {
	background: var(--primary005);
	border: 1px solid var(--primary005);
	border-radius: 3px;
	padding: 0px 3px;
	color: #fc5296;
}

pre code {
	padding: 0;
	border-radius: 0;
	border: none;
	background: none;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

pre {
	color: #343a40;
	padding: 1rem;
	overflow: auto;
	font-size: 85%;
	line-height: 1.45;
	background-color: #f6f6fb;
	border-radius: 3px;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
	text-shadow: 0 1px white;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.section-nav {
	background-color: #f8f9fa;
	margin: 1rem 0;
	padding: 0.5rem 1rem;
	border: 1px solid #e9edf4;
	border-radius: 3px;
	list-style: none;
}

.section-nav:before {
	content: 'Table of contents:';
	display: block;
	font-weight: 600;
}

@media print {
	.container {
		max-width: none;
	}
}

.row-cards > .col,
.row-cards > [class*='col-'] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row-deck > .col,
.row-deck > [class*='col-'] {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.row-deck > .col .card,
.row-deck > [class*='col-'] .card {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.col-text {
	max-width: 48rem;
}

.col-login {
	max-width: 24rem;
}

/* Background-Style-Css */

.bg-pink {
	background: #fc5296 !important;
	color: #fff !important;
}

a.bg-pink:hover,
a.bg-pink:focus {
	background-color: #f33d7a !important;
}

.bg-round {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	position: absolute;
}

.bg-square {
	color: #fff;
	background: #868e96;
	display: inline-block;
	min-width: 2rem;
	height: 2rem;
	padding: 0.5rem 0.25rem;
	text-align: center;
	border-radius: 3px;
	font-weight: 600;
}

.bg-primary-light {
	background: #fff;
	border-radius: 7px;
}

.bg-light-gray {
	background-color: #f6f6fb;
}

.bg-progress-white {
	background-color: #eaeceb;
}

.bg-dribbble {
	background: linear-gradient(to bottom right, #ea4c89, #c93764) !important;
}

.bg-google {
	background: linear-gradient(to bottom right, #e64522, #c33219) !important;
	color: #fff;
}

/*--bg-transparents--*/
.bg-primary-ba-transparent{
	background-color: rgba(4, 91, 165, 0.1);
}
.bg-success-transparent {
	background-color: rgba(0, 230, 130, 0.1) !important;
}

.bg-info-transparent {
	background-color: #c7e0fd !important;
}

.bg-warning-transparent {
	background-color: rgba(255, 162, 43, 0.1) !important;
}

.bg-danger-transparent {
	background-color: rgba(255, 56, 43, 0.1) !important;
}

.bg-pink-transparent {
	background-color: rgba(213, 109, 252, 0.1) !important;
}

.bg-purple-transparent {
	background-color: rgba(96, 77, 216, 0.1) !important;
}

.bg-dark-transparent {
	background-color: rgba(0, 0, 0, 0.15) !important;
}

.bg-white-transparent {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-secondary-transparent {
	background-color: rgba(5, 195, 251, 0.1) !important;
}

.shadow-primary {
	box-shadow: 0 7px 30px rgba(var(--primary03), 0.3) !important;
}

.shadow-secondary {
	box-shadow: 0 7px 30px rgba(130, 207, 242, 0.1) !important;
}

.shadow-warning {
	box-shadow: 0 7px 30px rgba(251, 176, 52, 0.1) !important;
}

.shadow-info {
	box-shadow: 0 7px 30px rgba(40, 146, 235, 0.5) !important;
}

.shadow-success {
	box-shadow: 0 7px 30px rgba(26, 122, 16, 0.1) !important;
}

.shadow-danger {
	box-shadow: 0 7px 30px rgba(245, 167, 184, 0.1) !important;
}

.bg-default {
	background: #e9e9f1;
	color: #282f53;
}

.bg-primary-transparent {
	background-color: transparent;
}

/*------ Breadcrumb ------*/
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	list-style: none;
	border-radius: 3px;
	right: 0;
	padding: 0;
	color: #fff;
	background: none;
}

.breadcrumb-item a {
	color: #76839a;
}

.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: rgba(110, 126, 150, 0.4);
	content: '/';
}

.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
	text-decoration: none;
}

.breadcrumb-style2 .breadcrumb-item1 + .breadcrumb-item1::before {
	content: '\e92f';
	font-family: feather !important;
	font-size: 12px;
}

.breadcrumb-style3 .breadcrumb-item1 + .breadcrumb-item1::before {
	content: '\e933';
	font-family: feather !important;
	font-size: 12px;
}

.breadcrumb1 {
	display: flex;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	border-radius: 0.25rem;
}

.breadcrumb-item1 a:hover {
	color: var(--primary-bg-color);
	text-decoration: underline;
}

.breadcrumb-item1 + .breadcrumb-item1::before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	content: '/';
	color: #c0c9da;
}

.breadcrumb-item1 + .breadcrumb-item1:hover::before {
	text-decoration: underline;
	text-decoration: none;
}

.breadcrumb-item1.active {
	color: #282f53;
}

.breadcrumb-3 ol {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.breadcrumb-3 li {
	display: contents;
	text-align: center;
}

.breadcrumb-4 li,
.breadcrumb-5 li {
	display: contents;
	text-align: center;
}

.breadcrumb-4 ol,
.breadcrumb-5 ol {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.breadcrumb-1 li,
.breadcrumb-2 li,
.breadcrumb-6 li {
	text-align: right;
	display: contents;
}

.breadcrumb-1 ol,
.breadcrumb-2 ol,
.breadcrumb-6 ol {
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
}

.breadcrumb-item {
	display: -ms-flexbox;
	display: block !important;
}

.breadcrumb-custom {
	border: 1px solid #6c5ffc;
	padding: 15px;
	background: #6656ce33;
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}

/* --------- Button ---------- */

button {
	border-radius: 0;
}

button:focus {
	outline: 0;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

.btn-compose {
	background: none repeat scroll 0 0 #ff6c60;
	color: #fff;
	padding: 12px 0;
	text-align: center;
	width: 100%;
}

.btn-compose:hover {
	background: none repeat scroll 0 0 #f5675c;
	color: #fff;
}

.btn-send {
	background: none repeat scroll 0 0 #00a8b3;
	color: #fff;
}

.btn-send:hover {
	background: none repeat scroll 0 0 #00a8b3;
	color: #fff;
	background: none repeat scroll 0 0 #009da7;
}

.fileinput-button {
	background: none repeat scroll 0 0 #eeeeee;
	border: 1px solid #e6e6e6;
	float: left;
	margin-right: 4px;
	overflow: hidden;
	position: relative;
}

.fileinput-button input {
	cursor: pointer;
	direction: ltr;
	font-size: 23px;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(-300px, 0px) scale(4);
}

button.btn-close {
	right: 15px;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	background-image: none;
}

button.btn-close:focus {
	box-shadow: none;
}

/*--------- Buttons--------------*/
.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 1rem;
	font-size: 0.9375rem;
	line-height: 1.84615385;
	border-radius: 5px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
	text-decoration: none;
}

.btn:focus {
	text-decoration: none;
	outline: none !important;
}

.btn.focus {
	outline: 0;
	box-shadow: none;
}

.btn.disabled,
.btn:disabled {
	opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	background-image: none;
}

@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-secondary {
	color: #fff;
	background: #05c3fb !important;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #76c9ef;
	border-color: #76c9ef;
	opacity: 0.7;
}

.btn-secondary:focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
	border-color: #05c3fb;
	opacity: 0.9;
}

.btn-secondary:disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #76c9ef;
	border-color: #76c9ef;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #76c9ef;
	border-color: #76c9ef;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	border: transparent;
}

.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #05c3fb;
	border-color: #05c3fb;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
	border: 1px solid #05c3fb;
}

.show > .btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
	order: 1px solid #05c3fb;
}

.btn-success {
	color: #fff;
	background: #13bfa6 !important;
	border-color: #35b9a6;
}

.btn-success:hover {
	color: #fff;
	background-color: #13bfa6;
	border-color: #13bfa6;
	opacity: 0.7;
}

.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 2px #13bfa6;
	opacity: 0.9;
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #13bfa6;
	border-color: #13bfa6;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #13bfa6;
	border-color: #13bfa6;
}

.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #13bfa6;
	border-color: #32cab4;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.9);
}

.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.9);
}

.btn-info {
	color: #fff;
	background: #1170e4;
	border-color: #3988e8;
}

.btn-info:hover {
	color: #fff;
	background-color: #086de6;
	border-color: #086de6;
	opacity: 0.7;
}

.btn-info:focus,
.btn-info.focus {
	background: #1170e4;
	border-color: #1170e4;
	color: #fff;
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
	opacity: 0.9;
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #1170e4;
	border-color: #1170e4;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1170e4;
	border-color: #1170e4;
}

.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #1170e4;
	border-color: #1170e4;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
	background: #1170e4;
	border-color: #1170e4;
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.btn-warning {
	color: #fff !important;
	background: #f7b731 !important;
	border-color: #e5a623;
}

.btn-warning:hover {
	color: #fff;
	background-color: #dba12a;
	border-color: #dda32b;
	opacity: 0.7;
}

.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
	opacity: 0.9;
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #fff;
	background-color: #faad3b;
	border-color: #e5a623;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #cc9547;
	border-color: #e5a623;
}

.show > .btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #cc9547;
	border-color: #e5a623;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.btn-danger {
	color: #fff;
	background: #e82646 !important;
	border-color: #e62a45;
}

.btn-danger:hover {
	color: #fff;
	background-color: #dd2540;
	border-color: #df2540;
	opacity: 0.7;
}

.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
	opacity: 0.9;
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #f5334f;
	border-color: #ed314c;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #f5334f;
	border-color: #ed314c;
}

.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #f5334f;
	border-color: #ed314c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
}

.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
}

.btn-default {
	color: #282f53;
	background: #e9e9f1;
	border-color: #e9e9f1;
}

.btn-default:hover {
	color: #282f53;
	background-color: #e3e3ef;
	border-color: #e3e3ef;
	opacity: 0.7;
}

.btn-default:focus,
.btn-default.focus {
	box-shadow: 0 0 0 2px rgba(233, 233, 241, 0.9);
	opacity: 0.9;
}

.btn-default.disabled,
.btn-default:disabled {
	color: #282f53;
	background-color: #e9e9f1;
	border-color: #e9e9f1;
}

.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active {
	color: #282f53;
	background-color: #e9e9f1;
	border-color: #e9e9f1;
}

.show > .btn-default.dropdown-toggle {
	color: #282f53;
	background-color: #e9e9f1;
	border-color: #e9e9f1;
}

.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(233, 233, 241, 0.9);
}

.show > .btn-default.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(233, 233, 241, 0.9);
}

/*-- light-buttons--*/
.btn-secondary-light {
	color: #05c3fb;
	background: #ceefff !important;
	border-color: #ceefff;
}

.btn-secondary-light:hover {
	color: #fff;
	background-color: #05c3fb !important;
	border-color: #05c3fb;
	opacity: 0.7;
}

.btn-secondary-light:focus,
.btn-secondary-light.focus {
	box-shadow: 0 0 0 2px rgba(130, 207, 242, 0.9);
	border: 1px solid #05c3fb;
	opacity: 0.9;
}

.btn-success-light {
	color: #13bfa6;
	background: #a6efe4 !important;
	border-color: #a6efe4;
}

.btn-success-light:hover {
	color: #fff;
	background-color: #13bfa6 !important;
	border-color: #13bfa6;
	opacity: 0.7;
}

.btn-success-light:focus,
.btn-success-light.focus {
	box-shadow: 0 0 0 2px #13bfa6;
	opacity: 0.9;
}

.btn-info-light {
	color: #1170e4;
	background: #d0e2f7;
	border-color: #d0e2f7;
}

.btn-info-light:hover {
	color: #fff;
	background-color: #1170e4;
	border-color: #1170e4;
	opacity: 0.7;
}

.btn-info-light:focus,
.btn-info-light.focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
	opacity: 0.9;
}

.btn-warning-light {
	color: #e0a01b;
	background: #f8e8c6 !important;
	border-color: #f8e8c6;
}

.btn-warning-light:hover {
	color: #fff;
	background-color: #f7b731 !important;
	border-color: #e5a623;
	opacity: 0.7;
}

.btn-warning-light:focus,
.btn-warning-light.focus {
	box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
	opacity: 0.9;
}

.btn-danger-light {
	color: #f5334f;
	background: #f8ccd3 !important;
	border-color: #f8ccd3;
}

.btn-danger-light:hover {
	color: #fff;
	background-color: #e82646 !important;
	border-color: #ed314c;
	opacity: 0.7;
}

.btn-danger-light:focus,
.btn-danger-light.focus {
	box-shadow: 0 0 0 2px rgba(245, 51, 79, 0.9);
	opacity: 0.9;
}

.btn-default-light {
	color: #282f53;
	background: #e9e9f1;
	border-color: #e9e9f1;
}

.btn-default-light:hover {
	color: #282f53;
	background-color: #e3e3ef !important;
	border-color: #e3e3ef;
	opacity: 0.7;
}

.btn-default-light:focus,
.btn-default-light.focus {
	box-shadow: 0 0 0 2px #f6f9fc;
	opacity: 0.9;
}

/*--gradient-buttons--*/
.btn-secondary-gradient {
	color: #fff;
	background: linear-gradient(
		to bottom right,
		#ce4300 0%,
		#fb854c 100%
	) !important;
	border-color: #eb6f33;
}

.btn-secondary-gradient:hover {
	color: #fff;
	background-color: #eb6f33;
	border-color: #f66b4e;
	opacity: 0.7;
}

.btn-secondary-gradient:focus,
.btn-secondary-gradient.focus {
	box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
	border: 1px solid #05c3fb;
	opacity: 0.9;
}

.btn-secondary-gradient.disabled,
.btn-secondary-gradient:disabled {
	color: #fff;
	background-color: #eb6f33;
}

.btn-secondary-gradient:not(:disabled):not(.disabled):active,
.btn-secondary-gradient:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #eb6f33;
	border-color: #f66b4e;
}

.show > .btn-secondary-gradient.dropdown-toggle {
	color: #fff;
	background-color: #eb6f33;
	border-color: #f66b4e;
}

.btn-secondary-gradient:not(:disabled):not(.disabled):active:focus,
.btn-secondary-gradient:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
}

.show > .btn-secondary-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
}

.btn-success-gradient {
	color: #fff;
	background: linear-gradient(
		to bottom right,
		#1ea38f 0%,
		#5cf9e2 100%
	) !important;
	border-color: #4ecc48;
}

.btn-success-gradient:hover {
	color: #fff;
	background-color: #4b9400;
	border-color: #448700;
	opacity: 0.7;
}

.btn-success-gradient:focus,
.btn-success-gradient.focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
	opacity: 0.9;
}

.btn-success-gradient.disabled,
.btn-success-gradient:disabled {
	color: #fff;
	background-color: #4ecc48;
	border-color: #4ecc48;
}

.btn-success-gradient:not(:disabled):not(.disabled):active,
.btn-success-gradient:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #448700;
	border-color: #3e7a00;
}

.show > .btn-success-gradient.dropdown-toggle {
	color: #fff;
	background-color: #448700;
	border-color: #3e7a00;
}

.btn-success-gradient:not(:disabled):not(.disabled):active:focus,
.btn-success-gradient:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
}

.show > .btn-success-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.9);
}

.btn-info-gradient {
	color: #fff;
	background: linear-gradient(
		to bottom right,
		#1e63c3 0%,
		#00f2fe 100%
	) !important;
	border-color: #07cedc;
}

.btn-info-gradient:hover {
	color: #fff;
	background-color: #219af0;
	border-color: #1594ef;
	opacity: 0.7;
}

.btn-info-gradient:focus,
.btn-info-gradient.focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
	opacity: 0.9;
}

.btn-info-gradient.disabled,
.btn-info-gradient:disabled {
	color: #fff;
	background-color: #45aaf2;
	border-color: #07cedc;
}

.btn-info-gradient:not(:disabled):not(.disabled):active,
.btn-info-gradient:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #3979a7;
	border-color: #07cedc;
}

.show > .btn-info-gradient.dropdown-toggle {
	color: #fff;
	background-color: #3979a7;
	border-color: #07cedc;
}

.btn-info-gradient:not(:disabled):not(.disabled):active:focus,
.btn-info-gradient:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.show > .btn-info-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.9);
}

.btn-warning-gradient {
	color: #fff;
	background: linear-gradient(
		to bottom right,
		#f66b4e 0%,
		#fbc434 100%
	) !important;
	border-color: #fbb034;
}

.btn-warning-gradient:hover {
	color: #fff;
	background-color: #faad3b;
	border-color: #d4952d;
	opacity: 0.7;
}

.btn-warning-gradient:focus,
.btn-warning-gradient.focus {
	box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
	opacity: 0.9;
}

.btn-warning-gradient.disabled,
.btn-warning-gradient:disabled {
	color: #fff;
	background-color: #faad3b;
	border-color: #fbb034;
}

.btn-warning-gradient:not(:disabled):not(.disabled):active,
.btn-warning-gradient:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #cc9547;
	border-color: #fbb034;
}

.show > .btn-warning-gradient.dropdown-toggle {
	color: #fff;
	background-color: #cc9547;
	border-color: #fbb034;
}

.btn-warning-gradient:not(:disabled):not(.disabled):active:focus,
.btn-warning-gradient:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.show > .btn-warning-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(237, 156, 76, 0.9);
}

.btn-warning-gradient-gradient {
	background: linear-gradient(to bottom right, #fbc434 0%, #f66b4e 100%);
}

.btn-warning-gradient-gradient:focus {
	box-shadow: 0 0 0 2px rgba(249, 165, 61, 0.4);
}

.btn-warning-gradient.focus {
	box-shadow: 0 0 0 2px rgba(249, 165, 61, 0.4);
}

.btn-warning-gradient:hover {
	color: #fff;
	box-shadow: 0 3px 10px rgba(240, 138, 46, 0.5);
}

.btn-danger-gradient {
	color: #fff;
	background-image: linear-gradient(
		to bottom right,
		#b51b35 0%,
		#fd4a68 100%
	) !important;
	border-color: #e3325a;
}

.btn-danger-gradient:hover {
	color: #fff;
	background-color: #ff4b2b;
	border-color: #e3325a;
	opacity: 0.7;
}

.btn-danger-gradient:focus,
.btn-danger-gradient.focus {
	box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
	opacity: 0.9;
}

.btn-danger-gradient.disabled,
.btn-danger-gradient:disabled {
	color: #fff;
	background-color: #ff4b2b;
	border-color: #e3325a;
}

.btn-danger-gradient:not(:disabled):not(.disabled):active,
.btn-danger-gradient:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #ff4b2b;
	border-color: #e3325a;
}

.show > .btn-danger-gradient.dropdown-toggle {
	color: #fff;
	background-color: #ff4b2b;
	border-color: #e3325a;
}

.btn-danger-gradient:not(:disabled):not(.disabled):active:focus,
.btn-danger-gradient:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
}

.show > .btn-danger-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
}

.btn-default {
	color: #282f53;
	background: #e9e9f1;
	border-color: #e9e9f1;
}

.btn-default:hover {
	color: #282f53;
	background-color: #e3e3ef;
	border-color: #e3e3ef;
	opacity: 0.7;
}

.btn-default:focus,
.btn-default.focus {
	box-shadow: 0 0 0 2px #e9e9f1;
	opacity: 0.9;
}

.btn-default.disabled,
.btn-default:disabled {
	color: #282f53;
	background-color: #e9e9f1;
	border-color: #e9e9f1;
}

.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active {
	color: #282f53;
	background-color: #e9e9f1;
	border-color: #e9e9f1;
}

.show > .btn-default.dropdown-toggle {
	color: #282f53;
	background-color: #e9e5f1;
	border-color: #e9e5f1;
}

.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(229, 240, 250, 0.9);
}

.show > .btn-default.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(229, 240, 250, 0.9);
}

.btn-purple-gradient {
	background: linear-gradient(
		to bottom right,
		#8927ec 0%,
		#647dee 100%
	) !important;
	color: #fff !important;
}

.btn-light {
	color: #495057;
	background-color: #e9e9f1;
	border-color: #f0f0f4;
}

.btn-light:hover {
	color: #495057;
	background-color: #e9e9f1;
	border-color: #eeebf3;
	opacity: 0.7;
}

.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
	opacity: 0.9;
}

.btn-light.disabled,
.btn-light:disabled {
	color: #495057;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
	color: #495057;
	background-color: #e9e9f1;
	border-color: #f0f0f4;
}

.show > .btn-light.dropdown-toggle {
	color: #495057;
	background-color: #f6f3f9;
	border-color: #f0f0f4;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	opacity: 0.7;
}

.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
	opacity: 0.9;
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-outline-default {
	color: #282f53;
	background: transparent;
	background-image: none;
	border-color: #cbcbd0;
}

.btn-outline-default:hover {
	color: #282f53;
	background: #e9e9f1;
}

.btn-outline-default.disabled,
.btn-outline-default:disabled {
	color: #282f53;
	background-color: transparent;
}

.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active {
	color: #282f53;
	background-color: #e9e9f1;
}

.show > .btn-outline-default.dropdown-toggle {
	color: #282f53;
	background-color: #e9e9f1;
	border-color: #f0f0f4;
}

.btn-outline-secondary {
	color: #05c3fb;
	background-color: transparent;
	background-image: none;
	border-color: #05c3fb;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #05c3fb;
	border-color: #76c9ef;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 2px rgba(235, 111, 51, 0.9);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #76c9ef;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #05c3fb;
	border-color: #76c9ef;
}

.show > .btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #05c3fb;
	border-color: #76c9ef;
}

.btn-outline-success {
	color: #13bfa6;
	background-color: transparent;
	background-image: none;
	border-color: #13bfa6;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #13bfa6;
	border-color: #13bfa6;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #13bfa6;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #13bfa6;
	border-color: #13bfa6;
}

.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #13bfa6;
	border-color: #13bfa6;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}

.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}

.btn-outline-info {
	color: #45aaf2;
	background-color: transparent;
	background-image: none;
	border-color: #45aaf2;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #45aaf2;
	border-color: #45aaf2;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #45aaf2;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #45aaf2;
	border-color: #45aaf2;
}

.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #45aaf2;
	border-color: #45aaf2;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
}

.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.1);
}

.btn-outline-warning {
	color: #ecb403;
	background-color: transparent;
	background-image: none;
	border-color: #ecb403;
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #ecb403;
	border-color: #ecb403;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ecb403;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #ecb403;
	border-color: #ecb403;
}

.show > .btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #ecb403;
	border-color: #ecb403;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.1);
}

.btn-outline-danger {
	color: #c21a1a;
	background-color: transparent;
	background-image: none;
	border-color: #f12c2c;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #f12c2c;
	border-color: #f12c2c;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #c21a1a;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #c21a1a;
	border-color: #c21a1a;
}

.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #c21a1a;
	border-color: #c21a1a;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #495057;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
	color: #495057;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.show > .btn-outline-light.dropdown-toggle {
	color: #495057;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	border-color: #343a40;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}

.btn-link {
	font-weight: 400;
	background-color: transparent;
}

.btn-link:hover {
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
	opacity: 0.7;
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none;
	opacity: 0.9;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #868e96;
	pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 0.5rem 1rem;
	font-size: 1.125rem;
	line-height: 1.625;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 0.251rem 0.51rem;
	font-size: 0.875rem;
	border-radius: 3px;
	line-height: 1.5;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

.btn-facebook {
	background: #4d7ad9;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block {
	width: 100%;
}

/**Btn-group**/
.btn-group,
.btn-group-vertical {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
	z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 1;
}

.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group {
	margin-left: -1px;
}

.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group {
	margin-left: -1px;
}

.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:first-child {
	margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.5625rem;
	padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
	margin-left: 0;
}

.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: 0.375rem;
	padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 0.75rem;
	padding-left: 0.75rem;
}

.btn-group-vertical {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
	margin-bottom: 0;
}

.btn-group-toggle > .btn input[type='radio'],
.btn-group-toggle > .btn input[type='checkbox'] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.btn-group-toggle > .btn-group > .btn input[type='radio'],
.btn-group-toggle > .btn-group > .btn input[type='checkbox'] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

/*----- Btn styles------*/
.btn {
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 0.03em;
	font-size: 0.8125rem;
	min-width: 2.375rem;
}

.btn-icon {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	text-align: center;
}

/*.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 2px #1643A3;
}*/
.btn-pill {
	border-radius: 10rem;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.btn-radius {
	border-radius: 3px;
}

.btn-facebook {
	color: #fff;
	background-color: #4d7ad9;
	border-color: #4d7ad9;
}

.btn-facebook:hover {
	color: #fff;
	background-color: #4d7ad9;
	border-color: #4d7ad9;
}

.btn-facebook:focus,
.btn-facebook.focus {
	box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
	color: #fff;
	background-color: #3b5998;
	border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #065ef9;
	border-color: #065ef9;
}

.show > .btn-facebook.dropdown-toggle {
	color: #fff;
	background-color: #2d4373;
	border-color: #293e6a;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.show > .btn-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-twitter {
	color: #fff;
	background-color: #17a7ff;
	border-color: #17a7ff;
}

.btn-twitter:hover {
	color: #fff;
	background-color: #0d8ddc;
	border-color: #0c85d0;
}

.btn-twitter:focus,
.btn-twitter.focus {
	box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
	color: #fff;
	background-color: #1da1f2;
	border-color: #1da1f2;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #0c85d0;
	border-color: #0b7ec4;
}

.show > .btn-twitter.dropdown-toggle {
	color: #fff;
	background-color: #0c85d0;
	border-color: #0b7ec4;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.show > .btn-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.btn-google {
	color: #fff;
	background-color: #297ff7;
	border-color: #297ff7;
}

.btn-google:hover {
	color: #fff;
	background-color: #297ff7;
	border-color: #297ff7;
}

.btn-google:focus,
.btn-google.focus {
	box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.btn-google.disabled,
.btn-google:disabled {
	color: #fff;
	background-color: #297ff7;
	border-color: #297ff7;
}

.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #297ff7;
	border-color: #297ff7;
}

.show > .btn-google.dropdown-toggle {
	color: #fff;
	background-color: #c63224;
	border-color: #bb2f22;
}

.btn-google:not(:disabled):not(.disabled):active:focus,
.btn-google:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.show > .btn-google.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(220, 78, 65, 0.5);
}

.btn-youtube {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-youtube:hover {
	color: #fff;
	background-color: #d90000;
	border-color: #cc0000;
}

.btn-youtube:focus,
.btn-youtube.focus {
	box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
	color: #fff;
	background-color: #f00;
	border-color: #f00;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #cc0000;
	border-color: #bf0000;
}

.show > .btn-youtube.dropdown-toggle {
	color: #fff;
	background-color: #cc0000;
	border-color: #bf0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.show > .btn-youtube.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-vimeo {
	color: #fff;
	background-color: #37cbfb;
	border-color: #37cbfb;
}

.btn-vimeo:hover {
	color: #fff;
	background-color: #139ecb;
	border-color: #1295bf;
}

.btn-vimeo:focus,
.btn-vimeo.focus {
	box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.btn-vimeo.disabled,
.btn-vimeo:disabled {
	color: #fff;
	background-color: #1ab7ea;
	border-color: #1ab7ea;
}

.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1295bf;
	border-color: #108cb4;
}

.show > .btn-vimeo.dropdown-toggle {
	color: #fff;
	background-color: #1295bf;
	border-color: #108cb4;
}

.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.show > .btn-vimeo.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(26, 183, 234, 0.5);
}

.btn-dribbble {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.btn-dribbble:hover {
	color: #fff;
	background-color: #e62a72;
	border-color: #e51e6b;
}

.btn-dribbble:focus,
.btn-dribbble.focus {
	box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.btn-dribbble.disabled,
.btn-dribbble:disabled {
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.btn-dribbble:not(:disabled):not(.disabled):active,
.btn-dribbble:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #e51e6b;
	border-color: #dc1a65;
}

.show > .btn-dribbble.dropdown-toggle {
	color: #fff;
	background-color: #e51e6b;
	border-color: #dc1a65;
}

.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.btn-dribbble:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.show > .btn-dribbble.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(234, 76, 137, 0.5);
}

.btn-github {
	color: #fff;
	background-color: #181717;
	border-color: #181717;
}

.btn-github:hover {
	color: #fff;
	background-color: #040404;
	border-color: black;
}

.btn-github:focus,
.btn-github.focus {
	box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.btn-github.disabled,
.btn-github:disabled {
	color: #fff;
	background-color: #181717;
	border-color: #181717;
}

.btn-github:not(:disabled):not(.disabled):active,
.btn-github:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: black;
	border-color: black;
}

.show > .btn-github.dropdown-toggle {
	color: #fff;
	background-color: black;
	border-color: black;
}

.btn-github:not(:disabled):not(.disabled):active:focus,
.btn-github:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.show > .btn-github.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(24, 23, 23, 0.5);
}

.btn-instagram {
	color: #fff;
	background-color: #e4405f;
	border-color: #e4405f;
}

.btn-instagram:hover {
	color: #fff;
	background-color: #de1f44;
	border-color: #d31e40;
}

.btn-instagram:focus,
.btn-instagram.focus {
	box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
	color: #fff;
	background-color: #e4405f;
	border-color: #e4405f;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #d31e40;
	border-color: #c81c3d;
}

.show > .btn-instagram.dropdown-toggle {
	color: #fff;
	background-color: #d31e40;
	border-color: #c81c3d;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.show > .btn-instagram.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-pinterest {
	color: #fff;
	background-color: #e9152c;
	border-color: #e9152c;
}

.btn-pinterest:hover {
	color: #fff;
	background-color: #980617;
	border-color: #8c0615;
}

.btn-pinterest:focus,
.btn-pinterest.focus {
	box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #8c0615;
	border-color: #800513;
}

.show > .btn-pinterest.dropdown-toggle {
	color: #fff;
	background-color: #8c0615;
	border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.show > .btn-pinterest.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-vk {
	color: #fff;
	background-color: #6383a8;
	border-color: #6383a8;
}

.btn-vk:hover {
	color: #fff;
	background-color: #527093;
	border-color: #4d6a8b;
}

.btn-vk:focus,
.btn-vk.focus {
	box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-vk.disabled,
.btn-vk:disabled {
	color: #fff;
	background-color: #6383a8;
	border-color: #6383a8;
}

.btn-vk:not(:disabled):not(.disabled):active,
.btn-vk:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #4d6a8b;
	border-color: #496482;
}

.show > .btn-vk.dropdown-toggle {
	color: #fff;
	background-color: #4d6a8b;
	border-color: #496482;
}

.btn-vk:not(:disabled):not(.disabled):active:focus,
.btn-vk:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.show > .btn-vk.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-rss {
	color: #fff;
	background-color: #ffa500;
	border-color: #ffa500;
}

.btn-rss:hover {
	color: #fff;
	background-color: #d98c00;
	border-color: #cc8400;
}

.btn-rss:focus,
.btn-rss.focus {
	box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.btn-rss.disabled,
.btn-rss:disabled {
	color: #fff;
	background-color: #ffa500;
	border-color: #ffa500;
}

.btn-rss:not(:disabled):not(.disabled):active,
.btn-rss:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #cc8400;
	border-color: #bf7c00;
}

.show > .btn-rss.dropdown-toggle {
	color: #fff;
	background-color: #cc8400;
	border-color: #bf7c00;
}

.btn-rss:not(:disabled):not(.disabled):active:focus,
.btn-rss:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.show > .btn-rss.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(255, 165, 0, 0.5);
}

.btn-flickr {
	color: #fff;
	background-color: #0063dc;
	border-color: #0063dc;
}

.btn-flickr:hover {
	color: #fff;
	background-color: #0052b6;
	border-color: #004ca9;
}

.btn-flickr:focus,
.btn-flickr.focus {
	box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}

.btn-flickr.disabled,
.btn-flickr:disabled {
	color: #fff;
	background-color: #0063dc;
	border-color: #0063dc;
}

.btn-flickr:not(:disabled):not(.disabled):active,
.btn-flickr:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #004ca9;
	border-color: #00469c;
}

.show > .btn-flickr.dropdown-toggle {
	color: #fff;
	background-color: #004ca9;
	border-color: #00469c;
}

.btn-flickr:not(:disabled):not(.disabled):active:focus,
.btn-flickr:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}

.show > .btn-flickr.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(0, 99, 220, 0.5);
}

.btn-bitbucket {
	color: #fff;
	background-color: #0052cc;
	border-color: #0052cc;
}

.btn-bitbucket:hover {
	color: #fff;
	background-color: #0043a6;
	border-color: #003e99;
}

.btn-bitbucket:focus,
.btn-bitbucket.focus {
	box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.btn-bitbucket.disabled,
.btn-bitbucket:disabled {
	color: #fff;
	background-color: #0052cc;
	border-color: #0052cc;
}

.btn-bitbucket:not(:disabled):not(.disabled):active,
.btn-bitbucket:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #003e99;
	border-color: #00388c;
}

.show > .btn-bitbucket.dropdown-toggle {
	color: #fff;
	background-color: #003e99;
	border-color: #00388c;
}

.btn-bitbucket:not(:disabled):not(.disabled):active:focus,
.btn-bitbucket:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.show > .btn-bitbucket.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}

.btn-blue {
	color: #fff;
	background-color: #467fcf;
	border-color: #467fcf;
}

.btn-blue:hover {
	color: #fff;
	background-color: #316cbe;
	border-color: #1f5bb1;
}

.btn-blue:focus,
.btn-blue.focus {
	box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
	color: #fff;
	background-color: #467fcf;
	border-color: #467fcf;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1f5bb1;
	border-color: #2c60a9;
}

.show > .btn-blue.dropdown-toggle {
	color: #fff;
	background-color: #1f5bb1;
	border-color: #2c60a9;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.show > .btn-blue.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.5);
}

.btn-indigo {
	color: #fff;
	background-color: #6574cd;
	border-color: #6574cd;
}

.btn-indigo:hover {
	color: #fff;
	background-color: #485ac4;
	border-color: #3f51c1;
}

.btn-indigo:focus,
.btn-indigo.focus {
	box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.btn-indigo.disabled,
.btn-indigo:disabled {
	color: #fff;
	background-color: #6574cd;
	border-color: #6574cd;
}

.btn-indigo:not(:disabled):not(.disabled):active,
.btn-indigo:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #3f51c1;
	border-color: #3b4db7;
}

.show > .btn-indigo.dropdown-toggle {
	color: #fff;
	background-color: #3f51c1;
	border-color: #3b4db7;
}

.btn-indigo:not(:disabled):not(.disabled):active:focus,
.btn-indigo:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.show > .btn-indigo.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(101, 116, 205, 0.5);
}

.btn-purple {
	color: #fff;
	background: #661fd6 !important;
	border-color: #661fd6;
}

.btn-purple:hover {
	color: #fff;
	background-color: #923ce6;
	border-color: #8c31e4;
}

.btn-purple:focus,
.btn-purple.focus {
	box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.btn-purple.disabled,
.btn-purple:disabled {
	color: #fff;
	background-color: #867efc;
	border-color: #867efc;
}

.btn-purple:not(:disabled):not(.disabled):active,
.btn-purple:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #8c31e4;
	border-color: #8526e3;
}

.show > .btn-purple.dropdown-toggle {
	color: #fff;
	background-color: #8c31e4;
	border-color: #8526e3;
}

.btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.show > .btn-purple.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(165, 94, 234, 0.5);
}

.btn-pink {
	color: #fff;
	background-color: #ec82ef;
	border-color: #ec82ef;
}

.btn-pink:hover {
	color: #fff;
	background-color: #f44982;
	border-color: #f33d7a;
}

.btn-pink:focus,
.btn-pink.focus {
	box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.btn-pink.disabled,
.btn-pink:disabled {
	color: #fff;
	background-color: #ec82ef;
	border-color: #ec82ef;
}

.btn-pink:not(:disabled):not(.disabled):active,
.btn-pink:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #f33d7a;
	border-color: #f23172;
}

.show > .btn-pink.dropdown-toggle {
	color: #fff;
	background-color: #f33d7a;
	border-color: #f23172;
}

.btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.show > .btn-pink.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(246, 109, 155, 0.5);
}

.btn-red {
	color: #fff;
	background-color: #c21a1a;
	border-color: #c21a1a;
}

.btn-red:hover {
	color: #fff;
	background-color: #ac1b1a;
	border-color: #a11918;
}

.btn-red:focus,
.btn-red.focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-red.disabled,
.btn-red:disabled {
	color: #fff;
	background-color: #c21a1a;
	border-color: #c21a1a;
}

.btn-red:not(:disabled):not(.disabled):active,
.btn-red:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #a11918;
	border-color: #961717;
}

.show > .btn-red.dropdown-toggle {
	color: #fff;
	background-color: #a11918;
	border-color: #961717;
}

.btn-red:not(:disabled):not(.disabled):active:focus,
.btn-red:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.show > .btn-red.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.5);
}

.btn-orange {
	color: #fff;
	background-color: #fc7303;
	border-color: #fc7303;
}

.btn-orange:hover {
	color: #fff;
	background-color: #fd811e;
	border-color: #fc7a12;
}

.btn-orange:focus,
.btn-orange.focus {
	box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.btn-orange.disabled,
.btn-orange:disabled {
	color: #fff;
	background-color: #fc7303;
	border-color: #fc7303;
}

.btn-orange:not(:disabled):not(.disabled):active,
.btn-orange:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #fc7a12;
	border-color: #fc7305;
}

.show > .btn-orange.dropdown-toggle {
	color: #fff;
	background-color: #fc7a12;
	border-color: #fc7305;
}

.btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.show > .btn-orange.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(253, 150, 68, 0.5);
}

.btn-yellow {
	color: #fff;
	background-color: #ecb403;
	border-color: #ecb403;
}

.btn-yellow:hover {
	color: #fff;
	background-color: #cea70c;
	border-color: #c29d0b;
}

.btn-yellow:focus,
.btn-yellow.focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-yellow.disabled,
.btn-yellow:disabled {
	color: #fff;
	background-color: #ecb403;
	border-color: #ecb403;
}

.btn-yellow:not(:disabled):not(.disabled):active,
.btn-yellow:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #c29d0b;
	border-color: #b6940b;
}

.show > .btn-yellow.dropdown-toggle {
	color: #fff;
	background-color: #c29d0b;
	border-color: #b6940b;
}

.btn-yellow:not(:disabled):not(.disabled):active:focus,
.btn-yellow:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.show > .btn-yellow.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(241, 196, 15, 0.5);
}

.btn-green {
	color: #fff;
	background-color: #4ecc48;
	border-color: #4ecc48;
}

.btn-green:hover {
	color: #fff;
	background-color: #4b9400;
	border-color: #448700;
}

.btn-green:focus,
.btn-green.focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-green.disabled,
.btn-green:disabled {
	color: #fff;
	background-color: #4ecc48;
	border-color: #4ecc48;
}

.btn-green:not(:disabled):not(.disabled):active,
.btn-green:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #448700;
	border-color: #3e7a00;
}

.show > .btn-green.dropdown-toggle {
	color: #fff;
	background-color: #448700;
	border-color: #3e7a00;
}

.btn-green:not(:disabled):not(.disabled):active:focus,
.btn-green:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.show > .btn-green.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 0.5);
}

.btn-teal {
	color: #fff;
	background-color: #2bcbba;
	border-color: #2bcbba;
}

.btn-teal:hover {
	color: #fff;
	background-color: #24ab9d;
	border-color: #22a193;
}

.btn-teal:focus,
.btn-teal.focus {
	box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.btn-teal.disabled,
.btn-teal:disabled {
	color: #fff;
	background-color: #2bcbba;
	border-color: #2bcbba;
}

.btn-teal:not(:disabled):not(.disabled):active,
.btn-teal:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #22a193;
	border-color: #20968a;
}

.show > .btn-teal.dropdown-toggle {
	color: #fff;
	background-color: #22a193;
	border-color: #20968a;
}

.btn-teal:not(:disabled):not(.disabled):active:focus,
.btn-teal:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.show > .btn-teal.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(43, 203, 186, 0.5);
}

.btn-cyan {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-cyan:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}

.btn-cyan:focus,
.btn-cyan.focus {
	box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.btn-cyan.disabled,
.btn-cyan:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-cyan:not(:disabled):not(.disabled):active,
.btn-cyan:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.show > .btn-cyan.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f;
}

.btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.show > .btn-cyan.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}

.btn-white {
	color: #495057;
	background-color: #fff;
	border: 1px solid #e9ebfa;
}

.btn-white:hover {
	color: #495057;
	background-color: #ececec;
	border-color: #e9e9f1;
}

.btn-white:focus,
.btn-white.focus {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
	color: #495057;
	background-color: #fff;
	border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active {
	color: #495057;
	background-color: #e9e9f1;
	border-color: #dfdfdf;
}

.show > .btn-white.dropdown-toggle {
	color: #495057;
	background-color: #e9e9f1;
	border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.show > .btn-white.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.btn-gray {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}

.btn-gray:hover {
	color: #fff;
	background-color: #727b84;
	border-color: #6c757d;
}

.btn-gray:focus,
.btn-gray.focus {
	box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
	color: #fff;
	background-color: #868e96;
	border-color: #868e96;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #6c757d;
	border-color: #666e76;
}

.show > .btn-gray.dropdown-toggle {
	color: #fff;
	background-color: #6c757d;
	border-color: #666e76;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.show > .btn-gray.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(134, 142, 150, 0.5);
}

.btn-gray-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-gray-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
}

.btn-gray-dark:focus,
.btn-gray-dark.focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-gray-dark.disabled,
.btn-gray-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
}

.btn-gray-dark:not(:disabled):not(.disabled):active,
.btn-gray-dark:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.show > .btn-gray-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d;
}

.btn-gray-dark:not(:disabled):not(.disabled):active:focus,
.btn-gray-dark:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.show > .btn-gray-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.5);
}

.btn-azure {
	color: #fff;
	background-color: #45aaf2;
	border-color: #45aaf2;
}

.btn-azure:hover {
	color: #fff;
	background-color: #219af0;
	border-color: #1594ef;
}

.btn-azure:focus,
.btn-azure.focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.5);
}

.btn-azure.disabled,
.btn-azure:disabled {
	color: #fff;
	background-color: #45aaf2;
	border-color: #45aaf2;
}

.btn-azure:not(:disabled):not(.disabled):active,
.btn-azure:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #1594ef;
	border-color: #108ee7;
}

.show > .btn-azure.dropdown-toggle {
	color: #fff;
	background-color: #1594ef;
	border-color: #108ee7;
}

.btn-azure:not(:disabled):not(.disabled):active:focus,
.btn-azure:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.5);
}

.show > .btn-azure.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(7, 116, 248, 0.5);
}

.btn-lime {
	color: #fff;
	background-color: #7bd235;
	border-color: #7bd235;
}

.btn-lime:hover {
	color: #fff;
	background-color: #69b829;
	border-color: #63ad27;
}

.btn-lime:focus,
.btn-lime.focus {
	box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.btn-lime.disabled,
.btn-lime:disabled {
	color: #fff;
	background-color: #7bd235;
	border-color: #7bd235;
}

.btn-lime:not(:disabled):not(.disabled):active,
.btn-lime:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #63ad27;
	border-color: #5da324;
}

.show > .btn-lime.dropdown-toggle {
	color: #fff;
	background-color: #63ad27;
	border-color: #5da324;
}

.btn-lime:not(:disabled):not(.disabled):active:focus,
.btn-lime:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.show > .btn-lime.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(123, 210, 53, 0.5);
}

.btn-option {
	background: transparent;
	color: #9aa0ac;
}

.btn-option:hover {
	color: #6e7687;
}

.btn-option:focus {
	box-shadow: none;
	color: #6e7687;
}

.btn-sm,
.btn-group-sm > .btn {
	font-size: 0.75rem;
	min-width: 1.625rem;
}

.btn-lg,
.btn-group-lg > .btn {
	font-size: 1rem;
	min-width: 2.75rem;
	font-weight: 400;
}

.btn-list {
	margin-bottom: -0.5rem;
	font-size: 0;
}

.btn-list > .btn,
.btn-list > .dropdown {
	margin-bottom: 0.5rem;
}

.btn-list > .btn:not(:last-child),
.btn-list > .dropdown:not(:last-child) {
	margin-right: 0.5rem;
}

.btn-loading {
	color: transparent !important;
	pointer-events: none;
	position: relative;
}

.btn-loading:after {
	content: '';
	-webkit-animation: loader 500ms infinite linear;
	animation: loader 500ms infinite linear;
	border: 2px solid #fff;
	border-radius: 50%;
	border-right-color: transparent !important;
	border-top-color: transparent !important;
	display: block;
	height: 1.4em;
	width: 1.4em;
	position: absolute;
	left: calc(50% - 0.7em);
	top: calc(50% - 0.7em);
	-webkit-transform-origin: center;
	transform-origin: center;
	position: absolute !important;
}

.btn-loading.btn-sm:after {
	height: 1em;
	width: 1em;
	left: calc(50% - 0.5em);
	top: calc(50% - 0.5em);
}

.btn-group-sm > .btn-loading.btn:after {
	height: 1em;
	width: 1em;
	left: calc(50% - 0.5em);
	top: calc(50% - 0.5em);
}

.btn-loading.btn-secondary:after {
	border-color: #495057;
}

.btn-circle {
	text-align: center;
	padding: 6px 0;
	border-radius: 50%;
	text-align: center;
}

.btn-circle i {
	font-size: 0.9rem;
}

.btn-social.btn-lg {
	padding-left: 61px;
}

.btn-social.btn-lg > :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}

.btn-social.btn-sm {
	padding-left: 38px;
}

.btn-social.btn-sm > :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em;
}

.btn-social.btn-xs {
	padding-left: 30px;
}

.btn-social.btn-xs > :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}

.btn-social-icon {
	position: relative;
	padding-left: 44px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 34px;
	width: 34px;
	padding: 0;
}

.btn-social-icon > :first-child {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	line-height: 34px;
	font-size: 1.1em;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
	padding-left: 61px;
}

.btn-social-icon.btn-lg > :first-child {
	line-height: 45px;
	width: 45px;
	font-size: 1.8em;
}

.btn-social-icon.btn-sm {
	padding-left: 38px;
}

.btn-social-icon.btn-sm > :first-child {
	line-height: 28px;
	width: 28px;
	font-size: 1.4em;
}

.btn-social-icon.btn-xs {
	padding-left: 30px;
}

.btn-social-icon.btn-xs > :first-child {
	line-height: 20px;
	width: 20px;
	font-size: 1.2em;
}

.btn-social-icon > :first-child {
	border: none;
	text-align: center;
	width: 100%;
	color: #fff;
}

.btn-social-icon.btn-lg {
	height: 45px;
	width: 45px;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-sm {
	height: 30px;
	width: 30px;
	padding-left: 0;
	padding-right: 0;
}

.btn-social-icon.btn-xs {
	height: 22px;
	width: 22px;
	padding-left: 0;
	padding-right: 0;
}

.btn.focus,
.btn:focus {
	box-shadow: none !important;
}

.btn-check:focus + .btn-success,
.btn-success:focus {
	border-color: #09ad95;
}

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
	background-color: var(--primary-bg-color);
	border-color: var(--primary-bg-color);
	outline: none;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
	box-shadow: none;
}

.w-xs {
	min-width: 90px;
}

.w-sm {
	min-width: 110px;
}

.w-md {
	min-width: 130px;
}

.w-lg {
	min-width: 150px;
}

.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
	background-color: #05c3fb;
	border-color: #05c3fb;
}

@media (max-width: 576px) {
	.radiobtns [class*='btn-outline-'],
	.checkboxbtns [class*='btn-outline-'] {
		padding: 0.1rem 0.2rem !important;
		font-size: 12px !important;
	}

	.example {
		padding: 1rem !important;
	}
}

/*------Dropdown-------*/

.dropdown {
	display: block;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative;
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0.125rem 0 0;
	font-size: 0.9375rem;
	color: #495057;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9edf4;
}

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-menu[data-popper-placement^='top'],
.dropdown-menu[data-popper-placement^='right'],
.dropdown-menu[data-popper-placement^='bottom'],
.dropdown-menu[data-popper-placement^='left'] {
	right: auto;
	bottom: auto;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

.drop-heading {
	padding: 1rem 1rem;
	color: #8f9daf;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.5rem 1.5rem !important;
	clear: both;
	font-weight: 400;
	color: #6e84a3;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item.user {
	font-size: 18px;
	padding: 5px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
	text-decoration: none;
	background-color: var(--primary005);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #fff;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
	margin: 0;
	border: 1px solid #eaf2f6;
	box-shadow: 0 3px 9px 0 rgba(104, 113, 123, 0.15);
	border-radius: 7px;
}

.dropdown-header {
	display: block;
	padding: 0.5rem 1.5rem;
	margin-bottom: 0;
	font-size: 0.875rem;
	color: #868e96;
	white-space: nowrap;
}

.dropdown-item-text {
	display: block;
	padding: 0.25rem 1.5rem;
	color: #212529;
}

/*-----List Of Dropdwons-----*/
btn.dropdown-toggle ~ .dropdown-menu {
	background-color: #f4f4f4 !important;
	background-color: white !important;
	border: 0 solid #4285f4 !important;
	box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu {
	background-color: #f4f4f4 !important;
	background-color: white !important;
	border: 0 solid #4285f4 !important;
	box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	position: absolute !important;
	width: 100% !important;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 8;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.dropdown-menu > li > a {
	display: block;
	padding: 8px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #76839a;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #76839a;
	background-color: var(--primary005);
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e9edf4;
}

.dropdown-menu .dropdown-plus-title {
	width: 100% !important;
	color: #282f53 !important;
	padding: 6px 12px !important;
	font-weight: 500 !important;
	border: 0 solid #e9edf4 !important;
	border-bottom-width: 1px !important;
	cursor: pointer !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	line-height: 20px !important;
}

.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
	border-color: #357ebd !important;
}

.btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
	border-color: #4cae4c !important;
}

.btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
	border-color: #46b8da !important;
}

.btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
	border-color: #eea236 !important;
}

.btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
	border-color: #d43f3a !important;
}

.dropdown-menu-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px;
	border-bottom: 1px solid #e9edf4;
}

.dropdown-menu-header label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #76839a;
}

.media {
	display: flex;
	align-items: flex-start;
}

@media (min-width: 768px) {
	ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
}

@media (min-width: 768px) {
	ul.dropdown-menu li.dropdown ul.dropdown-menu {
		width: auto !important;
	}
}

.dropdown-menu-arrow:before {
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -7px;
	right: 28px;
	transform: rotate(45deg);
	border-top: 1px solid #e9edf4;
	border-left: 1px solid #e9edf4;
}

.dropdown-menu.header-search:before {
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
	position: absolute;
	top: -7px;
	left: 28px;
	transform: rotate(45deg);
	border-top: 1px solid #e9edf4;
	border-left: 1px solid #e9edf4;
}

.dropdown {
	display: block;
}

.header .dropdown .nav-link.icon:hover {
	background: none !important;
}

.dropdown-menu {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	min-width: 12rem;
}

.dropdown-menu-arrow.dropdown-menu-end:before,
.dropdown-menu-arrow.dropdown-menu-end:after {
	left: auto;
	right: 18px;
}

.dropdown-toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.dropdown-toggle:after {
	vertical-align: 0.155em;
}

.dropdown-toggle:empty:after {
	margin-left: 0;
}

.dropdown-icon {
	color: #8f9daf;
	margin-right: 0.5rem;
	margin-left: -0.5rem;
	width: 1em;
	display: inline-block;
	text-align: center;
	vertical-align: -1px;
}

.dropdown-toggle .dropdown-label {
	position: relative;
	top: -18px;
	left: -12px;
	background-color: #fff;
	padding: 0px 10px 0px 10px;
}

.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
	background-color: #09ad95;
	border-color: #09ad95;
}

.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
	color: #fff;
	background-color: #1170e4;
	border-color: #1170e4;
}

/*------ Modal -------*/
.modal-open {
	overflow: scroll;
	padding: 0 !important;
	display: block;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	overflow: hidden;
	outline: 0;
	padding-right: 0 !important;
	margin: 0 !important;
}

.modal-open,
.modal-backdrop.fade.show {
	padding-right: 0 !important;
}

.modal-open {
	overflow: auto !important;
	padding: 0px !important;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 0px !important;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

@media screen and (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e9edf4;
	border-radius: 3px;
	outline: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9edf4;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.modal-header .btn-close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-body p:last-child {
	margin-bottom: 0;
}

.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
	margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: 0.25rem;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}

	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg,
	.modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.pos-static {
	position: static;
}

.modal.animated .modal-dialog {
	transform: translate(0, 0);
}

.modal.effect-scale .modal-dialog {
	transform: scale(0.7);
	opacity: 0;
	transition: all 0.3s;
}

.modal.effect-scale.show .modal-dialog {
	transform: scale(1);
	opacity: 1;
}

.modal.effect-slide-in-right .modal-dialog {
	transform: translateX(20%);
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.modal.effect-slide-in-right.show .modal-dialog {
	transform: translateX(0);
	opacity: 1;
}

.modal.effect-slide-in-bottom .modal-dialog {
	transform: translateY(20%);
	opacity: 0;
	transition: all 0.3s;
}

.modal.effect-slide-in-bottom.show .modal-dialog {
	transform: translateY(0);
	opacity: 1;
}

.modal.effect-newspaper .modal-dialog {
	transform: scale(0) rotate(720deg);
	opacity: 0;
}

.modal.effect-newspaper.show ~ .modal-backdrop,
.modal.effect-newspaper .modal-dialog {
	transition: all 0.5s;
}

.modal.effect-newspaper.show .modal-dialog {
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

.modal.effect-fall {
	-webkit-perspective: 1300px;
	-moz-perspective: 1300px;
	perspective: 1300px;
}

.modal.effect-fall .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(600px) rotateX(20deg);
	opacity: 0;
}

.modal.effect-fall.show .modal-dialog {
	transition: all 0.3s ease-in;
	transform: translateZ(0px) rotateX(0deg);
	opacity: 1;
}

.modal.effect-flip-horizontal {
	perspective: 1300px;
}

.modal.effect-flip-horizontal .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: rotateY(-70deg);
	transition: all 0.3s;
	opacity: 0;
}

.modal.effect-flip-horizontal.show .modal-dialog {
	transform: rotateY(0deg);
	opacity: 1;
}

.modal.effect-flip-vertical {
	perspective: 1300px;
}

.modal.effect-flip-vertical .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: rotateX(-70deg);
	transition: all 0.3s;
	opacity: 0;
}

.modal.effect-flip-vertical.show .modal-dialog {
	transform: rotateX(0deg);
	opacity: 1;
}

.modal.effect-super-scaled .modal-dialog {
	transform: scale(2);
	opacity: 0;
	transition: all 0.3s;
}

.modal.effect-super-scaled.show .modal-dialog {
	transform: scale(1);
	opacity: 1;
}

.modal.effect-sign {
	perspective: 1300px;
}

.modal.effect-sign .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: rotateX(-60deg);
	transform-origin: 50% 0;
	opacity: 0;
	transition: all 0.3s;
}

.modal.effect-sign.show .modal-dialog {
	transform: rotateX(0deg);
	opacity: 1;
}

.modal.effect-rotate-bottom {
	perspective: 1300px;
}

.modal.effect-rotate-bottom .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateY(100%) rotateX(90deg);
	transform-origin: 0 100%;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.modal.effect-rotate-bottom.show .modal-dialog {
	transform: translateY(0%) rotateX(0deg);
	opacity: 1;
}

.modal.effect-rotate-left {
	perspective: 1300px;
}

.modal.effect-rotate-left .modal-dialog {
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform-origin: 0 100%;
	opacity: 0;
	transition: all 0.3s;
}

.modal.effect-rotate-left.show .modal-dialog {
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
	opacity: 1;
}

.modal.effect-just-me .modal-dialog {
	transform: scale(0.8);
	opacity: 0;
	transition: all 0.3s;
}

.modal.effect-just-me .modal-content {
	background-color: #16192f;
	border: 1px solid #4d4e50;
	padding: 0 9px;
}

.modal.effect-just-me .btn-close {
	text-shadow: none;
	color: #fff;
}

.modal.effect-just-me .modal-header {
	background-color: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.1);
	padding-left: 0;
	padding-right: 0;
}

.modal.effect-just-me .modal-header h6 {
	color: #fff;
	font-weight: 500;
}

.modal.effect-just-me .modal-body {
	color: rgba(255, 255, 255, 0.8);
	padding-left: 0;
	padding-right: 0;
}

.modal.effect-just-me .modal-body h6 {
	color: #fff;
}

.modal.effect-just-me .modal-footer {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	border-top-color: rgba(255, 255, 255, 0.1);
}

.modal.effect-just-me.show ~ .modal-backdrop {
	opacity: 0.96;
}

.modal.effect-just-me.show .modal-dialog {
	transform: scale(1);
	opacity: 1;
}

.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0;
}

/* Country Selector */

.country-selector {
	padding: 0.3rem;
}

.country-selector .nav-link {
	color: #495046;
}

.country-selector img {
	width: 28px;
	height: 20px;
	border-radius: 20%;
}

.btn-country {
	border: 1px solid #ededf5;
	box-shadow: none !important;
	text-align: justify !important;
	font-size: 15px !important;
	border-radius: 10px !important;
	padding: 0.8rem 0.8rem !important;
	box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
}

.btn-country:hover {
	border: 1px solid var(--primary-bg-color) !important;
	box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.1) !important;
}

.btn-country.active {
	border: 1px solid var(--primary-bg-color) !important;
}

.btn-check:checked + .btn-country,
.btn-country.active,
.btn-country:active {
	border: 1px solid var(--primary-bg-color) !important;
}

/*----- Avatars -----*/
.country-selector .avatar {
	width: 1.4rem;
	height: 1.2rem;
}

.avatar {
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: 500;
	vertical-align: bottom;
	font-size: 0.875rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.avatar i {
	font-size: 125%;
	vertical-align: sub;
}

.avatar-status {
	position: absolute;
	right: -2px;
	bottom: -2px;
	width: 0.75rem;
	height: 0.75rem;
	border: 2px solid #fff;
	border-radius: 50%;
}

.avatar-sm {
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.75rem;
}

.avatar-md {
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
}

.avatar-lg {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.25rem;
}

.avatar-xl {
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	font-size: 1.75rem;
}

.avatar-xxl {
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	font-size: 2rem;
}

.avatar-placeholder {
	background: #ced4da
		url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="134" height="134" viewBox="0 0 134 134"><path fill="#868e96" d="M65.92 66.34h2.16c14.802.42 30.928 6.062 29.283 20.35l-1.618 13.32c-.844 6.815-5.208 7.828-13.972 7.866H52.23c-8.764-.038-13.13-1.05-13.973-7.865l-1.62-13.32C34.994 72.4 51.12 66.76 65.92 66.34zM49.432 43.934c0-9.82 7.99-17.81 17.807-17.81 9.82 0 17.81 7.99 17.81 17.81 0 9.82-7.99 17.807-17.81 17.807-9.82 0-17.808-7.987-17.808-17.806z"/></svg>')
		no-repeat center/80%;
}

.avatar-list {
	margin: 0 0 -0.5rem;
	padding: 0;
	font-size: 0;
}

.avatar-list .avatar {
	margin-bottom: 0.5rem;
}

.avatar-list .avatar:not(:last-child) {
	margin-right: 0.5rem;
}

.avatar-list-stacked .avatar {
	margin-right: -0.8em !important;
	box-shadow: 0 0 0 2px #fff;
}

.avatar-blue {
	background-color: #c8d9f1;
	color: #467fcf;
}

.avatar-indigo {
	background-color: #d1d5f0;
	color: #6574cd;
}

.avatar-purple {
	background-color: #e4cff9;
	color: #867efc;
}

.avatar-pink {
	background-color: #fcd3e1;
	color: #ec82ef;
}

.avatar-red {
	background-color: #f0bcbc;
	color: #c21a1a;
}

.avatar-orange {
	background-color: #fee0c7;
	color: #fc7303;
}

.avatar-yellow {
	background-color: #fbedb7;
	color: #ecb403;
}

.avatar-green {
	background-color: #cfeab3;
	color: #4ecc48;
}

.avatar-teal {
	background-color: #bfefea;
	color: #2bcbba;
}

.avatar-cyan {
	background-color: #b9e3ea;
	color: #17a2b8;
}

.avatar-white {
	background-color: white;
	color: #fff;
}

.avatar-gray {
	background-color: #dbdde0;
	color: #868e96;
}

.avatar-gray-dark {
	background-color: #c2c4c6;
	color: #343a40;
}

.avatar-azure {
	background-color: #c7e6fb;
	color: #45aaf2;
}

.avatar-lime {
	background-color: #d7f2c2;
	color: #7bd235;
}

.avatar-group .avatar {
	position: relative;
	z-index: 2;
	background: transparent !important;
}

.avatar-group .avatar:hover {
	z-index: 3;
}

.avatar-group .avatar + .avatar {
	margin-left: -0.8rem;
}

.avatar-group .avatar-sm {
	font-size: 0.875rem;
	width: 32px;
	height: 32px;
}

.avatar-badges {
	content: '';
	top: -4px;
	right: -4px;
	width: 15px;
	height: 15px;
	position: absolute;
	cursor: pointer;
}

.avatar-icons {
	content: '';
	top: 48px;
	right: -4px;
	width: 23px;
	height: 23px;
	position: absolute;
	line-height: initial;
	cursor: pointer;
}

.feeds.avatar-circle {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 2rem;
	height: 2rem;
}

.feeds.avatar-circle::before {
	content: '';
	position: absolute;
	left: -15px;
	padding: 1px;
	height: 25px;
	background: var(--primary-bg-color);
	top: 4px;
}

.feeds.avatar-circle-secondary::before {
	background: #05c3fb;
}

.feeds.avatar-circle-danger::before {
	background: #e82646;
}

.feeds.avatar-circle-warning::before {
	background: #f7b731;
}

.feeds.avatar-circle-pink::before {
	background: #fc5296;
}

.feeds.avatar-circle-info::before {
	background: #1170e4;
}

/* Main Page */

.page-main {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.page {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
	overflow-x: hidden;
}

body.fixed-header .page {
	padding-top: 4.5rem;
}

@media (min-width: 768px) {
	.page-content {
		margin: 1.5rem 0;
	}
}

/* Page Header */
.page-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 1.5rem 0rem 1.5rem;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	/* border-radius: 7px; */
	position: relative;
	min-height: 50px;
	border: 1px solid transparent;
	border-radius: 5px;
}

.page-title {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	margin-bottom: 0.2rem;
}

.page-options {
	margin-left: auto;
}

.page-header .breadcrumb {
	font-size: 13px;
	padding-left: 0 !important;
}

/*------ Card -------*/
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	border: inherit !important;
	background-clip: border-box;
	border-radius: 7px;
	box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 25px;
	margin: 0;
	position: relative;
}

.card-subtitle {
	margin-top: -0.75rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.5rem;
}

.card-header:first-child {
	border-radius: 2px 2px 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 1.5rem 1.5rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid #e9edf4;
	color: #6e7687;
}

.card-img {
	width: 100%;
	border-radius: 2px;
}

.card-img-top {
	width: 100%;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

.card-group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group > .card {
	margin-bottom: 0.75rem;
}

.card-columns .card {
	margin-bottom: 1.5rem;
}

/*------ Default Card Values -------*/
.card-header {
	background: none;
	padding: 1.2rem 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	background-color: transparent;
	border-bottom: 1px solid #e9edf4;
	letter-spacing: 0.2px;
}

.card-header .card-title {
	margin-bottom: 0;
}

.card-header.border-0 + .card-body {
	padding-top: 0;
}

.card-title {
	font-size: 1.075rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.card-table {
	margin-bottom: 0;
}

.card-table tr:first-child td,
.card-table tr:first-child th {
	border-top: 0;
}

.card-table tr td:first-child,
.card-table tr th:first-child {
	padding-left: 1.5rem !important;
}

.card-table tr td:last-child,
.card-table tr th:last-child {
	padding-right: 1.5rem;
}

.card-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	margin: 0;
}

.card .box .img img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
}

.card .box h2 {
	font-size: 20px;
	color: #262626;
	margin: 20px auto;
}

.card .box h2 span {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	padding: 4px 10px;
	border-radius: 15px;
}

.card .box p {
	color: #262626;
}

/*------ Card -------*/
.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

.card-img-top {
	width: 100%;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}

@media (min-width: 576px) {
	.card-group {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group > .card {
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group > .card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group > .card:first-child .card-img-top,
	.card-group > .card:first-child .card-header {
		border-top-right-radius: 0;
	}

	.card-group > .card:first-child .card-img-bottom,
	.card-group > .card:first-child .card-footer {
		border-bottom-right-radius: 0;
	}

	.card-group > .card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group > .card:last-child .card-img-top,
	.card-group > .card:last-child .card-header {
		border-top-left-radius: 0;
	}

	.card-group > .card:last-child .card-img-bottom,
	.card-group > .card:last-child .card-footer {
		border-bottom-left-radius: 0;
	}

	.card-group > .card:only-child {
		border-radius: 3px;
	}

	.card-group > .card:only-child .card-img-top,
	.card-group > .card:only-child .card-header {
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}

	.card-group > .card:only-child .card-img-bottom,
	.card-group > .card:only-child .card-footer {
		border-bottom-right-radius: 3px;
		border-bottom-left-radius: 3px;
	}

	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0;
	}

	.card-group
		> .card:not(:first-child):not(:last-child):not(:only-child)
		.card-img-top,
	.card-group
		> .card:not(:first-child):not(:last-child):not(:only-child)
		.card-img-bottom,
	.card-group
		> .card:not(:first-child):not(:last-child):not(:only-child)
		.card-header,
	.card-group
		> .card:not(:first-child):not(:last-child):not(:only-child)
		.card-footer {
		border-radius: 0;
	}
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.card-blog-overlay {
	background: url('../images/media/thumbnails/thumb2.jpg');
	background-size: cover;
	position: relative;
}

.card-blog-overlay:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
}

.card-blog-overlay1:before,
.card-blog-overlay2:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
}

.card-blog-overlay1 {
	background: url('../images/media/thumbnails/thumb3.jpg');
	background-size: cover;
}

.card-blog-overlay2 {
	background: url('../images/media/22.jpg');
	background-size: cover;
}

/*------ Default Card Values -------*/
.card {
	position: relative;
	margin-bottom: 1.5rem;
	width: 100%;
}

.card .card {
	border: 1px solid #e9edf4;
}

@media print {
	.card {
		box-shadow: none;
		border: none;
	}
}

.card-body + .card-body {
	border-top: 1px solid #e9edf4;
}

.card-body > :last-child {
	margin-bottom: 0;
}

@media print {
	.card-body {
		padding: 0;
	}
}

.card-body-scrollable {
	overflow: auto;
}

.card-footer,
.card-bottom {
	padding: 1rem 1.5rem;
	background: none;
}

@media print {
	.card-header {
		display: none;
	}
}

.card-title {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.reg {
	text-align: center;
	font-size: 50px;
	color: #2e1170;
	float: right;
}

.card-title a {
	color: inherit;
}

.card-title:only-child {
	margin-bottom: 0;
}

.card-title small {
	color: #9aa0ac;
	font-size: 0.875rem;
	display: block;
	margin: -0.75rem 0 1rem;
	line-height: 1.1;
	font-weight: 400;
}

.card-subtitle {
	color: #9aa0ac;
	font-size: 0.875rem;
	display: block;
	margin: -0.75rem 0 1rem;
	line-height: 1.1;
	font-weight: 400;
}

.card-body + .card-table {
	border-top: 1px solid #e9edf4;
}

.card-profile .card-header {
	height: 5rem;
	background-size: cover;
	border: 0;
}

.card-link + .card-link {
	margin-left: 1rem;
}

.card-body + .card-list-group {
	border-top: 1px solid #e9edf4;
}

.card-list-group .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.card-list-group .list-group-item:last-child {
	border-bottom: 0;
}

.card-list-group .list-group-item:first-child {
	border-top: 0;
}

.card-header-pills {
	margin: -0.75rem 0;
	margin-right: -0.75rem;
	margin-left: -0.75rem;
}

.card-aside {
	-ms-flex-direction: row;
	flex-direction: row;
}

.card-aside-column {
	min-width: 5rem;
	width: 30%;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	background: no-repeat center/cover;
}

.card-value {
	font-size: 1rem;
	line-height: 3.4rem;
	height: 3.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
}

.card-value i {
	vertical-align: middle;
	font-size: 30px;
}

.card-options {
	margin-left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-order: 100;
	order: 100;
	margin-right: -0.5rem;
	color: #9aa0ac;
	-ms-flex-item-align: center;
	align-self: center;
}

.card-options a:not(.btn) {
	margin-left: 0.5rem;
	color: #76839a;
	display: inline-block;
	min-width: 1rem;
}

.card-options a:not(.btn):hover {
	text-decoration: none;
	color: #6e7687;
}

.card-options a:not(.btn) i {
	font-size: 1rem;
	vertical-align: middle;
}

.card-options .dropdown-toggle:after {
	display: none;
}

.card-img-absolute {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	margin-left: -28px;
}

.card-image {
	position: absolute;
	top: 0;
	height: 100%;
	margin-left: -126px;
}

/*Card options*/
.card-collapsed > :not(.card-header):not(.card-status) {
	display: none;
}

.card-collapsed .card-options-collapse i:before {
	content: '\e92d';
}

.card-fullscreen .card-options-fullscreen i:before {
	content: '\e992';
}

.card-fullscreen .card-options-remove {
	display: none;
}

/*Card maps*/
.card-map {
	height: 15rem;
	background: #e9ecef;
}

/**Card status*/
.card-status {
	position: absolute;
	top: -1px;
	left: 0px;
	right: 0px;
	height: 3px;
	border-radius: 7px 7px 0 0;
}

.card-status-left {
	right: auto;
	bottom: 0;
	height: auto;
	width: 3px;
	border-radius: 3px 0 0 3px;
}

/**Card alert*/
.card-alert {
	border-radius: 0;
	margin: -1px -1px 0;
}

.cardheader-tabs .card-header {
	border-bottom: 1px solid #e9edf4;
	padding-bottom: 0;
}

.card-headpills .card-header-pills {
	margin: 0;
}

.card.card-collapsed .card-header {
	border-bottom: 0;
}

.card-border {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	/* border: inherit !important; */
	background-clip: border-box;
	border-radius: 7px;
	box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
}

.card-body-border {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 10px;
	margin: 0;
	position: relative;
}

/* Table */
/*------ Tables -----*/
.table,
.text-wrap table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
}

.table th {
	padding: 0.73rem;
	vertical-align: top;
}

.text-wrap table th,
.text-wrap table td {
	padding: 0.75rem;
	vertical-align: top;
}

.table td {
	padding: 0.73rem;
	vertical-align: top;
	border-top: 0;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #e9edf4;
	border-bottom-width: 1px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	border-top: 0;
}

.text-wrap table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #e9edf4;
	border-bottom-width: 1px;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.table tbody + tbody,
.text-wrap table tbody + tbody {
	border-top: 2px solid #e9edf4;
}

.table .table,
.text-wrap table .table,
.table .text-wrap table {
	background-color: #f6f6fb;
}

.text-wrap .table table,
.text-wrap table table {
	background-color: #f6f6fb;
}

.table-sm th,
.table-sm td {
	padding: 0.3rem;
}

.table-bordered,
.text-wrap table,
.table-bordered th,
.text-wrap table th,
.table-bordered td,
.text-wrap table td {
	border: 1px solid #e9edf4;
}

.table-bordered thead th,
.text-wrap table thead th,
.table-bordered thead td,
.text-wrap table thead td {
	border-bottom-width: 1px;
}

.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: rgba(0, 0, 0, 0.02);
}

.table-hover tbody tr:hover,
.table-hover tbody th {
	background-color: #f6f6fb;
}

.table-primary {
	background-color: #d2cdf9;
}

.table-primary > th,
.table-primary > td {
	background-color: #d2cdf9;
}

.table-hover .table-primary:hover {
	background-color: #b7cded;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
	background-color: #b7cded;
}

.table-secondary {
	background-color: #fdccdb;
}

.table-secondary > th,
.table-secondary > td {
	background-color: #fdccdb;
}

.table-hover .table-secondary:hover {
	background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
	background-color: #cfd2d6;
}

.table-success {
	background-color: #d2ecb8;
}

.table-success > th,
.table-success > td {
	background-color: #d2ecb8;
}

.table-hover .table-success:hover {
	background-color: #c5e7a4;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
	background-color: #c5e7a4;
}

.table-info {
	background-color: #cbe7fb;
}

.table-info > th,
.table-info > td {
	background-color: #cbe7fb;
}

.table-hover .table-info:hover {
	background-color: #b3dcf9;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
	background-color: #b3dcf9;
}

.table-warning {
	background-color: #f1d5a7;
}

.table-warning > th,
.table-warning > td {
	background-color: #f1d5a7;
}

.table-hover .table-warning:hover {
	background-color: #fae8a4;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
	background-color: #fae8a4;
}

.table-danger {
	background-color: #f1c1c0;
}

.table-danger > th,
.table-danger > td {
	background-color: #f1c1c0;
}

.table-hover .table-danger:hover {
	background-color: #ecacab;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
	background-color: #ecacab;
}

.table-light {
	background-color: #fdfdfe;
}

.table-light > th,
.table-light > td {
	background-color: #fdfdfe;
}

.table-hover .table-light:hover {
	background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
	background-color: #ececf6;
}

.table-dark {
	background-color: #212529;
}

.table-dark > th,
.table-dark > td {
	background-color: #212529;
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
	background-color: #b9bbbe;
}

.table-active {
	background-color: rgba(0, 0, 0, 0.04);
}

.table-active > th,
.table-active > td {
	background-color: rgba(0, 0, 0, 0.04);
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.04);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, 0.04);
}

.table .thead-dark th,
.text-wrap table .thead-dark th {
	color: #f6f6fb;
	background-color: #212529;
	border-color: #32383e;
}

.table .thead-light th,
.text-wrap table .thead-light th {
	color: #495057;
	background-color: #f6f6fb;
	border-color: #e9edf4;
}

.table-dark {
	color: #f6f6fb;
	background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	color: #f6f6fb;
	border-bottom-color: rgba(255, 255, 255, 0.05) !important;
}

.table-dark.table-bordered {
	border: 0;
}

.text-wrap table.table-dark {
	border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: #212529;
}

.table-dark.table-striped tbody tr:nth-of-type(even) {
	background-color: #272b2f;
}

.table-dark.table-hover tbody tr:hover {
	background-color: #212529;
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive-sm > .table-bordered {
		border: 0;
	}

	.text-wrap .table-responsive-sm > table {
		border: 0;
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive-md > .table-bordered {
		border: 0;
	}

	.text-wrap .table-responsive-md > table {
		border: 0;
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive-lg > .table-bordered {
		border: 0;
	}

	.text-wrap .table-responsive-lg > table {
		border: 0;
	}
}

@media (max-width: 1279.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.table-responsive-xl > .table-bordered {
		border: 0;
	}

	.text-wrap .table-responsive-xl > table {
		border: 0;
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
	border: 0;
}

.text-wrap .table-responsive > table {
	border: 0;
}

.table-inbox {
	border: 1px solid #e9edf4;
	margin-bottom: 0;
}

.table-inbox tr {
	border-bottom: 1px solid rgba(238, 238, 238, 0.7);
}

.table-inbox tr:last-child {
	border-bottom: 1px solid #e9edf4;
}

.table-inbox tr td {
	padding: 12px !important;
}

.table-inbox tr td:hover {
	cursor: pointer;
}

.table-inbox tr td .fa-star.inbox-started,
.table-inbox tr td .fa-star:hover {
	color: #f78a09;
}

.table-inbox tr.unread td {
	background: #f6f6fb;
	font-weight: 500;
}

.table th,
.text-wrap table th {
	color: #2e3138;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-weight: 400;
}

.table-md th,
.table-md td {
	padding: 0.5rem;
}

.table-vcenter td,
.table-vcenter th {
	vertical-align: middle;
	border-top: 1px solid #e9edf4;
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
	border-color: rgba(255, 255, 255, 0.2);
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
	border-color: rgba(255, 255, 255, 0.2);
}

.table-center td,
.table-center th {
	text-align: center;
}

.table-striped tbody tr:nth-of-type(odd) {
	background: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
	background-color: #f6f6fb;
}

.table-calendar {
	margin: 0 0 0.75rem;
}

.table-calendar td,
.table-calendar th {
	border: 0;
	text-align: center;
	padding: 0 !important;
	width: 14.28571429%;
	line-height: 2.5rem;
}

.table-calendar td {
	border-top: 0;
}

.table-calendar-link {
	line-height: 2rem;
	min-width: calc(2rem + 2px);
	display: inline-block;
	border-radius: 3px;
	background: #f8f9fa;
	color: #495057;
	font-weight: 600;
	transition: 0.3s background, 0.3s color;
	position: relative;
}

.table-calendar-link:before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0.25rem;
	top: 0.25rem;
	border-radius: 50px;
	background: #467fcf;
}

.table-calendar-link:hover {
	color: #fff;
	text-decoration: none;
	background: #467fcf;
	transition: 0.3s background;
}

.table-calendar-link:hover:before {
	background: #fff;
}

.table-header {
	cursor: pointer;
	transition: 0.3s color;
}

.table-header:hover {
	color: #495057 !important;
}

.table-header:after {
	content: '\f0dc';
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 0.5rem;
	font-size: 0.75rem;
}

.table-header-asc {
	color: #495057 !important;
}

.table-header-asc:after {
	content: '\f0de';
}

.table-header-desc {
	color: #495057 !important;
}

.table-header-desc:after {
	content: '\f0dd';
}

table {
	border-collapse: collapse;
}

.table > :not(:last-child) > :last-child > * {
	border-bottom-color: #e9edf4;
}

.table > :not(caption) > * > * {
	background: transparent;
	box-shadow: none;
}

.table tbody td {
	border-color: #e9edf4;
}

.table > :not(:first-child) {
	border-top: 1px solid #e9edf4;
}

/* Data Table */

table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-collapse: separate !important;
	border-spacing: 0;
}

table.dataTable td,
table.dataTable th {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
	text-align: center;
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
	width: auto;
	display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
	text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
	margin-top: 2px;
}

div.dataTables_wrapper div.dataTables_info {
	padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
	justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -26px;
	text-align: center;
	padding: 1em 0;
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
	outline: none;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
	padding-right: 30px;
}

table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after {
	position: absolute;
	bottom: 0.5em;
	display: block;
	opacity: 0.3;
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after {
	position: absolute;
	bottom: 0.5em;
	display: block;
	opacity: 0.3;
}

table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after {
	position: absolute;
	bottom: 0.5em;
	display: block;
	opacity: 0.3;
}

table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after {
	position: absolute;
	bottom: 0.5em;
	display: block;
	opacity: 0.3;
}

table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: 0.5em;
	display: block;
	opacity: 0.3;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
	right: 1em;
	content: '↑';
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
	right: 0.5em;
	content: '↓';
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
	opacity: 1;
}

table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
	opacity: 0;
}

div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
	display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
	box-sizing: content-box;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
	margin-top: 0 !important;
	border-top: none;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_length,
	div.dataTables_wrapper div.dataTables_filter,
	div.dataTables_wrapper div.dataTables_info {
		text-align: center !important;
	}

	div.dataTables_wrapper div.dataTables_paginate {
		text-align: center !important;
	}

	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		justify-content: center !important;
	}
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
	padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
	top: 5px;
	right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
	top: 5px;
}

table.table-bordered.dataTable {
	border-right-width: 0;
}

table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
	border-top-width: 1px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
	border-left-width: 0;
}

table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child {
	border-left-width: 0px;
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child {
	border-right-width: 1px;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
	border-bottom-width: 0px;
}

div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
	margin: 10px;
}

div.table-responsive
	> div.dataTables_wrapper
	> div.row
	> div[class^='col-']:first-child {
	padding-left: 0;
}

div.table-responsive
	> div.dataTables_wrapper
	> div.row
	> div[class^='col-']:last-child {
	padding-right: 0;
}

.dataTables_wrapper .selected {
	background: #f6f6fb;
	cursor: pointer;
}

#delete-datatable tr {
	cursor: pointer;
}

/*------- Alignments & values-------*/
.text-monospace {
	font-family: Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

.text-justify {
	text-align: justify !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-start {
	text-align: left !important;
}

.text-end {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}

	.text-sm-right {
		text-align: right !important;
	}

	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}

	.text-md-right {
		text-align: right !important;
	}

	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}

	.text-lg-right {
		text-align: right !important;
	}

	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1280px) {
	.text-xl-left {
		text-align: left !important;
	}

	.text-xl-right {
		text-align: right !important;
	}

	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-white-transparent {
	color: #fff !important;
	opacity: 0.9;
}

.text-white-transparent-1 {
	color: #fff !important;
	opacity: 0.5;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #4e12b6 !important;
}

.text-secondary {
	color: #05c3fb !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #05c3fb !important;
}

.text-success {
	color: #09ad95 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #448700 !important;
}

.text-info {
	color: #1170e4 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #1594ef !important;
}

.text-warning {
	color: #f7b731 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #c29d0b !important;
}

.text-danger {
	color: #e82646 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #d22827 !important;
}

.text-light {
	color: #ebedef !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #dae0e5 !important;
}

.text-dark {
	color: #100f15 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: var(--primary-bg-color) !important;
}

.text-body {
	color: #495057 !important;
}

.text-muted {
	color: #74829c !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-wrap {
	font-size: 14px;
	line-height: 1.66;
}

.text-wrap > :first-child {
	margin-top: 0;
}

.text-wrap > :last-child {
	margin-bottom: 0;
}

.text-wrap > h1,
.text-wrap > h2,
.text-wrap > h3,
.text-wrap > h4,
.text-wrap > h5,
.text-wrap > h6 {
	margin-top: 1em;
}

/* Typography */
.heading-inverse {
	background-color: #333;
	color: #fff;
	padding: 5px;
}

.heading-success {
	background-color: #1643a3;
	color: #fff;
	padding: 5px;
}

.heading-info {
	background-color: #45aaf2;
	color: #fff;
	padding: 5px;
}

.heading-warning {
	background-color: #ecb403;
	color: #fff;
	padding: 5px;
}

.heading-danger {
	background-color: #c21a1a;
	color: #fff;
	padding: 5px;
}

.text-inherit {
	color: inherit !important;
}

.text-default {
	color: #181c31 !important;
}

.text-muted-dark {
	color: #1c232f !important;
}

.text-fb-blue {
	color: #234684 !important;
}

.text-blue {
	color: #467fcf !important;
}

.text-indigo {
	color: #6574cd !important;
}

.text-purple {
	color: #867efc !important;
}

.text-lightpink-red {
	color: #ff7088 !important;
}

.text-lightgreen {
	color: #26eda2 !important;
}

.text-pink {
	color: #ec82ef !important;
}

.text-red {
	color: #c21a1a !important;
}

.text-orange {
	color: #fc7303 !important;
}

.text-yellow {
	color: #ecb403 !important;
}

.text-green {
	color: #4ecc48 !important;
}

.text-green-1 {
	color: #0dff01 !important;
}

.text-teal {
	color: #2bcbba !important;
}

.text-cyan {
	color: #17a2b8 !important;
}

.text-white {
	color: #fff !important;
}

.text-gray {
	color: #969696 !important;
}

.text-gray-dark {
	color: #343a40 !important;
}

.text-azure {
	color: #45aaf2 !important;
}

.text-lime {
	color: #7bd235 !important;
}

textarea[cols] {
	height: auto;
}

.text-end {
	text-align: right;
}

.text-transparent {
	color: #332525;
	opacity: 0.5;
}

.text-facebook {
	color: #3b5998;
}

.text-google-plus {
	color: #dd4b39;
}

.text-twitter {
	color: #1da1f2;
}

.text-pinterest {
	color: #bd081c;
}

textarea.form-control {
	height: auto;
}

.text-primary-gradient {
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-secondary-gradient {
	text-transform: uppercase;
	background: linear-gradient(to bottom right, #82cff2 0%, #28b7f9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	background: linear-gradient(to right, #cd489c 0%, #ce4ba4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-warning-gradient {
	text-transform: uppercase;
	background: linear-gradient(to bottom right, #f66b4e 0%, #fbc434 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-info-gradient {
	text-transform: uppercase;
	background: linear-gradient(to right bottom, #1e63c3 0%, #00f2fe 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-danger-gradient {
	text-transform: uppercase;
	background: linear-gradient(to right, #ff416c 0%, #ff4b2b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-success-gradient {
	text-transform: uppercase;
	background: linear-gradient(to bottom right, #1ea38f 0%, #5cf9e2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-facebook-gradient {
	text-transform: uppercase;
	background: linear-gradient(to right bottom, #1e3c72 0%, #3d6cbf 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-twitter-gradient {
	text-transform: uppercase;
	background: linear-gradient(to right bottom, #1e63c3 0%, #00f2fe 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/*--text-shadow--*/
.text-success-shadow {
	text-shadow: 0 5px 10px rgba(19, 191, 166, 0.3) !important;
}

.text-info-shadow {
	text-shadow: 0 5px 10px rgba(7, 116, 248, 0.3) !important;
}

.text-warning-shadow {
	text-shadow: 0 5px 10px rgba(255, 162, 43, 0.3) !important;
}

.text-danger-shadow {
	text-shadow: 0 5px 10px rgba(255, 56, 43, 0.3) !important;
}

.text-pink-shadow {
	text-shadow: 0 5px 10px rgba(213, 109, 252, 0.3) !important;
}

.text-purple-shadow {
	text-shadow: 0 5px 10px rgba(96, 77, 216, 0.3) !important;
}

.text-dark-shadow {
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3) !important;
}

.text-white-shadow {
	text-shadow: 0 5px 10px rgba(255, 255, 255, 0.3) !important;
}

.text-secondary-shadow {
	text-shadow: 0 5px 10px rgba(130, 207, 242, 0.3);
}

/*--------- Width--------------*/
.w-1 {
	width: 10% !important;
}

.w-5 {
	width: 5% !important;
}

.w-10 {
	width: 10% !important;
}

.w-15 {
	width: 15% !important;
}

.w-20 {
	width: 20% !important;
}

.w-25 {
	width: 25% !important;
}

.w-30 {
	width: 30% !important;
}

.w-40 {
	width: 40% !important;
}

.w-45 {
	width: 45% !important;
}

.w-60 {
	width: 60% !important;
}

.w-45 {
	width: 45% !important;
}

.w-50 {
	width: 50% !important;
}

.w-65 {
	width: 65% !important;
}

.w-70 {
	width: 70% !important;
}

.w-75 {
	width: 75% !important;
}

.w-80 {
	width: 80% !important;
}

.w-100 {
	width: 100% !important;
}

.w-260 {
	width: 260px !important;
}

.w-337 {
	width: 337px !important;
}

.w-auto {
	width: auto !important;
}

.w-0 {
	width: 0 !important;
}

.w-1 {
	width: 0.25rem !important;
}

.w-2 {
	width: 0.5rem !important;
}

.w-3 {
	width: 0.75rem !important;
}

.w-4 {
	width: 1rem !important;
}

.w-5 {
	width: 1.5rem !important;
}

.w-6 {
	width: 2rem !important;
}

.w-7 {
	width: 3rem !important;
}

.w-8 {
	width: 4rem !important;
}

.w-9 {
	width: 6rem !important;
}

.w-90 {
	width: 90% !important;
}

.mw-100 {
	max-width: 100% !important;
}

.w-100p {
	width: 100px !important;
}

.w-30p {
	width: 30px !important;
}

@media (max-width: 576px) {
	.w-sm-50 {
		width: 50% !important;
	}
}

/*--------- Height--------------*/
.h-10 {
	height: 10% !important;
}

.h-25 {
	height: 25% !important;
}

.h-50 {
	height: 50% !important;
}

.h-75 {
	height: 75% !important;
}

.h-90 {
	height: 90px !important;
}

.h-60 {
	height: 60px !important;
}

.h-100 {
	height: 100% !important;
}

.h-150 {
	height: 150px !important;
}

.h-160 {
	height: 160px !important;
}

.h-180 {
	height: 180px !important;
}

.h-275 {
	height: 275px !important;
}

.h-365 {
	height: 365px !important;
}

.h-380 {
	height: 380px !important;
}

.h-400 {
	height: 400px !important;
}

.h-415 {
	height: 415px !important;
}

.h-430 {
	height: 430px !important;
}

.h-450 {
	height: 450px !important;
}

.h-200 {
	height: 200px !important;
}

.h-230 {
	height: 230px !important;
}

.h-500 {
	height: 500px !important;
}

.h-550 {
	height: 550px !important;
}

.h-600 {
	height: 600px !important;
}

.h-650 {
	height: 650px !important;
}

.h-auto {
	height: auto !important;
}

.h-0 {
	height: 0 !important;
}

.h-1 {
	height: 0.25rem !important;
}

.h-2 {
	height: 0.5rem !important;
}

.h-3 {
	height: 0.75rem !important;
}

.h-4 {
	height: 1rem !important;
}

.h-5 {
	height: 1.5rem !important;
}

.h-6 {
	height: 2rem !important;
}

.h-7 {
	height: 3rem !important;
}

.h-8 {
	height: 4rem !important;
}

.h-9 {
	height: 6rem !important;
}

.h-97 {
	height: 97px !important;
}

.h-240 {
	height: 240px !important;
}

.h-250 {
	height: 250px !important;
}

.h-260 {
	height: 260px !important;
}

.h-270 {
	height: 270px !important;
}

.h-280 {
	height: 280px !important;
}

.h-300 {
	height: 300px !important;
}

.h-340 {
	height: 340px !important;
}

.mh-100 {
	max-height: 100% !important;
}

.h-100p {
	height: 100px !important;
}

/*--------- Margin--------------*/
.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.me-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ms-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.me-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ms-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.me-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ms-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 0.75rem !important;
}

.mt-3,
.my-3 {
	margin-top: 0.75rem !important;
}

.me-3,
.mx-3 {
	margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 0.75rem !important;
}

.ms-3,
.mx-3 {
	margin-left: 0.75rem !important;
}

.m-4 {
	margin: 1rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1rem !important;
}

.me-4,
.mx-4 {
	margin-right: 1rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1rem !important;
}

.ms-4,
.mx-4 {
	margin-left: 1rem !important;
}

.m-5 {
	margin: 1.5rem !important;
}

.mt-5,
.my-5 {
	margin-top: 1.5rem !important;
}

.me-5,
.mx-5 {
	margin-right: 1.5rem;
}

.mb-5,
.my-5 {
	margin-bottom: 1.5rem !important;
}

.ms-5,
.mx-5 {
	margin-left: 1.5rem !important;
}

.m-6 {
	margin: 2rem !important;
}

.mt-6,
.my-6 {
	margin-top: 2rem !important;
}

.me-6,
.mx-6 {
	margin-right: 2rem !important;
}

.mb-6,
.my-6 {
	margin-bottom: 2rem !important;
}

.ms-6,
.mx-6 {
	margin-left: 2rem !important;
}

.m-7 {
	margin: 3rem !important;
}

.mt-7,
.my-7 {
	margin-top: 3rem !important;
}

.me-7,
.mx-7 {
	margin-right: 3rem !important;
}

.mb-7,
.my-7 {
	margin-bottom: 3rem !important;
}

.ms-7,
.mx-7 {
	margin-left: 3rem !important;
}

.m-8 {
	margin: 4rem !important;
}

.mt-8,
.my-8 {
	margin-top: 4rem !important;
}

.mt-10 {
	margin-top: 11rem !important;
}

.me-8,
.mx-8 {
	margin-right: 4rem !important;
}

.mb-8,
.my-8 {
	margin-bottom: 4rem !important;
}

.ms-8,
.mx-8 {
	margin-left: 4rem !important;
}

.m-9 {
	margin: 6rem !important;
}

.mt-9,
.my-9 {
	margin-top: 6rem !important;
}

.me-9,
.mx-9 {
	margin-right: 6rem !important;
}

.mb-9,
.my-9 {
	margin-bottom: 6rem !important;
}

.ms-9,
.mx-9 {
	margin-left: 6rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.me-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ms-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}

	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}

	.me-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}

	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.ms-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}

	.m-sm-1 {
		margin: 0.25rem !important;
	}

	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}

	.me-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}

	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}

	.ms-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}

	.m-sm-2 {
		margin: 0.5rem !important;
	}

	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}

	.me-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}

	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}

	.ms-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}

	.m-sm-3 {
		margin: 0.75rem !important;
	}

	.mt-sm-3,
	.my-sm-3 {
		margin-top: 0.75rem !important;
	}

	.me-sm-3,
	.mx-sm-3 {
		margin-right: 0.75rem !important;
	}

	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 0.75rem !important;
	}

	.ms-sm-3,
	.mx-sm-3 {
		margin-left: 0.75rem !important;
	}

	.m-sm-4 {
		margin: 1rem !important;
	}

	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1rem !important;
	}

	.me-sm-4,
	.mx-sm-4 {
		margin-right: 1rem !important;
	}

	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1rem !important;
	}

	.ms-sm-4,
	.mx-sm-4 {
		margin-left: 1rem !important;
	}

	.m-sm-5 {
		margin: 1.5rem !important;
	}

	.mt-sm-5,
	.my-sm-5 {
		margin-top: 1.5rem !important;
	}

	.me-sm-5,
	.mx-sm-5 {
		margin-right: 1.5rem !important;
	}

	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 1.5rem !important;
	}

	.ms-sm-5,
	.mx-sm-5 {
		margin-left: 1.5rem !important;
	}

	.m-sm-6 {
		margin: 2rem !important;
	}

	.mt-sm-6,
	.my-sm-6 {
		margin-top: 2rem !important;
	}

	.me-sm-6,
	.mx-sm-6 {
		margin-right: 2rem !important;
	}

	.mb-sm-6,
	.my-sm-6 {
		margin-bottom: 2rem !important;
	}

	.ms-sm-6,
	.mx-sm-6 {
		margin-left: 2rem !important;
	}

	.m-sm-7 {
		margin: 3rem !important;
	}

	.mt-sm-7,
	.my-sm-7 {
		margin-top: 3rem !important;
	}

	.me-sm-7,
	.mx-sm-7 {
		margin-right: 3rem !important;
	}

	.mb-sm-7,
	.my-sm-7 {
		margin-bottom: 3rem !important;
	}

	.ms-sm-7,
	.mx-sm-7 {
		margin-left: 3rem !important;
	}

	.m-sm-8 {
		margin: 4rem !important;
	}

	.mt-sm-8,
	.my-sm-8 {
		margin-top: 4rem !important;
	}

	.me-sm-8,
	.mx-sm-8 {
		margin-right: 4rem !important;
	}

	.mb-sm-8,
	.my-sm-8 {
		margin-bottom: 4rem !important;
	}

	.ms-sm-8,
	.mx-sm-8 {
		margin-left: 4rem !important;
	}

	.m-sm-9 {
		margin: 6rem !important;
	}

	.mt-sm-9,
	.my-sm-9 {
		margin-top: 6rem !important;
	}

	.me-sm-9,
	.mx-sm-9 {
		margin-right: 6rem !important;
	}

	.mb-sm-9,
	.my-sm-9 {
		margin-bottom: 6rem !important;
	}

	.ms-sm-9,
	.mx-sm-9 {
		margin-left: 6rem !important;
	}

	.m-sm-auto {
		margin: auto !important;
	}

	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}

	.me-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}

	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}

	.ms-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}

	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}

	.me-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}

	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}

	.ms-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}

	.m-md-1 {
		margin: 0.25rem !important;
	}

	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}

	.me-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}

	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}

	.ms-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}

	.m-md-2 {
		margin: 0.5rem !important;
	}

	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}

	.me-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}

	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}

	.ms-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}

	.m-md-3 {
		margin: 0.75rem !important;
	}

	.mt-md-3,
	.my-md-3 {
		margin-top: 0.75rem !important;
	}

	.me-md-3,
	.mx-md-3 {
		margin-right: 0.75rem !important;
	}

	.mb-md-3,
	.my-md-3 {
		margin-bottom: 0.75rem !important;
	}

	.ms-md-3,
	.mx-md-3 {
		margin-left: 0.75rem !important;
	}

	.m-md-4 {
		margin: 1rem !important;
	}

	.mt-md-4,
	.my-md-4 {
		margin-top: 1rem !important;
	}

	.me-md-4,
	.mx-md-4 {
		margin-right: 1rem !important;
	}

	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1rem !important;
	}

	.ms-md-4,
	.mx-md-4 {
		margin-left: 1rem !important;
	}

	.m-md-5 {
		margin: 1.5rem !important;
	}

	.mt-md-5,
	.my-md-5 {
		margin-top: 1.5rem !important;
	}

	.me-md-5,
	.mx-md-5 {
		margin-right: 1.5rem !important;
	}

	.mb-md-5,
	.my-md-5 {
		margin-bottom: 1.5rem !important;
	}

	.ms-md-5,
	.mx-md-5 {
		margin-left: 1.5rem !important;
	}

	.m-md-6 {
		margin: 2rem !important;
	}

	.mt-md-6,
	.my-md-6 {
		margin-top: 2rem !important;
	}

	.me-md-6,
	.mx-md-6 {
		margin-right: 2rem !important;
	}

	.mb-md-6,
	.my-md-6 {
		margin-bottom: 2rem !important;
	}

	.ms-md-6,
	.mx-md-6 {
		margin-left: 2rem !important;
	}

	.m-md-7 {
		margin: 3rem !important;
	}

	.mt-md-7,
	.my-md-7 {
		margin-top: 3rem !important;
	}

	.me-md-7,
	.mx-md-7 {
		margin-right: 3rem !important;
	}

	.mb-md-7,
	.my-md-7 {
		margin-bottom: 3rem !important;
	}

	.ms-md-7,
	.mx-md-7 {
		margin-left: 3rem !important;
	}

	.m-md-8 {
		margin: 4rem !important;
	}

	.mt-md-8,
	.my-md-8 {
		margin-top: 4rem !important;
	}

	.me-md-8,
	.mx-md-8 {
		margin-right: 4rem !important;
	}

	.mb-md-8,
	.my-md-8 {
		margin-bottom: 4rem !important;
	}

	.ms-md-8,
	.mx-md-8 {
		margin-left: 4rem !important;
	}

	.m-md-9 {
		margin: 6rem !important;
	}

	.mt-md-9,
	.my-md-9 {
		margin-top: 6rem !important;
	}

	.me-md-9,
	.mx-md-9 {
		margin-right: 6rem !important;
	}

	.mb-md-9,
	.my-md-9 {
		margin-bottom: 6rem !important;
	}

	.ms-md-9,
	.mx-md-9 {
		margin-left: 6rem !important;
	}

	.m-md-auto {
		margin: auto !important;
	}

	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}

	.me-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}

	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}

	.ms-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}

	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}

	.me-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}

	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}

	.ms-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}

	.m-lg-1 {
		margin: 0.25rem !important;
	}

	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}

	.me-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}

	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}

	.ms-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}

	.m-lg-2 {
		margin: 0.5rem !important;
	}

	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}

	.me-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}

	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}

	.ms-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}

	.m-lg-3 {
		margin: 0.75rem !important;
	}

	.mt-lg-3,
	.my-lg-3 {
		margin-top: 0.75rem !important;
	}

	.me-lg-3,
	.mx-lg-3 {
		margin-right: 0.75rem !important;
	}

	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 0.75rem !important;
	}

	.ms-lg-3,
	.mx-lg-3 {
		margin-left: 0.75rem !important;
	}

	.m-lg-4 {
		margin: 1rem !important;
	}

	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1rem !important;
	}

	.me-lg-4,
	.mx-lg-4 {
		margin-right: 1rem !important;
	}

	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1rem !important;
	}

	.ms-lg-4,
	.mx-lg-4 {
		margin-left: 1rem !important;
	}

	.m-lg-5 {
		margin: 1.5rem !important;
	}

	.mt-lg-5,
	.my-lg-5 {
		margin-top: 1.5rem !important;
	}

	.me-lg-5,
	.mx-lg-5 {
		margin-right: 1.5rem !important;
	}

	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 1.5rem !important;
	}

	.ms-lg-5,
	.mx-lg-5 {
		margin-left: 1.5rem !important;
	}

	.m-lg-6 {
		margin: 2rem !important;
	}

	.mt-lg-6,
	.my-lg-6 {
		margin-top: 2rem !important;
	}

	.me-lg-6,
	.mx-lg-6 {
		margin-right: 2rem !important;
	}

	.mb-lg-6,
	.my-lg-6 {
		margin-bottom: 2rem !important;
	}

	.ms-lg-6,
	.mx-lg-6 {
		margin-left: 2rem !important;
	}

	.m-lg-7 {
		margin: 3rem !important;
	}

	.mt-lg-7,
	.my-lg-7 {
		margin-top: 3rem !important;
	}

	.me-lg-7,
	.mx-lg-7 {
		margin-right: 3rem !important;
	}

	.mb-lg-7,
	.my-lg-7 {
		margin-bottom: 3rem !important;
	}

	.ms-lg-7,
	.mx-lg-7 {
		margin-left: 3rem !important;
	}

	.m-lg-8 {
		margin: 4rem !important;
	}

	.mt-lg-8,
	.my-lg-8 {
		margin-top: 4rem !important;
	}

	.me-lg-8,
	.mx-lg-8 {
		margin-right: 4rem !important;
	}

	.mb-lg-8,
	.my-lg-8 {
		margin-bottom: 4rem !important;
	}

	.ms-lg-8,
	.mx-lg-8 {
		margin-left: 4rem !important;
	}

	.m-lg-9 {
		margin: 6rem !important;
	}

	.mt-lg-9,
	.my-lg-9 {
		margin-top: 6rem !important;
	}

	.me-lg-9,
	.mx-lg-9 {
		margin-right: 6rem !important;
	}

	.mb-lg-9,
	.my-lg-9 {
		margin-bottom: 6rem !important;
	}

	.ms-lg-9,
	.mx-lg-9 {
		margin-left: 6rem !important;
	}

	.m-lg-auto {
		margin: auto !important;
	}

	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}

	.me-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}

	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}

	.ms-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1280px) {
	.m-xl-0 {
		margin: 0 !important;
	}

	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}

	.me-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}

	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}

	.ms-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}

	.m-xl-1 {
		margin: 0.25rem !important;
	}

	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}

	.me-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}

	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}

	.ms-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}

	.m-xl-2 {
		margin: 0.5rem !important;
	}

	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}

	.me-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}

	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}

	.ms-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}

	.m-xl-3 {
		margin: 0.75rem !important;
	}

	.mt-xl-3,
	.my-xl-3 {
		margin-top: 0.75rem !important;
	}

	.me-xl-3,
	.mx-xl-3 {
		margin-right: 0.75rem !important;
	}

	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 0.75rem !important;
	}

	.ms-xl-3,
	.mx-xl-3 {
		margin-left: 0.75rem !important;
	}

	.m-xl-4 {
		margin: 1rem !important;
	}

	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1rem !important;
	}

	.me-xl-4,
	.mx-xl-4 {
		margin-right: 1rem !important;
	}

	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1rem !important;
	}

	.ms-xl-4,
	.mx-xl-4 {
		margin-left: 1rem !important;
	}

	.m-xl-5 {
		margin: 1.5rem !important;
	}

	.mt-xl-5,
	.my-xl-5 {
		margin-top: 1.5rem !important;
	}

	.me-xl-5,
	.mx-xl-5 {
		margin-right: 1.5rem !important;
	}

	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 1.5rem !important;
	}

	.ms-xl-5,
	.mx-xl-5 {
		margin-left: 1.5rem !important;
	}

	.m-xl-6 {
		margin: 2rem !important;
	}

	.mt-xl-6,
	.my-xl-6 {
		margin-top: 2rem !important;
	}

	.me-xl-6,
	.mx-xl-6 {
		margin-right: 2rem !important;
	}

	.mb-xl-6,
	.my-xl-6 {
		margin-bottom: 2rem !important;
	}

	.ms-xl-6,
	.mx-xl-6 {
		margin-left: 2rem !important;
	}

	.m-xl-7 {
		margin: 3rem !important;
	}

	.mt-xl-7,
	.my-xl-7 {
		margin-top: 3rem !important;
	}

	.me-xl-7,
	.mx-xl-7 {
		margin-right: 3rem !important;
	}

	.mb-xl-7,
	.my-xl-7 {
		margin-bottom: 3rem !important;
	}

	.ms-xl-7,
	.mx-xl-7 {
		margin-left: 3rem !important;
	}

	.m-xl-8 {
		margin: 4rem !important;
	}

	.mt-xl-8,
	.my-xl-8 {
		margin-top: 4rem !important;
	}

	.me-xl-8,
	.mx-xl-8 {
		margin-right: 4rem !important;
	}

	.mb-xl-8,
	.my-xl-8 {
		margin-bottom: 4rem !important;
	}

	.ms-xl-8,
	.mx-xl-8 {
		margin-left: 4rem !important;
	}

	.m-xl-9 {
		margin: 6rem !important;
	}

	.mt-xl-9,
	.my-xl-9 {
		margin-top: 6rem !important;
	}

	.me-xl-9,
	.mx-xl-9 {
		margin-right: 6rem !important;
	}

	.mb-xl-9,
	.my-xl-9 {
		margin-bottom: 6rem !important;
	}

	.ms-xl-9,
	.mx-xl-9 {
		margin-left: 6rem !important;
	}

	.m-xl-auto {
		margin: auto !important;
	}

	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}

	.me-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}

	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}

	.ms-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

/*--------- Paddings--------------*/

.p-15 {
	padding: 15px !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pe-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.ps-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pe-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.ps-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pe-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.ps-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 0.75rem !important;
}

.pt-3,
.py-3 {
	padding-top: 0.75rem !important;
}

.pe-3,
.px-3 {
	padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 0.75rem !important;
}

.ps-3,
.px-3 {
	padding-left: 0.75rem !important;
}

.p-4 {
	padding: 1rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1rem !important;
}

.pe-4,
.px-4 {
	padding-right: 1rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1rem !important;
}

.ps-4,
.px-4 {
	padding-left: 1rem !important;
}

.p-5 {
	padding: 1.5rem !important;
}

.pt-5,
.py-5 {
	padding-top: 1.5rem !important;
}

.pe-5,
.px-5 {
	padding-right: 1.5rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 1.5rem !important;
}

.ps-5,
.px-5 {
	padding-left: 1.5rem !important;
}

.p-6 {
	padding: 2rem !important;
}

.pt-6,
.py-6 {
	padding-top: 2rem !important;
}

.pe-6,
.px-6 {
	padding-right: 2rem !important;
}

.pb-6,
.py-6 {
	padding-bottom: 2rem !important;
}

.ps-6,
.px-6 {
	padding-left: 2rem !important;
}

.p-7 {
	padding: 3rem !important;
}

.pt-7,
.py-7 {
	padding-top: 3rem !important;
}

.pe-7,
.px-7 {
	padding-right: 3rem !important;
}

.pb-7,
.py-7 {
	padding-bottom: 3rem !important;
}

.ps-7,
.px-7 {
	padding-left: 3rem !important;
}

.p-8 {
	padding: 4rem !important;
}

.pt-8,
.py-8 {
	padding-top: 4rem !important;
}

.pe-8,
.px-8 {
	padding-right: 4rem !important;
}

.pb-8,
.py-8 {
	padding-bottom: 4rem !important;
}

.ps-8,
.px-8 {
	padding-left: 4rem !important;
}

.p-9 {
	padding: 6rem !important;
}

.pt-9,
.py-9 {
	padding-top: 6rem !important;
}

.pe-9,
.px-9 {
	padding-right: 6rem !important;
}

.pb-9,
.py-9 {
	padding-bottom: 6rem !important;
}

.ps-9,
.px-9 {
	padding-left: 6rem !important;
}

@media (min-width: 576px) {
	.p-sm-0 {
		padding: 0 !important;
	}

	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}

	.pe-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}

	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}

	.ps-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}

	.p-sm-1 {
		padding: 0.25rem !important;
	}

	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}

	.pe-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}

	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}

	.ps-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}

	.p-sm-2 {
		padding: 0.5rem !important;
	}

	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}

	.pe-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}

	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}

	.ps-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}

	.p-sm-3 {
		padding: 0.75rem !important;
	}

	.pt-sm-3,
	.py-sm-3 {
		padding-top: 0.75rem !important;
	}

	.pe-sm-3,
	.px-sm-3 {
		padding-right: 0.75rem !important;
	}

	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 0.75rem !important;
	}

	.ps-sm-3,
	.px-sm-3 {
		padding-left: 0.75rem !important;
	}

	.p-sm-4 {
		padding: 1rem !important;
	}

	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1rem !important;
	}

	.pe-sm-4,
	.px-sm-4 {
		padding-right: 1rem !important;
	}

	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1rem !important;
	}

	.ps-sm-4,
	.px-sm-4 {
		padding-left: 1rem !important;
	}

	.p-sm-5 {
		padding: 1.5rem !important;
	}

	.pt-sm-5,
	.py-sm-5 {
		padding-top: 1.5rem !important;
	}

	.pe-sm-5,
	.px-sm-5 {
		padding-right: 1.5rem !important;
	}

	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 1.5rem !important;
	}

	.ps-sm-5,
	.px-sm-5 {
		padding-left: 1.5rem !important;
	}

	.p-sm-6 {
		padding: 2rem !important;
	}

	.pt-sm-6,
	.py-sm-6 {
		padding-top: 2rem !important;
	}

	.pe-sm-6,
	.px-sm-6 {
		padding-right: 2rem !important;
	}

	.pb-sm-6,
	.py-sm-6 {
		padding-bottom: 2rem !important;
	}

	.ps-sm-6,
	.px-sm-6 {
		padding-left: 2rem !important;
	}

	.p-sm-7 {
		padding: 3rem !important;
	}

	.pt-sm-7,
	.py-sm-7 {
		padding-top: 3rem !important;
	}

	.pe-sm-7,
	.px-sm-7 {
		padding-right: 3rem !important;
	}

	.pb-sm-7,
	.py-sm-7 {
		padding-bottom: 3rem !important;
	}

	.ps-sm-7,
	.px-sm-7 {
		padding-left: 3rem !important;
	}

	.p-sm-8 {
		padding: 4rem !important;
	}

	.pt-sm-8,
	.py-sm-8 {
		padding-top: 4rem !important;
	}

	.pe-sm-8,
	.px-sm-8 {
		padding-right: 4rem !important;
	}

	.pb-sm-8,
	.py-sm-8 {
		padding-bottom: 4rem !important;
	}

	.ps-sm-8,
	.px-sm-8 {
		padding-left: 4rem !important;
	}

	.p-sm-9 {
		padding: 6rem !important;
	}

	.pt-sm-9,
	.py-sm-9 {
		padding-top: 6rem !important;
	}

	.pe-sm-9,
	.px-sm-9 {
		padding-right: 6rem !important;
	}

	.pb-sm-9,
	.py-sm-9 {
		padding-bottom: 6rem !important;
	}

	.ps-sm-9,
	.px-sm-9 {
		padding-left: 6rem !important;
	}
}

@media (min-width: 768px) {
	.p-md-0 {
		padding: 0 !important;
	}

	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}

	.pe-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}

	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}

	.ps-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}

	.p-md-1 {
		padding: 0.25rem !important;
	}

	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}

	.pe-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}

	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}

	.ps-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}

	.p-md-2 {
		padding: 0.5rem !important;
	}

	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}

	.pe-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}

	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}

	.ps-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}

	.p-md-3 {
		padding: 0.75rem !important;
	}

	.pt-md-3,
	.py-md-3 {
		padding-top: 0.75rem !important;
	}

	.pe-md-3,
	.px-md-3 {
		padding-right: 0.75rem !important;
	}

	.pb-md-3,
	.py-md-3 {
		padding-bottom: 0.75rem !important;
	}

	.ps-md-3,
	.px-md-3 {
		padding-left: 0.75rem !important;
	}

	.p-md-4 {
		padding: 1rem !important;
	}

	.pt-md-4,
	.py-md-4 {
		padding-top: 1rem !important;
	}

	.pe-md-4,
	.px-md-4 {
		padding-right: 1rem !important;
	}

	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1rem !important;
	}

	.ps-md-4,
	.px-md-4 {
		padding-left: 1rem !important;
	}

	.p-md-5 {
		padding: 1.5rem !important;
	}

	.pt-md-5,
	.py-md-5 {
		padding-top: 1.5rem !important;
	}

	.pe-md-5,
	.px-md-5 {
		padding-right: 1.5rem !important;
	}

	.pb-md-5,
	.py-md-5 {
		padding-bottom: 1.5rem !important;
	}

	.ps-md-5,
	.px-md-5 {
		padding-left: 1.5rem !important;
	}

	.p-md-6 {
		padding: 2rem !important;
	}

	.pt-md-6,
	.py-md-6 {
		padding-top: 2rem !important;
	}

	.pe-md-6,
	.px-md-6 {
		padding-right: 2rem !important;
	}

	.pb-md-6,
	.py-md-6 {
		padding-bottom: 2rem !important;
	}

	.ps-md-6,
	.px-md-6 {
		padding-left: 2rem !important;
	}

	.p-md-7 {
		padding: 3rem !important;
	}

	.pt-md-7,
	.py-md-7 {
		padding-top: 3rem !important;
	}

	.pe-md-7,
	.px-md-7 {
		padding-right: 3rem !important;
	}

	.pb-md-7,
	.py-md-7 {
		padding-bottom: 3rem !important;
	}

	.ps-md-7,
	.px-md-7 {
		padding-left: 3rem !important;
	}

	.p-md-8 {
		padding: 4rem !important;
	}

	.pt-md-8,
	.py-md-8 {
		padding-top: 4rem !important;
	}

	.pe-md-8,
	.px-md-8 {
		padding-right: 4rem !important;
	}

	.pb-md-8,
	.py-md-8 {
		padding-bottom: 4rem !important;
	}

	.ps-md-8,
	.px-md-8 {
		padding-left: 4rem !important;
	}

	.p-md-9 {
		padding: 6rem !important;
	}

	.pt-md-9,
	.py-md-9 {
		padding-top: 6rem !important;
	}

	.pe-md-9,
	.px-md-9 {
		padding-right: 6rem !important;
	}

	.pb-md-9,
	.py-md-9 {
		padding-bottom: 6rem !important;
	}

	.ps-md-9,
	.px-md-9 {
		padding-left: 6rem !important;
	}
}

@media (min-width: 992px) {
	.p-lg-0 {
		padding: 0 !important;
	}

	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}

	.pe-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}

	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}

	.ps-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}

	.p-lg-1 {
		padding: 0.25rem !important;
	}

	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}

	.pe-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}

	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}

	.ps-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}

	.p-lg-2 {
		padding: 0.5rem !important;
	}

	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}

	.pe-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}

	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}

	.ps-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}

	.p-lg-3 {
		padding: 0.75rem !important;
	}

	.pt-lg-3,
	.py-lg-3 {
		padding-top: 0.75rem !important;
	}

	.pe-lg-3,
	.px-lg-3 {
		padding-right: 0.75rem !important;
	}

	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 0.75rem !important;
	}

	.ps-lg-3,
	.px-lg-3 {
		padding-left: 0.75rem !important;
	}

	.p-lg-4 {
		padding: 1rem !important;
	}

	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1rem !important;
	}

	.pe-lg-4,
	.px-lg-4 {
		padding-right: 1rem !important;
	}

	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1rem !important;
	}

	.ps-lg-4,
	.px-lg-4 {
		padding-left: 1rem !important;
	}

	.p-lg-5 {
		padding: 1.5rem !important;
	}

	.pt-lg-5,
	.py-lg-5 {
		padding-top: 1.5rem !important;
	}

	.pe-lg-5,
	.px-lg-5 {
		padding-right: 1.5rem !important;
	}

	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 1.5rem !important;
	}

	.ps-lg-5,
	.px-lg-5 {
		padding-left: 1.5rem !important;
	}

	.p-lg-6 {
		padding: 2rem !important;
	}

	.pt-lg-6,
	.py-lg-6 {
		padding-top: 2rem !important;
	}

	.pe-lg-6,
	.px-lg-6 {
		padding-right: 2rem !important;
	}

	.pb-lg-6,
	.py-lg-6 {
		padding-bottom: 2rem !important;
	}

	.ps-lg-6,
	.px-lg-6 {
		padding-left: 2rem !important;
	}

	.p-lg-7 {
		padding: 3rem !important;
	}

	.pt-lg-7,
	.py-lg-7 {
		padding-top: 3rem !important;
	}

	.pe-lg-7,
	.px-lg-7 {
		padding-right: 3rem !important;
	}

	.pb-lg-7,
	.py-lg-7 {
		padding-bottom: 3rem !important;
	}

	.ps-lg-7,
	.px-lg-7 {
		padding-left: 3rem !important;
	}

	.p-lg-8 {
		padding: 4rem !important;
	}

	.pt-lg-8,
	.py-lg-8 {
		padding-top: 4rem !important;
	}

	.pe-lg-8,
	.px-lg-8 {
		padding-right: 4rem !important;
	}

	.pb-lg-8,
	.py-lg-8 {
		padding-bottom: 4rem !important;
	}

	.ps-lg-8,
	.px-lg-8 {
		padding-left: 4rem !important;
	}

	.p-lg-9 {
		padding: 6rem !important;
	}

	.pt-lg-9,
	.py-lg-9 {
		padding-top: 6rem !important;
	}

	.pe-lg-9,
	.px-lg-9 {
		padding-right: 6rem !important;
	}

	.pb-lg-9,
	.py-lg-9 {
		padding-bottom: 6rem !important;
	}

	.ps-lg-9,
	.px-lg-9 {
		padding-left: 6rem !important;
	}
}

@media (min-width: 1280px) {
	.p-xl-0 {
		padding: 0 !important;
	}

	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}

	.pe-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}

	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}

	.ps-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}

	.p-xl-1 {
		padding: 0.25rem !important;
	}

	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}

	.pe-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}

	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}

	.ps-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}

	.p-xl-2 {
		padding: 0.5rem !important;
	}

	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}

	.pe-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}

	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}

	.ps-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}

	.p-xl-3 {
		padding: 0.75rem !important;
	}

	.pt-xl-3,
	.py-xl-3 {
		padding-top: 0.75rem !important;
	}

	.pe-xl-3,
	.px-xl-3 {
		padding-right: 0.75rem !important;
	}

	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 0.75rem !important;
	}

	.ps-xl-3,
	.px-xl-3 {
		padding-left: 0.75rem !important;
	}

	.p-xl-4 {
		padding: 1rem !important;
	}

	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1rem !important;
	}

	.pe-xl-4,
	.px-xl-4 {
		padding-right: 1rem !important;
	}

	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1rem !important;
	}

	.ps-xl-4,
	.px-xl-4 {
		padding-left: 1rem !important;
	}

	.p-xl-5 {
		padding: 1.5rem !important;
	}

	.pt-xl-5,
	.py-xl-5 {
		padding-top: 1.5rem !important;
	}

	.pe-xl-5,
	.px-xl-5 {
		padding-right: 1.5rem !important;
	}

	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 1.5rem !important;
	}

	.ps-xl-5,
	.px-xl-5 {
		padding-left: 1.5rem !important;
	}

	.p-xl-6 {
		padding: 2rem !important;
	}

	.pt-xl-6,
	.py-xl-6 {
		padding-top: 2rem !important;
	}

	.pe-xl-6,
	.px-xl-6 {
		padding-right: 2rem !important;
	}

	.pb-xl-6,
	.py-xl-6 {
		padding-bottom: 2rem !important;
	}

	.ps-xl-6,
	.px-xl-6 {
		padding-left: 2rem !important;
	}

	.p-xl-7 {
		padding: 3rem !important;
	}

	.pt-xl-7,
	.py-xl-7 {
		padding-top: 3rem !important;
	}

	.pe-xl-7,
	.px-xl-7 {
		padding-right: 3rem !important;
	}

	.pb-xl-7,
	.py-xl-7 {
		padding-bottom: 3rem !important;
	}

	.ps-xl-7,
	.px-xl-7 {
		padding-left: 3rem !important;
	}

	.p-xl-8 {
		padding: 4rem !important;
	}

	.pt-xl-8,
	.py-xl-8 {
		padding-top: 4rem !important;
	}

	.pe-xl-8,
	.px-xl-8 {
		padding-right: 4rem !important;
	}

	.pb-xl-8,
	.py-xl-8 {
		padding-bottom: 4rem !important;
	}

	.ps-xl-8,
	.px-xl-8 {
		padding-left: 4rem !important;
	}

	.p-xl-9 {
		padding: 6rem !important;
	}

	.pt-xl-9,
	.py-xl-9 {
		padding-top: 6rem !important;
	}

	.pe-xl-9,
	.px-xl-9 {
		padding-right: 6rem !important;
	}

	.pb-xl-9,
	.py-xl-9 {
		padding-bottom: 6rem !important;
	}

	.ps-xl-9,
	.px-xl-9 {
		padding-left: 6rem !important;
	}
}

/* Position */
.position-static {
	position: static !important;
}

.position-relative {
	position: relative !important;
}

.position-absolute {
	position: absolute !important;
}

.position-fixed {
	position: fixed !important;
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

textarea {
	overflow: auto;
	resize: vertical;
}

/* Display */

.display-1 {
	font-size: 5rem;
	font-weight: 500;
	line-height: 1.1;
}

.display-2 {
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-3 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-4 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-5 {
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-6 {
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-7 {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.1;
}

.display-8 {
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.1;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-inline-flex {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1280px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.display-1 i,
.display-2 i,
.display-3 i,
.display-4 i {
	vertical-align: baseline;
	font-size: 0.815em;
}

@media (max-width: 375px) {
	.d-xs-grid {
		display: grid !important;
	}
}

/* Float */
.float-start {
	float: left !important;
}

.float-end {
	float: right !important;
}

.float-none {
	float: none !important;
}

@media (min-width: 576px) {
	.float-sm-start {
		float: left !important;
	}

	.float-sm-end {
		float: right !important;
	}

	.float-sm-none {
		float: none !important;
	}
}

@media (min-width: 768px) {
	.float-md-start {
		float: left !important;
	}

	.float-md-end {
		float: right !important;
	}

	.float-md-none {
		float: none !important;
	}
}

@media (min-width: 992px) {
	.float-lg-start {
		float: left !important;
	}

	.float-lg-end {
		float: right !important;
	}

	.float-lg-none {
		float: none !important;
	}
}

@media (min-width: 1280px) {
	.float-xl-start {
		float: left !important;
	}

	.float-xl-end {
		float: right !important;
	}

	.float-xl-none {
		float: none !important;
	}
}

.floating {
	animation: floating 3s ease infinite;
	will-change: transform;
}

/* Box Shadow */
.border {
	border: 1px solid #e9edf4 !important;
	padding: 0.75rem;
	vertical-align: top;
	border: 1px solid #e9edf4;
}

.border-top {
	border-top: 1px solid #e9edf4 !important;
}

.border-end {
	border-right: 1px solid #e9edf4 !important;
}

.border-bottom {
	border-bottom: 1px solid #e9edf4 !important;
}

.border-start {
	border-left: 1px solid #e9edf4 !important;
}

.border-0 {
	border: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.border-end-0 {
	border-right: 0 !important;
}

.border-bottom-0 {
	border-bottom: 0 !important;
}

.border-start-0 {
	border-left: 0 !important;
}

.border-secondary {
	border-color: #05c3fb !important;
}

.border-success {
	border-color: #1bbfa7 !important;
}

.border-info {
	border-color: #45aaf2 !important;
}

.border-warning {
	border-color: #ecb403 !important;
}

.border-danger {
	border-color: #f82649 !important;
}

.border-pink {
	border-color: #fc5296 !important;
}

.border-orange {
	border-color: #fc7303 !important;
}

.border-light {
	border-color: #f8f9fa !important;
}

.border-teansparent {
	border-color: #656a71 !important;
}

.border-dark {
	border-color: #343a40 !important;
}

.border-white {
	border-color: #fff !important;
}

.br-100 {
	border-radius: 100% !important;
}

.br-7 {
	border-radius: 7px !important;
}

.br-5 {
	border-radius: 5px;
}

.br-ts-7 {
	border-top-left-radius: 7px !important;
}

.br-bs-7 {
	border-bottom-left-radius: 7px !important;
}

.br-ts-5 {
	border-top-left-radius: 5px !important;
}

.br-bs-5 {
	border-bottom-left-radius: 5px !important;
}

.br-te-7 {
	border-top-right-radius: 7px !important;
}

.br-be-7 {
	border-bottom-right-radius: 7px !important;
}

.br-ts-0 {
	border-top-left-radius: 0px !important;
}

.br-bs-0 {
	border-bottom-left-radius: 0px !important;
}

.br-te-0 {
	border-top-right-radius: 0px !important;
}

.br-be-0 {
	border-bottom-right-radius: 0px !important;
}

.br-0 {
	border-radius: 0 !important;
}

.noborder {
	border-radius: 0;
}

.brround {
	border-radius: 50% !important;
}

.bradius {
	border-radius: 25%;
}

.border-danger {
	border: 1px solid;
}

.border-end-1 {
	border-right: 1px solid #d5dce3;
}

.rounded {
	border-radius: 50% !important;
}

.rounded-top {
	border-top-left-radius: 3px !important;
	border-top-right-radius: 3px !important;
}

.rounded-end {
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
	border-bottom-right-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.rounded-start {
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important;
}

.rounded-circle {
	border-radius: 50% !important;
}

.rounded-0 {
	border-radius: 0 !important;
}

.clearfix::after {
	display: bsock;
	clear: both;
	content: '';
}

.border-dotted {
	border: 2px dotted;
}

.border-solid {
	border: 2px solid;
}

/* Sticky Option */
@media (min-width: 992px) {
	.sticky {
		width: 100%;
	}

	.sticky-pin {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	.product-grid6 .product-image6 img {
		width: 100%;
		height: auto;
	}
}

/* Back To Top */
#back-to-top {
	background: var(--primary-bg-color);
}
#back-to-top {
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 99;
	display: none;
	text-align: center;
	z-index: 10000;
	height: 50px;
	width: 50px;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	border-radius: 7px;
}

#back-to-top i {
	padding-top: 15px;
	font-size: 16px;
}

#back-to-top:hover {
	background: #fff !important;
}

/* Notify Img */
.notifyimg {
	color: #fff;
	float: left;
	height: 40px;
	line-height: 43px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	width: 40px;
	font-size: 16px;
}

/* Loader Img */
.loader-img {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 43%;
	left: 0;
	margin: 0 auto;
	text-align: center;
}

/* ######## LAYOUT-STYLES ######## */
.footer {
	background: transparent;
	font-size: 0.875rem;
	padding: 1.25rem 1.25rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .container {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.footer .social {
	margin: 0 auto;
}

.footer .social ul li {
	float: left;
	padding: 7px;
}

.footer .social ul li a {
	width: 29px;
	height: 29px;
	display: block;
	border: 1px solid var(--primary-bg-color);
	line-height: 25px;
	border-radius: 50%;
	background: var(--primary01);
	color: var(--primary-bg-color);
}

@media print {
	.footer {
		display: none;
	}
}

.footer-1.footer {
	padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

.top-footer {
	width: 100%;
	line-height: 1.25rem;
	opacity: 1;
	transform: translate(0px, 0px);
	font-size: 14px;
	flex: 0 0 auto;
}

.top-footer h6 {
	font-size: 14px;
	margin-bottom: 1rem;
	font-weight: 500;
}

.top-footer p {
	color: #76839a;
}

.top-footer a {
	color: #76839a;
	line-height: 2;
}

.top-footer a address {
	color: #76839a;
	margin-bottom: 0;
	line-height: 2;
}

.top-footer img {
	width: 80px;
	border: 1px solid #e6eaea;
	padding: 2px;
	height: 80px;
}

.top-footer img:hover {
	color: #8e9090;
	opacity: 0.6;
}

.top-footer .list-unstyled li {
	border-bottom: 0;
}

.footer-payments {
	padding-left: 0;
	list-style: none;
	margin: 0;
	line-height: 1.25rem;
}

.footer-payments li {
	display: inline-block;
}

.footer-payments li:not(:last-child) {
	margin-right: 1.5rem;
}

.footer-payments a {
	color: #a7a8c7;
	text-decoration: none;
	font-size: 2rem;
}

.footer-payments a:hover {
	opacity: 0.9;
}

.main-footer {
	padding: 20px 30px 20px 280px;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	border-top: 1px solid #e6eaea;
}

.footer-social-list {
	padding-left: 0;
	list-style: none;
	margin: 0;
	line-height: 1.25rem;
}

.footer-social-list li {
	display: inline-block;
}

.footer-social-list li:not(:last-child) {
	margin-right: 0.7rem;
}

.footer-social-list a {
	text-decoration: none;
	font-size: 1rem;
}

@media (max-width: 992px) {
	.footer-social-list {
		text-align: center;
		margin-top: 1rem;
	}

	.footer1 {
		text-align: center;
	}
}

@media only screen and (max-width: 767px) {
	.footer {
		padding: 1.25rem 0;
	}
}

.header-search {
	min-width: 18rem !important;
}

.header {
	background: #fff;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #e9edf4;
}

@media print {
	.header {
		display: none;
	}
}

.header .dropdown-menu {
	margin-top: 0;
}

.header .mega-menu {
	width: 350px;
}

.header .nav-tabs {
	margin: 0;
}

.header-right-icons a {
	padding-top: 9px;
}

.header-right-icons .dropdown-menu a {
	padding: 12px;
}

.header-right-icons .profile-1 a {
	padding-top: 5px;
}

.header-brand {
	color: inherit;
	font-size: 1.25rem;
	white-space: nowrap;
	font-weight: 600;
	padding: 0;
	transition: 0.3s opacity;
	line-height: 2.6rem;
}

.app-header .header-brand {
	color: inherit;
	margin-right: 0;
	font-size: 1.25rem;
	white-space: nowrap;
	font-weight: 600;
	padding: 0;
	transition: 0.3s opacity;
	line-height: 2.9rem;
	min-width: 200px;
	text-align: center;
}

.app-header .header-brand .header-brand-img {
	margin-right: 0;
}

.header-brand:hover {
	color: inherit;
	text-decoration: none;
}

.header-brand-img {
	line-height: 2rem;
	vertical-align: middle;
	width: auto;
	display: none;
}

.header-avatar {
	width: 2rem;
	height: 2rem;
	display: inline-block;
	vertical-align: bottom;
	border-radius: 50%;
}

.header-btn {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	font-size: 1rem;
}

@media (max-width: 991px) {
	.header .form-inline {
		margin-right: -2px;
	}
}

@media (max-width: 991px) {
	.sidebar-mini.sidenav-toggled .side-header {
		display: none;
	}
}

@media (max-width: 991px) {
	.header-brand-img {
		margin-left: 1.5rem;
		margin: 3px auto;
	}

	.side-header {
		display: none !important;
	}
}

@media (max-width: 992px) and (min-width: 768px) {
	.animated-arrow {
		cursor: pointer;
		padding: 25px 35px 16px 0px !important;
		margin: 11px 0 0 15px;
	}
}

@media (min-width: 768px) {
	.app-content .side-app {
		padding-top: 0px !important;
	}
}

.header .form-inline .form-control {
	border-color: rgba(225, 225, 225, 0.1);
	padding-left: 20px;
	width: 220px;
	padding-right: 40px;
	background: rgba(225, 225, 225, 0.3);
	color: #000 !important;
}

.header .form-inline .btn {
	border-radius: 0;
	padding: 5px 15px 6px 15px;
	border: 2px solid transparent;
	box-shadow: none;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	background: transparent;
	color: #fff;
	margin-left: -56px;
	font-size: 15px;
}

.header .dropdown-menu {
	padding: 0;
	border: 0;
}

@media (max-width: 767.98px) and (min-width: 576px) {
	.header .form-inline .search-element {
		position: absolute;
		top: 8px;
		left: 10px;
		right: 10px;
		z-index: 892;
		display: none;
	}

	body.search-show .header .form-inline .search-element {
		display: block;
	}

	.header .navsearch i {
		font-size: 20px;
		color: #fff;
	}

	.search-element .form-control {
		float: left;
		width: 100% !important;
		height: 40px;
		margin: 0 auto;
		background: #fff !important;
		color: #000;
	}

	.search-show .search-element {
		display: block;
		left: 0 !important;
		top: 0 !important;
		right: 0;
		width: 100%;
		padding: 10px 13px;
	}

	.header .form-inline .form-control::-webkit-input-placeholder {
		color: #76839a;
	}

	.header .navsearch i {
		font-size: 20px;
		color: #fff;
		padding-top: 5px;
	}

	.header .form-inline .btn {
		color: #46494a !important;
		padding: 8px 15px 6px 15px;
	}
}

@media (max-width: 568px) {
	.page-main .header {
		top: 0px !important;
	}
}

.animated-arrow span:before,
.animated-arrow span:after {
	display: none;
}

@media only screen and (max-width: 991px) {
	.animated-arrow span:before,
	.animated-arrow span:after {
		cursor: pointer;
		height: 2px;
		width: 17px;
		background: #282f53;
		position: absolute;
		display: block;
		content: '';
	}

	.animated-arrow span:before,
	.animated-arrow span:after {
		cursor: pointer;
		height: 2px;
		width: 17px;
		background: #282f53;
		position: absolute;
		display: block;
		content: '';
	}
}

.header-style .header-brand {
	margin-left: 0 !important;
}

@media only screen and (max-width: 991px) {
	.page-header {
		padding: 4px;
	}

	.app-header {
		box-shadow: none !important;
		position: fixed !important;
	}

	.page {
		position: inherit;
		background: none;
	}

	body {
		background-color: #f6f6fb;
	}

	.page-main {
		z-index: inherit;
	}
}

@media only screen and (min-width: 768px) {
	.header .form-inline .form-control {
		width: 200px;
	}
}

.header-right-icons .nav-link.icon:hover {
	background: none;
	border-radius: 50px;
}

.header-right-icons .profile-user:hover {
	box-shadow: none;
}

@media (max-width: 480px) {
	.app-header .header-brand,
	.app-header1 .header-brand {
		min-width: auto;
	}

	.header-right-icons .dropdown .header-toggler {
		margin-top: 9px;
	}
}

@media (max-width: 991px) {
	.header {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		padding-top: 0.95rem;
		padding-bottom: 0.95rem;
	}
}

.header .notifications .dropdown-menu {
	min-width: 18rem;
}

.header .dropdown.message .dropdown-menu {
	min-width: 19rem;
}

.header .dropdown.notifications .dropdown-item,
.header .dropdown.message .dropdown-item {
	padding: 1rem !important;
}

.header .dropdown-menu {
	box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
	border: 1px solid #e9edf4;
	top: 3.5rem !important;
}

.header .dropdown-menu .badge {
	padding: 3px 6px;
}

.header .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #e9edf4;
}

.header .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0;
}

.header .dropdown-item {
	color: #282f53;
}

.header .notifications-menu h5,
.header .message-menu h5 {
	font-size: 13.5px;
	color: #282f53;
	font-weight: 500;
}

.header .notifications-menu span,
.header .message-menu span {
	font-size: 12px;
	color: #76839a;
}

.header .dropdown-menu {
	box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.2);
	border: 1px solid #e9edf4;
}

.header .dropdown-menu .badge {
	padding: 3px 6px;
}

.header .dropdown-menu .dropdown-item {
	border-bottom: 1px solid #e9edf4;
}

.header .dropdown-menu .dropdown-item:last-child {
	border-bottom: 0;
}

.header .message-menu .wd-90p {
	width: 90%;
}

.header .profile-1 .dropdown-item {
	padding: 0.75rem 1.75rem !important;
}

.header .profile-1 .dropdown-item .dropdown-icon {
	font-size: 16px;
	color: var(--primary-bg-color);
	position: relative;
}

.header .profile-1 .dropdown-item .dropdown-icon::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	top: 5px;
	bottom: 0;
	border-radius: 50%;
	right: 3px;
	background: rgba(var(--primary-bg-color), 0);
}

.dropdown .avatar.profile-user {
	width: 2.2rem;
	height: 2.2rem;
	line-height: 2.2rem;
}

@media only screen and (max-width: 460px) {
	.profile-cover__img .profile-img-1 > img {
		margin-left: -29px;
	}
}

@media (max-width: 575.98px) {
	body.search-show .header .form-inline .search-element {
		display: block;
	}

	.header .form-inline .search-element .form-control {
		float: left;
		width: 100%;
		height: 40px;
		margin: 0 auto;
		background: #fff;
		border-radius: 0;
	}

	.search-show .search-element {
		display: block;
		left: 0;
		top: 0;
		right: 0;
		width: 100%;
		padding: 10px 13px;
	}

	.form-control.header-search {
		color: #000;
	}

	.header .form-inline .search-element {
		position: absolute;
		z-index: 892;
		display: none;
	}

	.header .form-inline .btn {
		color: #46494a !important;
	}

	.header .form-inline .form-control::-webkit-input-placeholder {
		color: #fff !important;
	}

	.header .navsearch i {
		font-size: 20px;
		color: #fff;
		padding-top: 4px;
	}

	.header .header-brand-img.desktop-logo {
		display: none;
	}
}

@media (min-width: 1135px) {
	.main-header-center .form-control {
		width: 350px;
	}
}

@media (min-width: 992px) {
	.main-header-center .form-control {
		height: 40px;
		border-radius: 7px;
		background: #ffffff;
		border: 1px solid #e9edf4;
	}
}

.main-header-center .form-control {
	padding: 1rem 1.03rem;
}

/* Line 42253 - 42257 */
.header .main-header-center {
	position: relative;
	padding-left: 0px;
	align-items: center;
}

/* Line 42372 - 42380 */
.header-right-icons .nav-link.icon {
	margin: 5px;
	padding: 9px !important;
	text-align: center;
	height: 2.5rem;
	font-size: 1.2rem;
	position: relative;
	color: var(--primary-bg-color);
}

/*----- Global Loader -----*/
/* Line 42314 */
#global-loader {
	position: fixed;
	z-index: 50000;
	background: white;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

/* Line 42639 - 42693 */
@media (max-width: 360px) {
	.error-page .display-1 {
		font-size: 6.5rem !important;
		text-align: center;
	}

	.page-header {
		display: block !important;
	}

	.breadcrumb {
		flex-wrap: wrap;
		margin-bottom: 0;
		list-style: none;
		border-radius: 3px;
		position: relative;
		right: 0;
		top: 0px;
		padding-right: 0;
		color: #fff;
		left: 0px;
		padding: 0;
		margin-top: 5px;
	}

	#user-profile .tabs-menu2 ul li a {
		padding: 10px 6px 11px 6px;
	}

	.header .nav-link {
		line-height: 1.9;
	}

	#user-profile .user-pro-1 .media.media-xs {
		display: inline-block !important;
	}

	#user-profile .user-pro-2 .media {
		display: inline-block !important;
	}

	.toast {
		font-size: 11px;
		width: 100%;
	}

	.cal1 .clndr .clndr-controls .month {
		width: 100% !important;
		text-align: left !important;
	}

	.dropdown-menu.header-search:before {
		left: 200px !important;
	}
}

/* Line 42695 - 42703 */
@media (max-width: 400px) {
	.page-header {
		display: block !important;
	}
}

/* Line 42794 - 42807 */
@media (max-width: 576px) {
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}

	.sm-mb-3 {
		margin-bottom: 1.5rem !important;
	}

	.page-header {
		display: block;
	}
}

/* Custom Not Defined Css */

/* Line 42469 - 42478 */

/* Line 42480 - 42539 Header Sidebar*/

/* Line 43722 - 43772 */

/* Line 43763 - 43804 */
@media (min-width: 992px) {
	.main-header-center .btn {
		position: absolute;
		top: 0;
		right: 5px;
		background-color: transparent;
		height: 40px;
		color: #b4bdce;
		transition: none;
		font-size: 16px;
	}
}

/* Line 43806 - 43809 */
.header .btn {
	position: absolute;
	top: -2px;
}

/* Line 44099 - 44118 */

/* Line 44120 - Line 44144 */
@media (max-width: 991px) {
	.main-header-center .form-control {
		display: none !important;
	}

	.main-header-center .btn {
		display: none !important;
	}

	.app-header.header .header-brand-img.toggle-logo {
		display: none;
	}

	.app-header.header .header-brand-img.desktop-logo {
		display: none;
	}

	.dropdown-menu.header-search:before {
		left: 15px !important;
	}

	.header .dropdown-menu {
		margin-top: 16px !important;
	}
}

/*
 * Scrollbar rail styles
 */

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	height: 15px;
	/* there must be 'bottom' or 'top' for ps__rail-x */
	bottom: 0px;
	/* please don't change 'position' */
	position: absolute;
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color 0.2s linear, opacity 0.2s linear;
	-webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
	width: 15px;
	/* there must be 'right' or 'left' for ps__rail-y */
	right: 0;
	/* please don't change 'position' */
	position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
	display: block;
	background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
	opacity: 0.6;
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y {
	opacity: 0.6;
}

.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
	opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: transparent;
	opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
	background-color: #f6f6fb;
	border-radius: 6px;
	transition: background-color 0.2s linear, height 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
	height: 6px;
	/* there must be 'bottom' for ps__thumb-x */
	bottom: 2px;
	/* please don't change 'position' */
	position: absolute;
}

.ps__thumb-y {
	background-color: #8497bf;
	border-radius: 6px;
	transition: background-color 0.2s linear, width 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
	width: 3px;
	/* there must be 'right' for ps__thumb-y */
	right: 0px;
	/* please don't change 'position' */
	position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #8497bf;
	height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #8497bf;
	width: 3px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

/*********************IE***************************/
*::-ms-backdrop,
html.fullscreenie .app-content {
	overflow: scroll;
	overflow-x: hidden;
	height: 100vh;
}

*::-ms-backdrop,
html.fullscreenie .container.app-content {
	min-height: 0;
}

*::-ms-backdrop,
html.fullscreenie {
	width: 100%;
}

*::-ms-backdrop,
.ieh-100 {
	height: 100%;
}

*::-ms-backdrop,
.mail-chats li.chat-persons {
	height: 100%;
}

*::-ms-backdrop,
.card-img-top {
	height: 252px;
}

*::-ms-backdrop,
.custom-control-label::before,
*::-ms-backdrop,
.custom-control-label::after {
	left: -25px;
}

*::-ms-backdrop,
.media-body,
.media-left,
.media-right {
	display: block;
}

*::-ms-backdrop,
.resp-vtabs .resp-tabs-list li {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.66em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.66em;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
}

h1,
.h1 {
	font-size: 2rem;
}

h2,
.h2 {
	font-size: 1.75rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.125rem;
}

h5,
.h5 {
	font-size: 1rem;
}

h6,
.h6 {
	font-size: 0.875rem;
}


/* Notification */

.notification {
    list-style-type: none;
    padding: 0;
    position: relative;
}

.notification:before {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 3px;
    background: var(--primary);
	opacity: 0.2;
    left: 20%;
    margin-left: -1px;
}

.notification>li {
    position: relative;
    min-height: 50px;
    padding: 15px 0;
}

.notification .notification-time {
    position: absolute;
    left: -7px;
    width: 18%;
    text-align: right;
    top: 30px;
}

.notification .notification-time .date,
.notification .notification-time .time {
    display: block;
    font-weight: 500;
}

.notification .notification-time .date {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 4px;
    color: #8f8fb1;
}

.notification .notification-time .time {
    line-height: 24px;
    font-size: 21px;
    color: #8f8fb1;
}

.notification .notification-icon {
    left: 15%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 41px;
}

.notification .notification-icon a {
    text-decoration: none;
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 3px solid var(--primary-bg-color);
    transition: border-color 0.2s linear;
}

.notification .notification-body {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.03);
    margin-left: 25%;
    margin-right: 18%;
    background: #fff;
    position: relative;
    padding: 14px 20px;
    border-radius: 6px;
}

.notification .notification-body:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 25px;
}

.notification .notification-body>div+div {
    margin-top: 15px;
}

@media (max-width: 767px) {
    .notification:before {
        display: none;
    }

    .notification .notification-time .date {
        display: none;
    }

    .notification .notification-time .time {
        display: none;
    }

    .notification .notification-icon {
        display: none;
    }

    .notification .notification-body {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.notification-time-date {
    color: #8f8fb1;
    font-size: 16px;
    font-weight: 500;
}

.notify-time {
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 25px;
}

@media (max-width: 767px) {
    .notify-time {
        display: none;
    }
}

/* Task List (Ada 13) */
.task-list {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0px 0 0;
    color: #3c4858;
}

.task-list li {
    margin-bottom: 23px;
    padding-left: 55px;
    position: relative;
}

.task-list li .task-icon {
    position: absolute;
    left: 10px;
    top: 5px;
    border-radius: 50%;
    padding: 2px;
    width: 12px;
    height: 12px;
    z-index: 2;
}

.task-list:before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    height: 90%;
    left: 15px;
    border-left: 1px solid #e0e9f1;
}

.task-list li {
    position: relative;
}

.task-list li:last-child:after {
    display: none;
}
.task-icon1:first-child {
    border: 2px solid var(--primary-bg-color);
}

.task-list li .task-icon1 {
    position: absolute;
    left: 20px;
    top: 2px;
    border-radius: 50%;
    padding: 2px;
    width: 12px;
    height: 12px;
    z-index: 2;
}

.task-list.timeline-task::before {
    left: 25px;
}

.rtl .task-list.timeline-task::before {
    right: 25px;
    left: inherit;
}

.rtl .task-list:before {
    right: 15px;
    left: inherit;
    border-right: 1px solid #e0e9f1;
    border-right: initial;
}

.rtl .task-list li {
    padding-right: 55px;
    padding-left: 8px;
}

.rtl .task-list li .task-icon1 {
    right: 20px;
    left: inherit;
}

.rtl .task-list li .task-icon {
    right: 10px;
    left: inherit;
}

.card.pos-relative .card-body .bg-primary-transparent path {
    fill: var(--primary-bg-color);
}

.example {
    padding: 1.5rem;
    border: 1px solid #e9edf4;
    border-radius: 3px 3px 0 0;
    font-size: 0.9375rem;
}

/* Biruapi */
.btn-outline-primary-ba {
	color: #c21a1a;
	background-color: transparent;
	background-image: none;
	border-color: #f12c2c;
}

.btn-outline-primary-ba:hover {
	color: #fff;
	background-color: #f12c2c;
	border-color: #f12c2c;
}

.btn-outline-primary-ba:focus,
.btn-outline-primary-ba.focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.btn-outline-primary-ba.disabled,
.btn-outline-primary-ba:disabled {
	color: #c21a1a;
	background-color: transparent;
}

.btn-outline-primary-ba:not(:disabled):not(.disabled):active,
.btn-outline-primary-ba:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #c21a1a;
	border-color: #c21a1a;
}

.show > .btn-outline-primary-ba.dropdown-toggle {
	color: #fff;
	background-color: #c21a1a;
	border-color: #c21a1a;
}

.btn-outline-primary-ba:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary-ba:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.show > .btn-outline-primary-ba.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(205, 32, 31, 0.1);
}

.text-primary-ba {
	color: #045ba5 !important;
}



/*---- Tags-----*/
.tag {
    font-size: 0.75rem;
    color: #282f53;
    background-color: var(--primary01);
    border-radius: 3px;
    padding: 0 0.5rem;
    line-height: 2em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: default;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a.tag {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s color, 0.3s background;
}

a.tag:hover {
    background-color: rgba(110, 118, 135, 0.2);
    color: inherit;
}

.tag-addon {
    display: inline-block;
    padding: 0 0.5rem;
    color: inherit;
    text-decoration: none;
    margin: 0 -0.5rem 0 0.5rem;
    text-align: center;
    min-width: 1.5rem;
}

.tag-addon:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.tag-addon i {
    vertical-align: middle;
    margin: 0 -0.25rem;
    line-height: 2;
}

a.tag-addon {
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s color, 0.3s background;
}

a.tag-addon:hover {
    background: #dee3ea;
    color: inherit;
}

.tag-avatar {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 3px 0 0 3px;
    margin: 0 0.5rem 0 -0.5rem;
}

.tag-blue {
    background-color: #467fcf !important;
    color: #fff;
}

.tag-indigo {
    background-color: #6574cd !important;
    color: #fff;
}

.tag-purple {
    background-color: #867efc !important;
    color: #fff;
}

.tag-pink {
    background-color: #ec82ef !important;
    color: #fff;
}

.tag-red {
    background-color: #c21a1a !important;
    color: #fff;
}

.tag-orange {
    background-color: #fc7303 !important;
    color: #fff;
}

.tag-yellow {
    background-color: #ecb403 !important;
    color: #fff;
}

.tag-green {
    background-color: #4ecc48 !important;
    color: #fff;
}

.tag-teal {
    background-color: #2bcbba !important;
    color: #fff;
}

.tag-cyan {
    background-color: #17a2b8 !important;
    color: #fff;
}

.tag-white {
    background-color: #fff;
    color: #fff;
}

.tag-gray {
    background-color: #868e96 !important;
    color: #fff;
}

.tag-gray-dark {
    background-color: #343a40;
    color: #fff;
}

.tag-azure {
    background-color: #45aaf2 !important;
    color: #fff;
}

.tag-lime {
    background-color: #7bd235 !important;
    color: #fff;
}

.tag-primary {
    background-color: #467fcf;
    color: #fff;
}

.tag-primary {
    background-color: var(--primary-bg-color) !important;
    color: #fff;
}

.tag-secondary {
    background-color: #868e96;
    color: #fff;
}

.tag-success {
    background-color: #4ecc48 !important;
    color: #fff;
}

.tag-info {
    background-color: #45aaf2;
    color: #fff;
}

.tag-warning {
    background-color: #ecb403 !important;
    color: #fff;
}

.tag-danger {
    background-color: #c21a1a !important;
    color: #fff;
}

.tag-light {
    background-color: #f8f9fa;
    color: #fff;
}

.tag-dark {
    background-color: #343a40;
    color: #fff;
}

.tag-rounded {
    border-radius: 50px;
}

.tag-rounded .tag-avatar {
    border-radius: 50px;
}

.tags {
    margin-bottom: -0.5rem;
    font-size: 0;
}

.tags>.tag {
    margin-bottom: 0.5rem;
}

.tags>.tag:not(:last-child) {
    margin-right: 0.5rem;
}

.tag-radius {
    border-radius: 50px 0 0 50px;
}

.tag-round::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 5px;
}

.tag-rounded.tag-icon i {
    margin: 6px;
}

.tag-addon.tag-addon-cross {
    border-radius: 0px 50px 50px 0px;
}

.tag-outline-primary {
    background-color: var(--primary01) !important;
    color: var(--primary-bg-color);
    border: 1px solid var(--primary-bg-color);
}

.tag-outline-success {
    background-color: rgba(0, 230, 130, 0.1) !important;
    color: #09ad95;
    border: 1px solid #09ad95;
}

.tag-outline-success::before {
    border: 1px solid #09ad95;
}

.tag-outline-primary::before {
    border: 1px solid var(--primary-bg-color);
}

.tag-outline-secondary {
    background-color: rgba(5, 195, 251, 0.1) !important;
    color: #05c3fb;
    border: 1px solid #05c3fb;
}

.tag-outline-info {
    background-color: #c7e0fd;
    color: #1170e4;
    border: 1px solid #1170e4;
}

.tag-outline-info::before {
    border: 1px solid #1170e4;
}

.tag-outline-secondary::before {
    border: 1px solid #05c3fb;
}

.tag-outline-danger {
    background-color: rgba(255, 56, 43, 0.1) !important;
    color: #e82646;
    border: 1px solid #e82646;
}

.tag-outline-danger::before {
    border: 1px solid #e82646;
}

.tag-outline-warning {
    background-color: rgba(255, 162, 43, 0.1) !important;
    color: #f7b731;
    border: 1px solid #f7b731;
}

.tag-outline-warning::before {
    border: 1px solid #f7b731;
}

.tag-outline-pink {
    background-color: rgba(236, 130, 239, 0.2) !important;
    color: #ec82ef;
    border: 1px solid #ec82ef;
}

.tag-outline-pink::before {
    border: 1px solid #ec82ef;
}

.tag-border {
    border: 1px solid #e9edf4;
    background-color: #fff;
}