: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%); 
  --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%);
  --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%);
  --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(45deg,rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
} 
body{
  margin: 0;
  width:100vw;
  overflow-x: hidden;
}
html, body {
  overscroll-behavior-y: none; 
}
@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);
}
@font-face {
 font-family: 'papyrus';
  src: url(fonts/papyrus.ttf);
}
.fonti{
  font-family: var(--lucy);
  font-size: 20px;
  color: #4b4b4b;
  line-height: 25px;
}
.etch{
  font-family: date;
  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: -2px 2px 4px black;
}
.del, .edit{
  font-family:icons;
  font-size: 20px;
  color:#404040
}
.del::before{
  content: "\f014";
}
.edit::before{
  content: "\f044";
}
h1{
  font-size: 22px;
}
h2{
  font-size: 20px;
  line-height: 10px;
}
p{
  font-family: var(--lucy);
  font-size: 18px;
  color: #4b4b4b;
  line-height: 22px;
}
input[type="text"], input[type="search"], input[type="password"],input[type="email"], select{
  border-radius: 10px;
  font-size: 16px;
  box-sizing:content-box;
}
input[type="checkbox"]{
  accent-color: cadetblue;
  color:white;
}
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;
}
.raintxt{
  background: var(--raintxt);
  color:transparent;
  background-clip:text;
}
.invisi{
  visibility: hidden;
}
.parentish{
  color: cadetblue;
  font-size: 15px;
  padding-left: 45px;
  line-height: 15px;
  text-transform: capitalize;
}
.button{
  font-family: Copperplate,Copperplate Gothic Light,fantasy;  
  display: block;
  width: max-content;
  font-size: 18px;
  padding: 7px 15px;
  margin: 12px auto 0 auto;
  background: linear-gradient(90deg,rgba(150, 150, 150, 1) 0%, rgba(245, 245, 245, 1) 40%, rgba(238, 238, 238, 1) 60%, rgba(212, 212, 212, 1) 100%);
  color: #939393;
	text-shadow: 1px 1px black;
  border-radius: 17px;
  border: 2px inset white;
  box-shadow: 2px 2px 4px black;
  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; 
}
.freeze{
  overflow: hidden;
}
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: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;
}
textarea{
  border-radius: 10px;
  box-shadow: 2px 2px 4px  black inset;
  padding: 7px;
  resize: none;
}
#blanket{
  position:fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  background: rgba(223, 223, 223,0.6);
  z-index: 1000;  
}
#blanket > div{
  position: relative;
  width: 96%;
  height: auto;
  margin-top: 120px;
  padding: 30px 2%;
  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: txt;
  font-weight: bold;
}
#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: 120%;
  background-repeat: no-repeat;
  background-position:center 120px;
  z-index: -1;
}
#alert{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: rgb(0,0,0,0.7);
}
#alert > div{
  width: 85%;
  height: auto;
  padding: 12px;
  margin-top: 250px;
  margin : 250px auto 0 auto;
  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;
}
#conf{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  background: rgb(255,255,255, 0.5);
  z-index: 1000;
}
#conf > div:first-child{
  width: 75%;
  height: auto;
  margin: 180px auto 0 auto;
  padding: 20px;
  background: #575757;
  font-family: txt;
  font-size: 15px;
  color: white;
  border: 1px solid black;
  border-radius: 12px;
  box-shadow:2px 2px 4px black;
  text-shadow: 1px 1px black;
}
#conf > div:first-child > div:first-child{
  color: greenyellow;
  font-weight: bolder;
  font-size: 19px;
  margin-bottom: 10px;
}
#conf > div:first-child > div:last-child{
  width: max-content;
  margin: 15px auto;
}
#lert{
  position: fixed;
  top:250px;
  left:0;
  height:auto;
  width: 100vw;
  opacity:1;
  transition: opacity 2s ease-in-out;
  transition-behavior: allow-discrete;
  z-index:10000;
}
#lert.lert{
  opacity:0;
}
#lert div{
  width: max-content;
  max-width:75%;
  height:auto;
  margin: 0 auto;
  padding: 10px;
  background: var(--cad);
  color: white;
  font-family: txt;
  text-shadow: 1px 1px black;
  border-radius: 10px;
  border:2px solid white;
  box-shadow: 1px 1px 2px black;
}
#container{
  width: 100vw;
}
#content{
  width: 100%;
}
#head_wrap{
  position: fixed;
  top:0;
  left:0;
  width: 100%;  
  height:auto;
  z-index: 100;
}
#header{
  height: 45px;
  background: var(--blkmetv);
  color: white;
}
#logo{
  float: left;
  padding: 0 5px;
}
#logo img{
  display: inline-block;
  height: 38px;
  width:45px;
  margin-top: 3px;
}
#logo > div{
  display:inline-block;
  width: max-content;
  vertical-align: top;
  padding-top:22px;
  font-family: date;
  font-size: 19px;
}
#logo span.prain{
  color:transparent;
  background:var(--rbow);
  background-clip: text;
}
#hrow{
  width: 98%; 
  background-color: transparent;
  z-index: 98;
}
#topMen{
  display: inline-block;
  float:left;
  width:37px;
  height: auto;
  padding-left: 3px;
  background: black;
  border-right:1px solid white;
  border-bottom:1px solid white;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 3px black;
  font-family: txt;
}
#topMen > div:first-of-type{
  height: 30px;
  width:30px;
  background-image: url("https://storage.googleapis.com/pr-isms_site/site/menu.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#topMen > div:nth-child(2){
  position:fixed;
  top:0;
  left:0;
  width: 100vw;
  height: 100vh;
  z-index:1000;
  background: rgb(0,0,0,0.9);
}
#topMen > div:nth-child(2) > div{
  margin-bottom:25px;
  background:black;
  font-size:17px;
  padding:10px;
}
#topMen span:last-of-type{
  display: inline-block;
  float: right;
  margin-right: 10px;
  font-size: 14px;
  text-decoration: underline;
  color:aquamarine;
}
#topMen ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#topMen li{
  display: block;
  width: 98%;
  padding-left: 2%;
  margin:10px 0;
  border-bottom: 2px solid #494949;
}
#topMen a{
  width: 100%;
  display: block;
  font-size: 22px;
  text-shadow: 1px 1px black;
  text-transform: capitalize;
  font-variant: small-caps;
  text-decoration: none;
  color: white;
} 
#account{
  float: right;
  display: inline-block;
  height: 45px;
  width:max-content; 
  max-width:53%;
  font-family: var(--lucy);
  color: white;
}
#logIn{
  margin-left: 20px;
}
#logIn a{
  display: inline-block;
  margin: 10px 0 0  5px;
  height: 25px;
  width: 60px;
  font-family: date;
  font-size: 14px;
  text-align: center; 
  border-radius: 6px;
  border: 2px solid white;
  text-decoration: none;
  color: white;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 1px 1px 2px black;
}
#logIn a:first-of-type{
  background: #916cfd
}
#logIn a:last-of-type{
  background: var(--cad);
  background-size: 55px;
}
#quick{
  position: absolute;
  top:45px;
  right:0;
  height: auto;
  width: 45px;
  background: black;
  border-bottom-left-radius: 10px; 
  z-index:99;
	border-left: 1px solid whitesmoke;
	border-bottom: 1px solid whitesmoke;
}
#quick .qmen{
  display: inline-block;
}
#quick img{
  display: block;
  margin: 4px auto;
  height: 28px;
}
#msgs{
	position: relative;
}
#msg_ct{
	position: absolute;
	bottom: 0;
  right:0;
  display: inline-block;
  font-size: 10px;
	color:white;
	font-weight: bold;
}
#msg_ct span{
	padding: 1px 5px;
	border-radius: 40%;
	background: red;
}
#mv{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0,0,0,0.9);
  border-radius: 10px;
  z-index: 199;  
  text-align: center;
  overflow: auto;
  font-family: txt;
}
#mv>div:first-child{
  background:black !important;
  height: 40px;
  padding-bottom: 10px;
}
#mv>div:first-child span{
  display: inline-block;
  font-size: 25px;
  margin: 16px 10px 0 0;
  font-variant: small-caps;
}
#mv>div:first-child a{
  color:aquamarine;
}
#mv>div:first-child div{
  float: right;
  margin: 5px 40px 0 0;
  text-decoration: underline;
  font-size: 13px;
  color: white
}
#mv ul{
  display: block;
  margin:0;
  padding:0;
  list-style-type: none;
  max-height: calc(100vh - 80px);
  overflow-y: scroll;
  border-top: 3px solid gray; 
  color: white;
  text-transform: capitalize;
}
#mv li{
  display: inline-block;
  width: 90%;
  font-size: 15px;
  border-bottom: 1px solid #494949;
  text-align: left;
  text-shadow: 1px 1px black;
}
#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";
}
#acc_img{
  width: max-content;
}
#acc_img img{
  display: inline-block;
  height: 35px;
  width: 35px;
  border:1px solid white;
  border-radius: 50%;
}
#logBox{
  display: inline-block;
  width: 100px;
  height: 20px;
  margin-top: 23px;
  font-size: 15px;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: transparent;
  background:var(--orange);
  background-clip: text;
}
#acc_menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  color: white;
  font-size: 19px;
  z-index: 100;
  font-family: txt;
  background: rgb(0,0,0,0.9);
}
#acc_menu div{
  padding: 7px 0;
  background: black;
}
#acc_menu span:last-of-type{
  float:right;
  margin-right: 10px;
  text-decoration: underline;
  color:aquamarine;
  font-size: 14px;
}
#acc_menu ul{
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
  text-transform: capitalize;
}
#acc_menu li{
  border-bottom: 1px solid #494949;
  cursor: default;
  padding: 5px;
  margin: 12px 0;
}
#acc_menu a{
  text-decoration: none;
  color: white;
}
#find{
  width: 142px;
  margin: 0 auto;
  padding: 0 3px 3px 3px;
  border:1px solid white;
  border-top: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 2px 2px 3px black;
  font-family:txt;
  font-variant: small-caps;
  font-size: 15px;
  background-image: var(--rbow);
  z-index: 100;
}
#find div{
  width:134px;
  height: 100%;
  padding: 4px;
  background: rgb(0,0,0, 0.3);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border:1px solid black;
  color:white;
  text-shadow:1px 1px black;
  text-align: center;
}
#find div::after{
  display: inline;
  content: "\2315";
}
#cookie{
  position: fixed;
  left: 0;
  bottom:0;
  width: 96%;
  height: auto;
  padding: 7px 2%; 
  font-family: txt;
  font-size: 16px;
  border-top: 2px solid white;
  background-color:rgb(0, 0, 0, 0.8);
  color: white;
}
#cookie button{
  display:block;
  width: 50%;
  margin: 10px auto;
  height: 30px;
  font-size: 20px;
  background-color:rgb(230, 230, 230, 1);
}
#cookie a{
  color:cadetblue;
}
#side_menu{
  width: max-content;
  float: left;
  height: 100%;
  background: grey;
  color: white;
}
#side_menu ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#side_menu li{
  border-bottom: 1px solid white;
  cursor: default;
  padding: 3px 20px 3px 5px;
}
#footer{
	position: relative;
  height: 50px;
  width: 100%;
  background: #282828;
  font-family: Arial;
  font-size: 15px;
}
#footer ul{
  display: block;
  width: max-content;
  max-width: 80%;
  margin: 10px auto 0 auto;
  list-style-type: none;
}
#footer li{
  color:white;
  display: inline-block;
  margin : 4px;
  width: 100px;
}
#footer ul a{
  color: papayawhip;
  text-decoration: none;
}
#footer > a{
	display: block;
	position: absolute;
	bottom:0;
	right:10px;
	width:max-content;
	margin: 0 auto;
	color: plum;
}
.hidden{
  display: none;
}
.ctr{
	display:block;
	width: max-content;
	height:	20px;
	margin: 7px auto 0 auto;
}
.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;
}
.pop{
  position: fixed;
  top: 0;
  left:0;
  width:100%;
  height:100vh;
  background:#535353;
  z-index: 102;
}
#poster a{
	color:aquamarine;
	display: block;
	width: max-content;
	margin: 20px auto;
	font-size: 23px;
	font-family: txt;
	font-variant: small-caps;
}
.scroller{
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: cornflowerblue #E0E0E0;
  border-radius: 5px;
}  
::placeholder{
  font-style: italic;
}
.closer{
  position: absolute;
  left: calc(100% - 30px);
  top:5px;
  height: 27px;
  width: 27px;
  border-radius: 50%;
  background-color: black;
  color: white;
  text-align: center;
  font-size: 17px;
  line-height: 23px;
  cursor: default;
  font-family: arial;
  font-weight: bold;
}
#verifier{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  background: rgba(128,128,128,0.7);
  z-index:1002;
}
#pw_body{
  position:relative;
  width: 90%;
  height: auto;
  margin: 200px auto 0 auto;
  padding:15px;
  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: 20px 10px;
  text-align: center;
  z-index: 1003;
}
#verifier span{
  font-family: var(--lucy);
  text-transform: capitalize;
}
#pw_body input[type="password"]{
  height:30px;
}
#verifier span.eye{
  font-size: 18px;
  margin-left: -5px;
  cursor: pointer;
}
#find_body{
  position: fixed;
  top:0;
  left:0;
  width: 100vw;
  z-index: 101;
  background: white;
  color: var(--blue);
  height: 100vh;
}
#loader{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  border: 1px solid black;
}
#loader img{
  display:block;
  height:60px;
  width:60px;
  margin: 150px auto 0 auto;
}
.freeze{
  height:100%;
  overflow: hidden;
}
/*z are arrows used for pointing to parent cats*/
z{
  font-size: 28px;
  vertical-align: middle;
  color:darkorange; 
}
z::before{
  content: "\27AF";
}
hl{
  display: inline-block;
  vertical-align: top;
  font-weight: bolder;
  color:dodgerblue;
  text-decoration: underline;
}