body .gr8auto-tracking {
  display: flex;
  width: 100%;
  margin: 0;
}
body .gr8auto-tracking .content {
  width: 100%;
  min-width: 100%;
  flex-basis: 100%;
}
body .gr8auto-tracking .content > .head {
  display: flex;
  margin-bottom: 50px;
  flex-basis: 100%;
  flex-direction: column;
  align-items: flex-start;
}
body .gr8auto-tracking .content > .head .title {
  margin-bottom: 31px;
  color: #363636;
}
body .gr8auto-tracking .content > .head .form {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
body .gr8auto-tracking .content > .head .form input, body .gr8auto-tracking .content > .head .form button {
  display: inline-flex;
  height: 41px;
}
body .gr8auto-tracking .content > .head .form input {
  display: inline-flex;
  max-width: 360px;
  margin-right: 20px;
  padding-left: 15px;
  flex-grow: 1;
  outline: none;
  box-shadow: none;
  border: 1px solid #363636;
  font-size: 12px;
  color: #363636;
}
body .gr8auto-tracking .content > .head .form input:focus, body .gr8auto-tracking .content > .head .form input:active {
  border-color: #f90808;
}
body .gr8auto-tracking .content > .head .form button {
  max-width: 147px;
  min-width: 100px;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 0;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: #f90808;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
body .gr8auto-tracking .content > .head .form button:hover, body .gr8auto-tracking .content > .head .form button:active, body .gr8auto-tracking .content > .head .form button:focus {
  background-color: #d40808;
}
body .gr8auto-tracking .content .result .info-block {
  display: flex;
  padding: 40px;
  background: #fafafb;
}
body .gr8auto-tracking .content .result .info-block .info, body .gr8auto-tracking .content .result .info-block .media {
  display: flex;
  flex-basis: 50%;
  flex-direction: column;
}
body .gr8auto-tracking .content .result .info-block .title {
  margin-bottom: 50px;
  font-size: 32px;
  color: #333;
}
body .gr8auto-tracking .content .result .info-block .title h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}
body .gr8auto-tracking .content .result .info-block .info {
  padding-right: 32px;
  border-right: 1px solid #ddd;
}
body .gr8auto-tracking .content .result .info-block .info .data .item {
  display: flex;
  min-height: 41px;
  border-bottom: 1px solid #ddd;
}
body .gr8auto-tracking .content .result .info-block .info .data .item:nth-child(even) {
  background-color: #fff;
}
body .gr8auto-tracking .content .result .info-block .info .data .item .key {
  display: flex;
  flex-basis: 32%;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
  color: #3a4350;
}
body .gr8auto-tracking .content .result .info-block .info .data .item .value {
  display: flex;
  flex-grow: 1;
  padding-left: 17px;
  align-items: center;
  font-size: 15px;
  word-break: break-all;
  color: #3a4350;
}
body .gr8auto-tracking .content .result .info-block .media {
  padding-left: 32px;
}
body .gr8auto-tracking .content .result .info-block .media .subtitle {
  margin-bottom: 20px;
}
body .gr8auto-tracking .content .result .info-block .media .subtitle h3 {
  font-size: 20px;
}
body .gr8auto-tracking .content .result .info-block .media .data {
  display: flex;
  max-width: 490px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
body .gr8auto-tracking .content .result .info-block .media .data .item {
  display: inline-flex;
  margin-right: 28px;
  margin-bottom: 28px;
}
body .gr8auto-tracking .content .result .info-block .media .data .item .img {
  display: flex;
  width: 82px;
  height: 82px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #ddd;
}
body .gr8auto-tracking .content .result .info-block .media .data .item .img img {
  width: 71px;
  height: 71px;
  object-fit: cover;
}
body .gr8auto-tracking .content .result .info-block .media .documents .files {
  display: flex;
  flex-wrap: wrap;
}
body .gr8auto-tracking .content .result .info-block .media .documents .files, body .gr8auto-tracking .content .result .info-block .media .documents .files * {
  user-select: none;
}
body .gr8auto-tracking .content .result .info-block .media .documents .files .file {
  position: relative;
  padding: 5px;
  text-decoration: none;
  cursor: pointer;
}
body .gr8auto-tracking .content .result .info-block .media .documents .files .file:hover .delete {
  opacity: 1;
}
body .gr8auto-tracking .content .result .info-block .media .documents .files .file .preview {
  width: 80px;
  height: 80px;
  border-radius: 4.5px;
  box-shadow: 0 2px 2.88px 0.12px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
body .gr8auto-tracking .content .result .info-block .media .documents .files .file .preview .preview-img {
  width: 100%;
  height: 100%;
}
body .gr8auto-tracking .content .result .info-block .media .documents .files .file .preview .preview-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .gr8auto-tracking .content .result .info-block .media .documents .files .file .preview .preview-doc {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  border: 1px solid #e1e8ee;
  border-radius: 4.5px;
  background-color: #fafafb;
}
body .gr8auto-tracking .content .result .info-block .media .documents .files .file .preview .preview-doc .name {
  display: inline-flex;
  padding-bottom: 2px;
  flex-basis: 100%;
  flex-wrap: wrap;
  text-align: center;
  line-height: 11px;
  font-size: 10px;
  color: #bfc7d2;
}
body .gr8auto-tracking .content .result .info-block .media .documents .files .file .preview .preview-doc img {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: auto;
  width: 20px;
  height: 20px;
}
body .gr8auto-tracking .content .result .steps-block {
  margin-top: 45px;
}
body .gr8auto-tracking .content .result .steps-block * {
  line-height: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #3a4350;
}
body .gr8auto-tracking .content .result .steps-block .location {
  flex-grow: 1;
}
body .gr8auto-tracking .content .result .steps-block .date-time {
  flex-grow: 1;
  min-width: 37%;
  max-width: 37%;
  flex-shrink: 0;
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap {
  overflow-x: auto;
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .head {
  display: flex;
  min-width: 500px;
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .steps {
  min-width: 500px;
  margin-top: 10px;
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .steps .step {
  display: flex;
  height: 79px;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .steps .step.active .date-time .bar {
  background-color: #f90808;
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .steps .step.active .date-time .bar .icon {
  background-image: url("/wp-content/plugins/gr8auto-tracking/assets/images/icon-active-point.png");
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .steps .step.active.last-active .bar {
  background-color: #e1e8ee;
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .steps .step.active.last-active .bar .icon:before {
  content: "";
  position: absolute;
  left: -27px;
  top: 0;
  display: block;
  width: 17px;
  height: 19px;
  background: center/contain no-repeat url("/wp-content/plugins/gr8auto-tracking/assets/images/icon-ship.png");
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .steps .step:last-child .date-time .bar {
  height: 0;
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .steps .step .date-time {
  position: relative;
  display: flex;
  height: 100%;
  padding-left: 66px;
  flex-direction: column;
  justify-content: center;
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .steps .step .date-time .bar {
  position: absolute;
  left: 35px;
  top: 50%;
  display: block;
  width: 4px;
  height: calc(100% + 1px);
  background-color: #e1e8ee;
}
body .gr8auto-tracking .content .result .steps-block .steps-wrap .steps .step .date-time .bar .icon {
  position: absolute;
  left: -7px;
  top: -9px;
  /* bottom: 0; */
  display: block;
  /* margin: auto; */
  width: 18px;
  height: 18px;
  background: center/18px no-repeat url("/wp-content/plugins/gr8auto-tracking/assets/images/icon-not-active-point.png");
}
body .hide {
  display: none !important;
}

@media all and (max-width: 1024px) {
  body .gr8auto-tracking .content .result .info-block {
    flex-direction: column;
  }
  body .gr8auto-tracking .content .result .info-block .info {
    margin-bottom: 20px;
    padding: 0;
    border: none;
  }
  body .gr8auto-tracking .content .result .info-block .media {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  body .gr8auto-tracking .content > .head .form {
    flex-direction: column;
    align-items: center;
  }
  body .gr8auto-tracking .content > .head .form input {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  body .gr8auto-tracking .content > .head .form button {
    width: 100%;
    max-width: 100%;
  }
}

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