/*templates > header*/
.h-group-input {
	height: 3.5rem;
}

.check-input-signin {
	margin-top: 0.5rem;
}

.check-label-signin {
	font-size: 12px !important;
}

.btnforgot {
	font-size: 12px;
	color: #8c92a0;
	font-weight: inherit !important;
	margin-top: 0.3rem;
}

.btn-light-grey {
	color: #8c92a0 !important;
}

.btn-tosca {
	background-color: #00C7C2 !important;
	color: #fff;
}

.btn-green-wa {
	background-color: #00CA00 !important;
	color: #fff;
}

.btn-signin-gmail {
	border-radius: 2rem;
	height: 3rem;
}

.btn-signin {
	border-radius: 2rem;
	height: 3rem;
}

/*Homepage*/
.img-banner {
	object-fit: cover;
}

.img-banner-2 {
	height: 150px;
	max-height: 150px;
}
@media (min-width: 767.98px) {
	.img-banner-2{
		padding: 0;
	}
}

@media (max-width: 767.98px) {
	.card-banner-top {
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
	}
}
@media (min-width: 767.98px) {
	.card-banner-top {
		border-top-left-radius: 1rem;
		border-bottom-left-radius: 1rem;
		padding-right: 0px;
	}
}

@media (max-width: 767.98px) {
	.card-banner-bottom {
		border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
	}
}
@media (min-width: 767.98px) {
	.card-banner-bottom {
		border-top-right-radius: 1rem;
		border-bottom-right-radius: 1rem;
		margin-left: 0px;
	}
}

@media (max-width: 767.98px) {
	.container-padding-sm-none {
		padding-left: 0;
		padding-right: 0;
	}
}

.background-image {
	position: relative;
	width: 100%;
	height: 200px;

	object-fit: cover;
}

.container-parent-center {
	width: 100%;
	height: 200px;

	position: absolute;
	top: 0;
	left: 0; 
}

.container-children-center {
	position: relative;
	margin-left: auto;
	margin-right: auto;

	top: 50%;
	transform: translateY(-50%);
}

.rounded-xl {
	border-radius: 1rem !important;
}

.rounded-xxl {
	border-radius: 3rem !important;
}

.classification {
	cursor: pointer;
}

.banner-container {
	height: calc(100vh - 80px)  !important;
	/*background-color: pink;*/
}
@media (max-width: 767.98px) {
	.banner-container {
		height: 28vh  !important;
		padding-right: 0px;
		padding-left: 0px;
	}
}

.footer-container {
	height: 50vh !important;
	/*background-color: pink;*/
}
@media (max-width: 767.98px) {
	.footer-container {
		height: 28vh  !important;
		padding-right: 0px;
		padding-left: 0px;
	}
}

/*.container-centered {
	position: relative;
	text-align: center;
	color: white;
}*/

.content-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.text-top-left {
	position: absolute;
	top: 8px;
	left: 16px;
}

.text-top-right {
	position: absolute;
	top: 8px;
	right: 16px;
}

.text-bottom-left {
	position: absolute;
	bottom: 8px;
	left: 16px;
}

.text-bottom-right {
	position: absolute;
	bottom: 8px;
	right: 16px;
}

.text-bottom-full {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
}

.image-cover {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: none;
}

.cube {
	width: 10rem;

	border: none;
	cursor: pointer;
}

@media (max-width: 767.98px) {
	.cube {
		width: 9rem;
	}
}

.cube-image-top {
	position: relative;
	width: 100%;
}

.cube-image-top:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.cube-image-top img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background-color: #d2d5d8;
}

.cube > .number {
	position: absolute;
	top: 1em;
	left: 1em;

	background-color: red;
	color: #fff;
	border-radius: 5rem;

	padding: 0.3rem 0.5rem 0.3rem 0.5rem;
	font-weight: 100;
}

.cube > .wish {
	position: absolute;
	top: 1em;
	right: 1em;

	background-color: #fff;
	color: #000;
	border-radius: 5rem;

	padding: 0.3rem;
	font-weight: 100;
}

.body-rating {
	position: relative;
	display: block;
	width: 100%;
}

.body-rating > .rating {
	position: absolute;
	top: -3rem;
	left: 0;

	width: 100%;
	height: 3rem;
	padding: 0.5rem;

	text-align: center;
	background-color: rgba(0, 0, 0, 0.5); /*transparan hitam*/
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

.cube-body {
	padding: 0;
	padding-top: 0.5rem;
}

.cube-body > p {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #000;
}

.cube-body > .card-normal {
	color: #d2d5d8; /*Light Grey*/
	text-decoration: line-through !important;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
}

.site-mobile-menu .site-nav-wrap > li > a {
	font-weight: 700;
}

.carousel-banner {
	padding: 0rem 1rem 2rem 1rem;
	border-radius: 1rem;
	height: 180px;
}

.carousel-banner > div > img {
	border-radius: 1rem;
	height: 140px;
	object-fit: cover;
}

.carousel-item > .count {
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 12;
}

.carousel-item > .title {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 12;
	font-weight: 700;
	color: #fff;
	width: 45%;
}

.carousel-mobile li {
	width: 10px;
	height: 10px;
	background-color: #000;
	border: #000;
	border-radius: 40px;
	background-clip: none;
}

.site-mobile-menu .site-mobile-menu-body {
	padding-top: 0px;
}

.mobile-menu-found-us {
	position: fixed;
	bottom: 0;
}

.more-about-us-group {
	position: fixed;
	bottom: 0;
	padding: 0.8rem;
}

.more-about-us-group > .icons-us {
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}

/*FLOATING MENUS*/
.float-button {
	position:fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #00C7C2; /*tosca*/
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	animation: bot-to-top 2s ease-out;
}

.float-button:hover {
	text-decoration: none;
}

.float-button:link {
	text-decoration: none;
}

.float-button:visited {
	text-decoration: none;
}

.my-float {
	font-size: 30px;
	margin-top: 14px;
}

.my-float-others {
	font-size: 22px;
	margin-top: 12px;
}

ul.floating-menu {
	position: fixed;
	right: 48px;
	padding-bottom: 20px;
	bottom: 68px;
	/*z-index: 100;*/
}

ul.floating-menu li{
	list-style: none;
	margin-bottom: 10px;
}

ul.floating-menu li a{
	background-color: #00C7C2;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	width: 45px;
	height: 45px;
	display: block;
}

.show-menus {
	visibility: visible;
	animation: scale-in 0.5s;
}

.hide-menus {
	visibility: hidden;
}


@keyframes bot-to-top {
	0%  {bottom: -10px}
	10% {bottom: 40px}
	/*100%{bottom: 40px}*/
}

@keyframes scale-in {
	from {
		bottom: 0px;
		transform: scale(0);
		opacity: 0;
	}
	to {
		transform: scale(1.1);
		opacity: 1;
	}
}

/*group sort header*/
.badge-gs, .badge-gs-dark {
	padding: 0.5rem 0.8rem 0.5rem 0.8rem;
	color: #6c757d;
	background-color: #fff;
	font-weight: 400;
}

.badge-gs.active {
	color: #fff !important;
	background-color: #00C7C2 !important;
}

.badge-gs-dark.active {
	color: #fff !important;
	background-color: #000 !important;
}

.badge-gs-outline {
	padding: 0.5rem 0.8rem 0.5rem 0.8rem;
	color: #6c757d;
	background-color: #f3f4f5; /*light grey*/
	font-weight: 400;
}

.badge-gs-outline.active {
	color: #fff !important;
	background-color: #00C7C2 !important;
}

.sort-txt {
	color: #000;
	padding-right: 2rem;
	cursor: pointer;
}

.sort-txt > span {
	font-weight: 700;
}

.sort-txt > i {
	font-weight: 600;
}

.filter-panel {
	position: fixed;
	right: -80rem;
	top: 0;
	width: 80vw;
	height: 100%;
	min-height: 100vh;
	background-color: #fff;
	z-index: 2002;
	overflow-y: scroll;
}

.filter-panel.show {
	-webkit-animation:linear;
	-webkit-animation-name: showpanel;
	-webkit-animation-duration: 0.3s;
	right: 0;
}

@-webkit-keyframes showpanel {
    0% { right: -80rem; }
    100%{ right: 0; }
}

.filter-panel.hide {
	-webkit-animation:linear;
	-webkit-animation-name: hidepanel;
	-webkit-animation-duration: 0.3s;
	right: -100rem;
}

@-webkit-keyframes hidepanel {
    0% { right: 0; }
    100%{ right: -100rem; }
}

.filter-panel-block {
	position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    z-index: 2001;
}

.modal-bottom {
	z-index: 1;
	width: 100vw;
	margin: 0;
	position: fixed;
	bottom: 0;
}

.animate-bottom {
	border-top-left-radius: 2rem;
	border-top-right-radius: 2rem;
	position: relative;
	animation: animatebottom 0.4s;
}

@keyframes animatebottom {
	from {
		bottom: -300px;
		opacity: 0;
	}

	to {
		bottom: 0;
		opacity: 1;
	}
}

.container-check {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark-sort {
	position: absolute;
	top: 0;
	right: 2rem;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-sort {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-sort {
	background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-sort:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-sort:after {
	display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-sort:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*Tenant Detail*/
.img-tenant {
	max-width: 24rem;
	background-color: #f3f4f5;	
}

.img-icon {
	width: 2.2rem;
	height: 2.2rem;
}

.top-img {
	width: 100%;
	height: calc(100vw * 0.9);
	object-fit: cover;
}

.tenant-status > li > span {
	line-height: 1.2rem;
	color: #000;
}

/*Detail Makanan*/
@media (min-width: 767.98px) {
	.cube-lg {
		width: 300px;
		border-radius: 3rem;
	}
}

.cube-lg > .number {
	position: absolute;
	top: 1.5em;
	left: 1em;

	background-color: red;
	color: #fff;
	border-radius: 5rem;

	padding: 0.5rem 0.7rem 0.5rem 0.7rem;
	font-weight: 100;
}

.cube-lg > .wish {
	position: absolute;
	top: 1.5em;
	right: 1em;

	background-color: #fff;
	color: #000;
	border-radius: 5rem;

	padding: 0.7rem;
	font-weight: 100;
}

.cube-lg > .share {
	position: absolute;
	top: 1.5em;
	right: 5em;

	background-color: #fff;
	color: #000;
	border-radius: 5rem;

	padding: 0.7rem;
	font-weight: 100;
}

.card-img-carousel {
	height: 300px;
	max-height: 350px;
	object-fit: cover;
	object-position: center;
	background-color: #d2d5d8;
	/*border-radius: 0;*/
}
@media (min-width: 767.98px) {
	.card-img-carousel {
		/*border-radius: 2rem;*/
		width: 250px;
		max-width: 350px;
	}
}

.carousel-item-dishes {
	/*height: 30vh;*/
}

.img-dishes {
	/*height: 30vh !important;*/
	/*object-fit: cover;*/
}

@media (min-width: 767.98px) {
	.carousel-inner {
		border-radius: 2rem;
	}
}

#carousel-images > .carousel-indicators {
	margin-right: 10% !important;
	margin-left: 10% !important;
}

#carousel-images > .carousel-indicators li {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
}

#carousel-images > .carousel-indicators .active
{
	background-color: #343a40;
}

.discprice {
	display: inline-block;
	padding-right: 0.8rem;
	font-weight: 700;
}

.normalprice {
	display: inline-block;
	text-decoration: line-through !important;
}

.container > .title {
	font-weight: 400;
	text-transform: uppercase !important;
}

.btn-easy {
	border-radius: 40px;
	background-color: #343a40;
	color: #fff;
	width: 80%;
	position: relative;
	padding: 1rem 0 2rem 0;
}

.btn-wa {
	top: -0.5rem;
	right: 0.9rem;
	border-radius: 3rem;
	width: 60px;
	height: 60px;
	box-shadow: 2px 2px 3px #999;
}
@media (min-width: 767.98px) {
	.btn-wa {
		top: 0;
		right: 0;
		width: 48px;
		height: 48px;
	}
}

/*modal wishlist / add*/
.modal-dialog.modal-extras {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.modal-extras > .modal-content {
	width: 100vw;
	height: auto;
	min-height: 100%;
	border-radius: 0;
	border: 0;
}

/*.body-extras > img {
	width: 4.3rem;
	height: 4.3rem;
}*/
.img-desc {
	width: 4.3rem;
	height: 4.3rem;
	border-radius: 1rem;
	object-fit: cover;
}

.extras-desc {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.5rem;
	width: 70%;
	max-width: 70%;
}

.extras-desc > p {
	margin-bottom: 0;
}

.extras-desc > h6 {
	margin-bottom: 0;
}

.extras-desc  > .title {
	font-size: 14px;
}

.extras-desc  > .type {
	word-break: keep-all;
}

.extras-desc  > .price {
	font-weight: 400;
}

.extras-item-class {
	margin-top: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid;
	border-color: #8c92a0;
}

.input-group-text.radio-extras{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid;
	border-color: #8c92a0;
	border-radius: 0;
	margin-bottom: 1rem;
	padding-top: 0;
	padding-bottom: 1rem;
}

.radio-extras > label {
	margin-bottom: 0;
	margin-left: 0.5rem;
}

.number-qty {
	width: 8rem;
	border: 2px solid black;
	border-radius: 2rem;
	text-align: center;
}

.number-qty > input {
	border: none;
	text-align: center;
}

/*TEXT NEW SIZE*/
.text-xs-es {
	font-size: 10px;
}

.text-sm-es {
	font-size: 12px;
}
/*END TEXT NEW SIZE*/

/*TEXT NEW COLOR*/
h1, h2, h3, h4, h5, h6 {
	color: #000;
}

.text-full-black {
	color: #000;
}

.text-light-grey {
	color: #d2d5d8 !important;
}

.text-dark-grey {
	color: #E2E2E2; /*dark grey*/
}

.text-tosca {
	color: #00C7C2; /*tosca*/
}

.text-dark-es {
	color: black;
}

.text-grey-es {
	color: #f3f4f5; /*light grey*/
}

.text-darkgrey-es {
	color: #E2E2E2; /*dark grey*/
}

.bg-full-black {
	color: #000;
}
/*END TEXT NEW COLOR*/

.subtotal-es {
	float: right;
	font-weight: 700;
	color: black;
}

p.title {
	color: black;
}

h6.type {
	color: black;
}

div.total {
	color: black;
}

/*NAV TAB EASYEATS*/
@media (min-width: 767.98px) {
	.nav-es {
		width: 40%;
		text-align: center !important;
	}
}

.nav-es > .nav-item > .nav-link {
	font-weight: 700;
	font-size: 14px;
	color: #6c757d;
	background-color: transparent;
	
	margin-right: 1rem;
	margin-left: 1rem;
}

.nav-es > .nav-item > .nav-link.active {
	color: #000;

	border: 0.1em solid black;
	border-radius: 2rem !important;
}
/*END OF NAV TAB EASYEATS*/

#pills-tabDish {
	height: 220px;
}

#pills-tabDish > .tab-pane {
	width: 100%;
	height: 100%;
}

.img-sm {
	width: 50px;
	height: 50px;
	object-fit: cover;
}

.img-rounded {
	border-radius: 10rem;
}

.text-rev {
	max-width: 70vw
}
@media (max-width: 767.98px) {
	.text-rev {
		max-width: 60vw
	}
}

/*wishlist*/
.order-body {
	padding-top: 0.5rem;
}

input.cb-item {
	width: 1.85rem;
		height: 1.85rem;
}

.label-order {
	display: block;
}

.btn-remove-sm {
	height: 10px;
	padding: 0;
}

.btn-submit-code {
	color: grey;
	text-align: right;
	padding-right: 0.8rem;
}

.inp-shop-code {
	border: none;
}

.form-shop-code {
	border: 1px solid black;
	margin-bottom: 2rem;
}

.inp-es {
	border: none;
}

.form-es {
	border: 1px solid black;
	margin-bottom: 2rem;
	border-radius: 0;
}

.btn-sm-es {
	padding: 0;
	height: 1.4rem;
	font-size: 10px;
}

.btn-lg-es {
	padding: 0;
	height: 1.8rem;
	font-size: 14px;
}

.btn-outline-es {
	border-radius: 2rem;	
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}

.btn-outline-tosca {
	border: 1px solid #00C7C2;
	color: #00C7C2;
	text-transform: capitalize;
}

.cb-item {
	background-color: black;
}

/*review*/
.nav-rv > .nav-item > .nav-link {
	background-color: transparent;
	font-weight: 500;
	/*font-size: 14px;*/
	color: #000;
}

.nav-rv > .nav-item > .nav-link.active {
	border-radius: 2rem !important;
	background-color: #00C7C2;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
}

/*Keranjang*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #dcdee2;
    padding-left: 0px;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar li:before {
    width: 41px;
    height: 41px;
    line-height: 40px;
    display: block;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

#progressbar li:nth-child(2):before {
	margin: auto;
}

#progressbar li:last-child:before {
	margin-left: auto;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #dcdee2;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1
}

#progressbar .step0.cart:before {
	content: ' ';
    background-image: url('../images/cart-cart.png');
    background-size: 41px;
    background-position: center;
    background-repeat: no-repeat;
}

#progressbar .step0.shipm:before {
    content: ' ';
    background-image: url('../images/cart-delivery-d.png');
    background-size: 41px;
    background-position: center;
    background-repeat: no-repeat;
}

#progressbar .step0.paym:before {
    content: ' ';
    background-image: url('../images/cart-receive-d.png');
    background-size: 41px;
    background-position: center;
    background-repeat: no-repeat;
}

#progressbar .step1.cart:before {
	content: ' ';
    background-image: url('../images/cart-cart.png');
    background-size: 41px;
    background-position: center;
    background-repeat: no-repeat;
}

#progressbar .step1.shipm:before {
    content: ' ';
    background-image: url('../images/cart-delivery.png');
    background-size: 41px;
    background-position: center;
    background-repeat: no-repeat;
}

#progressbar .step1.paym:before {
    content: ' ';
    background-image: url('../images/cart-receive-d.png');
    background-size: 41px;
    background-position: center;
    background-repeat: no-repeat;
}

#progressbar .step2.cart:before {
	content: ' ';
    background-image: url('../images/cart-cart.png');
    background-size: 41px;
    background-position: center;
    background-repeat: no-repeat;
}

#progressbar .step2.shipm:before {
    content: ' ';
    background-image: url('../images/cart-delivery.png');
    background-size: 41px;
    background-position: center;
    background-repeat: no-repeat;
}

#progressbar .step2.paym:before {
    content: ' ';
    background-image: url('../images/cart-receive.png');
    background-size: 41px;
    background-position: center;
    background-repeat: no-repeat;
}


.icon {
    width: 60px;
    height: 60px;
    margin-right: 15px
}

.icon-content {
    padding-bottom: 20px
}

@media screen and (max-width: 992px) {
    .icon-content {
        width: 50%
    }
}

.selectall {
	cursor: pointer;
}

/*payment*/
.tab-payment {
	font-size: 14px;
}

p > span.number {
	width: 2rem;
	height: 2rem;
	line-height: 2.5;
	background-color: #00C7C2;
}

#nav-group.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #00C7C2; /*tosca color*/
}

a.nav-link-es {
	color: #000; /*tosca color*/
	padding-top: 0.1rem;
	padding-bottom: 0.3rem;
}

/*type of delivery*/
#pills-tab-img.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #00C7C2; /*tosca color*/
}

#pills-tab-img.nav-pills .nav-link, .nav-pills > .nav-link > p {
	font-size: 14px;
}

a.nav-link-img {
	color: #000;
}

.nav-img-info {
	right: 0.3rem;
	z-index: 5;
}

/*Order Tracking*/
#nav-group-2.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #fff;
	color: #000;
	font-weight: 700;
	border-bottom: 2px solid #000;

}

a.nav-link-es-2 {
	color: #000; /*tosca color*/
	padding-top: 0.1rem;
	padding-bottom: 0.3rem;
}

#nav-group-2.nav-pills .nav-link, .nav-pills > .nav-link {
	border-radius: 0 !important;
}

.img-thumbnail-es {
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.badge-counter {
	margin-top: -0.3rem;
}

.badge-outline-danger {
	color: #dc3545;
	background-color: #fff;
	border: 0.2em solid #dc3545;
}

/*PROFILE*/
.img-profile {
	border-radius: 50%;
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.long-value-input {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*Notification*/
.dot-notification {
	top: -0.6rem;
}

/*My Order*/
.vtrack-dot {
	top: -0.2rem;
	color: #E2E2E2;
}

.vtrack-line {
	position: absolute;
	top: 1.2rem;
	left: 50%;
	margin-left: -0.1rem;

	width: 1px;
	height: 100%;
	border: 1px solid #E2E2E2;
}

.vtrack > div > h6.title, .body, .time, .vtrack > .time-caption {
	color: #E2E2E2;
}

/*Initiate*/
.vtrack.init > div > i > div.vtrack-line {
	display: none;
}

.vtrack.active.init.action > div .title, .vtrack.init.action.active > div > .vtrack-dot {
	color: #00C7C2;
}

.vtrack.active.init > div > .title, .vtrack.init.active > div > .body {
	color: #000;
}
/*End Initiate*/

/*Next Step*/
.vtrack.active > div > .vtrack-dot {
	color: #00C7C2;
}

.vtrack.active > div > .vtrack-dot > .vtrack-line {
 	border: 1px solid #00C7C2;
}

.vtrack.active > div .title, .vtrack.active > div .body, .vtrack.active > div .time, .vtrack.active > .time-caption {
	color: #000;
}
/*End of next step*/

/*Current Step*/
.vtrack.active.current > div .title {
	color: #00C7C2;
}
/*End of Current Step*/

/*Voucher*/
.modal-press-lr{
	margin-left: 1.3rem;
	margin-right: 1.3rem;
}

.btn-close-out {
	position: absolute;
	top: -1.0rem;
	right: -1.0rem;
	z-index: 1;

	width: 2rem;
	height: 2rem;

	border: 0.1em solid #8c92a0;
	border-radius: 3rem;
	background-color: #fff;
}
/*End of Voucher*/

.nav-pills .nav-link.nav-tosca.active, .nav-pills .show > .nav-link.nav-tosca {
	background-color: #00C7C2;
	color: #fff;
}

.nav-link.nav-tosca {
	color: #6c757d;
}

.was-validated .form-control.is-invalid{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

.fs-desktop {
	display: none;
}

.fs-mobile{
	display: none;
}

@media (max-width: 767.98px) and (orientation: portrait) {
	.fs-mobile{
		display: block;
	}
}

@media (max-width: 991.98px) and (orientation: landscape) {
	.fs-mobile{
		display: block;
	}
}

@media (min-width: 992px) and (orientation: landscape) {
	.fs-desktop{
		display: block;
	}
}