* {
  box-sizing: border-box;
}
nav {
  background-color: #FFDA01 !important;
  padding: 0 2.5%;
  height: 70px;
}
.logo {
  font-weight: 700;
  font-size: 22px;
  color: black;
}
.main-body {
  /*background-color: aliceblue;*/
  height: 200vh;
  padding: 0 7.5%;
}
.banner {
  height: 40vh;
  width: 100%;
  background-color: rgb(69, 69, 69);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner h1, .banner h2 {
  color: white;
}


/* MOVIE PAGE CSS */
.movie-body, .update-customer-body {
  min-height: calc(100vh - 70px);
  height: auto;
  width: 100%;
  padding: 0 5%;
  display: flex;
  background-color: #FAFAFA;
}

.movie-image {
  /*height: 100vh;*/
  width: 30%;
  /* display: flex;
  justify-content: center; */
  margin-top: 10vh;
}
.right-container {
  margin-top: 10vh;
  width: 70%;
  height: 100%;
  padding-left: 30px;
}
.img {
  background-color: grey;
  border-radius: 4px;
  height: 450px !important;
  width: 335px;
}
img {
  border-radius: 4px;
  /*height: 80% !important;*/
}
.right-container h1 {
  color: black;
}
.third-row {
  display: flex;
  margin: 1vh 0;
}
.third-row h2 {
  margin-right: 10px;
}
.add-movie-body {
  min-height: calc(100vh - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4vh 0;
}
.form {
  background-color: rgb(156, 156, 156);
  padding: 20px;
  border-radius: 4px;
}
.fields {
  display: flex;
  gap: 10px;
}
.modal-card {
  background-color: white;
  border-radius: 4px;
  padding: 20px 10px;
}
.error-message {
  color: black;
  font-size: 18px;
}
.second-row {
  display: flex;
  align-items: center;
  margin: 1vh 0;
}
.second-row h2 {
  margin: 0 5px;
  color: black;
}
.tagline {
  color: black;
  font-weight: 500;
}
.fourth-row {
  margin: 20px 0;
}
.rating-button {
  color: black !important;
  font-weight: 500;
}
.profile {
  font-size: 28px;
}
.profile-column {
  min-height: 50vh;
}
.column-type {
  font-weight: 600;
  color: black;
  margin-right: 20px;
  width: 150px;
}
.profile-body {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e1e1e1;
  /* flex-direction: column; */
}
.profile-column {
  border-radius: 8px;
  background-color: #ffffff;
  width: 50%;
  margin: 40px;
}
.profile-column-item {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 20px;
}
.column-answer {
  font-weight: 400;
  color: #6b6b6b;
}
.centered-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.update-customer-body {
  justify-content: center;
  align-items: center;
}
.profile-button {
  margin-bottom: 10px;
}
.rental-body {
  margin-top: 20px;
  width: 50%;
}
.increase-legend-font-size {
  font-size: 20px;
  color: black;
}
.rental_history-item {
  width: auto;
  height: auto;
  border-radius: 4%;
  padding: 10px;
  background-color: white;
  margin: 4px 0;
}
.review {
  width: 50%;
}
.review-item {
  padding: 10px;
}
.error-container {
  width: 100%;
  border: red 1px solid;
  border-radius: 4px;
  padding: 10px 8px;
  background-color: rgb(241, 171, 171);
  margin-bottom: 20px;
}
.red-button {
  background-color: rgb(157, 25, 25) !important;
  margin-left: 20px;
}
.non-error-message {
  border:#FFDA01 1px solid;
  background-color: rgb(239, 239, 115);
  margin: 10px;
  width: auto;
}
.title {
  text-align: center;
}
.rental-break {
 width: 90%;
 height: 1px;
 border-radius: 4px;
 background-color: #919191;
 margin: 20px 0;
 margin-left: 5%;
}
.rental-message {
  text-align: center;
  font-size: 20px;
  color:#919191;
}
.rental-history-column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.message-container {
  background-color: #FAFAFA;
  height: auto;
}
