.bg-gray-800, .navbar-theme-primary:not(.headroom) {
  background-color: #10375E !important;
}

.sidebar .nav-item .nav-link:hover {
  color: #F2F4F6;
  background-color: #164779;
}

.sidebar .nav-item.active > .nav-link {
  color: #F2F4F6;
  background-color: #164779;
}

.btn-gray-800 {
  color: #fff;
  background-color: #10375E;
  border-color: #10375E;
}
.btn-gray-800:hover {
  color: #fff;
  background-color: #091e32 !important;
  border-color: #091e32 !important;
}

.btn-check:checked + .btn-gray-800, .btn-check:active + .btn-gray-800, .btn-gray-800:active, .btn-gray-800.active, .show > .btn-gray-800.dropdown-toggle {
  color: #fff;
  background-color: #091e32 !important;
  border-color: #091e32 !important;
}

.btn-secondary {
  color: #1F2937;
  background-color: #FF4A05;
  border-color: #FF4A05;
}

.sidebar .nav-link .sidebar-icon {
  margin-right: 0.5rem;
  color: #fff !important;
}

.invalid-feedback {
  display: block;
}

.search {
  position: relative;
}

.search input {
  text-indent: 25px;
  border: 2px solid #d6d4d4;
}

.search input:focus {
  box-shadow: none;
  border: 2px solid blue;
}

.search .fa-search {
  position: absolute;
  top: 14px;
  left: 16px;
}
.select2{
    width: 100% !important;
}
.search-area .select2-container--default .select2-selection--single {
  height: 39px;
  border: 2px solid #d6d4d4;
  border-radius: 8px;
}
.search-area .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px;
}
.search-area .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  font-size: 14px;
}
.search-area .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 7px;
  right: 1px;
  width: 20px;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

textarea {
  resize: none;
}

.img-thumbnail {
  height: 300px;
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

img {
  max-width: auto;
}

.movies .card {
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 450px;
  margin: 50px auto;
  background: #2a264f;
  border-radius: 3px;
  box-shadow: 0 0 10px #2a264f;
}
.movies .card .img1 {
  position: absolute;
  top: 0;
  /* left: -8px; */
  width: 95%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  /* background-position: left top; */
  /* margin: 0 auto; */
  transition: all 0.5s ease-in-out;
}
.movies .card .img2 {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background-size: 310px 440px;
  background-position: left bottom;
  transition: all 0.5s ease-in-out;
}
.movies .card .title {
  height: 22%;
  width: 100%;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  color: #FFFC;
  padding: 15px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 -95px 28px -25px #000 inset;
}
.movies .card .text {
  position: absolute;
  bottom: 80px;
  left: 0px;
  height: 120px;
  padding: 15px 10px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: 0 100px;
  opacity: 0;
  transition: all 0.5s ease;
}
.movies .card .catagory {
  position: absolute;
  left: 10px;
  top: 30px;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background: #2a264f;
  color: #fff;
  border-radius: 5px;
  transform: translate(-160px, 0);
  transition: all 0.5s ease;
}
.movies .card .views {
  position: absolute;
  left: 10px;
  top: 70px;
  padding: 3px 10px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background: #8b2463;
  color: #fff;
  border-radius: 5px;
  transform: translate(-160px, 0);
  transition: all 0.5s ease 0.15s;
}
.movies .card:hover .img1 {
  transform: rotate(10deg) scale(1.3) translate(20px, 0);
  transform-origin: 300px 300px;
  opacity: 0.5;
}
.movies .card:hover .img2 {
  transform: rotate(90deg) translate(0px, 150px);
  transform-origin: -20px 200px;
}
.movies .card:hover .text {
  opacity: 0.8;
  transform: rotate(0deg);
}
.movies .card:hover .views,
.movies .card:hover .catagory {
  transform: translate(0);
}

.progress {
  height: 14px;
  margin-bottom: 1rem;
  overflow: hidden;
  background-color: #E5E7EB;
  font-size: 0.75rem;
  font-weight: 500;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
