/**
 * Bootstrap tooltips
 */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/**
 * License manager
 */

/**
 * Order details / received
 */
.woocommerce-account .woocommerce-order-details .woocommerce-table-order-licenses code {
    background: none;
    font-size: medium;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-table-order-licenses code {
    background: none;
    font-size: medium;
}

/**
 * Software licenses
 */
.woocommerce-account .arya-license-manager .licenses-table {
}

.woocommerce-account .arya-license-manager table.shop_table_responsive.licenses-table tbody td {
    text-align: right;
}

.woocommerce-account .arya-license-manager table.shop_table_responsive.licenses-table tfoot {
    display: none;
}

.woocommerce-account .arya-license-manager .licenses-table tfoot td {
    font-weight: 600;
    text-align: center; /* Twenty Nineteen */
}

@media only screen and (max-width: 768ṕx) {
    .woocommerce-account .arya-license-manager table.shop_table_responsive.licenses-table tbody td:before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left;
    }
}

/**
 * Software license
 */
.woocommerce-account .arya-license-manager .license {
    font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
    font-weight: bolder;
    font-size: large;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 2rem;
    display: table;
    width: 100%;
}

.woocommerce-account .arya-license-manager .license span {
    display: table-cell;
    vertical-align: middle;
}

.woocommerce-account .arya-license-manager .details-table tr td:first-child {
    font-weight: 600;
}

.woocommerce-account .arya-license-manager .activations-table {
    margin: 0;
}

.woocommerce-account .arya-license-manager .activations-table code {
    background: transparent;
    font-size: small;
    padding-right: 0;
    padding-left: 0;
}

.woocommerce-account .arya-license-manager .activations-table .no-associations {
    font-weight: lighter;
    text-align: center;
}

/**
 * Form
 */
.woocommerce-account .arya-license-manager .arya-license-manager-form {
    background-color:#f8f8f8;
    padding: 20px;
}

.woocommerce-account .arya-license-manager .arya-license-manager-form #field-information {
    display: none;
}

.woocommerce-account .arya-license-manager .arya-license-manager-form .form-row-wide input[type="text"] {
    width: 100%;
}

@media (min-width:768px) {

    /**
     * Software licenses
     */
    .woocommerce-account .arya-license-manager table.shop_table_responsive.licenses-table tbody td {
        text-align: left;
    }

    .woocommerce-account .arya-license-manager table.shop_table_responsive.licenses-table tfoot {
        display: table-footer-group;
    }
}
