/***BEGIN kubernetes-create.css***/
.service-account-ComboBox {
  margin-top: 6px;
  width: auto; }

.service-account-radio-button {
  margin-right: 25px; }

.service-account-radio-button-group {
  margin-top: 3px; }

.service-account-radio-button-text {
  margin-left: 3px; }

.default-margin-top {
  margin-top: 20px; }

.environment-ComboBox {
  width: auto; }

.k8s-aks-dropdown-form-item .bolt-expandable-textfield > div {
  width: 100%; }

.k8s-aks-dropdown {
  width: 100%;
  text-align: left; }

.ns-picker-with-radio, .ns-picker-radio-group {
  margin-top: 8px; }
  .ns-picker-with-radio .existing-ns-radio, .ns-picker-radio-group .existing-ns-radio {
    margin-left: 28px; }

.k8s-panel {
  height: 100%;
  overflow: auto; }

.k8s-provider .ms-Label {
  margin-bottom: 3px;
  /*There is already a bottom padding of 5px. So adding 3px makes 8px*/ }

.subscription-picker-dropdown-title {
  margin-bottom: 8px; }

.command-field {
  margin-left: 3px; }

.sa-sugg-msg {
  margin-top: 8px;
  margin-bottom: 8px; }
  .sa-sugg-msg .sa-sugg-msg-text {
    padding-bottom: 6px; }

.cluster-section {
  margin-top: 40px; }

.shell-command {
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  font-family: Consolas;
  margin: 0 3px;
  padding: 0 3px;
  max-width: 175px;
  height: 20px; }
  .shell-command .command-text {
    padding-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal; }
  .shell-command .bolt-button {
    background-color: rgba( 244, 244, 244 ,  1 );
    background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
    padding: 0 2px; }
    .shell-command .bolt-button > .fabric-icon {
      font-size: 0.6875rem; }
    .shell-command .bolt-button:hover, .shell-command .bolt-button :focus {
      background-color: rgba( 218, 218, 218 ,  1 );
      background-color: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 ); }

.create-loading {
  height: 30px;
  justify-content: flex-end;
  margin-bottom: 20px; }
  .create-loading .bolt-spinner-label {
    line-height: 16px;
    margin-left: 10px;
    margin-top: 0; }

.k8s-provider .k8s-provider-msg {
  margin-bottom: 20px; }
  .k8s-provider .k8s-provider-msg .bolt-messagecard-message {
    margin-right: 0; }

.k8s-resource-message {
  max-width: 400px;
  max-height: 60px;
  overflow: hidden;
  word-break: break-all; }

.nowrap {
  white-space: nowrap; }
/***END kubernetes-create.css***/

