.app {
	background-color: #f7f7f7;
	background-image: url('../img/pattern.svg');
	background-size: cover;
	width: 100%;
	height: calc(100vh - 70px);
}


.text-center {
	text-align: center;
}

.text-black {
	color: #000000;
}

.h-100 {
	height: 100%;
}

.minh90vh {
	min-height: 90vh
}

/* Width */
.w-3 {
	width: 1rem;
}

.w-4 {
	width: 2rem;
}

.w-5 {
	width: 3rem;
}

.w-6 {
	width: 4rem;
}

.w-7 {
	width: 5rem;
}

.w-40 {
	width: 10rem;
}

.w-80 {
	width: 20rem;
}

.w-82 {
	width: 22rem;
}

.w-full {
	width: 100%;
}


/* Font */

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-semibold {
	font-weight: 500;
}

.font-bold {
	font-weight: 600;
}

/* Flexbox */
.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.flex-row {
	flex-direction: row;
}

.items-center {
	align-items: center
}

.items-start {
	align-items: start;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

/* margin */
.mb-1 {
	margin-bottom: 4px;
}

.mb-2 {
	margin-bottom: 8px;
}

.mb-3 {
	margin-bottom: 16px;
}

.mb-4 {
	margin-bottom: 24px;
}

.mb-5 {
	margin-bottom: 32px;
}

.mb-6 {
	margin-bottom: 48px;
}

.mb-7 {
	margin-bottom: 56px;
}

.mt-1 {
	margin-top: 4px;
}

.mt-2 {
	margin-top: 8px;
}

.mt-3 {
	margin-top: 16px;
}

.mt-4 {
	margin-top: 24px;
}

.mt-5 {
	margin-top: 32px;
}

.mt-6 {
	margin-top: 48px;
}

.mt-7 {
	margin-top: 56px;
}

.mr-1 {
	margin-right: 4px;
}

.mr-2 {
	margin-right: 8px;
}

.mr-3 {
	margin-right: 16px;
}

.mr-4 {
	margin-right: 24px;
}

.mr-5 {
	margin-right: 32px;
}

.mr-6 {
	margin-right: 48px;
}

.ml-1 {
	margin-left: 4px;
}

.ml-2 {
	margin-left: 8px;
}

.ml-3 {
	margin-left: 16px;
}

.ml-4 {
	margin-left: 24px;
}

.ml-5 {
	margin-left: 32px;
}

.ml-6 {
	margin-left: 48px;
}

/* Padding */

.py-3 {
	padding-bottom: 16px !important;
	padding-top: 16px !important;
}

.px-3 {
	padding-right: 16px;
	padding-left: 16px;
}

.px-4 {
	padding-right: 24px;
	padding-left: 24px;
}

#box-inputs {
	width: 40%;
	align-self: center;
}

@media screen and (max-width: 780px) {
	#box-track-inputs {
		width: 100%;
	}
}

#box-track-inputs button {
	font-family: "Axiforma", Sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	border: 1px solid #000;
	padding: 15px 32px 15px 32px;
	color: #ffffff;
	background-color: #000;
	transition: all 0.5s;
	border-radius: 39px;
}

#box-track-inputs button:hover {
	color: #000;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid #000;
}

#box-track-inputs input {
	border-radius: 0%;
	border-radius: 39px;
	border: 1px solid #BABABA;

	font-size: 18px;
	margin-bottom: 1rem;
}

#box-track-inputs input::placeholder {
	font-family: "Axiforma", Sans-serif;
	font-size: 18px;
	font-weight: 300;
}

.input-code-invalid {
	border: 1px solid #ff6b6b;
}

#s input:focus-visible {
	outline: none !important;
	border: 1px solid #323130;
	transition: 1s;
}

.input-track-order {
	width: 100%;
	margin-bottom: 3rem;
	margin-top: 1rem;
}

.error-message {
	color: red;
	align-self: center;
}


/* Titles */

h1 {
	text-align: center;
}

@media screen and (min-width: 780px) {
	h1 {
		font-family: "Axiforma", Sans-serif;
		font-size: 32px;
		font-weight: 700;
	}
}

/* Texts */

@media screen and (min-width: 780px) {
	.gift-text {
		font-family: "Axiforma", Sans-serif;
		font-weight: 300;
		font-size: 18px;
	}
}

/* TRACKING ORDER */

#order-tracker-sec {
	font-family: "Axiforma", Sans-serif !important;
}

.mtpc1 {
	margin-top: 1%;
}

.mtrem1 {
	margin-top: 1rem;
}
.mbrem05 {
	margin-bottom: .5rem;
}


.mbrem1 {
	margin-bottom: 1rem;
}

.mbrem1-5 {
	margin-bottom: 1.5rem;
}

.mbrem2 {
	margin-bottom: 2rem;
}

.mbrem3 {
	margin-bottom: 3rem;
}

.mbrem4 {
	margin-bottom: 4rem;
}

.ppc3 {
	padding: 3%;
}

.order-section {
	opacity: 0%;
}

.button-disabled {
	color: dimgray;
}

.item-price {
	font-weight: bold;
}

.i-to-track {
	min-width: 100%
}

div>h2 {
	width: 100%;
	padding-left: 2%;
	margin-top: 3%;
	margin-bottom: 2%;
}

h3 {
	font-size: 1rem;
}

h4 {
	font-size: 0.7rem;
	line-height: 1.2;
}

.order-intel h4 {
	color: #000;
	font-size: 0.75rem;
}

.item-shortcode p {
	font-size: 0.75rem;
	line-height: 1.2rem;
	color: #282C32;
}

.item-shortcode {
	margin: 0.5rem;
	border: 1px solid #e6e6e6;
	border-radius: 0.63rem;
}

.information-container {
	padding: 0 0.5rem;
}

.track-section {
	/*padding: 0 1rem;*/
}

.tracking-title {
	margin-bottom: 1rem;
}

.tracking-def {
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
	text-align: center;
	font-size: .75rem;
}

.track-img {
	width: 34%;
}


.chevron-detail img {
	transition: transform 500ms linear;
	transform: rotate(180deg);
}

.chevron-detail.open img {
	transition: transform 500ms linear;
	transform: rotate(0deg);
}

.image-container {
	max-width: 100%;
}

.image-container img {

	max-width: 100%;
	border-radius: 4%;
}

.status-icone-cont {
	padding-top: 0.3rem;
	margin-right: 0.7rem;
}

.shipping-date>p {
	text-align: right;
}

.shipping-date>h4 {
	text-align: end;
}

.item-btn-cont>button {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	transition: all 0.5s;
	border-radius: 39px;
	font-family: "Axiforma", Sans-serif;
	border: 1px solid #000;
	background-color: #fff;
	color: black;
	padding: 0.5rem 1rem;
	/*max-width: 50%;*/
	/*margin-left: 2rem;*/
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	line-height: 1.5em;
}

.item-btn-cont>button:hover {
	border: 1px solid white;
	background-color: black;
	color: white;
}

a {
	color: inherit;
	text-decoration: none;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: default;
}

.grey {
	color: #7B7F87;
}

.status-intel .black {
	color: black;
	font-weight: 600;
}

.frise-container {
	max-width: 100%;
	width: 100%;
	justify-content: center;
}

.frise-container>svg {
	max-width: 400px;
}

.status-details {
	flex-direction: column;
}

.status-details>* {
	margin-bottom: 0.5rem;
}

.status-details-link {
	cursor: grab;
	justify-content: left;
	color: black;
	font-weight: 600;
	line-height: 1rem;
	font-size: 0.75rem;
	cursor: pointer;
	text-decoration: underline !important;
}

.help-message {
	display: none;
	margin-left: 2%;
	margin-bottom: 10%;
	font-size: 0.75rem;
	line-height: 1.2rem;
}

.is-loading {
	cursor: wait;
}

.not-loading {
	cursor: pointer;
}

.empty-order-buttons {
	display: block;
	width: 100%;
}

.empty-order-user h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 7%;
}

.empty-order-user {
	text-align: center;
	margin: 4% 0%;
	font-family: 'Axiforma';
}

.empty-order-user p {
	color: rgba(123, 127, 135, 1);
	margin-bottom: 7%;
}

.empty-order-buttons {
	display: block;
	width: 100%;
}

.empty-order-buttons a:first-child {
	background-color: #000;
	color: white;
	margin-bottom: 5%;
}

.empty-order-buttons a {
	width: 70%;
	font-size: 14px;
	font-weight: 600;
	border: #000 1px solid;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 3% 0%;
	letter-spacing: 1px;
	cursor: pointer;
}

.empty-order-buttons {
	display: block;
	width: 100%;
}


@media screen and (min-width: 780px) {

	.frise-container {
		min-height: 33px
	}

	.input-order,
	.input-email {
		width: 35%;
	}

	.item-shortcode p {
		line-height: 1.125rem;
		font-size: 0.75rem;
	}

	.item-shortcode h4 {
		line-height: 1.125rem;
		font-size: 0.75rem;
	}

	.item-btn-cont>button {
		margin-left: none;
	}

	.track-intel {
		display: flex
	}

	.track-img {
		width: 9%;
	}

	.chevron-detail {
		display: none;
	}

	.item-btn-cont {
		flex-direction: row;
	}

	.item-shortcode {
		display: flex;
		flex-direction: row;
		padding: 2%;
		margin: 2%;
	}

	.information-container {
		flex: 1 1 0%;
	}

	.image-container {
		flex: 0 0 40%;
		max-width: 40%;
		padding-top: 0.7%;
		padding-right: 2.5%;
	}

	.user-order-state {
		font-size: 24px;
		margin: 4% 2%;
		font-family: 'Axiforma';
		font-weight: 800;
	}

	.empty-order-user {
		text-align: left;
	}

	.empty-order-user h3 {
		font-size: 27px;
		font-weight: 800;
		margin-bottom: 3%;
	}

	.empty-order-user p {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 3%;
		color: #000;
	}

	.empty-order-buttons {
		display: inline-flex;
	}

	.empty-order-buttons a {
		width: auto;
		padding: 1% 3%;
	}

	.empty-order-buttons a:first-child {
		background-color: #000;
		color: white;
		margin-right: 2%;
	}

	.empty-order-buttons a:first-child {
		margin-right: 2%;
	}

	/*.plpc10 {
		padding-left: 10%;
	}*/
}
