@charset "utf-8";
*{	
	scroll-behavior: auto;
	line-height: normal !important;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	font-family: Tahoma, Geneva, Kalimati, sans-serif !important;
	text-decoration: none;
	outline: none;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
                                  supported by Chrome and Opera */
	color: rgba(255, 255, 255, 0.90) ;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	user-drag: none;
	text-shadow: 1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000;

}

.show{
margin-bottom: 20px;
}

.imgs { 
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated ;     /* Chrome */
    image-rendering: optimize-contrast ;            /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

}

body {
	background: rgba(0, 0, 0, 1.00);
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

#mainbody {
	width: 100%;
	display: none;
	overflow: auto;
	padding-top: 100px;
	padding-bottom: 10px;	
}

.urlwiki {
    display: inline-block;
    border-radius: 3px;
    background: rgba(0, 0, 0, 1.00);
    padding: 1px;
    margin: 1px;
    font-size: 10px;
    background: #000000c9;
    border: 1px solid rgb(147 147 147);
    backdrop-filter: blur(10px);
    transition: 0.1s ease;
    z-index: 0;
    position: relative;
}

.urlwiki:hover {
    border: 1px solid rgba(255, 255, 255, 1.0);
    transition: 0.1s ease;
    transform: scale(1.2, 1.2);
    z-index: 9;
    position: relative;
}

.urlwiki img {
    transform: scaleX(-1); 
    width: auto;
    border: 1px solid rgba(255, 255, 255, 0.20);
    object-fit: contain;
    max-width: 100%;
}

.nomoreitem {
	display: inline-block; 
	border-radius: 3px;
	/*background: rgba(0,0,0,1.00);*/
	padding: 10px;
	margin: 1px;
	font-size: 20px;
	background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 10px, rgba(0, 0, 0, 0.85) 10px, rgba(0, 0, 0, 0.85) 20px);	
}
.nomoreitem img {
	border: 1px solid rgba(255, 255, 255, 0.20);
}

.lazy {
	width: auto;
	height: 150px;
	border-radius: 3px;
	cursor: pointer;	
}

.nametext {
    padding: 0px 4px 4px 4px;
    font-size: 8px;
    margin-top: 0px;
    display: block;
    letter-spacing: 1.2px;
}

.tagac, .tagrare, .taglegend, .tagcc, .tagso, .tagss, .tagtemp, .tagup, .tagdrop, .tagmerge, .tagrank {
	display: inline-block;
	width: 8px;
	height: 8px;
	top: 0;
	padding: 0px;
	margin: 1px;	
	/*box-shadow: 3px 3px inset rgba(255,255,255,0.50); ; */
	/*border-radius: 100%;*/
	color: rgba(0, 0, 0, 1.00);	
	  border-radius: 50%;	
	  

}


.tagac {
	background: rgb(254, 117, 16);
	border: thin solid rgba(255, 197, 103, 1.00);
}
.tagrare {
	background: rgb(75, 145, 42);
	border: thin solid rgba(10, 255, 0, 1.00);
}
.taglegend {
	background: rgba(97, 0, 253, 1.00);
	border: thin solid rgba(199, 104, 255, 1.00);
}
.tagso {
	background: rgba(255, 206, 0, 1.00);
	border: thin solid rgba(255, 246, 165, 1.00);
}
.tagcc {
	background: rgba(0, 255, 187, 1.00);
    border: thin solid rgba(0, 255, 187, 1.00);
}
.tagss {
	background: rgba(255, 0, 253, 1.00);
	border: thin solid rgba(250, 175, 255, 1.00);
}
.tagtemp {
	background: rgba(81, 81, 81, 1.00);
	border: thin solid rgba(81, 81, 81, 1.00);
}
.tagup {
	background: rgba(0, 5, 255, 1.00);
	border: thin solid rgba(152, 151, 255, 1.00);
}
.tagdrop {
	background: rgba(255, 255, 255, 1.00);
	border: thin solid rgba(255, 255, 255, 1.00);
}
.tagmerge {
	border: thin solid rgba(255, 255, 255, 1.00);
	background: rgba(0, 0, 0, 1.00);
}
.tagrank {
	border: thin solid rgba(255, 0, 0, 1.00);
	background: rgba(150, 0, 0, 1.00);
}

.tagbg{
	display:block;
	padding:0;	
	border-radius:5px;	
	margin-top:0px;
	margin-bottom:0px;	
	min-height:20px;	
}

.tagbg div{
	margin-top:-200px;
}



.cpage {
	color: #ffffff;
	padding: 5px;
padding-left:5px;
padding-right:5px;	
		 background: repeating-linear-gradient( 45deg, rgba(78,145,25, 0.8), rgba(78,145,25, 0.8) 10px, rgba(78,145,25, 1) 10px, rgba(78,145,25, 1) 20px);
		 border:1px solid #000;
		 cursor: pointer;
		 margin:-1px;
		 border-radius:3px;
		 
background: url('button1.svg');
background-repeat:round;
background-size: cover;		
}

.cpage:hover {
	border: 1px solid #fff ;	
 box-shadow: 0px 0px 10px #ffffff;	
}

.cpage2 {	
	color: #ffffff;
	padding: 5px;
	background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 10px, rgba(0, 0, 0, 0.85) 10px, rgba(0, 0, 0, 0.85) 20px);
   
   border: solid 1px rgba(255,255,255,0.8);
    border-radius: 3px;
    margin: 1px;
	
}

.cpageBig{
border-radius: 10%;
padding: 20px;
    width: 100%;
    font-size: 20px;
    margin-top: -50px;
    max-width: 400px;
}

.cpageinput{
	border: 1px solid #000 ;
	color: #ffffff;
	padding: 5px;	
	background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 10px, rgba(0, 0, 0, 0.85) 10px, rgba(0, 0, 0, 0.85) 20px);	
	margin-left:-4px;
	border-radius:3px;
	width:60px;	
     border: solid 1px rgba(255,255,255,0.8);
} 

.cpageinput_text{   
	border: 1px solid #000 ;
	color: #ffffff;
	padding: 5px;	
	background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 10px, rgba(0, 0, 0, 0.85) 10px, rgba(0, 0, 0, 0.85) 20px);	
	margin-left:-4px;
	border-radius:3px;
	width:300px;	
    border: solid 1px rgba(255,255,255,0.8);
}

.cpagebox {	
	display: none;
}

.nvi{
	position: fixed;
	top:85px;
    left: 0;
	width: 100%; 
	color: #000;
	transition: top 0.3s;	
	display:block;
    z-index: 99;
}

.nvi2{
	display:none;
}

.ml5{
	margin-left:5px;
}

#navbar {
  transition: top 0.3s;
  z-index: 99;
}

div#jumphere {
    max-width: 1200px;
    
}

.zoomrange{	

}

.zoomrange input{	
left:0;
width:100%;
margin:0 auto;
margin-top:0px;
z-index:99;
background:none;
}

input[type=range] {	
  height: 36px;
  -webkit-appearance: none;
  margin: 0;
  width: 100%;
  max-width:400px;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {	
  width: 100%;
  height: 30px;
  cursor: pointer;
  animate: 0.2s;
 
background: rgba(255, 255, 255, 0.15);
 background: url('f4.svg');
background-repeat:round;
background-size: cover;
}

input[type=range]::-webkit-slider-thumb { 
  box-shadow: 3px 3px 3px #000000;
  border: 1px solid #000000;
  height: 29px;
  width: 20px;
  border-radius: 5px;
  background: repeating-linear-gradient( 45deg, rgba(78,145,25, 0.8), rgba(78,145,25, 0.8) 10px, rgba(78,145,25, 1) 10px, rgba(78,145,25, 1) 20px);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0px;
  background: url('sc1.svg');
background-repeat:round;
background-size: cover;
}

input[type=range]::-webkit-slider-thumb:hover { 
border: 1px solid #fff ;	
 box-shadow: 0px 0px 10px #ffffff;	
}
	

input[type=range]:focus::-webkit-slider-runnable-track {

}

input[type=range]::-moz-range-track {
 width: 100%;
  height: 30px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 2px 2px 10px #000000;
  border-radius:30px;
background: rgba(255, 255, 255, 0.15);
 background: url('f4.svg');
background-repeat:round;
background-size: cover;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 3px 3px 3px #000000;
  border: 1px solid #000000;
  height: 29px;
  width: 20px;
  border-radius: 5px;
  background: repeating-linear-gradient( 45deg, rgba(78,145,25, 0.8), rgba(78,145,25, 0.8) 10px, rgba(78,145,25, 1) 10px, rgba(78,145,25, 1) 20px);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0px;
  background: url('sc1.svg');
background-repeat:round;
background-size: cover;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #3071A9;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #3071A9;
  border: 1px solid #000000;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 3px 3px 3px #000000;
  border: 1px solid #000000;
  height: 26px;
  width: 50px;
  border-radius: 5px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071A9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #3071A9;
}

	.picsizetag {		
		font-size: 8px;				
	background: url('f4.svg');
	background-repeat: round;
	background-size: cover;		
		position: relative;	
		margin: 0 auto;
		text-align: center;
		align-content: center;
		top:-15px;
		width: 150px;
		padding: 1px;
		border-radius: 1px;
		color: rgba(255,255,255,1.00);
			text-shadow: 1px 1px 1px rgba(0,0,0,1.00),
					1px 1px 1px rgba(0,0,0,1.00),
					1px 1px 1px rgba(0,0,0,1.00),
					1px 1px 1px rgba(0,0,0,1.00),
					1px 1px 1px rgba(0,0,0,1.00),
					1px 1px 1px rgba(0,0,0,1.00),
					1px 1px 1px rgba(0,0,0,1.00),
					1px 1px 1px rgba(0,0,0,1.00);		
		
	}

.bgshadow{
width: 100%;
	height: 100%;
	left: 0;
	top:0;
	position: fixed;
	box-shadow: 0 0 200px 50px #000000 inset; 
	z-index: -2;
}

	.f1 img{
		z-index: 999;
		width: auto;
		height: 300px;
		position: fixed;
		display: block;
		top: -25px;
		right:-30px;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);	
	}	

.noting{
	height:1000px;	
}

h1,.st{
	word-wrap: break-word;
	font-size: 14px;
	padding: 0 10px 0 10px;
	
		text-shadow: 1px 1px 5px rgba(0,0,0,1.00),
					1px 1px 5px rgba(0,0,0,1.00),
					1px 1px 5px rgba(0,0,0,1.00),
					1px 1px 5px rgba(0,0,0,1.00),
					1px 1px 5px rgba(0,0,0,1.00),
					1px 1px 5px rgba(0,0,0,1.00),
					1px 1px 5px rgba(0,0,0,1.00),
					1px 1px 5px rgba(0,0,0,1.00);

}

a{
	color: rgba(199,148,0,1.00);
	word-wrap:break-word;
	font-size: 16px;	
}

a:hover{
	color:rgba(255,221,0,1.00)	;
}

#facebook{
	display:none;
}

#loadface1,#loadface2,#loadface3,.ReturnToHub{
	
	font-size:16px;
	color: #ffffff;
	padding: 10px;
padding-left:15px;
padding-right:15px;	
		 background: repeating-linear-gradient( 45deg, rgba(78,145,25, 0.8), rgba(78,145,25, 0.8) 10px, rgba(78,145,25, 1) 10px, rgba(78,145,25, 1) 20px);		
		 cursor: pointer;
		 border: 1px solid #000 ;	
		 margin:-1px;
		 border-radius:5px;		 
background: url('button1.svg');
background-repeat:round;
background-size: cover;	
margin-top:15px;
font-weight:bold;
}

#loadface1:hover,#loadface2:hover,#loadface3:hover,.ReturnToHub:hover {	
 box-shadow: 0px 0px 10px #ffffff;	
 border: 1px solid #fff ;	
 
}

.ReturnToHub{
	width:135px;
	position:absolute;
	left:0px;
	top:40px;
	font-size:14px;
	padding:7px;
	z-index:9999;
}

.foola{
	background: url("Capture6.png");
	 background-repeat: no-repeat;
	 background-size:cover;
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:8px;
	color:#000000  !important;
	text-shadow:none;
}

.infoboxset{
	font-weight:bold;
		width: 100% !important;		
		max-width: 940px;
		margin: 0 auto;
		margin-top:5px;
		background: rgba(0,0,0,0.7);
		border-radius: 40px;
		color: rgba(255,255,255,0.90)!important;
		font-size: 12px;
		border: 20px solid rgba(0,0,0,0.00);
		border-image-source: url(../img/f3.svg);
		border-image-slice: 30;	
		display:block;
}	

.infoboxset .loaded {
    max-width: 100%
}

.tagify {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
  
    padding: 0;
    cursor: text;
    position: relative;
	background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8) 10px, rgba(0, 0, 0, 0.85) 10px, rgba(0, 0, 0, 0.85) 20px);
	color:#ffffff;
		
 
	border: 5px solid rgba(255,255, 255, 0.2);
	border-image-source: url('../../css/f3.svg');
	border-image-slice: 30;

}
@-webkit-keyframes tags--bump {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes tags--bump {
    30% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.tagify:hover {
    border-color: #ccc;
}
.tagify[readonly] {
    cursor: default;
}
.tagify[readonly]>.tagify__input {
    visibility: hidden;
    width: 0;
    margin: 5px 0;	
}

.tagify[readonly] x {
    display: none;
}
.tagify[readonly] tag>div {
    padding: 0.3em 0.5em;
}
.tagify+input,
.tagify+textarea {
    border: 0;
    display: none;
}
.tagify tag {
    display: inline-block;
    margin: 5px 0 5px 5px;
    position: relative;
    z-index: 1;
    cursor: default;
    -webkit-transition: 0.13s ease-out;
    -o-transition: 0.13s ease-out;
    transition: 0.13s ease-out;
}
.tagify tag>div {
    vertical-align: top;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0.3em 0.5em;
    color: #000;
    border-radius: 3px;
    -webkit-transition: 0.13s ease-out;
    -o-transition: 0.13s ease-out;
    transition: 0.13s ease-out;
    padding-right: 1.5em;
}
.tagify tag>div>* {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.tagify tag>div::before {
    content: '';
    position: absolute;
    border-radius: inherit;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: 80ms ease;
    -o-transition: 80ms ease;
    transition: 80ms ease;
    -webkit-animation: 0.3s tags--bump 1 ease-out;
    animation: 0.3s tags--bump 1 ease-out;
}
.tagify tag:hover:not([readonly]) div::before {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;

}
.tagify tag.tagify--noAnim {
    -webkit-animation: none;
    animation: none;
}
.tagify tag.tagify--hide {
    width: 0!important;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}
.tagify tag.tagify--mark div::before {
    -webkit-animation: none;
    animation: none;
}
.tagify tag.tagify--notAllowed div>span {
    opacity: 1;
}
.tagify tag.tagify--notAllowed div::before {
    background: rgba(255,0,0,1.0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.tagify tag[readonly] x {
    display: none;
}
.tagify tag[readonly]>div {
    padding: 0.3em 0.5em;
}
.tagify tag x {
    font: 12px/16px Serif;
    width: 14px;
    height: 14px;
    text-align: center;
   
    position: absolute;
    z-index: 1;
    right: calc(.5em - 2px);
    top: 50%;	
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
	
	background: url('../../css/f4.svg');
background-repeat:round;
background-size: cover;	
	
}
.tagify tag x::after {
    content: "\00D7";
}
.tagify tag x:hover {	
    color: #fff;
    background: #ff0000;

}
.tagify tag x:hover+div>span {
    opacity: 1.0;
}
.tagify tag x:hover+div::before {
    background: rgba(255,0,0,0.4);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	
}
.tagify__input {
    min-width: 110px;
    margin: 5px;
    padding: 0.3em 0.5em;
    position: relative;
}
.tagify__input:empty::before {
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    opacity: 0.5;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
	color:#ffffff;
    opacity: 1; /* Firefox */
}
.tagify__input:focus {
    outline: 0;
	
}
.tagify__input:focus::before {
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    opacity: 0;
    -webkit-transform: translatex(6px);
    -ms-transform: translatex(6px);
    transform: translatex(6px);
	
}
@supports (-moz-appearance:none) {
    .tagify__input:focus::before {
        display: none;
    }
}
.tagify__input:focus:empty::before {
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    opacity: 0.3;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
	

}
@supports (-moz-appearance:none) {
    .tagify__input:focus:empty::before {
        display: inline-block;
    }
}
.tagify__input::before {
    content: attr(data-placeholder);
    line-height: 1.8;
    position: absolute;
    top: 0;
    z-index: 1;
    color: #000;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
	

}
@supports (-moz-appearance:none) {
    .tagify__input::before {
        line-height: inherit;
        position: relative;
    }
}
.tagify__input::after {
    content: attr(data-suggest);
    color:#ffffff;
    opacity: 0.5;
    pointer-events: none;
}
.tagify__input tag {
    margin: 0 2.5px;

}
.tagify__input tag>div {
    padding-top: 0;
    padding-bottom: 0;
	
}
.tagify__input tag>div::before {
    top: -3px;
    bottom: -3px;
	
}
.tagify__input tag:hover:not([readonly])>div::before {
    top: -3px;
    bottom: -3px;
    left: 0;
    right: 0;
}
.tagify--mix .tagify__input {
    padding: 5px;
    margin: 0;
    width: 100%;
    height: 100%;	
}
.tagify__dropdown {	
color:#ffffff;
    position: absolute;
    z-index: 999;   
background: rgba(0,0,0, 0.9);
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
    box-shadow: 0 2px 4px -2px rgba(0,0,0,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
	

	
}
.tagify__dropdown__item {
	color:#ffffff;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0.35em 0.6em;
    margin: 2px;
    cursor: pointer;
    border-radius: 3px;
    position: relative;		
	
}
.tagify__dropdown__item--active {
	color:#ffffff;
   background:rgba(255, 255, 255, 0.2);	
   
 
}
.tagify__dropdown__item:active {
	
    background: #ffffff;	
}

tag div{	
	color: #000000;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	
}

.tagify--noAnim div,.tagify tag > div{
    background: repeating-linear-gradient( 45deg, rgba(78,145,25, 0.8), rgba(78,145,25, 0.8) 10px, rgba(78,145,25, 1) 10px, rgba(78,145,25, 1) 20px);	
		
background: url('../../css/button1.svg');
background-repeat:round;
background-size: cover;	
			
}

.likei {

    width: 100%;
    overflow: auto;
    z-index: 999;
    left: 0;
    padding: 30px !important;
    border: 15px solid;
    transition: all 1s ease;
    transform: translateX(calc(-100% + 10px));
    box-shadow: 0px 0px 13px 0px inset #000000;
    pointer-events: auto;
    border-image-source: url(f3.svg);
    border-image-slice: 30;
    background: #333333fc;
    border-radius: 20px;
	max-height: calc(100% - 70px);
}

.likei -webkit-scrollbar {
	   direction: rtl;
}


.likei:after {
  content: "";
  display: block;
  height: 50px;
  width: 100%;
}

.likeiUNhide{
	 transition: all 1s ease;
	  min-height: 200px;
   transform: translateX(0%) !important;	   
}


#likeitem {
position: fixed;
    left: 0;
    width: 100%;
  top: 155px;
    z-index: 999;
    min-height: 200px;
    height: 200px;
    pointer-events: none;
	padding: 5px;
	height: calc(100% - 93px);

}

.dragger {

}

.dropper {

}

#handleSelector {
background: #3c3c3c;
    transform: translateX(calc(-100% + 10px));
    width: 100%;
    bottom: 0px;
    left: 0px;
    border: 1px solid #848484;
    cursor: n-resize;
    font-size: 14px;
    padding: 2px;
    transition: all 1s ease;
    box-shadow: 0px 10px 20px 7px #000;
	pointer-events: auto;
}



.handleSelectorUnhide,.manu_divlike_show{
		 transition: all 1s ease;
   transform: translateX(0%) !important;	  
}

#droplike{
width: 100%;
    height: 100%;
    background: none;
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
}


/* width */
::-webkit-scrollbar {
  width: 15px;

}

/* Track */
::-webkit-scrollbar-track {
background: #000000;
    box-shadow: 10px 0px 10px 0px inset #2b2b2b;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
background: #000; 
    border: 18px solid;
    transition: all 1s ease;
    border-image-source: url(sc1.svg);
    border-image-slice: 6;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.sidemenumain {
    z-index: 999;
    position: absolute;
}

#clearlike {
position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #1A1A1A;
    padding: 30px;
    padding-bottom: 65px;
    border: 2px solid;
    border-radius: 20px;
    z-index: 99999;
    display: block;
    min-height: 200px;
    width: 100%;
    max-width: 500px;
}

#clearlike div{
display: inline-block;
    line-height: 25px !important;
	
}

.clearlike_show{
    animation-name: clearlike_show;
  animation-duration: 0.2s;
   animation-iteration-count: 1;  
  
}

@keyframes clearlike_show {
  0% {
	 	 background-color: #fff;  
	  }	  
	    50% {		 
		 opacity:0.8;
	  }
	  
  100% {	 
   background: #1A1A1A;
	   opacity:1;
	  }
}

.clearlike_hide{
	  animation-name: clearlike_hide ;
  animation-duration: 0.2s ;
   animation-iteration-count: 1 ;
   animation-fill-mode: forwards ;
   display:none ;
}

@keyframes clearlike_hide {
  0% {
	 	 background-color: #fff;  
	  }	  
	    50% {	
	   border: 10px double;
		 opacity:0.8;
	  }
	  
  100% {	 
	   opacity:0;	
	  }
}


div#yesC {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 8px;
    background: #000;
    width: 50%;
    border-radius: 0px 0px 0px 18px;
	cursor:pointer;
}

div#NoC {
position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px;
   background: #000;
    width: 50%;
    border-radius: 0px 0px 18px 0px;
	cursor:pointer;
}

div#yesC:hover {
  background: #333;
}

div#NoC:hover {
  background: #333;
}

div#clearlikeH {
    text-shadow: none;
}

.hide{
	display:none !important;
}

.manu_divlike{
position: absolute;
    z-index: 999;
    cursor: pointer;
    top: -25px;
    pointer-events: all;
    color: #ffffff;
    cursor: pointer;
    transform: translateX(calc(200%));
    transition: all 1s ease;
    width: 100%;
    text-align: center;
    right: 0;
}

.manu_divlike div{
	  padding: 5px 10px;
	  border-radius: 3px;	 
    background: url(button1.svg);
    background-repeat: round;
    background-size: cover;
	display: inline-block;
box-shadow: 0px 0px 10px 5px #000000;
}

.manu_divlike div:hover{
    filter: brightness(2.0);
}

.manu_divlike_select{
	    filter: brightness(2.5);
}

div#handleSelector2 {
background: #c10000;
    word-break: break-all;
    position: absolute;
    right: -60px;
    top: 29px;
    padding: 5px 10px;
    color: white;
    transform: rotateZ(
58deg);
    border-radius: 10px;
	cursor: pointer;
}

#divlike img {
  pointer-events: none;
}


div#info div {
    padding: 3px;	
}

#info {
   pointer-events:none;
}



#trashzone.dragging {
  pointer-events: none !important;
}


button.btn.js-export {
    position: absolute;
    top: -16px;
    right: -16px;
}

button.btn.js-import {
    position: absolute;
    top: 15px;
    background: #414141;
    right: -16px;
}


/* ให้กรอบโปร่งทะลุคลิกได้ */
#cpagebox2.cpagebox{
  pointer-events: none;        /* คลิกทะลุพื้นที่ว่าง */
}

/* เปิดการคลิกให้ลูก ๆ ภายในกรอบ */
#cpagebox2.cpagebox > *{
  pointer-events: auto;        /* ปุ่ม/อินพุตยังคลิกได้ */
  position: relative;          /* กันซ้อน z-index บางธีม */
}



#info_pin li {
    list-style: none !important;
    text-align: left;
    margin-bottom: 9px;
}


td {
    background: #272727;
    padding: 10px 5px;
    text-align: left;
}

td:first-child {
  text-align: center;   /* จัดกึ่งกลางช่องแรก */
  width: 80px;          /* ใส่ความกว้างคอลัมน์แรกได้ถ้าต้องการ */
}

td:nth-child(2) {
  text-align: left;     /* ชิดซ้ายช่องสอง */
  padding-left: 8px;    /* เผื่อเว้นช่องว่างด้านซ้าย */
}

a#link_wiki_c {
    /* position: absolute; */
    appearance: none;
    border: 1px solid #2a2a2a;
    background: #1b1b1b;
    color: #e5e7eb;
    padding: 6px 15px;
    /* border-radius: 10px; */
    cursor: pointer;
    font-size: 12px;
    background: url(button1.svg);
    background-repeat: round;
    background-size: cover;
    /* top: -27px; */
    /* right: 0; */
}


a#link_wiki_c:hover{
    box-shadow: 0px 0px 2px 2px #ffffff;
}

.pinpad-btn:hover{
    box-shadow: 0px 0px 2px 2px #ffffff;
}


button.del {
    position: absolute;
    top: -42px;
    right: -7px;
    padding: 4px 7px !important;
    font-weight: bold;
}

/* /////////////////////////////////////////////////////////////// */


@media only screen and (max-width: 768px) {
	
	#likeitem{
		display: none;
	}	
	
    .pinpad-pin{
        display: none !important;
    }


      
    .pinpad-sidepanel{
        display: none !important;
    }

	.manu_divlike {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    top: -60px;
    pointer-events: all;
    color: #ffffff;
    cursor: pointer;
    transform: translateX(calc(200%));
    transition: all 1s ease;
    width: 100%;
    text-align: center;
    margin: 0 auto;
	left:0;
}
	
	.likei,#handleSelector {
    transform: translateX(calc(-100%));
	
}
	
	
	.lazy {
	width: auto;
	height: 200px;
	
	border-radius: 3px;
	cursor: pointer;
}
	
	.urlwiki:hover {
	border: 1px solid rgba(255, 255, 255, 1.0);
	transition: 0.3s ease;
	 transform:scale(1.0,1.0);	
	}
	
	.nvi{
	display:none;
	}
	
	.nvi2{	    
	position:fixed;
	display:block;
	bottom:0px;
	width: 100%; 
	color: #000;
	}
	
	.cpage,.cpage2,.cpageinput {
	padding: 10px;	
}

	.f1 img{
		z-index: 999;
		width: auto;
		height: 100px;
		position: fixed;
		display: block;
		top: -5px;
		right:-0px;

	}	

.foola{
	background: url("Capture7.png");
	 background-repeat: no-repeat;
	 background-size:cover;
	z-index:9999;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:8px;
	color:#000000  !important;
	text-shadow:none;
}	

.ReturnToHub{
	width:135px;
	position:absolute;
	left:0px;
	top:70px;
	font-size:14px;
	padding:7px;
}

#getnameitme2{
max-width: 300px;
    width: 90%;
}

.sidemenu,.sidemenu2{
bottom: 78px !important;
}







}