.btn-primary {
  /* color: #fff;
    background-image: linear-gradient(143deg, #ff543e 0%, #ff0065 100%);
    border-color: #ff0065; */
}

.btn-primary {
  background: none;
  padding-left: 40px;
  padding-right: 40px;
  border-color: #fff200 !important;
  color: #fff200;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  border-color: #fff200 !important;
  background: #fff200 !important;
  color: #000  !important;
}

.homeBG {
  background: url(/assets/img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.text-white a {
  color: white !important;
}
a:hover {
  text-decoration: none;
}


.mainColor {
  background-color: #000000 !important;
}

.search {
  position: relative;
  /* box-shadow: 0 0 40px rgba(51, 51, 51, .1); */
}

.search input {
  height: 60px;
  text-indent: 30px;
  background-color: black;
  border: 1px solid gray;
  color: white;
}

.search input:focus {
  background-color: black;
  color: white;
  box-shadow: none;
  border: 1px solid #d6d4d4;
}

.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
}
.active img {
  border: solid #fff 5px;

}
#pageHeader {
 z-index: 9999;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: #fff200;
  background: none;
  border: 1px solid #fff200;
}

.bs-icon.bs-icon-primary-light {
  color: #fff200;
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: #fff200;
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}