@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #f4f6f8;
  margin: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

a:focus,
a:hover {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

[role="button"] {
  cursor: pointer;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.sp-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .sp-container {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .sp-container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .sp-container {
    max-width: 1170px;
  }
}

.sp-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.sp-col-md-1,
.sp-col-md-10,
.sp-col-md-11,
.sp-col-md-12,
.sp-col-md-2,
.sp-col-md-3,
.sp-col-md-4,
.sp-col-md-5,
.sp-col-md-6,
.sp-col-md-7,
.sp-col-md-8,
.sp-col-md-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.sp-col-md-3 {
  width: 100%;
}
.sp-col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .sp-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.col-md-12 {
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sp-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.text-center {
  text-align: center;
}

.sp-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 40, 100, 0.12);
  border-radius: 3px;
  box-shadow: 0 3px 12px 0 #d2d2f2;
  margin-bottom: 1.5rem;
  width: 100%;
}

.sp-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
  padding: 1.5rem 1.5rem;
  position: relative;
}

.track_label {
  /*! font-size: 20px; */
  margin-bottom: 22px;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.track-input-box {
  max-width: 600px;
}

.tracking-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: block;
  width: 100%;
  height: 45px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
  float: left;
  margin-bottom: 0;
  font-size: 16px;
}

.tracking-input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.btn-track {
  color: #fff !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
  box-shadow: none;
  position: relative;
  margin-left: -1px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 10px 15px !important;
}

/*progress step*/
.shipment-progres {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  margin: 35px 0;
}

.shipment-progres > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.4em;
  font-weight: 500;
}

.shipment-progres > li:before {
  /* content: attr(data-step); */
  content: "\2713";
  display: block;
  margin: 0 auto;
  background: #dfe3e4;
  width: 3.1em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}

.shipment-progres > li:after {
  content: "";
  position: absolute;
  display: block;
  background: #dfe3e4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  /*z-index: -1;*/
}

.shipment-progres > li:last-child:after {
  display: none;
}

.shipment-progres > li.is-complete {
  color: #4b9400;
}

.shipment-progres > li.is-complete:before,
.shipment-progres > li.is-complete:after {
  color: #fff;
  background: #22c03c;
}

/* .shipment-progres > li.is-active {
			color: #3498DB;
		}

			.shipment-progres > li.is-active:before {
				color: #FFF;
				background: #3498DB;
				animation: blink 1s linear infinite alternate;
            } */

.shipment-progres > li.is-active {
  color: #4b9400;
}

.shipment-progres > li.is-active:before {
  color: #fff;
  background: #22c03c;
}

.shipment-progres > li > span {
  font-size: 13px;
}

.progress__last:after {
  display: none !important;
}

.progress--medium {
  font-size: 1.5em;
}

.progress--large {
  font-size: 2em;
}

@keyframes blink {
  from {
    box-shadow: 0px 0px 0px 2px rgba(52, 152, 219, 0.18);
  }

  to {
    box-shadow: 0px 0px 0px 10px rgba(52, 152, 219, 0.18);
  }
}

/*progress step end*/
.text-gray {
  color: #8c8c8c;
}

.more_details_tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.tab-link {
  border: 1px solid #007bff;
  color: #007bff;
  border-radius: 0.25rem;
  display: block;
  padding: 0.9rem 1.5rem;
}

.tab-link.active {
  color: #fff;
  background-color: #007bff;
}

.details_section {
  max-width: 992px;
}

.more_details {
  display: none;
}

#collapsible {
  margin-top: 30px;
}

/* sp-table styles */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.sp-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.sp-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  text-align: left;
}

.sp-table td,
.sp-table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.sp-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* sp-table style end */
#status_tab {
  padding: 20px;
}

/* sp_modal css start */

.sp_modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.sp_modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  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: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  max-width: 500px;
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}

.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.sp_modal-header {
  padding: 2px 16px;
  border-bottom: 1px solid #e9ecef;
}

.sp_modal-body {
  padding: 15px;
}

.sp_modal-footer {
  padding: 2px 16px;
  border-top: 1px solid #e9ecef;
}

/* sp_modal css end */

.vertical-progress-reverse {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #849397;
  margin: 35px 0;
  display: flex;
  flex-direction: column;
  padding-left: 80px;
  padding-left: 60px;
  max-width: 992px;
}

.vertical-progress-reverse > li {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.4em;
  font-weight: 500;
  text-align: left;
  min-height: 100px;
}

.vertical-progress-reverse > li:before {
  /* content: attr(data-step); */
  content: "\2713";
  display: block;
  margin: 0 auto;
  background: #dfe3e4;
  width: 3.1em;
  height: 3em;
  text-align: center;
  margin-bottom: 0.5em;
  line-height: 3em;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  left: -45px;
}

.vertical-progress-reverse > li:after {
  content: "";
  position: absolute;
  display: block;
  background: #dfe3e4;
  width: 100%;
  height: 0.5em;
  top: 1.25em;
  left: 50%;
  margin-left: 1.5em\9;
  width: 4px;
  height: 95px;
  left: -29px;
}

.vertical-progress-reverse > li:last-child:after {
  display: none;
}

.vertical-progress-reverse > li.is-complete {
  /* color: #4b9400;*/
  color: black;
}

.vertical-progress-reverse > li.is-complete:before,
.vertical-progress-reverse > li.is-complete:after {
  color: #fff;
  background: #22c03c;
}

.box-width {
  max-width: 992px;
}

#Invalid_trackNo {
  text-align: center;
  margin-top: 20px;
}
