/*!
 * Supertext translation
 * https://wordpress.org/plugins/polylang-supertext/
 * @author Heinrich Muralt
 * @version 2.7.0
 * Copyright 2023 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.column-translation-status {
  width: 20px;
}

.sttr-modal {
  position: relative;
  display: none;
}

.sttr-modal-background {
  position: fixed;
  z-index: 159900;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.sttr-modal-content {
  position: fixed;
  z-index: 160000;
  left: 50%;
  top: 50px;
  bottom: 50px;
  width: 910px;
  margin-left: -455px;
  border: 1px solid #888;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: sttr-appear;
  -webkit-animation-duration: 0.4s;
  animation-name: sttr-appear;
  animation-duration: 0.4s;
}

.sttr-modal-full-content {
  position: fixed;
  display: none;
  z-index: 160010;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
  width: 90%;
  height: 90%;
  background: #fff;
}

.sttr-modal-content hr {
  margin-top: 15px;
}

.sttr-modal-content h2 {
  font-size: 14px;
}

@-webkit-keyframes sttr-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sttr-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sttr-modal-notice {
  position: fixed;
  z-index: 160010;
  width: 400px;
  margin-left: -200px;
  left: 50%;
  top: 102px;
}

.sttr-modal-notice .notice {
  margin: 0;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-animation-name: sttr-appear;
  -webkit-animation-duration: 0.3s;
  animation-name: sttr-appear;
  animation-duration: 0.3s;
}

@-webkit-keyframes sttr-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes sttr-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sttr-modal-icon-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #666;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  cursor: pointer;
  outline: none;
}

.sttr-modal-icon-close:hover,
.sttr-modal-icon-close:focus {
  color: #00a0d2;
  text-decoration: none;
  cursor: pointer;
}

.sttr-modal-icon-close .dashicons {
  padding: 5px;
  margin: 0;
}

.sttr-modal-header {
  height: 50px;
  overflow: hidden;
}

.sttr-modal-header h1 {
  float: left;
  margin: 0;
  padding: 0 16px;
  font-size: 22px;
  line-height: 50px;
}

.sttr-modal-header .logo {
  float: left;
  padding: 9px 0 0 10px;
}

.sttr-modal-body {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 61px;
  margin: 0;
  padding: 0 16px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  overflow: auto;
}

.sttr-modal-body .loader {
  position: absolute;
  top: 49%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.sttr-modal-body .loader .spin {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 8px solid #ddd;
  border-top-color: #0085ba;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  margin: auto;
}

.sttr-modal-full-body {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 16px 16px 0 16px;
  border-top: 1px solid #ddd;
  overflow: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sttr-modal input,
.sttr-modal select {
  font-size: 13px;
}

.sttr-order-progress-bar {
  margin: 30px 0 15px 0;
}

.sttr-order-progress-bar ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.sttr-order-progress-bar ul li {
  position: relative;
  float: left;
  width: 33%;
  margin: 25px 0 0;
  padding: 0;
  color: #ccc;
  text-align: center;
}

.sttr-order-progress-bar ul li.active {
  color: #0085ba;
  font-weight: bold;
}

.sttr-order-progress-bar ul li.visited {
  font-weight: bold;
  color: #888;
  z-index: 99999;
}

.sttr-order-progress-bar ul li:before {
  position: absolute;
  left: 0;
  top: -40px;
  right: 0;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 13px;
  background: #ddd;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 2px #ddd;
  box-shadow: 0 0 0 2px #ddd;
  color: #fff;
  text-align: center;
  z-index: 99;
}

.sttr-order-progress-bar ul li.active:before {
  background: #0085ba;
  -webkit-box-shadow: 0 0 0 2px #0085ba;
  box-shadow: 0 0 0 2px #0085ba;
  z-index: 99999;
}

.sttr-order-progress-bar ul li.visited:before {
  background-color: #888;
  z-index: 99999;
}

.sttr-order-progress-bar ul li:nth-child(1):before {
  content: "1";
}

.sttr-order-progress-bar ul li:nth-child(2):before {
  content: "2";
}

.sttr-order-progress-bar ul li:nth-child(3):before {
  content: "3";
}

.sttr-order-progress-bar ul li:nth-child(4):before {
  content: "4";
}

.sttr-order-progress-bar ul li:nth-child(5):before {
  content: "5";
}

.sttr-order-progress-bar ul li:nth-child(6):before {
  content: "6";
}

.sttr-order-list {
  margin-left: 300px;
  border: 2px solid #ddd;
}

.sttr-order-items {
  float: left;
  width: 298px;
  margin-top: -2px;
  margin-left: -300px;
  margin-bottom: -2px;
  background-color: #fff;
  border-right: 2px solid #ddd;
}

@media screen and (max-width: 920px) {
  .sttr-modal-content {
    left: 5%;
    right: 5%;
    width: auto;
    margin-left: 0;
  }

  .sttr-order-list {
    margin-left: 150px;
  }

  .sttr-order-items {
    width: 149px;
    margin-left: -150px;
  }
}
@media screen and (max-width: 782px) {
  .sttr-modal-content {
    left: 0;
    right: 0;
  }
}
.sttr-order-items ul,
.sttr-order-items li {
  margin: 0;
  padding: 0;
}

.sttr-order-items li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #fff;
  border-right: none;
}

.sttr-order-items li a:focus,
.sttr-order-items li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #eee;
}

.sttr-order-items li.active a,
.sttr-order-items li.active a:hover {
  margin-right: -2px;
  border-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #444;
}

.sttr-order-items li.hasError a {
  color: red;
}

.sttr-order-items li a .dashicons-no-alt {
  float: right;
  visibility: hidden;
}

.sttr-order-items li a:hover .dashicons-no-alt {
  visibility: visible;
}

.sttr-order-items li.active a:hover .dashicons-no-alt {
  visibility: hidden;
}

.sttr-order-item-details {
  overflow: hidden;
  padding: 16px;
}
.sttr-order-item-details h3 {
  margin-top: 0;
  margin-bottom: 16px;
}
.sttr-order-item-details label {
  margin-right: 5px;
  white-space: nowrap;
}
.sttr-order-item-details .notice {
  margin: 0 0 20px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sttr-order-item-details .column {
  width: 50%;
  float: left;
}

@media screen and (max-width: 480px) {
  .sttr-order-item-details .column {
    float: none;
  }
}
.sttr-order-list .button {
  float: right;
  margin: 0 16px 16px 0;
}

.sttr-order-list .remove-item .dashicons {
  margin-top: 4px;
}

.sttr-order-item-quote table tbody tr input {
  padding-right: 0;
  margin-right: 0;
}

.sttr-order-item-quote table tbody tr label {
  padding: 2px 20px;
  display: block;
}

.sttr-order-item-quote table tbody tr:not(.first-group-row):not(.last-group-row):hover,
.sttr-order-item-quote table tbody tr:not(.first-group-row):not(.last-group-row):focus {
  background-color: rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.sttr-order-item-quote table thead td {
  padding: 0 10px;
}

.sttr-order-item-quote table tbody td {
  padding: 0;
  margin: 0;
}

.sttr-order-item-quote table tbody tr.first-group-row td {
  padding-top: 5px;
}

.sttr-order-item-quote table tbody tr + tr.first-group-row td {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 8px;
}

.sttr-order-item-quote table tbody tr.last-group-row,
.sttr-order-item-quote table tbody tr.last-group-row td {
  height: 8px;
  overflow: hidden;
}

.sttr-order-item-quote table tbody .quality-group-cell {
  vertical-align: top;
  padding-right: 10px;
}

.sttr-order-item-quote table .selection-cell {
  margin: 0;
  padding-right: 2px;
  overflow: hidden;
}

.sttr-item-content img {
  display: none;
}

.sttr-item-content pre {
  display: none;
  font-size: 13px;
}

#sttr-order-comment {
  width: 100%;
}

.sttr-modal-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  margin: 0;
  padding: 0 16px;
  overflow: hidden;
}

.sttr-modal-footer .button {
  float: right;
  margin-top: 15px;
  margin-left: 10px;
}

.sttr-log-container {
  max-height: 250px;
  overflow: auto;
}

#icl_translate_options .sttr-order-link-row td:first-child {
  display: none;
}
#icl_translate_options .sttr-order-link-row td:nth-child(2) {
  width: 1px;
  text-align: right;
}