.bottom-footer-links li {
    list-style: none;
    display: inline-block;
    line-height: 20px;
    position: relative;
    margin-right: 45px;
}

.bottom-copyright-text {
    text-align: right;
}
.bottom-footer-links li:after {
    position: absolute;
    right: -28px;
    top: 0;
    height: 100%;
    width: 1px;
    background: #a8a8a8;
    content: "";
}
.bottom-footer-links li:last-child::after {
    display: none;
}

.main-menu__nav .active {
  color: #fff;
  background-color: #007bff;
  font-weight: bold;
}

.star {
    color: red;
}

.br-space-top {
  display: block;
  margin-top: 20px; /* Adjust value as needed */
}

.br-space-bottom {
  display: block;
  margin-bottom: 20px; /* Adjust value as needed */
}

.br-space-both {
  display: block;
  margin: 20px 0; /* Adds space above and below */
}

.no-hover:hover {
  background-color: #a8a8a8 !important;
  color: inherit !important;
  box-shadow: none !important;
  cursor: default !important;
}

.form-check-input:checked {
    background-color: #a577ff !important;
    border-color: #a577ff !important;
}

.col-form-label {
    padding-top: calc(.375rem + 1px) !important;
    /* padding-bottom: calc(.375rem + 1px); */
    margin-bottom: 0 !important;
    font-size: inherit !important;
    line-height: 1.5 !important;
}