.app-sidebar-primary {
    border-right: 0!important;
}
.app-sidebar-secondary {
    border-right: 0!important;
}

@media (min-width: 992px) {
	:root {
	    --bs-app-sidebar-width: 420px!important;
	    --bs-app-sidebar-width-actual: 420px!important;
	    --bs-app-sidebar-primary-width-actual: 0px!important;
	}

	[data-kt-app-sidebar-stacked=true] {
	    --bs-app-sidebar-primary-width: 0px!important;
	}

	[data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-stacked=true] {
	    --bs-app-sidebar-secondary-width: calc( 420px - 0px - 0px - 0px - 0px )!important;
	}
	
	[data-kt-app-sidebar-secondary-enabled=true] {
	    --bs-app-sidebar-secondary-width-actual: calc( 420px - 0px - 0px - 0px - 0px )!important;
	}

	[data-kt-app-sidebar-secondary-enabled=true][data-kt-app-sidebar-secondary-collapse=on] {
		--bs-app-sidebar-secondary-width: 0!important;
		--bs-app-sidebar-secondary-width-actual: 420px!important;
    }
}

.app-sidebar-secondary .menu.app-sidebar-menu>.menu-item>.menu-link {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 1.15rem!important;
}

object.object, embed.object {
	width: 100%;
	height: 800px;
}

input.input-stripe {
	color: #30313d;
	line-height: 1.15;
	font-size: 1.2rem;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	padding: 0.75rem;
    background-color: #fff;
    border-radius: 5px;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%);
    width: 100%!important;
    margin-bottom: 0.75rem;
} input.input-stripe::placeholder {
	color: #77787e;
}
input.input-stripe:focus {
	outline: 0;
	border-color: hsla(210, 96%, 45%, 50%);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px hsla(210, 96%, 45%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.autocomplete {
	position: relative;
	display: block;
} .autocomplete .autocomplete-items {
	position: absolute;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	top: 36px;
	left: 0;
	right: 0;
} .autocomplete .autocomplete-items div {
	padding: 0.775rem 1rem;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #eee;
	font-size: 13px;
} .autocomplete .autocomplete-items div:hover {
	background-color: #eee;
}