/* Auto Generate Variables from JSON */
.te-tab {
  background-image: linear-gradient(white, #f9fafb);
  border: 1px solid #eee;
  border-bottom: none;
  border-top: none;
  border-radius: 4px;
  position: relative;
}

.te-tab:after {
  content: '';
  border-top: 1px solid #eee;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 20px;
  width: 100%;
}

.te-tab span {
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  cursor: pointer;
  display: inline-block;
  padding: 15px 10px;
  min-width: 150px;
  text-align: center;
}

.te-tab span:hover {
  background: #fff;
  border-top: 1px solid #0a9d53;
  color: #000;
}

.te-tab span.active {
  background: #fff;
  border-top: 2px solid #0a9d53;
  color: #000;
  font-weight: 400;
  text-align: center;
}

.te-tab span ins {
  background: transparent;
}

.te-tabc {
  padding-top: 40px;
}

.te-tabc .tab-c {
  display: none;
}

.te-tabc .tab-c.active {
  display: block;
}

.te-loader {
  opacity: 0;
  position: absolute !important;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  z-index: -1;
}

.te-loader:after {
  display: none !important;
}

.te-loader .tee-svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
}

body.loading:before {
  content: '';
  background: rgba(255, 255, 255, 0.75);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.te-load .te-loader {
  opacity: 1 !important;
  z-index: 9999 !important;
}

.te-load .te-loader .circle {
  animation-name: t-rotate;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 999999;
}

body.loading {
  overflow: hidden;
}

body.loading .te-loader {
  opacity: 1 !important;
  position: fixed !important;
  z-index: 999999 !important;
}

body.loading .circle {
  animation-name: t-rotate;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: 999;
}

.sku-ex span {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}

.sku-ex span:nth-of-type(2n+1) {
  color: #4285f4;
}

#primary .convert-bar {
  display: block !important;
  box-shadow: none;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  max-height: initial !important;
}

#primary .convert-bar .inner,
#primary .convert-bar .new-sku {
  padding: 0 !important;
}

#primary .convert-bar .line-item {
  display: none;
}

#primary .convert-bar .new-sku {
  color: #222;
  font-size: 18px;
  margin-top: 20px;
  margin-left: 0;
}

#primary .convert-bar .new-sku:before {
  font-size: 14px;
}

#primary .convert-bar .new-sku span {
  color: #4285f4;
  font-weight: 400;
}

#primary .convert-bar .new-sku:empty ~ * {
  display: none;
}

#primary .convert-bar .copy {
  background: #4285f4;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  padding: 5px 10px;
  transform: translateY(-3px);
}

#primary .convert-bar .copy.c {
  background: #83bd31;
}

#primary .convert-bar #copy {
  position: fixed;
  height: 1px;
  width: 1px;
  top: -100px;
  left: -100px;
}

#primary .convert-bar + .tee-shadow {
  display: none !important;
}

#primary .campain {
  width: 50%;
}

#primary .campain > label:after {
  content: '( Existed Or New Campaign )';
}

#primary .campain .select2 {
  width: 100% !important;
}

#primary .option {
  padding-left: 0;
}

#primary .option:before {
  content: "Please Select Product Option:";
  display: block;
  width: 100%;
}

#primary .option select {
  margin-top: 10px;
}

