.get-service-state {
  flex-direction: column;
}

.get-service-state .get-service-content-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.get-service-state .get-service-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 690px;
  justify-content: center;
  align-items: center;
  border-radius: var(--default-radius-large);
  background-color: rgba(var(--background-content));
  margin: 8px;
}

.get-service-state .get-service-content .get-service-section {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  width: 100%;
}

.get-service-state .get-service-content .get-service-section:last-child {
  padding-bottom: 2px;
}

.get-service-state .get-service-content .get-service-section.get-service-tab-wrapper {
  padding-bottom: 8px;
}

.get-service-state .service-info-input {
  background: transparent;
  color: rgba(var(--font-color));
  border: none;
  padding: 8px;
  display: flex;
  flex: 1;
  outline: none;
  box-sizing: border-box;
  letter-spacing: 8px;
  font-size: 18pt;
  text-align: right;
  cursor: copy;
}

.get-service-state .service-info-form {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.get-service-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10pt;
  width: 100%;
}

.get-service-info-wrapper .hostname-missmatch, md-icon.hostname-missmatch {
  color: rgba(var(--color-warn));
  text-align: center;
}

@media (max-width: 380px) {
  .get-service-state .md-button.flex {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .get-service-state .md-button.flex {
    font-size: 11px;
  }
}
