@import url("variables.css");

/* CT : all for change design */
body {
  background-color: #0f1113;
  /* direction:rtl; */
}

#main-content {
  background-color: #0f1113;
}

.navbar-static-top {
  border-width: 0 0 0px;
}

/* CT : header style */
.navbar-full-width {
  position: relative;
  width: 100%;
  padding: 1% 0 1% 0;
  margin-right: 0;
  margin-left: 0;
}

/* CT : end header style */

/* CT : header background */
.navbar-default {
  background-image: linear-gradient(
    to bottom,
    rgb(18 18 18 / 100%),
    rgba(18, 18, 18, 5%)
  );
  background-color: rgba(18, 18, 18, 0);
}

/* CT : end header background */
#primary-bar {
  background-color: #0f0f0f;
  border-bottom: 1px solid #212121;
}

#footer {
  background-color: #1d1d1d;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.61);
}

#copyright {
  background-color: #1d1d1d;
  border-top: 1px solid #1b1b1b;
}

/* CT : change view of dropdown */
.dropdown-menu {
  background: linear-gradient(-135deg, #242424, #090909);
  background: -o-linear-gradient(-135deg, #242424, #090909);
  background: -moz-linear-gradient(-135deg, #242424, #090909);
  background: -webkit-linear-gradient(-135deg, #242424, #090909);
  border-radius: 16px;
  overflow: hidden;
}

/* CT : End change view of dropdown */
.search-box {
  background-color: #232323;
  color: #6d6d6d;
}

.form-control {
  background-color: #171717;
  border-color: transparent;
  color: #fff;
  border-radius: 10px;
  padding: 0px 8px;
}

.form-control:focus {
  border-color: #fdd922;
  outline: 0;
  box-shadow: none;
  background-color: #232323;
}

input:focus {
  background-color: #232323;
}

/* CT : Removed css codes that was here
 .dropdown-menu > li > a {
  color: #fdd922;
}
.dropdown-menu > li > a:hover {
  color: #000;
  background-color: #fdd922;
} 
CT : End removed css codes that was here */
.profiles-wrap .pp-main {
  background: linear-gradient(to bottom left, #242424, #090909);
  background: -o-linear-gradient(to bottom left, #242424, #090909);
  background: -moz-linear-gradient(to bottom left, #242424, #090909);
  background: -webkit-linear-gradient(to bottom left, #242424, #090909);
  border-radius: 32px;
  overflow: hidden;
  margin: 4px 0px;
}

.profiles-wrap {
  background: transparent;
}

.sidebar .sidebar-menu {
  background: linear-gradient(to bottom left, #242424, #090909);
  background: -o-linear-gradient(to bottom left, #242424, #090909);
  background: -moz-linear-gradient(to bottom left, #242424, #090909);
  background: -webkit-linear-gradient(to bottom left, #242424, #090909);
  border-radius: 32px;
  overflow: hidden;
  margin: 4px;
}

.sidebar .sidebar-menu ul li.active {
  background: linear-gradient(to left, #313131, #121212);
  background: -o-linear-gradient(to left, #313131, #121212);
  background: -moz-linear-gradient(to left, #313131, #121212);
  background: -webkit-linear-gradient(to left, #313131, #121212);
  color: #fdd922;
}

.sidebar .sidebar-menu ul li.active a {
  color: #fdd922;
}

.sidebar .sidebar-menu ul li:hover {
  background: linear-gradient(to left, #313131, #121212);
  background: -o-linear-gradient(to left, #313131, #121212);
  background: -moz-linear-gradient(to left, #313131, #121212);
  background: -webkit-linear-gradient(to left, #313131, #121212);
  color: #fdd922;
}

.sidebar .sidebar-menu ul li a:hover {
  color: #fdd922;
}

.sidebar .sidebar-menu ul li {
  background: transparent;
  color: white;
}

.sidebar .sidebar-menu ul li a {
  color: white;
}

.table-striped > tbody > tr {
  background-color: transparent;
  padding: 8px 0px;
}

.table-striped > tbody > tr > div,
.table-striped > tbody > tr:nth-of-type(odd) > div {
  background-color: #171717;
  border-radius: 16px;
  overflow: hidden;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
  padding: 8px 0px;
}

.btn-default {
  color: #fff;
  background-color: #34343400;
  border-color: #34343400;
  border-radius: var(--btn-border-radius);
}

.btn-default:hover {
  color: #9a9a9a;
  background-color: #343434;
  border-color: #343434;
}

#contact-form .form-control {
  border-radius: 8px;
  background-color: #212529;
  border-width: 0px;
}

#contact-form .form-control::placeholder {
  color: #585858;
  font-size: 14px;
}

#myFooter {
  background-color: #232323;
}

#myFooter .footer-copyright {
  background-color: #151414;
}

#title-bar {
  border-bottom: 1px solid transparent;
}

.sidebar .most-liked .media,
.latest-post .media {
  border-bottom: 1px solid #1d1d1d;
}

.disable-bottom-line {
  /* background-color: transparent; */
  background-color: #1d1d1d;
  z-index: 1;
}

.ui-autocomplete {
  background: #131313;
  border: 1px solid #000;
}

.list_item_container:hover {
  background-color: #000;
}

.ui-menu-item {
  border-bottom: 1px solid #000;
}

.ui-menu-item:hover {
  background-color: #000;
  color: #fff;
}

.ui-widget.ui-widget-content {
  border: 1px solid #000;
  background: #121212;
}

.table > tbody > tr > td {
  border-top: transparent;
}

.user-content .uct-info .block {
  border-bottom: 1px solid #292828;
  color: white;
}

.form-horizontal .form-group label {
  color: #fff;
}

.alert-danger {
  color: #ff0000;
  background-color: #313030;
  border: none;
  border-left: 2px solid;
  text-align: right;
}

.alert-success {
  color: green;
  background-color: #313030;
  border: none;
  border-left: 2px solid;
}

.pagination {
  border-top: 1px solid #353030;
}

.modal-body {
  background-color: #2b2b2b;
  color: #d4d4d4;
}

.modal-footer {
  background-color: #484848;
  border-top: 1px solid #5d5b5b;
}

legend {
  color: #a7a7a7;
  border-bottom: 1px solid #424040;
}

.modal-body .form-control {
  background-color: #2b2b2b;
  border-color: #424040;
}

.profiles-wrap .sidebar .sb-title {
  background: #fdd922;
  border-right: 1px solid #4c4a4a;
  direction: rtl;
  color: #000;
}

.profiles-wrap .pp-main .ppm-head .ppmh-title {
  background: #fdd922;
  color: #000;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #2b2b2b;
  border-color: transparent;
  color: #6d6d6d;
  border-radius: 10px;
}

/* CT : Start drop down menu style */
.dropdown-menu > li > a {
  color: #eeeeee;
}

.dropdown-menu > li > a:hover {
  color: #fdd922;
  background-color: #202020;
  margin: 0 8px 0 8px;
  border-radius: 23px;
}

/* CT : End drop down menu style */

.year-tag {
  height: 40px;
  width: 70px;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  text-align: center;
  padding: 0 8px 0 8px;
}

.year-tag > a {
  color: #000;
}

.year-tag > a:hover {
  color: #000;
}

.home-section {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: var(--background-dark-gray-color);
  margin-right: var(--spacing-sm);
  margin-top: var(--spacing-sm);
  padding: 16px 0px 16px 16px;
}

.movies-list-wrap .ml-title span.title:before {
  background-color: transparent;
  font-weight: normal;
}

.img-film-avatar {
  width: 30px;
  height: 30px;
  object-fit: fill;
  margin: 8px;
}

.latest-movie-img-container {
  border-radius: var(--card-border-radius);
  border-width: var(--spacing-xs);
  border-style: solid;
  border-color: #000;
  margin-bottom: 40px;
  -webkit-border-radius: var(--card-border-radius);
  -moz-border-radius: var(--card-border-radius);
  -ms-border-radius: var(--card-border-radius);
  -o-border-radius: var(--card-border-radius);
}

.latest-movie-new-mode {
  padding-top: 75%;
  margin: 4px;
  border-radius: var(--card-border-radius);
  -webkit-border-radius: var(--card-border-radius);
  -moz-border-radius: var(--card-border-radius);
  -ms-border-radius: var(--card-border-radius);
  -o-border-radius: var(--card-border-radius);
}

.latest-movie-new-mode:hover {
  background: linear-gradient(to bottom, #fd3260, #fdd822);
  background: -o-linear-gradient(to bottom, #fd3260, #fdd822);
  background: -moz-linear-gradient(to bottom, #fd3260, #fdd822);
  background: -webkit-linear-gradient(to bottom, #fd3260, #fdd822);
}

.latest-movie-new-mode > .movie-img {
  overflow: hidden;
  border-radius: var(--card-border-radius);
  -webkit-border-radius: var(--card-border-radius);
  -moz-border-radius: var(--card-border-radius);
  -ms-border-radius: var(--card-border-radius);
  -o-border-radius: var(--card-border-radius);
}

.latest-movie-new-mode > .movie-img > img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: var(--card-border-radius);
  -webkit-border-radius: var(--card-border-radius);
  -moz-border-radius: var(--card-border-radius);
  -ms-border-radius: var(--card-border-radius);
  -o-border-radius: var(--card-border-radius);
}

.latest-movie-new-mode:hover > .movie-img > img {
  padding: 4px 4px 0px 4px;
  height: 80%;
  border-radius: var(--card-border-radius);
  -webkit-border-radius: var(--card-border-radius);
  -moz-border-radius: var(--card-border-radius);
  -ms-border-radius: var(--card-border-radius);
  -o-border-radius: var(--card-border-radius);
  overflow: hidden;
}

.latest-movie-new-mode:hover > .movie-img > .movie-title > h3 > a {
  color: #000;
  text-shadow: none;
  box-shadow: none;
}

.latest-movie-new-mode > .movie-img > .movie-title {
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  top: unset;
}

.latest-movie-new-mode:hover > .movie-img > .movie-title {
  background: none;
}

.movie-title h3 {
  text-align: right;
  margin: 0px 8px 0px 8px;
  direction: rtl;
}

.sendus div span {
  border-radius: 10px;
  color: #fdd922;
  text-align: center;
  padding: 10px;
}

.movie-banner-container {
  position: relative;
  width: 100%;
  min-height: 600px;
  background-color: #0f1113;
}

.banner-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.banner-ratio-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(15, 17, 19, 0.2),
    rgba(15, 17, 19, 0.95) 80%
  );
}

.movie-details-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  z-index: 2;
}

.movie-header {
  margin-bottom: 40px;
}

.movie-title-wrapper {
  margin-bottom: 30px;
}

.movie-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.movie-meta {
  margin-bottom: 30px;
}

.movie-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.movie-info-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.movie-info-list li:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.movie-info-list li i {
  color: #fdd922;
  font-size: 1.1rem;
}

.movie-info-list li img {
  height: 18px;
  width: auto;
}

.movie-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.action-buttons-left {
  display: flex;
  gap: 20px;
}

.btn-primary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: linear-gradient(45deg, #fdd922, #fd3260);
  border: none;
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(253, 217, 34, 0.2);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(253, 217, 34, 0.3);
}

.btn-secondary {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
}

.action-buttons-right {
  display: flex;
  gap: 15px;
}

.btn-action {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #fff;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.btn-action:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
}

.movie-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.movie-main-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.movie-description {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.movie-info-wrapper {
  margin: 30px 0;
  padding: 25px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.03);
}

.movie-info-wrapper .movie-meta {
  margin-bottom: 25px;
}

.movie-info-wrapper .movie-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.movie-info-wrapper .movie-info-list li {
  flex: 1;
  min-width: 120px;
  max-width: 200px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.movie-info-wrapper .movie-info-list li:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.movie-info-wrapper .movie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.movie-info-wrapper .action-buttons-left {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.movie-info-wrapper .action-buttons-right {
  display: flex;
  gap: 12px;
}

@media (max-width: 768px) {
  .movie-info-wrapper {
    padding: 20px;
  }

  .movie-info-wrapper .movie-info-list {
    gap: 10px;
  }

  .movie-info-wrapper .movie-info-list li {
    min-width: calc(50% - 10px);
    padding: 10px 15px;
  }

  .movie-info-wrapper .movie-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .movie-info-wrapper .action-buttons-left {
    width: 100%;
  }

  .movie-info-wrapper .btn-primary,
  .movie-info-wrapper .btn-secondary {
    flex: 1;
    /* min-width: 0; */
  }

  .movie-info-wrapper .action-buttons-right {
    justify-content: center;
    margin-top: 15px;
  }
}

@media (max-480px) {
  .movie-info-wrapper .movie-info-list li {
    min-width: 100%;
  }
}

.section-title {
  font-size: 1.8rem;
  color: #fdd922;
  margin-bottom: 20px;
  font-weight: 600;
}

.description-text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.age-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  background: rgba(253, 217, 34, 0.1);
  padding: 10px 20px;
  border-radius: 20px;
  width: fit-content;
}

.age-rating i {
  color: #fdd922;
  font-size: 1.2rem;
}

.movie-cast-crew {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cast-item {
  margin-bottom: 25px;
}

.cast-item:last-child {
  margin-bottom: 0;
}

.role {
  display: block;
  color: #fdd922;
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: 500;
}

.cast-names {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cast-name {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.95rem;
}

.cast-name:hover {
  background: rgba(253, 217, 34, 0.1);
  color: #fdd922;
  transform: translateY(-2px);
}

.movie-genres {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.genres-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.genre-link {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.genre-link:hover {
  background: #fdd922;
  color: #000;
  transform: translateY(-2px);
}

.movie-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.movie-share-rate {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.share-label,
.rate-label {
  color: #fdd922;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.share-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-share {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-share:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-share i {
  font-size: 1.2rem;
}

.rating-stars {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rating-stars input[type="radio"] {
  display: none;
}

.rating-stars label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.rating-stars label:hover {
  background: rgba(253, 217, 34, 0.1);
  color: #fdd922;
  transform: translateX(5px);
}

.rating-stars input[type="radio"]:checked + label {
  background: rgba(253, 217, 34, 0.1);
  color: #fdd922;
}

.rating-count {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  margin-top: 15px;
  text-align: center;
}

.movie-tags {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-link {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.tag-link:hover {
  background: #fdd922;
  color: #000;
  transform: translateY(-2px);
}

.download-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: rgba(253, 50, 96, 0.1);
  border: 1px solid rgba(253, 50, 96, 0.2);
  border-radius: 12px;
  color: #fd3260;
  margin-bottom: 30px;
}

.download-alert i {
  font-size: 1.4rem;
}

.seasons-title {
  font-size: 1.8rem;
  color: #fdd922;
  margin-bottom: 20px;
  font-weight: 600;
}

.related-movies-section {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.02);
}

.comments-section {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .movie-banner-container {
    height: auto;
    min-height: 400px;
  }

  .movie-title {
    font-size: 2.5rem;
  }

  .movie-actions {
    flex-direction: column;
    gap: 20px;
  }

  .action-buttons-left {
    width: 100%;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .action-buttons-right {
    width: 100%;
    justify-content: center;
  }

  .movie-info-list {
    justify-content: center;
  }

  .movie-info-list li {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}

.banner-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease;
}

.banner-ratio-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(15, 17, 19, 0.2),
    rgba(15, 17, 19, 0.95) 80%
  );
}

.movie-details-container {
  position: relative;
  max-width: none;
  margin: 0 auto;
  padding: 40px 20px;
  z-index: 2;
  width: 100%;
}

.movie-header {
  margin-bottom: 40px;
}

.movie-title-wrapper {
  margin-bottom: 30px;
}

.movie-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.movie-meta {
  margin-bottom: 30px;
}

.movie-info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.movie-info-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.movie-info-list li:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.movie-info-list li i {
  color: #fdd922;
  font-size: 1.1rem;
}

.movie-info-list li img {
  height: 18px;
  width: auto;
}

.movie-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.action-buttons-left {
  display: flex;
  gap: 20px;
}

.btn-primary {
  /* display: flex; */
  display: inline-block;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  background: linear-gradient(45deg, #fdd922, #fd3260);
  border: none;
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(253, 217, 34, 0.2);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(253, 217, 34, 0.3);
}

.btn-secondary {
  /* display: flex; */
  display: inline-block;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
}

.action-buttons-right {
  display: flex;
  gap: 15px;
}

.btn-action {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #fff;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.btn-action:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
}

.movie-content {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.movie-main-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.movie-description {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.section-title {
  font-size: 1.8rem;
  color: #fdd922;
  margin-bottom: 20px;
  font-weight: 600;
}

.description-text {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 1.1rem;
}

.age-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  background: rgba(253, 217, 34, 0.1);
  padding: 10px 20px;
  border-radius: 20px;
  width: fit-content;
}

.age-rating i {
  color: #fdd922;
  font-size: 1.2rem;
}

.movie-cast-crew {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.cast-item {
  margin-bottom: 25px;
}

.cast-item:last-child {
  margin-bottom: 0;
}

.role {
  display: block;
  color: #fdd922;
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: 500;
}

.cast-names {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cast-name {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.95rem;
}

.cast-name:hover {
  background: rgba(253, 217, 34, 0.1);
  color: #fdd922;
  transform: translateY(-2px);
}

.movie-genres {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.genres-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.genre-link {
  display: inline-block;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.genre-link:hover {
  background: #fdd922;
  color: #000;
  transform: translateY(-2px);
}

.movie-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.movie-share-rate {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.share-label,
.rate-label {
  color: #fdd922;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 600;
}

.share-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn-share {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-share:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
}

.btn-share i {
  font-size: 1.2rem;
}

.rating-stars {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rating-stars input[type="radio"] {
  display: none;
}

.rating-stars label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.rating-stars label:hover {
  background: rgba(253, 217, 34, 0.1);
  color: #fdd922;
  transform: translateX(5px);
}

.rating-stars input[type="radio"]:checked + label {
  background: rgba(253, 217, 34, 0.1);
  color: #fdd922;
}

.rating-count {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  margin-top: 15px;
  text-align: center;
}

.movie-tags {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-link {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.tag-link:hover {
  background: #fdd922;
  color: #000;
  transform: translateY(-2px);
}

.download-alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  background: rgba(253, 50, 96, 0.1);
  border: 1px solid rgba(253, 50, 96, 0.2);
  border-radius: 12px;
  color: #fd3260;
  margin-bottom: 30px;
}

.download-alert i {
  font-size: 1.4rem;
}

.seasons-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.season-content {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.tab-content {
  /* background: rgba(255, 255, 255, 0.02); */
  /* padding: 25px; */
  border-radius: 12px;
  /* border: 1px solid rgba(255, 255, 255, 0.03); */
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.episode-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  /* background: rgba(255, 255, 255, 0.03); */
  border-radius: 16px;
  /* border: 1px solid rgba(255, 255, 255, 0.05); */
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.seasons-title {
  font-size: 2rem;
  color: #fdd922;
  margin-bottom: 30px;
  font-weight: 600;
}

.related-movies-section {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.02);
}

.comments-section {
  padding: 60px 0;
}

@media (max-width: 1024px) {
  .movie-content {
    grid-template-columns: 1fr;
  }

  .movie-sidebar {
    order: 1;
  }

  .movie-share-rate {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .season-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .share-section,
  .rate-section {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }

  .share-label,
  .rate-label {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }

  .share-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }

  .btn-share {
    flex: 1;
    min-width: 120px;
    padding: 10px 15px;
    font-size: 0.9rem;
    justify-content: center;
  }

  .rating-stars {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .rating-stars label {
    flex: 1;
    min-width: 100px;
    padding: 8px;
    font-size: 0.9rem;
    justify-content: center;
  }

  .rating-count {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .movie-actions {
    margin-top: 30px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.05);
  }

  .action-buttons-left {
    gap: 15px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 6px 12px;
    font-size: 1rem;
  }

  .action-buttons-right {
    gap: 12px;
  }

  .btn-action {
    width: 42px;
    height: 42px;
    font-size: 1.2rem;
  }
}

@media (max-width: 768px) {
  .movie-banner-container {
    height: auto;
    min-height: 400px;
  }

  .movie-title {
    font-size: 2.5rem;
  }

  .movie-actions {
    flex-direction: column;
    gap: 20px;
  }

  .action-buttons-left {
    width: 100%;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .action-buttons-right {
    width: 100%;
    justify-content: center;
  }

  .movie-info-list {
    justify-content: center;
  }

  .movie-info-list li {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}

.movie-banner-shadow {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.movie-details-container-mobile {
  display: none;
  float: right;
  text-align: right;
  margin-top: -85px;
  /* padding: 5% 10% 0 10%; */
  background: linear-gradient(
    to top,
    rgba(15, 17, 19, 0.95),
    rgba(0, 0, 0, 0.4) 80%
  );
  background: -o-linear-gradient(
    to top,
    rgba(15, 17, 19, 0.95),
    rgba(0, 0, 0, 0.4) 80%
  );

  background: -moz-linear-gradient(
    to top,
    rgba(15, 17, 19, 0.95),
    rgba(0, 0, 0, 0.4) 80%
  );

  background: -webkit-linear-gradient(
    to top,
    rgba(15, 17, 19, 0.95),
    rgba(0, 0, 0, 0.4) 80%
  );
}

.movie-details-container,
.blog-details-container {
  height: 100%;
  float: right;
  text-align: right;
  /* padding: 5% 10% 0 10%; */
  background: linear-gradient(
    to left,
    rgba(15, 17, 19, 0.95),
    rgba(0, 0, 0, 0) 80%
  );
  background: -o-linear-gradient(
    to left,
    rgba(15, 17, 19, 0.95),
    rgba(0, 0, 0, 0) 80%
  );

  background: -moz-linear-gradient(
    to left,
    rgba(15, 17, 19, 0.95),
    rgba(0, 0, 0, 0) 80%
  );

  background: -webkit-linear-gradient(
    to left,
    rgba(15, 17, 19, 0.95),
    rgba(0, 0, 0, 0) 80%
  );
}

.movie-details-container > h3,
.blog-details-container > h3 {
  color: #fdd922;
}

.movie-details-container-mobile > h3 {
  color: #fdd922;
}

.movie-details-container > h4,
.blog-details-container > h4 {
  color: #fdd922;
  margin: 20px 0px;
}

.movie-details-container-mobile > h4 {
  color: #fdd922;
  margin: 20px 0px;
}

.movie-details-container > p,
.blog-details-container > p {
  text-align: justify;
}

.movie-details-container-mobile > p {
  text-align: justify;
}

.movie-details-container > hr,
.blog-details-container > hr {
  border-color: rgb(42, 42, 42);
}

.movie-details-container-mobile > hr {
  border-color: rgb(42, 42, 42);
}

.text-disable {
  color: #858585;
  font-size: 14px;
}

.movie-info-list {
  display: grid;
  display: -moz-grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  width: 100%;
}

.btn-light {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: var(--btn-border-radius);
  color: white;
}

.btn-light:hover {
  color: #000;
  background-color: #fdd922;
}

.movie-info-list > li {
  justify-content: center;
  display: flex;
  flex-direction: row;
}

.login-box {
  min-height: 100vh;
  padding: var(--spacing-lg) var(--spacing-md);
  background: linear-gradient(
    135deg,
    rgba(15, 17, 19, 0.98),
    rgba(15, 17, 19, 0.95)
  );
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/pattern.png") repeat;
  opacity: 0.03;
  pointer-events: none;
}

.login-box > .container {
  width: 50%;
  min-height: 40%;
  padding: var(--spacing-lg) var(--spacing-md);
  background-repeat: repeat-x;
  background-size: cover;
  border-radius: 32px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .login-box > .container {
    width: 80%;
  }
}

.nav-tabs {
  border-color: transparent;
}

.nav-tabs > li {
  float: right;
  min-width: 100px;
}

.nav-tabs > li > a,
.nav-tabs > li > button {
  margin: 8px;
  line-height: 1.42857143;
  border: transparent;
  border-radius: 12px;
  background-color: #1c1e20;
  color: white !important;
  text-align: center;
}

.nav-tabs > li > button {
  padding: 10px 30px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > button:hover {
  background-color: #fdd922;
  color: #000 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > button,
.nav-tabs > li.active > button:focus,
.nav-tabs > li.active > button:hover {
  color: #000 !important;
  background-color: #fdd922;
  cursor: default;
  border-color: transparent;
}

.thumbnail-bg:hover {
  background: linear-gradient(to bottom, #fd3260, #fdd822);
  border-radius: 16px;
  padding: 4px;
}

.ep-thumbnail-bg:hover {
  padding: 0px;
}

.thumbnail-caption:hover {
  color: #000 im !important;
}

.text-gold {
  color: #fdd922;
}

.linear-cell {
  background-color: #171717;
  border-radius: 16px;
  padding: 8px;
  margin: 38px 0px;
}

.linear-cell div a img {
  height: 190px;
  width: 120px;
  object-fit: cover;
  -o-object-fit: cover;
  position: absolute;
  top: -30px;
  left: 8px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .linear-cell-thumb {
    display: flex;
    justify-content: center;
  }

  .linear-cell div a img {
    position: unset;
    margin-top: -30px;
  }

  .linear-cell div p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
}

.search-bar {
  background-color: #16181a;
  padding: 30px;
  border-radius: 30px;
}

.search-input {
  height: 40px;
  border-width: 0.1px;
  width: 100% !important;
  background-color: #0f1113;
  margin-left: 0px;
  border-radius: 30px !important;
  margin-bottom: 16px;
}

/* CT : End all for change design */

@media screen and (max-width: 768px) {
  #footer {
    padding: 20px 0;
  }

  #footer .container {
    padding: 0 15px;
  }

  #footer .row {
    margin: 0;
  }

  #footer .col-md-3,
  #footer .col-md-9,
  #footer .col-md-12 {
    padding: 0;
    margin-bottom: 20px;
  }

  #footer .bottom-post {
    text-align: center;
    margin-bottom: 20px;
  }

  #footer .footer-about {
    text-align: center;
  }

  #footer .movie-heading {
    text-align: center;
    margin-bottom: 15px;
  }

  #footer .movie-heading span {
    font-size: 18px;
  }

  #footer .disable-bottom-line {
    margin: 10px auto;
  }

  #footer img {
    max-width: 100%;
    height: auto;
    margin: 10px auto;
    display: block;
  }

  #footer a {
    display: inline-block;
    margin: 5px;
  }

  /* Footer menu styles */
  ul.footer-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  ul.footer-list li {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }

  ul.footer-list li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  ul.footer-list li a:hover {
    background-color: var(--primary-color);
    color: #000;
  }

  ul.footer-list li a i {
    font-size: 16px;
  }

  /* Mobile dropdown menu fixes */
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    height: 100vh;
    background: linear-gradient(-135deg, #242424, #090909);
    padding: 20px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
  }

  .navbar-collapse.show {
    transform: translateX(0);
  }

  .navbar-collapse .navbar-nav {
    width: 100%;
    margin-top: 60px;
  }

  .navbar-collapse .nav-item {
    width: 100%;
    margin: 10px 0;
  }

  .navbar-collapse .nav-link {
    padding: 12px 15px;
    color: #fff;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .navbar-collapse .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    margin-top: 10px;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .navbar-collapse .dropdown-item {
    padding: 10px 25px;
    color: #fff;
    border-radius: 8px;
  }

  .navbar-collapse .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  /* Close button for mobile menu */
  .navbar-toggler {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1001;
    padding: 10px;
    border: none;
    background: transparent;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  /* Overlay when menu is open */
  .navbar-collapse::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .navbar-collapse.show::before {
    opacity: 1;
  }

  /* Login and Registration Page Styles */
  .login-box > .container {
    width: 100%;
    padding: var(--spacing-lg) var(--spacing-md);
    margin: var(--spacing-sm) auto;
  }

  .login-box .card {
    border-radius: var(--card-border-radius);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: var(--card-border-radius);
    -moz-border-radius: var(--card-border-radius);
    -ms-border-radius: var(--card-border-radius);
    -o-border-radius: var(--card-border-radius);
  }

  .login-box .card-header {
    padding: var(--spacing-md);
    border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
    -webkit-border-radius: var(--card-border-radius) var(--card-border-radius) 0
      0;
    -moz-border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
    -ms-border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
    -o-border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
  }

  .login-box .card-body {
    padding: var(--spacing-lg) var(--spacing-md);
  }

  .login-box .form-group {
    margin-bottom: var(--spacing-md);
  }

  .login-box .form-control {
    height: 45px;
    font-size: 14px;
    padding: var(--spacing-sm) var(--spacing-md);
    border-radius: var(--btn-border-radius);
    -webkit-border-radius: var(--btn-border-radius);
    -moz-border-radius: var(--btn-border-radius);
    -ms-border-radius: var(--btn-border-radius);
    -o-border-radius: var(--btn-border-radius);
  }

  .login-box .btn {
    width: 100%;
    height: 45px;
    font-size: var(--font-size-large);
    margin-top: var(--spacing-sm);
    border-radius: var(--btn-border-radius);
    -webkit-border-radius: var(--btn-border-radius);
    -moz-border-radius: var(--btn-border-radius);
    -ms-border-radius: var(--btn-border-radius);
    -o-border-radius: var(--btn-border-radius);
  }

  .login-box .social-login {
    margin-top: var(--spacing-lg);
  }

  .login-box .social-login .btn {
    margin: var(--spacing-xs) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .login-box .social-login .btn i {
    font-size: var(--font-size-xlarge);
  }

  .login-box .form-check {
    margin: var(--spacing-md) 0;
  }

  .login-box .form-check-label {
    font-size: var(--font-size-base);
  }

  .login-box .forgot-password {
    font-size: var(--font-size-base);
    margin-top: var(--spacing-sm);
    display: block;
    text-align: center;
  }

  .login-box .register-link {
    text-align: center;
    margin-top: var(--spacing-lg);
    font-size: var(--font-size-base);
  }

  .login-box .register-link a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
  }

  .login-box .register-link a:hover {
    text-decoration: underline;
  }

  /* Form validation styles */
  .login-box .form-control.error {
    border-color: #dc3545;
    padding-right: var(--spacing-xl);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 12px;
  }

  .login-box .error-message {
    color: #dc3545;
    font-size: var(--font-size-small);
    margin-top: var(--spacing-xs);
    display: block;
  }

  /* Loading state */
  .login-box .btn.loading {
    position: relative;
    color: transparent;
  }

  .login-box .btn.loading::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: button-loading-spinner 0.6s linear infinite;
  }

  @keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }
    to {
      transform: rotate(1turn);
    }
  }
}

/* Login and Registration Page Styles for Tablet and Larger Screens */
@media screen and (min-width: 769px) {
  .login-box > .container {
    width: 100%;
    max-width: 400px;
    margin: 0;
    position: relative;
    z-index: 1;
  }

  .login-box .card {
    width: 100%;
    background: rgba(23, 23, 23, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }

  .login-box .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    border-color: rgba(253, 217, 34, 0.2);
  }

  .login-box .card-header {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 16px 16px 0 0;
    position: relative;
  }

  .login-box .card-header::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #fdd922, #fd3260);
    border-radius: 2px;
  }

  .login-box .card-header h3 {
    font-size: 20px;
    color: #fdd922;
    margin: 0;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
  }

  .login-box .card-body {
    padding: 25px;
  }

  .login-box .form-group {
    margin-bottom: 15px;
    position: relative;
  }

  .login-box .form-control {
    height: 45px;
    font-size: 14px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s ease;
  }

  .login-box .form-control:focus {
    background: rgba(255, 255, 255, 0.05);
    border-color: #fdd922;
    box-shadow: 0 0 0 3px rgba(253, 217, 34, 0.1);
  }

  .login-box .form-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
  }

  .login-box .btn {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  .login-box .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.2),
      transparent
    );
    transition: 0.5s;
  }

  .login-box .btn:hover::before {
    left: 100%;
  }

  .login-box .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(253, 217, 34, 0.3);
  }

  .login-box .social-login {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .login-box .social-login .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 13px;
  }

  .login-box .social-login .btn:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
    border-color: rgba(253, 217, 34, 0.3);
  }

  .login-box .social-login .btn i {
    font-size: 16px;
  }

  .login-box .form-check {
    margin: 12px 0;
  }

  .login-box .form-check-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
  }

  .login-box .forgot-password {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 5px;
  }

  .login-box .forgot-password:hover {
    color: #fdd922;
    transform: translateX(2px);
  }

  .login-box .register-link {
    margin-top: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .login-box .register-link a {
    color: #fdd922;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
  }

  .login-box .register-link a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fdd922;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }

  .login-box .register-link a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }

  .login-box .register-link a:hover {
    color: #fd3260;
  }

  /* Form validation styles */
  .login-box .form-control.error {
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 16px 12px;
  }

  .login-box .error-message {
    color: #dc3545;
    font-size: 11px;
    margin-top: 4px;
    display: block;
    padding-left: 5px;
  }

  /* Loading state */
  .login-box .btn.loading {
    position: relative;
    color: transparent;
  }

  .login-box .btn.loading::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: button-loading-spinner 0.6s linear infinite;
  }

  @keyframes button-loading-spinner {
    from {
      transform: rotate(0turn);
    }
    to {
      transform: rotate(1turn);
    }
  }
}
