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

.subscription-type {
  width: fit-content;
  padding: 4px 8px;
  border-radius: 6px;
  color: $base-white;
  font-size: 14px;
  font-weight: 400;
}

.title {
  min-width: 150px;
  font-size: 14px;
  color: $blue-gray-400;
  font-weight: 400;
}

.title-row {
  margin-right: 20px;
  font-size: 14px;
  color: $blue-gray-400;
  font-weight: 400;

}

.text-rounded {
  color: $base-white;
  background-color: $blue-gray-400;
  border-radius: 4px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
}

.wide {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.input-off {
  border: 1px solid transparent;
  pointer-events: none;
  height: fit-content;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}