/*--------- 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 1.25rem;
    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;
}
.button-icon i{
	margin-right:8px;
}
@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}
.btn:hover, .btn:focus {
	text-decoration: none;
}
.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: 0 0 0 2px rgba(194, 197, 199, 0.25);
}
.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;
}
a.btn.disabled, fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-secondary {
	color: #fff;
	background: #aa57f5 !important;
	border-color: #aa57f5;
	box-shadow:0 5px 10px rgba(170, 87, 245, 0.05);
}
.btn-secondary:hover {
	color: #fff;
	background-color:#aa57f5;
	border-color:#aa57f5;
}
.btn-secondary:focus, .btn-secondary.focus {
	box-shadow: 0 0 0 2px rgbargba(170, 87, 245, 0.1);;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	color: #fff;
	background-color:#aa57f5;
	border-color:#aa57f5;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color:#aa57f5;
	border-color: #aa57f5;
}
.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 rgba(107, 178, 245, 0.9);
}
.btn-success {
	color: #fff;
	background: #3bd098 !important;
	border-color:#3bd098;
	box-shadow: 0 5px 10px rgba(59, 208, 152, 0.17);
}
.btn-success:hover {
	color: #fff;
	background-color: #3bd098;
	border-color: #3bd098;
}
.btn-success:focus, .btn-success.focus {
	box-shadow: 0 0 0 2px rgb(59, 208, 152);
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff;
	background-color: #3bd098;
	border-color: #3bd098;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #3bd098;
	border-color: #3bd098;
}
.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 2px rgba(59, 208, 152, 0.1);
}
.btn-info {
	color: #fff;
	background: #6ab2f5;
	border-color: #6ab2f5;
	box-shadow:0 5px 10px rgba(106, 178, 245, 0.1);
}
.btn-info:hover {
	color: #fff;
	background-color: #6ab2f5;
	border-color: #6ab2f5;
}
.btn-info:focus, .btn-info.focus {
	box-shadow: 0 0 0 2px #6ab2f5;
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff;
	background-color: #6ab2f5;
	border-color: #6ab2f5;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #6ab2f5;
	border-color: #6ab2f5;
}
.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 2px #6ab2f5;
}
.btn-warning {
	color: #fff;
	background:#e6b041 !important;
	border-color: #e6b041;
	box-shadow: 0 5px 10px rgba(247, 183, 49, 0.1);
}
.btn-warning:hover {
	color: #fff;
	background-color: #dba12a;
	border-color: #dda32b;
}
.btn-warning:focus, .btn-warning.focus {
	box-shadow: 0 0 0 2px rgba(229, 175, 4, 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, .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, .show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgb(237, 156, 76,0.9);
}
.btn-danger {
	color: #fff;
	background:#fd4967!important;
	border-color: #fd4967;
	box-shadow: 0 5px 10px rgba(237, 49, 76, 0.17);
}
.btn-danger:hover {
	color: #fff;
	background-color: #dd2540;
	border-color: #df2540;
}
.btn-danger:focus, .btn-danger.focus {
	box-shadow: 0 0 0 2px rgb(245, 51, 79,0.9);
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff;
	background-color: #f5334f;
	border-color: #fd4967;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #f5334f;
	border-color: #fd4967;
}
.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 2px rgba(245, 51, 79, 0.9);
}
.btn-default {
	color: #292828;
	background: #f1f3f7;
	border-color: #b9b5b5;
}
.btn-default:hover {
	color: #292828;
	background-color: #f1f3f7;
	border-color: #a8a6a9;
}
.btn-default:focus, .btn-default.focus {
	box-shadow: 0 0 0 2px #f1f3f7;
}
.btn-default.disabled, .btn-default:disabled {
	color: #292828;
	background-color: #e5e4e6;
	border-color: #a8a6a9;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show>.btn-default.dropdown-toggle {
	color: #292828;
	background-color: #f1f3f7;
    border-color: #a8a6a9;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show>.btn-default.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(185, 182, 187, 0.9);
}
/*-- light-buttons--*/
.btn-secondary-light {
	color: #aa57f5;
	background: #dfbcff !important;
	border-color: #dfbcff;
	box-shadow:0 5px 10px rgba(167, 66, 153, 0.17);
}
.btn-secondary-light:hover {
	color: #fff;
	background-color: #aa57f5 !important;
	border-color: #aa57f5;
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
	box-shadow:  0 0 0 2px #aa57f5;
}
.btn-success-light {
	color: #13bfa6;
	background: #a6efe4 !important;
	border-color: #a6efe4;
	box-shadow:0 5px 10px rgba(19, 191, 166, 0.17);
}
.btn-success-light:hover {
	color: #fff;
	background-color: #13bfa6!important;
	border-color: #13bfa6;
}
.btn-success-light:focus, .btn-success-light.focus {
	box-shadow: 0 0 0 2px rgb(19, 191, 166);
}
.btn-info-light {
	color: #6ab2f5;
	background: #d0e2f7;
	border-color: #d0e2f7;
	box-shadow:0 5px 10px rgba(106, 178, 245, 0.1);
}
.btn-info-light:hover {
	color: #fff;
	background-color: #6ab2f5;
	border-color: #6ab2f5;
}
.btn-info-light:focus, .btn-info-light.focus {
	box-shadow: 0 0 0 2px #6ab2f5;
}
.btn-warning-light {
	color: #e0a01b;
	background:#f8e8c6 !important;
	border-color: #f8e8c6;
	box-shadow:0 5px 10px rgba(247, 183, 49, 0.17);
}
.btn-warning-light:hover {
	color: #fff;
	background-color: #e6b041 !important;
	border-color: #e6b041;
}
.btn-warning-light:focus, .btn-warning-light.focus {
	box-shadow: 0 0 0 2px rgba(229, 175, 4, 0.9);
}
.btn-danger-light {
	color: #f5334f;
	background:#f8ccd3 !important;
	border-color: #f8ccd3;
	box-shadow:0 5px 10px rgba(237, 49, 76, 0.17);
}
.btn-danger-light:hover {
	color: #fff;
	background-color: #fd4967!important;
	border-color: #fd4967;
}
.btn-danger-light:focus, .btn-danger-light.focus {
	box-shadow: 0 0 0 2px rgb(245, 51, 79,0.9);
}
.btn-default-light {
	color: #292828;
	background: #f1f3f7;
	border-color: #f1f3f7;
	box-shadow: 0 5px 10px rgba(227, 228, 237, 0.17);
}
.btn-default-light:hover {
	color: #292828;
	background-color: #f1f3f7 !important;
	border-color: #f1f3f7;
}
.btn-default-light:focus, .btn-default-light.focus {
	box-shadow: 0 0 0 2px rgb(246, 249, 252);
}
/*--gradient-buttons--*/
.btn-secondary-gradient {
	color: #fff;
	background:linear-gradient(to bottom right, #f75b98 0% , #cd489c 100%) !important;
	border-color: #cd489c;
}
.btn-secondary-gradient:hover {
	color: #fff;
	background-color: #ed6ea0;
	border-color: #f66b4e;
}
.btn-secondary-gradient:focus, .btn-secondary-gradient.focus {
	box-shadow:  0 0 0 2px rgba(234, 97, 140, 0.9);
}
.btn-secondary-gradient.disabled, .btn-secondary-gradient:disabled {
	color: #fff;
	background-color: #ed6ea0;
}
.btn-secondary-gradient:not(:disabled):not(.disabled):active, .btn-secondary-gradient:not(:disabled):not(.disabled).active, .show>.btn-secondary-gradient.dropdown-toggle {
	color: #fff;
	background-color: #ed6ea0;
	border-color: #f66b4e;
}
.btn-secondary-gradient:not(:disabled):not(.disabled):active:focus, .btn-secondary-gradient:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(220, 76, 122, 0.9);
}
.btn-success-gradient {
	color: #fff;
	background: linear-gradient(to bottom right,  #21a544 0% , #62fb62 100%) !important;
	border-color: #4ecc48;
}
.btn-success-gradient:hover {
	color: #fff;
	background-color: #4b9400;
	border-color: #448700;
}
.btn-success-gradient:focus, .btn-success-gradient.focus {
	box-shadow: 0 0 0 2px rgba(94, 186, 0, 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, .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, .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;
}
.btn-info-gradient:focus, .btn-info-gradient.focus {
	box-shadow: 0 0 0 2px #6ab2f5;
}
.btn-info-gradient.disabled, .btn-info-gradient:disabled {
	color: #fff;
	background-color: #6ab2f5;
	border-color: #07cedc;
}
.btn-info-gradient:not(:disabled):not(.disabled):active, .btn-info-gradient:not(:disabled):not(.disabled).active, .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, .show>.btn-info-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px #6ab2f5;
}
.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;
}
.btn-warning-gradient:focus, .btn-warning-gradient.focus {
	box-shadow: 0 0 0 2px rgba(229, 175, 4, 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, .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, .show>.btn-warning-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgb(237, 156, 76,0.9);
}
.btn-warning-gradient-gradient{
	background: linear-gradient(to bottom right, #fbc434 0%, #f66b4e 100%);
}
.btn-warning-gradient-gradient:focus, .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.50);
}
.btn-danger-gradient{
	color: #fff;
	background-image: linear-gradient(to bottom right,  #FF416C 0%,  #FF4B2B 100%) !important;
	border-color: #e3325a;
}
.btn-danger-gradient:hover {
	color: #fff;
	background-color: #FF4B2B;
	border-color: #e3325a;
}
.btn-danger-gradient:focus, .btn-danger-gradient.focus {
	box-shadow: 0 0 0 2px rgba(255, 75, 43, 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, .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, .show>.btn-danger-gradient.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(255, 75, 43, 0.9);
}
.btn-default {
	color: #292828;
	background: #f1f3f7;
	border-color:#f0f0f4;
	box-shadow: 0 5px 10px rgba(227, 228, 237, 0.17);
}
.btn-default:hover {
	color: #292828;
	background-color: #f1f3f7;
	border-color: #f0f0f4;
}
.btn-default:focus, .btn-default.focus {
	box-shadow: 0 0 0 2px rgb(229, 240, 250);
}
.btn-default.disabled, .btn-default:disabled {
	color: #292828;
	background-color: #f1f3f7;
	border-color: #f0f0f4;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show>.btn-default.dropdown-toggle {
	color: #292828;
	background-color: #f1f3f7;
    border-color: #f0f0f4;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .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: #474a4a;
	background-color:#f5f6fa;
	border-color: #eeeff5;
	box-shadow:0 5px 10px rgba(227, 228, 237, 0.3)
}
.btn-light:hover {
	color: #474a4a;
	background-color:#f5f6fa;
	border-color: #f5f6fa;
}
.btn-light:focus, .btn-light.focus {
	box-shadow: 0 0 0 2px rgba(248, 249, 250, 0.1);
}
.btn-light.disabled, .btn-light:disabled {
	color: #474a4a;
	background-color:#f5f6fa;
	border-color: #f5f6fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
	color: #474a4a;
	background-color: #f5f6fa;
	border-color: #f0f0f4;
}
.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 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;
}
.btn-dark:focus, .btn-dark.focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}
.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, .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, .show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(52, 58, 64, 0.1);
}
.btn-outline-default {
	color: #292828;
	background: transparent;
	background-image: none;
	border-color: #f0f0f4;
	box-shadow:0 5px 10px rgba(227, 228, 237, 0.17);
}
.btn-outline-default:hover {
	color: #292828;
	background: #f1f3f7;
	border-color: #f0f0f4;
	box-shadow: 0 5px 15px rgba(246, 249, 252, 0.50)!important;
}
.btn-outline-default:focus, .btn-outline-default.focus {
	box-shadow: 0 0 0 2px rgba(246, 249, 252, 0.1);
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
	color: #292828;
	background-color: transparent;
}
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show>.btn-outline-default.dropdown-toggle {
	color: #292828;
	background-color: #f1f3f7;
	border-color: #f0f0f4;
}
.btn-outline-secondary {
	color: #aa57f5;
	background-color: transparent;
	background-image: none;
	border-color: #aa57f5;
	box-shadow:0 5px 10px rgba(170, 87, 245, 0.05);
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #aa57f5;
	border-color: #aa57f5;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
	box-shadow: 0 5px 10px rgba(170, 87, 245, 0.05);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #aa57f5;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #aa57f5;
	border-color: #aa57f5;
}
.btn-outline-success {
	color: #13bfa6;
	background-color: transparent;
	background-image: none;
	border-color: #13bfa6;
	box-shadow: 0 5px 10px rgba(19, 191, 166, 0.3);
}
.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, .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, .show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(19, 191, 166, 0.1);
}
.btn-outline-info {
	color: #6ab2f5;
	background-color: transparent;
	background-image: none;
	border-color: #6ab2f5;
	box-shadow:0 5px 10px rgba(106, 178, 245, 0.1);
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #6ab2f5;
	border-color: #6ab2f5;
}
.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: #6ab2f5;
	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: #6ab2f5;
	border-color: #6ab2f5;
}
.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 2px rgba(7, 116, 248, 0.1);
}
.btn-outline-warning {
	color: #ecb403;
	background-color: transparent;
	background-image: none;
	border-color: #ecb403;
	box-shadow: 0 5px 10px rgba(247, 183, 49, 0.17);
}
.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, .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, .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: #c21a1a;
	box-shadow: 0 5px 10px rgba(237, 49, 76, 0.13);
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #c21a1a;
	border-color: #c21a1a;
}
.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, .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, .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: #474a4a;
	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, .show>.btn-outline-light.dropdown-toggle {
	color: #474a4a;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}
.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 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, .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, .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;
	box-shadow: 0 5px 10px rgba(227, 228, 237, 0.3);
}
.btn-link:hover {
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
	text-decoration: underline;
	border-color: transparent;
	box-shadow: none;
}
.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: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block+.btn-block {
	margin-top: 0.5rem;
}
.btn-facebook{
	background:linear-gradient(to right bottom , #3d6cbf  0%, #1e3c72 100%);
}
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, .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, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .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), .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.5625rem;
	padding-left: 0.5625rem;
}
.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.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, .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"], .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: .03em;
    font-size: 0.8125rem;
    min-width: 2.375rem;
}
.btn-icon {
	padding-left: .5rem;
	padding-right: .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: #3b5998;
	border-color: #3b5998;
}
.btn-facebook:hover {
	color: #fff;
	background-color: #30497c;
	border-color: #2d4373;
}
.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, .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, .show>.btn-facebook.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}
.btn-twitter {
	color: #fff;
	background-color: #1da1f2;
	border-color: #1da1f2;
}
.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, .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, .show>.btn-twitter.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}
.btn-google {
	color: #fff;
	background-color: #dc4e41;
	border-color: #dc4e41;
}
.btn-google:hover {
	color: #fff;
	background-color: #d03526;
	border-color: #c63224;
}
.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: #dc4e41;
	border-color: #dc4e41;
}
.btn-google:not(:disabled):not(.disabled):active, .btn-google:not(:disabled):not(.disabled).active, .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, .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, .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, .show>.btn-youtube.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}
.btn-vimeo {
	color: #fff;
	background-color: #1ab7ea;
	border-color: #1ab7ea;
}
.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, .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, .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, .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, .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, .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, .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, .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, .show>.btn-instagram.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}
.btn-pinterest {
	color: #fff;
	background-color: #bd081c;
	border-color: #bd081c;
}
.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, .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, .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, .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, .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, .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, .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, .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, .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, .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, .show>.btn-bitbucket.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(0, 82, 204, 0.5);
}
.btn-blue {
	color: #fff;
	background-color: #546ef7;
	border-color: #546ef7;
	box-shadow: 0 5px 10px rgb(70, 127, 207, 0.1);
}
.btn-blue:hover {
	color: #fff;
	background-color: #546ef7;
	border-color: #546ef7;
}
.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: #546ef7;
	border-color: #546ef7;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .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, .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;
	box-shadow: 0 5px 10px rgb(101, 116, 205, 0.3);
}
.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, .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, .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;
	box-shadow: 0 5px 10px rgb(102, 31, 214, 0.3);
}
.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, .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, .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;
	box-shadow: 0 5px 10px rgb(236, 130, 239, 0.3);
}
.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, .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, .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;
	box-shadow: 0 5px 10px rgb(194, 26, 26, 0.3);
}
.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, .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, .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;
	box-shadow: 0 5px 10px rgb(252, 115, 3, 0.3);
}
.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, .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, .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;
	box-shadow: 0 5px 10px rgb(236, 180, 3, 0.3);
}
.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, .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, .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;
	box-shadow: 0 5px 10px rgb(78, 204, 72, 0.3);
}
.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, .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, .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;
	box-shadow: 0 5px 10px rgb(43, 203, 186, 0.3);
}
.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, .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, .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;
	box-shadow: 0 5px 10px rgb(23, 162, 184, 0.3);
}
.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, .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, .show>.btn-cyan.dropdown-toggle:focus {
	box-shadow: 0 0 0 2px rgba(23, 162, 184, 0.5);
}
.btn-white {
	color: #474a4a;
	background-color: #fff;
	border-color: #f5f6fa;
}
.btn-white:hover {
	color: #474a4a;
	background-color: #fff;
	border-color: #fff;
}
.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: #474a4a;
	background-color: #fff;
	border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show>.btn-white.dropdown-toggle {
	color: #474a4a;
	background-color: #fff;
	border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .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;
	box-shadow: 0 5px 10px rgb(134, 142, 150, 0.3);
}
.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, .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, .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;
	box-shadow: 0 5px 10px rgb(52, 58, 64, 0.3);
}
.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, .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, .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: #6ab2f5;
	border-color: #6ab2f5;
	box-shadow: 0 5px 10px rgb(69, 170, 242, 0.3);
}
.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: #6ab2f5;
	border-color: #6ab2f5;
}
.btn-azure:not(:disabled):not(.disabled):active, .btn-azure:not(:disabled):not(.disabled).active, .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, .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;
	box-shadow: 0 5px 10px rgb(123, 210, 53, 0.3);
}
.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, .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, .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.65rem;
	min-width: 1.625rem;
}
.btn-lg, .btn-group-lg>.btn {
	font-size: 1rem;
	min-width: 2.75rem;
	font-weight: 400;
}
.btn-list {
	margin-bottom: -.5rem;
	font-size: 0;
}
.btn-list>.btn, .btn-list>.dropdown {
	margin-bottom: .5rem;
}
.btn-list>.btn:not(:last-child), .btn-list>.dropdown:not(:last-child) {
	margin-right: .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% - (1.4em / 2));
	top: calc(50% - (1.4em / 2));
	-webkit-transform-origin: center;
	transform-origin: center;
	position: absolute !important;
}
.btn-loading.btn-sm:after, .btn-group-sm>.btn-loading.btn:after {
	height: 1em;
	width: 1em;
	left: calc(50% - (1em / 2));
	top: calc(50% - (1em / 2));
}
.btn-loading.btn-secondary:after {
	border-color: #474a4a;
}
.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;
}

