
#pageDetails {
	width: 100%;
	margin: 0;
	top: 0;
	left: 0;
  }
  
  #backdrop{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(5, 8, 49, 0.8);
	display: flex;
	justify-content:center;
	align-items: center;
	cursor: pointer;
	backdrop-filter: blur(10px);
  }
  #overlay{
	position:fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content:center;
	align-items: center;
  }
  
  #pageDetails #pageDetailsFramed {
	position: relative;
	width: 100%;
	max-width: 800px;
	width: calc((100vh - 80px) * 1.78);
	border-radius: 15px;
	overflow: hidden;
	margin: 0px auto;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
  }
  
  @media only screen and (max-width: 480px) {
	#pageDetails #pageDetailsFramed {
	  width: 90%;
	  border-radius: 5px;
	}
  }
  #pageDetails #pageDetailsFramed input {
	display: none;
  }
  #pageDetails #pageDetailsFramed label {
	width: 100%;
	height: 100%;
	cursor: pointer;
  }
  #pageDetails #pageDetailsFramed img {
	width: 100%;
	height: auto;
  }
  #pageDetails #pageDetailsFramed p {
	position: absolute;
	color: #fff;
	left: 15px;
	bottom: 15px;
	padding: 0px;
	margin: 0;
	font-size: 20px;
	font-family: "Chakra Petch", sans-serif;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	line-height: 1;
  }
  @media only screen and (max-width: 480px) {
	#pageDetails #pageDetailsFramed p {
	  font-size: 10px;
	  left: 10px;
	  bottom: 10px;
	}
  }
  
  ul#capturedlists, ul#capturedlistsSelected {
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 20px;
	width: 100%;
	max-width: 1000px;
	justify-content: start;
	margin: 30px auto 0;
  }
  
  @media only screen and (max-width: 480px) {
	ul#capturedlists, ul#capturedlistsSelected {
	  justify-content: center;
	}
  }
  
  #pageDetailsFramedButtonCheckout,#pageDetailsFramedButtonCheckoutTrial{
	top: 75%;
	left: calc(50% - 200px);
	width: 40%;
	color:#000;
	text-decoration: none; font-family: times; background-color: #fff; text-align:center; margin:0px auto; 
	display:block; max-width: 400px; height: 50px; border-radius:50px; line-height: 50px;
  }
  @media only screen and (max-width: 480px) {
	#pageDetailsFramedButtonCheckout,#pageDetailsFramedButtonCheckoutTrial{
	  top: 60%;
	  left: 15%;
	  width: 70%;
	}
  }
  
  ul#capturedlists li, ul#capturedlistsSelected li {
	width: 30%;
	position: relative;
	transition: all 0.1s ease;
			user-select: none;
  }
  @media only screen and (max-width: 480px) {
	ul#capturedlists li, ul#capturedlistsSelected li {
	  width: 90%;
	}
  }
  ul#capturedlists li img, ul#capturedlistsSelected li img {
	position: relative;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
			user-select: none;
  }
  ul#capturedlists li p, ul#capturedlistsSelected li p {
	position: absolute;
	color: #fff;
	left: 10px;
	bottom: 10px;
	padding: 0px;
	margin: 0;
	font-size: 10px;
	font-family: "Chakra Petch", sans-serif;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	line-height: 1;
  }
  ul#capturedlists li .nocopy:after, ul#capturedlistsSelected li .nocopy:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
  }
  ul#capturedlists li:hover, ul#capturedlistsSelected li:hover {
	-webkit-transform: scale(1.01);
			transform: scale(1.01);
  }
  ul#capturedlists li:active, ul#capturedlistsSelected li:active {
	opacity: 0.9;
	-webkit-transform: scale(0.99);
			transform: scale(0.99);
  }
  ul#capturedlists li input, ul#capturedlistsSelected li input {
	display: none;
  }
  ul#capturedlists li label, ul#capturedlistsSelected li label {
	width: 100%;
	height: 100%;
	cursor: pointer;
  }
  .nocopy:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
  }
  .nocopy{
	font-size: 0;
  }
  #pageDetailsFramedImage{
	font-size: 0;
  }
  ul#capturedlists li .nocopy:after, ul#capturedlistsSelected li .nocopy:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0.1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
  }
  
  .display_userid{
	font-family: "Chakra Petch", sans-serif;
	color:#000;
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	opacity: 0.8;
	font-weight: normal;
	margin: 0;
	top:0;
	user-select: none;
  }
  .display_userid.mid{
	font-size: 20px;
  }
  @media only screen and (max-width: 480px) {
	.display_userid{
	  font-size: 16px;
	}
  }
  
  .layout{
	display:flex;
	flex-direction: column;
	gap : 50px;
  }
  
  #photoController{
	display: flex;
	position:relative;
	justify-content: center;
	align-items: center;
	user-select: none;
	flex: 1;
  }
  
  #purchaseController{
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  #prevButton{
	cursor: pointer;
	color: transparent;
	width: 100px;
	height: 100px;
	order: -1;
  }
  #nextButton{
	cursor: pointer;
	color: transparent;
	width: 100px;
	height: 100px;
  }
  
  
  #prevButton:hover, #nextButton:hover {
			transform: scale(1.01);
  }
  #prevButton:active, #nextButton:active {
	opacity: 0.9;
			transform: scale(0.99);
  }
  
  @media only screen and (max-height: 480px) {
	.layout{
	  gap: 10px;
	}
  }
  
  
  @media only screen and (max-width: 480px) {
	#prevButton{
	  position: fixed;
	  left:0;
	  order: 0;
	}
	#nextButton{
	  position: fixed;
	  right:0;
	}
  }
  
  @media only screen and (max-height: 480px) {
  
	#prevButton{
	  position: absolute;
	  left:0;
	  order: 0;
	}
	#nextButton{
	  position: absolute;
	  right:0;
	}
  
	#pageDetailsFramedButtonCheckoutTrial{
	  display: block;
	  width: 240px;
	  margin: 0; 
	  font-size: 14px;
	  height: 45px;
	  line-height: 45px;
	  border-radius: 45px;
	}
  }
  
  #pageDetails.vertical #pageDetailsFramed{
	width: 300px !important;
  }


  .sessionNavigation{
    opacity:0.7; text-align:center;
	font-family: "Chakra Petch", sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 40px;
  }