.detail .banner {
  width: 100%;
  height: calc(80vh - 60px);
  position: relative;
}
.detail .banner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(80vh - 60px);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 1%, #000000 100%);
}
.detail .banner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(80vh - 60px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, #000000 100%);
}
.detail .banner img {
  width: 100%;
  height: calc(80vh - 60px);
  -o-object-fit: cover;
     object-fit: cover;
}
.detail .banner .box {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  width: 340px;
  height: 510px;
  z-index: 9;
}
.detail .banner .box .videoimg {
  position: relative;
}
.detail .banner .box .videoimg .box2 {
  position: absolute;
}
.detail .banner .box .videoimg .box2 .posterbtn {
  position: relative;
  width: 340px;
  height: 510px;
  cursor: pointer;
  z-index: 9;
}
.detail .banner .box .videoimg .box2 .posterbtn .poster {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(1);
  border-radius: 10px;
}
.detail .banner .box .videoimg .box2 .posterbtn .playbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  outline: none;
  border: none;
  background-color: #ff7f00;
  transition: all 0.3s ease-out;
}
.detail .banner .box .videoimg .box2 .posterbtn:hover .playbutton {
  color: #ff7f00;
  background-color: #000000;
}
.detail .banner .box .videoimg .videocontainer {
  position: relative;
  width: 340px;
  height: 510px;
}
.detail .banner .box .videoimg .videocontainer .video {
  width: 340px;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.detail .banner .box .videoimg .videocontainer .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px;
}
.detail .banner .box .videoimg .videocontainer .controls .play-pause {
  border: none;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 5px;
  border-radius: 50%;
  z-index: 9;
}
.detail .banner .box .videoimg .videocontainer .controls .mute {
  background-color: transparent;
  border: none;
  color: white;
  margin-left: 10px;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 5px;
  border-radius: 50%;
  z-index: 9;
}
.detail .animetext {
  padding: 0 10rem;
  position: relative;
  line-height: 1.2;
}
.detail .animetext .title {
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  color: #ff7f00;
  width: 80%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}
.detail .animetext .favoriteandwatch {
  width: 20%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.detail .animetext .favoriteandwatch .bi-clock {
  color: #ffffff;
  cursor: pointer;
  margin-left: 10px;
}
.detail .animetext .favoriteandwatch .bi-heart {
  color: #ffffff;
  cursor: pointer;
}
.detail .animetext .season {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}
.detail .animetext .episode {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}
.detail .animetext .year {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
}
.detail .animetext .tur {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
}
.detail .animetext svg {
  margin-bottom: 2px;
}
.detail .animetext .des {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px !important;
}
.detail .animetext .malandimdb {
  display: flex;
}
.detail .animetext .malandimdb .mal {
  color: #ffffff;
  background-color: #2e51a2;
  padding: 5px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
}
.detail .animetext .malandimdb .imdb {
  color: #000000;
  background-color: #F5C518;
  padding: 5px;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 5px;
  margin-left: 8px;
}
.detail .seasonandedipsode {
  padding: 1.5rem 10rem;
}
.detail .seasonandedipsode .season {
  width: 100%;
  display: flex;
  justify-content: center;
}
.detail .seasonandedipsode .season .dropdown .dropdown-toggle {
  width: 125px;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 20px;
}
.detail .seasonandedipsode .season .dropdown .dropdown-menu {
  width: 125px;
  background-color: #313131;
  border-radius: 20px;
  max-height: 150px;
  overflow-y: auto;
}
.detail .seasonandedipsode .season .dropdown .dropdown-menu li a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.detail .seasonandedipsode .season .dropdown .dropdown-menu li a:hover {
  color: #000000;
  background-color: #ffffff;
}
.detail .seasonandedipsode .episode {
  padding-right: 16px;
  box-sizing: border-box;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-height: 600px;
  overflow-y: auto;
}
.detail .seasonandedipsode .episode a {
  display: block;
  flex: 1 1 250px;
  max-width: 300px;
  text-decoration: none;
  color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.detail .seasonandedipsode .episode a:hover img {
  transform: scale(1.05);
}
.detail .seasonandedipsode .episode a .box {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.detail .seasonandedipsode .episode a .box img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
  filter: brightness(0.6);
  display: block;
}
.detail .seasonandedipsode .episode a .box .episodename {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  word-break: break-word;
}
.detail .commentcontent {
  padding: 0 10rem;
}
.detail .commentcontent .messagebox {
  width: 100%;
}
.detail .commentcontent .messagebox .title {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.detail .commentcontent .messagebox .title svg {
  margin-right: 5px;
}
.detail .commentcontent .messagebox textarea {
  width: 100%;
  height: 200px;
  border-radius: 15px;
  padding: 8px;
  border: 2px solid #ff7f00;
  outline: none;
  background-color: transparent;
  color: #ffffff;
}
.detail .commentcontent .messagebox .other {
  display: flex;
}
.detail .commentcontent .messagebox .other .toggle {
  display: flex;
  align-items: center;
  margin-right: 16px;
  /* From Uiverse.io by Muaz-Aldalil */
}
.detail .commentcontent .messagebox .other .toggle .title {
  color: #ffffff;
  font-size: 1.1rem;
  font-style: normal;
  margin-right: 5px;
}
.detail .commentcontent .messagebox .other .toggle .toggle-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
.detail .commentcontent .messagebox .other .toggle .toggle-switch {
  background-color: gray;
  width: 50px;
  height: 25px;
  border-radius: 16px;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.detail .commentcontent .messagebox .other .toggle .toggle-switch::before {
  content: "";
  font-weight: 900;
  background-color: white;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ddd;
  transition: 0.3s;
}
.detail .commentcontent .messagebox .other .toggle .toggle-checkbox:checked + .toggle-switch {
  background-color: #ff7f00;
}
.detail .commentcontent .messagebox .other .toggle .toggle-checkbox:checked + .toggle-switch::before {
  content: "";
  left: 30px;
  color: #ff7f00;
}
.detail .commentcontent .messagebox .other button {
  width: 100px;
  padding: 2px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid #ff7f00;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.detail .commentcontent .messagebox .other button:hover {
  background-color: #ff7f00;
  color: #000000;
}
.detail .commentcontent .messagebox .other button svg {
  margin-right: 5px;
}
.detail .commentcontent .comments {
  width: 100%;
  margin: 24px 0px;
}
.detail .commentcontent .comments .title {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-style: normal;
  font-size: 1.1rem;
}
.detail .commentcontent .comments .title svg {
  margin-right: 5px;
}
.detail .commentcontent .comments .comment-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  margin: 10px 0px;
  font-family: Arial, sans-serif;
}
.detail .commentcontent .comments .comment-section .comment-box,
.detail .commentcontent .comments .comment-section .reply-box {
  display: flex;
  align-items: flex-start;
  background-color: #1e1e1e;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  line-height: 1;
  word-break: break-all;
}
.detail .commentcontent .comments .comment-section .comment-box img,
.detail .commentcontent .comments .comment-section .reply-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content,
.detail .commentcontent .comments .comment-section .reply-box .comment-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .username,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .username {
  color: #ff7f00;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 4px;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .date,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .date {
  color: #999;
  font-size: 0.8rem;
  margin-bottom: 8px;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .reply-to,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .reply-to {
  color: #ffae42;
  font-size: 0.85rem;
  margin-bottom: 8px;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .comment-text,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .comment-text {
  color: #eee;
  margin-bottom: 10px;
  line-height: 1.5;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .buttonandlike,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .buttonandlike {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .buttonandlike .reply-btn,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .buttonandlike .reply-btn {
  align-self: flex-start;
  background-color: transparent;
  border: 1px solid #ff7f00;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .buttonandlike .reply-btn:hover,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .buttonandlike .reply-btn:hover {
  background-color: #ff7f00;
  color: #000;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .buttonandlike .likeandunlike,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .buttonandlike .likeandunlike {
  display: flex;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .buttonandlike .likeandunlike .like,
.detail .commentcontent .comments .comment-section .comment-box .comment-content .buttonandlike .likeandunlike .unlike,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .buttonandlike .likeandunlike .like,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .buttonandlike .likeandunlike .unlike {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .buttonandlike .likeandunlike .like:hover,
.detail .commentcontent .comments .comment-section .comment-box .comment-content .buttonandlike .likeandunlike .unlike:hover,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .buttonandlike .likeandunlike .like:hover,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .buttonandlike .likeandunlike .unlike:hover {
  color: #ff7f00;
}
.detail .commentcontent .comments .comment-section .comment-box .comment-content .buttonandlike .likeandunlike .like,
.detail .commentcontent .comments .comment-section .reply-box .comment-content .buttonandlike .likeandunlike .like {
  margin-right: 10px;
}
.detail .commentcontent .comments .comment-section .reply-box {
  margin-left: 30px;
  background-color: #2a2a2a;
}
.detail .commentcontent .modal .replycontent {
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
}
.detail .commentcontent .modal .replycontent .username .title {
  color: #ffffff;
  font-style: normal;
}
.detail .commentcontent .modal .replycontent .username input {
  background-color: transparent;
  border: 2px solid #ff7f00;
  border-radius: 10px;
  padding: 5px;
  width: 100%;
  color: #ffffff;
  outline: none;
}
.detail .commentcontent .modal .replycontent .message {
  margin-top: 10px;
}
.detail .commentcontent .modal .replycontent .message .title {
  color: #ffffff;
  font-style: normal;
}
.detail .commentcontent .modal .replycontent .message textarea {
  width: 100%;
  height: 150px;
  background-color: transparent;
  border: 2px solid #ff7f00;
  outline: none;
  border-radius: 10px;
  color: #ffffff;
  padding: 5px;
}
.detail .commentcontent .modal .replycontent .button {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.detail .commentcontent .modal .replycontent .button button {
  width: 100px;
  padding: 5px;
  border: 2px solid #ff7f00;
  background-color: transparent;
  border-radius: 10px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.detail .commentcontent .modal .replycontent .button button:hover {
  background-color: #ff7f00;
  color: #000000;
}

@media only screen and (max-width: 1665px) {
  .detail .seasonandedipsode .episode a {
    flex: 1 1 230px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 1500px) {
  .detail .animetext {
    padding: 0px 16px;
    position: relative;
    line-height: 1.2;
  }
  .detail .animetext .des {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px !important;
    height: 150px;
    padding: 0px 7px 0px 0px;
    overflow-y: auto;
  }
  .detail .animetext .malandimdb {
    display: flex;
  }
  .detail .animetext .malandimdb .mal {
    color: #ffffff;
    background-color: #2e51a2;
    padding: 5px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 5px;
  }
  .detail .animetext .malandimdb .imdb {
    color: #000000;
    background-color: #F5C518;
    padding: 5px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 8px;
  }
  .detail .seasonandedipsode {
    padding: 24px 16px;
  }
  .detail .seasonandedipsode .episode {
    gap: 10px;
  }
  .detail .seasonandedipsode .episode a {
    flex: 1 1 240px;
    max-width: 300px;
  }
  .detail .commentcontent {
    padding: 0px 16px;
  }
}
@media only screen and (max-width: 1038px) {
  .detail .seasonandedipsode .episode a {
    flex: 1 1 230px;
    max-width: 350px;
  }
  .detail .seasonandedipsode .episode a .box img {
    height: 150px;
  }
}
@media only screen and (max-width: 800px) {
  .detail .animetext {
    padding: 0px 16px;
    position: relative;
    line-height: 1.2;
  }
  .detail .animetext .title {
    font-size: 1.5rem;
    font-weight: 500;
    font-style: normal;
    color: #ff7f00;
    width: 80%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.1;
  }
  .detail .animetext .favoriteandwatch {
    width: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .detail .animetext .favoriteandwatch .bi-clock {
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
  }
  .detail .animetext .favoriteandwatch .bi-heart {
    color: #ffffff;
    cursor: pointer;
  }
}
@media only screen and (max-width: 720px) {
  .detail .seasonandedipsode .episode a {
    flex: 1 1 220px;
    max-width: 350px;
  }
}
@media only screen and (max-width: 760px) {
  .detail .banner .box {
    width: 250px;
    height: 375px;
  }
  .detail .banner .box .videoimg .box2 .posterbtn {
    width: 250px;
    height: 375px;
  }
  .detail .banner .box .videoimg .videocontainer {
    width: 250px;
    height: 375px;
  }
  .detail .banner .box .videoimg .videocontainer .video {
    width: 250px;
    height: 375px;
  }
}
@media only screen and (max-height: 570px) {
  .detail .banner .box {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .detail .seasonandedipsode .episode {
    gap: 5px;
  }
  .detail .seasonandedipsode .episode a {
    flex: 1 1 150px;
    max-width: 250px;
  }
  .detail .seasonandedipsode .episode a .box img {
    height: 125px;
    filter: brightness(0.5);
  }
  .detail .seasonandedipsode .episode a .box .episodename {
    font-size: 14px;
    font-weight: 500;
  }
  .detail .commentcontent .messagebox .title {
    font-size: 1rem;
  }
  .detail .commentcontent .messagebox textarea {
    height: 150px;
  }
  .detail .commentcontent .messagebox .other {
    display: flex;
    justify-content: space-between;
  }
  .detail .commentcontent .messagebox .other .toggle {
    margin-right: 5px;
  }
  .detail .commentcontent .messagebox .other .toggle .title {
    font-size: 1rem;
  }
  .detail .commentcontent .comments .title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 360px) {
  .detail .seasonandedipsode .episode a {
    flex: 1 1 150px;
    max-width: 300px;
  }
  .detail .seasonandedipsode .episode a .box img {
    height: 125px;
    filter: brightness(0.5);
  }
  .detail .seasonandedipsode .episode a .box .episodename {
    font-size: 14px;
    font-weight: 500;
  }
}/*# sourceMappingURL=detail.css.map */