
.license-quick-edit-form {
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: system-ui;
  padding: 14px;
  font-size: 15px;
  margin-bottom: 6px;
}

.default-amount {
  font-size: 14px;
  position: relative;
  display: inline-block !important;
}

.default-amount p {
  font-size: 12px !important;
  margin-bottom: 4px !important;
  margin-top: 2px;
}

.default-amount span.default-icon {
  background-color: #eee;
  border: 1px solid rgb(173, 173, 173);
  width: 41px;
  height: 41px;
  display: inline-flex;
  position: absolute;
  left: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
}

.default-amount input[type="number"] {
  border: 0 !important;
  padding: 10px;
  font-size: 15px;
  height: 41px;
  text-indent: 40px;
}

.license-basics {
  flex-basis: 30%;
}

.license-basics span {
  display: block;
}

.license-name {
  font-size: 16px;
  font-weight: 600;
}

.license-enabled {
  font-size: 14px !important;
  display: block;
}

.license-type {
  margin: 32px 0 24px;
}

.license-sortable-list .license-deliverable {
  font-size: 13px;
}

.sort-licenses-handle {
  cursor: grab;
  font-size: 14px;
  background-color: transparent !important;
}

.sort-licenses-handle svg path {
  fill: #444;
}

.draggable-mirror {
  display: flex;
  justify-content: space-between;
}

.draggable-source--is-dragging .sort-licenses-handle{
  cursor: move;
}

.add-new-container {
  text-align: right;
}
.btn-add-new-license {
  font-size: 15px;

}

.btn-save-license {
  font-size: 14px;
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 20px !important;
}


/** EDIT LICENSES */
.contract-template {
  background-color: #fff;
  padding: 15px;
  min-height: 350px;
  max-height: 750px;
  overflow-y: auto;
  font-size: 14px;
}

.contract-template strong,
.contract-template span,
.contract-template p {
  font-size: 16px !important;
}

.save-license-btn-sticky {
  box-shadow: 0 0 16px -4px #443d3d;
  cursor: pointer;
  font-size: 20px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
}


.wp-admin .save-license-btn-sticky {
  background-color: #2271b1;
  border-color: #2271b1;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  padding: 12px 34px;
}

.wp-admin .save-license-btn-sticky:hover,
.wp-admin .save-license-btn-sticky:focus {
  background-color: #276292;
}


.reset-contract-template {
  margin-top: 16px;
}

.license-full-edit-form {
  padding: 20px 24px;
  background-color: #eee;
  border-radius: 4px;
  font-family: sans-serif;
}

.wp-admin .license-full-edit-form {
  padding: 0 20px 0 0;
}

@media(max-width: 960px) {
  .wp-admin .license-full-edit-form {
    padding: 0 10px 0 0;
  }
}

.license-full-edit-form label {
  display: flex;
  font-size: 14px !important;
  font-weight: 700;
  flex-direction: column;
  margin-bottom: 24px;
}

.license-full-edit-form p {
  font-size: 16px !important;
  margin-bottom: 8px !important;
  font-weight: 500;
}

.license-full-edit-form label.license-enabled {
  display: inline-block;
  justify-content: flex-start;
}

.license-full-edit-form select,
.license-full-edit-form input[type="number"],
.license-full-edit-form input[type="text"] {
  font-size: 14px;
  font-weight: 400;
  height: 48px;
  padding-left: 14px;
  margin-top: 4px;
  max-width: 100%;
}

.license-full-edit-form textarea {
  font-size: 14px;
}

.license-full-edit-form input[type="text"]::placeholder {
  font-size: 13px;
}

label.checkbox-flex {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  line-height: normal;
}

label.checkbox-flex input[type="checkbox"] {
  margin-right: 8px;
}

.contract-placeholders-guide {
  padding: 20px 24px;
  margin-top: 24px;
  background-color: #eee;
  border-radius: 4px;
  font-family: sans-serif;
}

.contract-placeholders-guide ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.contract-placeholders-guide li {
  margin: 0;
  padding: 7px;
  background-color: #fff;
  border-radius: 4px;
}

.contract-placeholders-guide li em {
  /* margin-top: 10px; */
  color: #555;
}