@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

div#artistReach {
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-flow: wrap;
}

div.pad {
}

span.s_name {
	    font-size: 12px;
}

div.fixedWidth {
	width: 150px;
	margin-bottom: 15px;
}

div#watchDiv {
    	position: fixed;
    	top: 0;
    	left: 0;
    	z-index: 500;
    	width: 100vw;
    	height: 100vh;
    	text-align: center;
	background: #262626;
	overflow: scroll;
	animation: 0.2s size;
}

#loadmore {
  padding: 10px;
  box-shadow: 0 0 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 150px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

#loadmore:active {
	opacity: 0.7;
}

.material-icons.play-icon {
	color: beige;
    	position: fixed;
    	left: 7px;
    	top: 12px;
    	background: linear-gradient(126deg, red 40%, indianred);
    	padding: 0px 8px 0px 8px;
    	border-radius: 12px;
}

#watchClose > span {
	    margin-top: 6px;
}

#watchPlaylist {
	text-align: left;
    	margin-top: 5px;
    	margin-bottom: 5px;
   	 width: 100%;
    	max-width: 500px;
    	color: white;
	margin: auto;
}

#watchPlaylist > div {
	cursor:pointer;
   	 display: flex;
    	flex-flow: wrap;
    	flex-direction: row;
    	justify-content: left;
    	align-items: center;
	padding: 8px;
	box-shadow: 0 5px 5px -6px white;
}

#watchPlaylist > div:hover, #watchPlaylist > div:active {
	opacity: 0.7;
}

#watchPlaylist > div > span {
	color: white !important;
}

#watchClose {
	cursor: pointer;
	text-align: right;
	height: 50px;
    padding-right: 5px;
    padding-top: 5px;
}

#watchIframe {
	width: 100vw;
	display:flex;
	justify-content:center;
	align-items: center;
	box-shadow: 0 0px 5px 1px white;
	background: #ffffe1;
}

#watchIframe > iframe {
    width: calc(100% - 10px);
    min-height: 300px;
    height: auto;
    max-width: 500px;
    border: none;
    border-radius: 20px;
    padding: 5px;	
}

#dateHeader:hover, #dateHover:active {
	text-shadow: 0 0 15px burlywood;
	cursor: pointer;
	transition: .2s;
}

.viewmore {
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
        text-shadow: 0 0 5px gold, 0 0 5px gold
}

a {
	text-decoration: none;
}

a:hover{
	opacity: 0.8;
}

.pancontainer:active {
	left : 2px;
	top: 3px;
	box-shadow: none;	
}

.floatingImageContainer {
	position: relative;
	max-width: 300px;
	width: 100%;
	white-space: nowrap;
	margin-top: 5px;
	margin-bottom: 5px;
	margin: auto;
}

.favlink {
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

@media screen and (min-width:800px) {
	.showSchedule {
       		text-align: center;
	}
}

#freeentry {
	font-size: 40px;
    	color: burlywood;
}

.noShow > span {
	padding: 16px 8px 16px 8px;
	border: 1px solid black;
	animation: 0.5s opacity_span;
	text-align: center;
	color: black;
	background: #ffffe1;
	cursor: pointer;
	min-width: 120px;
	position: relative;
	background: #F2EBDD;
	box-shadow: 2.5px 2.5px 0px 0px #adadad3b !important;
	border-radius: 4px;
}

@keyframes opacity_span {
	from {opacity: 0;}
	to {opacity: 1;}
}

.noShow > span:hover {
	opacity: 0.8;
} 

.noShow > span:active {
	opacity:0.8;
	top: 4px;
	left:4px;
	box-shadow:none;
}

.artistReach {
	padding-bottom: 5px;
}

.taxcaption {
	width: 100%;
	font-size: 10px;
	opacity: 0.8;
	margin-top: -10px;
}

.favdivimage {
    width: 100px;
    height: 100px;
    margin-right: 14px;}

.favdivimage > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background-color: #ffffe1;

}

.favlink:hover, .favlink:active {
    color: gold;
}

.unable {
font-size: 15px;
color: indianred;
}

.confirmImg {
	font-weight:bold;
	width:100%;
	min-height: 175px;
	animation: .5s appear;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 0 0 1px rgba(255,255,255,0.05),             0 10px 30px rgba(0,0,0,0.6);
}

.follow-icon {
    align-items: center;
    display: flex;
    font-size: 13px;
    box-shadow: 0 0 4px wheat;
    width: 88px;
    padding: 6px;
    margin-top: 10px;
    background: #272727;
    float: left;
    margin-right: 8px;
    justify-content: center;
    cursor: pointer;
    color: white !important;!i;!;
	border-radius: 4px;
}

.enlist {
	width: 300px;
	font-size: 17px;
	display: none;
	font-family: 'Poppins';
    	border: 2px solid black;
    	background: #ffffe1;
   	color: black !important;
    	box-shadow: 2px 3px 0px #ffde02;
	position: relative;
}

.enlist:hover {
	opacity: 0.9;
}

.enlist:active {
	opacity: 0.9;
	top: 2px;
	left: 3px;
	box-shadow: none;
}

.follow-icon:hover {
	opacity: 0.9;
}

.follow-icon:active {
        opacity: 0.8;
}


.enlist:hover, .enlist:active {
	filter: sepia(0) brightness(1);
        opacity: 0.7;
        transition: .5s;
}


.topBarBottomBar {
	border-bottom: 1px solid white;
}

@keyframes appear {
  from {opacity: 0}
  to {opacity: 1}
}

.guestsDiv {
	padding: 10px;
	margin: auto;
	font-size: 21px;
	display: flex;
	justify-content: center;
}

.finalPrice {
	font-size: 15px;
    margin-top: 6px;
    cursor: auto;
}

.applyCoupon {
font-size: 16px;
    color: white;
    cursor: pointer;
    padding: 5px;
    border: 1px solid white;
    box-shadow: 3px 3px 0px white;
    max-width: 335px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 8px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-flow: wrap;
	    margin-bottom: 15px;
}

.finalGuestCount > span {
	padding-left: 2px;
	padding-right: 2px;
	background: none;
	color: #FFF;
	font-size: 24px;
	border: none;
	cursor: pointer;
}

.finalGuestCount > span:hover, .finalGuestCount > span:active {
	color: gold;
}

.guestText {
	margin-right: 7px;
	min-width: 88px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.finalGuestCount {
	border: 1px solid;
	float: left;
	min-width: 88px;
	display: flex;
	justify-content: space-around;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	background: linear-gradient(-13deg, #1F1F1F, #252525, #1F1F1F);
	border: 1px solid #333;
	border-radius: 10px;
	gap: 14px;
	padding: 4px;
	box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.floatingConfirm {
	height: 95% !important;
	width: 95% !important;
	font-family: 'Poppins' !important;
	/*border:none !important;*/
}

#cancellationButton {
	display:none;
}

.floatingScheduleHeader {
	position: fixed;
	width: 59vw !important;
	    background: #272727 !important;
}

@media screen and (max-width:786px) {
	.floatingScheduleHeader {
		    width: calc(80% - 28px) !important;
	}
}

span.mw {
	color: black!important;
}

.spaceFilters {
    color: #b5b5b5;
    font-family: monospace;
    font-size: 20px;
    font-style: italic;
}

.wishicon {
    z-index:101;
    cursor:pointer;
    position: fixed;
    font-size: 30px !important;
    background: #363636;
    border: 1px solid #333;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.floatingCrossButton {
    background: #1A1A1A;
    margin-right: 4%;
    padding-top: 10px;
    text-align: left;
    font-weight: bold;
    position: sticky;
    top: 0px;
    width: 96% !important;
    display: flex;
    padding-left: 10px !important;
    align-items: center;
    justify-content: flex-start;
}

.shareicon {
	z-index:101;
	cursor:pointer;
	position: fixed;
	font-size: 30px !important;
	padding: 0px;
	background: white;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0,0,0,0.4);
	color: black;
}

.artistContainerSpace {
	height: 100%;
    	justify-content: center;
    	overflow-y: scroll;
    	overflow-x: hidden;
    	color: white !important;
	background: #081e29 !important;
}

.wishicon:hover, .wishicon:active {
    color: #ff4747;
}

	
.wishicon {
     	right: calc(5% + 8px);
	bottom: calc(5% + 8px);
}

.shareicon {
	right: calc(5% + 8px);
	top: calc(5% + 0px);
}





.artistButtons {
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:10px;
	margin-bottom:10px;
}


.fa {
  padding: 20px;
  font-size: 40px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius:25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;!i;!;
}

.fa:hover {
    opacity: 0.7;
}

textarea {
  width: 90% !important;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-linktree {
  	background: #e9e9e9;
}

.fa-website {
	background: linear-gradient(45deg, gold, #fd3e3e);
}

.fa-linkedin {
	background: #0072b1;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: linear-gradient(225deg,#c32aa3,#4c5fd7,#7232bd,#f46f30,#ffdc7d);
  color: white;
}

.fa-spotify {
  background: #1db954;
  color: white;
}

.fa-twitter {
  background: #1da1f2;
  color: white;
}

.fa-soundcloud {
  background : linear-gradient(120deg, #FF8800, #ff3300);
  color: white;		
}

.artistContainer::-webkit-scrollbar, .artistOtherDetailsContainer::-webkit-scrollbar, .artistOtherDetailsContainerInner::-webkit-scrollbar, .artistShowDetailsContainer::-webkit-scrollbar   {
    width: 7px;  /* Remove scrollbar space */
    /*background: black;*/  /* Optional: just make scrollbar invisible */
}

.floatingImageContainer::-webkit-scrollbar {
	background: #272727;
}

.artistContainer::-webkit-scrollbar-thumb, .artistOtherDetailsContainer::-webkit-scrollbar-thumb, .artistOtherDetailsContainerInner::-webkit-scrollbar-thumb, .artistShowDetailsContainer::-webkit-scrollbar-thumb  {
  background-color: darkgrey;
}

@-moz-document url-prefix() {
        .artistContainer, .artistOtherDetailsContainer, .artistOtherDetailsContainerInner, .artistShowDetailsContainer{scrollbar-width:thin !important; }
}

.showSchedule::-webkit-scrollbar {
    height: 6px;  /* Remove scrollbar space */ 	
    background: black;  /* Optional: just make scrollbar invisible */
}

.showSchedule::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}

@-moz-document url-prefix() {
        .showSchedule{scrollbar-width:thin !important; }
}



.floatingImage > img {
	object-fit:contain;
	height:auto !important;
}

.link {
	color: white;
}

.courtesy {
	color:wheat !important;
}

.contentContainer {
	overflow:hidden;
	width:100%;
	position:fixed;
	/*background: linear-gradient(185deg, black, burlywood 395%);*/
	background: linear-gradient(45deg, black, #4c4c4c);
	height: calc(70% - 125px);
}

.gradientTopBar {
	background: linear-gradient(360deg,#425830, black 80%) !important;
}

.artistContainer {
	display:flex;
	width:100%;
	height:100%;
	justify-content:center;
	overflow-y:auto;
	overflow-x:hidden;
	/*background:black;*/
	color: #060606 !important;
}


.showName {
	font-size:25px;
}

.showImage {
	border-radius:5px;
}

.showImage {
	width:100px;
	height:auto;
	border-radius:5px;
}

.floatingDate 
{
	font-weight:bold; 
	width:100%;
	color:black;
	margin-bottom:7px;
	margin-top:10px;
	color:white;
}

.writeReview {
	height: 25px;
	padding: 9px;
	margin-bottom: 20px;
	cursor: pointer;
	color: black;
	text-align: right;
	font-size: 17px;
	background: beige;
    border: 2px solid black;
    box-shadow: 2.5px 2.5px 0px #ff3d00;
	position: relative;
}

.writeReview:hover {
	opacity: 0.9;
}

.writeReview:active {
	top: 2.5px;
	left: 2.5px;
	box-shadow: none;
	opacity: 0.8;
}

.artistShowDetailsContainer {
	display:flex;
	margin: auto;
	flex-direction:row;
	flex-flow:wrap;
    	align-items: flex-start;
	justify-content:center;
	width:50%;
	overflow-y:auto;
	overflow-x:hidden;
	/*border-right: 1px solid #eeeeee;*/
}

.artistShowHead {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: wrap;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 350px;	
    max-width: 100%;
}

.artistImage {
		
    	margin-top: 15px;
    	margin-right: 5px;
    	    margin-left: auto;
    margin-right: auto;
    	height: 100px;
    	width: 100px;
}

.artistImage > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	background-color: black;
	    box-shadow: 0 0 2px #000000;
}

.artistData {
    margin-top: 10px;
        margin-right:10px;
            margin-left: auto;
    margin-right: auto;

    word-wrap: break-word;
    width: calc(100% - 150px);
}

.artistType {
	color: #0b0a0a;
}

.artistData > div {
	text-align: left;
	margin-bottom: 5px;
}

#reportButton {
	color: black;
	margin-top: 2%;
	margin-left: 5%;
	margin-bottom: 2%;
	cursor: pointer;
}

.artistVaccination > a {
	font-size: 12px;
	color: burlywood !important;
}

.artistName {
	font-size:25px;
	font-weight:bold;
	color: black;
}

.noShow {
	height:100%;
	min-height:80px;
	display:flex;
	justify-content:center;
	align-items:center;
	color: white;
}

.messageButton:hover, .messageButton:active {
	text-shadow: 0 0 5px gold;
	transition: all .2s ease-in-out;
} 

.scheduleButton {
    width: 60px;
    padding-left:7px;
    padding-right:7px;	
    font-size: 11px;
    text-align: center;
    height:50px;
    margin-right: 1%;
    margin-left: 1%;
    cursor: pointer;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', san-serif;	
	position: relative;
}


.scheduleButton:hover {
	opacity: 0.9;
}

.scheduleButton:active {
	opacity: 0.8;
	top: 2.5px;
	left: 2.5px;
	box-shadow: none;
} 


/*alternative design*/

.showData {
	border-top:1px solid white;
	word-wrap: break-all;
	width: 100%;
	position:fixed;
	margin-left:0%;
	bottom:10.5%;
	background:linear-gradient(360deg, black, grey 245%);
	display:flex;
	height:20%;
	flex-direction:row;
	flex-flow:wrap;
	overflow:hidden;
	align-items: center;
	box-shadow: 0px 0px 5px 0px black;
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
	padding-top:5px;
}

.showData + div {
	box-shadow:none !important;
	border-top:0px solid black!important;
}

.showSchedule {
	float:left;
	white-space: nowrap;
    	overflow-x: auto;
	overflow-y: auto;
	width:68%;
	height:100%;
	margin-left:2%;
}

#extraInfo1, #extraInfo2 {
	color: floralwhite;
    font-family: 'Poppins', san-serif;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.extraInfo2 {
        color: blanchedalmond;
    font-family: 'Poppins', san-serif;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
	 margin-bottom: 11px;
}


#extraInfo1 {
	margin-top: 4px;
}

#extraInfo2 {
	margin-bottom: 11px;
}


#popText {
    color: floralwhite;
    font-family: 'Poppins', san-serif;
    font-size: 22px;
    padding-left: calc(5% + 50px);
    padding-right: calc(5% + 50px);
    line-break: auto;
}

.shareiconpop {
    right: calc(5% + 8px);
    top: calc(5% + 46px);
}

.shareiconpop {
    z-index: 101;
    cursor: pointer;
    position: fixed;
    font-size: 21px !important;
    box-shadow: 0 0 1px 2px #0a0a0a;
    color: #000000;
    background: #ffd800;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
	
}

.timingDetails 
{
	position: relative;
	background: #F2EBDD;
	color: black;
	margin: 2px;
	margin-right:6px;
	text-align: center;
	height: auto;
	min-height: 70px;
	font-size: 9px;
	min-width: 150px;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	animation: 2s peepee;
	padding: 5px;
	animation: 0.5s opacity_span;
	background: #F2EBDD;
	box-shadow: 2.5px 2.5px 0px 0px #adadad3b !important;
	border-radius: 4px;
	}

.timingDetails:hover {
	opacity: 0.8;
} 

.timingDetails:active {
	 opacity: 0.8;
    	top: 4px;
	left:4px;
	box-shadow: none;
}

@keyframes peepee {
  from {height: 80px}
  to {height: 80px}
}


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

.timingDetails {
	margin-top: calc(10vh - 47px);
}

}

.showTimingHeaderContainer {
	width:29%;
	height:99%;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-flow:wrap;
	flex-direction:row;
	z-index:1;
	box-shadow:-15px 0px 10px -15px #656565;
	color: antiquewhite;
}

.showTimingHeader {
	display:flex;
	flex-direction:row;
	flex-flow:wrap;
    	justify-content:left;
	width:100%;
	height: 45%;
	text-align:center;
	font-weight:bold;
	justify-content:center; 
	align-items:center;	
}

.showTimeHeaderFont {
	font-size:20px;
}

@media screen and (max-width:786px) {

.contentContainer {
	height: calc(90% - 245px);
}
 
.showTimeHeaderFont {
	font-size:12px;
}


.artistShowHead {
	padding-top: 0px !important;
}

.showData {
	word-wrap: break-all;
	width: 100%;
	position:fixed;
	margin-left:0%;
	bottom:10.5%;
	/*background:white;*/
	display:flex;
	height:105px;
	flex-direction:row;
	flex-flow:wrap;
	overflow:hidden;
}

.showData + div {
	box-shadow:none !important;
	border-top:0px solid black!important;
}

.artistShowHead {
	padding-top: none;
}
}



#on_offShow {
	text-align:center;
	padding-right: 5px;
}

#toggleButton {
	height:22px;
	width:50px;
	border: 1px solid white;
	border-radius:10px;
	display:flex;
}

#toggleButtonInside {
	cursor:pointer;
	margin:2px;
	margin-left:2px;
	height:18px;
	width:20px;
	background: wheat;
	border-radius:18px;
}


#floatingOnOffShow {
	text-align:center;
	color: rgb(144,144,144);
	padding-right: 5px;
	margin-left:5%;
	font-size:20px !important;
}


#floatingToggleButton {
	height:22px;
	width:50px;
	border: 1px solid white;
	border-radius:10px;
	display:flex;
	margin-right:5%;
	font-size:20px !important;
}

.floatingArrow:hover, .floatingArrow:active {
	color:gold;
	cursor:pointer;
	font-weight:bold;
	transition: color .2s;
}

@media screen and (max-width:786px) { 
.floatingArrow {
	font-size:12px !important;	
}

#floatingOnOffShow {
	font-size:13px !important;	
}

}

#floatingToggleButtonInside {
	cursor:pointer;
	margin:2px;
	margin-left:2px;
	height:18px;
	widtAh:20px;
	background: wheat;
	border-radius:18px;
}

#floatingToggleButtonInside:hover , #floatingToggleButtonInside:active {
	background: rgb(144,144,144);
}


#scheduleDetails {
	display:flex;
	flex-flow: wrap;
	justify-content: center;
	padding-top: 54px;
	align-items: center;
}


.bookNow 
{
    width: 100%;
    height: 25px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Poppins', sans-serif;
    animation: 1s papa, 2s jetha;
}

@keyframes papa {
  from {font-size: 10px; min-height: 75px}
  to {font-size: 24px; min-height: 75px}
}

@keyframes jetha {
  50% {height: 75px}
  100% {height: 25px}
}

.belowBookNow 
{
 justify-content:center;
 align-items:center;
 flex-flow: wrap;
 min-height:45px;	
 margin-top:2px;
 padding-left: 5px;
 padding-right: 5px;
}

.so {
	width: 100%;
	font-size: 13px;
}

.timingDetailsWidth {
}

.subscribe {
	color:white;
	background:black;
	cursor:pointer;
	padding:5px;
	border-radius:5%
}

.subscribe:hover{
	background:red;
}
.onlineDetailsColour {
	border:1px solid green;
	color:green;
}

.onlineDetailsColour:hover, .onlineDetailsColour:active  {
	 background: linear-gradient(to bottom right, rgb(55,200,00,0.5) 0%, #ffffff 100%) !important;
	 transition: all .2s ease-in-out;
}


.arrowKeyButtons {
	display:flex;
	width:100%;
	height:45%;
	flex-direction:row;
	flex-flow:wrap;
    align-content:center;
	justify-content:center;	
}

.buttonsInner {
	height: 30px;
	margin-bottom:1px;
	justify-content:center;
	align-items:center;
	display:flex;
	width: 30px;
	margin-left:1px;
	border: 1px solid antiquewhite;
	border-radius: 15px;
	max-width: 30px;
	cursor:pointer;
	color: antiquewhite;
	margin-right: 6px;
}

.buttonsInner > div {
	display:flex;
	color:rgb(153,153,153);
	width:50%;
	font-size:12px;
	justify-content:center; 
	align-items:center;	
	height:100%;
}

.buttonsInner:hover, .buttonsInner:active {
	filter: sepia(1) brightness(1.5);
    	transition: 0.7;
}

.buttonsInner:active {
	animation: 2.5s opa;
}

@keyframes opa {
        from { opacity: 0.5; }
        to { opacity: 1; }
}


.artistOtherDetailsContainer {
	display:flex;
	justify-content:center; 
	align-items:flex-start;	
	width:50%;
	overflow-y:auto;
	margin:auto;
}

.artistOtherDetailsContainerInner {
	margin:0% 5% 0% 5%;
	width:90%;
	height:auto;
	overflow-y:auto;
	justify-content:center; 
	align-items:center;
}


@media screen and (max-width:786px) {
	.artistOtherDetailsContainerInner {
	margin:0% 5% 0% 5%;
	}
}


.otherDetailsHeader:not(:last-child) {
	display:flex;
	height: 40px;
	margin-bottom:2px;
	border-bottom: 1px solid #584c4c;
	padding-left:2%;
	width:97%;
	align-items:center;
	cursor:pointer;
	color: #000000;
}


.otherDetailsContent {
	display:none;
	margin-left:5%;
	margin-right:5%;
	margin-top:2%;
	margin-bottom:2%;
	width:90%;
	height:auto;
	flex-direction:row;
	flex-flow:wrap;
    align-content:flex-start;
	justify-content:center;
}

#whatToExpectContent, .floatingTicket { 
	-webkit-touch-callout: text;
    	-webkit-user-select: text;
    	-khtml-user-select: text;
    	-moz-user-select: text;
    	-ms-user-select: text;
    	user-select: text;

}

.addlinks, .viewReviews {
	-webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
}

.otherDetailsContent1 {
	display:none;
	margin-left:5%;
	margin-right:5%;
	margin-top:2%;
	margin-bottom:2%;
	width:90%;
	min-height:10px;
}

.imgImportantLinks {
	width:15%;
	height:50px;
	margin-left:5%;
	cursor:pointer;
	display:flex;
	flex-direction:row;
	flex-flow:wrap;
    	align-content:center;
	justify-content:center;
}



.youTubeSongLink {
	display:flex;
	margin-left:2%;
	cursor:pointer;
	justify-content:left;
	align-items:center;
	background: beige;
    	padding: 6px;
    	border: 2px solid black;
    	box-shadow: 3px 3px 0px black;
    	max-width: 300px;
	margin-bottom : 4px;
	position: relative; 
	    word-break: break-word;
	    width:77%;
}

.youTubeSongLink:active {
	top: 3px;
	left: 3px;
	box-shadow: none;
	opacity : 0.9;
}

#aboutMeInside {
	    background: beige;
    padding: 6px;
    border: 2px solid black;
    box-shadow: 3px 3px 0px black;
    max-width: 330px;
}

.youTubeSongLinkParent {
	min-width: 100px;
    	overflow: auto;
    	min-height: 50px;
    	justify-content: flex-start;
    	display: flex;
   	align-items: center;
	margin-bottom: 15px;
}

.youTubeSongLinkParent::-webkit-scrollbar {
    display: none;
}

.youTubeSongLinkImage {
	 float:left;
	 width:35px;
	 height:30px;
	 cursor:pointer;
	color: #060606;
}

.youTubeSongLinkImage > span {
	color: #060606 !important;
}

.youTubeSongLinkImage > img {
	object-fit:contain !important;
}


.youTubeSongLinkImage + a {
	text-decoration: none;
	color: #060606;
}

.youTubeSongLinkImage + a:hover, .youTubeSongLinkImage + a:active {
	opacity: 0.8;
}

.reviewHeader {
	font-weight:bold;
	width:100%;
	text-align:left;
}

.reviewBody {
	margin-left:5%;
	width:95%;
	float:left;
	font-family:monospace;
	margin-bottom:20px;;
}

.similarArtistsInner {
	display:flex;
	width: 100%;
	flex-direction:row;
	flex-flow:wrap;
    align-content:flex-start;
}

.similarSingleArtist {
	width:23%;
	margin-right:1%;
	margin-left:1%;
	margin-bottom:1%;
	font-size:70%;
	text-align: center;
	background:#eeeeee;
	border-radius:25%;
}

.similarSingleArtist > img {
	border-radius:25%;
}

@media screen and (max-width:786px) {
	.artistContainer {
		display:block;
		width:100%;
	}

	.artistShowHead {
		display: block;
	}

	.artistData {
		width: 100% ;
	}

	.artistData > div {
		text-align: center;
	}

	.artistImage {
	   	 height: 125px;
    		width: 125px;
    }
}


.artistShowDetailsContainer {
	width:100%;
	height:auto;
}

.artistOtherDetailsContainer {
	display:flex;
	width:100%;
}

.contentContainer {
	overflow:hidden;
	width:100%;
	position:fixed;
	/*height:60%;*/
}

@media screen and (max-width:350px) {
.showTimingHeader{	
	font-size:9px
}
}
.similarSingleArtist {
	width:31%;
	margin-right:1%;
	margin-left:1%;
	margin-bottom:1%;
	font-weight:bold;
	font-size:70%;
	text-align: center;
	background:#eeeeee;
	border-radius:25%;
}

.timingDetailsWidth {
}


.paymentButtonPayAtTheVenue {
  /*background: linear-gradient(90deg, #ff2a00, #d80100);*/
  background: linear-gradient(90deg, #bd1f00, #700000, #bd1f00);
  font-size: 18px;
  font-weight: 400;
  padding: 16px;
  border: none;
  box-shadow: 0 6px 20px rgba(255, 59, 31, 0.35);
  transition: all 0.25s ease;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: calc(100vw - 32px);
  left: 0;
  border-top: 1px solid;
  }


#paymentButtonPayAtTheVenue {
	color: white;
}

.paymentButtonPayAtTheVenue:hover, .paymentButtonPayAtTheVenue:active {
	filter: brightness(0.8);
}


#contributeButton {
	background: #ffde03;
	color:darkgreen;
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: bold;
	/*display: none;*/
}


.floatingImage {
	width: 30% !important; 
	float:left;
	text-align: center;
}

.floatingTicket {
width: 40% !important; 
float:left;
padding-left:40px !important;
}



@media screen and (max-width:786px) { 
.floatingImage {width: 100% !important;float:left;text-align:center;padding: 0px !important;}

.floatingTicket {
width: 80% !important; 
float:left;
padding-left:10% !important;
}
}

.floatingImage{
	margin-right:15px;
	margin-top:5px;
	cursor: pointer;
}


body {
	background: black;
}

.container {
	margin-bottom: 5px;
}

body, .contentHead, .topBar, .contentContainer {
            background: #F5F1E8;
}

.scheduleButton {
	    color: black;
	    background: #F2EBDD;
	    border: 1px solid #D6CBB5;
	    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	    border-radius: 4px;
}


/*.ticketName {
    	font-size: 22px;
    	border-bottom: 1px solid #555555;
    	padding-bottom: 10px;
    	margin-bottom: 10px;
    	margin-top: 2px;
    	text-align: center;
}*/

.ticketName {font-size: 21px;padding: 10px;margin-bottom: 10px;margin-top: 2px;text-align: center;background: #00000029;border-radius: 8px;box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);}

div > b > u {
	text-decoration: none;
    	border-bottom: 1px solid;
    	font-size: 17px;
    	border: 2px solid lightslategray;
    	padding: 8px;
    	color: lightslategray;
    	border-radius: 8px;
	box-shadow: 2px 2px;
}

.applyCoupon > span {
	color: #d80100;
}

.urgent {
	color: gold !important;
    font-size: 11px;
}

.supportHeader {
width:100%;text-align: center;font-size: 25px;
color: #f9e8c8;
}

.favContainer {
width: 90%;
    max-width: 600px;
    margin: auto;
    display: flex;
    align-items: center;
    box-shadow: 3px 3px 0px #ffffe1;
    padding: 5px;
    border-radius: 60px;
    position: relative;
    border: 1px solid;
    background: #222222;
}

.favContainer:active {
	box-shadow: none;
	top: 3px;
	left: 3px;
	opacity: 0.8;
}

.favText {
	    text-align: left;

}

.favType {
font-size: 12px;
}

.searchTextBoxFav {
	width: 90%;
	margin-left: 16px;
	padding-bottom: 8px;
    	border-bottom: 1px solid #ffffe1;
}

.searchTextBoxFav::placeholder {
	color: #999999;
	font-size: 15px;
}

#favOuter {
    width: 100% !important;
    padding: 0px !important;
}

.emptyList {
    text-align: center;
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 46px;
    width: 100%;

}


.viewReviews {
	margin-bottom: 53px;
	display: flex;
	align-items: center;
	flex-flow: wrap;
	max-width: 355px;
	margin-top: 10px;
}

.viewReviews > span {padding: 10px;cursor: pointer;color: white;position: relative;border-radius: 8px;background: linear-gradient(-13deg, #1F1F1F, #252525, #1F1F1F);border: 1px solid #333;margin-bottom: 18px;box-shadow: inset 2px 2px 5px rgba(0,0,0,0.3);width: 250px;text-align: center;margin: auto;}


}

.viewReviews > span:hover {
	opacity: 0.8;
}

.viewReviews > span:active {
        opacity: 0.8;
	top: 3px;
	left: 3px;
	box-shadow: none;
}


.viewReviews > span > input, .viewReviews > span > label {
	cursor: pointer;
	margin-right: 8px;
	accent-color: gray;
}


#offlineAssist {
    box-shadow: 2px 3px 0px white;
    color: white;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    width: 250px;
    background: linear-gradient(-13deg, #1F1F1F, #252525, #1F1F1F);
    border-radius: 8px;
    position: relative;
    text-align: center;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.3);
    border: 1px solid #333;
    cursor: pointer;
    margin: 18px auto;
}

#offlineAssist:active {
	opacity: 0.8;
	top: 2px;
	left: 3px;
	box-shadow: none;
}

.pandir {color: black;font-size: 17px !important;margin-right: 7px;}

.pancontainer {background: aliceblue;box-shadow: 2px 3px gray;padding: 5px;padding-right: 5px;padding-left: 5px;padding-right: 5px;padding-left: 5px;margin-bottom: 21px;width: 162px;display: flex;position: relative;align-items: center;border-radius: 8px;}

#wait {
	position:fixed;
	z-index: 1499;
	margin: auto;
	background: black;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;	
	display: flex;
}

#wait > div {
	margin: auto;
	width:100%;
	font-size: 25px;
	text-align: center;
	color: white;
	animation: blinker 2s linear infinite;
}

#wait > div > div {
	padding-left:5px;
	padding-right:5px;
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.popupshows {
	position: fixed;
	background: #272727;
	top: 0;
	z-index: 100;
	left: 0;
	margin-top: 63px;
	width: 100vw;
	margin-left: 0;
	white-space: normal;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	height: calc(90% - 90px) !important;
	overflow: scroll;
}

.popupshows::-webkit-scrollbar {
    width: 6px;
    background: transparent;
}

.floatWidth {
	  position: fixed;
        background: black;
        top: 0;
        z-index: 100;
        left: 0;
        margin-top: 63px;
        width: 100vw;
        margin-left: 0;
        white-space: normal;
        text-align: center;
        padding-top: 20px;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        height: calc(90% - 90px) !important;
}


.popupshows > .timingDetailsWidth {
	min-height: 100px !important;
	width: 32px !important;
	font-size: 12px;
}

.popupshows > .timingDetailsWidth > .belowBookNow {
    display: flex;
    justify-content: center;
    align-items: center;
	min-height: 95px;	
}

span.spr {
    	color: green;
    	font-size: 15px;
	width: 100%;	
}

.shareAndEarn {
    max-width: 350px;
    height: 50px;
    background: #a40000;
    color: yellow;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Oleo Script Swash Caps', cursive;	
}

.perc {
	font-size: 15px;
    	font-family: 'Oleo Script Swash Caps';
    	color: #ffe4de;
}

.shareAndEarn:active , .shareAndEarn:hover {
	opacity: 0.8;
}


.otherDetailsContent1 {
	color: #4c4c4c !important;
} 


.youTubeSongLinkImage > span 
{

}



 #session-expired-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.85); /* Dark semi-transparent background */
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            z-index: 100000000000; /* Ensure it is on top of everything */
        }
        .session-content {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.3);
        }
        .session-content h2 {
            margin: 0 0 10px;
            font-size: 24px;
            color: red;
        }
.session-content p {
            margin: 0 0 20px;
            font-size: 16px;
        }
        .session-content button {
            background: red;
            color: white;
            border: none;
            padding: 10px 20px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
        }
        .session-content button:hover {
            background: darkred;
        }











span.material-icons.iconic {
    margin-right: 9px;
}

.loca {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 17px;
}

.ticketNameUnder {
    font-size: 13px;
    border-bottom: 1px solid #555555;
    padding-bottom: 10px;
    margin-bottom: -4px;
    margin-top: 2px;
    text-align: center;
}

.notice {
	font-size:10px; 
	color:lightslategray;
	margin-top: 15px;
}


div#scheduleDetails > div {
    min-height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: nowrap;
}






