.profileNavbar {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#app-menu-list-mobile {
	display: none;
}

/* Add a space at the top for the TB logo */
#kn-mobile-menu ul.kn-menu-list>li:first-child {
	margin-top: 80px;
}

#kn-mobile-menu ul.kn-menu-list>li:first-child.minimizedMenu  {
	/* margin-top: 30px; */
}

/*move the submenu accordingly*/
.kn-dropdown-menu ul.minimizedMenu {
	left:55px;
	margin-top:-36px;
}

.kn-dropdown-menu > a > span.kn-dropdown-icon.minimizedMenu {
	position: absolute;
	margin-top: 6px;
}

.minimizedMenu#knack-body {
	margin-left : -20px;
}

.minimizedMenu#kn-mobile-menu {
	background-image: url("https://server.chhjny.com/knack-css/TB_Updated_Logo_May_2022%20icon%20only.png");
	background-size: contain;
	background-position: top;
	width : 65px;
}

.minimizedMenu#kn-app-header {
	margin-left : -20px;
}

.profileDropdown .profileDropbtn {
	cursor: pointer;
	font-size: 16px;
	border: none;
	outline: none;
	color: black;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.profileDropdownContent a:hover {
	background-color: #ededed;
	text-decoration: none;
}

.profileDropdownContent {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	text-decoration: none;
}

.profileDropdownContent a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.show {
	display: block;
}

.kn-info-bar {
	display: none !important;
}

#kn-mobile-menu {
	background-color: white;
	background-image: url("https://server.chhjny.com/knack-css/TB_Updated_Logo_May_2022%20with%20margin.png");
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	box-shadow: 11px 13px 30px -29px rgba(0, 0, 0, 0.64);
	-moz-box-shadow: 11px 13px 30px -29px rgba(0, 0, 0, 0.64);
	-webkit-box-shadow: 11px 13px 30px -29px rgba(0, 0, 0, 0.64);
	left: 0px!important;
	margin-top: 90px;
	overflow:hidden;
	top: -80px;
	transition: all .4s;
	width: 200px;
	z-index: 2000;
}


#kn-mobile-menu .is-visible {
	left: 60px!important;
}

#app-menu-list-mobile {
	margin: 0 !important;
	list-style: none;
	font-size: 16px;
}

@media screen and (max-width: 2000px) {
	.kn-container {
		max-width: 80% !important;
	}
  
	.kn-mobile-account-container {
		height: 8%;
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		background-image: url("https://server.chhjny.com/knack-css/TB_Updated_Logo_May_2022%20with%20margin.png");
	}
  
	.kn-mobile-controls {
		display: block;
	}
  
	.kn-mobile-user-info {
		display: none !important;
	}
  
	.kn-mobile-account-actions {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	/* #kn-mobile-menu.is-visible {
		left: 60;
	} */
}

@media screen and (max-width:768px) {
	.kn-dropdown-menu {
		pointer-events: auto;
	}
}

@media screen and (min-width: 1px) {
	.kn-dropdown-icon .fa-caret-down:before {
		display: contents !important;
	}
}

#app-menu-list {
	display: none;
}

#kn-app-header {
	height: 80px;
	position: fixed;
	z-index: 2000;
	margin-left: 115px;
}

.kn-dropdown-icon {
	float: right;
}

#kn-app-header img {
	width: 116px;
	margin-left: 15px;
}

.kn-scene.kn-container {
	width: 98%;
	max-width: 100% !important;
	margin-left: 95px;
	padding-right: 100px !important;
}

#kn-app-header .kn-container {
	margin-left: 10px !important;
	z-index: 10000000;
}

.kn-dropdown-menu ul .is-active {
	color: #c7d5db00;
}

.kn-menu-list li ul {
	border-left: 0px solid #dbdbdb !important;
	/*margin: 0px !important;*/
	padding-left: 0px !important;
	transition: 0.2s !important;
	padding-left: 25px;
	font-size: 16px;
	border-bottom: 1px solid #e4e4e4;
	-webkit-transition: width .2s;
	/* Safari */
	transition: width .2s;
	display: none;
}

.kn-menu-list li ul .is-active {
	color: #c7d5db00;
}

i {
	transition: all .2s;
}

li {
	transition: all .2s;
}

/* Change the caret down to right only for the dropdown-icon side bar menu*/
.kn-dropdown-icon.fa-caret-down:before {
	content: "\f0da" !important;
}

.kn-dropdown-menu li {
	background-color: #c7d5db00;
	-webkit-transition: width .2s;
	/* Safari */
	transition: width .2s;
	margin: 5px;
	font-size: 16px;
}

.kn-dropdown-menu li .is-active {
	color: #c7d5db00;
}

.kn-dropdown-menu ul {
	-webkit-transition: width .2s;
	transition: width .2s;
	padding-left: 25px;
	font-size: 16px;
	color: #c7d5db00;
	display: none;
	align-items: stretch;
	background-color: #f1f1f1 !important;
	position: fixed !important;
	left: 190px;
}

#app-menu-list-mobile li.is-active {
	background-color: #efefef00;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#kn-mobile-menu .is-active a {
	color: grey;
}

#knack-body {
	margin-left: 110px;
	margin-right:-30px;
	padding-top: 100px;
	transition: all .4s;
}

#kn-app-header {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.kn-dropdown-menu ul {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .4s linear;
}

.kn-mobile-nav-toggle {
	/* display:none; */
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	margin-top: 10px;
	margin-left: 70px;
}

.kn-dropdown-icon {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.kn-dropdown-icon.down {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	color: white;
}

.hideText {
	font-size: 0;
}

.hiddenTextWithIcon {
	font-size: initial;
	text-align: center;
}
