.number_container {
  position: absolute;
  right: 3%;
  top: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #0e66ae;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 1.2rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #b21e2a;
  background-color: unset;
  font-weight: 600;
}

.nav-pills .nav-link {
  color: #818181;
  font-size: 18px;
}

.play_btn {
  position: absolute;
  top: 30%;
  left: 40%;
  color: #ffffff;
}

/* Custom Swiper Navigation Styles */
.swiper-container-wrapper {
  position: relative;
}

/* Hide default swiper navigation */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  display: none !important;
}

/* Custom Navigation Container */
.custom-swiper-controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.custom-bullet.active {
  background: #dc3545;
  transform: scale(1.2);
}

.custom-bullet:hover {
  background: #dc3545;
  transform: scale(1.1);
}

/* Custom Navigation Buttons */
.custom-nav-buttons {
  display: flex;
  gap: 8px;
}

.custom-nav-btn {
  width: 32px;
  height: 32px;
  background: #e9ecef;
  border: none;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #6c757d;
  font-size: 14px;
}

.custom-nav-btn:hover {
  background: #427dc3;
  color: white;
}

.custom-nav-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

@media only screen and (max-width: 1200px) {
  .play_btn {
    position: absolute;
    top: 30%;
    left: 35%;
  }
}

@media only screen and (max-width: 991px) {
  .play_btn {
    position: absolute;
    top: 30%;
    left: 32%;
  }
}

@media only screen and (max-width: 768px) {
  .play_btn {
    position: absolute;
    top: 30%;
    left: 30%;
  }
}

@media only screen and (max-width: 575px) {
  .play_btn {
    position: absolute;
    top: 30%;
    left: 40%;
    font-size: 60px;
  }
}


ul.breadcrumb {
  padding: 0 0 10px 0;
  list-style: none;
  background-color: unset;
  margin-bottom: 0;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: #fff;
  content: ">\00a0";
}

ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  text-decoration: underline;
}

span.km_breadcrumb {
  list-style: none;
  background-color: unset;
  margin-bottom: 0;
}

span.km_breadcrumb span+span:before {
  padding: 8px;
  color: #949494;
  content: ">";
}

span.km_breadcrumb span a {
  color:
      <?= $this->auth->get_theme_by_name('titleColor') ?>
  ;
  text-decoration: none;
}

/* Add a color on mouse-over */
span.km_breadcrumb span a:hover {
  text-decoration: underline;
}

.slick-prev {
  top: 47%;
  left: -50px;
}

.slick-next {
  top: 47%;
}

.a-category {
  color: #000;
  text-decoration: none;
}

.cat-slider a:hover {
  color: #000;
  text-decoration: none;
}

.cat-slider a:focus {
  outline: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.text_category::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.text_category {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.dropdown a {
  color: #000;
}

.dropdown a:hover {
  color: #000;
  text-decoration: none;
}

.dropdown a:focus {
  outline: none;
}

.multi-column-dropdown li {
  padding: 8px 5px;
  list-style: none;
}

.multi-column-dropdown li:hover {
  background-color: #E0F1FF;
}

.multi-column-dropdown li.active {
  background-color: #E0F1FF;
}

/* width */
.dropdown-menu::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.dropdown-menu::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

/* Handle on hover */
.dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1;
}

ul#subcat_list li {
  display: inline-block;
  width: 85%;
}

.more-list {
  float: right;
  padding: 8px 9px;
  cursor: pointer;
}

.more-list:hover {
  background-color: #E0F1FF;
}

.back-list {
  float: left;
  cursor: pointer;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-append {
  margin-left: -20px !important;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.input-group {
  border-collapse: separate;
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

/*.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {*/
/*    border-top-left-radius: 0;*/
/*    border-bottom-left-radius: 0;*/
/*}*/

.input-group>.form-control {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-search::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c1c1c1;
  opacity: 1;
  /* Firefox */
}

.input-search:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c1c1c1;
}

.input-search::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c1c1c1;
}

#kms_nav>li>a {
  background-color: #d6d3d3;
  border-color: unset;
}

#kms_nav>li>a:hover {
  text-decoration: none;
  background-color: #d6d3d3;
  border-color: unset;
}

#kms_nav>li>a {
  color: white;
  border-color: unset;
}

#kms_nav>li.active>a {
  color:
      <?= $this->auth->get_theme_by_name('titleColor') ?>
  ;
  background-color: #fafafa;
  border-color: unset;
}

.nav-tabs .nav-link.active {
  border: none;
  color:
      <?= $this->auth->get_theme_by_name('titleColor') ?>
  ;
  border-radius: unset;
  padding: 15px 20px;
}

.nav-tabs .nav-link {
  border: none;
  background-color: #D6D3D3;
  color: #ffffff;
  border-radius: unset;
  padding: 15px 20px;
}

#summary_nav>li {
  width: 33.33%;
}

#summary_nav>li>a {
  background-color: #d6d3d3;
  border-color: unset;
}

#summary_nav>li>a:hover {
  text-decoration: none;
  background-color: #d6d3d3;
  border-color: unset;
}

#summary_nav>li>a {
  color: white;
  border-color: unset;
}

#summary_nav>li.active>a {
  color:
      <?= $this->auth->get_theme_by_name('titleColor') ?>
  ;
  background-color: #fafafa;
  border-color: unset;
}

.img_bg {
  height: 200px;
  background-size: cover;
}

.default_bg {
  background-color: #DCDCDC;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.km_blog {
  background-color: white;
  padding: 0px;
  margin: 10px;
  box-shadow: 1px 5px 6px #c4c4c4;
}

.km_blog_summary {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 1px 5px 6px #c4c4c4;
}

.kms-img {
  width: 100%;
  height : 150px;
}

@media only screen and (max-width: 991px) {
  .desktop {
      display: none;
  }

  .mobile {
      display: block;
  }
}

.tag_btn {
  background-color: #e4e8ea;
  color: black;
}

.tag_btn:hover {
  background-color:
      <?= $this->auth->get_theme_by_name('titleColor') ?>
  ;
  color: white;
}

.kms_dropdown>li {
  padding: 5px 10px;
  width: 220px;
}

.kms_dropdown>li:hover {
  background-color: #E0F1FF;
}

.play_btn {
  position: absolute;
  top: 30%;
  left: 40%;
  color: #FFFFFF;
}

@media only screen and (max-width: 1200px) {
  .play_btn {
      position: absolute;
      top: 30%;
      left: 35%;
  }
}

@media only screen and (max-width: 991px) {
  .play_btn {
      position: absolute;
      top: 30%;
      left: 32%;
  }
}

@media only screen and (max-width: 768px) {
  .play_btn {
      position: absolute;
      top: 30%;
      left: 30%;
  }
}

@media only screen and (max-width: 575px) {
  .play_btn {
      position: absolute;
      top: 30%;
      left: 40%;
      font-size: 60px;
  }
}
