@import '../../../fas-admin.component.scss';

.top-bar {
  background-color: $primary-gray;
  color: $base-white;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px 0px 24px;
}

.btn-wraper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}


