.act-switch label {
	pointer-events: none;
}

.act-switch {
	cursor: pointer;
}

.switch input {
	width: 45px !important;
		height: 25px !important;
}


.password-box {
	position: relative;
}

.visibel-invisible {
	position: absolute;
	top: 8px;
	right: 10px;
}

.password-box .visibel-invisible img.visible.hide {
	display: none;
}

.password-box .visibel-invisible img.visible.show {
	display: block;
	margin-top: 3px;
}

.password-box .visibel-invisible img.unvisible.hide {
	display: none;
}

button.switch_btn.btn {
	padding: 0.65rem 0.9rem !important;
}



.image-input .image-input-wrapper {
	background-size: 100% auto !important;
	background-position: center !important;
}

.btn.kp-btn-link {
	padding-bottom: 15px !important;
	padding-top: 13px !important;
}


.cm-btn {
	padding: 50px 24px;
	font-size: 1.875rem;
	text-transform: uppercase;
	background-color: #1297db;
	border-bottom: 5px solid #fc6900 !important;
	color: #fff !important;
	min-width: 220px;
}
.cm-btn:hover {
	border-bottom-color: #1297db !important;
	background-color: #fc6900
}
.app-header {
	left: 0 !important;
	background-color: #4D4D4B !important;
}
.app-header .app-container {
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.app-sidebar {
	height: calc(100% - 74px);
	top: 74px !important;
}
.app-sidebar-toggle {
	bottom: 0px;
	z-index: 1;
}
[data-kt-app-layout=dark-sidebar] .app-sidebar {
	background-color: #119ADE !important;
}

.ws-break-spaces {
	white-space: break-spaces;
}


@media (max-width:992px) {
	.app-sidebar {
		height: calc(100% - 60px);
		top: 60px !important;
	}
}