:root{
  --lucy : txt; 
  --bordLight : 2px solid #E2E2E2;
  --blue : #122658;
  --darkGray : #3D3D3D;
  --lightGray : #F2F2F2;
  --titFont : Copperplate,Copperplate Gothic Light,fantasy; 
  --grayFade : linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(213,213,213,1) 100%); 
  --blueFade : linear-gradient(135deg, rgba(12,8,87,1) 25%, rgba(255,255,255,1) 73%); 
  --purp : #BBA4B4;
  --metal : linear-gradient(90deg, rgba(236,236,236,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(236,236,236,1) 100%); 
  --metalBlue : linear-gradient(90deg, rgba(95,158,160,1) 0%, rgba(9,187,193,1) 49%, rgba(95,158,160,1) 100%); 
  --minty : #65d5ca;
  --fun : Papyrus,fantasy;
  --orange : linear-gradient(45deg, rgba(244,130,11,1) 0%, rgba(255,243,229,1) 49%, rgba(244,130,11,1) 100%);
  --orangev : linear-gradient(180deg,rgba(255, 157, 77, 1) 15%, rgba(255, 194, 110, 1) 50%, rgba(255, 157, 77, 1) 85%);
  --rbow : linear-gradient(45deg, rgba(179,31,144,1) 2%, rgba(9,153,193,1) 30%, rgba(73,187,25,1) 50%, rgba(235,231,39,1) 66%, rgba(235,231,39,1) 73%, rgba(219,59,59,1) 98%); 
  --rbow2 : linear-gradient(90deg, rgba(179,31,144,1) 2%, rgba(9,153,193,1) 30%, rgba(73,187,25,1) 50%, rgba(235,231,39,1) 66%, rgba(235,231,39,1) 73%, rgba(219,59,59,1) 98%); 
    --rbow3 : linear-gradient(180deg, rgba(179,31,144,1) 2%, rgba(9,153,193,1) 30%, rgba(73,187,25,1) 50%, rgba(235,231,39,1) 66%, rgba(235,231,39,1) 73%, rgba(219,59,59,1) 98%); 
  --rainback: linear-gradient(240deg,rgba(13, 13, 13, 1) 3%, rgba(36, 32, 32, 1) 15%, rgba(247, 68, 52, 1) 35%, rgba(255, 180, 74, 1) 45%, rgba(247, 238, 67, 1) 55%, rgba(59, 217, 109, 1) 65%, rgba(74, 155, 255, 1) 75%, rgba(148, 41, 194, 1) 90%, rgba(247, 68, 52, 1) 100%);
  --raintxt : linear-gradient(45deg,rgba(120, 246, 250, 1) 19%, rgba(122, 214, 99, 1) 34%, rgba(235, 175, 66, 1) 63%, rgba(235, 103, 66, 1) 92%);
  --cad : linear-gradient(120deg,rgba(95, 158, 160, 1) 15%, rgba(168, 234, 240, 1) 44%, rgba(148, 218, 224, 1) 66%, rgba(133, 202, 204, 1) 84%);
  --cadv : linear-gradient(180deg,rgba(95, 158, 160, 1) 0%, rgba(168, 234, 240, 1) 50%, rgba(133, 202, 204, 1) 100%);
  --purp :  linear-gradient(180deg,rgba(196, 159, 193, 1) 10%, rgba(242, 216, 236, 1) 51%, rgba(196, 159, 193, 1) 90%);
  --blkmet : linear-gradient(120deg,rgba(10, 10, 10, 1) 15%, rgba(120, 120, 120, 1) 44%, rgba(153, 153, 153, 1) 66%, rgba(38, 38, 38, 1) 84%);
  --blkmetv : linear-gradient(45deg,rgba(0, 0, 0, 1) 0%, rgba(94, 94, 94, 1) 20%, rgba(94, 94, 94, 1) 50%, rgba(0, 0, 0, 1) 100%);
  --blkmetv2 : linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(94, 94, 94, 1) 50%, rgba(0, 0, 0, 1) 100%);
  --purplerain : linear-gradient(180deg,rgba(63, 94, 251, 1) 20%, rgba(252, 70, 107, 1) 50%, rgba(63, 94, 251, 1)80% );
} 
body{
  margin: 0;
}
@font-face {
 font-family: 'etched';
  src: url(fonts/zc.ttf)
}
@font-face {
 font-family: 'date';
  src: url(fonts/k.ttf)
}
@font-face {
 font-family: 'entity';
  src: url(fonts/i.ttf);
}
@font-face {
  font-family: 'icons';
  font-style: normal;
  src: url("awesome/fa-solid-900.woff2") format("woff2"), url("awesome/fa-solid-900.ttf") format("truetype"); 
}
@font-face {
 font-family: 'txt';
  src: url(fonts/body.ttf);
}
.fonti{
  font-family: var(--lucy);
  font-size: 20px;
  color: #4b4b4b;
  line-height: 25px;
}
.etch{
  font-family: etched;
  font-weight: bolder;
  text-transform: capitalize;
  color: transparent; 
  background-color: #707070;
  -webkit-background-clip: text; 
    text-shadow: 2px 3px 7px  
  rgba(255, 255, 255, 0.9);
}
h1,h2{
  font-family: date;
  display: inline-block;
  text-transform: capitalize;
  font-variant: small-caps;
}
.shade{
  color:transparent;
  background:var(--raintxt);
  background-clip: text;
  text-shadow: -4px 4px 5px black;
}
.del, .edit{
  font-family:icons;
  font-size: 20px;
  color:#404040
}
.del::before{
  content: "\f014";
}
.del:hover, .edit:hover{
  opacity:0.5;
}
.edit::before{
  content: "\f044";
}
h1{
  font-size: 37px;
}
h2{
  font-size: 30px;
  line-height: 10px;
  margin-bottom:0;
}
p{
  font-family: txt;
  font-size: 20px;
  color: azure;
  line-height: 28px;
}
a:hover{
  opacity: 0.7
}
input[type="text"], input[type="search"], input[type="password"],input[type="email"], select{
  border-radius: 8px;
  font-size: 20px;
  box-sizing:content-box;
}
input[type="checkbox"]{
  accent-color: cadetblue;
}
input[type="password"]::-ms-reveal,input[type="password"]::-ms-clear {
  display: none;
}
span.invalid{
  display: inline-block;
  width: 30px;
  margin-left: 7px;
  max-height: 20px;
  line-height: 20px;
  color:red;
  font-size: 14px;
  white-space: nowrap;
  overflow-x: visible;
}
select{
  text-transform: capitalize;
}
.invisi{
  visibility: hidden;
}
.parentish{
  color: cadetblue;
  font-style: italic;
  font-size: 15px;
  padding-left: 45px;
  line-height: 15px;
}
.button{
  font-family: Copperplate,Copperplate Gothic Light,fantasy; 
  display: block;
  width: max-content;
  font-size: 21px;
  padding: 7px 20px;
  margin: 30px auto 0 auto;
  background-color: #1E1E1E;
  color: white;
  border-radius: 10px;
  border: 1px inset white;
  box-shadow: 2px 2px 4px black;
  cursor: default;
  text-transform: capitalize;
  }
legend{
  font-family: Copperplate,Copperplate Gothic Light,fantasy; 
  font-size: 24px;
  font-weight: bold;
  padding: 0 20px;
  font-variant: small-caps;
  text-transform: capitalize;
  font-style: italic;
  text-shadow: 2px 2px 3px gray;
}
caption{
  font-family: Copperplate,Copperplate Gothic Light,fantasy; 
}
.goth{
  font-family: Copperplate,Copperplate Gothic Light,fantasy; 
}
button.reg:not(.hidden){
  box-shadow: 1px 1px 2px black;
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  font-variant: small-caps;
  text-transform: capitalize;
  font-size: 24px;
}
button:not([disabled]):hover{
  opacity: 0.6;
}
button:disabled{
  opacity: 0.5;
}
button.ed_buts{
  height: 37px;
  width: 100px;
  font-size: 21px;
  text-transform: capitalize;
  box-shadow: 1px 1px 1px black;
  margin: 8px;
}
button.load_more{
  margin-top: 10px;
  height: 37px;
  width: max-content;
  padding: 4px 12px;
  font-size: 21px;
  text-transform: capitalize;
  box-shadow: 1px 1px 1px black;
}
.eye::before{
  content: "\1F441";
  margin-left: -22px;
  font-size: 21px;
}
.eye:hover{
  opacity: 0.6;
}
textarea{
  border-radius: 10px;
  box-shadow: 2px 2px 4px  black inset;
  padding: 7px;
  resize: none;
	font-size: 17px;
	margin:0 auto;
}
.pop textarea{
	width:480px;
}
#bg{
	position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  background-color:black;
  background-image: url("https://storage.googleapis.com/pr-isms_site/site/bkgrd/bg_prism1.jpg");
  background-size: 60% 120%;
  background-repeat: no-repeat;
  background-position:center 0;
  z-index: -1;
}
#blanket{
  position:fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;  
}
#blanket > div{
  position: relative;
  width: max-content;
  height: auto;
  margin: 200px auto;
  padding: 30px;
  background: gray;
  z-index: 1001;
  border-radius: 12px;
  box-shadow: 2px 2px 3px black;
}
#blanket .close{
  position: absolute;
  top:-5px;
  right:-5px;
  height: 20px;
  width:20px;
  border-radius: 50%;
  background: black;
  color: white;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  cursor: default;
  font-family: var(--lucy);
  font-weight: bold;
}
#blanket .close:hover{
  opacity: 0.6;
}
#alert{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: rgb(0,0,0,0.7);
}
#alert > div{
  width: 400px;
  height: auto;
  padding: 20px;
  margin-top: 400px;
  margin-left: calc(50% - 220px);
  border-radius: 8px;
  border:2px ridge white;
  box-shadow: 2px 2px 4px black;
  background: gray;
  font-family: txt;
  color: white;
  font-size: 17px;
}
#alert .txt{
  margin-bottom: 20px;
}
#head_wrap{
  position: fixed;
  top:0;
  left:0;
  width: 100%;  
  height:70px;
  z-index: 100;
}
#header{
  position: relative;
  height: 70px;
  background: var(--blkmetv);
  color: white;
  border-bottom: 1px solid white;
}
#logo{
  display:inline-block;
  width:max-content;
  cursor:pointer;
  padding: 0 12px;
  height:70px;
}
#logo img{
  height: 65px;
  width:75px;
  margin-top: 3px;
}
#logo > div{
  display:inline-block;
  width: max-content;
  font-family: date;
  font-size: 40px;
  text-align: center;
  vertical-align: top;
  margin-top: 25px;
}
#logo span.prain{
  color:transparent;
  background:var(--rbow);
  background-clip: text;
}
#log_def{
  display:inline-block;
  width: max-content;
  height:55px;
  padding-top: 15px;
  margin-left: 130px;
  text-shadow: 1px 1px black;
  vertical-align: top;
}
#log_def span{
  font-family: txt;
  font-size: 16px;
}
#log_def div{
  width: max-content;
  font-size:33px;
  font-family: date;
}
#log_def b{
  color:transparent;
  background: var(--raintxt);
  background-clip: text;
  text-shadow: -3px 3px 4px black;
}
#logIn{
  margin-left: 140px;
}
#logIn a{
  display: inline-block;
  margin: 15px 3px 0  3px;
  height: 40px;
  width: 95px;
  font-family: date;
  font-size: 22px;
  text-align: center; 
  border-radius: 6px;
  border: 2px solid white;
  text-decoration: none;
  color: white;
  font-weight: bold;
  line-height: 40px;
  text-shadow: 1px 1px 2px black;
}
#logIn a:first-of-type{
	background: var(--blkmetv);
}
#logIn a:last-of-type{
	background: var(--cadv);
}
#account{
  float: right;
  display: inline-block;
  position:relative;
  height: 50px;
  width:500px; 
  margin-top: 5px;
  font-family: var(--lucy);
  color: white;
}
#quick{
  display: inline-block;
  float: left;
  height: 30px;
  width: 220px;
  margin-top:30px;
  margin-right: 12px;
}
#quick .qmen{
  display: inline-block;
}
#quick img{
  height: 30px;
  margin-right: 15px;
}
#quick >div:first-child img:first-child{height:35px;}
#quick img:hover{
  opacity: 0.6;
}
#quick > div:nth-child(3){position:relative}
#msg_ct{
	position: absolute;
  top: -5px;
  right:6px;
  display: inline-block;
  font-size: 10px;
	color:white;
	font-weight: bold;
}
#msg_ct span{
	padding: 1px 5px;
	border-radius: 40%;
	background: red;
}
#mv{
  position: absolute;
  top: 67px;
  left: 0;
  width: 490px;
  height: auto;
  background: rgb(0,0,0,0.9);
  border: 2px solid black;
  border-radius: 10px;
  z-index: 100;  
  text-align: center;
}
#mv>span:first-child{
  display: inline-block;
  font-size: 25px;
  margin: 16px 10px 0 0;
  background:black;
  color: aquamarine;
}
#mv a{
  color: cornflowerblue;
}
#mv div{
  float: right;
  margin: 5px 40px 0 0;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
}
#mv ul{
  display: block;
  list-style-type: none;
  max-height: 720px;
  overflow-y: scroll;
  border-top: 3px solid gray;
  padding-left: 10px; 
  color: white;
}
#mv li{
  display: inline-block;
  width: 90%;
  font-size: 15px;
  border-bottom: 2px solid #515151;
  text-align: left;
  font-variant: small-caps;
}
#mv img{
  display: inline-block;
  height: 16px;
  margin-top: 3px;
}
#mv input{
  display: none;
  float: right;
}
#mv.open input{
  display: inline-block;
}
.myvals li::before{
  display: inline-block;
  margin-top: 5px;
  text-shadow: 1px 1px 2px black;
}
.myvals li.pro::before{
  content: "\1F44D";
}
.myvals li.anti::before{
  content: "\1F44E";
}
z{
  font-size: 28px;
  vertical-align: middle;
  color:darkorange; 
}
z::before{
  content: "\27AF";
}
hl{
  font-weight: bolder;
  color:cadetblue;
  display: inline;
  text-decoration: underline
}
#acc_img{
  width: max-content;
  float: left;
}
#acc_img img{
  height: 38px;
  width: 38px;
  margin-top:18px;
  border:1px solid white;
  border-radius: 50%;
  padding:3px;
}
#acc_img ul{
  display:none;
  position: absolute;
  top: 46px;
  right: 0;
  width: 275px;
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  background: black;
  color: white;
  font-size: 19px;
  z-index: 100;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-left:1px solid aquamarine;
  border-bottom:1px solid aquamarine;
}
#acc_img:hover ul{
  display: block;
}
#acc_img li{
  cursor: default;
  padding: 5px;
}
#acc_img li:last-child{
  border:none;
}
#acc_img li:hover{
  color: orange;
}
#acc_img a{
  text-decoration: none;
  color: white;
}
#find{
  position: fixed;
  top: 71px;
  left: calc(50% - 98px);
  width: 185px;
  padding: 0 5px 5px 7px;
  border-top: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 2px 2px 5px black;
  font-family:txt;
  font-variant: small-caps;
  font-size: 20px;
  background-image: var(--rbow);
  cursor: pointer;
}
#find:hover{
  opacity: 0.8;
}
#find div{
  width:176px;
  height: 100%;
  padding: 4px;
  background: rgb(0,0,0,0.5);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  color:white;
  text-shadow: 1px 1px black;
}
#find div::after{
  display: inline;
  content: "\2315";
}
#logBox{
  float: right;
  width: 165px;
  margin: 40px 0 0 10px;
  padding-bottom: 10px;
  height: 20px;
  font-size: 18px;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: var(--orange);
  color: transparent;
  background-clip: text;
}
#topMen{
  width:max-content;
  height: 30px;
  margin-left:465px;  
  background: #e0e0e0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border:1px solid #b7b7b7;
  box-shadow: 1px 1px 3px black;
  overflow: hidden;
}
#topMen ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#topMen li{
  display: inline-block;
  border-right: 1px solid white;
  height: 30px;
	width: 110px;
  text-align: center;
  font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
  font-size: 22px;
  font-weight: bolder;
  text-transform: capitalize;
  font-variant: small-caps;
}
#topMen li:not(.sel){
	background: black;
  color:transparent;
  background-clip:text;
  text-shadow: -2px 2px 3px white;

}
#topMen li:not(.sel):hover{
  background: #b7b7b7;
  text-shadow: 2px 2px aquamarine;
}
#topMen li:last-child{
  border:none;
}
#topMen a{
  color: transparent;
  text-decoration: none;
}
#topMen a:visited{
	color:inherit;
}
#topMen li.sel{
	background: gray;
	color:transparent;
	text-shadow: 1px 1px white;
	text-transform: capitalize;
}
#cookie{
  position: fixed;
  left: 0;
  bottom:0;
  width: 100%;
  height: 90px;
  font-family: txt;
  font-size: 20px;
  border-top: 2px solid white;
  background-color:rgb(0, 0, 0, 0.8);
  color: white;
  text-align: center;
}
#cookie button{
  display:block;
  width: 35%;
  margin: 10px auto;
  height: 30px;
  font-size: 20px;
  background-color:rgb(230, 230, 230, 1);
}
#cookie a{
color:cadetblue;
}
#footer{
  height: 40px;
  padding-top: 10px;
  width: 100%;
  background:#1a1a1a;
  font-family: Arial;
  font-size: 17px;
}
#footer ul{
  display: block;
  width: max-content;
  margin: 0 auto 0 auto;
  list-style-type: none;
}
#footer li{
  display: inline-block;
  margin : 5px 15px;
}
#footer a{
  color: #969696;
  text-decoration: none;
}
.hovers:hover{
  opacity: 0.6;
  cursor: default;
}
.hidden{
  display: none;
}
.but_hold{
  text-align: center;
}
.formTog{
  display: inline-block;
  float: right;
  height: 25px;
  width: 25px;
  background-image: url(https://storage.googleapis.com/pr-isms_site/site/edit.png);
  background-size: cover;
}
#poster{
	width: 600px;
  left: calc(50% - 300px);
}
#poster a{
		display:block;
		text-align:center;
		margin-top:30px;
		color:cadetblue;
		font-size:26px;
		font-weight: bold;
		text-transform: capitalize;
		font-family: txt; 
		text-shadow: 1px 1px 2px black;
}
.pop{
  position: fixed;
  top: 200px;
  border: 2px solid white;
  border-radius: 12px;
  box-shadow: 2px 2px 3px black;
  background:#2d2d2d;
  z-index: 1001;
}
.popBod{
  padding: 20px 40px;
}
.pop fieldset{
  border:none;
}
.scroller{
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: cornflowerblue #E0E0E0;
  border-radius: 5px;
}  
::placeholder{
  font-style: italic;
  font-family: monospace;
  font-size: 14px;
}
.closer{
  position: absolute;
  left: calc(100% - 10px);
  top:-9px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: lightgray;
  color: black;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  cursor: default;
  font-family: arial;
  font-weight: bold;
  border:1px solid white;
}
.closer:hover{
  opacity: 0.6;
}
#verifier{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  background: rgba(128,128,128,0.7);
  z-index:1002;
}
#pw_body{
  position: absolute;
  top: 250px;
  left: 30%;
  width: 35%;
  height: 300px;
  background: white;
  border-radius: 15px;
  box-shadow: 2px 2px 3px black;
  border: 3px solid white;
  z-index:99;
}
#verifier fieldset{
  position:relative;
  border : none;
}
#verifier .vbody{
  padding: 50px 25px;
  text-align: center;
  z-index: 1003;
}
#verifier span{
  font-family: var(--lucy);
  text-transform: capitalize;
}
#verifier span.eye{
  font-size: 22px;
  margin-left: -25px;
  cursor: pointer;
}
#find_body{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 101;
  height: 100vh;
  overflow-y: auto;
  background-color:black;
  background-image: url("https://storage.googleapis.com/pr-isms_site/site/bkgrd/bg_prism1.jpg");
  background-size: 80% 120%;
  background-repeat: no-repeat;
  background-position:center;
}
#loader{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  border: 1px solid black;
}
#loader img{
  position: absolute;
  top: 48%;
  left: 48%;
  width: 4%;
}
.freeze{
  height:100%;
  overflow: hidden;
}
.ctr{
	display:block;
	width: max-content;
	height:	20px;
	margin: 7px auto 0 auto;
}
.pop .ctr{
	color: white;
}
.txt_wrap{
	position:relative;
	width:max-content;
	height:auto;
	margin: 0 auto;
}
.ej_wrap{
	position:absolute;
	bottom:0;
	right:15px;
	width:max-content;
}
.ej_wrap div::after{
	content : "☺";
	font-size: 31px;
}
#poster .ej_wrap{
	color: white;
	font-family: txt;
}
#emojis{
	position:fixed;
	top:40px;
	left:calc(50% - 300px);
	width:600px;
	height:300px;
	background: rgb(0,0,0,0.8);
	overflow-y: visible;
	box-shadow: 1px 1px 2px black;
	font-size: 24px;
	text-align: center;
	z-index: 1003;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	color:whitesmoke;
}
#emojis div{
	width:60px;
	margin:-20px auto 0 auto;
	font-family: txt;
	font-size: 17px;
	color:white;
	font-weight: bolder;
	cursor:move;
	background: var(--purp);
	text-shadow: 1px 1px black;
	border-top-right-radius: 8px;border-top-left-radius: 8px;
}
#emojis ul{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	list-style-type: none;
	background: rgb(0,0,0,0.8);
	overflow-y: scroll;
	box-shadow: 1px 1px 2px black;
	font-size: 24px;
	text-align: center;
	z-index: 1003;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	color:whitesmoke;
}
#emojis li{
	display: inline-block !important;
	text-align: center;
	height: 25px;
	width: 35px;
	padding:5px;
	margin:0;
	overflow: hidden;
	cursor: default;
}
#emojis li:hover{
	opacity: 0.7;
}

