/* Modal Login Form Styles */

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D; /* Green background */
  color: white; /* White text */
  padding: 14px 20px; /* Some padding */
  margin: 8px 0; /* Some margin */
  border: none; /* Remove borders */
  cursor: pointer; /* Pointer/hand icon */
  width: 100%; /* Full width */
}

button:hover {
  opacity: 0.8; /* Add a hover effect */
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336; /* Red background */
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.modal-container {
  padding: 16px;
  background-color: #555;
  background-attachment: fixed;
  background-image: radial-gradient(#858585, #444)
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #555;
  background-attachment: fixed;
  background-image: radial-gradient(#858585, #444)
  padding-top: 60px; /* Location of the box */
}

/* Modal Content */
.modal-content {
  background-color: #555;
  background-attachment: fixed;
  background-image: radial-gradient(#858585, #444)
  margin: 5% auto 15% auto; /* Centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Close Button */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Animation */
.animate {
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Responsive Styles */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

html {
	height: 100%;
	scroll-behavior: smooth;
}
body{
  height: 100%;
  margin: 0px;
  padding: 0;
  vertical-align: center;
  align-content: center;
  height: 1000px;
  background-color: #555;
  background-attachment: fixed;
  background-image: radial-gradient(#858585, #444)
}
.downloadImage {
  align: center;
  width: 410px;
  height: 168px;
}
.mediaImage {
    max-width: 100%;
    height: auto;
    
}
.titleLogo {
  font-family: 'Dadhand';
  font-size: 80px;
  color:#000000;
  margin-top: 1%;
  margin-bottom: 1%;
}
.selectMedia {
  font-family: 'Dadhand';
  font-size: 60px;
  color:#000000;
  margin-top: 1%;
  margin-bottom: 1%;
  text-decoration: none;
  align: center;
  border-color: black;
  border-radius: 10px;
  border: 1px solid black;
}

@font-face {
  font-family: "Dadhand";
  src: url(../fonts/Dadhand.ttf) format("truetype");
}
.bottom-row
{
  color:#000000;
}

/* Main Shows Page */

.dummy{
  color:transparent;
}
.showCount{
   font-size: 24px;
   text-align: center;
   color:#000000;
}
.dropbtn {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 10px 20px;
  background-color: #55555555;
  color: black;
  border-color: black;
  font-size: 14px;
  font-style: bold;
  font-weight: bold;
  text-decoration: none;
  border-radius: 20px;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #000000;
  color: white;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  position: fixed;
  top: 55px;
  right: 10px;
  display: none;
  background-color: #757575;
  min-width: 100px;
  border-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd}
.show {display:block;}

.abctable {
  margin-left:auto; 
  margin-right:auto;
}
.abcs{
  text-decoration: none;
  color:black;
}
 .abcdiv {
  overflow: hidden;
  text-align: center;
}
.abcdiv:before,
.abcdiv:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.abcdiv:before {
  right: 0.5em;
  margin-left: -50%;
}
.abcdiv:after {
  left: 0.5em;
  margin-right: -50%;
}
.showList { 
  margin:0 1%;
  list-style-type: none;
  padding: 0px;
} 
.showItem
{
  border: 1px solid black;
  margin:0 1%;
  border-radius: 10px;
}
.showTitle {
    font-size: 24px;
    color:#000000;
}
.iconDetails {
    margin: 1%;
    float:left;
    width:139.1px;
    height:208.5px;
	border-radius: 10px;
}
.showInfo {
  font-size: 16px;
  color:#000000;
}
.showLink {
text-decoration: none;
color:#000000;
margin-bottom: 1%;
}
.ongoing {
color:#FFFF00;
margin-bottom: 1%;
}
.completed{
color:#00FF00;
margin-bottom: 1%;
}
.cancelled {
color:#FF0000;
margin-bottom: 1%;
}
.unknown {
color:#FF7F00;
margin-bottom: 1%;
}

/*Movie List*/
.movieIcon {
    margin: 1%;
    float:left;
    width:139.1px;
    height:208.5px;
	border-radius: 10px;
}
.movieCount{
   font-size: 24px;
   text-align: center;
   color:#000000;
}
.movieList { 
  margin:0 1%;
  list-style-type: none;
  padding: 0px;
} 
.movieItem
{
  border: 1px solid black;
  margin:0 1%;
  border-radius: 10px;
}
.movieTitle {
    font-size: 24px;
    color:#000000;
}

.movieInfo {
  font-size: 18px;
  color:#000000;
}
.movieLink {
text-decoration: none;
color:#000000;
margin-bottom: 1%;
}

.movieCover{
  width: 473px;
  height: 709px;
  border-radius: 10px;
}

/* Show Season Page */
.seasonCover{
  border-radius: 10px;
  width: 157.6px;
  height: 236.3px;
}
.seasonTable {
margin: 5px;
align: center;
}
.seasonInfo{
  margin: 2px;
  text-align: center;
  font-size: 16px;
  color:#000000;
}

.seasonImageLarge{
  width: 473px;
  height: 709px;
  border-radius: 10px;
}
.downloadLink {
color:#000000;
margin-bottom: 1%;
}
.streamLink {
color:#000000;
margin-bottom: 1%;
}
