.tj-nav {
  -webkit-appearance: none;
  box-shadow: 0px 3px 6px #00000029;
  -webkit-box-shadow: 0px 3px 6px #00000029;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar.border-bt {
  border-bottom: 1px solid #dee2e6;
}

.navbar.box-shadow {
  -webkit-appearance: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: 85px;
  height: auto;
  border-bottom: 4px solid var(--color-primary);
  margin: 21px 0 0 19px;
  padding-bottom: 6px;
}

.border-right {
  border: none;
}

.no-border {
  border: none;
}

.large {
  font-size: 1.2em;
}

.header-fixed {
  height: 40px;
}

.nav-fixed {
  position: fixed;
  top: 0;
  right: 0;
}

.nav-dropdown-fixed {
  padding-right: 16px;
}

.navbar-nav a {
  line-height: 30px;
}

.navbar-toggler.fixed {
  margin-left: auto;
}

.nav-user {
  cursor: pointer;
  align-self: center;
}

.initials {
  background: #ffc107;
  color: #fff;
  font-weight: 500;
  font-family: "Inter",sans-serif;
  font-size: 16px;
  width: 40px;
  height: 38px;
  text-align: center;
  border-radius: 50%;
  line-height: 39px;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
}

.initials.sample {
  background: transparent;
}

.nav-user .bars-icon {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.nav-user .bars-icon,
.nav-user .bars-icon::before,
.nav-user .bars-icon::after {
  position: absolute;
  background-color: #1a1a1a;
  height: 3px;
  width: 26px;
  content: "";
  right: 0;
}

.nav-user .bars-icon::before {
  transform: translateY(-9px);
}

.nav-user .bars-icon::after {
  transform: translateY(9px);
}

.head-main {
  border-bottom: 1px solid #dee2e6;
}

.head-nav {
  padding-left: 35px;
  padding-top: 0.75em;
  box-shadow: 0 1px 2px rgb(0 0 0 / 17%);
  overflow-x: auto;
}

.head-nav a {
  text-decoration: none;
  color: #495057;
  letter-spacing: 0.125em;
  font-size: 1em;
}

.head-nav a.active {
  border-bottom: 2px solid #ffc107;
  font-weight: 500;
  color: #000;
}

.head-main {
  position: relative;
}

.nav-user-container {
  position: absolute;
  right: 34px;
  top: 0;
  display: flex;
  height: 100%;
}

.nav-user-container.sample {
  right: 30px;
}

.nav-user-container .sliding-search-widget {
  position: relative;
  right: -10px;
}

.nav-user-container.sample .sliding-search-widget {
  position: relative;
  right: -16px;
}

.nav-user-container .sliding-search-widget.showmetheline {
  right: 0;
}

.companylogo img {
	width: 85px;
	height: auto;
	margin: 11px 0 0 20px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-bottom: 4px solid #FFC107;
	margin-right: 7px;
}

.companylogo {
	height: auto;
	padding: 3px 15px;
	float: none;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a.companylogo:hover {
    text-decoration: none;
}

.companylogo::after {
  content: "";
}

.nav-user-container .searchiconhead {
  width: 75px;
}

.nav-user {
  position: relative;
}

.nav-user .fa-angle-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #bbb5b5;
}

.nav-user .sample {
  margin-left: 5px;
}

.nav-user .sample i {
  font-size: 1.9rem;
  color: #1a1a1a;
}

.profile-hr {
  margin: 0 -0.75rem;
}

.nav-filter {
  align-self: center;
}

/* auto complete style */

.autocomplete-selected {
	background-color: #ececec;
	cursor: pointer;
}

.autocomplete-no-suggestion {
    padding: 14px;
}

.autocomplete-group {
	background: #ffffff;
	font-size: 10px;
	height: 22px;
	padding: 0;
	padding-left: 10px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 3px;
	border-top: 1px dotted #a9a2a2;
	border-bottom: 1px dotted #a9a2a2;
}

.autocomplete-suggestions {
	/* padding: 16px; */
	line-height: 20px;
	font-family: "Inter", sans-serif;
	/* padding-left: 60px; */
	font-size: 15px;
	/* width: 100% !important; */
	/* border: 1px solid #ececec; */
	border-top: 0;
	overflow: auto;
	overflow-x: hidden;
	margin-top: 3px;
	box-shadow: 0 3px 8px rgba(220, 220, 220, 0.64);
	margin: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	background: #fff;
	max-height: 200px;
	z-index: 10001 !important;
}

.autocomplete-suggestion {
  font-family: "Inter",sans-serif;
	padding: 1px;
	padding-left: 25px;
	padding-bottom: 7px;
	padding-top: 7px;
	cursor: pointer;
	padding-right: 9px;
}

/* end autocomplete style */

/* Search Styles */

.searchiconhead {
	display: inline-block;
	width: 74px;
	vertical-align: top;
	height: 58px;
	margin-left: -26px;
  padding: 16px 25px 20px 25px;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}

.textboxyhead {
	position: relative;
	display: inline-block;
  width: 50px;
  min-width: 10px;
	height: 50px;
	overflow: hidden;
	-webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}

.sliding-search-widget {
	position: absolute;
	right: 40px;
	-webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	top: 0;
	display: inline-block;
}

.sliding-search-widget.showmetheline {
	background: #fff;
	z-index: 1000001;
}

.showmetheline .textboxyhead {
	width: 300px;
	overflow: visible;
	display: inline-block;
}

.specialnono2 {
	background: transparent;
	border-top: transparent !important;
	border-left: transparent !important;
	border-right: transparent !important;
	border-bottom: transparent !important;
	font-weight: 400;
	color: #040404;
	box-shadow: none !important;
	border-radius: 0;
	font-family: "brandon-grotesque", sans-serif;
	font-size: 18px;
	padding-bottom: 0;
	height: 100%;
	padding-top: 11px;
	padding-left: 44px;
	width: 100%;
	-webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;

}

.sliding-search-widget.showmetheline:after {
	background-color: #e5e5e5;
	content: "";
	display: block;
	height: 1px;
	margin-top: -6px;
	width: 100%;
}

.alerts-bubble {
  position: absolute;
  right: -1.1rem;
  top: -7px;
  background-color: #FC3838;
  color: #fff;
  border-radius: 1rem;
  font-size: 9px;
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  letter-spacing: 0px;
}

.new-text::after {
  content: 'New';
  font-size: 8px;
  line-height: 14px;
  position: absolute;
  color: #ffc108;
  font-weight: 900;
  padding-left: 3px;
  top: -4px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media all and (max-width: 768px) {
  .border-right {
    border-right: 1px solid gray;
  }

  .nav-fixed {
    background-color: white;
    left: 0px;
    top: 41px;
    -webkit-appearance: none;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 1px 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0px 1px 2px;
    right: 0px;
    position: absolute;
    padding: 0px 1rem;
  }

  .navbar-nav > a {
    padding: 0.7em 0;
    padding-left: 0.8em !important;
  }
}

@media all and (max-width: 576px) {
  .navbar-brand img {
    margin-left: 8px;
  }
}

@media all and (max-width:550px) {
  .nav-user-container {
    right: 24px;
  }

  .nav-user-container.sample {
    right: 6px;
  }

  .companylogo img {
    margin-left: 0;
  }
}
