.btn {
	display: inline-block;
	font-weight: 400;
	color: #162a36;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.625rem 0.9375rem;
	font-size: 0.875rem;
	line-height: 1.49;
	border-radius: 5px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	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;
	cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}



.btn:focus, .btn.focus {
	outline: 0;
/*	box-shadow: 0 0 0 0.2rem rgba(200, 169, 255, 0.25);*/
}

.btn.disabled, .btn:disabled {
	opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}

.btn-primary {
	color: #0d0811;
	background-color: #fbbf00;
	border-color: #fbbf00;
}

.btn-primary:hover {
	color: #0d0811;
	background-color: #f19622;
	border-color: #f09016;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(209, 143, 62, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #0d0811;
	background-color: #fbbf00;
	border-color: #fbbf00;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #f09016;
	border-color: #ea8a0f;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(209, 143, 62, 0.5);
}

.btn-secondary {
	color: #0d0811;
	background-color: #f19622;
	border-color: #f09016;
}

.btn-secondary:hover {
	color: #0d0811;
	background-color: #f7f64c;
	border-color: #f7f640;
}

.btn-publish {
	color: #fff;
	background-color: #132b37;
	border: none;
	font-size: 1.1rem;
}

	.btn-publish:hover {
		color: #132b37;
		background-color: #fbbf00;
		border-color: #f09016;
	}



.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(214, 212, 99, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #0d0811;
	background-color: #f9f871;
	border-color: #f9f871;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #0d0811;
	background-color: #f7f640;
	border-color: #f6f534;
}

.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 0.2rem rgba(214, 212, 99, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #2e9e83;
	border-color: #2e9e83;
}

.btn-success:hover {
	color: #fff;
	background-color: #25806a;
	border-color: #237762;
}

.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(77, 173, 150, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #2e9e83;
	border-color: #2e9e83;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #237762;
	border-color: #206d5a;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(77, 173, 150, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #9575cd;
	border-color: #9575cd;
}

.btn-info:hover {
	color: #fff;
	background-color: #7f59c3;
	border-color: #7850bf;
}

.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(165, 138, 213, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #9575cd;
	border-color: #9575cd;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #7850bf;
	border-color: #7146bc;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(165, 138, 213, 0.5);
}

.btn-warning {
	color: #0d0811;
	background-color: #FFBC5D;
	border-color: #FFBC5D;
}

.btn-warning:hover {
	color: #0d0811;
	background-color: #ffac37;
	border-color: #ffa72a;
}

.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 161, 82, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #0d0811;
	background-color: #FFBC5D;
	border-color: #FFBC5D;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #0d0811;
	background-color: #ffa72a;
	border-color: #ffa21d;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 161, 82, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #c65b6d;
	border-color: #c65b6d;
}

.btn-danger:hover {
	color: #fff;
	background-color: #ba4155;
	border-color: #b13d51;
}

.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(207, 116, 131, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #c65b6d;
	border-color: #c65b6d;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b13d51;
	border-color: #a73a4c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(207, 116, 131, 0.5);
}

.btn-light {
	color: #0d0811;
	background-color: #dacce6;
	border-color: #dacce6;
}

.btn-light:hover {
	color: #0d0811;
	background-color: #c7b2d9;
	border-color: #c1aad5;
}

.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(187, 175, 198, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
	color: #0d0811;
	background-color: #dacce6;
	border-color: #dacce6;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #0d0811;
	background-color: #c1aad5;
	border-color: #bba1d1;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(187, 175, 198, 0.5);
}

.btn-dark {
	color: #fff;
	background-color: #774c9a;
	border-color: #774c9a;
}

.btn-dark:hover {
	color: #fff;
	background-color: #633f80;
	border-color: #f5c332;
}

.btn-dark:focus, .btn-dark.focus {
	/*box-shadow: 0 0 0 0.2rem rgba(139, 103, 169, 0.5);*/
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #774c9a;
	border-color: #774c9a;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #f5c332;
	border-color: #56376f;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(139, 103, 169, 0.5);
}

.btn-tertiary {
	color: #0d0811;
	background-color: #84ffff;
	border-color: #84ffff;
}

.btn-tertiary:hover {
	color: #0d0811;
	background-color: #5effff;
	border-color: #51ffff;
}

.btn-tertiary:focus, .btn-tertiary.focus {
	box-shadow: 0 0 0 0.2rem rgba(114, 218, 219, 0.5);
}

.btn-tertiary.disabled, .btn-tertiary:disabled {
	color: #0d0811;
	background-color: #84ffff;
	border-color: #84ffff;
}

.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
	color: #0d0811;
	background-color: #51ffff;
	border-color: #44ffff;
}

.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(114, 218, 219, 0.5);
}

.btn-tertiary-dark {
	color: #0d0811;
	background-color: #8c9eff;
	border-color: #8c9eff;
}

.btn-tertiary-dark:hover {
	color: #fff;
	background-color: #667eff;
	border-color: #5973ff;
}

.btn-tertiary-dark:focus, .btn-tertiary-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(121, 136, 219, 0.5);
}

.btn-tertiary-dark.disabled, .btn-tertiary-dark:disabled {
	color: #0d0811;
	background-color: #8c9eff;
	border-color: #8c9eff;
}

.btn-tertiary-dark:not(:disabled):not(.disabled):active, .btn-tertiary-dark:not(:disabled):not(.disabled).active,
.show > .btn-tertiary-dark.dropdown-toggle {
	color: #fff;
	background-color: #5973ff;
	border-color: #4c68ff;
}

.btn-tertiary-dark:not(:disabled):not(.disabled):active:focus, .btn-tertiary-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(121, 136, 219, 0.5);
}

.btn-outline-primary {
	color: #fbbf00;
	border-color: #fbbf00;
}

.btn-outline-primary:hover {
	color: #0d0811;
	background-color: #fbbf00;
	border-color: #fbbf00;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(243, 167, 70, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #fbbf00;
	background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
	color: #0d0811;
	background-color: #fbbf00;
	border-color: #fbbf00;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(243, 167, 70, 0.5);
}

.btn-outline-secondary {
	color: #f9f871;
	border-color: #f9f871;
}

.btn-outline-secondary:hover {
	color: #0d0811;
	background-color: #f9f871;
	border-color: #f9f871;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(249, 248, 113, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #f9f871;
	background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	color: #0d0811;
	background-color: #f9f871;
	border-color: #f9f871;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(249, 248, 113, 0.5);
}

.btn-outline-success {
	color: #2e9e83;
	border-color: #2e9e83;
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #2e9e83;
	border-color: #2e9e83;
}

.btn-outline-success:focus, .btn-outline-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(46, 158, 131, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
	color: #2e9e83;
	background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #2e9e83;
	border-color: #2e9e83;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(46, 158, 131, 0.5);
}

.btn-outline-info {
	color: #9575cd;
	border-color: #9575cd;
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #9575cd;
	border-color: #9575cd;
}

.btn-outline-info:focus, .btn-outline-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(149, 117, 205, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
	color: #9575cd;
	background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #9575cd;
	border-color: #9575cd;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(149, 117, 205, 0.5);
}

.btn-outline-warning {
	color: #FFBC5D;
	border-color: #FFBC5D;
}

.btn-outline-warning:hover {
	color: #0d0811;
	background-color: #FFBC5D;
	border-color: #FFBC5D;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 188, 93, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color: #FFBC5D;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
	color: #0d0811;
	background-color: #FFBC5D;
	border-color: #FFBC5D;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 188, 93, 0.5);
}

.btn-outline-danger {
	color: #c65b6d;
	border-color: #c65b6d;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #c65b6d;
	border-color: #c65b6d;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(198, 91, 109, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color: #c65b6d;
	background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #c65b6d;
	border-color: #c65b6d;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(198, 91, 109, 0.5);
}

.btn-outline-light {
	color: #dacce6;
	border-color: #dacce6;
}

.btn-outline-light:hover {
	color: #0d0811;
	background-color: #dacce6;
	border-color: #dacce6;
}

.btn-outline-light:focus, .btn-outline-light.focus {
	box-shadow: 0 0 0 0.2rem rgba(218, 204, 230, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #dacce6;
	background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
	color: #0d0811;
	background-color: #dacce6;
	border-color: #dacce6;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(218, 204, 230, 0.5);
}

.btn-outline-dark {
	color: #774c9a;
	border-color: #774c9a;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #774c9a;
	border-color: #774c9a;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(119, 76, 154, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #774c9a;
	background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #774c9a;
	border-color: #774c9a;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(119, 76, 154, 0.5);
}

.btn-outline-tertiary {
	color: #84ffff;
	border-color: #84ffff;
}

.btn-outline-tertiary:hover {
	color: #0d0811;
	background-color: #84ffff;
	border-color: #84ffff;
}

.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
	box-shadow: 0 0 0 0.2rem rgba(132, 255, 255, 0.5);
}

.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
	color: #84ffff;
	background-color: transparent;
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-outline-tertiary.dropdown-toggle {
	color: #0d0811;
	background-color: #84ffff;
	border-color: #84ffff;
}

.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tertiary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(132, 255, 255, 0.5);
}

.btn-outline-tertiary-dark {
	color: #8c9eff;
	border-color: #8c9eff;
}

.btn-outline-tertiary-dark:hover {
	color: #0d0811;
	background-color: #8c9eff;
	border-color: #8c9eff;
}

.btn-outline-tertiary-dark:focus, .btn-outline-tertiary-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(140, 158, 255, 0.5);
}

.btn-outline-tertiary-dark.disabled, .btn-outline-tertiary-dark:disabled {
	color: #8c9eff;
	background-color: transparent;
}

.btn-outline-tertiary-dark:not(:disabled):not(.disabled):active, .btn-outline-tertiary-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-tertiary-dark.dropdown-toggle {
	color: #0d0811;
	background-color: #8c9eff;
	border-color: #8c9eff;
}

.btn-outline-tertiary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-tertiary-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(140, 158, 255, 0.5);
}

.btn-link {
	font-weight: 400;
	color: #122a37;
	text-decoration: none;
}

.btn-link:hover {
	color: #de830e;
	text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
	color: #5c3b77;
	pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.875rem 0.9375rem;
	font-size: 1.09375rem;
	line-height: 1.1;
	/*border-radius: 1.375rem;*/
}

.btn-sm, .btn-group-sm > .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.76563rem;
	line-height: 1.7;
	border-radius: 3px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 10px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
	position: relative;
	flex: 1 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,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
	z-index: 1;
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-toolbar .input-group {
	width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
	margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
	padding-right: 0.70313rem;
	padding-left: 0.70313rem;
}

.dropdown-toggle-split::after,
.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.70313rem;
	padding-left: 0.70313rem;
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
	width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
	margin-top: -1px;
}

.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"],
.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 {
	transition: .2s;
}

.btn.disabled {
	pointer-events: none;
}

.btn-icon:not(:only-child) {
	padding-right: 0.4em;
}

.btn-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 2.55375rem;
	width: 2.55375rem;
	padding: 0;
	line-height: 1;
	border-radius: 50%;
}

.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
	height: 1.80156rem;
	width: 1.80156rem;
}

.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
	height: 2.95313rem;
	width: 2.95313rem;
}

.btn-primary {
	color: #0d0811;
	background-color: #fbbf00;
	border-color: #fbbf00;
}

.btn-primary:hover {
	color: #fff;
	background-color: #132b37;
	border-color: #fbbf00;
}

.btn-primary:focus, .btn-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(209, 143, 62, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #0d0811;
	background-color: #fbbf00;
	border-color: #fbbf00;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #132b37;
	border-color: #fbbf00;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(209, 143, 62, 0.5);
}

.btn-secondary {
	color: #162936;
	background-color: #f5c432;
	border-color: #fbbf00;
}

	.btn-secondary:hover {
		color: #ffffff;
		background-color: #162936;
		border-color: #162936;
	}

.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 0.2rem rgba(214, 212, 99, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
	color: #0d0811;
	background-color: #f9f871;
	border-color: #f9f871;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
	color: #0d0811;
	background-color: #f7f640;
	border-color: #f6f534;
}

.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 0.2rem rgba(214, 212, 99, 0.5);
}

.btn-success {
	color: #fff;
	background-color: #2e9e83;
	border-color: #2e9e83;
}

.btn-success:hover {
	color: #fff;
	background-color: #25806a;
	border-color: #237762;
}

.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 0.2rem rgba(77, 173, 150, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #2e9e83;
	border-color: #2e9e83;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
	color: #fff;
	background-color: #237762;
	border-color: #206d5a;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(77, 173, 150, 0.5);
}

.btn-info {
	color: #fff;
	background-color: #132b37;
	border-color: #132b37;
	border: 1px solid #2c404a;
}

.btn-info:hover {
	color: #2c404a;
	background-color: #fbbf00;
	border-color: #2c404a;
}

.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 0.2rem rgba(165, 138, 213, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #9575cd;
	border-color: #9575cd;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
	color: #fff;
	background-color: #7850bf;
	border-color: #7146bc;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(165, 138, 213, 0.5);
}

.btn-warning {
	color: #0d0811;
	background-color: #FFBC5D;
	border-color: #FFBC5D;
}

.btn-warning:hover {
	color: #0d0811;
	background-color: #ffac37;
	border-color: #ffa72a;
}

.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 161, 82, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
	color: #0d0811;
	background-color: #FFBC5D;
	border-color: #FFBC5D;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
	color: #0d0811;
	background-color: #ffa72a;
	border-color: #ffa21d;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 161, 82, 0.5);
}

.btn-danger {
	color: #fff;
	background-color: #c65b6d;
	border-color: #c65b6d;
}

.btn-danger:hover {
	color: #fff;
	background-color: #ba4155;
	border-color: #b13d51;
}

.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 0.2rem rgba(207, 116, 131, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #c65b6d;
	border-color: #c65b6d;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #b13d51;
	border-color: #a73a4c;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(207, 116, 131, 0.5);
}

.btn-light {
	color: #0d0811;
	background-color: #ffffff;
	border-color: #d1d1d1;
}

	.btn-light:hover {
		color: #0d0811;
		background-color: #ededed;
		border-color: #eec039;
	}
.btn-Html {
	background-color: #ffffff;
	border-color: #d1d1d1;
}

	.btn-Html:hover {
		background-color: #0b151b;
		color: #fff;
	}

.btn-html-active {
	background-color: #0b151b !important;
	color: #fff !important;
	border-color: #0b151b !important;
}

	.btn-light:focus, .btn-light.focus {
		box-shadow: 0 0 0 0.2rem rgba(187, 175, 198, 0.5);
	}

.btn-light.disabled, .btn-light:disabled {
	color: #0d0811;
	background-color: #dacce6;
	border-color: #dacce6;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
	color: #0d0811;
	background-color: #c1aad5;
	border-color: #bba1d1;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(187, 175, 198, 0.5);
}

.btn-dark {
	color: #132b37;
	background-color: #fbbf00;
	border: none;
	font-size: 1.1rem;
}

.btn-dark:hover {
	color: #fff;
	background-color: #132b37;

}

.btn-dark:focus, .btn-dark.focus {
	/*box-shadow: 0 0 0 0.2rem rgba(139, 103, 169, 0.5);*/
}

.btn-dark.disabled, .btn-dark:disabled {
	color: #fff;
	background-color: #774c9a;
	border-color: #774c9a;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #f5c332;
	border-color: #56376f;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(139, 103, 169, 0.5);
}

.btn-tertiary {
	color: #0d0811;
	background-color: #84ffff;
	border-color: #84ffff;
}

.btn-tertiary:hover {
	color: #0d0811;
	background-color: #5effff;
	border-color: #51ffff;
}

.btn-tertiary:focus, .btn-tertiary.focus {
	box-shadow: 0 0 0 0.2rem rgba(114, 218, 219, 0.5);
}

.btn-tertiary.disabled, .btn-tertiary:disabled {
	color: #0d0811;
	background-color: #84ffff;
	border-color: #84ffff;
}

.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.dropdown-toggle {
	color: #0d0811;
	background-color: #51ffff;
	border-color: #44ffff;
}

.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(114, 218, 219, 0.5);
}

.btn-tertiary-dark {
	color: #0d0811;
	background-color: #8c9eff;
	border-color: #8c9eff;
}

.btn-tertiary-dark:hover {
	color: #fff;
	background-color: #667eff;
	border-color: #5973ff;
}

.btn-tertiary-dark:focus, .btn-tertiary-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(121, 136, 219, 0.5);
}

.btn-tertiary-dark.disabled, .btn-tertiary-dark:disabled {
	color: #0d0811;
	background-color: #8c9eff;
	border-color: #8c9eff;
}

.btn-tertiary-dark:not(:disabled):not(.disabled):active, .btn-tertiary-dark:not(:disabled):not(.disabled).active,
.show > .btn-tertiary-dark.dropdown-toggle {
	color: #fff;
	background-color: #5973ff;
	border-color: #4c68ff;
}

.btn-tertiary-dark:not(:disabled):not(.disabled):active:focus, .btn-tertiary-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(121, 136, 219, 0.5);
}

.btn-primary.btn-gradient {
	color: #0d0811;
	background: #fbbf00 linear-gradient(180deg, #d59243, #fbbf00) repeat-x;
	border-color: #fbbf00;
}

.btn-primary.btn-gradient:hover {
	color: #0d0811;
	background: #f19622 linear-gradient(180deg, #d38325, #f19622) repeat-x;
	border-color: #f09016;
}

.btn-primary.btn-gradient:focus, .btn-primary.btn-gradient.focus {
	box-shadow: 0 0 0 0.2rem rgba(209, 143, 62, 0.5);
}

.btn-primary.btn-gradient.disabled, .btn-primary.btn-gradient:disabled {
	color: #0d0811;
	background-color: #fbbf00;
	border-color: #fbbf00;
	background-image: none;
}

.btn-primary.btn-gradient:not(:disabled):not(.disabled):active, .btn-primary.btn-gradient:not(:disabled):not(.disabled).active,
.show > .btn-primary.btn-gradient.dropdown-toggle {
	color: #fff;
	background-color: #f09016;
	background-image: none;
	border-color: #ea8a0f;
}

.btn-primary.btn-gradient:not(:disabled):not(.disabled):active:focus, .btn-primary.btn-gradient:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.btn-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(209, 143, 62, 0.5);
}

.btn-secondary.btn-gradient {
	color: #0d0811;
	background: #f9f871 linear-gradient(180deg, #dad768, #f9f871) repeat-x;
	border-color: #f9f871;
}

.btn-secondary.btn-gradient:hover {
	color: #0d0811;
	background: #f7f64c linear-gradient(180deg, #d8d549, #f7f64c) repeat-x;
	border-color: #f7f640;
}

.btn-secondary.btn-gradient:focus, .btn-secondary.btn-gradient.focus {
	box-shadow: 0 0 0 0.2rem rgba(214, 212, 99, 0.5);
}

.btn-secondary.btn-gradient.disabled, .btn-secondary.btn-gradient:disabled {
	color: #0d0811;
	background-color: #f9f871;
	border-color: #f9f871;
	background-image: none;
}

.btn-secondary.btn-gradient:not(:disabled):not(.disabled):active, .btn-secondary.btn-gradient:not(:disabled):not(.disabled).active,
.show > .btn-secondary.btn-gradient.dropdown-toggle {
	color: #0d0811;
	background-color: #f7f640;
	background-image: none;
	border-color: #f6f534;
}

.btn-secondary.btn-gradient:not(:disabled):not(.disabled):active:focus, .btn-secondary.btn-gradient:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.btn-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(214, 212, 99, 0.5);
}

.btn-success.btn-gradient {
	color: #fff;
	background: #2e9e83 linear-gradient(180deg, #2d8a77, #2e9e83) repeat-x;
	border-color: #2e9e83;
}

.btn-success.btn-gradient:hover {
	color: #fff;
	background: #25806a linear-gradient(180deg, #267162, #25806a) repeat-x;
	border-color: #237762;
}

.btn-success.btn-gradient:focus, .btn-success.btn-gradient.focus {
	box-shadow: 0 0 0 0.2rem rgba(77, 173, 150, 0.5);
}

.btn-success.btn-gradient.disabled, .btn-success.btn-gradient:disabled {
	color: #fff;
	background-color: #2e9e83;
	border-color: #2e9e83;
	background-image: none;
}

.btn-success.btn-gradient:not(:disabled):not(.disabled):active, .btn-success.btn-gradient:not(:disabled):not(.disabled).active,
.show > .btn-success.btn-gradient.dropdown-toggle {
	color: #fff;
	background-color: #237762;
	background-image: none;
	border-color: #206d5a;
}

.btn-success.btn-gradient:not(:disabled):not(.disabled):active:focus, .btn-success.btn-gradient:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.btn-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(77, 173, 150, 0.5);
}

.btn-info.btn-gradient {
	color: #fff;
	background: #9575cd linear-gradient(180deg, #8567b6, #9575cd) repeat-x;
	border-color: #9575cd;
}

.btn-info.btn-gradient:hover {
	color: #fff;
	background: #7f59c3 linear-gradient(180deg, #724fae, #7f59c3) repeat-x;
	border-color: #7850bf;
}

.btn-info.btn-gradient:focus, .btn-info.btn-gradient.focus {
	box-shadow: 0 0 0 0.2rem rgba(165, 138, 213, 0.5);
}

.btn-info.btn-gradient.disabled, .btn-info.btn-gradient:disabled {
	color: #fff;
	background-color: #9575cd;
	border-color: #9575cd;
	background-image: none;
}

.btn-info.btn-gradient:not(:disabled):not(.disabled):active, .btn-info.btn-gradient:not(:disabled):not(.disabled).active,
.show > .btn-info.btn-gradient.dropdown-toggle {
	color: #fff;
	background-color: #7850bf;
	background-image: none;
	border-color: #7146bc;
}

.btn-info.btn-gradient:not(:disabled):not(.disabled):active:focus, .btn-info.btn-gradient:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.btn-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(165, 138, 213, 0.5);
}

.btn-warning.btn-gradient {
	color: #0d0811;
	background: #FFBC5D linear-gradient(180deg, #dfa457, #FFBC5D) repeat-x;
	border-color: #FFBC5D;
}

.btn-warning.btn-gradient:hover {
	color: #0d0811;
	background: #ffac37 linear-gradient(180deg, #df9636, #ffac37) repeat-x;
	border-color: #ffa72a;
}

.btn-warning.btn-gradient:focus, .btn-warning.btn-gradient.focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 161, 82, 0.5);
}

.btn-warning.btn-gradient.disabled, .btn-warning.btn-gradient:disabled {
	color: #0d0811;
	background-color: #FFBC5D;
	border-color: #FFBC5D;
	background-image: none;
}

.btn-warning.btn-gradient:not(:disabled):not(.disabled):active, .btn-warning.btn-gradient:not(:disabled):not(.disabled).active,
.show > .btn-warning.btn-gradient.dropdown-toggle {
	color: #0d0811;
	background-color: #ffa72a;
	background-image: none;
	border-color: #ffa21d;
}

.btn-warning.btn-gradient:not(:disabled):not(.disabled):active:focus, .btn-warning.btn-gradient:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.btn-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 161, 82, 0.5);
}

.btn-danger.btn-gradient {
	color: #fff;
	background: #c65b6d linear-gradient(180deg, #ae5165, #c65b6d) repeat-x;
	border-color: #c65b6d;
}

.btn-danger.btn-gradient:hover {
	color: #fff;
	background: #ba4155 linear-gradient(180deg, #a43b50, #ba4155) repeat-x;
	border-color: #b13d51;
}

.btn-danger.btn-gradient:focus, .btn-danger.btn-gradient.focus {
	box-shadow: 0 0 0 0.2rem rgba(207, 116, 131, 0.5);
}

.btn-danger.btn-gradient.disabled, .btn-danger.btn-gradient:disabled {
	color: #fff;
	background-color: #c65b6d;
	border-color: #c65b6d;
	background-image: none;
}

.btn-danger.btn-gradient:not(:disabled):not(.disabled):active, .btn-danger.btn-gradient:not(:disabled):not(.disabled).active,
.show > .btn-danger.btn-gradient.dropdown-toggle {
	color: #fff;
	background-color: #b13d51;
	background-image: none;
	border-color: #a73a4c;
}

.btn-danger.btn-gradient:not(:disabled):not(.disabled):active:focus, .btn-danger.btn-gradient:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.btn-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(207, 116, 131, 0.5);
}

.btn-light.btn-gradient {
	color: #0d0811;
	background: #dacce6 linear-gradient(180deg, #bfb1cb, #dacce6) repeat-x;
	border-color: #dacce6;
}

.btn-light.btn-gradient:hover {
	color: #0d0811;
	background: #c7b2d9 linear-gradient(180deg, #af9bc1, #c7b2d9) repeat-x;
	border-color: #c1aad5;
}

.btn-light.btn-gradient:focus, .btn-light.btn-gradient.focus {
	box-shadow: 0 0 0 0.2rem rgba(187, 175, 198, 0.5);
}

.btn-light.btn-gradient.disabled, .btn-light.btn-gradient:disabled {
	color: #0d0811;
	background-color: #dacce6;
	border-color: #dacce6;
	background-image: none;
}

.btn-light.btn-gradient:not(:disabled):not(.disabled):active, .btn-light.btn-gradient:not(:disabled):not(.disabled).active,
.show > .btn-light.btn-gradient.dropdown-toggle {
	color: #0d0811;
	background-color: #c1aad5;
	background-image: none;
	border-color: #bba1d1;
}

.btn-light.btn-gradient:not(:disabled):not(.disabled):active:focus, .btn-light.btn-gradient:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.btn-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(187, 175, 198, 0.5);
}

.btn-dark.btn-gradient {
	color: #fff;
	background: #774c9a linear-gradient(180deg, #6b448b, #774c9a) repeat-x;
	border-color: #774c9a;
}

.btn-dark.btn-gradient:hover {
	color: #fff;
	background: #633f80 linear-gradient(180deg, #5a3a75, #633f80) repeat-x;
	border-color: #f5c332;
}

.btn-dark.btn-gradient:focus, .btn-dark.btn-gradient.focus {
	box-shadow: 0 0 0 0.2rem rgba(139, 103, 169, 0.5);
}

.btn-dark.btn-gradient.disabled, .btn-dark.btn-gradient:disabled {
	color: #fff;
	background-color: #774c9a;
	border-color: #774c9a;
	background-image: none;
}

.btn-dark.btn-gradient:not(:disabled):not(.disabled):active, .btn-dark.btn-gradient:not(:disabled):not(.disabled).active,
.show > .btn-dark.btn-gradient.dropdown-toggle {
	color: #fff;
	background-color: #f5c332;
	background-image: none;
	border-color: #56376f;
}

.btn-dark.btn-gradient:not(:disabled):not(.disabled):active:focus, .btn-dark.btn-gradient:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.btn-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(139, 103, 169, 0.5);
}

.btn-tertiary.btn-gradient {
	color: #0d0811;
	background: #84ffff linear-gradient(180deg, #76dde1, #84ffff) repeat-x;
	border-color: #84ffff;
}

.btn-tertiary.btn-gradient:hover {
	color: #0d0811;
	background: #5effff linear-gradient(180deg, #56dde1, #5effff) repeat-x;
	border-color: #51ffff;
}

.btn-tertiary.btn-gradient:focus, .btn-tertiary.btn-gradient.focus {
	box-shadow: 0 0 0 0.2rem rgba(114, 218, 219, 0.5);
}

.btn-tertiary.btn-gradient.disabled, .btn-tertiary.btn-gradient:disabled {
	color: #0d0811;
	background-color: #84ffff;
	border-color: #84ffff;
	background-image: none;
}

.btn-tertiary.btn-gradient:not(:disabled):not(.disabled):active, .btn-tertiary.btn-gradient:not(:disabled):not(.disabled).active,
.show > .btn-tertiary.btn-gradient.dropdown-toggle {
	color: #0d0811;
	background-color: #51ffff;
	background-image: none;
	border-color: #44ffff;
}

.btn-tertiary.btn-gradient:not(:disabled):not(.disabled):active:focus, .btn-tertiary.btn-gradient:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary.btn-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(114, 218, 219, 0.5);
}

.btn-tertiary-dark.btn-gradient {
	color: #0d0811;
	background: #8c9eff linear-gradient(180deg, #7d8ae1, #8c9eff) repeat-x;
	border-color: #8c9eff;
}

.btn-tertiary-dark.btn-gradient:hover {
	color: #fff;
	background: #667eff linear-gradient(180deg, #5c6fe1, #667eff) repeat-x;
	border-color: #5973ff;
}

.btn-tertiary-dark.btn-gradient:focus, .btn-tertiary-dark.btn-gradient.focus {
	box-shadow: 0 0 0 0.2rem rgba(121, 136, 219, 0.5);
}

.btn-tertiary-dark.btn-gradient.disabled, .btn-tertiary-dark.btn-gradient:disabled {
	color: #0d0811;
	background-color: #8c9eff;
	border-color: #8c9eff;
	background-image: none;
}

.btn-tertiary-dark.btn-gradient:not(:disabled):not(.disabled):active, .btn-tertiary-dark.btn-gradient:not(:disabled):not(.disabled).active,
.show > .btn-tertiary-dark.btn-gradient.dropdown-toggle {
	color: #fff;
	background-color: #5973ff;
	background-image: none;
	border-color: #4c68ff;
}

.btn-tertiary-dark.btn-gradient:not(:disabled):not(.disabled):active:focus, .btn-tertiary-dark.btn-gradient:not(:disabled):not(.disabled).active:focus,
.show > .btn-tertiary-dark.btn-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(121, 136, 219, 0.5);
}

h5 + .btn-block {
	margin-top: 0.625rem;
}

.btn-block + .btn-block {
	margin-top: 0.9375rem;
}

.button-navbar {
	position: relative;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: var(--navbar-button-color);
	background: hsla(var(--navbar-button-bg-h), var(--navbar-button-bg-s), calc( var( --navbar-button-bg-l ) - 10%), 1);
}

.button-navbar:hover {
	color: var(--navbar-button-color);
	background: hsla(var(--navbar-button-bg-h), var(--navbar-button-bg-s), calc( var( --navbar-button-bg-l ) - 15%), 1);
}

.button-navbar > * {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
	.button-navbar {
		color: #132b37;
		background: #f5c332;
	}
	.button-navbar:hover {
		color: #fff;
		background: #132b37;
	}
}

.button-user-menu {
	padding: 0.8125rem 1.5625rem;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid #fbbf00;
}

.button-user-menu:hover {
	color: var(--navbar-user-button-color);
	background: #fbbf00;
	color:#132b37;
	border: 1px solid #fff;
}

.button-user-menu:focus {
	box-shadow: none;
	outline: none;
}
/*# sourceMappingURL=button.css.map */
.btnFacebook{
	color: #fff;
    background-color: #496ded;
    border-color: #496ded;
}
.btnMicrosoft{
	color: #000;
    background-color: #fff;
    border-color: #496ded;
}

.btnGoogle{
	color: #fff;
    background-color: #5a79e8;
    border-color: #496ded;
}