/**
	

/*Preloader Global*/
iframe {
  border: none !important;
  display: block;
  height: 876px !important;
}

.sc-dPyBCJ.kRPfEV {
  display: none !important;
}
.sc-jOrMOR.jIXjp {
  display: none !important;
}
.css-tyvwmd-ZapierLogo {
  display: none !important;
}
.kRPfEV {
  height: 0px !important;
  color: none;
  background: none !important;
  width: 0px !important;
  font-size: 0px !important;
}
.jIXjp {
  position: inherit !important;
}
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	z-index: 9999999;
	opacity: 1;
	visibility: visible;
}
.preloader .point-loader img {
	position: absolute;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	-webkit-animation: 2s jump infinite linear;
	animation: 2s jump infinite linear;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.preloader .loader {
	width: 100%;
	height: 100%;
}
.preloader.done {
	opacity: 0;
	visibility: hidden;
	transition: 1s all;
}

@-webkit-keyframes jump {
	0% {
		top: 50%;
	}
	100% {
		top: 40%;
	}
}
@keyframes jump {
	0% {
		top: 50%;
	}
	100% {
		top: 40%;
	}
}
/**
	Typography styles
	*/

.tracking-page p {
	color: #99a2aa;
	font-size: 14px;
	line-height: 24px;
}

.tracking-page p a {
	color: #99a2aa;
	font-size: 14px;
	line-height: 24px;
	background-image: -webkit-gradient(linear,left top,right top,from(#99a2aa),to(#99a2aa));
	background-image: -webkit-linear-gradient(left,#99a2aa,#99a2aa);
	background-image: -moz-linear-gradient(left,#99a2aa 0,#99a2aa 100%);
	background-image: -o-linear-gradient(left,#99a2aa 0,#99a2aa 100%);
	background-image: linear-gradient(90deg,#99a2aa 0,#99a2aa);
}

.tracking-page p a:hover {
	color: #99a2aa;
}

.text-center {
	text-align: center;
}

/**
	Basic styles
	*/

.tracking-page .content-wrapper {
	padding-top: 0;
}

/**
	Button style special
*/

.question-btn-orange {
	background-color: #fdc13d;
    color: #FFF;
    font-family: "Rubik Bold",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    transition: all .5s linear;
    display: block;
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    border: 0;
}

.question-btn-orange:hover {
	color: #FFF;
}

/**
	Link style
*/

.block-link-under {
	float: right;
	padding-top: 10px;
}

.block-link-under-top {
	margin-top: 30px;
}

/**
	Tracking form styles
	*/


.tracking-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.tracking-form .form-group #trackcode {
	padding-right: 230px;
}

.tracking-form .form-group #trackbutton {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 200px;
}

.tracking-form .form-group #trackbutton .default-btn-content {
	position: relative;
	right: 0;
	top: 0;
	color: #0e2f4b;
	font-family: "Rubik Bold", sans-serif;
	font-size: 20px;
	font-weight: 700;
	display: block;
	line-height: 80px;
}

.tracking-form .form-group #trackbutton .mobile-btn-content {
	display: none;
	position: relative;
	background: transparent url(../images/QhF2eEHv8lJo.png) no-repeat;
	width: 16px;
	height: 16px;
}

label[for="reset"] {
	content: none;
	display: none;
	width: 1.2rem;
	height: 1.2rem;
	position: absolute;
	top: 38%;
	right: 220px;
	color: transparent;
}
label[for="reset"].visible {
	display: block;
}

label[for="reset"]::after, label[for="reset"]::before {
	display:block;
	content:'';
	width: 2px;
	height: 1.2rem;
	background-color: #99A2AA;
	position: absolute;
	top: 0;
	left: 50%;
}

label[for="reset"]::before {
	transform: rotate(45deg);
}

label[for="reset"]::after {
	transform: rotate(-45deg);
}

input.reset-barcode {
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	color: transparent;
	z-index: 222;
	position: absolute;
}


input.reset-barcode:focus {
	outline: none;
}


.tracking-status-wrapper {
	position: relative;
}

.tracking-status-wrapper .tracking-status {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tracking-status-wrapper .share-icons-block {
	position: absolute;
	top: 40px;
	right: 0;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 3px 35px 0 rgba(95, 98, 102, 0.17);
}

.tracking-status-wrapper .fas,
.tracking-status-wrapper .fab {
	font-size: 22px;
	cursor: pointer;
	margin: 0 5px;
}

.tracking-status-wrapper .fa-print {
	color: #0e2f4b;
}

.tracking-status-wrapper .fa-file-excel {
	color: #008000;
}

.tracking-status-wrapper .fa-share-alt {
	color: #0e2f4b;
}

.tracking-status-wrapper .fa-viber {
	color: #8f5db7;
}

.tracking-status-wrapper .fa-whatsapp {
	color: #25d366;
}

.tracking-status-wrapper .fa-instagram {
	color: #c13584;
}

.tracking-status-wrapper .fa-facebook-messenger {
	color: #0084ff;
}

.tracking-status-wrapper .fa-telegram {
	color: #0088cc;
}

.tracking-status-wrapper .fa-envelope {
	color: #52bad5;
}

.tracking-status-wrapper .tracking-status p {
	padding: 0;
	line-height: 30px;
}

/**
	How to block styles
	*/

.how-to-block {
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 3px 35px 0 rgba(95, 98, 102, 0.17);
	margin-bottom: 20px;
}

.how-to-block h6 {
	padding: 0 0 10px;
}

.how-to-block .toggle-desc {
	color: #99a2aa;
	transition: all 500ms linear;
	font-weight: 700;
	display: inline-block;
	position: relative;
}

.how-to-block .toggle-desc:after {
	font-family: "Font Awesome 5 Free";
	content: "\F107";
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	font-weight: 900;
}

.how-to-block .toggle-desc.toggle-desc-clicked:after {
	content: "\F106";
}

.how-to-block .toggle-desc:hover {
	cursor: pointer;
	color: #0e2f4b;
}

.how-to-block .desc {
	display: none;
}


/**

	Question block

**/

.question-wrapper {
	padding: 0 30px 30px 30px;
	border-radius: 10px;
	box-shadow: 0 3px 35px 0 rgba(95, 98, 102, 0.17);
	margin-bottom: 20px;
}

/**
	Mobile app / chatbot block styles
	*/

.mobile-app-chatbot-wrapper {
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 3px 35px 0 rgba(95, 98, 102, 0.17);
	margin-bottom: 20px;
}

.mobile-app-chatbot-wrapper h6 {
	padding: 0 0 10px;
}

.mobile-app-chatbot-wrapper .mobile-app-link {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
}

.mobile-app-chatbot-wrapper .mobile-app-link:first-of-type {
	margin-right: 30px;
}

.mobile-app-chatbot-wrapper .mobile-app-link svg {
	width: 120px;
	height: 35px;
}

.mobile-app-chatbot-wrapper .social-col {
	margin-top: 10px;
}

.mobile-app-chatbot-wrapper .social-col .custom-fa {
	font-family: "Font Awesome 5 Brands";
	font-size: 26px;
	letter-spacing: 16.67px;
	line-height: 21px;
	transition: all 500ms linear;
	margin-right: 5px;
}

.mobile-app-chatbot-wrapper .social-col .fa-facebook-square {
	color: #3b5998;
}

.mobile-app-chatbot-wrapper .social-col .fa-telegram {
	color: #0088cc;
}

.mobile-app-chatbot-wrapper .social-col .fa-viber {
	color: #8f5db7;
}

/**
	Tracking results block styles
	*/

.tracking-results {
	border-radius: 10px;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 20px;
}

.tracking-results .tracking-results-header {
	border-bottom: 1px solid #e8ebee;
	padding-bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.tracking-results .tracking-results-header h5 {
	padding: 0;
}

.tracking-results .tracking-results-header p {
	padding-bottom: 0;
}

.tracking-results .tracking-results-header .toggle-track-elements {
	font-size: 14px;
	line-height: 20px;
	font-family: "Rubik", sans-serif;
	font-weight: 700;
	color: #fdc13d;
	transition: all 500ms;
}

.tracking-results .tracking-results-header .toggle-track-elements:hover {
	color: #ffd50a;
}

.tracking-results .tracking-results-body {
	position: relative;
	margin-top: 10px;
}

.tracking-results .tracking-results-body .track-content-single,
.tracking-results .tracking-results-body .track-content-multiple {
	display: inline-block;
	position: relative;
	width: 100%;
}

.tracking-results .tracking-results-body .track-content-single {
	padding-left: 30px;
}

.tracking-results .tracking-results-body .track-content-footer .track-content-description {
	display: flex;
	justify-content: space-between;
}

.tracking-results .tracking-results-header .flex-left .flex-left__element {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tracking-results .tracking-results-header .flex-left .flex-left__num {
    margin-right: 20px;
	color: rgb(38, 9, 51);
	font-size: 18px;
	font-weight: 600;
}

.collapsed {
	display: none;
}

.marked {
	display: block;
}

.under-wrapper {
	display: flex;
	justify-content: space-between;
}

.pd-btm {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tracking-results .tracking-results-body .track-content-single:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 24px;
	display: block;
	height: 100%;
	border: none;
	background-image: url('../images/XD3yv4rfujjB.svg');
	width: 3px;
}

.tracking-results .tracking-results-body .track-content-single-solid:before,
.tracking-results .tracking-results-body .track-content-single-solid-additional:before {
	background-image: url('../images/qEmqIKc1I8Gb.svg');
}

.tracking-results .tracking-results-body:last-of-type .track-content-single:before {
	display: none;
}

.tracking-results .tracking-results-body .tracking-results-body:last-child .track-content-single:before {
	display: none;
}

.tracking-results .tracking-results-body .track-icon {
	position: absolute;
	top: 10px;
	box-sizing: border-box;
	height: 13px;
	width: 13px;
	border: 3px solid #fdc13d;
	border-radius: 20px;
	background-color: #fff;
}

.tracking-results .tracking-results-body .track-icon-first,
.tracking-results .tracking-results-body .track-icon-first ~ .track-content-single {
	cursor: pointer;
}

.tracking-results .tracking-results-body .track-icon-first:before {
	position: absolute;
	left: 4px;
	top: 4px;
	display: block;
	content: ' ';
	background-color: #fdc13d;
	width: 9px;
	height: 9px;
	border-radius: 10px;
	z-index: 1;
}

.tracking-results .tracking-results-body .track-icon-last,
.tracking-results .tracking-results-body .track-icon-first {
	position: absolute;
	top: 3px;
	left: -5px;
	box-sizing: border-box;
	height: 23px;
	width: 23px;
	border: 3px solid #fdc13d;
	border-radius: 20px;
	background-color: #fff;
}

.tracking-results .tracking-results-body .track-content-title {
	font-size: 16px;
	color: #0e2f4b;
	font-weight: 500;
	line-height: 24px;
	font-family: "Open Sans", sans-serif;
	padding: 0 0 10px;
	display: inline-block;
}

.tracking-results .tracking-results-body .track-content-single .track-content-description,
.tracking-results .tracking-results-body .track-content-multiple .track-content-description {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 20px;
}

.tracking-results .tracking-results-body:last-of-type .track-content-single .track-content-description,
.tracking-results .tracking-results-body:last-of-type .track-content-multiple .track-content-description {
	padding-bottom: 0;
}

.tracking-results .tracking-results-body p {
	color: #99a2aa;
	font-size: 14px;
	line-height: 24px;
}

.adwrapper {
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}

.adwrapper > div {
	margin-bottom: 40px;
	text-align: center;
}

/**
	Error alert styles
	*/

#alert-error {
	display: none;
}

#alert-error .info-message {
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 3px 35px 0 rgba(95, 98, 102, 0.17);
	margin-bottom: 20px;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

#alert-error .info-message .flex-left {
	width: 100%;
	max-width: 40px;
}

#alert-error .info-message .flex-left i {
	color: #fdc13d
}

#alert-error .info-message .flex-right {
	width: 100%;
	max-width: calc(100% - 40px);
}

#alert-error .info-message .flex-right h6 {
	padding: 0 0 10px;
}

#alert-error .info-message .flex-right ul li {
	font-size: 14px;
	line-height: 24px;
}

.footer .container .footer-info-block .row .social-col a {
    display: inline;
}

.footer .container .footer-info-block .row .social-col a i{
    display: inline;
}

.telegram-color {
    transition: all 500ms linear
}

.telegram-color:hover{
	 fill: #fff
}

.header-wrapper .bottom-header .container .bottom-line .pin-logo img {
	display: none;
}

.header-wrapper .bottom-header .container .bottom-line .pin-logo {
	padding-right: 0;
}

.nice-preload {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: hsla(0,0%,100%,.85);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease,visibility .3s ease
}
.nice-preload.active {
	opacity: 1;
	visibility: visible
}
.nice-preload__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 32px 0;
	margin: 0 -5%;
	height: 100%;
	overflow: hidden
}
.nice-preload__spin {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: transparent;
	color: transparent;
	box-shadow: 0 -18px 0 0 #ffc627,12.727926px -12.727926px 0 0 #ffc627,18px 0 0 0 #ffc627,12.727926px 12.727926px 0 0 rgba(255,198,39,0),0 18px 0 0 rgba(255,198,39,0),-12.727926px 12.727926px 0 0 rgba(255,198,39,0),-18px 0 0 0 rgba(255,198,39,0),-12.727926px -12.727926px 0 0 rgba(255,198,39,0);
	-webkit-animation: dot-spin 1.5s linear infinite;
	animation: dot-spin 1.5s linear infinite
}
@-webkit-keyframes dot-spin {
	0%,to {
		box-shadow: 0 -18px 0 0 #ffc627,12.727926px -12.727926px 0 0 #ffc627,18px 0 0 0 #ffc627,12.727926px 12.727926px 0 -5px rgba(255,198,39,0),0 18px 0 -5px rgba(255,198,39,0),-12.727926px 12.727926px 0 -5px rgba(255,198,39,0),-18px 0 0 -5px rgba(255,198,39,0),-12.727926px -12.727926px 0 -5px rgba(255,198,39,0)
	}

	12.5% {
		box-shadow: 0 -18px 0 -5px rgba(255,198,39,0),12.727926px -12.727926px 0 0 #ffc627,18px 0 0 0 #ffc627,12.727926px 12.727926px 0 0 #ffc627,0 18px 0 -5px rgba(255,198,39,0),-12.727926px 12.727926px 0 -5px rgba(255,198,39,0),-18px 0 0 -5px rgba(255,198,39,0),-12.727926px -12.727926px 0 -5px rgba(255,198,39,0)
	}

	25% {
		box-shadow: 0 -18px 0 -5px rgba(255,198,39,0),12.727926px -12.727926px 0 -5px rgba(255,198,39,0),18px 0 0 0 #ffc627,12.727926px 12.727926px 0 0 #ffc627,0 18px 0 0 #ffc627,-12.727926px 12.727926px 0 -5px rgba(255,198,39,0),-18px 0 0 -5px rgba(255,198,39,0),-12.727926px -12.727926px 0 -5px rgba(255,198,39,0)
	}

	37.5% {
		box-shadow: 0 -18px 0 -5px rgba(255,198,39,0),12.727926px -12.727926px 0 -5px rgba(255,198,39,0),18px 0 0 -5px rgba(255,198,39,0),12.727926px 12.727926px 0 0 #ffc627,0 18px 0 0 #ffc627,-12.727926px 12.727926px 0 0 #ffc627,-18px 0 0 -5px rgba(255,198,39,0),-12.727926px -12.727926px 0 -5px rgba(255,198,39,0)
	}

	50% {
		box-shadow: 0 -18px 0 -5px rgba(255,198,39,0),12.727926px -12.727926px 0 -5px rgba(255,198,39,0),18px 0 0 -5px rgba(255,198,39,0),12.727926px 12.727926px 0 -5px rgba(255,198,39,0),0 18px 0 0 #ffc627,-12.727926px 12.727926px 0 0 #ffc627,-18px 0 0 0 #ffc627,-12.727926px -12.727926px 0 -5px rgba(255,198,39,0)
	}

	62.5% {
		box-shadow: 0 -18px 0 -5px rgba(255,198,39,0),12.727926px -12.727926px 0 -5px rgba(255,198,39,0),18px 0 0 -5px rgba(255,198,39,0),12.727926px 12.727926px 0 -5px rgba(255,198,39,0),0 18px 0 -5px rgba(255,198,39,0),-12.727926px 12.727926px 0 0 #ffc627,-18px 0 0 0 #ffc627,-12.727926px -12.727926px 0 0 #ffc627
	}

	75% {
		box-shadow: 0 -18px 0 0 #ffc627,12.727926px -12.727926px 0 -5px rgba(255,198,39,0),18px 0 0 -5px rgba(255,198,39,0),12.727926px 12.727926px 0 -5px rgba(255,198,39,0),0 18px 0 -5px rgba(255,198,39,0),-12.727926px 12.727926px 0 -5px rgba(255,198,39,0),-18px 0 0 0 #ffc627,-12.727926px -12.727926px 0 0 #ffc627
	}

	87.5% {
		box-shadow: 0 -18px 0 0 #ffc627,12.727926px -12.727926px 0 0 #ffc627,18px 0 0 -5px rgba(255,198,39,0),12.727926px 12.727926px 0 -5px rgba(255,198,39,0),0 18px 0 -5px rgba(255,198,39,0),-12.727926px 12.727926px 0 -5px rgba(255,198,39,0),-18px 0 0 -5px rgba(255,198,39,0),-12.727926px -12.727926px 0 0 #ffc627
	}
}
@keyframes dot-spin {
	0%,to {
		box-shadow: 0 -18px 0 0 #ffc627,12.727926px -12.727926px 0 0 #ffc627,18px 0 0 0 #ffc627,12.727926px 12.727926px 0 -5px rgba(255,198,39,0),0 18px 0 -5px rgba(255,198,39,0),-12.727926px 12.727926px 0 -5px rgba(255,198,39,0),-18px 0 0 -5px rgba(255,198,39,0),-12.727926px -12.727926px 0 -5px rgba(255,198,39,0)
	}

	12.5% {
		box-shadow: 0 -18px 0 -5px rgba(255,198,39,0),12.727926px -12.727926px 0 0 #ffc627,18px 0 0 0 #ffc627,12.727926px 12.727926px 0 0 #ffc627,0 18px 0 -5px rgba(255,198,39,0),-12.727926px 12.727926px 0 -5px rgba(255,198,39,0),-18px 0 0 -5px rgba(255,198,39,0),-12.727926px -12.727926px 0 -5px rgba(255,198,39,0)
	}

	25% {
		box-shadow: 0 -18px 0 -5px rgba(255,198,39,0),12.727926px -12.727926px 0 -5px rgba(255,198,39,0),18px 0 0 0 #ffc627,12.727926px 12.727926px 0 0 #ffc627,0 18px 0 0 #ffc627,-12.727926px 12.727926px 0 -5px rgba(255,198,39,0),-18px 0 0 -5px rgba(255,198,39,0),-12.727926px -12.727926px 0 -5px rgba(255,198,39,0)
	}

	37.5% {
		box-shadow: 0 -18px 0 -5px rgba(255,198,39,0),12.727926px -12.727926px 0 -5px rgba(255,198,39,0),18px 0 0 -5px rgba(255,198,39,0),12.727926px 12.727926px 0 0 #ffc627,0 18px 0 0 #ffc627,-12.727926px 12.727926px 0 0 #ffc627,-18px 0 0 -5px rgba(255,198,39,0),-12.727926px -12.727926px 0 -5px rgba(255,198,39,0)
	}

	50% {
		box-shadow: 0 -18px 0 -5px rgba(255,198,39,0),12.727926px -12.727926px 0 -5px rgba(255,198,39,0),18px 0 0 -5px rgba(255,198,39,0),12.727926px 12.727926px 0 -5px rgba(255,198,39,0),0 18px 0 0 #ffc627,-12.727926px 12.727926px 0 0 #ffc627,-18px 0 0 0 #ffc627,-12.727926px -12.727926px 0 -5px rgba(255,198,39,0)
	}

	62.5% {
		box-shadow: 0 -18px 0 -5px rgba(255,198,39,0),12.727926px -12.727926px 0 -5px rgba(255,198,39,0),18px 0 0 -5px rgba(255,198,39,0),12.727926px 12.727926px 0 -5px rgba(255,198,39,0),0 18px 0 -5px rgba(255,198,39,0),-12.727926px 12.727926px 0 0 #ffc627,-18px 0 0 0 #ffc627,-12.727926px -12.727926px 0 0 #ffc627
	}

	75% {
		box-shadow: 0 -18px 0 0 #ffc627,12.727926px -12.727926px 0 -5px rgba(255,198,39,0),18px 0 0 -5px rgba(255,198,39,0),12.727926px 12.727926px 0 -5px rgba(255,198,39,0),0 18px 0 -5px rgba(255,198,39,0),-12.727926px 12.727926px 0 -5px rgba(255,198,39,0),-18px 0 0 0 #ffc627,-12.727926px -12.727926px 0 0 #ffc627
	}

	87.5% {
		box-shadow: 0 -18px 0 0 #ffc627,12.727926px -12.727926px 0 0 #ffc627,18px 0 0 -5px rgba(255,198,39,0),12.727926px 12.727926px 0 -5px rgba(255,198,39,0),0 18px 0 -5px rgba(255,198,39,0),-12.727926px 12.727926px 0 -5px rgba(255,198,39,0),-18px 0 0 -5px rgba(255,198,39,0),-12.727926px -12.727926px 0 0 #ffc627
	}
}

/**
	Media queries
	*/

@media screen and (max-width: 1200px) {

	.tracking-form .form-group #trackcode {
		max-width: 100%;
	}

	.tracking-results:first-of-type {
		margin-top: 30px;
	}

	.tracking-status-wrapper .tracking-status {
		margin-bottom: 15px;
	}

	.tracking-status-wrapper .tracking-status p {
		line-height: 20px;
	}

}

@media screen and (max-width: 992px) {

	.header-wrapper .bottom-header .container .bottom-line .user-account {
		margin-right: 0 !important;
		margin-left: auto!important;
	}
}

@media screen and (max-width: 760px) {

	.header-wrapper .bottom-header .container .bottom-line .user-account {
		margin-right: 0 !important;
		margin-left: auto!important;
	}

	.tracking-status-wrapper .tracking-status {
		flex-direction: column;
		align-items: flex-start;
	}
	.tracking-status-wrapper .tracking-status .flex-right {
		padding: 15px 0 0;
	}

	.tracking-status-wrapper .share-icons-block {
		position: static;
		margin-bottom: 20px;
		max-width: 200px;
	}

}

@media screen and (max-width: 767px) {

	.tracking-form .form-group {
		margin-bottom: 20px;
	}

	.tracking-form .form-group #trackcode {
		padding-right: 50px!important;
	}

	.tracking-form .form-group #trackbutton {
		line-height: 60px;
		max-width: 16px;
		background-color: transparent;
		top: 24px;
		right: 20px;
	}

	.tracking-form .form-group #trackbutton .default-btn-content {
		display: none;
	}

	.tracking-form .form-group #trackbutton .mobile-btn-content {
		display: block;
	}

	label[for="reset"] {
		width: 1.2rem;
		height: 1.2rem;
		top: 39%;
		right: 60px;
	}

	label[for="reset"]::after, label[for="reset"]::before {
		height: 1.2rem;
	}

	input.reset-barcode {
		width: 1.2rem;
		height: 1.2rem;
	}

	.how-to-block {
		padding: 20px;
	}

	.mobile-app-chatbot-wrapper {
		margin-top: 10px;
		padding: 20px;
	}

	.tracking-results .tracking-results-body .track-content-title {
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 5px;
	}

	.tracking-results .tracking-results-body p {
		font-size: 12px;
	}

	.tracking-results .tracking-results-body .track-content-single .track-content-description,
	.tracking-results .tracking-results-body .track-content-multiple .track-content-description {
		flex-direction: column;
		justify-content: flex-start;
		padding-bottom: 0;
	}

}

@media print {

	.d-print-none {
		display: none!important;
	}

}

.tracking-form .form-group .file-louder {
	display: block;
	position: relative;
	background: transparent url(../images/QhF2eEHv8lJo.png) no-repeat;
	width: 16px;
	height: 16px;
}

.upload-btn-wrapper {
	margin-bottom: 20px;
}

.tracking-form .upload-btn-wrapper input[type=file] {
	display: none;
}

.tracking-form .upload-btn-wrapper span{
	font-family: "Open Sans Regular",sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #99A2AA;
}

.tracking-form__upload {
	position: relative;
	background: transparent url(../images/8YIOyMk7figR.png) no-repeat;
	height: 25px;
	transition: opacity .15s ease-in-out;
}

.tracking-form .tracking-form__upload span {
	display: block;
	font-family: "Rubik", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin-top: -5px;
	margin-left: 5px;
	color: #FDC13D;
	cursor: pointer;
}

.tracking-form__upload:hover{
	opacity: 0.8;
}

.data-text{
	margin-top: 17px;
	margin-bottom: 15px;
}

.title-list{
	background: #E8EBEE;
}

.title-list p{
	margin: 13px 25px;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	/* identical to box height, or 171% */
	color: #99A2AA;
}

.body-list{
	background: #FFFFFF;
}

.body-list hr{
	width: 100%;
	background: #E8EBEE;
	border-radius: 1px;
	border: 1px;
	margin: 0;
}

.body-list div{
	padding: 28px 40px;
}

.body-list p {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	/* identical to box height, or 171% */
	margin: 0;
	padding: 0;
	color: #0E2F4B;
}

.body-list p img{
	margin-right: 8px;
}

.body-list .body-list-detile p{
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	color: #99A2AA;
}

.body-list .status-ready{
	color: #7ED321!important;
}

.body-list .status-accepted{
	color: #FF7E36!important;
}

.body-list .status-processing{
	color: #FDC13D!important;
}

.btn-export-txt{
	background: #FDC13D;
	border-radius: 8px;
	font-family: "Rubik", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	/* identical to box height, or 143% */
	padding: 15px;

	text-align: center;

	color: #FFFFFF;
}

.body-list button:hover{
	opacity: 0.7;
}

.btn-export-xml{
	background: #99A2AA;
	border-radius: 8px;
	font-family: "Rubik", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	/* identical to box height, or 143% */
	padding: 15px;
	text-align: center;
	color: #FFFFFF;
	margin-left: 20px;
}

.body-list-pagination{
	border-radius: 0 0 10px 10px;
}

.body-list-pagination span{
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	/* identical to box height, or 171% */
	color: #99A2AA;
}

.body-list-pagination p a{
	margin-right: 21px;
	background-image: linear-gradient(#FFFFFF, #FFFFFF);
}

.body-list-pagination p .activ {
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #0E2F4B;
	margin-right: 21px;
}

.body-list-pagination .btn-primary{
	width: 74px;
	background: #E8EBEE;
	border-radius: 20px;
	padding: 10px 15px;
}

.body-list-pagination .dropdown-toggle{
	color: #0E2F4B!important;
	background: #E8EBEE!important;
}

.body-list-pagination .dropdown{
	padding: 0;
}

.body-list-pagination .dropdown button{
	color: #0E2F4B;
}

.body-list-pagination .dropdown button:active{
	color: #0E2F4B;
	background: #E8EBEE;
}

.body-list-pagination .dropdown-menu{
	width: 75px!important;
	padding: 0!important;
}

.body-list-pagination .dropdown-menu a{
	width: 75px;
}

#body-data-file{
	display: none!important;
}

#printable-content{
	margin-top: -30px;
}
