.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  padding-left: 20px;
}

.appsero-license-section {
  width: 100%;
  max-width: 1100px;
  min-height: 1px;
  box-sizing: border-box;
}

.appsero-license-settings {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(16, 16, 16, 0.05);
}

.appsero-license-settings * {
  box-sizing: border-box;
}

.appsero-license-title {
  background-color: #F8FAFB;
  border-bottom: 2px solid #EAEAEA;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.appsero-license-title svg {
  width: 30px;
  height: 30px;
  fill: #0082BF;
}

.appsero-license-title span {
  font-size: 17px;
  color: #444444;
  margin-left: 10px;
}

.appsero-license-details {
  padding: 20px;
}

.appsero-license-details p {
  font-size: 15px;
  margin: 0 0 20px 0;
}

.license-input-key {
  position: relative;
  flex: 0 0 72%;
  max-width: 72%;
}

.license-input-key input {
  background-color: #F9F9F9;
  padding: 10px 15px 10px 48px;
  border: 1px solid #E8E5E5;
  border-radius: 3px;
  height: 45px;
  font-size: 16px;
  color: #71777D;
  width: 100%;
  box-shadow: 0 0 0 transparent;
}

.license-input-key input:focus {
  outline: 0 none;
  border: 1px solid #E8E5E5;
  box-shadow: 0 0 0 transparent;
}

.license-input-key svg {
  width: 22px;
  height: 22px;
  fill: #0082BF;
  position: absolute;
  left: 14px;
  top: 13px;
}

.license-input-fields {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  max-width: 850px;
  width: 100%;
}

.license-input-fields button {
  color: #fff;
  font-size: 17px;
  padding: 8px;
  height: 46px;
  background-color: #0082BF;
  border-radius: 3px;
  cursor: pointer;
  flex: 0 0 25%;
  max-width: 25%;
  border: 1px solid #0082BF;
}

.license-input-fields button.deactive-button {
  background-color: #E40055;
  border-color: #E40055;
}

.license-input-fields button:focus {
  outline: 0 none;
}

.active-license-info {
  display: flex;
}

.single-license-info {
  min-width: 220px;
  flex: 0 0 30%;
}

.single-license-info p {
  margin: 0;
  color: #00C000;
}

.single-license-info p.occupied {
  color: #E40055;
}

.appsero-license-right-form {
  margin-left: auto;
}

.license-refresh-button {
  padding: 6px 10px 4px 10px;
  border: 1px solid #0082BF;
  border-radius: 3px;
  margin-left: auto;
  background-color: #0082BF;
  color: #fff;
  cursor: pointer;
}

.license-refresh-button .dashicons {
  color: #fff;
  margin-left: 0;
}

/*# sourceMappingURL=admin.css.map */
