@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');

html,body {
	height: 100%;
	margin: 0;
	/* padding: 10; */
	overflow: hidden;
	font-family: 'Kanit', sans-serif;
	color : white;
	scroll-behavior: smooth;
}



.body_singin{
    position: static;
    /* display: flex; */
    box-sizing: border-box;
    flex: 1 0 auto;
    margin-top: 1%;
    height: 0;
    width: 98%;
    overflow-y: scroll;
    background-color: #181818;
    border-radius: 0.2cm;
    padding: 10px;
    margin: 1%;
    /* float: left; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    box-shadow: 0px 0px 2px rgb(187 211 211);
}

.singin{
	/* background-image: url("../img/869923.gif"); */
	/* background-size: cover; */
	background-color: #151515;
	background-repeat: no-repeat;
    background-size: calc(100% + 100px);
	display: flex;
	/* justify-content: center; */
	align-items: center;
	height: 100%;
	flex-direction: column;
}



.loginstyle{
	/* background-image: url("../img/giphy.gif"); */
	/* background-size: cover; */
	
	
	background-color: #111; 
	/* background-repeat: no-repeat; */
    background-size: calc(100% + 100px); 
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;

}
.floor_set{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;

}

.logintext{
	font-family: 'Kanit', sans-serif;
	font-size : 2em;
	font-weight: bold;
	z-index: 3;
}


.Copyright{
	font-family: 'Kanit', sans-serif;
	font-size : 0.8em;
	font-weight: normal;
}

.loginbutton{
	font-family: 'Kanit', sans-serif;
	font-size : 1em;
	color : white;
	font-weight: normal;
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 9999px;
	border: none;
	padding: 15px 32px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
}

.codebox{
	position: relative;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0.375rem;

	justify-content: center;
	align-items: center;
	z-index: 32;
}


.line {
	font-family: 'Kanit', sans-serif;
	position: relative;
	top: 50%;
	width: 100%;
	margin: 0 auto;
	border-right: 2px solid rgba(255, 255, 255, 0.75);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;transform: translateY(-50%);
	font-size: 0.8em;
}



.anim-typewriter {
	animation: typewriter 4s steps(40) 0.2s 1 normal both, blinkTextCursor 500ms steps(40) infinite normal;
}

@keyframes typewriter {
      from {
            width: 0;
      }
      to {
            width: 24em;
      }
}

@keyframes blinkTextCursor {
      from {
            border-right-color: rgba(255, 255, 255, 0.75);
      }
      to {
            border-right-color: transparent;
      }
}

.login_text{
	padding-left : 10px;
	
}
.login_header{
	width: 9%;
}

.login_floor{
	margin-left: 5px;
	font-family: 'Kanit', sans-serif;
	font-size : 1em;
	color : white;
	font-weight: normal;
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 0.375rem;
	border: none;
	padding: 10px 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login_floor:hover{
	background-color: rgba(255, 255, 255, 0.2);
}

.loginbutton:hover{
	background-color: rgba(255, 255, 255, 0.2);
}


.icon_avter2 {
	position: relative;
    width: 40%;
    border: 2px solid #BAF3FC;
    border-radius: 9999px;
}





.dropdown {
    position: relative;
    display: inline-block;
	
	
}
  
.dropdown-content {
    display: none;
    position: absolute;
    color:white;
    font-family: 'Kanit', sans-serif;
    background-color: rgb(0 0 0 / 86%);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 0.375rem;
    z-index: 1;
    margin-top: 5px;
    margin-left: -40px;
	backdrop-filter: blur(5px);

}
  
.dropdown-content a {
    padding: 5px 16px;
    text-decoration: none; 
    display: block;
   
	
}



.dropdown:hover .dropdown-content {
    display: block;
    cursor: pointer;
    border-radius: 0.375rem;

    margin-top: -3px;

	
	
}

.dropdown-content a:hover {
    background-color: rgba(0,0,0,0.8);
	
	
}

.footer__container {
	display: flex;
    justify-content: center;
    background-color: #181818;
    font-size: 13px;
    font-weight: 300;
    padding: 16px 0;
    flex: 0 0 auto;
    width: 100%;
}

.header_img {
	width: 60px;
	height: 60px;
}

.header_welcome{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	text-align: center;
	/* background-color: red; */
}

.header_singin{
	position: relative;
    display: flex;
	height: 10%;
    width: 100%;
	flex-direction: row;
	-webkit-backdrop-filter: blur(10px);
	align-items: center;
	padding-left: 20%;
    backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,.25);
}


.name_fo_users{
	padding-left: 50%;
	padding-top: 3%;
	padding-right: 1%;
	font-size: 0.8rem;
}

.heaeritem {
	display: block;
	box-sizing: border-box;
	height: 100%;

	display: flex;
	align-items: center;
}

.store_imge{
	display: block;
	box-sizing: border-box;
	border-radius: 0.375rem;
}

.store_item{
	
	display: block;
	box-sizing: border-box;
	margin: 1%;
	height: 200px;
    width: 320px;
	
	background-color: rgb(80, 80, 80);
	
	border-radius: 0.375rem;

	background-size: cover;
	background-repeat: no-repeat;

	transform-origin : center top;
	transition-property: transform;
	transition-duration: 0.5s;
}

.store_item:hover{
	transform: scale(1.05, 1.05);
	cursor: pointer;
}

.store_item_NOT{
	position: relative;
	top: 100%;
	transform: translateY(-120%);
	float:right;
	margin-right: 2%;
	height: 20%;
    width: 23%;
	bottom: 0;
 	color: yellow;
	display: flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 0.375rem;
}

.store_action{
	position: static;
	top: 100%;
	transform: translateY(-120%);
	float:right;
	margin-right: 2%;
	height: 20%;
    width: 23%;
	bottom: 0;


	/* background-color: rgba(0, 0, 0, 0.5);  */
 	color: yellow;
	display: flex; 
	justify-content: center; 
	align-items: center; 
	border-radius: 0.375rem;
}

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

.square {
	position: absolute;
	backdrop-filter: blur(5px) ;
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	background: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;

	animation: animate 10s linear infinite;
	animation-delay: calc(-1s * var(--i));
}

@keyframes animate{
	0%, 100%
	{
		transform: translateY(-40px);
	}
	50%
	{
		transform: translateY(40px);
	}
}
.square:nth-child(1){
	top: 50%;
	right: 60%;
	width: 100px;
	height: 100px;
}

.square:nth-child(2){
	top: 40%;
	right: 30%;
	width: 120px;
	height: 120px;
	z-index: 2;
}

.square:nth-child(3){
	bottom: 70%;
	right: 30%;
	width: 80px;
	height: 80px;
	z-index: 2;
}

.square:nth-child(4){
	top: 85%;
	left: 50%;
	width: 50px;
	height: 50px;
}

.square:nth-child(5){
	top: 10%;
	right: 50%;
	width: 60px;
	height: 60px;
}

.popup{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	backdrop-filter: blur(5px);

}
.popup-x{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	backdrop-filter: blur(5px);

}

.popupbox-x{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	height: auto;
	background: #26262a;
	border-radius: 10px;
	padding: 0 0 1.25em;
	left: 50%;
	top: 50%; 
	transform: translate(-50%, -50%);
}

.popupbox{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 50%;
	background: #26262a;
	border-radius: 10px;
	padding: 0 0 1.25em;
	left: 50%;
	top: 50%; 
	transform: translate(-50%, -50%);
}

.header_popup{
	width: 100%;
	height: 12%;
	/* border: 2px solid #BAF3FC; */
	background-color: rgba(77, 75, 75, 0.1);
	border-radius: 10px 10px 0px 0px;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.header_popup-x{
	width: 100%;
	height: 12%;
	/* border: 2px solid #BAF3FC; */
	background-color: rgba(77, 75, 75, 0.1);
	border-radius: 10px 10px 0px 0px;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}


.header_popup_fixbox{
	display: block;
	box-sizing: border-box;
	height: 100%;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_popup_fixbox:hover{
	/* border-bottom: 2px solid #f1fafa; */
	cursor: pointer;
}

#closepopup:hover{
	border-bottom: 2px solid #f1fafa; 

}

.body_popup{
	width: 98%;
	height: 88%;
	/* border: 1px solid #BAF3FC; */
	padding: 1%;
	
	word-wrap: break-word;
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;


	/* display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; */
}

* {
    -webkit-overflow-scrolling: auto;
}

.body_popup::-webkit-scrollbar {
	width: 1px;
	border-radius: 10px;
  }
  

  ::-webkit-scrollbar-track {
	background: #313131; 
  }
   

  ::-webkit-scrollbar-thumb {
	background: rgb(236, 122, 122); 
  }
  

.store_item_box {
    position: static;
    margin: 1%;
    height: 39%;
    width: 14.6%;
    background-color: rgb(80, 80, 80);
    border-radius: 0.1cm;
    transform-origin: center top;
    transition-property: transform;
    transition-duration: 0.5s;
	float: left;
}

.store_item_box:hover{
	transform: scale(1.05, 1.05);
	cursor: pointer;
}


.store_item_text {
	color: #fff;
	padding: 10px;
	font-size: 100%;
	text-align: center;
	background-color: #1d1d1d;
	border-radius: 0.1cm 0.1cm 0.0cm 0.0cm;
}

.img-box {
    position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.img-style {
    position: relative;
    width: 95%;
    height: 80%;
    /* top: 550%; */
    left: 50%;
    transform: translate(-50%, -9%);
    border-radius: 0.1cm;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.preview_body{ 
	/* position: absolute; */
	/* top: 50%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */

	/* margin-top: 6%; */
	/* margin-left: 5%; */


	/* width: 80%; */
	/* height: 50%; */
	height: 280px;
	border-radius: 0.375rem;

	overflow: hidden;
}

.displayflex{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 100%;
}

.displayflex_item{
	display: block;
	box-sizing: border-box;
    

}

.popuptextheader{
	padding-top: 6%;
	font-size: 1.5rem;
	font-weight: bold;
	padding-bottom: 2%;
}

.popuptext_dec{
	font-size: 0.8rem;
	padding-bottom: 5%;
}

.popuptexatice{
	/* font-weight: bold; */
	font-size: 1.2rem;
}

.popuptexatice_box_at{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: yellow;
	border-radius: 0.300rem;
	font-weight: bold;
	font-size: 0.6rem;
	font-family: 'Kanit', sans-serif;
	margin: 1%;
	
}

.popuptexatice_box {
	display: flex;
    align-items: center;
    justify-content: center;
}

.popuptexprice{
	padding-top: 3.5%;
    font-size: 1.8rem;
    padding-bottom: 3.5%;
	text-align: center;
}

.floor_video{
	font-size: 0.7rem;
	padding-top: 5%;
	padding-left: 5%;
	padding-right: 13%;
	text-align: center;
}

.Export_floor{
	padding-left: 5%;
	font-size: 0.7rem;
}

.code{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(107, 107, 107, 0.2);
	border-radius: 0.300rem;
	font-size: 1.2rem;
	font-family: 'Kanit', sans-serif;

}


.buy_action{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.buy_botton{
	display: block;
	box-sizing: border-box;
	width: 100px;
	height: 42px;
	border-radius: 0.300rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	cursor: pointer;

	background-color: rgb(46, 45, 45);

	
}

.toup{
    display: block;
	margin-left: 5px;
	width: 100px;
	height: 32px;

	border-radius: 0.300rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
	cursor: pointer;
    

	background-color: rgb(46, 45, 45);
}

.toup_botton{

	display: block;
	/* box-sizing: border-box; */
	margin-left: 5px;
	width: 130px;
	height: 42px;

	border-radius: 0.300rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	cursor: pointer;

	background-color: rgb(46, 45, 45);


}

.buy_botton:hover{
	background-color: rgb(53, 52, 52);
}

.toup:hover{
	background-color: rgb(53, 52, 52);
}

.toup_botton:hover{
	background-color: rgb(53, 52, 52);
}


.licenesbox {
    display: flex;
	justify-content: center;
	flex-direction: row;
    width: 100%;
    height: 10%;
    margin-top: 0.2%;
    background-color: rgba(255, 255, 255, 0.02);
}

.licenes_div{
    display: block;
	height: 100%;
    margin-left: 0.2%;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
	justify-content: center;
	align-items: center;
}


.licnes_botton{
    display: block;

	height: 100%;
    margin-left: 0.2%;
    background-color: rgba(0, 107, 244, 1); 
    display: flex;
	justify-content: center;
	align-items: center;

    cursor: pointer;
}

.licnes_botton_dowland{
    display: block;

	height: 100%;
    margin-left: 0.2%;
    background-color: rgb(77, 150, 35); 
    display: flex;
	justify-content: center;
	align-items: center;

    cursor: pointer;
}

.licnes_botton_dowland:hover{
    background-color: rgb(116, 236, 46); 
}


.licenes_id{
    display: block;
	height: 100%;
    margin-left: 0.2%;
    background-color: rgba(0, 0, 0, 0.5); 
    display: flex;
	justify-content: center;
	align-items: center;
    
}

.licnes_botton:hover{
    background-color: rgb(128, 119, 255); 
}


.qr_code{
    width:  50%;
    height:  50%;
    
	margin-left: 25%;


}





#inputclass{
	margin-left: 5%;
	height: 100%;
	width:  50%;
	background-color: rgba(0, 0, 0, 0.2); 
}

.input_box{
    display: flex;
	justify-content: center;
	align-items: center;
    flex-direction: column;
	
    width:  90%;
    height:  60%;
	margin-top: 2%;
	margin-left: 5%;
	border: 1px solid #424242;
}

.record_pay{
	width: 100%;
	height: 10%;
    display: flex;
	justify-content: center;
	flex-direction: row;
	
	margin-top: 0.2%;

}

.record_pay_row{
	display: block;
	height: 100%;
    margin-left: 0.2%;
    background-color: rgba(0, 0, 0, 0.5); 
	
    display: flex;
	justify-content: center;
	align-items: center;
	
}

.record_pay_row_cell{
	display: block;
	height: 100%;
    margin-left: 0.2%;
	
    background-color: rgba(0, 0, 0, 0.3); 

    display: flex;
	justify-content: center;
	align-items: center;	
	font-size: 12px;
	
}

#notfound{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: red;
	border-radius: 0.300rem;
	font-weight: bold;
	font-size: 0.65rem;
	font-family: 'Kanit', sans-serif;
}
#active_money{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: rgb(36, 76, 255);
	border-radius: 0.300rem;
	font-weight: bold;
	font-size: 0.65rem;
	font-family: 'Kanit', sans-serif;
	
}

#waiting{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: yellow;
	border-radius: 0.300rem;
	font-weight: bold;
	font-size: 0.65rem;
	font-family: 'Kanit', sans-serif;
}



.displayflex_item_buy{
	display: block;
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior: smooth;
}

.displayflex_item_buy::-webkit-scrollbar {
	width: 1px;
	border-radius: 10px;
  }
  

  ::-webkit-scrollbar-track {
	background: #313131; 
  }
   

  ::-webkit-scrollbar-thumb {
	background: rgb(236, 122, 122); 
  }


.qr_header{
	margin-left: 20%;
	padding-bottom: 15px;
	padding-top: 5px;
}

#files_qr_label{
	margin-left: 26%;
}

.point_users{
	padding-right: 5%;
}