html{
    height: 100%;
}

.header {
    z-index: 3002!important;
}

.header-left {
	display: none;
}
.nav-control {
	/*display: none;*/
}
.nav-header .brand-logo a {
    padding: 1rem 1.8125rem!important;
}
.username_init {
    width: 46px;
    height: 46px;
    background: #efeff8;
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
}
.gradient-3, .dropdown-mega-menu .ext-link.link-2 a, .header-right .icons .user-img .activity {
    background-image: linear-gradient(230deg, #82ff80, #3bff43)!important;
}

.show.menu-toggle>.nk-sidebar>.slimScrollDiv>.nk-nav-scroll>.metismenu>li>ul>li>a>.nav-text {
    display: block !important;
}

.morris-hover.morris-default-style {
	background: #fff;
	box-shadow: 6px 11px 41px -28px #000;
}

.pointer {
	cursor: pointer;
}

.notify_unread>a>.notification-content>.notification-heading {
    font-weight: 500;
}

.notify_unread>a>.notification-content>.notification-text {
    font-weight: 700;
}

.header-card-body {
    display: flex;
    justify-content: space-between;
}

.media.media-reply{
    background: #fafafa;
}

.dataTables_length>label>select.form-control.form-control-sm {
    width: unset!important;
    border: 1px solid #ccc;
    height: unset;
}

.dataTables_filter>label>input.form-control.form-control-sm {
    border: 1px solid #ccc;
	height: unset;
}

.table.zero-configuration.table-hover.verticle-middle.dataTable.no-footer {
    border-spacing: unset;
}

#data_table_wrapper {
    padding: 15px 0px 0!important;
}

table.dataTable {
    border-spacing: unset!important;
}

.notification_menu_desktop {
	display: block;
}

.notification_menu_mobile {
	display: none;
}

.bold-text {
    font-weight: bold;
}

.permission_settings {
	padding: 0 50px 0 0;
}

.back_button {
	display: inline-block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 4.1em;
	cursor: pointer;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
.back_button.show {
	opacity: 1;
	visibility: visible;
}

.card {
	overflow: auto;
}

.home_card_title {
    margin-top: -14px;
    width: fit-content;
}

.home_card_title_b {
    margin-top: -10px;
    width: fit-content;
}

.menu_block {
	display: none;
	top: -10000px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 48%);
    z-index: 9;
	cursor: pointer;
}

.action_buttons_table {
    display: flex;
    justify-content: center;
}

.action_buttons_table>a {
    padding: 0 2px;
}

.right-head-menu {
    float: right;
}

.text-1 {
    font-size: 1em;
}

.text-1_5 {
    font-size: 1.5em;
}

.text-2 {
    font-size: 2em;
}

.text-2_5 {
    font-size: 2.5em;
}

.text-3 {
    font-size: 3em;
}

.image_120 {
    width: 120px;
    height: 120px;
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 79%);
	z-index: 10000;
}

.loader_inner {
    position: absolute;
    width: 5rem;
    height: 10rem;
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}

.loader-button {
    width: 16px;
    margin-right: 7px;
}

.btn-light:active, .btn-light:focus, .btn-light:hover {
    background: #fff!important;
	color: #000!important;
    border-color: #ced4da!important;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    background-color: #fff!important;
}

.dropdown>.btn.dropdown-toggle.btn-light {
    background: #fff!important;
    border-color: #ced4da!important;
    border-radius: unset!important;
}

.text-bold {
    font-weight: 700;
}

.hidden {
    display: none;
}

.steps {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
	display: flex;
}

.step_bottom {
	width: 50%;
    padding: 1em;
    text-align: center;
    background: #eceff1;
    color: #000;
    border-bottom: 1px solid #eceff1;
    cursor: pointer;
}

.step_bottom.active {
    background: #7571f9;
}

.step_bottom > a {
	color: #000;
}

.step_bottom.active > a {
	color: #fff;
}

.d-flex {
	display: flex;
	justify-content: center;
}

.step_by_step.show {
	margin-bottom: 3.5em;
}

.p3 {
	padding: 3px!important;
}

.p4 {
	padding: 4px!important;
}

@media (max-width: 1266px){
	.image-rdc {
		display:none;
	}
}

@media (min-width: 767px){
	.menu_block {
		display: none!important;
	}
}

@media (max-width: 767px){
	.nav-header {
		display: none!important;
	}
	[data-sidebar-style="full"] .header, [data-sidebar-style="overlay"] .header {
		width: 100%!important;
		margin-left: 0rem!important;
	}
	.nav-control {
		display: block!important;
	}
	.header-left {
		margin-left: unset!important;
		display: flex!important;
		float: unset!important;
		justify-content: center!important;
	}
	.header-left>img {
		width: 190px;
		margin-top: 0.9em;
		height: 57px;
	}
	.header-right {
    	margin-top: -80px!important;
	}
	.notification_menu_desktop {
		display: none!important;
	}
	.notification_menu_mobile {
		display: block!important;
	}
	.permission_settings {
		padding: unset!important;
	}
}