.form-select {
    padding: 0 !important;
    border: 0 !important;
}

.form-switch-lg .form-check-input {
    width: 3em;
    height: 1.5em;
}

.swactive{
    color: #52b947 !important;
}

.divider {
    display: flex;

    &:before,
    &:after {
      content: "";
      flex: 1;
    }
  }

  .line {
    align-items: center;
    margin: 1em -1em;
    font-weight: bold;
    &:before,
    &:after {
      height: 1px;
      margin: 0 1em;
    }
  }

  .one-line {
    &:before,
    &:after {
      background: black;
      height: 1px;
    }

  }
