html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

#container {
  min-height: 100%;
  position: relative;
}

.header {
  width: 100%;
  height: 70px;
  padding-top: 0px;
  background-color: #000;
  color: #36cebf;
}

.header h1 {
  display: inline;
  padding: 20px 10px;
}

.header h2 {
  display: inline;
  padding: 20px 10px;
}

.header-logo {
  height: 70px;
}

.ptitle {
  display: inline;
  text-align: center;
}

.logged-in {
  float: right;
  padding: 25px 10px;
}

.navmenu {
  padding: 0px 10px;
}

#body {
  padding: 10px;
  padding-bottom: 60px;
  /* Height of the footer */
}

.footer {
  /*position:absolute;*/
  /*bottom:0;*/
  width: 100%;
  height: 160px;
  /* Height of the footer */
  background: #6cf;
}

.copyright {
  float: left;
  margin: 25px;
}

.footer-menu {
  float: right;
  padding: 25px;
  padding-top: 0px;
}

.footer-menu ul {
  float: right;
}

.footer-menu li {
  list-style: none;
  display: block;
}

.error {
  font-weight: bold;
  color: #FF0000;
}

.login {
  font-style: italic;
}

form label {
  display: inline-block;
  width: 150px;
  font-weight: bold;
}

textarea #about {
  width: 600px;
  height: 120px;
}

textarea #synopsis {
  width: 600px;
  height: 120px;
}

textarea #set_requirements {
  width: 600px;
  height: 120px;
}

textarea #exerpt {
  width: 600px;
  height: 120px;
}

td.label {
  font-weight: bold;
}

img.profile {
  vertical-align: top;
}

div.box {
  border-radius: 15px 50px;
  padding: 20px;
  margin: 20px;
  width: 250px;
  height: 400px;
  float: left;
}

div.box:hover {
  opacity: 0.5;
}

.profile-box {
  border-radius: 15px 50px;
  padding: 20px;
  margin: 20px;
  width: 300px;
  height: 450px;
  float: left;
}

.profile-box img {
  display: block;
  margin: auto;
  border-radius: 50%;
}

#searchresults {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

th td {
  height: 100px;
  font-weight: bold;
}

td {
  border: 1px black solid;
}

table {
  border-collapse: collapse;
}

#script-container {
  width: 90%;
  border: 1px solid black;
}

.scriptinfo {
  padding: 5px;
  border: 1px solid black;
  font-family: Arial, sans-serif;
}

.label {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
}

.scriptdata {
  font-size: 0.9em;
}

/*BELOW IS SCRIPT PROFILE CSS*/

#script-profile-container {
  background-color: gray;
  width: 100%;
  padding-bottom: 1em;
}

#script-title {
  width: 100%;
  height: 1.5em;
  font-size: 4em;
  font-weight: bold;
  text-align: center;
  padding: 0.25em;
  color: #FFF;
  padding-top: 0.5em;
}

#basics-section {
  width: 100%;
  background-color: #FFF;
  height: 350px;
}

.basics-container {
  float: left;
  padding: 2em;
}

.basics-block {
  margin: 1em;
  margin-top: 1.25em;
  margin-bottom: 1.5em;
}

.basics-title {
  font-weight: bold;
  display: inline-block;
  font-size: 1.25em;
  margin-right: 0.5em;
  /*    font-family: ; */
}

.basics-content {
  display: inline-block;
  font-size: 1.25em;
  /*    font-family: ; */
}

#playwright-container {
  float: left;
  padding: 0.5em;
  width: 25%;
  text-align: center;
}

#playwright-container h3 {
  font-size: 1em;
  text-align: center;
}

#playwright-image {
  border-radius: 50%;
  height: 250px;
  width: 250px;
  display: block;
  margin: auto;
  margin-bottom: 1em;
}

.script-profile-details {
  background-color: #FFF;
  margin-top: 0.5em;
  clear: both;
}

.script-profile-details h3 {
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}

.script-profile-details p {
  padding: 0.5em 2em 1em 2em;
}

#controls {
  display: flex;
  justify-content: space-evenly;
}

.script-profile-button {
  margin: 2em;
  padding: 1em;
  font-size: 2em;
  box-shadow: 2px 2px 2px black;
  border-radius: 25px;
}
/* Profile UI Scaffolding */
.modern-profile-container { max-width: 800px; margin: 40px auto; background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); overflow: hidden; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
.profile-hero { background: linear-gradient(135deg, #FF4500 0%, #ff8c00 100%); height: 180px; position: relative; }
.profile-hero.theatre-hero { background: linear-gradient(135deg, #4682B4 0%, #2980b9 100%); }
.profile-avatar-wrapper { position: relative; width: 160px; height: 160px; margin: -80px auto 20px auto; border-radius: 50%; box-shadow: 0 4px 15px rgba(0,0,0,0.2); background: #fff; padding: 4px; }
.profile-avatar { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.profile-header-info { text-align: center; padding: 0 20px 20px 20px; border-bottom: 1px solid #f0f0f0; }
.profile-name { margin: 0; font-size: 28px; color: #333; font-weight: 700; }
.profile-username { color: #888; font-size: 16px; margin-top: 5px; }
.profile-actions { display: flex; justify-content: center; gap: 15px; margin-top: 15px; }
.btn { padding: 8px 24px; border-radius: 30px; text-decoration: none; font-weight: 600; font-size: 14px; transition: all 0.2s ease; display: inline-flex; align-items: center; gap: 8px; }
.btn-primary { background: #FF4500; color: #fff; border: 1px solid #FF4500; }
.btn-primary:hover { background: #e03e00; color:#fff; }
.btn-outline { background: transparent; color: #555; border: 1px solid #ccc; }
.btn-outline:hover { background: #f8f9fa; color: #333; border-color: #999; }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 30px; }
.info-card { background: #f8f9fa; border-radius: 10px; padding: 20px; border: 1px solid #eee; }
.info-card h4 { margin-top: 0; margin-bottom: 15px; font-size: 16px; color: #555; text-transform: uppercase; font-weight: 700; border-bottom: 2px solid #eaeaea; padding-bottom: 10px; display: flex; align-items: center; gap: 10px; }
.info-card h4 i { color: #FF4500; }
.info-item { display: flex; align-items: center; margin-bottom: 15px; font-size: 15px; color: #444; }
.info-item i { width: 30px; color: #888; font-size: 18px; text-align: center; }
.info-item span { margin-left: 10px; line-height: 1.5; }
.about-text { font-size: 15px; line-height: 1.7; color: #444; white-space: pre-wrap; }
.theatre-badge { display: inline-flex; align-items: center; padding: 8px 15px; background: #fff; border: 1px solid #ddd; border-radius: 30px; text-decoration: none; color: #333; font-weight: 600; margin-bottom: 10px; margin-right: 10px; transition: all 0.2s; }
.theatre-badge:hover { border-color: #FF4500; color: #FF4500; }
.theatre-badge i { margin-right: 8px; color: #FF4500; }
@media (max-width: 768px) { .profile-grid { grid-template-columns: 1fr; } }
