/*
 * Selfnamed: Cosmetics on demand extension is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

.sn-plugin .alert {
  font-weight: 500;
  color: var(--wc-red);
}

.sn-plugin .success {
  font-weight: 500;
  color: var(--wc-green);
}

.sn-plugin .grey {
  font-weight: 500;
  color: var(--wc-subtext);
}

.sn-plugin .action-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 0;
  gap: 10px;
}

.sn-plugin .action-list-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.sn-plugin .action-list-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.sn-plugin .pagination a.pagination-button {
  min-width: 36px;
  line-height: 36px;
}

.sn-plugin .container .sn-table-container {
  overflow-x: auto;
}

.sn-plugin .container table {
  border: 1px solid #c3c4c7;
  border-collapse: collapse;
  width: 100%;
  box-sizing: border-box;
  color: rgb(30, 30, 30);
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: rgb(255, 255, 255);
  position: relative;
  box-shadow: rgb(0 0 0 / 10%) 0 0 0 1px;
  outline: none;
  border-radius: 5px;
}

.sn-plugin .container table th {
  color: #2c3338;
  padding: 1em;
  vertical-align: middle;
  line-height: 1.75em;
  text-align: left;
  border-bottom: 1px solid #c3c4c7;
}

.sn-plugin .container table td {
  background: #f9f9f9;
  vertical-align: top;
  padding: 1em;
  margin-bottom: 9px;
  line-height: 1.75em;
  font-size: 14px;
  color: #50575e;
}

.sn-plugin .container table tr:nth-child(odd) td {
  background: #ffffff;
}

#sn-select-all {
  display: flex;
  align-items: center;
  gap: 2px;
}

#sn-select-all > input[type="checkbox"] {
  margin: 0;
}

#sn-select-all > span {
  padding: 0 6px;
  line-height: 16px;
  border-radius: 3px;
  background: #e0e0e0;
  color: #333;
  font-size: 11px;
  margin-left: 6px;
}

.sn-plugin .tablenav .tablenav-pages .pagination-links {
  display: inline;
}

.sn-plugin .tablenav .tablenav-pages .button.button-page {
  font-size: 12px;
  line-height: 30px;
}

.sn-plugin .welcome-title {
  margin: 20px 0 !important;
}

.sn-plugin .step-box {
  border: 1px solid #c3c4c7;
  background-color: #dcdcde;
  padding: 0 20px;
  width: fit-content;
  margin-bottom: 20px;
  max-width: 600px;
}

.sn-plugin .setting-form {
  padding-bottom: 20px;
}

.sn-plugin .setting-form input[type="text"] {
  width: 320px;
}

.sn-plugin .delivery_tab-content .action-list {
  display: flex;
  align-items: center;
}

.sn-plugin .getting-started_tab-content {
  padding-top: 20px;
}

.orders-table-tracking-numbers {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
}

/* Pagination */
.sn-plugin .sn-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.sn-plugin .sn-pagination > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.sn-plugin .sn-pagination > div input[type="text"] {
  margin: 0 2px 0 0;
  font-size: 13px;
  text-align: center;
}