.wesu__admin form {
  background: #fff;
  padding: 25px 45px 45px;
  margin: 30px 0 20px;
  /* Style the tab */ }
  .wesu__admin form h3 {
    font-size: 18px;
    padding-bottom: 5px; }
    .wesu__admin form h3 .wesu-num {
      padding: 1px 8px 3px;
      border-radius: 99px;
      background: #62d0d5;
      margin-right: 8px;
      font-size: 15px;
      color: #fff; }
  .wesu__admin form table tr th {
    text-align: left;
    padding: 13px 20px 10px 0; }
  .wesu__admin form table tr td {
    text-align: left;
    padding: 10px 10px 10px 0; }
  .wesu__admin form .wesu-button {
    margin-right: 10px;
    padding: 20px 25px;
    cursor: pointer;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 4px; }
    .wesu__admin form .wesu-button.wesu-button__update {
      background: #62d0d5;
      color: #fff;
      border: solid 2px #62d0d5; }
    .wesu__admin form .wesu-button.wesu-button__preview, .wesu__admin form .wesu-button.wesu-button__notify {
      background: #fff;
      color: #444;
      border: solid 2px #62d0d5; }
  .wesu__admin form .wesu-sub__setting {
    margin-bottom: 50px; }
    .wesu__admin form .wesu-sub__setting table {
      border: 1px solid #ccc;
      padding: 10px 20px;
      display: block;
      background: #f8f8f8; }
  .wesu__admin form .wesu-tab {
    overflow: hidden;
    margin-bottom: 50px;
    /* Style the .tablinkss inside the tab */ }
    .wesu__admin form .wesu-tab .wesu-tab__child {
      position: absolute;
      opacity: 0;
      z-index: 1; }
    .wesu__admin form .wesu-tab .wesu-tab__links {
      background-color: inherit;
      float: left;
      border: 1px solid #ccc;
      outline: none;
      cursor: pointer;
      padding: 15px 25px;
      transition: 0.3s;
      font-size: 14px;
      background-color: #f8f8f8;
      font-weight: bold;
      position: relative;
      /* Change background color of .tablinkss on hover */
      /* Create an active/current tablink class */ }
      .wesu__admin form .wesu-tab .wesu-tab__links:hover {
        background-color: #ddd; }
      .wesu__admin form .wesu-tab .wesu-tab__links.active {
        background-color: #62d0d5;
        color: #fff; }
  .wesu__admin form .wesu-update__setting {
    margin-bottom: 50px;
    /* Style the tab content */ }
    .wesu__admin form .wesu-update__setting .wesu-tab__content {
      display: none;
      padding: 10px 20px;
      border: 1px solid #ccc;
      background: #f8f8f8; }
      .wesu__admin form .wesu-update__setting .wesu-tab__content td {
        vertical-align: top; }
        .wesu__admin form .wesu-update__setting .wesu-tab__content td input[type=checkbox] {
          margin-top: 5px; }
        .wesu__admin form .wesu-update__setting .wesu-tab__content td input[type=radio] {
          margin-top: 5px; }
      .wesu__admin form .wesu-update__setting .wesu-tab__content .wesu-checkbox-option {
        padding-left: 15px; }
        .wesu__admin form .wesu-update__setting .wesu-tab__content .wesu-checkbox-option input {
          margin-top: 4px;
          margin-bottom: 3px; }
        .wesu__admin form .wesu-update__setting .wesu-tab__content .wesu-checkbox-option label {
          display: inline-block; }
      .wesu__admin form .wesu-update__setting .wesu-tab__content .wesu-update__option {
        margin-top: 10px; }
        .wesu__admin form .wesu-update__setting .wesu-tab__content .wesu-update__option#wesu_taxcalc {
          background: #fff;
          padding: 9px 17px 12px; }
        .wesu__admin form .wesu-update__setting .wesu-tab__content .wesu-update__option input {
          margin-top: 5px;
          margin-bottom: 3px; }
        .wesu__admin form .wesu-update__setting .wesu-tab__content .wesu-update__option label {
          padding-bottom: 7px;
          display: inline-block; }
        .wesu__admin form .wesu-update__setting .wesu-tab__content .wesu-update__option select {
          font-weight: normal; }
    .wesu__admin form .wesu-update__setting #wesu_sub_newname {
      width: 400px;
      max-width: 100%; }
  .wesu__admin form .wesu-update__notification {
    padding: 20px 20px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    margin-bottom: 50px; }
    .wesu__admin form .wesu-update__notification table {
      padding: 10px 25px 15px;
      margin: 25px 0 10px;
      background: #fff; }
      .wesu__admin form .wesu-update__notification table td input, .wesu__admin form .wesu-update__notification table td textarea {
        width: 500px;
        max-width: 100%; }
  .wesu__admin form #wesup_shipping_update .wesu-update__option, .wesu__admin form #wesup_tax_update .wesu-update__option {
    padding: 12px 20px 15px;
    background: #fff;
    margin: 15px 15px 0 0; }
  .wesu__admin form .wesu-tooltip {
    display: inline-block;
    font-size: 0.9em;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: middle;
    width: 16px;
    margin-left: 10px;
    color: #fff;
    background: #666;
    border-radius: 20px;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-indent: 0;
    text-align: center;
    cursor: help;
    padding: 1px; }
    .wesu__admin form .wesu-tooltip .wesu-tooltiptext {
      visibility: hidden;
      width: 300px;
      background-color: #555;
      color: #fff;
      text-align: center;
      border-radius: 6px;
      padding: 5px;
      position: absolute;
      z-index: 1;
      bottom: 125%;
      left: 50%;
      margin-left: -150px;
      opacity: 0;
      transition: opacity 0.3s; }
      .wesu__admin form .wesu-tooltip .wesu-tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent; }
    .wesu__admin form .wesu-tooltip:hover .wesu-tooltiptext {
      visibility: visible;
      opacity: 1; }

.wesu-result {
  margin-bottom: 30px; }
  .wesu-result .wesu-confirm {
    background: #fff;
    padding: 20px 45px;
    margin-bottom: 30px; }
  .wesu-result .wesu-warning {
    background: #dc3232;
    padding: 20px 45px;
    margin-bottom: 30px; }
    .wesu-result .wesu-warning h3 {
      color: #fff; }
  .wesu-result .wesu-preview {
    border-spacing: 0;
    margin-bottom: 25px; }
    .wesu-result .wesu-preview td, .wesu-result .wesu-preview th {
      border: 1px solid #ddd;
      padding: 8px; }
    .wesu-result .wesu-preview tr:nth-child(even) {
      background-color: #f2f2f2; }
    .wesu-result .wesu-preview tr:nth-child(odd) {
      background-color: #ffffff; }
    .wesu-result .wesu-preview tr:hover {
      background-color: #ddd; }
    .wesu-result .wesu-preview th {
      padding-top: 12px;
      padding-bottom: 12px;
      text-align: left;
      background-color: #62d0d5;
      color: white; }

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