#cat {
  background-image: url("../../assets/img/img/wrap/bg.avif?h=67eeb8fb81fd8846a2ebcde1cecea29b");
  background-size: cover;
  background-position: center;
  user-select: none;
}

#cat .wrap {
  max-width: 500px;
  margin: auto;
  padding: 35px 15px 0;
}

#cat .wrap_nd li {
  text-align: center;
  padding: 5px 7px;
  border: 1px solid #893900;
  border-radius: 9px;
  flex-grow: 1;
  flex-basis: 0;
  color: #bbb;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.63),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(78, 51, 51, 0.12);
}

#cat .search-butt {
  color: #777;
  background-color: #333;
  padding: 7px 15px;
  border: 1px solid #444;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 5px -3px #000000;
}

.rls {
  border-radius: 21px;
  width: 250px;
}

#cat .search-engine {
  padding: 10px 0;
}

.filF {
  box-shadow: 0px 0px 1px 1px #026cdb !important;
}

.form-control-sm {
  color: #999999;
  border: 1px solid #444;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  background-color: #1a1e21;
  box-shadow: 2px 2px 9px #000000;
  -webkit-appearance: none;
}

#sercher .form-control-sm {
  color: #444444;
  border: 1px solid #c9c9c9;
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  background-color: #c9c9c9;
  box-shadow: 0 0 3px -2px #000000;
  -webkit-appearance: none;
}

#cat ::placeholder {
  color: #777;
}

#cat .bread {
  max-width: 500px;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  padding: 10px 0 0;
}

#cat .bread .bread-link a {
  color: #bbb;
  text-decoration: none;
}

#cat .bread .bread-link a:hover {
  color: #999999;
  text-decoration: none;
}

#cat .bread .breadcrumb {
  padding: 5px 10px;
  border-radius: 14px;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.45);
}

#cat .wrap_nd .hov {
  color: #fff;
  background-color: rgba(206, 92, 18, 0.45);
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

[type="search"]:focus {
  border-right: none;
  border-left: none;
  border-color: rgba(249, 114, 66, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(206, 92, 18, 0.35);
  outline: 0 none;
}

#cat .search-butt:hover {
  border-right: none;
  border-top: #026cdb;
  border-right: #026cdb;
  border-bottom: #026cdb;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(2, 108, 219);
  outline: 0 none;
}

#cat .mode_switch,
.logw .mode_switch {
  text-align: center;
  color: #3a3a3a;
  font-size: small;
  width: 100px;
  height: 20px;
  border: 1px solid #893900;
  background: rgba(210, 210, 210);
  border-radius: 7px;
  margin-bottom: 10px;
  cursor: pointer;
}

#cat .theme-div,
.logw .theme-div {
  position: relative;
  height: 53px;
}

.light-icn,
.dark-icn {
  position: absolute;
  transition: opacity 1s;
}

.light-icn {
  color: #fff;
  top: 5%;
  opacity: 1;
}

.dark-icn {
  color: #6c1313;
  bottom: 5%;
  opacity: 0;
}

#cat .light_dark,
.logw .light_dark {
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
  transform: rotate(var(--rotation));
}

#sercher .modal-header {
  background: #2e3335;
  border-bottom: 1px solid #747474;
}

#sercher .modal-body {
  background: rgba(0, 0, 0, 0.086);
}

#sercher .modal-footer {
  background: rgba(85, 85, 85, 0.93);
}

#sercher .close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5)
    calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y))
    calc(-0.5 * var(--bs-modal-header-padding-x))
    calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
  color: #ffffff;
  font-size: xx-large;
}

#sercher .post-sm {
  display: flex;
  position: relative;
  align-items: center;
  height: 65px;
  margin: 12px auto;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.086);
  padding: 4px;
}

.anime {
  animation: fadeInAnimation ease 1.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#sercher .thumb-3 {
  width: 70px;
  padding: 1px;
  border-radius: 9px;
  opacity: 1;
  transition: 0.1s;
}

#sercher .thumb-3 > img {
  display: flex;
  width: 65px;
  height: 47px;
  object-fit: cover;
  border-radius: 7px;
}

#sercher .post-sm-info {
  width: calc(100% - 65px);
  padding: 1px 2px 1px 7px;
}

#sercher .post-sm-info > h2 {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}

#sercher .post-sm-info > ul {
  color: #777;
  font-size: 11px;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

#sercher .date{
    color: #555;
}

#sercher .rating-sm {
  font-size: 12px;
  color: #609191;
}

#sercher .lnk {
  width: calc(100% - 3px);
  position: absolute;
  height: 85%;
  z-index: 1;
}

.serchBo {
  color: #fff;
  height: 125px;
  background-image: url("../../assets/img/img/wrap/banner-mobile.webp?h=add0b7a4f9e0db50f56ff126b4b7c67c");
  background-size: cover;
  background-position: center;
  padding-top: 21px;
}

.serchFil .btn {
  margin: 7px;
  color: #c9c9c9;
  box-shadow: 0px 0px 11px 1px #1a1e21;
  border-radius: 10px;
}

.serchBo p {
  margin: 0;
}

.serchBo h4 {
  font-size: 24px;
  font-weight: bold;
}

#sercher .views {
  font-size: 10px;
  color: rgb(116, 116, 116);
}

.serchFil {
  text-align: center;
  padding: 5px 3px;
}

#sercher .modal-content {
  background-color: #2e3335;
  height: 100vh;
}

.logw .theme-div {
  top: 73px;
}

.loadWrap {
  height: 50px;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
  color: #fff;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

#l_more button {
  display: none;
  background-color: #1ba0ad;
  font-weight: 500;
  width: 150px;
  color: #d9d9d9;
}

#l_more button:hover {
  color: #2e3335;
  background-color: #9a9a9a;
}

#l_more {
  text-align: center;
  color: #fff;
}

.light #cat .wrap_nd .hov {
  color: #343434;
  background-color: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.light #cat .bread .breadcrumb {
  padding: 5px 10px;
  border-radius: 14px;
  line-height: 24px;
  color: #3a3a3a;
  background-color: rgba(255, 255, 255, 0.45);
}

.light #cat .bread .bread-link a {
  color: #000000;
  text-decoration: none;
}

.light #cat .wrap_nd li {
  border: 1px solid #515151;
}