#tk-lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
#tk-lightbox-wrapper li {
  list-style: none;
}
#tk-lightbox-wrapper.hidden {
  display: none;
}
#tk-lightbox-wrapper .tk-lighbox-box {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  background: #ffffff;
  padding: 20px;
}
#tk-lightbox-wrapper .tk-lightbox-content {
  display: block;
  text-align: center;
  padding: 10px;
  margin-top: 10px;
}
#tk-lightbox-wrapper .tk-lightbox-content > div {
  width: 100%;
}
#tk-lightbox-wrapper .tk-lightbox-title {
  font-weight: bold;
  font-size: 14px;
  color: #000;
  padding: 10px;
  padding-top: 20px;
  text-align: left;
}
#tk-lightbox-wrapper .tk-content-body {
  text-align: center;
}
#tk-lightbox-wrapper .btn-lookup {
  background-color: #6b5c53;
  color: #ffffff;
  padding: 5px 12px;
  border: 1px #4e433d;
  border-radius: 4px;
  margin: 10px 0;
  display: inline-block;
}
#tk-lightbox-wrapper #url-result-table {
  overflow: hidden;
}
#tk-lightbox-wrapper .btn-lightbox {
  height: 40px;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  border: solid 2px #6b5c53;
  color: #6b5c53;
  margin-bottom: 10px;
}
#tk-lightbox-wrapper .btn-lightbox.active {
  color: #ffffff;
  background-color: #6b5c53;
}
#tk-lightbox-wrapper .tk-note {
  color: #999999;
  font-size: 12px;
  font-weight: bold;
}
#tk-lightbox-wrapper a {
  text-decoration: none;
}
#tk-lightbox-wrapper #show-copy-button {
  position: relative;
}
#tk-lightbox-wrapper .row-tracking-no {
  display: flex;
}

#tk-lighbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 0;
  color: #aaaaaa;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  font-size: 35px;
  text-decoration: none;
}
#tk-lighbox-close span {
  text-align: center;
  display: inline-block;
}

#tk-lighbox-container {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}
#tk-lighbox-container:before {
  content: '';
  width: 1px;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#tk-lighbox-container .row-tracking-no {
  margin-top: 10px;
}
#tk-lighbox-container #tk-tracking-no {
  color: #6d8eaa;
  padding-top: 5px;
}
#tk-lighbox-container #tk-spinner {
  text-align: center;
  margin-bottom: 20px;
}
#tk-lighbox-container td {
  border: 0;
  color: #6d8eaa;
  font-size: 13px;
  padding: 0;
  line-height: 100%;
  text-align: left;
}
#tk-lighbox-container td label {
  font-size: 13px;
  color: #333333;
  font-weight: bold;
}
#tk-lighbox-container td.column-label {
  min-width: 95px;
  padding-right: 8px;
  line-height: 20px;
}

body.wp-admin .btn-package-tracking-by-url, body.wp-admin .btn-package-tracking-by-api {
  margin-top: 10px;
}

#btn-copy-tracking-no {
  all: unset;
  margin: 2px 2px 2px 6px;
  cursor: pointer;
}

.tk-tooltip[data-title]:not([data-title=""]) {
  position: relative;
  display: inline-block;
}
.tk-tooltip[data-title]:not([data-title=""])::before, .tk-tooltip[data-title]:not([data-title=""])::after, .tk-tooltip[data-title]:not([data-title=""]) span::before {
  position: absolute;
  display: block;
  top: -10px;
  left: 50%;
  z-index: 1070;
  opacity: 0;
}
.tk-tooltip[data-title]:not([data-title=""]) span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #C4C4C4;
  left: calc(50% - 12px);
  z-index: 1071;
  top: -12px;
}
.tk-tooltip[data-title]:not([data-title=""])::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: calc(50% - 10px);
  z-index: 1072;
  top: -13px;
}
.tk-tooltip[data-title]:not([data-title=""])::after {
  content: attr(data-title);
  transform: translateX(-50%) translateY(-100%);
  font-weight: 400;
  line-height: 1.6;
  font-size: 12px;
  padding: 10px 15px;
  color: #333;
  font-weight: bold;
  word-wrap: normal;
  word-break: keep-all;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  border: 2px solid #C4C4C4;
  pointer-events: none;
}
.tk-tooltip[data-title]:not([data-title=""]).clicked::before, .tk-tooltip[data-title]:not([data-title=""]).clicked::after, .tk-tooltip[data-title]:not([data-title=""]).clicked span::before {
  opacity: 1;
}
