:root {
  --primary-50: #e9ebf9;
  --primary-100: #c8cdf0;
  --primary-200: #a3ade7;
  --primary-300: #7d8ddd;
  --primary-400: #5f73d5;
  --primary-500: #4159cd;
  --primary-600: #3b51c2;
  --primary-700: #3146b6;
  --primary-800: #293caa;
  --primary-900: #1b2994;
  --accent: #c4cf31;
  --accent-light: #E6F33B;
}
html {
  scroll-padding-top: 71px; /* height of sticky header */
}

.pcoded-header .m-header {
  justify-content: start;
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .pcoded-header .m-header {
    justify-content: center;
  }
}

.pcoded-navbar .pcoded-inner-navbar li.active > a {
  color: #0d0d0d;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rem rgba(44, 25, 99, 0.25);
}

.custom-range:focus::-webkit-slider-thumb,
.custom-range:focus::-moz-range-thumb,
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #e9e9e9, 0 0 0 0rem rgba(44, 25, 99, 0.25);
}

.pcoded-header a.b-brand {
	font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.b-brand img {
  height: 40px;
}
