.body {
  background-image: url(http://localhost/ms_laravel/public/images/background.jpg);
  /* background-color: white; */
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
}

.body ::background-image{
  filter: blur(10vw);
}

body a {
  text-decoration: none;
  color: rgba(0, 217, 255, 0.75);
}

body li {
  list-style-type: none;
  width: 100%;
  margin-top: 1.5em;
}

/* li.ap {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  width: 100%;
  border: 2px solid cyan;
  border-radius: 15px;
  padding: 1em;
} */

li.ap {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  /* border: 2px solid cyan; */
  border-radius: 15px;
  text-align: center;
}

.ap {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  /* border: 2px solid cyan; */
  border-radius: 15px;
  text-align: center;
}

li.ap li{
  width: 50%;
}

li.photo {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
  width: 100%;
  /* border: 2px solid cyan; */
  border-radius: 15px;
  justify-content: center;
}

li.photo img{
  border-radius: 10%;
  width: 18em;
  max-height: 17em;
  margin: 0.5em 0.5em 0.5em 0.5em;
}

li.cast {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  flex-wrap: wrap;
  width: 100%;
  /* border: 2px solid cyan; */
  border-radius: 15px;
  justify-content: center;
}

li.cast img{
  border-radius: 10%;
  width: 18em;
  max-height: 17em;
  margin: 0.5em 0.5em 0.5em 0.5em;
}

.cphoto{
  position: relative;
  display: inline-block;
}

li.ap .avatar{
  width: 10em;
  height: 10em;
  border-radius: 50%;
  margin-right: 1em;
}

/* li.ap li{
  display: flex;
  flex-direction: row;
  list-style-type: none;
  width: 100%;
  border: 2px solid cyan;
  border-radius: 15px;
  padding: 1em;
} */

p {
  color: rgba(0, 217, 255, 0.75);
  font-weight: 500;
  font-size: larger;
  padding-top: 10px;
  margin: 0.1em;
}

.red {
  color: red;
  filter: none;
  border: none;
}

.header {
  position: sticky;
  z-index: 10;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 7px solid rgb(0, 217, 255);
}

.header .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 6em;
}

.footer {
  z-index: 10;
  top: 0px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 7px solid rgb(0, 217, 255);
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 5.4em;
}

.logos {
  font-style: italic;
}

#menu .but {
  margin: 0.1em;
  margin-top: 0.4em;
}

.alert-info{
  width: 100%;
}

.peditbut{
  position: absolute;
  bottom: 1em;
  left: 1em;
  background-color: rgb(0, 217, 255);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 15px;
}
.pdeletebut{
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: rgb(0, 217, 255);
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 15px;
}

.but {
  border: 2px solid rgba(0, 217, 255, 0.1);
  border-radius: 5px;
  background-color: rgba(0, 217, 255, 0.75);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.buttrue {
  border: 2px solid green;
  border-radius: 5px;
  background-color: green;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.butfalse {
  border: 2px solid rgb(128, 0, 0);
  border-radius: 5px;
  background-color: rgb(128, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  margin: 0.5em;
}

.butap {
  border: 2px solid rgba(0, 217, 255, 0.1);
  border-radius: 5px;
  background-color: rgba(0, 217, 255, 0.75);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  margin: 1em;
  padding: 0.4em;
}

.but:hover {
  background-color: rgb(0, 174, 255);
  border: 2px solid rgb(0, 174, 255);
  color: rgb(255, 255, 255);
}

.buttrue:hover {
  background-color: rgb(0, 206, 10);
  border: 2px solid rgb(0, 206, 10);
  color: rgb(255, 255, 255);
}

.butfalse:hover {
  background-color: rgb(206, 0, 0);
  border: 2px solid rgb(206, 0, 0);
  color: rgb(255, 255, 255);
}

.butap:hover {
  background-color: rgb(0, 174, 255);
  border: 2px solid rgb(0, 174, 255);
  color: rgb(255, 255, 255);
}

#menu {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em 2em 1.5em;
  justify-content: center;
  background-color: rgba(0, 217, 255, 0.02);
  backdrop-filter: blur(10vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  align-items: center;
  margin: auto;
  margin-block: 7em;
  width: 60%;
  overflow: hidden; /* Added to contain blur */
}



.acc {
  display: flex;
  flex-direction: column;
  padding: 0em 1.5em 2em 1.5em;
  justify-content: center;
  /* background-image: url(http://localhost/ms_laravel/public/images/gradient.jpg); */
  backdrop-filter: blur(5vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  /* filter: drop-shadow(5px 5px 25px gray); */
  align-items: center;
  margin: auto;
  margin-top: 1em;
  width: 100%;
  height: min-content;
  text-align: center;
  overflow: hidden; /* Added to contain blur */
}

.trf {
  margin-top: 5em;
  margin-left: 1.5em;
}

.applys {
  display: flex;
  flex-wrap: wrap;
}

.apply {
  padding: 1px 1.5em 1em 1.5em;
  margin: 0.5em;
  width: 26em !important;
}

.accapply {
  display: flex;
  flex-direction: row;
  padding: 1px 1.5em 1em 1.5em;
  justify-content: center;
  backdrop-filter: blur(10vw);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  filter: drop-shadow(5px 5px 10px rgb(0, 204, 255));
  align-items: center;
  text-align: center;
  margin: auto;
  width: 300px;
  overflow: hidden; /* Added to contain blur */
}

@media screen and (max-width: 1200px) {
  #menu {
    width: 100%;
  }
}

body h3 {
  color: rgba(0, 217, 255, 0.75);
  font-weight: 800;
}

body form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.form input {
  height: 4em;
  margin-bottom: 0.5em;
}

.form .form-check-input {
  height: 1em;
  margin-bottom: 1em;
}

body textarea {
  height: 4em;
  margin-bottom: 1.5em;
  width: 100%;
}

body select {
  display: flex;
  height: 4em;
  margin-bottom: 1.5em;
}

select option {
  font-size: 1.1em;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}



.addphoto{
  margin-top: 4em;
}

.left{
  text-align: left;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

/* .slider{
  width: 100em;
} */

