.btn{
  //border:0;
  font-size: 1rem;
  &:not([disabled]){
    cursor: pointer;
    outline: 0;
    outline-style: none;
    box-shadow: none;
  }
  &:active,&:focus,&:hover{
    outline: 0;
    outline-style: none;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
  }
}
.btn.focus{
  outline: 0;
  outline-style: none;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}
.btn:focus{
  box-shadow:0 0 0 0rem rgba(0, 123, 255, 0) !important;
}
@media (max-width: $break-point-md) {
  .nav-item{
    padding: 1rem 0;
    .dropdown-toggle{
      width:100%;
      display: flex;
      justify-content: space-between;
    }
  }
}
