.web3s_submit{
    /* border-radius: 0px 10px 10px 0px!important; */
    display: inline-block;
    /* padding-top: 18px!important; */
    /* padding-bottom: 17px!important; */
    /* margin-left: 20px; */
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #bf0a30;
    background-color: #bf0a30;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
    }
.web3s_number {
    width: 0%;
}
.display-orders{
    margin-top:20px;
}
@media (max-width: 767px){
    .web3s_submit{margin: 0; padding: 0;width: 50%; font-size: 13px;}
	.medium-flex-wrap {
    text-align: center;
}
}
.dhl_form_submit {
    width: 60%;
}

.dhl_form_loading_text {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.dhl_title {
    text-align: left;
    padding-left: 3%;
}
.timestamp_day {
	font-weight:bold;
}
.timestamp_big {
    font-weight: bold;
    font-size: 16px;
}
ul.timeline_ul {
    list-style-type: disc;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: inside;
	list-style-type: none;
}
ul.timeline_ul li label {
    font-weight: bold;
    width: 130px;
    display: inline-block;
}
#content_timeline {
  text-align: center;  
}

.history-tl-container{
  width:100%;
  padding-left:4%;
  margin:auto;
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    margin-left:0px;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:4px dashed #0c1239;
    padding:0 0 50px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -18px;
    top: -5px;
    content: " ";
    border: 8px solid rgb(2, 116, 190);
    border-radius: 500%;
    background: #ffffff;
    height: 30px;
    width: 30px;
    transition: all 500ms ease-in-out;
}
.history-tl-container ul.tl .delivered::before {
	background:#2e8000;
}
.history-tl-container ul.tl li.delivered::before {
	background:#2e8000;
}
.history-tl-container ul.tl li:hover::before{
    border-color:  #e96c11;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title {
    padding-top: 20px;
	font-size:13px;
	font-weight:bold;
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:15px;
}
ul.tl li .timestamp{
    color: #8D8D8D;
    position: relative;
	width:170px;
    text-align: left;
    font-size: 12px;
}
#dhl_submit {
	border-radius:0px 10px 10px 0px;
	display:inline-block;
	padding-top: 18px!important;
    padding-bottom: 17px!important;
    margin-left: 20px;
}
#tracking_number {
    width: 50%;
}
@media all and (min-width:0px) and (max-width: 960px) {
	#tracking_number {
		width: 90%;
		margin-bottom: 20px;
		border-radius: 10px 0px 0px 10px!important;
	}
	.dhl_form_submit {
    	width: 90%;
    	margin: 0 auto;
    	text-align: center;
	}
	#dhl_submit {
		border-radius:20px;
		display:inline-block;
	}
	ul.timeline_ul {
    	list-style-type: disc;
    	-webkit-columns: 1;
    	-moz-columns: 1;
    	columns: 1;
    	list-style-position: inside;
		list-style-type: none;
	}
	ul.timeline_ul li label {
    	width: 110px;
	}
	.dhl_title {
		font-size:20px;
	}
}

/*V2*/
.tracking_form_content {
	margin-bottom: 60px
}

.tracking_form_content h2 {
	font-size: 36px
}

.tracking_form_content .textbox_textarea {
	font-size: 17px;
	line-height: 22px
}

.tracking_form_content .tracking_wrapper {
	display: inline-flex;
	width: 100%
}

.tracking_form_content .tracking_wrapper .input_wrapper {
	width: 80%;
	display: inline-flex
}

.tracking_form_content .tracking_wrapper .input_wrapper input {
	width: 100%;
	padding: 5px 10px
}

.tracking_form_content #stApp_btnTrack {
	width: 20%;
	text-align: center
}

.tracking_form_content .tracking_wrapper .input_wrapper input {
	height: 50px;
	border-radius: 10px;
	border: 2px solid #0000005c;
	width: 100%;
	padding: 5px 10px
}

.tracking_form_content #stApp_btnTrack {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
	margin-left: -20px;
	width: 20%;
	text-align: center;
	border: 2px solid #0000005e;
	border-radius: 0 10px 10px 0;
	border-left: 0
}

.tracking_form_content {
	padding: 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 20px #0000003b;
	margin-bottom: 3vw
}

.page-contents .tracking_form_content h2 {
	font-weight: 700;
	font-size: 20pt
}

@media (min-width: 600px) {
	.tracking_form_content {
		display: flex;
		margin-bottom: 3vw;
		align-items: center
	}
}

@media (max-width: 600px) {
	#nav_menu-4 h3 {
		display: none
	}
	.page-contents .tracking_form_content #stApp_btnTrack {
		width: 30%
	}
	.page-contents .result-checkpoints thead>tr>th {
		white-space: pre-wrap
	}
	.result-summary tr td li {
		word-break: break-all
	}
}

.result-checkpoints thead>tr {
	background: #ffcc00;
}

.result-checkpoints thead>tr>th {
	color: #000;
	white-space: nowrap;
	padding: 8px 10px
}

.result-checkpoints thead>tr>td {
	padding: 8px 10px
}

.tracking-result table {
	width: 100%
}

.tracking-result .status {
	text-align: center;
	/* white-space: nowrap */
}

.tracking-result .status i {
	font-size: 36px
}

.result-summary {
	margin-bottom: 0;
	background: #ffcc00;
}

.result-summary tr td,
.result-summary tr td p,
.result-summary tr td li {
	color: #000;
}

.result-summary td ul {
	width: 100%;
	display: flex;
	float: inherit;
	margin-left: 10px
}

.result-summary td p {
	margin: 0 10px
}

.result-checkpoints>tbody>tr>td:first-child,
.result-checkpoints>tbody>tr>td:last-child {
	text-align: center
}

.loader {
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #1b5f9e;
	border-bottom: 8px solid #1b5f9e;
	width: 80px;
	height: 80px;
	left: inherit;
	position: inherit;
	top: inherit;
	margin: 0 auto;
	margin-top: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(360deg)
	}
}

table.result-checkpoints tr td {
	font-size: 15px;
	color: #474747;
	line-height: 1.4;
	border: 1px solid #eaeaea42;
	padding: 15px
}

table.result-checkpoints thead {
	box-shadow: -1px 2px 10px -1px rgba(0, 0, 0, .42);
	padding: 20px 20px
}

table.result-checkpoints thead>tr>th {
	padding: 15px 20px
}

table.result-checkpoints tbody tr:nth-child(2n) {
	background-color: #1c233817
}

.result-checkpoints {
	border-radius: 10px;
	margin: 3vw 0;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15)
}

table.result-checkpoints tr td,
table.result-checkpoints tr th {
	border: 0
}

table.result-summary {
	border-radius: 10px;
	/* box-shadow: 1px -1px 20px 0 rgb(0 0 0 / 0%); */
}

table.result-summary tr td {
	border-right: 1px dashed #0000004a;
	padding: 20px 10px;
	vertical-align: middle;
}

table.result-summary tr td:last-child {
	border-right: 0
}

.result-summary td ul {
	padding: 5px 10px
}


/*Mobile*/

  .profile-pic {
	width: 30px;
	height: 30px;
	display: inline-block;
	float: right;
	position: relative;
  }
  .profile-pic img {
	width: 100%;
	border-radius: 50%;
  }
  
  .notification {
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	top: 2px;
	right: 2px;
	background: #F93B69;
  }
  
  .header {
	background: url(https://unsplash.it/1080/720?image=1044);
	background-size: cover;
	color: #fff;
	position: relative;
  }
  
  .color-overlay {
	padding: 3em 2em;
	box-sizing: border-box;
	background: rgba(123, 94, 155, 0.5);
  }
  
  .actionbutton {
	position: absolute;
	background: #F93B69;
	width: 50px;
	height: 50px;
	font-size: 3em;
	font-weight: 300;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -25px;
	right: 20px;
	box-shadow: 0 0 8px #202020;
  }
  
  .day-number {
	font-size: 4em;
	display: inline-block;
	margin-right: 15px;
  }
  
  .date-right {
	display: inline-block;
  }
  
  .day-name {
	font-size: 1.6em;
  }
  
  .month {
	text-transform: uppercase;
	font-weight: 300;
	font-size: 0.6em;
	letter-spacing: 2px;
	margin-top: 2px;
  }
  
  .timeline ul {
	padding: 1em 0 0 0em;
	margin: 0;
	list-style: none;
	position: relative;
  }
  .timeline ul::before {
	content: " ";
	height: 100%;
	width: 1px;
	background-color: #d9d9d9;
	position: absolute;
	top: 0;
	left: 0.5em;
	z-index: -1;
  }
  .timeline li div {
	display: inline-block;
	margin: 1em 0;
	vertical-align: top;
	}
  .timeline .bullet {
	width: 1em;
	height: 1em;
	box-sizing: border-box;
	border-radius: 50%;
	background: #fff;
	z-index: 1;
	margin-right: 1em;
	}
  .timeline .bullet.blue {
	border: 2px solid #ffcc00;
	background: #fff;
	}
  .timeline .bullet.green {
	border: 2px solid #B0E8E2;
  }
  .timeline .bullet.orange {
	border: 2px solid #EB8B6E;
  }
  .timeline .time {
	width: 20%;
	font-size: 0.75em;
	padding-top: 0.25em;
  }
  .timeline .desc {
	width: 67%;
  }
  .timeline h3 {
	font-size: 1em;
	font-weight: 400;
	margin: 0;
  }
  .timeline h4 {
	margin: 0;
	font-size: 0.8em;
	font-weight: 400;
	color: #808080;
  }
  
.page section.section {
	/* padding: 15px 0 !important; */
}
form.tracking-form {
	padding: 0 !important;
}
.info-kh {
	background: #ffcc00;
	line-height: 30px;
	color: #000;
	border-radius: 4px;
	margin-bottom: 10px;
	margin: auto!important;
	padding: 10px!important;
}
.timeline ul li:first-child {
	background-color: #f3f6f5 !important;
}
.timeline ul li:first-child .bullet.blue {
	border: 2px solid #ffcc00;
	background: #ffcc0180 !important;
}
.timeline p {
	margin: 0;
}
.title-ems {
	margin-top: 20px;
}
.title-ems h3 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #0072bc;
}