
@import url("https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flex {
  display: flex;
}

.is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

.is-layout-flex > :is(*, div) {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

.is-layout-grid > :is(*, div) {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}
.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

body {
  background-position: center !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-image: url("images/background.jpg") !important;
  height: 100vh !important;
  font-weight: normal;
  font-family: "Noto Sans", arial, serif;
  margin: 0px auto 0px;
  padding: 0px;
}

.body-clickable {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url("images/background.jpg") no-repeat fixed center 0 #000000;
  cursor: default;
  background-size: cover;
}

@media only screen and (max-width: 1000px) {
  .body-clickable {
    display: none;
  }
}

#wrap,
#header,
#footer {
  box-shadow: 0 0 10px 3px rgb(0 0 0/50%);
}

#wrap {
  background: -webkit-linear-gradient(
    rgba(59, 59, 59, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 0%
  );
  width: 1000px;
  margin: 0px auto;
  padding: 0px;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

#header {
  width: 1000px;
  height: auto;
  color: #ffffff;
  font-size: 11px;
  margin-top: 5px;
  padding: 0px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}

#content {
  padding: 20px;
  line-height: 18px;
  color: #fff;
  font-size: 12px;
}

#footer {
  min-height: 57px;
  margin: 0px;
  font-family: "Noto Sans", arial, serif;
  margin-bottom: 20px;
  padding-top: 5px;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: calc(100% - 40px);
  display: flex;
}

#footer p {
  color: #ffffff;
  font-size: 11px;
  font-family: "Noto Sans", arial, serif;
  margin: 0px;
  padding: 9px 0px 0px 0px;
}

#footer a,
#footer a:visited {
  text-decoration: none;
  font-family: "Noto Sans", arial, serif;
}

#footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#footer span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.footerleft {
  float: left;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans", arial, serif;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 75px;
  overflow: hidden;
}

.footeright {
  text-align: right;
  margin-top: 10px;
  float: right;
}

.footeright a {
  text-indent: 5px;
  font-size: 22px;
}

.footeright i.fab.fa-instagram {
  font-size: 16px;
  color: #712eac;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  margin-left: 9px;
  line-height: 16px;
  text-align: left;
  text-indent: 0px;
  padding: 2px 3px 2px 3px;
  display: block;
  margin-top: 6px;
}

.footeright i.fab.fa-instagram:hover {
  background: #fff;
}
.headerleft {
  width: auto;
  float: left;
  font-size: 14px;
  margin: 20px;
  padding: 0px;
}

.headerleft a img {
  border: 0;
  margin-top: 0px;
  padding: 0px;
  max-width: 20vh !important;
  max-height: 10vh !important;
}

.headerright {
  margin-right: 5px;
  float: right;
  font-weight: 700;
  margin-top: 25px;
}

a.logo {
  font-weight: 900;
  font-size: 35px;
  letter-spacing: 0.02rem;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #fff;
  font-family: "Funnel Display", arial, serif;
}

.small-button {
  float: left;
  margin-right: 7px;
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans", arial, sans-serif;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  line-height: 18px;
}

.small-button:hover {
  color: #fff;
}

.nomob {
  float: right;
}

.nomob2 {
  display: block;
}
.topnav {
  overflow: hidden;
  background-color: #333;
  margin-bottom: -4px;
  background-color: rgb(0 0 0 / 20%);
  width: 1000px;
  height: 43px;
}

.topnav li {
  float: left;
  display: block;
  padding: 10px 0px;
  list-style: none;
}

ul.topnav {
  margin: 0;
  padding: 0;
}

.topnav a {
  font-size: 16px;
  font-family: "Funnel Display", arial, serif;
  font-weight: normal;
  text-decoration: none;
  padding: 10px;
  color: #fff;
}

.topnav a:hover {
  color: #d5d5d5;
}

.topnav .icon {
  display: none;
}

ul.menu {
  padding: 0;
}

ul.sub-menu {
  position: absolute;
  display: none;
  width: auto;
  z-index: 999;
  background: #170d38;
  margin: 0;
  padding: 0;
  margin-top: 8px;
  margin-left: 0px;
}

ul.sub-menu li {
  border-bottom: 1px dashed rgba(205, 194, 255, 0.1);
  float: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 10px 7px 0px;
}

ul.sub-menu li a {
  font-size: 14px;
  color: #fff;
  font-family: "Noto Sans", arial, serif;
}

ul.sub-menu a i.fas.fa-caret-down {
  display: none;
}
form.example {
  margin-top: -7px;
  margin-bottom: -10px;
}

form.example input[type="text"] {
  padding: 10px 0px;
  font-size: 14px;
  border: 0px;
  float: left;
  width: calc(100% - 50px);
  background: #f1f1f1;
  font-family: "Funnel Display", arial, serif;
  background-color: rgba(0, 0, 0, 0.25);
  text-indent: 12px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}

form.example button {
  float: left;
  width: 50px;
  padding: 10px;
  font-size: 17px;
  border: 0px;
  border-left: none;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  -webkit-appearance: none;
  appearance: none;
}

form.example input[type="text"]::placeholder {
  color: #fff;
}

form.example input[type="text"]:focus {
  outline: none;
}

form.example button:focus {
  outline: none;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

#searchInput::placeholder {
  color: #fff;
}

#header i.fas.fa-search {
  padding: 11px 10px 11px 10px;
  background: #0f0f0f;
  border-top-left-radius: 2px;
  margin-top: 2px;
  border-bottom-left-radius: 2px;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

#datafetch {
  width: 100%;
  background: rgb(0 0 0 / 50%);
  margin-top: 38px;
  position: relative;
  z-index: 99999;
  font-size: 0;
  position: absolute;
  background-color: #1b1c20;
  border: 1px solid #373737;
  border-top: none;
  z-index: 999;
  max-height: 400px;
  overflow-y: auto;
  -ms-overflow-style: none;
  display: none;
  border-radius: 0 0 5px 5px;
}

#datafetch::-webkit-scrollbar {
  width: 0;
  height: 0;
}

@supports (scrollbar-width: none) {
  #datafetch {
    scrollbar-width: none;
  }
}

.search-item {
  padding: 10px;
  display: flex;
  align-items: center;
  transition: background-color 0.2s;
}

.search-item:hover {
  background-color: #252630;
}

.search-item-image {
  flex: 0 0 50px;
  margin-right: 10px;
}

.search-item-image img {
  width: 50px;
  height: 70px;
  object-fit: cover;
  border-radius: 3px;
}

.search-item-info {
  flex: 1;
}

.search-item-title {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 3px;
}

.search-no-results {
  padding: 15px;
  text-align: center;
  color: #9e9e9e;
}

.search-card {
  position: relative;
  background: rgba(25, 25, 25, 0.7);
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #373737;
  display: flex;
}

.search-card-type {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  color: #ffd700;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.search-card-4k {
  height: 28px;
  width: auto;
  display: block !important;
}

.search-card-banner {
  flex: 0 0 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-card-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-card-content {
  padding: 10px 12px 12px 12px;
  flex: 1;
  min-width: 0;
}

.search-card-title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}

.search-card-romaji {
  color: #cdc2ff;
  font-size: 13px;
  margin-bottom: 6px;
}

.search-card-summary {
  color: #ccc;
  font-size: 13px;
  line-height: 1.4;
  max-height: 3.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

#searchInput:focus + #datafetch {
  display: block;
}

.search-cat-img img {
  width: 30px;
  height: 45px;
}

.search-cat-img {
  float: left;
}

.searchelement {
  min-height: 45px;
  border-bottom: 1px dashed rgba(205, 194, 255, 0.1);
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 6px;
  margin-right: 6px;
  width: 304px;
}

#search-cat-year {
  font-size: 12px;
}

.searchelement a {
  padding-left: 0px !important;
  font-size: 15px;
}

.searchelementnf {
  font-size: 15px;
  padding: 8px;
}

.example span.button-loader {
  width: 50px;
  margin-left: 114px;
  margin-top: -6px;
}

.searchelementnf a {
  font-size: 15px !important;
  padding: 0 !important;
  color: #fff !important;
  font-family: unset !important;
}

a,
a:visited {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

a:hover {
  color: #ababab;
  text-decoration: none;
}

a img {
  border: 0;
}

a:focus,
a:hover,
a:active {
  outline: none;
}

li {
  list-style: none;
}

ul {
  list-style: none;
}

ul a {
  color: #ccc;
}

.title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 2px solid rgba(205, 194, 255, 0.1);
  position: relative;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.title .title-border {
  font-family: "Funnel Display", arial, serif !important;
  color: #fff;
  padding-bottom: 12px;
  padding-right: 5px;
  border-bottom: 2px solid #ffd70d;
  margin: 0px 0px -2px 0px;
  font-weight: normal;
  font-size: 16px;
}

.bd-blue {
  border-color: #007afc !important;
}

.bd-purple {
  border-color: #f40303 !important;
}

.bd-green {
  border-color: #26c850 !important;
}

.tumunugor {
  float: right;
  position: absolute;
  top: 0;
  right: 0px;
}

.tumunugor a {
  overflow: hidden;
  display: block;
  color: #fff !important;
  margin-top: -2px;
  border-radius: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: none !important;
  font-weight: bold !important;
  font-size: 12px !important;
  font-family: "Funnel Display", arial, serif !important;
}

.tumunugor a:hover {
  color: #fff !important;
}

.loading {
  text-align: center;
  padding: 20px;
  font-size: 16px;
  color: #cdc2ff;
}

.loading-gif {
  background: rgb(0 0 0 / 30%) url(images/loading.gif) no-repeat !important;
  background-position: center !important;
  width: 100% !important;
}

.fa {
  background: transparent;
}

@media only screen and (max-width: 1000px) {
  .searchelement {
    width: auto;
    float: left;
  }

  .searchelementnf {
    float: left;
  }

  #datafetch {
    margin-top: 0px !important;
  }

  #wrap {
    width: 100%;
    overflow-x: hidden;
    margin-top: -5px;
  }

  #header {
    width: 100%;
  }

  #footer {
    margin-bottom: 0px;
  }

  .nomob {
    display: none;
  }

  .nomob2 {
    display: none;
  }

  #header_sol {
    display: none;
  }

  #header_sag {
    display: none;
  }

  #header i.fas.fa-search {
    display: none;
  }

  .topnav li:not(:first-child) {
    display: none;
  }

  .topnav li:nth-child(n + 4) {
    display: none;
  }

  .topnav {
    height: auto;
    width: 100%;
    display: inline-block;
    margin-top: 15px !important;
    margin-bottom: -4px !important;
  }

  .topnav a.icon {
    float: right;
    display: block;
    margin-right: 10px;
  }

  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive li {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav a {
    padding: 10px 10px 10px 15px;
  }

  form.example button {
    display: block;
  }

  form.example input[type="text"] {
    display: block;
  }

  .example span.button-loader {
    right: 9% !important;
    left: unset !important;
  }

  ul.sub-menu {
    margin-bottom: -12px;
    position: unset;
    width: 100%;
  }

  ul.sub-menu li {
    width: calc(100% - 10px);
  }

  .homepage {
    margin-bottom: -17px;
  }
}

@media only screen and (min-width: 1439px) {
  .searchelement {
    width: 35rem;
  }

  #header_sol {
    margin-right: 621.5px;
  }

  #header_sag {
    margin-left: 621.5px;
  }

  form.example {
    margin-left: -240px !important;
  }

  form.example input[type="text"] {
    width: 323px !important;
  }

  #wrap {
    width: 1243px;
  }

  #header {
    width: 1243px;
  }

  .topnav {
    width: 1243px;
  }

  .example span.button-loader {
    margin-left: 132px;
  }
}

@media only screen and (min-width: 1000px) {
  form.example {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    top: 35px;
  }

  form.example input[type="text"] {
    width: 25rem !important;
    float: right;
    height: 18px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-indent: 5px;
  }

  form.example button {
    width: 33px;
    margin-left: 0px;
    float: right;
    padding: 9px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
}

.mobil-diziler {
  display: none;
  padding-left: 13px;
  padding-right: 13px;
}

input.search-series {
  display: none;
  width: calc(100% - 20px);
  padding: 10px;
  border: 0;
  background: rgb(56, 35, 118);
  margin-top: 5px;
  font-family: "Funnel Display", arial, serif;
  font-size: 15px;
  color: #fff;
  position: fixed;
  top: -5px;
}

input.search-series::placeholder {
  color: #fff;
}

input.search-series:focus {
  outline: none;
}

span.series-close {
  display: none;
  position: fixed;
  right: 12px;
  top: 2px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .alphabetical-category-wrapper {
    display: none;
    position: absolute;
    background: #190b38;
    z-index: 999;
    top: 0px;
    min-height: calc(100% - 46px);
    margin-top: 46px;
  }

  span.series-close {
    display: block;
  }

  .series_list {
    display: none;
  }

  input.search-series {
    display: block;
  }

  .mobil-diziler {
    display: block;
  }
}

.show {
  display: block;
}

span.button-loader {
  text-align: center;
  width: 80px;
  overflow: hidden;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  margin-top: 3px;
}
