@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:wght@500;700&family=Mulish:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&display=swap);

:root,
:root body.dark {
    --accordian-border: #00000020
}

.blog-content,
.blog-content-title,
.btn,
.navbar-brand,
.site-footer-menu a,
body,
ul .nav-link {
    font-family: Mulish, sans-serif
}

.btn-link,
:root {
    --underlineWidth: 2px
}

.article-img,
.label,
.title-sec {
    position: relative
}

.accordion-header,
.arrow-top:hover,
.btn,
.btn-link,
.card-link,
.fixed-option-c,
.img-btn,
.label,
.large-card {
    cursor: pointer
}

.arrow-hover,
.article-img,
.filter-item,
.grid-item,
.hero-slide-item,
.inner-banner,
.large-card .article-img,
.user-avatar {
    overflow: hidden
}

.filter-item ul li:not(:last-of-type),
.navbar-toggle {
    margin-bottom: 8px
}

:root {
    --primary: #191a1f;
    --link: #2163e8;
    --background: #fff;
    --background-rev: #191a1f;
    --text-dark: #212529 !important;
    --text-gray: #727b85 !important;
    --blockLength: 0.75rem;
    --active-header: #e7f1ff
}

:root body.dark {
    --primary: #fff;
    --background: #191a1f;
    --background-rev: #fff;
    --text-dark: #f1f1f1 !important;
    --text-gray: #aaa !important;
    --active-header: #191a1f
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none
}

body {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--primary);
    background-color: var(--background)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Mulish, sans-serif;
    font-weight: 500 !important
}

.btn-link,
a {
    text-decoration: none !important;
    color: var(--primary) !important
}

.navbar-brand {
    background: var(--background);
    line-height: 1;
    font-weight: 600
}

.navbar-brand,
ul .nav-link {
    color: var(--primary)
}

.nav-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px
}

.btn-danger.btn,
.horizontal-filter>span,
.ql-editor.ql-blank::before {
    color: #fff !important
}

.owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    display: block;
    z-index: 9;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: rgba(255, 255, 255, .3);
    color: #fff;
    border: none;
    padding: 0;
    margin: 0 10px
}

.arrow-hover .owl-prev {
    left: -60px
}

.arrow-hover .owl-next {
    right: -60px
}

.arrow-hover:hover .owl-prev {
    left: 0
}

.arrow-hover:hover .owl-next {
    right: 0
}

.arrow-hover .owl-nav button {
    background: #19191c !important;
    color: #fff !important
}

.edit-profile-area .nav-item a>i,
.owl-nav button .icons {
    font-size: 24px
}

.bg-primary-soft {
    background-color: rgba(33, 99, 232, .1) !important
}

.dark .bg-primary-soft {
    background-color: rgba(33, 99, 232, 0.2) !important;
    color: #a8c4f7
}

.border-radius-xl {
    border-radius: 1rem
}

.z-index-2 {
    z-index: 2 !important
}

.mt-n10 {
    margin-top: -7rem !important
}

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

.trending-section .hot-btn {
    background-color: #dc3545;
    border-radius: 5px
}

.trending-section .hot-btn>i {
    color: #fff;
    font-size: 20px
}

.title-sec {
    padding-left: 11px
}

.title-sec:before {
    content: "";
    width: 5px;
    position: absolute;
    height: 29px;
    left: 0;
    top: 5px
}

.block-site-footer__logo-link .text-red,
.block-site-footer__logo-link svg,
.header .logo .hikari-login-logo span.text-red,
.hikari-logo span.text-red,
.hikari-logo svg path {
    color: #dc3545
}

.hikari-logo span {
    color: var(--primary)
}

.bg-anime,
.horizontal-filter .filter-anime,
.title-anime:before,
.vote-anime .control input:checked:focus~.control__indicator,
.vote-anime .control input:checked~.control__indicator,
.vote-anime .control:hover input:not([disabled]):checked~.control__indicator {
    background: #ff640a
}

.bg-game,
.horizontal-filter .filter-game,
.title-game:before,
.title-games:before {
    background: #9CD5FF
}

.bg-technology {
    background: #D02752
}

.bg-finance {
    background: #519A66
}

.bg-unskripted {
    background: #C5BAFF
}

.title-finance:before {
    background: #519A66
}

.title-technology:before {
    background: #D02752
}

.title-unskripted:before {
    background: #C5BAFF
}

.article.card .article-img {
    height: auto
}

.m-article-card:hover {
    transform: translateY(-5px)
}

.title-listboard:before {
    background: #7a73d1
}

.article-img {
    width: 100%;
    border-radius: 0;
    background-size: cover;
    height: 300px;
    background-position: center left
}

.article-img:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background-image: linear-gradient(180deg, transparent, #000);
    z-index: 1
}

.article-img.article-thumb {
    height: 100%
}

.btn {
    display: inline-flex;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    border: 1px solid transparent;
    font-size: .9375rem;
    border-radius: .25rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.btn-primary-soft {
    color: #19191c;
    background-color: #ff9800
}

.arrow-top:active,
.btn-primary-soft:hover {
    background-color: #f8ac3b
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline
}

.btn-link {
    color: var(--primary);
    -webkit-text-decoration: none;
    text-decoration: none;
    --blockLength: 1rem;
    background-image: linear-gradient(90deg, #222b40, #222b40), linear-gradient(#b0fbbc, #b0fbbc), linear-gradient(#5cd47d, #5cd47d);
    background-repeat: no-repeat;
    -webkit-background-size: var(--blockLength) var(--underlineWidth), 0 var(--underlineWidth), 0 var(--underlineWidth);
    background-size: var(--blockLength) var(--underlineWidth), 0 var(--underlineWidth), 0 var(--underlineWidth);
    -webkit-background-position: calc(var(--blockLength) * -1) 100%, 100% 100%, 0 100%;
    background-position: calc(var(--blockLength) * -1) 100%, 100% 100%, 0 100%;
    -webkit-transition: background-size .3s cubic-bezier(.39, .575, .565, 1), background-position .3s cubic-bezier(.39, .575, .565, 1), color .3s cubic-bezier(.39, .575, .565, 1);
    transition: background-size .3s cubic-bezier(.39, .575, .565, 1), background-position .3s cubic-bezier(.39, .575, .565, 1), color .3s cubic-bezier(.39, .575, .565, 1);
    font-weight: inherit;
    padding: 0;
    color: var(--primary)
}

.accordion-button::after,
.owl-landing .owl-dot {
    transition: .1s ease-out
}

.icon {
    user-select: none;
    -webkit-user-select: none;
    padding: .5rem;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1
}

.label {
    width: 50px;
    height: 26px;
    background-color: var(--background-rev);
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 5px
}

body.dark .label {
    background-color: #e9ecef
}

.switch-mode-checkbox {
    position: absolute;
    pointer-events: none;
    opacity: 0
}

.ball {
    width: 20px;
    height: 20px;
    background-color: var(--background);
    position: absolute;
    top: 3px;
    left: 2px;
    border-radius: 50%;
    transition: .15s ease-out
}

body.dark .ball {
    transform: translateX(24px)
}

.la-moon,
.la-sun {
    color: var(--background)
}

body .text-dark {
    color: var(--text-dark) !important
}

body .text-gray {
    color: var(--text-gray) !important
}

.user-avatar {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #9b9b9b;
    display: flex
}

.img-responsive,
.user-avatar img {
    width: 100%
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 0 10px;
    margin-top: 2px;
    margin-left: 5px;
    background-color: #ff9800;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 32px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #19191c
}

.navbar-toggle[aria-expanded=true] .icon-bar {
    margin-top: 3px !important;
    margin-bottom: 0 !important
}

.navbar .navbar-toggle .icon-bar:first-of-type {
    transform: rotate(0);
    top: 0;
    margin-top: 6px
}

.navbar .navbar-toggle[aria-expanded=true] .icon-bar:first-of-type {
    transform: rotate(45deg);
    top: 4px
}

.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%
}

.navbar .navbar-toggle .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 6px
}

.navbar .navbar-toggle .icon-bar:nth-of-type(3) {
    transform: rotate(0);
    bottom: 0;
    margin-top: 6px;
    margin-bottom: 6px
}

.navbar .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 6px
}

.navbar .navbar-toggle[aria-expanded=true] .icon-bar {
    position: relative;
    transition: .5s ease-in-out;
    background-color: #19191c
}

.navbar {
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
    z-index: 1040;
    background-color: #fff
}

body.dark .navbar {
    background-color: #191a1f
}

.edit-profile-area .card,
.edit-profile-area .card .nav-tabs,
.navbar .navbar-toggle {
    border: none
}

.navbar-toggle span.icon-bar {
    transition: .15s
}

.owl-landing .item {
    height: 382px;
    color: #fff
}

#articleContent,
.blogs-item,
.card,
.features-item,
.horizontal-filter,
.owl-landing {
    position: relative
}

.owl-landing .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    align-items: center;
    grid-gap: 6px
}

.owl-landing .owl-dot {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2) !important
}

.owl-landing .owl-dot.active {
    background-color: rgba(0, 0, 0, .5) !important
}

.owl-landing:not(.owl-blog) .item {
    background-position: center left;
    background-size: cover
}

.btn-offcanvas {
    padding: 0;
    border: 0;
    background: 0 0;
    font-size: 32px;
    color: var(--primary)
}

.offcanvas {
    background: var(--background)
}

.offcanvas-header .navbar-brand svg {
    width: 40px;
    height: 45px
}

.offcanvas-header .navbar-brand span {
    font-size: 16px
}

.offcanvas-header .btn-close {
    color: var(--background-rev) !important;
    background-image: none;
    font-size: 25px;
    opacity: 1;
    align-items: center;
    display: flex
}

.inner-banner {
    position: relative;
    background-size: cover;
    background-position: center left;
    flex-direction: column;
    min-height: 365px;
    padding: 100px 0 75px
}

.banner-content {
    padding: 0 20px;
    position: relative;
    text-align: center;
    z-index: 2;
    color: #fff
}

.banner-picture,
.profile-cover-user-picture {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.banner-picture {
    opacity: .7
}

.arrow-top,
.fixed-option-c {
    display: inline-flex;
    height: 50px
}

.banner-picture img,
.profile-cover-user-picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.banner-title {
    font-family: "IBM Plex Serif", sans-serif;
    font-size: 58px !important;
    font-weight: 500 !important;
    letter-spacing: .5px;
    margin-bottom: 15px
}

.banner-description {
    font-family: Mulish, sans-serif;
    line-height: 1.3;
    margin-bottom: 25px;
    font-size: 16px !important
}

.blog-meta,
.blog-title,
.inner-banner h2,
.question-answer-form .field input,
.question-answer-form .field label {
    font-family: "IBM Plex Serif", sans-serif
}

.inner-banner:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background-image: linear-gradient(180deg, transparent, #000)
}

.profile-cover-user-picture::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.65) 100%)
}

span.listboard-date {
    color: #ff9800;
    font-weight: 700
}

.inner-banner h2,
.inner-banner p {
    position: relative;
    z-index: 9;
    text-shadow: 0 0 100px rgb(0 0 0 / 30%)
}

.container-small {
    max-width: 950px;
    padding: 0 15px;
    margin: 0 auto
}

.horizontal-filter .container-xl {
    padding: 0
}

.blog-content-title,
.comments-area .blog-content-title {
    font-weight: 700 !important;
    margin-bottom: 1rem
}

.blog-content {
    font-size: 20px
}

.fixed-options {
    position: fixed;
    right: 4%;
    top: 50%;
    z-index: 100
}

.fixed-option-c {
    width: 50px;
    border-radius: 50px;
    margin-top: 1rem;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    background: var(--background);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    border: 1px solid #e1e1e1;
    position: relative
}

.fixed-option-c:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5)
}

.fixed-option-c.scroll-top-detail svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 41px;
    width: 41px;
    border-radius: 100%
}

.fixed-option-c.scroll-top-detail svg circle {
    stroke: #000;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    transition: stroke-dashoffset .2s
}

#progressBar svg path {
    fill: none;
    stroke: #00a8cf;
    stroke-width: 10px
}

.header-custom.headroom--pinned {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .05), 0 0 0 transparent;
    transform: translateY(0)
}

.header-custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background-color: var(--background);
    will-change: transform;
    transition: transform .4s cubic-bezier(.165, .84, .44, 1)
}

.header-custom.headroom--unpinned {
    transform: translateY(-100%)
}

.arrow-top {
    color: var(--background-rev);
    background-color: #ff9800;
    width: 50px;
    align-items: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    justify-content: center;
    font-size: 29px
}

.arrow-top::after {
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: var(--primary)
}

.arrow-top:hover {
    background-color: #f8ac3b
}

.arrow-top.show {
    opacity: 1;
    visibility: visible
}

.container-custom {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 100%
}

.card-filter {
    height: fit-content;
    width: 330px;
    padding: 30px !important;
    margin-right: 40px
}

.card-filter p {
    margin-bottom: 5px
}

.accordion-item:not(:last-child) {
    margin-bottom: 2.7rem;
    border-color: var(--accordian-border)
}

.accordion-item:not(:first-of-type) {
    border-top: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .125)
}

.dark .accordion-header .accordion-button {
    background-color: #fff;
    color: #212529
}

.accordion-button {
    padding: 1rem 1.25rem
}

.accordion-button .btn {
    font-size: 13px;
    font-weight: 600
}

.accordion-button:not(.collapsed) {
    color: var(--background-rev);
    border-color: var(--accordian-border);
    background-color: var(--active-header)
}

.badge-custom {
    background: #19191c;
    padding: .5rem 1rem;
    border-radius: 0;
    font-size: 15px;
    margin-right: 1rem;
    margin-bottom: .5rem
}

.content-position-blog div p,
.label-head {
    font-size: 14px
}

.label-head {
    right: 0;
    top: -16px;
    border-radius: 0;
    z-index: 9
}

.btn-check:focus+.btn-primary-soft,
.btn-primary-soft:focus {
    box-shadow: 0 0 0 .25rem rgb(255 152 0 / 25%)
}

.filter-head {
    top: -9px;
    position: relative
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.grid-item,
.grid-item .img-credit {
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out
}

.filter-button-group {
    margin: 0 auto;
    display: inline-block
}

.filter-button-group .btn-group {
    width: auto;
    margin-bottom: 10px
}

.filter-button-group .btn-group .btn {
    border: 2px solid var(--background-rev);
    color: var(--primary)
}

.filter-button-group .btn-group .btn.is-checked {
    background: var(--background-rev);
    color: #fff
}

.dark .filter-button-group .btn-group .btn.is-checked {
    color: #191a1f
}

.img-credit {
    bottom: 10px;
    left: 12px;
    color: #fff !important;
    background: rgba(255, 255, 255, .2);
    padding: 0 5px;
    font-size: 13px
}

.img-expand {
    top: 10px;
    right: 10px
}

.img-btn {
    background: #fff;
    color: #000 !important;
    padding: 3px;
    border-radius: 2px;
    width: 32px
}

.grid-item {
    transition: .35s ease-in-out
}

.grid-item:hover .img-download {
    transform: translateY(-40px)
}

.grid-item .img-credit {
    pointer-events: none;
    opacity: 0;
    left: 20px;
    transform: translateY(40px);
    transition: .35s ease-in-out
}

.grid-item:hover .img-credit {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-10px)
}

.grid-item .img-download {
    right: 20px;
    transform: translateY(20px);
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out
}

.btn-user {
    border: 0;
    font-size: 32px;
    padding: 0;
    background-color: transparent;
    color: var(--background-rev)
}

.btn-user:after,
.vote-anime main .summarize-options .summarize-gl,
.vote-anime main input {
    display: none
}

.custom-drop .dropdown-menu[data-bs-popper] {
    padding: 0;
    right: 0;
    left: auto;
    min-width: 8rem;
    border: 1px solid #f1f1f1
}

.custom-drop a {
    padding: 6px 12px !important;
    width: 100%;
    display: block;
    color: #19191c !important
}

.grid-item,
.grid-item div,
.side-social a {
    display: inline-block
}

.block-site-footer a.pe-2 {
    color: #9b9b9b !important
}

.offcanvas {
    z-index: 1070
}

.side-social {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--background);
    padding: 10px 20px;
    width: 100%
}

.side-social a {
    width: 32px;
    padding-left: 0;
    padding-top: 0
}

.offcanvas-body {
    padding-top: 0;
    padding-bottom: 70px;
    position: relative
}

.offcanvas-body ul {
    height: 68vh;
    overflow: auto
}

.content-position {
    position: absolute;
    top: 38%;
    left: 0;
    width: 100%
}

.content-position-blog {
    padding: 0 2rem
}

.content-position-blog a {
    color: #fff !important;
    text-shadow: 0 0 100px rgb(0 0 0 / 30%)
}

.accordion-body {
    background-color: var(--background)
}

.accordion-body p {
    color: #19191c
}

.accordion-body .read-more,
.login-area .login-desc p {
    text-align: center
}

.accordion-body .read-more>a {
    display: inline-block;
    background-color: #000;
    padding: 7px 15px;
    color: #fff !important;
    cursor: pointer;
    border-radius: 20px
}

.filter-head {
    font-size: 24px;
    padding: 0 5px;
    height: 33px
}

.badge {
    color: #fff !important;
    font-family: Mulish, sans-serif
}

.horizontal-filter .filter-manga {
    background: #ff9800
}

.authors-area .authors-card .card-image .category-tag a.game,
.authors-card .game,
.bg-games,
.listboard-list .items .item .sub-category.games {
    background-color: #9CD5FF
}

.content-position h2 {
    font-weight: 700 !important;
    text-shadow: 0 0 100px rgb(0 0 0 / 30%)
}

.label-count {
    font-size: 12px;
    color: #fff;
    width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 14px;
    padding-top: 1px;
    top: 31px;
    position: absolute !important;
    right: -7px;
    border: 1px solid #fff
}

.grid {
    width: 100% !important
}

.grid-item {
    width: calc(100% / 5);
    padding: 5px 10px
}

.badge-success {
    color: #fff !important;
    background-color: #28a745;
    padding-bottom: 5px
}

@media only screen and (min-width:64rem) {

    .outer-card,
    .outer-owl {
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px
    }
}

@media only screen and (min-width:48rem) {
    .container-custom {
        max-width: 1200px
    }

    .content-position h2 {
        font-size: 4rem
    }

    .content-position.content-position-blog h2 {
        font-size: 1.8rem
    }

    .inner-banner {
        min-height: 450px;
        padding: 150px 0 75px
    }

    .banner-content {
        max-width: 700px
    }
}

@media only screen and (max-width:47rem) {
    .banner-title {
        font-size: 35px !important
    }

    .banner-description {
        font-size: 14px !important
    }

    .blog-content {
        font-size: 16px
    }
}

@media (min-width:480px) and (max-width:1200px) {
    .navbar-brand {
        min-width: 200px;
        justify-content: flex-end
    }
}

@media (max-width:1023.98px) {
    .fixed-options.fixed-options-details {
        bottom: 0;
        padding: 14px 0;
        top: auto;
        width: 100%;
        right: 0;
        justify-content: center;
        display: flex;
        align-items: center
    }

    .fixed-options.fixed-options-details>div {
        display: inline-flex
    }

    .fixed-options.fixed-options-details .fixed-option-c {
        height: 41px;
        width: 41px;
        font-size: 1.2rem;
        margin-right: .5rem;
        margin-top: 0
    }

    .fixed-options .label-count {
        top: 20px;
        right: -6px
    }
}

@media (max-width:991.98px) {
    .mt-n10 {
        margin-top: -4rem !important
    }

    .owl-landing .item {
        height: 450px
    }

    .navbar-brand svg {
        width: 40px;
        height: 45px
    }

    .navbar-brand span {
        font-size: 16px
    }

    .article-img {
        height: 267px
    }

    .article-img.article-thumb {
        height: 100%
    }

    .title-sec:before {
        top: 3px
    }

    .grid-item {
        width: calc(100% / 4)
    }
}

@media (max-width:767.98px) {
    .mt-n10 {
        margin-top: -4rem !important
    }

    .owl-landing .item {
        height: 400px
    }

    .navbar-brand svg {
        width: 30px;
        height: 35px
    }

    .article-img.article-thumb {
        height: 100%
    }

    .card-filter {
        display: none
    }

    .card-content {
        width: 100%
    }

    #filterHead {
        position: fixed;
        bottom: 0;
        z-index: 1070;
        display: flex;
        flex-direction: column;
        visibility: hidden;
        background-clip: padding-box;
        outline: 0;
        transition: transform .3s ease-in-out;
        top: 0;
        left: 0;
        width: 100vw;
        border-right: 1px solid rgba(0, 0, 0, .2);
        border-radius: 0;
        border: 0
    }

    .grid-item {
        width: calc(100% / 3)
    }
}

@media (max-width:565.98px) {
    .owl-landing .item {
        height: 280px;
        background-size: cover
    }

    .navbar-brand span {
        font-size: 14px
    }

    .accordion-body,
    .accordion-button {
        padding: .9rem .5rem
    }

    .accordion-button .btn {
        font-size: 13px;
        margin-right: 5px
    }

    .filter-button-group .btn-group .btn {
        padding: 2px 4px;
        font-size: 14px
    }

    .content-position-blog h2 {
        font-size: 20px
    }

    .grid-item {
        width: calc(100% / 2)
    }
}

@media (max-width:480px) {
    .grid-item {
        width: calc(100% / 1)
    }
}

@media (min-width:768px) {
    .owl-landing:not(.owl-blog) .item {
        height: 100%
    }

    body.dark .headroom--top .la-moon,
    body.dark .headroom--top .la-sun {
        color: rgba(255, 255, 255, .8) !important
    }

    #header {
        transition: .2s ease-out;
        z-index: 1050
    }

    #header::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .7));
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        opacity: 0;
        z-index: -1
    }

    .hikari-logo {
        background-color: transparent !important
    }

    .headroom--top {
        padding: 35px;
        background: 0 0 !important;
        box-shadow: none !important
    }

    .headroom--top::before {
        opacity: 1 !important
    }

    .headroom--top .hikari-logo {
        background-color: transparent
    }

    .headroom--top .hikari-logo path,
    .headroom--top .hikari-logo span,
    .headroom--top .la-user-circle {
        color: #fff
    }

    .headroom--top .nav-link {
        color: #fff !important
    }

    .headroom--top .label {
        background-color: rgba(0, 0, 0, .4)
    }

    body.dark .headroom--top .ball {
        background-color: rgba(0, 0, 0, .6)
    }

    body.dark .headroom--top .la-sun {
        z-index: 9
    }
}

@media (max-width:576px) {
    .edit-profile-area .e-profile .nav-item a {
        padding: 4px 6px;
        font-size: 10px
    }

    .listboard-results-new .listboard-card .content {
        padding: 10px 33px !important
    }
}

.edit-profile-area .e-profile .nav-item a {
    display: flex;
    align-items: center
}

.hero-slide-item {
    position: relative;
    height: fit-content
}

.hero-slide-item-link {
    position: absolute;
    inset: 0;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 999
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.blogs-item:before,
.hero-slide-item:before {
    content: "";
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 20%;
    background-image: linear-gradient(180deg, transparent, #503d56)
}

.card-link {
    position: absolute;
    outline: 0;
    inset: 0;
    z-index: 2
}

.article.card {
    box-shadow: 0 10px 30px -20px rgba(111, 145, 164, .9)
}

.large-card:hover,
body:not(.dark) .blogs-items {
    box-shadow: 0 30px 30px -20px rgba(111, 145, 164, .4)
}

.article.card .article-img,
.card .article-thumb {
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

.article.card .article-img img,
.card .article-thumb img,
.large-card .article-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.card .badge {
    width: fit-content
}

.article-card-title {
    color: #333;
    font-weight: 900;
    line-height: 1.2;
    margin: 12px 0 10px !important
}

.card .article-detail {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px
}

.card .article-detail small {
    display: block;
    margin-top: 7px;
    color: #939393;
    font-size: 12px
}

.card.article .article-detail .badge,
.card.article .article-detail small {
    margin-top: 4px
}

.card .article-detail .badge {
    margin-top: 7px
}

.card .btn-link,
.large-card .btn-link {
    outline: 0
}

.large-card {
    position: relative;
    padding: 22px;
    border-radius: 9px;
    background-color: var(--background);
    box-shadow: 0 5px 30px -10px rgba(111, 145, 164, .5);
    transition: .15s ease-out;
    outline: rgba(82, 196, 90, .1) solid 0
}

.large-card:hover {
    transform: translateY(-4px);
    outline: rgba(153, 206, 158, .8) solid 1px
}

@media (pointer:coarse) {

    .card:focus,
    .card:hover,
    .large-card:focus,
    .large-card:hover {
        transform: unset
    }
}

.large-card .article-img {
    border-radius: 6px
}

.large-card .article-detail {
    display: flex;
    flex-direction: column;
    height: 100%
}

.large-card .article-detail .badge {
    display: block;
    width: fit-content;
    margin: 4px 0 8px !important
}

.large-card .article-detail small {
    display: block;
    line-height: 1;
    margin: 14px 0 0 !important;
    color: #939393;
    font-size: 12px;
    width: fit-content
}

.features-title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 900 !important;
    color: #333;
    text-align: center
}

.checkbox,
.filter-item-title {
    position: relative;
    align-items: center;
    font-size: 14px
}

.authors-area .authors-card .authors-card-content span,
.header .logo .hikari-login-logo span,
.horizontal-filter-item>span,
body.dark .features-title,
body.dark .vote-anime main label:hover {
    color: #fff
}

body.dark .card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .5) !important;
    border-color: rgba(255, 255, 255, .15) !important
}

.checkbox-check:after,
.horizontal-filter-item::after,
a.filter-item-title::after {
    content: "";
    top: 50%;
    background-repeat: no-repeat;
    background-position: center
}

.blogs-items {
    border-radius: 10px;
    height: 100%
}

.blogs-items .blogs-item,
.blogs-items .owl-item,
.blogs-items .owl-stage,
.blogs-items .owl-stage-outer {
    min-height: 368px;
    height: 100%
}

.filters {
    margin-bottom: 20px
}

.filter-item {
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 8px 0
}

.filter-item-title {
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    height: 44px;
    margin: -14px;
    padding: 14px;
    color: #333;
    font-weight: 900;
    text-transform: uppercase
}

.checkbox,
.horizontal-filter-item {
    user-select: none;
    display: flex;
    cursor: pointer
}

a.filter-item-title::after {
    position: absolute;
    opacity: 0;
    right: 0;
    height: 20px;
    width: 20px;
    transform: translate(-14px, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M3 21V3h9v2H5v14h14v-7h2v9Zm6.7-5.3l-1.4-1.4L17.6 5H14V3h7v7h-2V6.4Z'/%3E%3C/svg%3E");
    background-size: 100%;
    transition: .1s ease-out
}

.profile-info-card .profile-user-avatar .profile-image-change:hover,
a.filter-item-title:hover::after {
    opacity: 1
}

.filter-item-title svg {
    height: 24px;
    width: 24px;
    transform: rotate(0);
    transition: .1s ease-out
}

.filter-item.active .filter-item-title svg {
    transform: rotate(180deg)
}

.filter-item ul,
.filter-item ul li {
    list-style-type: none;
    padding: 0
}

.filter-item ul {
    pointer-events: none;
    opacity: 0;
    height: 0;
    margin: 0;
    transition: .15s ease-out
}

.filter-item.active ul {
    opacity: 1;
    pointer-events: all;
    margin-top: 14px;
    height: unset
}

.checkbox {
    -webkit-user-select: none;
    min-height: 20px;
    padding-left: 30px;
    font-weight: 500;
    line-height: 22px
}

.checkbox input,
.vote-anime .control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.checkbox-check {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: transparent;
    transition: .1s ease-out
}

.checkbox:hover input~.checkbox-check {
    border-color: #2aa1c0
}

.checkbox input:checked~.checkbox-check {
    background: #2aa1c0;
    border-color: #2aa1c0
}

.checkbox input:disabled~.checkbox-check {
    pointer-events: none;
    background: #e6e6e6;
    border-color: #e6e6e6;
    opacity: .6
}

.checkbox-check:after {
    position: absolute;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 16.17L4.83 12l-1.42 1.41L9 19L21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
    background-size: 16px;
    transition: .15s ease-out;
    -webkit-clip-path: inset(0 17px 0 0);
    clip-path: inset(0 17px 0 0)
}

.checkbox input:checked~.checkbox-check:after {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

.horizontal-filter-wrap {
    display: flex;
    grid-row-gap: 12px;
    margin: 0;
    padding: 12px 0;
    box-shadow: 0 0 8px -4px rgba(0, 0, 0, .4);
    border-radius: 5px
}

.articles-list .blog-items .article-profile-desc img,
.profile-about-area,
.profile-info-card {
    box-shadow: 0 5px 30px -10px rgb(111 145 164 / 50%);
    overflow: hidden
}

.horizontal-filter-item {
    -webkit-user-select: none;
    position: relative;
    align-items: center;
    height: 50px;
    padding-left: 14px;
    padding-right: 26px;
    border-radius: 3px;
    transition: .1s ease-out
}

.horizontal-filter-item span {
    user-select: none;
    -webkit-user-select: none;
    font-size: 16px;
    font-weight: 600;
    color: #505050
}

.horizontal-filter-item:hover {
    background-color: #fbfbfb
}

.horizontal-filter-item:active {
    background-color: #f6f6f6
}

.horizontal-filter-item::after {
    position: absolute;
    right: 6px;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    color: red;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23b8b8b8' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6l-6-6l1.41-1.41z'/%3E%3C/svg%3E");
    background-size: 100%;
    transition: .15s ease-out
}

.horizontal-filter-item.active {
    background-color: #f6f6f6;
    z-index: 1
}

.horizontal-filter-item.active::after {
    transform: translateY(-50%) rotate(180deg)
}

.horizontal-filter-item ul {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    list-style-type: none;
    opacity: 0;
    position: absolute;
    top: 60px;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 0;
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 8px 10px -6px rgba(0, 0, 0, .4);
    transition: .1s ease-out
}

.horizontal-filter-item ul li {
    user-select: none;
    -webkit-user-select: none;
    padding: 8px 0
}

.horizontal-filter-item ul li:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea
}

.horizontal-filter-item.active ul {
    pointer-events: all;
    height: unset;
    top: 55px;
    opacity: 1
}

.horizontal-filter .filter-apply>button {
    background: #191a1f;
    outline: 0;
    border: none;
    border-radius: 3px;
    color: #fff;
    height: 50px;
    width: 100%;
    transition: .3s linear;
    font-weight: 600
}

.horizontal-filter .filter-apply>button:hover {
    background: #191a1f86
}

.profile-cover-banner {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0 !important
}

.profile-cover-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-bottom: 12px
}

.profile-cover-user-name {
    color: #fff;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3)
}

.profile-cover-user-name>span {
    font-size: clamp(14px, 1.8vw, 18px);
    display: block;
    font-weight: 500;
    opacity: 0.75;
    margin-top: 4px
}

@media (min-width:992px) {
    .profile-cover-user-name {
        padding-left: calc(33.333% + 20px)
    }
}

.profile-info-card {
    background-color: #fff;
    margin-top: -150px;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef0f4
}

body.dark .listboard-card,
body.dark .vote-anime main input:checked+label:hover {
    background-color: #1f2228
}

body.dark .profile-info-card {
    background-color: #1f2228;
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3)
}

.profile-info-card .profile-user-avatar {
    position: relative;
    z-index: 2
}

.profile-info-card .profile-user-avatar img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 1 / 1
}

.profile-info-card .profile-user-avatar .profile-info-buttons {
    display: flex;
    position: absolute;
    text-align: center;
    bottom: 16px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    gap: 8px
}

.profile-info-card .profile-user-avatar .profile-info-buttons .follow-btn {
    width: 100%
}

body.dark .profile-info-card .profile-user-avatar .profile-info-buttons .follow-btn a {
    background-color: rgba(31, 34, 40, 0.85);
    backdrop-filter: blur(8px);
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.1)
}

.authors-card .flip-card-back>a,
.profile-info-card .profile-user-avatar .profile-info-buttons .follow-btn a {
    color: #333 !important
}

.profile-info-card .profile-user-avatar .profile-info-buttons .btn {
    border-radius: 14px;
    padding: 9px 18px;
    width: 100%;
    justify-content: center;
    transition: all 0.25s ease;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.02em;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(0, 0, 0, 0.06)
}

body.dark .profile-info-card .profile-user-avatar .profile-info-buttons .btn {
    background-color: rgba(31, 34, 40, 0.85);
    backdrop-filter: blur(8px);
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.1)
}

.profile-info-card .profile-user-avatar .profile-info-buttons .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

.profile-info-card .profile-user-avatar .profile-info-buttons i {
    font-size: 18px;
    font-weight: 600;
    color: #191a1f
}

body.dark .profile-info-card .profile-user-avatar .profile-info-buttons i {
    color: #fff
}

.profile-info-card .user-profile-stats {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    color: #64748b;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.02em
}

body.dark .profile-info-card .user-profile-stats {
    color: #9ca3af
}

body.dark .profile-info-card .user-profile-stats .span {
    color: #f1f1f1
}

.profile-info-card .user-profile-stats .span {
    font-weight: 700;
    color: #0b0f19;
    font-size: 14px
}

.profile-info-card .user-social-media {
    padding: 0 24px 20px
}

.profile-info-card .user-social-media .hero {
    color: #374151;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase
}

body.dark .profile-info-card .user-social-media .hero {
    color: #9ca3af
}

.profile-info-card .user-social-media .social-media-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

.profile-info-card .user-social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    transition: transform 0.2s ease, background 0.2s ease
}

.profile-info-card .user-social-media a:hover {
    transform: scale(1.12);
    background: rgba(0, 0, 0, 0.04)
}

body.dark .profile-info-card .user-social-media a:hover {
    background: rgba(255, 255, 255, 0.08)
}

.profile-info-card .user-social-media i {
    font-size: 24px;
    margin: 0
}

.profile-info-card .user-social-media .la-quora {
    color: #a82400
}

.profile-info-card .user-social-media .la-youtube {
    color: #ff0000
}

.profile-info-card .user-social-media .la-instagram {
    color: #e1306c
}

.profile-info-card .user-social-media .la-discord {
    color: #7289da
}

.profile-info-card .user-social-media .la-reddit {
    color: #ff4500
}

.profile-info-card .user-social-media .la-twitter {
    color: #1da1f2
}

.profile-info-card .user-social-media .la-mandalorian {
    color: #2e51a2
}

.profile-info-card .user-social-media .la-linkedin {
    color: #0a66c2
}

body.dark .authors-area .authors-card .authors-card-content {
    color: red
}

.edit-profile-area,
.profile-info-card .user-social-media .la-link {
    color: #333
}

.profile-about-area {
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 24px;
    color: #333;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef0f4
}

body.dark .comments-area .panel-body textarea,
body.dark .edit-profile-area form.edit-profile .form-control {
    background-color: #1f2228;
    color: #fff
}

body.dark .profile-about-area {
    background-color: #1f2228;
    color: #d1d5db;
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3)
}

.profile-about-area .hero {
    margin-bottom: 10px;
    color: #0b0f19;
    font-weight: 800;
    font-size: 18px
}

body.dark .profile-about-area .hero {
    color: #f1f1f1
}

.profile-about-area .about-desc {
    font-size: 15px;
    line-height: 1.7
}

.articles-list {
    margin-top: 28px;
    color: #333
}

.articles-list .hero {
    margin-bottom: 16px;
    color: #0b0f19;
    font-weight: 800;
    font-size: 18px
}

body.dark .articles-list .hero {
    color: #f1f1f1
}

.profile-article-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px
}

@media (max-width:767px) {
    .profile-article-grid {
        grid-template-columns: 1fr
    }
}

.profile-article-card {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #eef0f4;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease
}

.profile-article-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1)
}

body.dark .profile-article-card {
    background: #1f2228;
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3)
}

body.dark .profile-article-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    border-color: rgba(255, 255, 255, 0.1)
}

.profile-article-card__link {
    display: block;
    text-decoration: none;
    color: inherit
}

.profile-article-card__link:hover {
    color: inherit;
    text-decoration: none
}

.profile-article-card__thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f1f5f9
}

body.dark .profile-article-card__thumb {
    background: #161820
}

.profile-article-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease
}

.profile-article-card:hover .profile-article-card__img {
    transform: scale(1.04)
}

.profile-article-card__tag {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 1.4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2)
}

.profile-article-card__body {
    padding: 14px 16px 16px
}

.profile-article-card__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #0b0f19;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

body.dark .profile-article-card__title {
    color: #f1f1f1
}

.profile-article-card__date {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500
}

body.dark .profile-article-card__date {
    color: #6b7280
}

.profile-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    color: #94a3b8
}

.profile-empty-state i {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
    opacity: 0.5
}

.profile-empty-state p {
    margin: 0;
    font-size: 15px;
    font-weight: 500
}

body.dark .profile-empty-state {
    color: #6b7280
}

.profile-empty-text {
    color: #94a3b8;
    font-style: italic;
    margin: 0
}

body.dark .profile-empty-text {
    color: #6b7280
}

@media screen and (max-width:1000px) {
    .profile-info-card {
        margin-top: 20px
    }
}

.profile-about-area .about-desc-edit textarea {
    text-overflow: ellipsis;
    overflow: hidden;
    word-wrap: break-word;
    max-height: 100px;
    padding: 10px 20px;
    color: #333;
    border: none;
    outline: rgba(153, 206, 158, .8) solid 1px;
    border-radius: 20px;
    width: 100%;
    resize: none
}

.edit-profile-area .hero {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 900
}

.edit-profile-area form.edit-profile label {
    padding: 10px;
    font-weight: 600
}

.edit-profile-area form.edit-profile .form-control {
    border: 1px solid #3eb049
}

.edit-profile-area form.edit-profile .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #3eb049;
    box-shadow: 0 1px 10px .25rem rgb(62 176 73 / 25%)
}

.edit-profile-area form.edit-profile .btn-primary {
    background-color: #3eb049;
    border-color: #3eb049
}

.profile-info-card .profile-user-avatar .profile-image-change {
    position: absolute;
    top: 0;
    border-radius: 20px;
    transition: .3s linear;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer
}

.profile-info-card .profile-user-avatar .profile-image-change i {
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.nav-tabs .nav-link.active,
body.dark .nav-tabs .nav-item.show .nav-link {
    color: #495057 !important
}

.login-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100vh;
    flex: 0 0 100%;
    max-width: 100%
}

.header {
    position: absolute;
    top: 40px;
    left: 10%;
    z-index: 888
}

.header .logo .hikari-login-logo svg>path {
    color: #dc3545 !important
}

.banner-area {
    display: flex;
    flex: 0 0 calc(100% - 600px);
    position: relative
}

.banner-area .banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
    font-style: italic
}

.banner-area img,
.payment .payment-image img {
    max-width: 100%
}

.login-area {
    background-color: #fff;
    display: flex;
    flex: 0 0 600px;
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.login-area .hero {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #333;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 50px
}

.login-area .hero .image svg {
    width: 70px;
    height: 70px
}

.login-area form {
    width: 100%;
    padding: 0 20%
}

.login-area input {
    width: 100%;
    max-width: 100%;
    border: none;
    outline: 0;
    border-bottom: 1px solid rgba(51, 51, 51, .5)
}

.login-area input[type=submit]:hover {
    background-color: rgba(51, 51, 51, .74)
}

.login-area .buttons p::after,
.login-area .buttons p::before {
    width: 50px;
    height: 1px;
    background: #333;
    vertical-align: middle;
    display: inline-block;
    content: ""
}

.login-area .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.login-area .buttons a {
    display: block;
    text-align: center
}

.login-area .buttons .btn {
    border-radius: 20px;
    padding: 10px 20px;
    transition: .3s linear
}

.login-area .buttons a.btn-login {
    background-color: #333;
    color: #fff !important;
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.login-area .buttons a.btn-login:focus,
.login-area .buttons a.btn-login:hover {
    animation: 1s login;
    box-shadow: 0 0 0 2em transparent;
    background-color: #333;
    color: #fff !important
}

.login-area .buttons a.btn-google {
    border: 1px solid #939393;
    color: #333 !important
}

.login-area .buttons a.btn-google:focus,
.login-area .buttons a.btn-google:hover {
    animation: 1s google;
    box-shadow: 0 0 0 2em transparent;
    background-color: #972d27;
    color: #fff !important
}

.login-area .buttons p {
    text-align: center;
    font-size: 24px;
    color: #333 !important
}

.login-area .buttons p::after {
    margin-left: 10px
}

.login-area .buttons p::before {
    margin-right: 10px
}

@keyframes google {
    0% {
        box-shadow: 0 0 0 0 #972d27
    }
}

@keyframes login {
    0% {
        box-shadow: 0 0 0 0 #333
    }
}

.comments-area .panel-body .share-btn,
.login-area .login-desc,
.vote-anime .previous-result,
.vote-anime .vote-rules {
    margin-top: 20px
}

.login-area .login-desc p>a {
    font-weight: 600;
    text-decoration: underline !important
}

@media (max-width:1100px) {
    .banner-area {
        display: none
    }

    .login-area {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 10px
    }

    .header .logo .hikari-login-logo {
        display: flex !important
    }

    .header .logo .hikari-login-logo svg>path {
        color: #dc3545 !important
    }

    .block-site-footer__logo-link .text-red,
    .header .logo .hikari-login-logo span,
    .header .logo .hikari-login-logo span.text-red {
        color: #dc3545
    }
}

.login-area .form-field {
    display: flex
}

.comments-area .panel {
    box-shadow: 0 2px 0 rgba(0, 0, 0, .075);
    border-radius: 0;
    border: 0;
    margin-bottom: 15px
}

.comments-area .panel .panel-footer,
.panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.comments-area .panel .panel-heading,
.panel>:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.comments-area .panel-body {
    padding: 25px 0
}

.comments-area .panel-body textarea {
    border: 2px solid #ff9800;
    border-radius: 20px;
    resize: none
}

.comments-area .panel-body textarea:focus {
    border-color: #ff9800;
    box-shadow: 0 1px 10px .25rem rgba(255, 153, 0, .356)
}

.comments-area .panel-body .share-btn i {
    font-size: 20px;
    margin-right: 5px
}

.comments-area .panel-body .share-btn .btn-primary-soft {
    border-radius: 20px
}

.comments-area .media-block .media-body {
    display: block;
    overflow: hidden;
    width: auto
}

.comments-area .media-block .media-body .comment-wrapper {
    border-left: 2px solid #ddd;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #ddd
}

.comments-area .media-block .media-body .comment-wrapper .user-reply {
    border-left: 2px solid #ddd;
    margin-left: 40px;
    margin-top: 20px
}

.comments-area .media-block .media-body .user-comment {
    border-radius: 20px;
    padding: 10px 20px
}

.comments-area .media-block .media-body .mar-btm .text-semibold,
.vote-anime-area .hero {
    font-weight: 600
}

.comments-area .middle .media-left,
.middle .media-body,
.middle .media-right {
    vertical-align: middle
}

.comments-area .media-block .media-reply {
    margin-left: 50px
}

.btn-group-sm>.tag,
.comments-area .tag.tag-sm {
    padding: 5px 10px
}

.comments-area .tag.tag-sm i {
    color: #fff;
    font-size: 15px
}

.comments-area .btn-group a:hover,
.comments-area .pad-ver a:hover {
    background-color: #e9ecef;
    border-radius: 20px !important
}

.comments-area .tag:not(.label) {
    background-color: #f05374;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    -webkit-transition: .15s;
    transition: .15s;
    cursor: pointer
}

.comments-area .text-muted,
a.text-muted:focus,
a.text-muted:hover {
    color: #acacac
}

.comments-area .text-sm {
    font-size: .9em
}

.comments-area .text-5x,
.text-2x,
.text-4x,
.text-5x,
.text-lg,
.text-sm,
.text-xs {
    line-height: 1.25
}

.comments-area .btn-trans {
    background-color: transparent;
    border-color: transparent;
    color: #929292
}

.comments-area .btn-icon {
    padding-left: 9px;
    padding-right: 9px
}

.btn-group-sm>.btn,
.btn-icon.btn-sm,
.comments-area .btn-sm {
    padding: 5px 10px !important
}

.comments-area .mar-top {
    margin-top: 15px
}

.authors-area .authors-card {
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    perspective: 1000px
}

.authors-card .flip-card {
    height: 300px;
    perspective: 1000px
}

.authors-card .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform .6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2)
}

.authors-card .flip-card.active .flip-card-inner {
    transform: rotateY(180deg)
}

.authors-card .flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.authors-card .flip-card-front {
    background-color: transparent;
    color: #000
}

.authors-card .flip-card-back {
    background-color: #198754;
    color: #fff;
    transform: rotateY(180deg)
}

.authors-area .authors-card .card-image .category-tag a.manga,
.authors-card .manga,
.listboard-list .items .item .sub-category.magazine,
.listboard-list .items .item .sub-category.manga {
    background-color: #ff9800
}

.authors-card .finance,
.authors-area .authors-card .card-image .category-tag a.finance {
    background-color: #519A66
}

.authors-card .technology,
.authors-area .authors-card .card-image .category-tag a.technology {
    background-color: #D02752
}

.authors-card .unskripted,
.authors-area .authors-card .card-image .category-tag a.unskripted {
    background-color: #C5BAFF
}

.authors-card .flip-card-back .author-desc {
    text-align: center;
    padding: 20px
}

.authors-card .flip-card-back a.author-btn {
    background-color: #333;
    padding: 10px 20px;
    color: #fff !important;
    border-radius: 20px
}

.authors-area .authors-card .card-image {
    position: relative;
    height: 300px
}

.authors-area .authors-card .card-image::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, transparent, #000);
    border-radius: 20px
}

.authors-area .authors-card .card-image .category-tag {
    position: absolute;
    top: 0;
    right: 0
}

.authors-area .authors-card .card-image .category-tag a {
    display: inline-block;
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 0 20px 0 20px;
    font-weight: 600
}

.authors-area .authors-card .card-image .category-tag a.anime {
    background-color: #ff640a
}

.authors-area .authors-card .card-image img {
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.authors-area .authors-card .authors-card-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.authors-area .authors-card .authors-card-content h3>a {
    color: #fff !important;
    display: inline-block
}

.vote-anime {
    font-size: 14px;
    letter-spacing: .05em;
    border-radius: 20px
}

.vote-anime main {
    max-width: 960px;
    margin: 0 auto;
    padding: 3em 2em 0
}

@media (max-width:684px) {
    .vote-anime main {
        padding: 0
    }
}

.vote-anime main .coverage-length,
.vote-anime main .coverage-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-gap: 1em;
    padding-bottom: 1em
}

.vote-anime main .coverage-length .tally,
.vote-anime main .coverage-options .tally {
    align-items: center;
    background: #1e202f;
    border-radius: 50%;
    bottom: 1em;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    color: #fff;
    display: grid;
    font-size: 1.2em;
    height: 3em;
    justify-items: center;
    left: calc(100vw);
    margin: -1.5em -1em 0 0;
    padding-top: .2em;
    position: sticky;
    transition: .1s ease-out;
    width: 3em;
    z-index: 10
}

.vote-anime main .coverage-length .tally.tally-updated,
.vote-anime main .coverage-options .tally.tally-updated {
    background: #393f6a;
    bottom: 1.3em;
    transform: scale(1.1)
}

.vote-anime main .summarize-options {
    grid-column: 1/-1;
    padding: 2em 0
}

.vote-anime main .btn {
    cursor: pointer;
    display: block;
    font-size: 1.4em;
    letter-spacing: .05em;
    padding: 1.5em 2em 1.5em 1.5em
}

.vote-anime main .btn .fas {
    padding-right: 1.5em
}

.vote-anime main .proceed {
    background-color: #c54741;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    color: #fff;
    grid-column: 1/-1;
    transition: .2s
}

.vote-anime main .proceed:hover {
    background-color: #d13c35;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
    padding-left: 2em
}

.vote-anime main .proceed:hover>i {
    margin: 0 -.6em 0 .4em
}

.vote-anime main .proceed.disabled {
    background-color: #ddd;
    box-shadow: 0 10px 30px transparent;
    color: #bbb;
    cursor: default;
    padding-left: 1.5em
}

.vote-anime main .proceed.disabled>i {
    margin: 0
}

.vote-anime main .proceed i {
    transition: .2s
}

.vote-anime main .coverage-length {
    margin-top: 2em;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .2s .2s;
    z-index: -10
}

.vote-anime main .coverage-length.slide-up,
.vote-anime main .coverage-length.slide-up+.controls {
    margin-top: 0;
    opacity: 1;
    z-index: 1
}

.vote-anime main .controls {
    margin-top: 4em;
    opacity: 0;
    padding: 2em 0;
    position: absolute;
    top: 0;
    transition: .2s .3s;
    z-index: -10
}

.vote-anime main h1,
.vote-anime main h2,
.vote-anime main h3,
.vote-anime main h4,
.vote-anime main h5 {
    grid-column: 1/-1
}

.vote-anime main .eyebrow {
    font-size: .8em;
    margin-bottom: -1em
}

.vote-anime main #liquorliability+label {
    font-size: 1.17em;
    font-weight: 700;
    grid-column: 1/-1;
    margin-top: 0;
    opacity: 1;
    transition: .2s;
    z-index: 1
}

.vote-anime main #liquorliability+label.hidden {
    margin-top: -8em;
    opacity: 0;
    z-index: -10
}

.vote-anime main label {
    align-items: center;
    background-color: #f4f4f4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    color: #818181;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    grid-gap: 0.5em;
    grid-template-columns: 30px 1fr 30px;
    line-height: 1.4em;
    padding: 1.3em 1em;
    position: relative;
    transition: .2s;
    border-radius: 20px
}

body.dark .vote-anime .control-group,
body.dark .vote-anime main label {
    background-color: #1f2228;
    border: 1px solid #444
}

.vote-anime main label:hover {
    background-color: #fff;
    color: #000
}

.vote-anime main label:before {
    color: #3eb049;
    content: "\f111";
    display: flex;
    align-self: flex-start;
    font-family: "Font Awesome 5 Free";
    font-size: 1.5em;
    font-weight: 400;
    transform: rotate(-35deg);
    transform-origin: 40% 50%;
    transition: .4s ease-out
}

.vote-anime main label.annual-only {
    padding-right: 0
}

.vote-anime main label.annual-only:after {
    align-items: center;
    background: #eee;
    border-radius: 50%;
    color: #1e202f;
    content: "/f058";
    display: grid;
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 700;
    height: 2em;
    justify-items: center;
    transition: .4s ease-out;
    width: 2em
}

.vote-anime main input:checked+label {
    border: 2px solid #3eb049;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2)
}

.vote-anime main input:checked+label:hover {
    background-color: #f4f4f4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .23)
}

.vote-anime main input:checked+label:before {
    content: "";
    transform: rotate(0)
}

.vote-anime main .coverage-options .content {
    display: flex;
    justify-content: space-between
}

.vote-anime main .coverage-options .content-text {
    margin-left: 15px
}

.vote-anime main .coverage-options .content-text>h4::after {
    content: "";
    display: block;
    border-bottom: 2px solid #ddd;
    margin-top: 10px
}

.vote-anime main .coverage-options .content .img {
    width: 100px
}

.vote-anime main .coverage-options .content .img img {
    max-width: 100%;
    border-radius: 20px
}

.vote-anime .select-radio {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
    padding: 1em 2em 2em
}

.vote-anime .control-group {
    display: inline-block;
    vertical-align: top;
    background: #f4f4f4;
    color: #818181;
    text-align: left;
    flex: 0 0 49%;
    max-width: 49%;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 20px
}

.vote-anime .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px
}

.vote-anime .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6
}

.vote-anime .control--radio .control__indicator {
    border-radius: 50%
}

.vote-anime .control input:focus~.control__indicator,
.vote-anime .control:hover input~.control__indicator {
    background: #ccc
}

.vote-anime .control input:disabled~.control__indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.vote-anime .control__indicator:after {
    content: "";
    position: absolute;
    display: none
}

.vote-anime .control input:checked~.control__indicator:after {
    display: block
}

.vote-anime .control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.vote-anime .control--checkbox input:disabled~.control__indicator:after {
    border-color: #7b7b7b
}

.vote-anime .control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff
}

.vote-anime .control--radio input:disabled~.control__indicator:after {
    background: #7b7b7b
}

.vote-anime .select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%
}

.vote-anime .select select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: #e6e6e6;
    color: #7b7b7b;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.vote-anime .select select::-ms-expand {
    display: none
}

.vote-anime .select select:focus,
.vote-anime .select select:hover {
    color: #000;
    background: #ccc
}

.vote-anime .select select:disabled {
    opacity: .5;
    pointer-events: none
}

.vote-anime .select__arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0;
    border-color: #7b7b7b transparent transparent
}

.vote-anime .select select:focus~.select__arrow,
.vote-anime .select select:hover~.select__arrow {
    border-top-color: #000
}

.vote-anime .select select:disabled~.select__arrow {
    border-top-color: #ccc
}

.vote-anime .submit-btn {
    display: flex;
    justify-content: center;
    padding-bottom: 20px
}

.vote-anime .submit-btn>a {
    background-color: #3eb049;
    padding: 15px 40px;
    border-radius: 20px;
    color: #fff !important;
    transition: .3s linear;
    font-size: 18px;
    font-weight: 600
}

.vote-anime .submit-btn>a:hover {
    background-color: #0c8318fa
}

.vote-anime .vote-rules .hero {
    font-size: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 4px solid #3eb049
}

.vote-anime .previous-result .image-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.vote-anime .previous-result .hero {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px
}

.vote-anime .previous-result img {
    margin-bottom: 20px;
    max-width: 50%;
    display: block;
    box-shadow: 3px 7px 22px rgb(0 0 0)
}

body.dark .card,
body.dark .large-card {
    background-color: #1f2228;
    color: #cfcfcf !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .4) !important;
    border: 1px solid rgba(255, 255, 255, .08) !important;
    transition: .15s ease-out
}

body.dark .card.border-0 {
    background-color: #1f2228 !important;
    border: 0 !important;
    box-shadow: none !important
}

body.dark .card.border-0:hover {
    box-shadow: none !important;
    border: 0 !important
}

.listboard-list .items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 0 0 100%;
    margin-top: 40px;
    margin-bottom: 70px
}

.listboard-list .items .item {
    flex: 0 0 30.3333%;
    max-width: 30.3333%;
    background-color: #fff;
    position: relative;
    box-shadow: 0 10px 30px 1px rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 20px;
    margin-top: 150px
}

.listboard-list .items .item .sub-category {
    position: absolute;
    right: -20px;
    top: -20px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
    background-color: #3eb049
}

.listboard-list .items .item::after {
    position: absolute;
    content: "";
    top: 5vw;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    transform: scale(.75);
    -webkit-filter: blur(5vw);
    -moz-filter: blur(5vw);
    -ms-filter: blur(5vw);
    filter: blur(5vw);
    background: linear-gradient(270deg, #00a8cf, #f05374);
    background-size: 200% 200%;
    animation: 10s infinite animateGlow
}

@keyframes animateGlow {

    0%,
    100% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@keyframes textColor {

    0%,
    100% {
        color: #f05374
    }

    50% {
        color: #00a8cf
    }
}

.listboard-list .items .item .hero {
    margin-top: 10px;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 3px solid rgba(110, 108, 108, .315);
    font-weight: 600
}

.listboard-list .items .item .content-image {
    padding: 20px;
    margin-top: 10px
}

.listboard-list .items .item .content-image img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
    box-shadow: -4px -1px 4px 6px rgb(0 0 0 / 57%)
}

.listboard-results .magazine .download-btn {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: -60px
}

.listboard-results .magazine .download-btn>a {
    background-color: #000;
    padding: 7px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    border-radius: 20px;
    transition: .3s linear
}

.listboard-results .magazine .download-btn>a:hover {
    background-color: rgba(0, 0, 0, .418)
}

@media (max-width:992px) {
    .listboard-list .items {
        padding: 0 10px
    }

    .listboard-list .items .item {
        flex: 0 0 47%;
        max-width: 47%
    }
}

@media (max-width:720px) {
    .listboard-list .items {
        padding: 0 10px
    }

    .listboard-list .items .item {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.magazine .items {
    margin-top: 0
}

.payment-area {
    margin-bottom: 300px
}

.payment .step-container {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .2);
    margin: 80px auto;
    max-width: 340px;
    overflow: hidden
}

.payment .step-header {
    padding: 20px;
    text-align: center
}

.payment .step-indicator {
    background: #dedede;
    border-radius: 4px;
    display: inline-block;
    height: 8px;
    margin: 0 4px 20px;
    width: 8px
}

.payment .step-indicator.current {
    background: #888
}

.payment .step-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 0 20px
}

.payment .button,
.payment .payment-label {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase
}

.payment {
    height: 55px;
    position: relative
}

.payment .payment-image {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 40px;
    z-index: 2
}

.payment .payment-label {
    border-top: 1px solid #dedede;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 0 0 85px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.payment .payment-label:hover,
.payment .payment-option:checked+.payment-label {
    background: #eee
}

.payment .payment-option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    transition: .2s ease-in;
    opacity: 0;
    outline: 0;
    z-index: 2
}

.payment .payment-option:checked {
    right: 20px;
    opacity: 1
}

.payment .payment-option:after {
    color: green;
    content: "✔";
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: -2px;
    transition: width .2s ease-in;
    overflow: hidden;
    width: 0
}

.payment .payment-option:checked:after {
    width: 20px
}

.payment .button {
    background: #000;
    color: #fff !important;
    display: block;
    border-radius: 20px;
    line-height: 20px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    transition: .2s
}

.payment .button:hover {
    background: #2b2b2c
}

#articleContent .fixed-options-wrap {
    position: absolute;
    top: 0;
    right: -100px;
    height: 100%
}

#articleContent .fixed-options {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    right: 0
}

@media (max-width:1200px) {
    .offcanvas-header .navbar-brand {
        min-width: auto
    }

    #articleContent .fixed-options,
    #articleContent .fixed-options-wrap {
        top: unset;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        z-index: 90
    }

    #articleContent .fixed-options-wrap {
        position: fixed;
        bottom: -1px;
        height: 30px;
        width: 100%
    }

    #articleContent .fixed-options {
        position: relative;
        bottom: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #f05374;
        padding: 10px 100px;
        box-shadow: 0 0 9px rgba(0 0 0 / .4)
    }

    #articleContent .fixed-option-c {
        margin: 0 0 0 8px;
        box-shadow: 0 0 3px rgb(0 0 0), 0 0 0 transparent
    }

    .fixed-option-c.scroll-top-detail svg,
    .fixed-options.fixed-options-details .fixed-option-c {
        height: 41px !important;
        width: 41px !important;
        border-radius: 100%
    }
}

.blog-area .card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, .19) 0 10px 20px, rgba(0, 0, 0, .23) 0 6px 6px !important
}

.listboard-card,
.listboard-card .image {
    box-shadow: 0 5px 30px -10px rgba(111, 145, 164, .5)
}

body.dark .large-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5) !important;
    border-color: rgba(255, 255, 255, .15) !important;
    outline: 0 !important
}

body.dark .filter-item {
    border-color: #2c3238
}

body.dark .accordion-body p,
body.dark .filter-item-title {
    color: #cfcfcf
}

body.dark .article-card-title {
    color: #eee
}

body.dark a.filter-item-title {
    color: #cfcfcf !important
}

body.dark a.filter-item-title::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23cfcfcf' d='M3 21V3h9v2H5v14h14v-7h2v9Zm6.7-5.3l-1.4-1.4L17.6 5H14V3h7v7h-2V6.4Z'/%3E%3C/svg%3E")
}

body.dark .horizontal-filter-item {
    border-color: #3d3d3d
}

body.dark .horizontal-filter-item span {
    color: #ddd
}

body.dark .horizontal-filter-item.active,
body.dark .horizontal-filter-item:active,
body.dark .horizontal-filter-item:hover {
    background-color: #303136
}

body.dark .horizontal-filter-item ul {
    border-color: #3d3d3d;
    background-color: #303136
}

body.dark .horizontal-filter-item ul li {
    border-color: #505050
}

body.dark .fixed-option-c {
    border-color: #3c3c3c
}

body.dark #progressBar svg path {
    stroke: #fff
}

@media (max-width:768px) {
    .navbar-brand {
        text-transform: uppercase
    }

    .authors-card .flip-card-front {
        padding: 0 40px
    }

    .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .container,
    .container-sm {
        max-width: 100%
    }

    .inner-banner {
        min-height: 240px
    }

    .profile-cover-user-name {
        font-size: 22px
    }

    .profile-cover-user-name>span {
        font-size: 13px
    }

    .header .logo .navbar-brand {
        background: 0 0
    }
}

@media (max-width:520px) {
    .authors-card .flip-card-front {
        padding: 0 1px
    }
}

@media (max-width:475px) {
    .vote-anime .select-radio {
        flex-flow: column
    }

    .vote-anime .control-group {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.blog-details-top-sponsored-ads {
    max-width: 970;
    max-height: 90px;
    margin: 0 auto
}

.blog-details-comment-sponsored-ads img,
.blog-details-large-sponsored-ads .inner-fixed img,
.blog-details-top-sponsored-ads img,
.listboard-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-details-comment-sponsored-ads {
    max-width: 728px;
    max-height: 90px;
    margin: 0 auto
}

.blog-details-large-sponsored-ads {
    position: absolute;
    top: 300px;
    left: -200px;
    height: 100%
}

.blog-details-large-sponsored-ads .inner-fixed {
    position: sticky;
    position: -webkit-sticky;
    right: 0;
    top: 100px;
    max-width: 120px;
    max-height: 600px
}

.blog-details-large-sponsored-ads.right {
    right: -240px;
    left: unset
}

.listboard-card {
    position: relative;
    background-color: #ffff;
    border-radius: 9px
}

.listboard-card .rate {
    padding: 20px;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 50px;
    width: 50px;
    top: -20px;
    left: -20px
}

.listboard-card .rate.first {
    background: #f86067
}

.listboard-card.first {
    border: 4px solid #f86067
}

.listboard-card .rate.second,
.listboard-card.second .vote-count {
    background: linear-gradient(180deg, #f0f0f0 0, #d5d5d5 0)
}

.listboard-card.second {
    border: 5px solid #d5d5d5
}

.listboard-card .rate.third,
.listboard-card.third .vote-count {
    background: linear-gradient(180deg, #df7f5f 0, #cb6947 0)
}

.listboard-card.third,
.listboard-results-new .listboard-card.third .image {
    border: 5px solid #cb6947
}

.listboard-card .rate span {
    font-size: 20px;
    font-weight: 600;
    color: #191a20
}

.listboard-card .vote-count p,
.listboard-results-new .listboard-card .content .description {
    font-size: 14px;
    font-weight: 600
}

.listboard-card .vote-count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f86067;
    text-align: center
}

.listboard-card .vote-count p {
    margin: 0;
    color: #191a20
}

.listboard-card .vote-count p span {
    background: #191a20;
    border-radius: 6px;
    font-size: 16px;
    padding: 0 10px;
    font-weight: 600;
    color: #fff
}

.listboard-results-new {
    padding: 40px 0
}

.listboard-results-new .listboard-card {
    padding-bottom: 30px
}

.listboard-results-new .listboard-card .content {
    padding: 29px 40px
}

.listboard-results-new .listboard-card .content .name {
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    padding-bottom: 4px
}

.listboard-results-new .listboard-card.bronze .content .name,
.listboard-results-new .listboard-card.iron .content .name,
.listboard-results-new .listboard-card.second .content .name,
.listboard-results-new .listboard-card.third .content .name {
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.listboard-results-new .listboard-card.bronze {
    border: 5px solid #cd7f32
}

.listboard-card .rate.bronze,
.listboard-card.bronze .vote-count {
    background: #cd7f32
}

.listboard-results-new .listboard-card.iron {
    border: 5px solid #5fa684
}

.listboard-card .rate.iron,
.listboard-card.iron .vote-count {
    background: #5fa684
}

.listboard-results-new .listboard-card .image {
    border-radius: 0 5px 0 0
}

.listboard-card .image {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden
}

.listboard-card .content {
    padding: 29px 10px
}

.listboard-card .content .name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.listboard-card .content .description {
    font-size: 12px;
    color: #939393
}

.listboard-date.question-answer {
    border-left: 4px solid #3eb049;
    padding-left: 10px;
    font-size: 24px
}

.question-answer-form form {
    width: 100%;
    padding-top: 50px
}

.question-answer-form .field {
    margin-bottom: 40px
}

.question-answer-form .field label {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px
}

.question-answer-form .field button:hover,
body.dark .question-answer-form .field input {
    background: #161920;
    color: #fff
}

body.dark .question-answer-form .field input::placeholder {
    color: #fff
}

.question-answer-form .field input {
    width: 100%;
    outline: 0;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    color: #fff
}

body.dark .question-answer-form .field>button,
body.dark.ql-toolbar.ql-snow+.ql-container.ql-snow {
    background: #161920
}

.question-answer-form .field button {
    display: block;
    border: 1px solid #ccc;
    outline: 0;
    border-radius: 6px;
    background: #1f2228;
    padding: 10px 20px;
    color: #fff;
    margin-left: auto;
    transition: .3s ease-in-out;
    font-weight: 600
}

body.dark {
    background: #1f2228
}

.ql-editor {
    border-radius: 6px;
    height: 200px !important
}

body.dark .ql-toolbar.ql-snow {
    background: #dfdfdf
}

.ql-toolbar.ql-snow {
    border-radius: 6px 6px 0 0
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-radius: 0 0 6px 6px
}

body.dark .ql-toolbar.ql-snow+.ql-container.ql-snow {
    background: #161920
}

body.dark .blog-title,
body.dark .blog-content-title {
    color: #f1f1f1
}

body.dark .blog-meta,
body.dark .blog-meta span {
    color: #aaa
}

body.dark .ns-summer-note-content,
body.dark .ns-summer-note-content p,
body.dark .ns-summer-note-content span,
body.dark .ns-summer-note-content li,
body.dark .ns-summer-note-content td,
body.dark .ns-summer-note-content th,
body.dark .ns-summer-note-content h1,
body.dark .ns-summer-note-content h2,
body.dark .ns-summer-note-content h3,
body.dark .ns-summer-note-content h4,
body.dark .ns-summer-note-content h5,
body.dark .ns-summer-note-content h6,
body.dark .ns-summer-note-content div,
body.dark .ns-summer-note-content blockquote,
body.dark .ns-summer-note-content figcaption {
    color: #ddd !important
}

body.dark .ns-summer-note-content a {
    color: #6ea8fe !important
}

body.dark .ns-summer-note-content blockquote {
    border-left-color: #555 !important
}

body.dark .ns-summer-note-content pre,
body.dark .ns-summer-note-content code {
    background-color: #161920 !important;
    color: #e0e0e0 !important
}

body.dark .ns-summer-note-content table {
    border-color: #444 !important
}

body.dark .ns-summer-note-content img {
    opacity: .92
}

body.dark .block-site-footer__signup {
    background: #141820
}

body.dark .block-site-footer__bottom-bar {
    background: radial-gradient(circle at 15% 50%, rgba(88, 103, 255, .06), transparent 40%), radial-gradient(circle at 85% 50%, rgba(0, 190, 255, .05), transparent 35%), linear-gradient(135deg, #12161f 0%, #161b28 50%, #12161f 100%)
}

body.dark .block-site-footer__colophon p,
body.dark .block-site-footer__mail {
    color: #9b9b9b !important
}

body.dark .block-site-footer #footer-menu li {
    color: #ccc
}

body.dark .block-site-footer__social {
    color: #ccc
}

body.dark .offcanvas {
    background-color: #191a1f;
    color: #f1f1f1
}

body.dark .offcanvas .nav-link {
    color: #ddd
}

body.dark .offcanvas .btn-close {
    color: #fff !important;
    filter: none
}

body.dark .offcanvas .side-social h6 {
    color: #ccc
}

body.dark .accordion-item {
    background-color: #1f2228;
    border-color: #333
}

body.dark .accordion-button {
    background-color: #1f2228;
    color: #ddd
}

body.dark .accordion-button:not(.collapsed) {
    background-color: #252830;
    color: #f1f1f1
}

body.dark .accordion-button::after {
    filter: invert(1)
}

body.dark .comments-area .btn-primary-soft {
    background-color: #2a2d35;
    color: #ddd
}

body.dark .comments-area .btn-primary-soft:hover {
    background-color: #353840
}

body.dark .text-muted {
    color: #999 !important
}

body.dark .btn-link {
    color: #f1f1f1;
    background-image: linear-gradient(90deg, #fff, #fff), linear-gradient(#b0fbbc, #b0fbbc), linear-gradient(#5cd47d, #5cd47d)
}

body.dark hr {
    border-color: #333
}