/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.tss-schedule .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.tss-attendant-grid .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.tss-attendant-grid .row > [class*="col-"] {
	display: flex;
	flex-direction: column;
}
.tss-schedule .row > [class*="col-"] {
	display: flex;
	flex-direction: column;
}

.tss-schedule .card {
	position: relative;
	text-align: center;
	padding: 0.5rem 0;
	height: 100%;
}

.tss-schedule .card-body {
	border: solid 1px #ef9bdf;
	border-radius: 25px;
	padding-bottom: 0.5rem;
	height: 100%;
}
.tss-schedule .shop-name {
	font-family: Lora;
	color: #5e5e5e;
	line-height: 1em;
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 1.5em;
}

.tss-schedule .shop-phone {
	font-size: 1.2rem;
	font-weight: normal;
	color: #5e5e5e;
	margin-bottom: 10px;
}

.tss-schedule .shop-address {
	line-height: 1.2;
	color: #5e5e5e;
	margin-bottom: 0;
}

.tss-schedule .shift-title {
	font-size: 1rem;
	font-weight: bold;
	font-family: Montserrat;
	color: #5e5e5e;
	line-height: 1.2;
	margin-bottom: 0.25rem;
	margin-top: 1rem;
}

.tss-schedule .attendants .name {
	position: relative;
	color: #bf59ac;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.1rem;
	text-transform: uppercase;
}
.tba-name{
	position: relative !important;
	color: #bf59ac;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.1rem;
	text-transform: uppercase;
}
.tba.attendant-card.small {
	/* margin-top: 55px !important; */
	margin-bottom: 10px !important;
	background-color: #a64f96;
	min-width: 20%;
	min-height: 142px;
}
.tba > .tba-card-name {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #ffff;
	font-family: Lora;
	text-align: center;
	font-weight: bold;
}
.slider{
	min-width: 175px;
}
.attendant-card {
	position: relative !important;
	display: inline-block;
	border-radius: 6px;
}
.attendant-card.small {
	max-width: 20%;
}
.attendant-card-status {
	background-color: #a64f96;
	color: #ffff;
	font-family: Lora;
	text-align: center;
	border-radius: 30px;
	margin: 10px auto;
	max-width: 50%;
}

.attendant-card-status.blank{
	background-color: #ffff;
}

.attendant-image {
	background: no-repeat;
	background-size: cover;
	width: 236.5px;
	height: 350px;
	margin: 0;
	border-radius: 6px 6px 0 0;
}
.attendant-slider-image{
	background: no-repeat;
	background-size: cover;
	width: 180px;
	height: 280px;
	margin: 0;
	border-radius: 6px 6px 0 0;
}
.attendant-card-image{
	height: auto;
	margin: 0;
	border-radius: 6px 6px 0 0;
}
.attendant-card-name-shortner{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	font-family: Lora;
	text-align: center;
	font-weight: bold;
	background-color: #a64f96;
	color: #ffff;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.33);
	font-size: 36px;
	line-height: 1.5;
	margin-bottom: 0;
	text-transform: uppercase;
	position: relative;	
}
.attendant-card-name {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 30px;
	font-family: Lora;
	text-align: center;
	font-weight: bold;
	background-color: #a64f96;
	color: #ffff;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.33);
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	text-transform: uppercase;
	position: relative;
}
.attendant-card-namelive {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	font-family: Lora;
	text-align: center;
	font-weight: bold;
	background-color:#6cd490;
	color: #ffff;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.33);
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	position: relative;
}
.attendant-card-nameleft {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 30px;
	font-family: Lora;
	text-align: center;
	font-weight: bold;
	border: 1px solid #a64f96;
	background-color: #f6e4f4;
	color: #5e5e5e;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.33);
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.attendant-card-left{
	position: absolute;
	top: 0;
	background-color: red;
	opacity: 0.4;
	min-width: 100%;
	min-height: 110px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.attendant-card-left-name{
	font-size: 2em;
	line-height: 1.8em;
	margin-top: 32px;
	color: white;
	opacity: 1.5;
}
.attendant-card.small .attendant-card-name {
	font-size: 1em;
	line-height: 1.8em;
}
.attendant-card.small .attendant-card-namelive {
	font-size: 1em;
	line-height: 1.8em;
}
.attendant-card.small .attendant-card-nameleft{
	font-size: 1em;
	line-height: 1.8em;
}
.showElement.name.namelive{
	position: relative !important;
	color: #6cd490;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.showElement.name.nameleft{
	position: relative !important;
	color: #ef9bdf;
	opacity: 0.4;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.attendant-card .attendant-card-leftpop{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: red;
	opacity: 0.4;
	border-radius: 0;
}


/* ATENDANT POP */
.attendant-pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
	background: #c77fba9c;
}
.attendant-pop > .attendant-card {
	max-width: 20rem;
	position: relative;
	top: 50% !important;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* ATENDANT POP */

/* ATTENDANT SLIDER */
.tss-slider {
	margin: 0 -5px 2rem -5px;
}

.tss-slider .owl-nav {
	width: 120%;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 0;
	left: -2.4rem;
	font-size: 5rem;
	color: #efcce8;
}
.tss-slider .owl-prev {
	float: left;
}
.tss-slider .owl-next {
	float: right;
}
.slider-attendant-card{
	position: relative !important;
	top: 0 !important;
	display: inline-block;
	border-radius: 6px;
}

/* END ATTENDANT SLIDER */

/* ATTENDANT GRID */

.attendant-grid-col {
	padding: 10px 0;
	box-sizing: border-box;
}
/* ATTENDANT GRID */

/* ATTENDANT CARD HOVER */
.attendant-card-hover {
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 1;
	position: absolute;
	top: 55px;
	margin: 0;
	width: 238px;
	height: 415px;
	border-radius: 5px;
	border-color: black 5px solid;
	display: none;
	text-align: center;
}

.box {
	position: absolute;
	width: 100%;
	margin-top: 150px;
}

.box .name {
	font-size: 2em;
	font-family: "Times New Roman", Times, serif;
	color: white;
	transform: scale(0.94);
	animation: scale 2s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.box .info {
	position: absolute;
	top: 55px !important;
	color: white;
	font-size: 1em;
	width: 100%;
	text-transform: uppercase !important;
	transform: scale(0.94);
	animation: scale 2s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
	100% {
		transform: scale(1);
	}
}

.separator {
	width: 0;
	position: relative;
	margin: 10px auto;
	border: 0;
	border-bottom: 2px solid #9ce5d6;
	animation: separator-width 1s ease-out forwards;
}
@keyframes separator-width {
	0% {
		width: 0;
	}

	100% {
		width: 50%;
	}
}

@media (max-width: 760px) {
	.tss-attendant-grid .row>[class*="col-"] {
		display: flex;
		flex-direction: column;
		margin: auto;
	}
	.attendant-card-hover {
		display: none;
		box-sizing: border-box;
		transition: all 1s ease;
		background-color: rgba(0, 0, 0, 0.8);
		opacity: 1;
		position: absolute;
		top: 10px;
		margin: 0;
		width: 92.1%;
		height: 97%;
		border-radius: 5px;
		border-color: black 5px solid;
		text-align: center;
	}
	.box {
		margin-top: 50%;
	}
	.box .name {
		font-size: 2em;
		font-family: "Times New Roman", Times, serif;
		color: white;
	}
	.box .info {
		position: absolute;
		top: 35px !important;
		color: white;
		text-transform: uppercase;
		font-size: 1.2em;
		width: 100%;
	}
	#fake-no{
		position: relative;
		top: -31px !important;
		left: 35px;
		font-size: 16px;
	}
	.pincode{
		top: -50px !important;
	}
}

/* Tablet Mode */
 @media only screen and (min-width:765px) and (max-width:900px){
	.tss-attendant-grid .row>[class*="col-"] {
		display: flex;
		flex-direction: column;
		margin: auto;
	}
	.tba.attendant-card.small {
		background-color: #a64f96;
		min-width: 20%;
		min-height: 65px;
	}
	.col-md-4 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	 }
	.col-sm-8{
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100% !important;
	}
	.attendant-card.small {
		max-width: 30%;
	}
	.attendant-card-left{
		position: absolute;
		top: 0;
		background-color: red;
		opacity: 0.4;
		min-width: 100%;
		min-height: 80px;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
	}
}  



/* ATTENDANT CARD HOVER */


/* TSS PROFILE */
.tss-profile-lock-container{
	display: flex;
	justify-content: center;
	max-width: 500px;
	margin: 25px auto;
}
.pin{
	position: absolute;
	top: 170px !important;
}
.pincode{
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
	top: -60px !important;
}
#mobile-no{
	padding-left: 52px !important;
	background: url("https://img.icons8.com/color/48/000000/usa.png") no-repeat;
	background-size: 35px !important;
}
#fake-no{
	position: relative;
	top: -63.5px !important;
	left: 35px;
	font-size: 14px;
}
#unlock-profile{
	margin-top: 5px !important;
}
.verification-code-inputs input[type=text]{
	border: 2px solid #e1e1e1 !important;
	width: 40px !important;
	height: 40px !important;
	padding: 10px !important;
	text-align: center !important;
	display: inline-block !important;
	box-sizing: border-box !important;
}
.tss-profile-container .tss-profile-title{
  font-family: Lora;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #5e5e5e;
}

.tss-profile-container .tss-shift-container .tss-shift{
  width: 363px;
  height: 97px;
  margin: 15px auto;
  padding: 25px 28px 29px 30px;
  border-radius: 30px;
  background-color: #fff2fd;
}
.tss-shift-container .offschedule {
	text-align: center;
	color: red;
}

.tss-shift .tss-left{
	float: left;
	font-family: Montserrat;
}

.tss-shift .tss-right{
	float: right;
	font-family: Lora;
	font-weight: bold;
	color: #5e5e5e;
	text-align: right;
}

.tss-shift .tss-day{
  font-size: 18px;
  font-weight: bold;
  color: #bf59ac;
}

.tss-shift .tss-date{
	font-family: Montserrat;
  font-size: 12px;
  color: #5e5e5e;
}

.tss-shift .tss-shop-name{
  font-size: 16px;
}

.tss-shift .tss-time{
  font-size: 14px;
}

h6{
	font-size: 0.7em !important;
}
