@import '_navbar.css';
@import '_hero.css';
@import '_article.css';
@import '_footer.css';

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

.col {
	margin-bottom: 1rem;
}

.comp_profile {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	margin-top: 99px;
	padding: 3rem 0 1.5rem 0;
}

@media only screen and (min-width: 601px) {
	.comp_profile {
		flex-direction: row;
	}
}

.cp-profile {
	flex: 4;
	margin-right: 2rem;
}

.cp-video {
	flex: 3;
}

.modal {
	top: 20% !important;
}

.modal.sk {
	top: 10% !important;
}

.modal.mini {
	width: 400px;
}

.cart-icon {
	position: relative;
	margin-left: 10px;
	padding: 25px 0;
}

.cart-qty {
	position: absolute;
	top: 5px;
	right: -15px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: white;
}

.cart-icon:hover ~ .overlay,
.cart-icon:hover ~ .cart-view,
.cart-view:hover ~ .overlay,
.cart-view:hover {
	display: block;
}

.cart-view {
	position: fixed;
	z-index: 2;
	display: none;
	top: 93.5px;
	right: 1.5px;
	width: 350px;
	border-radius: 0 0 20px 20px;
	box-shadow: 1px solid grey;
}

.cart-table {
	max-height: 208px;
	overflow: auto;
}

.overlay {
	position: fixed;
	z-index: -1;
	display: none;
	top: 99px;
	left: 0;
	width: 100vw;
	height: calc(100vh - 95px);
	background: #0005;
}

.bell-icon {
	position: relative;
	margin-left: 2rem;
	padding: 25px 0;
}

.bell-qty {
	position: absolute;
	top: 5px;
	right: -15px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: white;
}

.bell-icon.active ~ .overlay,
.bell-icon.active ~ .bell-view,
.bell-view.active ~ .overlay,
.bell-view.active {
	display: block;
}

.bell-view {
	position: fixed;
	display: none;
	top: 93.5px;
	right: 1.5px;
	width: 350px;
	border-radius: 0 0 20px 20px;
	box-shadow: 1px solid grey;
}

.bell-table {
	max-height: 208px;
	overflow: auto;
}

td span.status {
	padding: 2.5px 10px;
	border-radius: 2.5px;
}

.task-cat {
	padding: 2px 4px;
	color: #fff;
	font-weight: 300;
	font-size: 0.8rem;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-clip: padding-box;
}

.my-btn {
	height: 36px;
	line-height: 36px;
	text-align: center;
	letter-spacing: .5px;
	text-transform: uppercase;
	border: 2px solid black;
	border-radius: 16px;
	color: black;
	background: white;
	cursor: pointer;
	transition: all 150ms ease-in-out;
}

.my-btn:hover {
	color: white;
	background: #1a237e;
}

.compro {
	height: 120px;
	overflow: hidden;
}

.status-track li {
	position: relative;
	margin-left: 1.5rem;
}

.status-track li:not(:last-child) {
	margin-bottom: 2.5rem;
}

.status-track li::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -1.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: .5rem;
	background-color: #9e9e9e;
	transform: translate(0, -50%);
}

.status-track li.active::before {
	background-color: #4CAF50;
}

.status-track li:not(:last-child)::after {
	position: absolute;
	content: '';
	top: .5rem;
	left: -1rem;
	width: .25rem;
	height: 4rem;
	border-radius: .5rem;
	background-color: #9e9e9e;
	transform: translate(-50%, 0);
}

.status-track li.active::after {
	background-color: #4CAF50;
}

.btn-floating.mini {
	width: 20px;
	height: 20px;
	margin-top: 25px;
	line-height: 20px;
}

.btn-floating.mini i {
	line-height: 20px;
	font-size: 13px;
	text-align: center;
}


.fixed-sosmed {
	position: relative;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
}

.fixed-sosmed .row .col {
	height: 50px;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}

.fixed-sosmed .row .col i {
	padding-top: 10px;
	font-size: 35px;
}


.ticket {
	position: relative;
	width: 100%;
	height: 7.5rem;
	border-radius: 1rem;
	overflow: hidden;
}

.ticket::before {
	position: absolute;
	z-index: 2;
	content: '';
	top: 50%;
	left: 0;
	width: 4rem;
	height: 4rem;
	border-radius: 2rem;
	background-color: white;
	transform: translate(-65%, -50%);
}

.ticket::after {
	position: absolute;
	z-index: 2;
	content: '';
	top: 50%;
	right: 0;
	width: 4rem;
	height: 4rem;
	border-radius: 2rem;
	background-color: white;
	transform: translate(65%, -50%);
}

.ticket-separator {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 40%;
	width: 0;
	height: 150%;
	border-right: 8px dotted white;
	transform: translate(-50%, -50%);
}

.ticket-left {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 40%;
	height: 7.5rem;
	padding: 1rem 1rem 1rem 2rem;
	font-size: 14px;
	color: white;
}

.ticket-left .hours {
	font-size: 36px;
}

.ticket-left .mineconds {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.ticket-left .mineconds span {
	margin-left: .25rem;
}

.ticket-right {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	top: 0;
	right: 0;
	width: 60%;
	height: 7.5rem;
	padding: 1rem;
	color: white;
}

.fixed-action-btn {
	position: fixed;
	bottom: 32px;
}

.fixed-action-btn.second {
	right: 72px;
}

.fixed-action-btn.third {
	bottom: 80px;
}

@media only screen and (min-width: 993px) {
	.fixed-action-btn {
		position: fixed;
	}
}

.btn-icon {
	font-size: 18px !important;
	padding: 10px !important;
}

.btn-floating i {
	font-size: 1.25rem;
}

.mt-0 {
	margin-top: 0
}

.mb-0 {
	margin-bottom: 0
}

.primary-btn {
	background-color: #1a237e;
	color: white;
	border-radius: 5px;
}

.primary-btn:hover {
	background-color: #2d3cd6;
}