body {
  background: #1c1d23;
  overflow-x: hidden;
}

i {
  pointer-events: none;
}

.active {
  color: #00a1ed !important;
}

.loader {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #1c1d23;
  z-index: 20;
}

.loader img {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: #262626;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #49474f;
  border-radius: 2rem;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  cursor: pointer !important;
  background: #595959;
}

.overlay {
  position: fixed;
  top: 0;
  left: -0.5%;
  width: 100vw;
  height: 100vh;
  z-index: 15;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

section .card {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 14rem;
}

section .card-container {
  overflow-x: auto;
  margin-bottom: 3rem;
}

section .card-wrapper {
  border-radius: 1rem;
}

section .card-img-top {
  width: 100%;
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}

section .card img {
  border-radius: 1rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

section .card img:hover {
  cursor: pointer;
}

section.navbar {
  background: #1c1d23;
  z-index: 15;
}

section.navbar .logo-img {
  width: 50px;
}

section.navbar .navigations a {
  color: #6c757d;
}

@media (min-width: 992px) {
  section.navbar .input-wrapper {
    width: 25%;
  }
}

section.navbar .input-wrapper .has-search .form-control {
  border: #323339;
  padding: 0.65rem;
  padding-left: 2.375rem !important;
  background: #323339;
  color: #95929d;
  border-radius: 2rem;
}

section.navbar .input-wrapper .has-search .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section.navbar .input-wrapper .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.875rem;
  pointer-events: none;
  color: #555459;
}

section.movie-details-view {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  padding-top: 7.5rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 20;
  overflow-y: auto;
  overflow-x: hidden;
}

section.movie-details-view .get-back-btn {
  position: absolute;
  top: 5%;
  z-index: 10;
}

section.movie-details-view .movie-info .card {
  width: 19rem;
}

section.movie-details-view .movie-info .card-container {
  overflow-x: hidden;
  margin-bottom: 0 !important;
}

section.movie-details-view .movie-info .card-img-top {
  pointer-events: none;
  width: 17rem;
  height: 425px;
  border-radius: 0.25rem;
}

section.movie-details-view .genre-item {
  color: #95929d;
  background: #262626;
  border-radius: 1.2rem;
}

section.movie-details-view .genre-item:first-child {
  margin-left: 0 !important;
}

section.movie-details-view .genre-item:last-child {
  margin-right: 0 !important;
}

section.movie-details-view .movie-title .title-status {
  line-height: 0.5;
}

section.movie-details-view .movie-title .title-status h3 {
  color: whitesmoke;
  letter-spacing: 0.7px;
  word-wrap: break-word;
}

section.movie-details-view .movie-title .contents {
  width: 70vw;
}

section.movie-details-view .movie-title .contents .ratings i {
  font-size: 1.05rem;
}

section.movie-details-view .movie-overview textarea {
  width: 70vw;
  overflow-x: hidden;
  overflow-y: auto;
  color: #828282;
  line-height: 1.7;
  font-size: 1.1rem;
  resize: none;
}

section.movie-details-view .movie-overview textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

section .trailer-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 16;
}

section .trailer-container div.trailer-view {
  position: relative;
  width: 65vw;
  padding-bottom: 56.25%;
  height: 0px;
}

@media (max-width: 576px) {
  section .trailer-container div.trailer-view {
    width: 84vw;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  section .trailer-container div.trailer-view {
    width: 80vw;
  }
}

section .trailer-container div.trailer-view iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section .trailer-container div.trailer-exit {
  position: absolute;
  top: -2%;
  right: -5%;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */