
.quick-div{
  display:none;
  border:solid 0px grey;
}
.input-div{
  padding:0px 0px;
  width:90%;
  margin:5px auto;
  border: 2px groove transparent;
  background-image:linear-gradient(#171717, #171717), linear-gradient(to bottom,#AE7628, #1F98C3);
  background-origin: border-box;
  background-clip: content-box, border-box;
  border-radius:9px;
}
.input-div input{
  position:relative;
  width:100%;
  height:100%;
  display:block;
  margin:0px 0px;
  background:#171717;
  font-size:17px;
  font-family:arial;
  color:#AE7628;
  padding:9px 9px;
  border:none;
  border-radius:9px;
}
#torrentpage{
  font-family:arial;
  color:grey;
}
#torrentpage:hover{
  text-decoration:underline;
}

#Search{
  border:solid 0px red;
  left:0vw;
  width:98%;
  max-height:400px;
  line-height:1;
  top:20px;
  margin:10px auto;
  margin-bottom:20px;
	padding:2% 0px;
  border-radius:5px;
  text-align:center;
  background-color:transparent;
}
.searching{
  color:grey;
  font-family:arial;
  font-weight:bold;
  margin-bottom:15px;
  border-bottom:solid 2px #333;
}
#search-div{
  position:relative;
  width:99%;
  margin:5px auto;
  text-align:center;
  border:solid green 0px;
}
.mydrop{
  position:relative;

}
.quickdrop{
  position:relative;
  display:block;
  width:90%;
  margin:0px auto;
  z-index:99999999;
  border:solid 0px grey;
}
#quick-dropdown,#ajax-dropdown{
  position:absolute;
  background-color:black;
  display:block;
  border:solid 1px grey;
  border-radius:9px;
  margin:0px 1px;
  padding:0px 1px;
  z-index:99999999;
  max-height:400px;
  overflow-y:scroll;
  overflow-x:hidden;
}
#ajax-dropdown::-webkit-scrollbar {
  width: 0.5em;}
#ajax-dropdown::-webkit-scrollbar-track {
  color:#333;
}
#ajax-dropdown::-webkit-scrollbar-thumb {

  background-image:linear-gradient(65deg,#333,grey);
	border-radius:30px;
}
.mydetails{
  border-bottom:solid #171717 1px;
  border-radius:0px;
  display:flex;
  align-items:center;
  padding:5px 5px;

}
.mys{
  color:white;
  font-family: 'Sofia-Pro', arial;
  text-align:center;
  padding:0px 0px;
  margin-bottom:-3px;
}
.myp{
  color:grey;
  font-family: 'Sofia-Pro', arial;
  text-align:left;
}
.myp:hover{
  color:white;
}
.torrent_slogo{
  position: relative;
  background-color: #34c5fa;
  color:black;
  font-size:11px;
  margin-top:3px;
  padding:0px 5px 1px 5px;
  border-radius: 2px;
}
.myimagediv{
  display:flex;
  border:solid 0px white;
  margin:4px 6px;
}
.myimg{
  position:relative;
  display:flex;
  border:solid 2px grey;
  border-radius:10%;
  width:60px;
  height:80px;
}
.myimg:hover{
  border-color:white;
}


#tbar{
		font-size:15px;
    font-family:arial;
		display:inline-block;
		padding:7px 9px;
		border:grey solid 1px;
		border-radius:4px;
		width:67%;
		background-color:black;
		color:white;
    /* margin-left:4%; */
}
#sbar{
		display:inline-block;
		font-size:15px;
		/* font-weight: bold; */
		border:1px solid grey;
		color:grey;
		margin:0px 0px ;
		padding:7px 12px;
		border-radius:5px;
	  background-color:#183D5D;
    box-shadow: 0 0 7px 1px #183D5D;
}

#sbar:hover{
	box-shadow: 0 0 7px 1px #333;
  color:grey;
  background-color:#333;
  border-color:grey;
  cursor:pointer;
}



/*,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,FOR yEAR SLOTS,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/
#sortbox{
  display:block;
  width:250px;
  margin:10px auto;
  border:solid 0px red;
  z-index:99;
}
#sort{
  display:block;
  border:groove 2px grey;
  border-radius:4px;
  padding:4px 5px;
  text-align:center;
  background-image:linear-gradient(to bottom,black,#333);
}
#sort:hover{
  cursor:pointer;
  background-image:linear-gradient(to bottom,black,#333,black);
}
#years{
  display:none;
  position:relative;
  border:solid 2px grey;
  border-radius:9px;
  margin:10px auto;
  background:#171717;
  width:250px;
  z-index:123;
  text-align:center;
  line-height:1.5;
 }
.creative{
  font-weight:bold;
  font-size:120%;
  font-family:arial;
  line-height:1;
  background: -webkit-linear-gradient( 90deg,white,#1F98C3,white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.choice{
  background: -webkit-linear-gradient( 90deg,grey,#1F98C3,grey);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Sofia-Pro', sans-serif;
  font-size:15px;
  font-weight:bold;
}
.slot_name{
  color:grey;
  font-family: 'Sofia-Pro', sans-serif;
  font-size:14px;
  font-weight:bold;
}
.slot_name:hover{
  color:#1F98C3;
  font-weight:bold;
  text-decoration:underline;
  text-shadow: 1px 1px 1px black, 0 0 1px black;}
#year_form{
  position:relative;
  margin:2vw 10%;
  margin-bottom:5px;
  max-width:80%;
  display:flex;
  justify-content:center;
  align-items:center;
  z-index:10;
}
#id_year_input{
    background-color:#dadada;
    border:solid 2px #c8c8c8;
    color:#000000;
}
#id_year,#id_mylanguage{
  background-image: linear-gradient(to bottom right,#333,black, #333);
  color:grey;
  border:solid 2px #333;
  border-radius:3px;
  font-weight:bold;
  padding:2px 5px;
}
#id_year:hover,#id_mylanguage:hover{
		color:#1F98C3;
		border:solid 2px #1F98C3;}



/* for genres */

#all-genres{
  border:solid grey 0px;
  display:block;
  width:45%;
  margin:30px auto;
  z-index:99;
  overflow:hidden;
}
#genre{
  max-width:100%;
  border:groove 2px grey;
  border-radius:5px;
  background-image:linear-gradient(to bottom,#333,black,#333);
  padding:5px 7px;
  text-align:center;
}
#genre:hover{
  cursor:pointer;
  background-image:linear-gradient(75deg,#333,black,black,#333);
}
#genre span{
  color:#1F98C3;
  font-weight:bold;
  font-family: 'Sofia-Pro', sans-serif;
}
#genres{
  position:absolute;
  z-index:1000;
  width:40%;
  display:none;
  margin:0px auto;
  background-color: #171717;
  border:solid 1px grey;
  border-radius:9px;
  font-family:arial;
  letter-spacing:1px;
  line-height:1.2;
  text-align:left;
  overflow:hidden;

}

#genres a{
  display:block;
  color:#c8c8c8;
  font-family: font-family: 'Sofia-Pro', sans-serif;
  font-size: 13px;
  font-weight:normal;
  width:100%;
  margin:5px 0px;
  padding:0px 15px;
}
#genres a:hover{
  background-color:#1F98C3;
}
