@charset "UTF-8";
.btn:focus,.btn:active,.btn:active:focus,.custom-select:focus,.form-control:focus {
	box-shadow:none!important;
	outline:none
}
a {
	color:#3bd2a2;
	font-weight:500;
	transition:all .5s;
	-webkit-transition:all .5s;
	-o-transition:all .5s
}

.text-primary,.text-primary-all *,.text-primary-all *:before,.text-primary-all *:after {
	color:#3bd2a2!important
}
.text-secondary,.text-secondary-all *,.text-secondary-all *:before,.text-secondary-all *:after {
	color:#cdd3d8!important
}
.text-success,.text-success-all *,.text-success-all *:before,.text-success-all *:after {
	color:#63ed7a!important
}
.text-info,.text-info-all *,.text-info-all *:before,.text-info-all *:after {
	color:#3abaf4!important
}
.text-warning,.text-warning-all *,.text-warning-all *:before,.text-warning-all *:after {
	color:#ffa426!important
}
.text-danger,.text-danger-all *,.text-danger-all *:before,.text-danger-all *:after {
	color:#fc544b!important
}
.text-light,.text-light-all *,.text-light-all *:before,.text-light-all *:after {
	color:#e3eaef!important
}
.text-white,.text-white-all *,.text-white-all *:before,.text-white-all *:after {
	color:#fff!important
}
.text-dark,.text-dark-all *,.text-dark-all *:before,.text-dark-all *:after {
	color:#191d21!important
}

.lead {
	line-height:34px
}
@media(max-width:575.98px) {
	.lead {
	font-size:17px;
	line-height:30px
}
}h1,h2,h3,h4,h5,h6 {
	font-weight:700
}
p,ul:not(.list-unstyled),ol {
	line-height:28px
}
.shadow {
	box-shadow:0 4px 8px rgba(0,0,0,.03)
}
.text-muted {
	color:#98a6ad!important
}

.input-group-text,select.form-control:not([size]):not([multiple]),.form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size:14px;
	padding:10px 15px;
	height:42px
}
textarea.form-control {
	height:64px
}
.custom-control {
	line-height:1.6rem
}

.form-control.creditcard {
	background-position:98%;
	background-repeat:no-repeat;
	background-size:40px;
	padding-right:60px
}

.form-group {
	margin-bottom:25px
}
.form-group .control-label,.form-group>label {
	font-weight:600;
	color:#34395e;
	font-size:12px;
	letter-spacing:.5px
}
.form-group.floating-addon {
	position:relative
}
.form-group.floating-addon .input-group-prepend {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	z-index:5
}
.form-group.floating-addon:not(.floating-addon-not-append) .input-group-append {
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	left:initial;
	right:0
}
.form-group.floating-addon .input-group-prepend .input-group-text,.form-group.floating-addon .input-group-append .input-group-text {
	border-color:transparent;
	background-color:transparent;
	font-size:20px
}
.form-group.floating-addon .form-control {
	border-radius:3px;
	padding-left:40px
}
.form-group.floating-addon .form-control+.form-control {
	border-radius:0 3px 3px 0;
	padding-left:15px
}
.input-group-append [class*=btn-outline-] {
	background-color:#fdfdff
}
.form-text {
	font-size:12px;
	line-height:22px
}
.custom-radio .custom-control-input:checked~.custom-control-label::before,.custom-control-input:checked~.custom-control-label::before {
	background-color:#3bd2a2!important
}

.custom-switch {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:default;
	display:inline-flex;
	align-items:center;
	margin:0
}
.custom-switch-input {
	position:absolute;
	z-index:-1;
	opacity:0
}
.custom-switches-stacked {
	display:flex;
	flex-direction:column
}
.custom-switches-stacked .custom-switch {
	margin-bottom:.5rem
}
.custom-switch-indicator {
	display:inline-block;
	height:1.25rem;
	width:2.25rem;
	background:#e9ecef;
	border-radius:50px;
	position:relative;
	vertical-align:bottom;
	border:1px solid rgba(0,40,100,.12);
	transition:.3s border-color,.3s background-color
}
.custom-switch-indicator:before {
	content:'';
	position:absolute;
	height:calc(1.25rem - 4px);
	width:calc(1.25rem - 4px);
	top:1px;
	left:1px;
	background:#fff;
	border-radius:50%;
	transition:.3s left
}
.custom-switch-input:checked~.custom-switch-indicator {
	background:#3bd2a2
}
.custom-switch-input:checked~.custom-switch-indicator:before {
	left:calc(1rem + 1px)
}
.custom-switch-input:focus~.custom-switch-indicator {
	border-color:#3bd2a2
}
.custom-switch-description {
	margin-left:.5rem;
	color:#6e7687;
	transition:.3s color
}
.custom-switch-input:checked~.custom-switch-description {
	color:#495057
}

.card {
	box-shadow:0 4px 8px rgba(0,0,0,.03);
	background-color:#fff;
	border-radius:3px;
	border:none;
	position:relative;
	margin-bottom:30px
}
.card .card-header,.card .card-body,.card .card-footer {
	background-color:transparent;
	padding:20px 25px
}
.card .navbar {
	position:static
}
.card .card-body {
	padding-top:20px;
	padding-bottom:20px
}

.card .card-body p {
	font-weight:500
}
.card .card-header {
	border-bottom-color:#f9f9f9;
	line-height:30px;
	-ms-grid-row-align:center;
	align-self:center;
	width:100%;
	min-height:70px;
	padding:15px 25px;
	display:flex;
	align-items:center
}
.card .card-header .btn {
	margin-top:1px;
	padding:2px 15px
}
.card .card-header .btn:not(.note-btn) {
	border-radius:30px
}
.card .card-header .btn:hover {
	box-shadow:none
}
.card .card-header .form-control {
	height:31px;
	font-size:13px;
	border-radius:30px
}
.card .card-header .form-control+.input-group-btn .btn {
	margin-top:-1px
}
.card .card-header h4 {
	font-size:16px;
	line-height:28px;
	color:#3bd2a2;
	padding-right:10px;
	margin-bottom:0
}
.card .card-header h4+.card-header-action,.card .card-header h4+.card-header-form {
	margin-left:auto
}
.card .card-header h4+.card-header-action .btn,.card .card-header h4+.card-header-form .btn {
	font-size:12px;
	border-radius:30px!important;
	padding-left:13px!important;
	padding-right:13px!important
}
.card .card-header h4+.card-header-action .btn.active,.card .card-header h4+.card-header-form .btn.active {
	box-shadow:0 2px 6px #acb5f6;
	background-color:#3bd2a2;
	color:#fff
}
.card .card-header h4+.card-header-action .dropdown,.card .card-header h4+.card-header-form .dropdown {
	display:inline
}
.card .card-header h4+.card-header-action .btn-group .btn,.card .card-header h4+.card-header-form .btn-group .btn {
	border-radius:0!important
}
.card .card-header h4+.card-header-action .btn-group .btn:first-child,.card .card-header h4+.card-header-form .btn-group .btn:first-child {
	border-radius:30px 0 0 30px!important
}
.card .card-header h4+.card-header-action .btn-group .btn:last-child,.card .card-header h4+.card-header-form .btn-group .btn:last-child {
	border-radius:0 30px 30px 0!important
}
.card .card-header h4+.card-header-action .input-group .form-control,.card .card-header h4+.card-header-form .input-group .form-control {
	border-radius:30px 0 0 30px!important
}
.card .card-header h4+.card-header-action .input-group .form-control+.input-group-btn .btn,.card .card-header h4+.card-header-form .input-group .form-control+.input-group-btn .btn {
	border-radius:0 30px 30px 0!important
}
.card .card-header h4+.card-header-action .input-group .input-group-btn+.form-control,.card .card-header h4+.card-header-form .input-group .input-group-btn+.form-control {
	border-radius:0 30px 30px 0!important
}
.card .card-header h4+.card-header-action .input-group .input-group-btn .btn,.card .card-header h4+.card-header-form .input-group .input-group-btn .btn {
	margin-top:-1px;
	border-radius:30px 0 0 30px!important
}
.card .card-footer {
	background-color:transparent;
	border:none
}
.card.card-mt {
	margin-top:30px
}
.card.card-progress:after {
	content:' ';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,.5);
	z-index:99;
	z-index:99
}
.card.card-progress .card-progress-dismiss {
	position:absolute;
	top:66%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	z-index:999;
	color:#fff!important;
	padding:5px 13px
}
.card.card-progress.remove-spinner .card-progress-dismiss {
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}

.card.card-primary {
	border-top:2px solid #3bd2a2
}
.card.card-secondary {
	border-top:2px solid #34395e
}
.card.card-success {
	border-top:2px solid #63ed7a
}
.card.card-danger {
	border-top:2px solid #fc544b
}
.card.card-warning {
	border-top:2px solid #ffa426
}
.card.card-info {
	border-top:2px solid #3abaf4
}
.card.card-dark {
	border-top:2px solid #191d21
}
.card.card-hero .card-header {
	padding:40px;
	background-image:linear-gradient(to bottom,#3bd2a2,#95a0f4);
	color:#fff;
	overflow:hidden;
	height:auto;
	min-height:auto;
	display:block
}
.card.card-hero .card-header h4 {
	font-size:40px;
	line-height:1;
	color:#fff
}
.card.card-hero .card-header .card-description {
	margin-top:5px;
	font-size:16px
}

.card.card-statistic-1 .card-header,.card.card-statistic-2 .card-header {
	border-color:transparent;
	padding-bottom:0;
	height:auto;
	min-height:auto;
	display:block
}
.card.card-statistic-1 .card-header h4,.card.card-statistic-2 .card-header h4 {
	line-height:1.2;
	color:#98a6ad
}
.card.card-statistic-1 .card-body,.card.card-statistic-2 .card-body {
	padding-top:0
}
.card.card-statistic-1 .card-body,.card.card-statistic-2 .card-body {
	font-size:26px;
	font-weight:700;
	color:#34395e;
	padding-bottom:0
}
.card.card-statistic-1,.card.card-statistic-2 {
	display:inline-block;
	width:100%
}


.card.card-statistic-1 .card-header,.card.card-statistic-2 .card-header {
	padding-bottom:0;
	padding-top:25px
}
.card.card-statistic-2 .card-body {
	padding-top:20px
}
.card.card-statistic-2 .card-header+.card-body,.card.card-statistic-2 .card-body+.card-header {
	padding-top:0
}
.card.card-statistic-1 .card-header h4,.card.card-statistic-2 .card-header h4 {
	font-weight:600;
	font-size:13px;
	letter-spacing:.5px
}
.card.card-statistic-1 .card-header h4 {
	margin-bottom:0
}
.card.card-statistic-2 .card-header h4 {
	text-transform:none;
	margin-bottom:0
}
.card.card-statistic-1 .card-body {
	font-size:20px
}
.card.card-statistic-2 .card-chart {
	padding-top:20px;
	margin-left:-9px;
	margin-right:-1px;
	margin-bottom:-15px
}
.card.card-statistic-2 .card-chart canvas {
	height:90px!important
}
.card .card-stats {
	width:100%;
	display:inline-block;
	margin-top:2px;
	margin-bottom:-6px
}
.card .card-stats .card-stats-title {
	padding:15px 25px;
	background-color:#fff;
	font-size:13px;
	font-weight:600;
	letter-spacing:.3px
}
.card .card-stats .card-stats-items {
	display:flex;
	height:50px;
	align-items:center
}
.card .card-stats .card-stats-item {
	width:calc(100%/3);
	text-align:center;
	padding:5px 20px
}
.card .card-stats .card-stats-item .card-stats-item-label {
	font-size:12px;
	letter-spacing:.5px;
	margin-top:4px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap
}
.card .card-stats .card-stats-item .card-stats-item-count {
	line-height:1;
	margin-bottom:8px;
	font-size:20px;
	font-weight:700
}


@media(max-width:767.98px) {
	.card .card-header {
	height:auto;
	flex-wrap:wrap
}
.card .card-header h4+.card-header-action,.card .card-header h4+.card-header-form {
	flex-grow:0;
	width:100%;
	margin-top:10px
}
}@media(min-width:768px) and (max-width:991.98px) {
	.card .card-stats .card-stats-items {
	height:49px
}
.card .card-stats .card-stats-items .card-stats-item {
	padding:5px 7px
}
.card .card-stats .card-stats-items .card-stats-item .card-stats-item-count {
	font-size:16px
}
.card.card-sm-6 .card-chart canvas {
	height:85px!important
}
.card.card-hero .card-header {
	padding:25px
}
}

.modal-header,.modal-body,.modal-footer {
	padding:25px
}
.modal-body {
	padding-top:15px
}
.modal-footer {
	padding-top:15px;
	padding-bottom:15px
}
.modal-header {
	border-bottom:none;
	padding-bottom:5px
}
.modal-header h5 {
	font-size:18px
}
.modal-footer {
	border-top:none;
	border-radius:0 0 3px 3px
}
.modal-content {
	max-width:100%;
	border:none;
	box-shadow:0 3px 8px rgba(0,0,0,.05)
}
.modal.show .modal-content {
	box-shadow:0 4px 15px rgba(0,0,0,.2)
}
.modal-progress .modal-content {
	position:relative
}

.modal-part {
	display:none
}

.buttons .btn {
	margin:0 8px 10px 0
}
.btn:focus {
	box-shadow:none!important;
	outline:none
}
.btn:active {
	box-shadow:none!important;
	outline:none
}
.btn:active:focus {
	box-shadow:none!important;
	outline:none
}

.btn {
	font-weight:600;
	font-size:12px;
	line-height:24px;
	padding:.3rem .8rem;
	letter-spacing:.5px
}

.btn>i {
	margin-left:0!important
}
.btn.btn-lg {
	padding:.55rem 1.5rem;
	font-size:12px
}

.btn.btn-sm {
	padding:.1rem .4rem;
	font-size:12px
}

.btn-action {
	color:#fff!important;
	line-height:25px;
	font-size:12px;
	min-width:35px;
	min-height:35px
}
.btn-secondary,.btn-secondary.disabled {
	box-shadow:0 2px 6px #e1e5e8;
	background-color:#cdd3d8;
	border-color:#cdd3d8;
	color:#fff
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active,.btn-secondary.disabled:hover,.btn-secondary.disabled:focus,.btn-secondary.disabled:active {
	background-color:#bfc6cd!important;
	color:#fff!important
}
.btn-outline-secondary:hover,.btn-outline-secondary:focus,.btn-outline-secondary:active,.btn-outline-secondary.disabled:hover,.btn-outline-secondary.disabled:focus,.btn-outline-secondary.disabled:active {
	background-color:#cdd3d8!important;
	color:#fff!important
}
.btn-success,.btn-success.disabled {
	box-shadow:0 2px 6px #a8f5b4;
	background-color:#63ed7a;
	border-color:#63ed7a;
	color:#fff
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled:active {
	background-color:#4cea67!important;
	color:#fff!important
}
.btn-outline-success:hover,.btn-outline-success:focus,.btn-outline-success:active,.btn-outline-success.disabled:hover,.btn-outline-success.disabled:focus,.btn-outline-success.disabled:active {
	background-color:#63ed7a!important;
	color:#fff!important
}
.btn-danger,.btn-danger.disabled {
	box-shadow:0 2px 6px #fd9b96;
	background-color:#fc544b;
	border-color:#fc544b;
	color:#fff
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled:active {
	background-color:#fb160a!important
}
.btn-outline-danger:hover,.btn-outline-danger:focus,.btn-outline-danger:active,.btn-outline-danger.disabled:hover,.btn-outline-danger.disabled:focus,.btn-outline-danger.disabled:active {
	background-color:#fb160a!important;
	color:#fff!important
}
.btn-dark,.btn-dark.disabled {
	box-shadow:0 2px 6px #728394;
	background-color:#191d21;
	border-color:#191d21;
	color:#fff
}
.btn-dark:hover,.btn-dark:focus,.btn-dark:active,.btn-dark.disabled:hover,.btn-dark.disabled:focus,.btn-dark.disabled:active {
	background-color:#000!important
}
.btn-outline-dark:hover,.btn-outline-dark:focus,.btn-outline-dark:active,.btn-outline-dark.disabled:hover,.btn-outline-dark.disabled:focus,.btn-outline-dark.disabled:active {
	background-color:#000!important;
	color:#fff!important
}
.btn-light,.btn-light.disabled {
	box-shadow:0 2px 6px #e6ecf1;
	background-color:#e3eaef;
	border-color:#e3eaef;
	color:#191d21
}
.btn-light:hover,.btn-light:focus,.btn-light:active,.btn-light.disabled:hover,.btn-light.disabled:focus,.btn-light.disabled:active {
	background-color:#c3d2dc!important
}
.btn-outline-light,.btn-outline-light.disabled {
	border-color:#e3eaef;
	color:#e3eaef
}
.btn-outline-light:hover,.btn-outline-light:focus,.btn-outline-light:active,.btn-outline-light.disabled:hover,.btn-outline-light.disabled:focus,.btn-outline-light.disabled:active {
	background-color:#e3eaef!important;
	color:#fff!important
}
.btn-warning,.btn-warning.disabled {
	box-shadow:0 2px 6px #ffc473;
	background-color:#ffa426;
	border-color:#ffa426;
	color:#fff
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled:active {
	background-color:#ff990d!important;
	color:#fff!important
}
.btn-outline-warning:hover,.btn-outline-warning:focus,.btn-outline-warning:active,.btn-outline-warning.disabled:hover,.btn-outline-warning.disabled:focus,.btn-outline-warning.disabled:active {
	background-color:#ffa426!important;
	color:#fff!important
}
.btn-info,.btn-info.disabled {
	box-shadow:0 2px 6px #82d3f8;
	background-color:#3abaf4;
	border-color:#3abaf4;
	color:#fff
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled:active {
	background-color:#0da8ee!important
}
.btn-outline-info:hover,.btn-outline-info:focus,.btn-outline-info:active,.btn-outline-info.disabled:hover,.btn-outline-info.disabled:focus,.btn-outline-info.disabled:active {
	background-color:#0da8ee!important;
	color:#fff!important
}
.btn-primary,.btn-primary.disabled {
	box-shadow:0 7px 20px 0 rgba(0,0,0,0.15);
	background-color:#3bd2a2;
	border-color:#3bd2a2
}
.btn-primary:focus,.btn-primary.disabled:focus {
	background-color:#394eea!important
}
.btn-primary:focus:active,.btn-primary.disabled:focus:active {
	background-color:#394eea!important
}
.btn-primary:active,.btn-primary:hover,.btn-primary.disabled:active,.btn-primary.disabled:hover {
	background-color:#39c397!important
}
.btn-primary:hover{
	border-color: #39c397; 
}
.btn-outline-primary,.btn-outline-primary.disabled {
	border-color:#3bd2a2;
	color:#3bd2a2
}
.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active,.btn-outline-primary.disabled:hover,.btn-outline-primary.disabled:focus,.btn-outline-primary.disabled:active {
	background-color:#3bd2a2!important;
	color:#fff
}
.btn-outline-white,.btn-outline-white.disabled {
	border-color:#fff;
	color:#fff
}
.btn-outline-white:hover,.btn-outline-white:focus,.btn-outline-white:active,.btn-outline-white.disabled:hover,.btn-outline-white.disabled:focus,.btn-outline-white.disabled:active {
	background-color:#fff;
	color:#3bd2a2
}
.btn-round {
	border-radius:30px;
	padding-left:34px;
	padding-right:34px
}

.btn-social {
	padding:12px 12px 12px 50px;
	color:#fff!important;
	font-weight:500
}
.btn-social>:first-child {
	width:55px;
	line-height:50px;
	border-right:none
}
.btn-reddit {
	color:#000!important
}
.btn-group .btn.active {
	background-color:#3bd2a2;
	color:#fff
}

:root {
	--primary:color(primary);
	--secondary:color(fontdark);
	--success:color(success);
	--info:color(info);
	--warning:color(warning);
	--danger:color(danger);
	--light:color(light);
	--dark:color(dark)
}

body,html {
	min-height:100%
}
body {
	background-color:#f4f6f9;
	font-size:14px;
	font-weight:400;
	font-family:nunito,segoe ui,arial;
	color:#6c757d
}

.form-divider {
	display:inline-block;
	width:100%;
	margin:10px 0;
	font-size:16px;
	font-weight:600
}

.text-job {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	color:#34395e
}
.text-time {
	font-size:12px;
	color:#666;
	font-weight:500;
	margin-bottom:10px
}
.login-brand {
	margin:20px 0;
	margin-bottom:40px;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:4px;
	color:#666;
	text-align:center
}

.text-small {
	font-size:12px;
	line-height:20px
}
.text-title {
	font-size:14px;
	color:#34395e;
	font-weight:600
}
.text-muted-transparent {
	color:rgba(255,255,255,.8)
}

.shadow-light {
	box-shadow:0 2px 6px #e6ecf1
}

.section {
	position:relative;
	z-index:1
}
.section>*:first-child {
	margin-top:-7px
}

.section .section-lead {
	margin-left:45px
}

.simple-footer {
	text-align:center;
	margin-top:40px;
	margin-bottom:40px
}



