.autocomplete {
  height: 47px;
  border-radius: 0;
}

.custom-header {
  background: #232629;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
  color: #afacad;
}
.custom-header li.dropdown .dropdown-toggle {
  color: #fff;
  padding: 13px 15px;
  background: transparent;
  opacity: 0.9;
  border: 0;
  margin: 0;
}
.custom-header li.dropdown, .custom-header li.dropdown.open {
  background: transparent;
}
.custom-header a.navbar-brand {
  color: #fff;
  font: normal 28px Cookie, Arial, Helvetica, sans-serif;
  line-height: 0.5;
  margin-right: 40px;
  background: #292c2f;
}
.custom-header a.navbar-brand span {
  color: #bc40df;
}
.custom-header ul.nav.navbar-nav.links li a {
  font: 14px Arial, Helvetica, sans-serif;
  opacity: 0.9;
  text-decoration: none;
  color: #fff;
  background: #292c2f;
  border: 0;
}
.custom-header ul.nav.navbar-nav li a:hover {
  opacity: 1;
}
.custom-header ul.nav.navbar-nav.navbar-right .dropdown li a {
  font: bold 13px Arial, Helvetica, sans-serif;
}
.custom-header .badge {
  position: absolute;
  top: 4px;
  border-radius: 2px !important;
  font-size: 11px;
  color: #fff;
  background-color: #2A6A92 !important;
  padding: 2px 4px;
  font-weight: normal;
}
.custom-header .dropdown ul {
  background-color: #3a3c3e;
  border: 0;
  min-width: 140px;
}
.custom-header .dropdown ul li {
  background-color: #3a3c3e;
  padding: 7px;
  text-align: center;
}
.custom-header .dropdown ul li a {
  background: #3a3c3e;
  border-radius: 2px;
  color: #fff;
  padding: 0;
}
.custom-header .dropdown ul li a:active, .custom-header .dropdown ul li a:focus, .custom-header .dropdown ul li a:hover {
  background: #3a3c3e;
}
.custom-header .dropdown ul li.active a {
  color: #e9ac09 !important;
}

.Custom-Width {
	width: 210px !important;
}

.dropdown-item {
  content: initial;
  margin: 5px 0 10px 0;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-active-color);
  background-color: #292c2f;
}
.dropdown-item span:focus, .dropdown-item span:hover {
  color: var(--bs-dropdown-link-active-color);
  background-color: #292c2f;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #292c2f;
}
.dropdown-menu-end[data-bs-popper] {
  left: 0;
}
.dropdown-menua span {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  float: left;
  padding: 10px 6px;
  margin: 0;
  font-size: 15px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  width: 212px;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.5);
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropdown-menu a {
  transition: all .3s ease-in-out;
}
.dropdown-menu {
  z-index: 1000;
  float: left;
  padding: 10px 6px;
  margin: 0;
  font-size: 15px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  width: 160px;
  box-shadow: 0px 0px 5px -2px rgba(0, 0, 0, 0.5);
  border: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.dropdown-menu a:hover, .dropdown-menu a:focus {
  color: #fff;
}

.Events-Padding {
  padding: 8px 15px !important;
}

header {
  display: flex;
  min-height: 170px;
  height: auto;
  background: #292c2f;
  color: #afacad;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #000;
}
header div {
  width: 33%;
  height: auto;
}
header div svg {
  display: block;
  margin: 0 auto;
}
header div p {
  margin: 0;
  text-align: center;
}

img.dropdown-image {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-left: 10px;
}

.Logo {
  float: left;
}

.Middle {
  float: left;
}
.Middle p {
  width: 100%;
  height: 100px;
  background-color: #1e2123;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.Middle p span {
  width: 100%;
  padding: 10px;
  background: rgba(0,0,0,0.25);
  text-align: right;
}

.navbar {
  --bs-navbar-color: #afacad;
  --bs-navbar-hover-color: #fff;
  --bs-navbar-padding-y: 0;
}
.navbar-nav {
  --bs-nav-link-padding-y: 0.8rem;
}
.navbar-toggler {
  color: var(--bs-navbar-color);
  border: 1px solid #afacad;
  margin: 10px 0;
}
.navbar-toggler:focus {
  box-shadow: var(--bs-dark);
}

.padMar {
  margin: 0 auto;
}

.row > * {
  padding-right: 0;
  padding-left: 0;
}

.Search-row {
  display: inline-table;
  padding: 5px 0;
  background-color: #181818;
  border-bottom: 1px solid #000;
  height: 48px;
}
.Searchbox {
  flex: 1;
  width: 86%!important;
  padding: 10px 15px;
  box-sizing: border-box; /* Include padding and border in width */
  float:left;
  border-radius: 0;
  
}

.User-CP {
	margin-top: -10px;
}
.Userdropdown {
  background-color: #75b12f!important;
  height: 55px;
  text-align: center;
}

.Vision {
  float: left;
}

@media (min-width: 768px) {
	.widget {
	width:100%;
}
}
@media (max-width: 767px) {
	.Searchbox {
		border-radius: 5px 0 0 5px !important;
	}
}
@media (min-width : 768px) and (max-width: 991px) {
	header div {
		width: auto;
}
}
@media (min-width: 300px) and (max-width: 767px) {
	.autocomplete {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
	.toggle {
		width: 100%;
	}
	.dropdown-menu[data-bs-popper] {
    margin-top: -5px;
	margin-bottom: 12px;
    border-radius: 5px;
  }
	.dropdown-menu, .Custom-Width  {
    width: 100% !important;
  }
	.nav-link {
    margin: 5px 0 10px 0 !important;
  }
	.Userdropdown {
    border-radius: 5px;
    margin-bottom: 15px !important;
  }
	.navbar-toggler {
    width: 100% !important;
  }
	.Middle p {
    width: 90%;
  }
	header {
    flex-direction: column;
  }
	header div {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}