@charset "UTF-8";

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

a {
	color: #0C4A6E;
	font-weight: 500;
	transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

a:not(.btn-social-icon):not(.btn-social):not(.page-link) .ion,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fas,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .far,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fal,
a:not(.btn-social-icon):not(.btn-social):not(.page-link) .fab {
	margin-left: 4px;
}

.bg-primary {
	background-color: #0C4A6E !important;
}

.bg-orange {
	background-color: #fb8c00 !important;
}

.bg-secondary {
	background-color: #cdd3d8 !important;
}

.bg-success {
	background-color: #1abc9c !important;
}

.bg-info {
	background-color: #3498db !important;
}

.bg-warning {
	background-color: #e67e22 !important;
}

.bg-danger {
	background-color: #e74c3c !important;
}

.bg-light {
	background-color: #e3eaef !important;
}

.bg-dark {
	background-color: #191d21 !important;
}

.text-primary,
.text-primary-all *,
.text-primary-all *:before,
.text-primary-all *:after {
	color: #0C4A6E !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: #1abc9c !important;
}

.text-info,
.text-info-all *,
.text-info-all *:before,
.text-info-all *:after {
	color: #3498db !important;
}

.text-warning,
.text-warning-all *,
.text-warning-all *:before,
.text-warning-all *:after {
	color: #e67e22 !important;
}

.text-danger,
.text-danger-all *,
.text-danger-all *:before,
.text-danger-all *:after {
	color: #e74c3c !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: #ffffff !important;
}

.text-dark,
.text-dark-all *,
.text-dark-all *:before,
.text-dark-all *:after {
	color: #191d21 !important;
}

.font-weight-normal {
	font-weight: 500 !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, 0.03);
}

.text-muted {
	color: #98a6ad !important;
}

/* 3.2 Form */
.form-control,
.input-group-text,
.custom-select,
.custom-file-label {
	background-color: #fdfdff;
	border-color: #e4e6fc;
}

.form-control:focus,
.input-group-text:focus,
.custom-select:focus,
.custom-file-label:focus {
	background-color: #fefeff;
	border-color: #95a0f4;
}

.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 !important;
}

.custom-control {
	line-height: 1.6rem;
}

.custom-file,
.custom-file-label,
.custom-select,
.custom-file-label:after,
.form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 6px);
}

.form-control.creditcard {
	background-position: 98%;
	background-repeat: no-repeat;
	background-size: 40px;
	padding-right: 60px;
}

.form-control.creditcard.visa {
	background-image: url("../img/visa.png");
}

.form-control.creditcard.americanexpress {
	background-image: url("../img/americanexpress.png");
}

.form-control.creditcard.dinersclub {
	background-image: url("../img/dinersclub.png");
}

.form-control.creditcard.discover {
	background-image: url("../img/discover.png");
}

.form-control.creditcard.jcb {
	background-image: url("../img/jcb.png");
}

.form-control.creditcard.mastercard {
	background-image: url("../img/mastercard.png");
}

.form-control.creditcard.visa {
	background-image: url("../img/visa.png");
}

.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: #0C4A6E !important;
}

.custom-file-label {
	line-height: 2.2;
}

.custom-file-label:after {
	height: calc(2.25rem + 4px);
	line-height: 2.2;
	border-color: transparent;
}

.custom-file-label:focus,
.custom-file-label:active {
	box-shadow: none;
	outline: none;
}

.custom-file-input:focus+.custom-file-label {
	box-shadow: none;
	border-color: #0C4A6E;
}

.custom-file-input:focus+.custom-file-label:after {
	border-color: transparent;
}

.selectgroup {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.selectgroup-item {
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
}

.selectgroup-item+.selectgroup-item {
	margin-left: -1px;
}

.selectgroup-item:not(:first-child) .selectgroup-button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.selectgroup-item:not(:last-child) .selectgroup-button {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.selectgroup-input {
	opacity: 0;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.selectgroup-button {
	background-color: #fdfdff;
	border-color: #e4e6fc;
	border-width: 1px;
	border-style: solid;
	display: block;
	text-align: center;
	padding: 0 1rem;
	height: 35px;
	position: relative;
	cursor: pointer;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 13px;
	min-width: 2.375rem;
	line-height: 36px;
}

.selectgroup-button-icon {
	padding-left: .5rem;
	padding-right: .5rem;
}

.selectgroup-button-icon i {
	font-size: 14px;
}

.selectgroup-input:focus+.selectgroup-button,
.selectgroup-input:checked+.selectgroup-button {
	background-color: #0C4A6E;
	color: #fff;
	z-index: 1;
}

.selectgroup-pills {
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
}

.selectgroup-pills .selectgroup-item {
	margin-right: .5rem;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.selectgroup-pills .selectgroup-button {
	border-radius: 50px !important;
}

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

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

.custom-switches-stacked {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	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, 0.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: #0C4A6E;
}

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

.custom-switch-input:focus~.custom-switch-indicator {
	border-color: #0C4A6E;
}

.custom-switch-description {
	margin-left: .5rem;
	color: #6e7687;
	transition: .3s color;
}

.custom-switch-input:checked~.custom-switch-description {
	color: #495057;
}

.imagecheck {
	margin: 0;
	position: relative;
	cursor: pointer;
}

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

.imagecheck-figure {
	background-color: #fdfdff;
	border-color: #e4e6fc;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 0;
	position: relative;
}

.imagecheck-input:focus~.imagecheck-figure {
	border-color: #0C4A6E;
}

.imagecheck-input:checked~.imagecheck-figure {
	border-color: rgba(0, 40, 100, 0.24);
}

.imagecheck-figure:before {
	content: '';
	position: absolute;
	top: .25rem;
	left: .25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #0C4A6E url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
	color: #fff;
	z-index: 1;
	border-radius: 3px;
	opacity: 0;
	transition: .3s opacity;
}

.imagecheck-input:checked~.imagecheck-figure:before {
	opacity: 1;
}

.imagecheck-image {
	max-width: 100%;
	opacity: .64;
	transition: .3s opacity;
}

.imagecheck-image:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.imagecheck-image:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.imagecheck:hover .imagecheck-image {
	opacity: 1;
}

.imagecheck-input:focus~.imagecheck-figure .imagecheck-image,
.imagecheck-input:checked~.imagecheck-figure .imagecheck-image {
	opacity: 1;
}

.imagecheck-caption {
	text-align: center;
	padding: .25rem .25rem;
	color: #9aa0ac;
	font-size: 0.875rem;
	transition: .3s color;
}

.imagecheck:hover .imagecheck-caption {
	color: #495057;
}

.imagecheck-input:focus~.imagecheck-figure .imagecheck-caption,
.imagecheck-input:checked~.imagecheck-figure .imagecheck-caption {
	color: #495057;
}

.colorinput {
	margin: 0;
	position: relative;
	cursor: pointer;
}

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

.colorinput-color {
	background-color: #fdfdff;
	border-color: #e4e6fc;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 3px;
	color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.colorinput-color:before {
	content: '';
	opacity: 0;
	position: absolute;
	top: .25rem;
	left: .25rem;
	height: 1.25rem;
	width: 1.25rem;
	transition: .3s opacity;
	background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.colorinput-input:checked~.colorinput-color:before {
	opacity: 1;
}

/* 3.3 List */
.list-unstyled-border li {
	border-bottom: 1px solid #f9f9f9;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.list-unstyled-border li .custom-checkbox {
	margin-right: 15px;
}

.list-unstyled-border li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.list-unstyled-noborder li:last-child {
	border-bottom: none;
}

.list-group-item.active {
	background-color: #0C4A6E;
}

.list-group-item.disabled {
	color: #c9d7e0;
}

.list-group-item-primary {
	background-color: #0C4A6E;
	color: #fff;
}

.list-group-item-secondary {
	background-color: #cdd3d8;
	color: #fff;
}

.list-group-item-success {
	background-color: #63ed7a;
	color: #fff;
}

.list-group-item-danger {
	background-color: #fc544b;
	color: #fff;
}

.list-group-item-warning {
	background-color: #ffa426;
	color: #fff;
}

.list-group-item-info {
	background-color: #2c9fd3;
	color: #fff;
}

.list-group-item-light {
	background-color: #e3eaef;
	color: #191d21;
}

.list-group-item-dark {
	background-color: #191d21;
	color: #fff;
}

/* 3.4 Alert */
.alert {
	color: #fff;
	border: none;
	padding: 15px 20px;
}

.alert .alert-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.alert code {
	background-color: #fff;
	border-radius: 3px;
	padding: 1px 4px;
}

.alert p {
	margin-bottom: 0;
}

.alert.alert-has-icon {
	display: flex;
}

.alert.alert-has-icon .alert-icon {
	margin-top: 4px;
	width: 30px;
}

.alert.alert-has-icon .alert-icon .ion,
.alert.alert-has-icon .alert-icon .fas,
.alert.alert-has-icon .alert-icon .far,
.alert.alert-has-icon .alert-icon .fab,
.alert.alert-has-icon .alert-icon .fal {
	font-size: 20px;
}

.alert.alert-has-icon .alert-body {
	flex: 1;
}

.alert:not(.alert-light) a {
	color: #fff;
}

.alert.alert-primary {
	background-color: #0C4A6E;
}

.alert.alert-secondary {
	background-color: #cdd3d8;
}

.alert.alert-success {
	background-color: #63ed7a;
}

.alert.alert-info {
	background-color: #2c9fd3;
}

.alert.alert-warning {
	background-color: #ffa426;
}

.alert.alert-danger {
	background-color: #fc544b;
}

.alert.alert-light {
	background-color: #e3eaef;
	color: #191d21;
}

.alert.alert-dark {
	background-color: #191d21;
}

/* 3.5 Card */
.card {
	box-shadow: 0 4px 8px rgba(0, 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 .section-title {
	margin: 30px 0 10px 0;
	font-size: 16px;
}

.card .card-body .section-title:before {
	margin-top: 8px;
}

.card .card-body .section-title+.section-lead {
	margin-top: -5px;
}

.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;
	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: #0C4A6E;
	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, 0.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-progress:not(.remove-spinner):after {
	background-image: url("../img/spinner.svg");
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center;
}

.card.card-primary {
	border-top: 2px solid #0C4A6E;
}

.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 #2c9fd3;
}

.card.card-dark {
	border-top: 2px solid #191d21;
}

.card.card-hero .card-header {
	padding: 40px;
	background-image: linear-gradient(to bottom, #0C4A6E, #95a0f4);
	color: #fff;
	overflow: hidden;
	height: auto;
	min-height: auto;
	display: block;
}

.card.card-hero .card-header h4 {
	font-size: 40px;
	line-height: 1;
}

.card.card-hero .card-header .card-description {
	margin-top: 5px;
	font-size: 16px;
}

.card.card-hero .card-header .card-icon {
	float: right;
	color: #8c98f3;
	margin: -60px;
}

.card.card-hero .card-header .card-icon .ion,
.card.card-hero .card-header .card-icon .fas,
.card.card-hero .card-header .card-icon .far,
.card.card-hero .card-header .card-icon .fab,
.card.card-hero .card-header .card-icon .fal {
	font-size: 140px;
}

.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-icon,
.card.card-statistic-2 .card-icon {
	width: 80px;
	height: 80px;
	margin: 10px;
	border-radius: 3px;
	line-height: 94px;
	text-align: center;
	float: left;
	margin-right: 15px;
}

.card.card-statistic-1 .card-icon .ion,
.card.card-statistic-1 .card-icon .fas,
.card.card-statistic-1 .card-icon .far,
.card.card-statistic-1 .card-icon .fab,
.card.card-statistic-1 .card-icon .fal,
.card.card-statistic-2 .card-icon .ion,
.card.card-statistic-2 .card-icon .fas,
.card.card-statistic-2 .card-icon .far,
.card.card-statistic-2 .card-icon .fab,
.card.card-statistic-2 .card-icon .fal {
	font-size: 22px;
	color: #fff;
}

.card.card-statistic-1 .card-icon {
	line-height: 90px;
}

.card.card-statistic-2 .card-icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	margin: 25px;
}

.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;
}

.card.card-large-icons {
	display: flex;
	flex-direction: row;
}

.card.card-large-icons .card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 150px;
	border-radius: 3px 0 0 3px;
}

.card.card-large-icons .card-icon .ion,
.card.card-large-icons .card-icon .fas,
.card.card-large-icons .card-icon .far,
.card.card-large-icons .card-icon .fab,
.card.card-large-icons .card-icon .fal {
	font-size: 60px;
}

.card.card-large-icons .card-body {
	padding: 25px 30px;
}

.card.card-large-icons .card-body h4 {
	font-size: 18px;
}

.card.card-large-icons .card-body p {
	opacity: .6;
	font-weight: 500;
}

.card.card-large-icons .card-body a.card-cta {
	text-decoration: none;
}

.card.card-large-icons .card-body a.card-cta i {
	margin-left: 7px;
}

.card.bg-primary,
.card.bg-danger,
.card.bg-success,
.card.bg-info,
.card.bg-dark,
.card.bg-warning {
	color: #fff;
}

.card.bg-primary .card-header,
.card.bg-danger .card-header,
.card.bg-success .card-header,
.card.bg-info .card-header,
.card.bg-dark .card-header,
.card.bg-warning .card-header {
	color: #fff;
	opacity: .9;
}


@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;
	}
}

@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 (max-width: 575.98px) {
	.card.card-large-icons {
		display: block;
	}

	.card.card-large-icons .card-icon {
		width: 100% !important;
		height: 200px;
	}
}

/* 3.6 Table */
.table td,
.table:not(.table-bordered) th {
	border-top: none;
}

.table:not(.table-sm):not(.table-md):not(.dataTable) td,
.table:not(.table-sm):not(.table-md):not(.dataTable) th {
	padding: 0 15px;
	height: 60px;
	vertical-align: middle;
}

.table:not(.table-sm) thead th {
	border-bottom: none;
	background-color: rgba(0, 0, 0, 0.04);
	color: #666;
	padding-top: 15px;
	padding-bottom: 15px;
}

.table.table-md th,
.table.table-md td {
	padding: 10px 15px;
}

.table.table-bordered td,
.table.table-bordered th {
	border-color: #f6f6f6;
}

.table-links {
	color: #34395e;
	font-size: 12px;
	margin-top: 5px;
	opacity: 0;
	transition: all .3s;
}

.table-links a {
	color: #666;
}

table tr:hover .table-links {
	opacity: 1;
}

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


/* 3.7 Tooltip */
.tooltip {
	font-size: 12px;
}

.tooltip-inner {
	padding: 7px 13px;
}

/* 3.8 Modal */
.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, 0.05);
}

.modal.show .modal-content {
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modal-progress .modal-content {
	position: relative;
}

.modal-progress .modal-content:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	z-index: 999;
	background-image: url("../img/spinner.svg");
	background-size: 80px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 3px;
}

.modal-part {
	display: none;
}

/* 3.9 Nav */
.nav-tabs .nav-item .nav-link {
	color: #0C4A6E;
}

.nav-tabs .nav-item .nav-link.active {
	color: #000;
}

.tab-content>.tab-pane {
	padding: 10px 0;
	line-height: 24px;
}

.tab-bordered .tab-pane {
	padding: 15px;
	border: 1px solid #ededed;
	margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0C4A6E;
}

.nav-pills .nav-item .nav-link {
	color: #0C4A6E;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.nav-pills .nav-item .nav-link:hover {
	background-color: #f6f7fe;
}

.nav-pills .nav-item .nav-link.active {
	box-shadow: 0 2px 6px #acb5f6;
	color: #fff;
	background-color: #0C4A6E;
}

.nav-pills .nav-item .nav-link .badge {
	padding: 5px 8px;
	margin-left: 5px;
}

.nav .nav-item .nav-link .ion,
.nav .nav-item .nav-link .fas,
.nav .nav-item .nav-link .far,
.nav .nav-item .nav-link .fab,
.nav .nav-item .nav-link .fal {
	margin-right: 3px;
	font-size: 12px;
}

/* 3.10 Pagination */
.page-item .page-link {
	color: #0C4A6E;
	border-radius: 3px;
	margin: 0 3px;
}

.page-item.active .page-link {
	background-color: #0C4A6E;
	border-color: #0C4A6E;
}

.page-item.disabled .page-link {
	border-color: transparent;
	background-color: #f9fafe;
	color: #0C4A6E;
	opacity: .6;
}

.page-link {
	border-color: transparent;
	background-color: #f9fafe;
	font-weight: 600;
}

.page-link:hover {
	background-color: #0C4A6E;
	color: #fff;
	border-color: transparent;
}

.page-link:focus {
	box-shadow: none;
}

/* 3.11 Badge */
.badges .badge {
	margin: 0 8px 10px 0;
}

.badge {
	vertical-align: middle;
	padding: 7px 12px;
	font-weight: 600;
	letter-spacing: .3px;
	border-radius: 30px;
	font-size: 12px;
}

.badge.badge-warning {
	color: #fff;
}

.badge.badge-primary {
	background-color: #0C4A6E;
}

.badge.badge-secondary {
	background-color: #34395e;
}

.badge.badge-success {
	background-color: #1abc9c;
}

.badge.badge-info {
	background-color: #2c9fd3;
}

.badge.badge-danger {
	background-color: #fc544b;
}

.badge.badge-light {
	background-color: #e3eaef;
	color: #191d21;
}

.badge.badge-white {
	background-color: #ffffff;
	color: #191d21;
}

.badge.badge-dark {
	background-color: #191d21;
}

h1 .badge {
	font-size: 24px;
	padding: 16px 21px;
}

h2 .badge {
	font-size: 22px;
	padding: 14px 19px;
}

h3 .badge {
	font-size: 18px;
	padding: 11px 16px;
}

h4 .badge {
	font-size: 16px;
	padding: 8px 13px;
}

h5 .badge {
	font-size: 14px;
	padding: 5px 10px;
}

h6 .badge {
	font-size: 11px;
	padding: 3px 8px;
}

.btn .badge {
	margin-left: 5px;
	padding: 4px 7px;
}

.btn .badge.badge-transparent {
	background-color: rgba(255, 255, 255, 0.25);
	color: #fff;
}

/* 3.12 Button */
.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.btn-icon-split i,
.dropdown-item.has-icon i {
	text-align: center;
	width: 15px;
	font-size: 15px;
	float: left;
	margin-right: 10px;
}

.btn {
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	padding: .3rem .8rem;
	letter-spacing: .5px;
}

.btn.btn-icon-split {
	position: relative;
}

.btn.btn-icon-split i {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 45px;
	border-radius: 3px 0 0 3px;
	line-height: 32px;
}

.btn.btn-icon-split div {
	margin-left: 40px;
}

.btn.btn-icon-noflo-splitat {
	display: table;
	text-align: right;
}

.btn.btn-icon-noflo-splitat i {
	float: none;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	width: 30%;
}

.btn.btn-icon-noflo-splitat div {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
	text-align: left;
	padding-left: 10px;
}

.btn:not(.btn-social):not(.btn-social-icon):active,
.btn:not(.btn-social):not(.btn-social-icon):focus,
.btn:not(.btn-social):not(.btn-social-icon):hover {
	border-color: transparent !important;
	background-color: white;
}

.btn>i {
	margin-left: 0 !important;
}

.btn.btn-lg {
	padding: .55rem 1.5rem;
	font-size: 12px;
}

.btn.btn-lg.btn-icon-split i {
	line-height: 42px;
}

.btn.btn-lg.btn-icon-split div {
	margin-left: 25px;
}

.btn.btn-sm {
	padding: .10rem .4rem;
	font-size: 12px;
}

.btn.btn-icon .ion,
.btn.btn-icon .fas,
.btn.btn-icon .far,
.btn.btn-icon .fab,
.btn.btn-icon .fal {
	margin-left: 0 !important;
	font-size: 12px;
}

.btn.btn-icon.icon-left .ion,
.btn.btn-icon.icon-left .fas,
.btn.btn-icon.icon-left .far,
.btn.btn-icon.icon-left .fab,
.btn.btn-icon.icon-left .fal {
	margin-right: 3px;
}

.btn.btn-icon.icon-right .ion,
.btn.btn-icon.icon-right .fas,
.btn.btn-icon.icon-right .far,
.btn.btn-icon.icon-right .fab,
.btn.btn-icon.icon-right .fal {
	margin-left: 3px !important;
}

.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 #1abc9c;
	background-color: #1abc9c;
	border-color: #1abc9c;
	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: #1abc9c !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: #1abc9c !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: black !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: black !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: #2c9fd3;
	border-color: #2c9fd3;
	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 2px 6px #acb5f6;
	background-color: #0C4A6E;
	border-color: #0C4A6E;
}

.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: #394eea !important;
}

.btn-outline-primary,
.btn-outline-primary.disabled {
	border-color: #0C4A6E;
	color: #0C4A6E;
}

.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: #0C4A6E !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: #0C4A6E;
}

.btn-round {
	border-radius: 30px;
	padding-left: 34px;
	padding-right: 34px;
}

.btn-social-icon,
.btn-social {
	border: none;
	border-radius: 3px;
}

.btn-social-icon {
	color: #fff !important;
	padding-left: 18px;
	padding-right: 18px;
}

.btn-social-icon> :first-child {
	font-size: 16px;
}

.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: #0C4A6E;
	color: #fff;
}

.btn-progress {
	position: relative;
	background-image: url("../img/spinner-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
	color: transparent !important;
	pointer-events: none;
}

/* 3.13 Media */
.media .media-right {
	float: right;
	color: #0C4A6E;
	font-weight: 600;
	font-size: 16px;
}

.media .media-icon {
	font-size: 20px;
	margin-right: 15px;
	line-height: 1;
}

.media .media-title {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 15px;
	color: #34395e;
}

.media .media-title a {
	font-weight: inherit;
	color: #000;
}

.media .media-description {
	line-height: 24px;
	color: #34395e;
}

.media .media-links {
	margin-top: 10px;
}

.media .media-links a {
	font-size: 12px;
	color: #999;
}

.media .media-progressbar {
	flex: 1;
}

.media .media-progressbar .progress-text {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #34395e;
}

.media .media-cta {
	margin-left: 40px;
}

.media .media-cta .btn {
	padding: 5px 15px;
	border-radius: 30px;
	font-size: 12px;
}

.media .media-items {
	display: flex;
}

.media .media-items .media-item {
	flex: 1;
	text-align: center;
	padding: 0 15px;
}

.media .media-items .media-item .media-label {
	font-weight: 600;
	font-size: 12px;
	color: #34395e;
	letter-spacing: .5px;
}

.media .media-items .media-item .media-value {
	font-weight: 700;
	font-size: 18px;
}

/* 3.14 Breadcrumb */
.breadcrumb {
	background-color: #f9f9f9;
}

.breadcrumb .breadcrumb-item {
	line-height: 1;
}

.breadcrumb .breadcrumb-item i {
	margin-right: 5px;
}

/* 3.15 Accordion */
.accordion {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.accordion .accordion-header,
.accordion .accordion-body {
	padding: 10px 15px;
}

.accordion .accordion-header {
	background-color: #f9f9f9;
	border-radius: 3px;
	cursor: pointer;
	transition: all .5s;
}

.accordion .accordion-header h4 {
	line-height: 1;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
}

.accordion .accordion-header:hover {
	background-color: #f2f2f2;
}

.accordion .accordion-header[aria-expanded="true"] {
	box-shadow: 0 2px 6px #acb5f6;
	background-color: #0C4A6E;
	color: #fff;
}

.accordion .accordion-body {
	line-height: 24px;
}

/* 3.16 Popover */
.popover {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	border-color: transparent;
}

.popover .manual-arrow {
	position: absolute;
	bottom: -15px;
	font-size: 26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
	border-left-color: #f2f2f2;
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
	border-bottom-color: #f2f2f2;
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
	border-top-color: #f2f2f2;
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
	border-right-color: #f2f2f2;
}

.popover .popover-header {
	background-color: transparent;
	border: none;
	padding-bottom: 0;
	padding-top: 10px;
}

.popover .popover-body {
	padding: 15px;
	line-height: 24px;
}

/* 3.17 Grid */
.sm-gutters {
	margin-left: -5px;
	margin-right: -5px;
}

.sm-gutters>.col,
.sm-gutters>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

/* 3.18 Navbar */
.navbar {
	height: 70px;
	left: 250px;
	right: 5px;
	position: absolute;
	z-index: 890;
	background-color: transparent;
}

.navbar.active {
	background-color: #0C4A6E;
	box-shadow: rgba(103, 119, 239, 0.2) rgba(0, 0, 0, 0.03);
}

.navbar-bg {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 115px;
	background-color: #0C4A6E;
	z-index: -1;
}

.navbar {
	align-items: center;
}

.navbar .navbar-brand {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}

.navbar .form-inline .form-control {
	background-color: #fff;
	border-color: transparent;
	padding-left: 20px;
	padding-right: 0;
	margin-right: -6px;
	min-height: 46px;
	font-weight: 500;
	border-radius: 3px 0 0 3px;
	transition: all 1s;
}

.navbar .form-inline .form-control:focus,
.navbar .form-inline .form-control:focus+.btn {
	position: relative;
	z-index: 9001;
}

.navbar .form-inline .form-control:focus+.btn+.search-backdrop {
	opacity: .6;
	visibility: visible;
}

.navbar .form-inline .form-control:focus+.btn+.search-backdrop+.search-result {
	opacity: 1;
	visibility: visible;
	top: 80px;
}

.navbar .form-inline .btn {
	border-radius: 0 3px 3px 0;
	background-color: #fff;
	padding: 9px 15px 9px 15px;
	border-color: transparent;
}

.navbar .form-inline .search-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.navbar .form-inline .search-result {
	position: absolute;
	z-index: 9002;
	top: 100px;
	background-color: #fff;
	border-radius: 3px;
	width: 450px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.navbar .form-inline .search-result:before {
	position: absolute;
	top: -26px;
	left: 34px;
	content: '\f0d8';
	font-weight: 600;
	font-family: 'Font Awesome 5 Free';
	color: #fff;
	font-size: 30px;
}

.navbar .form-inline .search-result .search-header {
	padding: 13px 18px 2px 18px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 600;
	font-size: 10px;
	color: #bcc1c6;
}

.navbar .form-inline .search-result .search-item {
	display: flex;
}

.navbar .form-inline .search-result .search-item a {
	display: block;
	padding: 13px 18px;
	text-decoration: none;
	color: #34395e;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.navbar .form-inline .search-result .search-item a:hover {
	background-color: #fbfbff;
}

.navbar .form-inline .search-result .search-item a:not(.search-close) {
	width: 100%;
}

.navbar .form-inline .search-result .search-item a i {
	margin-left: 0 !important;
}

.navbar .form-inline .search-result .search-item .search-icon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
}

.navbar .active .nav-link {
	color: #fff;
	font-weight: 700;
}

.navbar .navbar-text {
	color: #fff;
}

.navbar .nav-link {
	color: #f2f2f2;
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 100%;
}

.navbar .nav-link.nav-link-lg div {
	margin-top: 3px;
}

.navbar .nav-link.nav-link-lg i {
	margin-left: 0 !important;
	font-size: 18px;
	line-height: 32px;
}

.navbar .nav-link.nav-link-user {
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 600;
}

.navbar .nav-link.nav-link-user img {
	width: 30px;
}

.navbar .nav-link.nav-link-img {
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 50%;
	overflow: hidden;
}

.navbar .nav-link.nav-link-img .flag-icon {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	border-radius: 50%;
	line-height: 18px;
	height: 22px;
	width: 22px;
	background-size: cover;
}

.remove-caret:after {
	display: none;
}

.navbar .nav-link:hover {
	color: #fff;
}

.navbar .nav-link.disabled {
	color: #fff;
	opacity: .6;
}

.nav-collapse {
	display: flex;
}

@media (max-width: 575.98px) {
	body.search-show .navbar .form-inline .search-element {
		display: block;
	}

	.navbar .form-inline .search-element {
		position: absolute;
		top: 10px;
		left: 10px;
		right: 10px;
		z-index: 892;
		display: none;
	}

	.navbar .form-inline .search-element .form-control {
		float: left;
		border-radius: 3px 0 0 3px;
		width: calc(100% - 43px) !important;
	}

	.navbar .form-inline .search-element .btn {
		margin-top: 1px;
		border-radius: 0 3px 3px 0;
	}

	.navbar .form-inline .search-result {
		width: 100%;
	}

	.navbar .form-inline .search-backdrop {
		display: none;
	}

	.navbar .nav-link.nav-link-lg div {
		display: none;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.navbar .form-inline .search-element {
		display: block;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.collapse {
		position: relative;
	}

	.collapse .navbar-nav {
		position: absolute;
	}
}

@media (max-width: 1024px) {
	.nav-collapse {
		position: relative;
	}

	.nav-collapse .navbar-nav {
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
		position: absolute;
		top: 40px;
		left: 0;
		width: 200px;
		display: none;
	}

	.nav-collapse .navbar-nav.show {
		display: block;
	}

	.nav-collapse .navbar-nav .nav-item:first-child {
		border-radius: 3px 3px 0 0;
	}

	.nav-collapse .navbar-nav .nav-item:last-child {
		border-radius: 0 0 3px 3px;
	}

	.nav-collapse .navbar-nav .nav-item .nav-link {
		background-color: #fff;
		color: #6c757d;
	}

	.nav-collapse .navbar-nav .nav-item .nav-link:hover {
		background-color: #fcfcfd;
		color: #0C4A6E;
	}

	.nav-collapse .navbar-nav .nav-item:focus>a,
	.nav-collapse .navbar-nav .nav-item.active>a {
		background-color: #0C4A6E;
		color: #fff;
	}

	.navbar {
		left: 5px;
		right: 0;
	}

	.navbar .dropdown-menu {
		position: absolute;
	}

	.navbar .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
		right: 0;
		left: auto;
	}
}

/* 3.19 Dropdown */
.dropdown-item.has-icon i {
	margin-top: -1px;
	font-size: 13px;
}

.dropdown-menu {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
	border: none;
	width: 200px;
}

.dropdown-menu.show {
	display: block !important;
}

.dropdown-menu a {
	font-size: 13px;
}

.dropdown-menu .dropdown-title {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: #191d21 !important;
	padding: 10px 20px;
	line-height: 20px;
	color: #98a6ad;
}

.dropdown-menu.dropdown-menu-sm a {
	font-size: 14px;
	letter-spacing: normal;
	padding: 10px 20px;
	color: #6c757d;
}

a.dropdown-item {
	padding: 10px 20px;
	font-weight: 500;
	line-height: 1.2;
}

a.dropdown-item:focus,
a.dropdown-item:active,
a.dropdown-item.active {
	background-color: #0C4A6E;
	color: #fff !important;
}

.dropdown-divider {
	border-top-color: #f9f9f9;
}

.dropdown-list {
	width: 350px;
	padding: 0;
}

.dropdown-list .dropdown-item {
	display: inline-block;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 13px;
	border-bottom: 1px solid #f9f9f9;
}

.dropdown-list .dropdown-item.dropdown-item-header:hover {
	background-color: transparent;
}

.dropdown-list .dropdown-item .time {
	margin-top: 10px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: .5px;
}

.dropdown-list .dropdown-item .dropdown-item-avatar {
	float: left;
	width: 40px;
	text-align: right;
	position: relative;
}

.dropdown-list .dropdown-item .dropdown-item-avatar img {
	width: 100%;
}

.dropdown-list .dropdown-item .dropdown-item-avatar .is-online {
	position: absolute;
	bottom: 0;
	right: 0;
}

.dropdown-list .dropdown-item .dropdown-item-desc {
	line-height: 24px;
	white-space: normal;
	color: #34395e;
	margin-left: 60px;
}

.dropdown-list .dropdown-item .dropdown-item-desc b {
	font-weight: 600;
	color: #666;
}

.dropdown-list .dropdown-item .dropdown-item-desc p {
	margin-bottom: 0;
}

.dropdown-list .dropdown-item:focus {
	background-color: #0C4A6E;
}

.dropdown-list .dropdown-item:focus .dropdown-item-desc {
	color: #fff !important;
}

.dropdown-list .dropdown-item:focus .dropdown-item-desc b {
	color: #fff !important;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc {
	color: #6c757d;
}

.dropdown-list .dropdown-item.dropdown-item-unread:active .dropdown-item-desc b {
	color: #6c757d;
}

.dropdown-list .dropdown-item:active .dropdown-item-desc {
	color: #fff;
}

.dropdown-list .dropdown-item:active .dropdown-item-desc b {
	color: #fff;
}

.dropdown-list .dropdown-item.dropdown-item-unread {
	background-color: #fbfbfb;
	border-bottom-color: #f2f2f2;
}

.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc {
	color: #6c757d !important;
}

.dropdown-list .dropdown-item.dropdown-item-unread:focus .dropdown-item-desc b {
	color: #6c757d !important;
}

.dropdown-list .dropdown-footer,
.dropdown-list .dropdown-header {
	letter-spacing: .5px;
	font-weight: 600;
	padding: 15px;
}

.dropdown-list .dropdown-footer a,
.dropdown-list .dropdown-header a {
	font-weight: 600;
}

.dropdown-list .dropdown-list-content {
	height: 350px;
	overflow: hidden;
}

.dropdown-list .dropdown-list-content:not(.is-end):after {
	content: ' ';
	position: absolute;
	bottom: 46px;
	left: 0;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
	height: 60px;
}

.dropdown-list .dropdown-list-icons .dropdown-item {
	display: flex;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
	flex-shrink: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon i {
	margin: 0;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {
	margin-left: 15px;
	line-height: 20px;
}

.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
	margin-top: 5px;
}

.dropdown-flag .dropdown-item {
	font-weight: 600;
}

.dropdown-flag .dropdown-item .flag-icon {
	width: 20px;
	height: 13px;
	margin-right: 7px;
	margin-top: -6px;
}

.dropdown-flag .dropdown-item.active {
	background-color: #0C4A6E;
	color: #fff;
}

@media (max-width: 575.98px) {
	.dropdown-list-toggle {
		position: static;
	}

	.dropdown-list-toggle .dropdown-list {
		left: 10px !important;
		width: calc(100% - 20px);
	}
}

/* 3.20 Dropdown */
.tab-content.no-padding>.tab-pane {
	padding: 0;
}

.tab-content>.tab-pane {
	line-height: 28px;
}

/* 3.21 Progress Bar */
.progress-bar {
	background-color: #0C4A6E;
}

/* 3.22 Jumbotron */
.jumbotron {
	background-color: #e3eaef;
}

/* 3.23 Carousel */
.carousel .carousel-caption p {
	font-size: 13px;
	line-height: 24px;
}

/* 4. Theme Style */
/* 4.1 Misc */
/* nunito-regular - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/nunito-v9-latin-regular.eot");
	/* IE9 Compat Modes */
	src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/nunito-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-regular.woff2") format("woff2"), url("../fonts/nunito-v9-latin-regular.woff") format("woff"), url("../fonts/nunito-v9-latin-regular.ttf") format("truetype"), url("../fonts/nunito-v9-latin-regular.svg#Nunito") format("svg");
	/* Legacy iOS */
}

/* nunito-600 - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/nunito-v9-latin-600.eot");
	/* IE9 Compat Modes */
	src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url("../fonts/nunito-v9-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-600.woff2") format("woff2"), url("../fonts/nunito-v9-latin-600.woff") format("woff"), url("../fonts/nunito-v9-latin-600.ttf") format("truetype"), url("../fonts/nunito-v9-latin-600.svg#Nunito") format("svg");
	/* Legacy iOS */
}

/* nunito-700 - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/nunito-v9-latin-700.eot");
	/* IE9 Compat Modes */
	src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/nunito-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-700.woff2") format("woff2"), url("../fonts/nunito-v9-latin-700.woff") format("woff"), url("../fonts/nunito-v9-latin-700.ttf") format("truetype"), url("../fonts/nunito-v9-latin-700.svg#Nunito") format("svg");
	/* Legacy iOS */
}

/* nunito-800 - latin */
@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/nunito-v9-latin-800.eot");
	/* IE9 Compat Modes */
	src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url("../fonts/nunito-v9-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-800.woff2") format("woff2"), url("../fonts/nunito-v9-latin-800.woff") format("woff"), url("../fonts/nunito-v9-latin-800.ttf") format("truetype"), url("../fonts/nunito-v9-latin-800.svg#Nunito") format("svg");
	/* Legacy iOS */
}


body {
	background-color: #f1f2f6;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Nunito', 'Segoe UI', arial;
	color: #6c757d;
}

a.bb {
	text-decoration: none;
	border-bottom: 1px solid #0C4A6E;
	padding-bottom: 1px;
}

.form-divider {
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	font-size: 16px;
	font-weight: 600;
}

.ui-sortable-handle,
.sort-handler {
	cursor: move;
}

.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;
}

.bullet,
.slash {
	display: inline;
	margin: 0 4px;
}

.bullet:after {
	content: '\2022';
}

.slash:after {
	content: '/';
}

.login-brand {
	margin: 20px 0;
	margin-bottom: 40px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #666;
	text-align: center;
}

.font-weight-600 {
	font-weight: 600 !important;
}

.budget-price {
	display: inline-block;
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 3px;
}

.budget-price .budget-price-square {
	width: 15px;
	height: 3px;
	background-color: #f9f9f9;
}

.budget-price .budget-price-label {
	font-size: 12px;
	font-weight: 600;
	margin-left: 5px;
}

.gradient-bottom {
	position: relative;
}

.gradient-bottom:after {
	content: ' ';
	position: absolute;
	bottom: 41px;
	left: 0;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
	height: 60px;
}

.text-small {
	font-size: 12px;
	line-height: 20px;
}

.text-title {
	font-size: 14px;
	color: #34395e;
	font-weight: 600;
}

.img-shadow {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
}

.colors {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.colors .color {
	border-radius: 3px;
	width: calc((100% / 4) - 10px);
	padding: 10px;
	height: 60px;
	line-height: 40px;
	text-align: center;
	margin: 5px;
}

blockquote {
	padding: 20px;
	padding-left: 40px;
	font-style: oblique;
	background-color: #f9f9f9;
	border-radius: 3px;
	position: relative;
	font-family: 'Time new Romans';
	font-size: 16px;
	letter-spacing: .3px;
}

blockquote:before {
	content: '"';
	font-size: 30px;
	position: absolute;
	top: 10px;
	left: 20px;
	opacity: .2;
}

blockquote .blockquote-footer {
	margin-top: 10px;
}

.bg-whitesmoke {
	background-color: #f7f9f9 !important;
}

.bg-ash {
	background-color: #f1f2f6 !important;
}

.text-darku {
	color: #2f2d52;
}

.ion {
	font-size: 15px;
}

.fas,
.far,
.fab,
.fal {
	font-size: 13px;
}

#visitorMap {
	height: 210px;
}

.sidebar-gone-show {
	display: none !important;
}

pre {
	border-radius: 3px;
}

.circle-step {
	display: flex;
	margin-bottom: 10px;
}

.circle-step .circle-content {
	margin-top: 3px;
	margin-left: 13px;
}

.circle-step .circle {
	border-width: 2px;
	border-style: solid;
	border-radius: 50%;
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	font-size: 11px;
	text-align: center;
}

.circle-step .circle.circle-primary {
	border-color: #0C4A6E;
	color: #0C4A6E;
}

.pe-none {
	pointer-events: none;
}

.contact-map {
	width: 100%;
	height: 100%;
	min-height: 400px;
}

#visitorMap2,
#visitorMap3 {
	height: 350px;
}

.shadow-primary {
	box-shadow: 0 2px 6px #acb5f6;
}

.shadow-secondary {
	box-shadow: 0 2px 6px #e1e5e8;
}

.shadow-success {
	box-shadow: 0 2px 6px #a8f5b4;
}

.shadow-warning {
	box-shadow: 0 2px 6px #ffc473;
}

.shadow-danger {
	box-shadow: 0 2px 6px #fd9b96;
}

.shadow-info {
	box-shadow: 0 2px 6px #82d3f8;
}

.shadow-light {
	box-shadow: 0 2px 6px #e6ecf1;
}

.shadow-dark {
	box-shadow: 0 2px 6px #728394;
}

.is-online {
	width: 10px;
	height: 10px;
	background-color: #63ed7a;
	border-radius: 50%;
	display: inline-block;
}

.gutters-xs {
	margin-right: -0.25rem;
	margin-left: -0.25rem;
}

.gutters-xs>.col,
.gutters-xs>[class*="col-"] {
	padding-right: 0.25rem;
	padding-left: 0.25rem;
}

.beep {
	position: relative;
}

.beep:after {
	content: '';
	position: absolute;
	top: 2px;
	right: 8px;
	width: 7px;
	height: 7px;
	background-color: #ffa426;
	border-radius: 50%;
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	opacity: 1;
}

.beep.beep-sidebar:after {
	position: static;
	margin-left: 10px;
}

@media (max-width: 575.98px) {
	.fc-overflow {
		width: 100%;
		overflow: auto;
	}

	.fc-overflow #myEvent {
		width: 800px;
	}

	.ionicons li {
		width: calc(100% / 4);
	}

	.icon-wrap {
		width: 100%;
	}
}

/* 4.2 Section */
.section {
	position: relative;
	z-index: 1;
}

.section>*:first-child {
	margin-top: -7px;
}

.section .section-header {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	background-color: #fff;
	border-radius: 3px;
	border: none;
	position: relative;
	margin-bottom: 30px;
	padding: 20px;
	display: flex;
	align-items: center;
}

.section .section-header h1 {
	margin-bottom: 0;
	font-weight: 700;
	display: inline-block;
	font-size: 24px;
	margin-top: 3px;
	color: #34395e;
}

.section .section-header .section-header-back {
	margin-right: 15px;
}

.section .section-header .section-header-back .btn:hover {
	background-color: #0C4A6E;
	color: #fff;
}

.section .section-header .section-header-button {
	margin-left: 20px;
}

.section .section-header .section-header-breadcrumb {
	margin-left: auto;
	display: flex;
	align-items: center;
}

.section .section-header .section-header-breadcrumb .breadcrumb-item {
	font-size: 12px;
}

.section .section-header .btn {
	font-size: 12px;
}

.section .section-title {
	font-size: 18px;
	color: #191d21;
	font-weight: 600;
	position: relative;
	margin: 30px 0 25px 0;
}

.section .section-title:before {
	content: ' ';
	border-radius: 5px;
	height: 8px;
	width: 30px;
	background-color: #0C4A6E;
	display: inline-block;
	float: left;
	margin-top: 6px;
	margin-right: 15px;
}

.section .section-title+.section-lead {
	margin-top: -20px;
}

.section .section-lead {
	margin-left: 45px;
}

.main-wrapper-1 .section .section-header {
	margin-left: -30px;
	margin-right: -30px;
	margin-top: -10px;
	border-radius: 0;
	border-top: 1px solid #f9f9f9;
	padding-left: 35px;
	padding-right: 35px;
}

@media (max-width: 575.98px) {
	.section .section-title {
		font-size: 14px;
	}

	.section .section-header {
		flex-wrap: wrap;
		margin-bottom: 20px !important;
	}

	.section .section-header h1 {
		font-size: 18px;
	}

	.section .section-header .float-right {
		display: inline-block;
		width: 100%;
		margin-top: 15px;
	}

	.section .section-header .section-header-breadcrumb {
		flex-basis: 100%;
		margin-top: 10px;
	}
}

/* 4.3 Page */
.page-error {
	height: 100%;
	width: 100%;
	padding-top: 60px;
	text-align: center;
	display: table;
}

.page-error .page-inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.page-error h1 {
	font-size: 10em;
	font-weight: 700;
}

.page-error .page-description {
	font-size: 18px;
	font-weight: 400;
	color: #34395e;
}

.page-error .page-search {
	margin: 40px auto;
	max-width: 100%;
	width: 350px;
}

.page-error .page-search .form-control {
	border-radius: 30px;
}

.page-error .page-search .btn {
	border-radius: 30px;
	margin-left: 10px;
}

@media (max-width: 575.98px) {
	.page-error .page-search {
		width: 100%;
	}
}

/* 4.4 Layout */
.main-sidebar {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	position: fixed;
	top: 0;
	height: 100%;
	width: 250px;
	background-color: #fff;
	z-index: 880;
	left: 0;
}

.main-sidebar,
.navbar,
.main-content,
.main-footer {
	transition: all .5s;
}

body.sidebar-gone .main-sidebar {
	left: -250px;
}

body.sidebar-mini .hide-sidebar-mini {
	display: none !important;
}

body.sidebar-mini .main-sidebar {
	width: 65px;
	overflow: initial !important;
	position: absolute;
	box-shadow: none;
}

body.sidebar-mini .main-sidebar:after {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	content: ' ';
	position: fixed;
	background-color: #fff;
	width: 65px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	animation-name: mini-sidebar;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

@keyframes mini-sidebar {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

body.sidebar-mini .main-sidebar .sidebar-brand {
	display: none;
}

body.sidebar-mini .main-sidebar .sidebar-brand-sm {
	display: block;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li {
	padding: 10px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li.menu-header {
	padding: 0;
	font-size: 0;
	height: 2px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a {
	border-radius: 3px;
	height: 45px;
	padding: 0;
	justify-content: center;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a .ion,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .fas,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .far,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .fab,
body.sidebar-mini .main-sidebar .sidebar-menu>li>a .fal {
	margin: 0;
	font-size: 20px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a span {
	display: none;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a .badge {
	padding: 5px;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 10px;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li>a.has-dropdown:after {
	content: initial;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li.active>a {
	box-shadow: 0 4px 8px #acb5f6;
	background-color: #0C4A6E;
	color: #fff;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu {
	position: absolute;
	background-color: #fff;
	left: 65px;
	top: 10px;
	width: 200px;
	display: none;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li>a:focus,
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a,
body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li.active>a:hover {
	color: #fff;
	background-color: #0C4A6E !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a {
	height: 40px;
	padding: 0 20px;
	background-color: #fff;
}

body.sidebar-mini .main-sidebar .sidebar-menu>li ul.dropdown-menu li a.has-dropdown:after {
	content: "";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 12px;
}

body.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu {
	display: block !important;
}

body.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu li:hover>a {
	background-color: #fcfcfd;
}

body.sidebar-mini .main-sidebar .sidebar-menu li:hover>ul.dropdown-menu li .dropdown-menu {
	left: 200px;
	padding: 0;
}

body.sidebar-mini .navbar {
	left: 65px;
}

body.layout-2 .navbar-bg {
	z-index: 889;
	height: 70px;
}

body.layout-2 .navbar {
	left: 0;
	z-index: 890;
}

body.layout-2 .main-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 0 50px;
}

body.layout-2 .main-sidebar,
body.layout-2 .main-content,
body.layout-2 .main-footer {
	flex-shrink: 0;
	flex-grow: 0;
}

body.layout-2 .main-sidebar {
	background-color: transparent;
	box-shadow: none;
	position: static;
	margin-top: 100px;
	width: 200px;
}

body.layout-2 .main-sidebar .sidebar-menu li.menu-header {
	padding: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a {
	padding: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a i {
	width: 10px;
}

body.layout-2 .main-sidebar .sidebar-menu li a.has-dropdown:after {
	right: 0;
}

body.layout-2 .main-sidebar .sidebar-menu li a:hover {
	color: #0C4A6E;
	background-color: transparent;
}

body.layout-2 .main-sidebar .sidebar-menu li ul.dropdown-menu li a {
	padding-left: 34px;
}

body.layout-2 .main-content {
	padding-top: 107px;
	padding-left: 30px;
	padding-right: 0;
	width: calc(100% - 200px);
}

body.layout-2 .main-footer {
	margin-left: 230px;
	width: calc(100% - 230px);
	padding-left: 0;
	padding-right: 0;
}

body.layout-3 .navbar {
	left: 0;
	right: 0;
}

body.layout-3 .navbar.navbar-secondary {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	background-color: #fff;
	top: 70px;
	padding: 0;
	z-index: 889;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item.active>.nav-link {
	color: #0C4A6E;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item.active>.nav-link:before {
	left: 35px;
	right: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item:first-child .nav-link {
	margin-left: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item:last-child .nav-link {
	margin-right: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link {
	color: #868e96;
	font-size: 13px;
	letter-spacing: .3px;
	height: 70px;
	padding: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link.has-dropdown {
	margin-right: 35px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link.has-dropdown:after {
	content: "";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 12px;
	right: -20px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link:before {
	content: ' ';
	position: absolute;
	left: initial;
	right: initial;
	bottom: 0;
	height: 2px;
	background-color: #0C4A6E;
	transition: all .5s;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link span {
	line-height: 74px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link i {
	width: 30px;
	font-size: 16px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item>.nav-link:hover {
	color: #191d21 !important;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu {
	padding: 0;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link {
	color: #6c757d;
	font-weight: 600;
	letter-spacing: .3px;
	padding: 7px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link.has-dropdown:after {
	content: "";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 12px;
	right: 15px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item:hover>.nav-link {
	background-color: #fcfcfd;
	color: #191d21;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item:hover>.dropdown-menu {
	display: block !important;
	top: -5px;
	left: 200px;
}

body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item.active>.nav-link,
body.layout-3 .navbar.navbar-secondary .navbar-nav>.nav-item .dropdown-menu .nav-item .nav-link:focus {
	background-color: #0C4A6E;
	color: #fff;
}

body.layout-3 .main-content {
	padding-left: 0;
	padding-right: 0;
	padding-top: 170px;
}

body.layout-3 .main-footer {
	padding-left: 0;
	padding-right: 0;
}

.main-sidebar .sidebar-brand {
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
}

.main-sidebar .sidebar-brand.sidebar-brand-sm {
	display: none;
}

.main-sidebar .sidebar-brand a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	color: #000;
}

.main-sidebar .sidebar-user {
	display: inline-block;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
}

.main-sidebar .sidebar-user .sidebar-user-picture {
	float: left;
	margin-right: 10px;
}

.main-sidebar .sidebar-user .sidebar-user-picture img {
	width: 50px;
	border-radius: 50%;
}

.main-sidebar .sidebar-menu {
	padding: 0;
	margin: 0;
}

.main-sidebar .sidebar-menu li {
	display: block;
}

.main-sidebar .sidebar-menu li.menu-header {
	padding: 3px 15px;
	color: #bcc1c6;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	font-weight: 600;
}

.main-sidebar .sidebar-menu li.menu-header:not(:first-child) {
	margin-top: 10px;
}

.main-sidebar .sidebar-menu li a {
	position: relative;
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 20px;
	width: 100%;
	letter-spacing: .3px;
	color: #868e96;
	text-decoration: none;
}

.main-sidebar .sidebar-menu li a .badge {
	float: right;
	padding: 5px 10px;
	margin-top: 2px;
}

.main-sidebar .sidebar-menu li a i {
	width: 28px;
	margin-right: 20px;
	text-align: center;
}

.main-sidebar .sidebar-menu li a span {
	margin-top: 3px;
	width: 100%;
	font-size: .875rem;
	font-weight: 500;
	color: rgba(0, 0, 0, .6);
}

.main-sidebar .sidebar-menu li a:hover {
	background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li.active a {
	color: #0C4A6E;
	font-weight: 600;
	background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li.active ul.dropdown-menu {
	background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li a.has-dropdown:after {
	content: "";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 12px;
}

.main-sidebar .sidebar-menu li.active>ul.dropdown-menu {
	display: block;
}

.main-sidebar .sidebar-menu li.active>ul.dropdown-menu li a:hover {
	background-color: #fcfcfd;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu {
	padding: 0;
	margin: 0;
	display: none;
	position: static;
	float: none;
	width: 100%;
	box-shadow: none;
	background-color: transparent;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
	color: #868e96;
	height: 35px;
	padding-left: 65px;
	font-weight: 400;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover {
	color: #0C4A6E;
	background-color: inherit;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li.active>a {
	color: #0C4A6E;
	font-weight: 600;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
	margin-top: 1px;
	text-align: center;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li ul.dropdown-menu {
	padding-left: 10px;
}

.main-content {
	padding-left: 280px;
	padding-right: 30px;
	padding-top: 80px;
	width: 100%;
	position: relative;
}

.main-footer {
	padding: 20px 30px 20px 280px;
	margin-top: 40px;
	color: #98a6ad;
	border-top: 1px solid #e3eaef;
	display: inline-block;
	width: 100%;
}

.main-footer .footer-left {
	float: left;
}

.main-footer .footer-right {
	float: right;
}

.simple-footer {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active a {
	background-color: #0C4A6E;
	color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a {
	color: #e8ebfd;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li a:hover {
	background-color: #0C4A6E;
	color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-1 .sidebar-menu li.active ul.dropdown-menu li.active a {
	color: #fff;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a {
	padding-left: 16px;
	background-color: transparent;
	position: relative;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu>li.active>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 25px;
	width: 4px;
	background-color: #0C4A6E;
}

body:not(.sidebar-mini) .sidebar-style-2 .sidebar-menu li.active ul.dropdown-menu li a {
	padding-left: 61px;
	background-color: #fff;
}

@media (max-width: 1024px) {
	.sidebar-gone-hide {
		display: none !important;
	}

	.sidebar-gone-show {
		display: block !important;
	}

	.main-sidebar {
		position: fixed !important;
		margin-top: 0 !important;
		z-index: 891;
	}

	body.layout-2 .main-wrapper,
	body.layout-3 .main-wrapper {
		width: 100%;
		padding: 0;
		display: block;
	}

	.main-content {
		padding-left: 30px;
		padding-right: 30px;
		width: 100% !important;
	}

	.main-footer {
		padding-left: 30px;
	}

	body.search-show {
		overflow: hidden;
	}

	body.search-show .navbar {
		z-index: 892;
	}

	body.sidebar-show {
		overflow: hidden;
	}

	body.search-show:before,
	body.sidebar-show:before {
		content: '';
		position: fixed;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0;
		z-index: 891;
		-webkit-animation-name: fadeinbackdrop;
		animation-name: fadeinbackdrop;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	@-webkit-keyframes fadeinbackdrop {
		to {
			opacity: .6;
		}
	}

	@keyframes fadeinbackdrop {
		to {
			opacity: .6;
		}
	}
}

/* 4.5 Animation */
.pulsate {
	animation: pulsate 1s ease-out;
	animation-iteration-count: infinite;
	opacity: 1;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1.0;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}

/*# sourceMappingURL=style.css.map */


/* ------------------------------------------------------------------------------------------------------------ */
/* --- Extra added by me --- */
/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------ */
/* --- For User Dashboard --- */
/* ------------------------------------------------------------------------------------------ */
.logout-body {
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
}

.dashboard-logo {
	width: 60%;
}

.dashboard-logo {
	width: 30%;
}

.dashboard-logo-sm {
	width: 50%;
}

/*----------------- user-dashboard currency img ------------------*/
.img-div {
	position: relative
}

.img-profile {
	max-width: 28px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/*----------------- user-dashboard add fund list search currency dropdown ------------------*/
.search-currency-dropdown .form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
	height: calc(2.00rem + 0px);
}

.search-currency-dropdown select.form-control:not([size]):not([multiple]),
.form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 14px;
	padding: 4px 15px;
	height: 31px;
}

/*-----------page alert text -------------*/
.page-alert-text {
	color: gray;
	font-size: 16px;
}

/*-----------Payment method  -------------*/
.payment-method-input .form-check-inline .form-check-input {
	display: none;
}

.payment-method-input input:checked~.form-check-label>img {
	filter: opacity(100%);
	box-shadow: 0 0 0 2px #0C4A6E;
}

.payment-method-input img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	filter: opacity(20%);
	border: 2px solid white;
}

/*----------- Add money payment-method image scrollable -------------*/
.row.payment-method-input {
	overflow-y: scroll;
	max-height: 315px;
}

.row.payment-method-input::-webkit-scrollbar {
	width: 5px;
	background-color: #dadada;
}

.row.payment-method-input::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px #0000004d;
	background-color: #0C4A6E;
}

.payment-method-input .form-check-inline .form-check-input {
	display: none;
}

.payment-method-input img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	filter: opacity(20%);
	border: 2px solid white;
}

.payment-method-input input:checked~.form-check-label>img {
	filter: opacity(100%);
	box-shadow: 0 0 0 2px #0C4A6E;
}

/*------ submit button in payment -----------*/
.btn-security {
	height: 40px;
	padding: 0.75rem 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
}

/*------  -----------*/
.card-js input.card-number,
.card-js input.cvc,
.card-js input.name {
	padding-left: 38px !important;
	width: 100%;
}

.card-js input.card-number {
	padding-right: 48px;
}

/*------ form lebel -----------*/
.main-content .card-body form label {
	font-size: 14px;
	color: gray;
}

.details-icon {
	margin-left: 6px;
	font-size: 15px;
}

/*------ confirm page -----------*/
.main-content .card-body ul li span {
	font-size: 16px;
	color: gray;
}

/*------------ Start Toast Notification CSS ---------------*/
#Notiflix-Icon-Success,
#Notiflix-Icon-Failure,
#Notiflix-Icon-Warning,
#Notiflix-Icon-Info {
	fill: #fff !important;
}

#NotiflixNotifyWrap .the-message {
	color: #fff !important;
}

/*------------ card header bottom color ---------------*/
.card .card-header {
	border-bottom-color: #e4e4e4;
}

/*------------ Modal header & bottom color ---------------*/
.modal-header {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}

.modal-footer {
	border-top: 1px solid #e4e4e4;
	border-radius: 0 0 3px 3px;
}

/*------------ Dispute muted-icon ---------------*/
.muted-icon-size {
	font-size: 35px;
}

/*-------------- Payout -----------------------*/
.payout .form-check-input {
	display: none;
}

.payout input:checked~.form-check-label {
	opacity: 1;
	border-color: #0C4A6E;
}

.payout label.form-check-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	opacity: 0.6;
	border: 2px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	transition: all .2s ease;
}

.payout label.form-check-label img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	overflow: hidden;
	padding: 2px;
}

.payout input:checked~.form-check-label>span {
	color: #000000;
	font-weight: 700;
}

/*--------- Security PIN input field box ----------*/
.security-block>input,
.security-block>input:hover,
.security-block>input:focus {
	padding: 0.75rem 1.25rem;
	height: 52px !important;
	color: #6e707e;
	font-size: 1rem;
	font-weight: 400;
	border: 2px solid #febb05;
}

/*--------- Profile Referral link copy button ----------*/
.input-group-append .btn:hover {
	-webkit-box-shadow: 0 0.125rem 0.3rem 0 rgba(205, 205, 205, 0.4) !important;
	box-shadow: 0 0.125rem 0.3rem 0 rgba(155, 155, 155, 0.4) !important;
}

/*--------- User Profile update currency image ----------*/
.image-profile {
	max-width: 25px;
}

/*--------- User Profile image ----------*/
.custom--media img {
	width: 100%;
	max-width: 300px;
	margin-bottom: 15px;
}

.img-profile-view {
	max-width: 300px;
}

/*--------- website select text color ----------*/
::-moz-selection {
	/* Code for Firefox */
	color: white;
	background: blue;
}

::selection {
	color: white;
	background: blue;
}

/*--------- for user update phone number with country code ----------*/
.parent-form-control {
	border: 1px solid #d1d3e2;
	border-radius: 0.2rem;
}

.parent-form-control:focus {
	border: 1px solid #0C4A6E;
	outline: 0;
}

#container-wrapper .phone-code-picker span {
	box-shadow: none !important;
	outline: 0 !important;
}

#container-wrapper .phone-code-picker span:focus {
	border: none;
	background-color: transparent;
	box-shadow: none;
	outline: 0 !important;
}

#container-wrapper .phone-code-picker .select2 {
	color: #6e707e;
	line-height: 31px;
	border: 0;
	border-right: 0;
	border-radius: 0.2rem 0 0 0.2rem;
	background-color: transparent;
	box-shadow: none;
}

#container-wrapper .phone-code-picker .select2:focus {
	border-right: 0 !important;
	border-color: #0C4A6E;
}

#container-wrapper .phone-code-picker .select2-selection {
	box-shadow: none !important;
	border: none !important;
}

#container-wrapper .phone-code-picker .select2 .select2-selection__rendered {
	background-color: transparent;
	box-shadow: none !important;
}

#container-wrapper .phone-code-picker .select2 .select2-selection__arrow {
	background-color: transparent;
	box-shadow: none !important;
}

#container-wrapper .phone-code-picker .select2-container .select2-selection--single {
	height: 22px;
}

#container-wrapper .phone-code-picker .select2-container--default .select2-selection--single,
#container-wrapper .phone-code-picker .select2-container--default .select2-selection--single:focus {
	border-radius: 0.2rem 0 0 0.2rem;
	border-right: 0;
}

.select2-search__field:focus {
	outline: 0 !important;
}

#container-wrapper .phone-code-picker~.form-control {
	border: 0;
	border-radius: 0 0.2rem 0.2rem 0;
}

.select2-container.select2-container--default.select2-container--open {
	margin-top: 5px;
}

.select2-dropdown.select2-dropdown--below {
	border-radius: 4px !important;
	border-top: 1px solid #aaa !important;
}

/* ---- */
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	max-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	outline: none;
	background-color: #fdfdff;
	border-color: #e4e6fc;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	min-height: 42px;
	line-height: 32px;
	padding-left: 20px;
	padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	width: 0;
}

/*------------- Push Notification Dropdown ------------*/
.dropdown-list .dropdown-header {
	letter-spacing: .5px;
	font-weight: 600;
	padding: 10px;
}

.dropdown-list .dropdown-footer {
	letter-spacing: .5px;
	font-weight: 600;
	padding: 5px;
}

.dropdown-list .dropdown-list-content {
	height: auto;
	max-height: 350px;
	overflow: hidden;
}

.dropdown-list .dropdown-list-content:not(.is-end):after {
	content: ' ';
	position: absolute;
	bottom: 46px;
	left: 0;
	width: 100%;
	background-image: none;
	height: 60px;
}

.no-underline:hover {
	text-decoration: none;
}

.single-border-top {
	border-top: 1px solid rgb(235, 235, 235);
}

.dropdown-list .dropdown-list-content:hover {
	cursor: pointer;
}

.dropdown-list .languageSelect .dropdown-item.dropdown-item-unread {
	background-color: #f2f2f2de;
	border-bottom-color: #f2f2f2;
}


/* ------------------------------------------------------------------------------------------ */
/* --- For Admin Dashboard --- */
/* ------------------------------------------------------------------------------------------ */

/*------------------ for DataTable -----------------*/
.table td,
.table th {
	padding: .75rem;
	vertical-align: middle;
	border-top: 1px solid #f6efef;
	font-size: 14px;
}

.dataTables_wrapper {
	padding: 0 !important;
	font-size: 18px !important;
}

.email-show .form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 6px);
}

/* -------------------- Payout Method Image Profile --------------- */
.img-profile-custom {
	height: 2rem;
	width: 2rem;
	border: 1px solid #fafafa;
	max-width: 60px;
}

/*-------------- dynamic creating field dropdown -------------*/
.email-show .form-control[type="color"],
select.form-control:not([size]):not([multiple]) {
	height: calc(2.00rem + 0px);
	padding: 0px 15px;
}

/*---------------- select2 dropdown line height ---------------*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	/* line-height: 42px !important; */
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px !important;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	outline: none;
	background-color: #fdfdff;
	border-color: #e4e6fc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0px;
	left: 50%;
	margin-left: -4px;
	margin-top: -9px !important;
	position: absolute;
	top: 50%;
	width: 0;
}

/*------------ Currency Exchange Api Config form lebel color-size ------------*/
.form-group .control-label,
.form-group>label {
	font-weight: 600;
	color: gray;
	font-size: 14px;
	letter-spacing: .5px;
}

/*---------------- Control Panel --------------------*/
.settings .card.card-large-icons .card-body {
	padding: 15px 15px;
}

.settings .card.card-large-icons .card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 120px;
	border-radius: 3px 0 0 3px;
}

/*---------- sidebar of control panel ----------------*/
.nav.nav-pills li a:hover {
	text-decoration: none;
}

.user-profile select.form-control-sm {
	border-color: #d8d6d6;
}

/*---------- default badge design change ----------------*/
.badge {
	display: inline-block;
	padding: 4px 10px;
	font-size: 75%;
	text-align: center;
	vertical-align: baseline;
	border-radius: 2px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*------------ tagsinput field in seo ----------------*/
.bootstrap-tagsinput .tag {
	background-color: #0C4A6E;
	border-radius: 3px;
	padding: 1px 10px !important;
}

/*-------------- image preview ------------*/
.image-preview-thumb,
.image-preview {
	background-size: cover;
	background-position: center;
}

/*-------------- Notification Scrollbar --------------*/
.notification-panel {
	max-height: 310px;
	overflow: auto;
	list-style: none;
	padding: 0px 20px 0px;
}

.notification-panel::-webkit-scrollbar {
	width: 2px;
}

.notification-panel::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.notification-panel::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

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

.chat {
	border: none;
}

.text-decoration-none {
	text-decoration: none;
	color: transparent;
}

.text-decoration-none:hover {
	color: transparent;
	text-decoration: none;
}

.text-blue {
	color: #5e72e4 !important
}

a.text-blue:hover,
a.text-blue:focus {
	color: #233dd2 !important
}

.text-indigo {
	color: #5603ad !important
}

a.text-indigo:hover,
a.text-indigo:focus {
	color: #310262 !important
}

.text-purple {
	color: #8965e0 !important
}

a.text-purple:hover,
a.text-purple:focus {
	color: #5a2acf !important
}

.text-pink {
	color: #f3a4b5 !important
}

a.text-pink:hover,
a.text-pink:focus {
	color: #ea607e !important
}

.text-red {
	color: #f5365c !important
}

a.text-red:hover,
a.text-red:focus {
	color: #d40b33 !important
}

.text-orange {
	color: #fb6340 !important
}

a.text-orange:hover,
a.text-orange:focus {
	color: #ea3005 !important
}

.text-yellow {
	color: #ffd600 !important
}

a.text-yellow:hover,
a.text-yellow:focus {
	color: #b39600 !important
}

.text-green {
	color: #2dce89 !important
}

a.text-green:hover,
a.text-green:focus {
	color: #1f8f5f !important
}

.text-teal {
	color: #11cdef !important
}

a.text-teal:hover,
a.text-teal:focus {
	color: #0b90a8 !important
}

.text-cyan {
	color: #2bffc6 !important
}

a.text-cyan:hover,
a.text-cyan:focus {
	color: #00dea2 !important
}

.text-white {
	color: #fff !important
}

a.text-white:hover,
a.text-white:focus {
	color: #d9d9d9 !important
}

.text-gray {
	color: #8898aa !important
}

a.text-gray:hover,
a.text-gray:focus {
	color: #607286 !important
}

.text-gray-dark {
	color: #32325d !important
}

a.text-gray-dark:hover,
a.text-gray-dark:focus {
	color: #17172b !important
}

.text-light {
	color: #ced4da !important
}

a.text-light:hover,
a.text-light:focus {
	color: #a2aeb9 !important
}

.text-lighter {
	color: #e9ecef !important
}

a.text-lighter:hover,
a.text-lighter:focus {
	color: #bdc6cf !important
}


.bd-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid whitesmoke;
	border-left-width: 0.25rem;
	border-radius: 0.25rem;
	background: #fff;
}

.bd-callout-warning {
	border-left-color: #f39c12 !important;
}

.bd-callout-primary {
	border-left-color: #0C4A6E !important;
}

.bd-callout-danger {
	border-left-color: #ff2a27 !important;
}

button.input-group-text.bg-primary.btn.btn-primary.text-white.copy-btn {
	height: 30px;
}

@media screen and (max-width: 991px) {
	table {
		border: 0;
	}

	table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table tr {
		/*border-bottom: none;*/
		display: block;
		margin-bottom: .625em;
	}


	table td {
		border-bottom: none;
		display: block;
		font-size: .8em;
		text-align: right;
	}

	table td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
	}

	table td:last-child {
		border-bottom: 0;
	}

	.table td {
		max-width: 100%;
	}
}

.table tr td.action button {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background: #FFFFFF;
	margin-left: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.preview {
	background: var(--white);
	z-index: 1030;
	height: 100%;
	z-index: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.invoice-page.preview .invoice {
	padding: 0;
}

.invoice {
	font-family: "Poppins", sans-serif;
	background: #f9f9f9;
	padding: 15px;
	font-size: 13px;
	direction: ltr;
}

.invoice .invoice-container {
	margin: 15px auto;
	padding: 30px 50px;
	max-width: 850px;
	background-color: var(--white);
	border-radius: 0px;
}

.invoice .top {
	border-bottom: 1px solid var(--gray2) !important;
}

.background {
	background-color: #dfe4ea !important;
}

.invoice table tr td {
	padding: 20px;
	color: var(--smokeWhite);
	border: none !important;
	text-transform: capitalize;
	margin: 5px !important;
	padding: 15px 20px;
}

.p-6 {
	margin-top: 6px !important;
	padding: 2px 15px !important;
}

.m-268 {
	margin-left: 268px !important;
}

.main-content .kyc_btn {
	margin-right: 100px;
}

.kyc_notify {
	padding: 6px;
	background: #e63946;
	color: var(--white);
	border-radius: 8px;
	font-size: 16px;
}

@media only screen and (max-width: 991px) {
	.main-content .kyc_btn {
		margin-right: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.main-wrapper-1 .section .section-header {
		flex-direction: column;
	}

	/*.main-wrapper-1 .section .section-header:nth-child(all) {*/
	/*	margin: 5px 0;*/
	/*}*/
	.section .section-header .section-header-breadcrumb {
		justify-content: center;
		margin: 0;
	}
}


/*.modal-backdrop, .modal-backdrop.in{*/
/*	display: none!important;*/
/*}*/

.fileinput-new {
	color: #FFFFFF;
}

.fileinput .thumbnail>img {
	max-height: 100%;
}

.w-150px {
	width: 150px;
}

.wh-200-150 {
	width: 200px;
	height: 150px;
}

.w-340px {
	width: 340px !important;
}

.alert {
	margin: 10px 0px;
	padding: 12px;
	border-radius: 5px;

	font-family: 'Open Sans', sans-serif;
	font-size: .9rem;
	font-weight: 300;
	letter-spacing: 1px;
}

.alert-warn {
	color: #9F6000;
	background-color: #FEEFB3;
	border: 1px solid darken(#FEEFB3, 15%);
}

.width-50 {
	width: 50%;
}

.z0 {
	z-index: 0 !important;
}

.image-input {
	position: relative !important;
	width: 100%;
	min-height: 300px;
	background: #f0f8ff;
}

.image-input #image-label,
.image-input #favicon-label,
.image-input #adminLogo-label,
.image-input #meta_image-label,
.image-input #instruction_image-label,
.image-input #form_image-label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 70px 100px;
	z-index: 5;
	opacity: 0.3;
	cursor: pointer;
	background-color: #fff;
	font-size: 25px;
	border: 2px dashed #000;
	margin: auto;
	text-align: center;
}

.image-input .preview-image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 150px;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
summary {
	cursor: pointer;
}

.z9 {
	z-index: 9 !important;
}

.removeFile {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	z-index: 1;
}

.image-preview-thumb,
.image-preview {
	position: absolute;
	opacity: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}

.image-preview {
	width: auto !important;
	max-width: 250px !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.linkActive {
	color: var(--primary) !important;
}

.img-store-custom {
	height: 1rem;
	width: 6rem;
	max-width: 6rem;
}

.virtual-card {
	background: #f1f2f6 !important;
}

.hover-off hover {
	text-decoration: none !important;
}

.decoration__none {
	text-decoration: none !important;
}

.decoration__none:hover {
	text-decoration: none !important;
}

/*card css*/
.bank-card-box {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	color: #696969;
	min-height: 100%;
}

.bank-card-box .top-area {
	display: flex;
	margin-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
}

.bank-card-box .top-area .icon {
	background: #f5f5f5;
	color: #1fadff;
	border-radius: 100px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}

.bank-card-box .top-area .icon i {
	font-size: 20px;
}

.bank-card-box .bottom-area .tag {
	background: #26cc8c;
	color: #ffffff;
	border-radius: 3px;
	padding: 2px 6px;
	font-size: 12px;
}

.bank-card-box {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	color: #696969;
}

.bank-card-box .top-area {
	display: flex;
	margin-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 15px;
	/*justify-content: space-between;*/
}

.bank-card-box .top-area .icon {
	background: #f5f5f5;
	color: #1fadff;
	border-radius: 100px;
	min-width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bank-card-box .top-area .icon i {
	font-size: 20px;
}

.bank-card-box .top-area .text {
	width: calc(100% - 60px);
	padding-left: 15px;
}

.bank-card-box .top-area .text {
	overflow-wrap: anywhere;
}

.bank-card-box .bottom-area .tag {
	background: #26cc8c;
	color: #ffffff;
	border-radius: 3px;
	padding: 2px 6px;
	font-size: 12px;
}

.bank-card-box .bottom-area .balance {
	color: #5603ad;
}

.bank-card-box .sidebar-dropdown-items .dropdown-toggle {
	border: none;
	background: none;
}

.bank-card-box .sidebar-dropdown-items .dropdown-toggle:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}

.bank-card-box .sidebar-dropdown-items .dropdown-menu {
	border-radius: 3px;
	left: auto !important;
	right: 0 !important;
	transform: translate3d(-0px, 23px, 0px) !important;
}

.bank-card-box .sidebar-dropdown-items .dropdown-item {
	color: var(--fontColor);
	font-size: 15px;
}

.bank-card-box .sidebar-dropdown-items .dropdown-item:active {
	color: #ffffff !important;
	text-decoration: none;
	background-color: #1fadff;
}

.bank-card-box .sidebar-dropdown-items .dropdown-item:active i {
	color: #ffffff;
}

.bank-card-box .sidebar-dropdown-items .dropdown-item:hover {
	color: #1fadff;
}

.bank-card-box .sidebar-dropdown-items .dropdown-item i {
	color: #1fadff;
	width: 20px;
	font-size: 15px;
}

.bank-card-box .sidebar-dropdown-items .dropdown-toggle {
	color: #1fadff;
	position: relative;
	padding-left: 10px;
	transition: 0.4s;
}

.bank-card-box .sidebar-dropdown-items .dropdown-toggle:hover {
	color: #26cc8c;
}

.bank-card-box .sidebar-dropdown-items .dropdown-toggle::after {
	display: none;
}

.info {
	cursor: pointer;
}

.params-color {
	background-color: #f3f3f3 !important;
}

.badge-p-custom {
	padding-top: 3px !important;
	padding-bottom: 3px !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
}

.bill-categories {
	margin-bottom: 15px;
}

.bill-categories .col-xl-2.col-lg-3.col-md-4.col-6 {
	padding-right: 5px;
	padding-left: 5px;
}


.bill-categories .tag-item label {
	background: var(--bgLight);
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	color: var(--fontColor);
	border: 1px solid var(--bgLight);
	border-radius: 3px;
	padding: 15px 5px;
	width: 100%;
}

.bill-categories .tag-item .btn-check {
	display: none;
}

.bill-categories .tag-item .btn-primary {
	border: 1px solid #ffffff;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bill-categories .tag-item .btn-primary:hover,
.bill-categories .tag-item .btn-check:checked+.btn-primary {
	background: transparent !important;
	color: #0C4A6E !important;
	border: 1px solid #0C4A6E !important;
}

.bill-categories .tag-item .btn-check:focus+.btn-primary,
.bill-categories .tag-item .btn-primary:focus {
	color: #fff;
	background-color: #fff !important;
	border-color: #0C4A6E !important;
	box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5) !important;
}

.bill-categories .tag-item img {
	width: 32px;
	margin-bottom: 15px;
}

.bill-categories .tag-item p {
	margin-bottom: 0;
}

/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/
pre code.hljs {
	display: block;
	overflow-x: auto;
	/* padding: 1em; */
}

code.hljs {
	padding: 3px 5px;
}

.hljs {
	background: #f3f3f3;
	background: #000f1c;
	color: #fff;
}

.hljs-comment {
	color: #697070;
}

.hljs-punctuation,
.hljs-tag {
	color: #fff;
}

.hljs-tag .hljs-attr,
.hljs-tag .hljs-name {
	color: #444;
}

.hljs-attribute,
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-name,
.hljs-selector-tag {
	font-weight: 700;
}

.hljs-deletion,
.hljs-number,
.hljs-quote,
.hljs-selector-class,
.hljs-selector-id,
.hljs-string,
.hljs-template-tag,
.hljs-type {
	color: #0C4A6E;
}

.hljs-section,
.hljs-title {
	color: #ffa426;
	font-weight: 700;
}

.hljs-link,
.hljs-operator,
.hljs-regexp,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-symbol,
.hljs-template-variable,
.hljs-variable {
	color: #fc544b;
}

.hljs-literal {
	color: #63ed7a;
}

.hljs-addition,
.hljs-built_in,
.hljs-bullet,
.hljs-code {
	color: #63ed7a;
}

.hljs-meta {
	color: #1f7199;
}

.hljs-meta .hljs-string {
	color: #38a;
}

.hljs-emphasis {
	font-style: italic;
}

.hljs-strong {
	font-weight: 700;
}

.api-reference-section .tab-bordered .tab-pane {
	border: none;
	padding: 0;
}

.api-reference-section .card .card-header .btn {
	margin-top: 1px;
	padding: 6px 13px;
	border-radius: 3px;
}

.api-reference-section .nav-tabs {
	border-bottom: 1px solid #f9f9f9;
	border-bottom: none;
}

.api-reference-section .nav-tabs .nav-link {
	border: none;
	border-bottom: 2px solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	transition: 0.4s;
	color: #6c757d;
	font-weight: 600;
}

.api-reference-section .nav-tabs .nav-link:hover,
.api-reference-section .nav-tabs .nav-link.active {
	border-bottom: 2px solid #0C4A6E;
	color: #0C4A6E;
}

.api-reference-section .tab-pane pre {
	height: 400px;
	overflow: hidden;
}

.api-reference-section .tab-pane code {
	height: 400px;
	overflow-y: auto;
}

.api-reference-section .tab-pane code::-webkit-scrollbar {
	width: 3px;
	height: 100%;
}

.api-reference-section .tab-pane code::-webkit-scrollbar-track {
	background: #fff;
}

.api-reference-section .tab-pane code::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.api-reference-section .tab-pane code:hover::-webkit-scrollbar-thumb {
	background: #0000001a;
}

.api-reference-section .tab-pane code::-webkit-scrollbar-thumb:hover {
	background: #0C4A6E;
}

.api-reference-section .accordion-header {
	padding: 15px;
}

.api-reference-section .form-control {
	height: 30px !important;
	padding: 10px !important;
}

.badge {
	padding: 5px 9px !important;
}

body.sidebar-mini .main-sidebar .sidebar-wallet.card {
	display: none;
}

.wallet-section .wallet-box i {
	font-size: 24px;
}

.wallet-section .quick-link i {
	font-size: 18px !important;
}

.wallet-section .quick-link .btn {
	overflow: hidden;
	text-overflow: ellipsis;
}

.wallet-section .qr-box img {
	width: 100%;
	height: 100%;
}

.wallet-section .avatar {
	background: none;
}

.wallet-section .wallet-card .card-body {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wallet-section .wallet-card span {
	display: block;
}

.wallet-section .wallet-card h3 {
	display: inline;
}

.identity-confirmation .table-parent {
	height: 60vh;
	overflow-y: auto;
}

.identity-confirmation .table-parent::-webkit-scrollbar {
	width: 2px;
}

.identity-confirmation .table-parent::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}

.identity-confirmation .table-parent::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	outline: 1px solid slategrey;
}

.identity-confirmation .form-check .form-check-input:checked {
	background-position-x: 14px;
}

.identity-confirmation .form-check .form-check-input {
	border: 1px solid var(--primary);
	cursor: pointer;
	margin-top: 2px;
	border-radius: 10px;
	background-image: url(../circle.png);
	background-size: 10px;
	background-position-x: 2px;
}

.form-check .form-check-input:checked {
	background-color: var(--primary);
	border-color: var(--primary);
}

.cswitch {
	position: relative;
	display: inline-flex;
	flex-direction: row-reverse;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.cswitch--label {
	margin-left: 0.5rem;
	color: #0f1f4d;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cswitch--input {
	position: absolute;
	opacity: 0;
	display: none;
	width: 0;
	height: 0;
	top: -100rem;
	left: -100rem;
}

.cswitch--trigger {
	position: relative;
	height: 22px;
	width: 40px;
	border-radius: 5rem;
	transition: all 0.3s ease-in;
	background-color: rgba(15, 31, 77, 0.15);
}

.cswitch--trigger::after {
	content: "";
	position: absolute;
	height: 18px;
	width: 18px;
	background: #fff;
	left: 12px;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
	border-radius: 100%;
	box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
}

.cswitch:hover .cswitch--trigger {
	background-color: rgba(15, 31, 77, 0.2);
}

.cswitch input:checked~.cswitch--trigger {
	box-shadow: 0 0 0.25rem 0 #0040ff inset;
	background-color: #36f;
}

.cswitch input:checked~.cswitch--trigger::after {
	left: calc(100% - 12px);
}



button.close-btn {
	border: none;
	background: none;
}

.image-input {
	position: relative;
	width: 100%;
	min-height: 300px;
	background: #f0f8ff;
}

.image-input #image-label,
.image-input #favicon-label,
.image-input #adminLogo-label,
.image-input #meta_image-label,
.image-input #instruction_image-label,
.image-input #form_image-label {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 70px 100px;
	z-index: 5;
	opacity: 0.3;
	cursor: pointer;
	background-color: #fff;
	font-size: 25px;
	border: 2px dashed #000;
	margin: auto;
	text-align: center;
}

.image-input #image,
.image-input #adminLogo,
.image-input #favicon,
.image-input #meta_image,
.image-input #instruction_image,
.image-input #form_image {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}

.image-input .preview-image {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 150px;
}

.list-filter {
	position: relative;
}

.list-items {
	position: absolute;
	max-height: 10em;
	overflow: scroll;
}

.md-100 {
	max-width: 100%;
}

.shift-table tr td:nth-child(odd){ 
	background: #fff0;
}
.shift-table tr td:nth-child(even){
	background: #eee5;
}

.badge-warning, .bg-warning {
	background: #f79105 !important;
}

.time-location {
	position: absolute; 
	width: 2px; 
	background: #fff; 
	cursor: pointer;
	opacity: .6;
	transition: all .1s;
}
.time-location:hover,
.time-location-active {
	opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.td-s {
	height: 1em !important;
	padding: 0 1em !important;
}
.tr-s:hover {
	cursor: pointer !important;
	background: #EEE !important;
}
.active .fas {
	color: white !important;
}

.nav-tabs .nav-link {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em !important;
}

.nav-tabs .nav-link {
	background-color: #f9f9f9 !important;
}

.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #0C4A6E !important;
    border: none !important;
	height: 100% !important;
}

.nav-tabs {
	border: none !important;
}

.mirrored-tabs {
	margin-top: -2em;
	transform: scaleX(-1) scaleY(-1);
}

.mirrored-tabs .mirror-text {
	display: inline-block;
	transform: scaleX(-1) scaleY(-1);
}

.card .card-header {
	min-height: 64px !important;
	padding: 0px 24px !important;
}

.card .card-header .btn {
    padding: 2px 8px !important;
}