@font-face {
    font-family: 'Cantora One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/portal/assets/webfonts/gyB4hws1JdgnKy56GB_JX6zd.ttf) format('truetype');
}

body {
    font-size: 1rem;
}

@media (max-width: 700px) {
    body {
        font-size: 0.9rem;
    }

    .categories {
        display: none;
    }
}

.navbar {
    z-index: 10000;
}

.btn-success {
    background-color: #61a354;
}

label {
    font-weight: bold;
}

ul {
    list-style: none;
    padding-left: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Cantora One', sans-serif;
    color: #3d3c3c;
    width: 100%;
    display: block;
}

a {
    color: #0b5f0b;
}

a:hover {
    color: #00f500;
}

#toaster {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 99995;
}

#toaster .toast {
    min-width: 250px;
    max-width: 350px;
    background-color: #b7efb7;
}

#toaster .toast .toast-header {
    background-color: #6f9e6f;
    color: white;
}

#toaster .toast__error {
    background-color: #e5abab;
}

#toaster .toast__error .toast-header {
    background-color: #c21b1b;
}

.container {
    max-width: 1500px;
    margin: auto !important;
}

footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9dd53a+0,3b4700+0,828d3b+2,828d3b+84,3b4700+100 */
    background: #9dd53a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9dd53a 0%, #3b4700 0%, #828d3b 2%, #828d3b 84%, #3b4700 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9dd53a 0%, #3b4700 0%, #828d3b 2%, #828d3b 84%, #3b4700 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9dd53a 0%, #3b4700 0%, #828d3b 2%, #828d3b 84%, #3b4700 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#3b4700', GradientType=0);
    /* IE6-9 */
}

footer a.text-muted {
    color: white !important;
}

footer .footer_links {
    white-space: nowrap;
}

.box {
    padding: 5px;
}

.card {
    margin-bottom: 5px;
}

.card-header {
    border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #828d3b;
    font-weight: bold;
    color: #cde5cd;
    padding: 0.35rem 0.75rem;
}

.card-header:first-child {
    border-radius: calc(0.35rem - 1px);
}

.card-body {
    padding: 0.75rem;
    margin: 1px;
}

.events .event {
    display: block;
    margin: 0;
}

.events .event__title {
    font-weight: bold;
}

.events .event__date {
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
}

.events .event__location {
    display: inline-block;
}

.discussion {
    clear: both;
    margin-bottom: 20px;
}

.discussion__header {
    display: block;
}

.discussion__header .discussion__member {
    display: inline;
    width: 70px;
    float: left;
    margin-right: 10px;
}

.discussion__header .discussion__member img {
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 0 3px #000000;
}

.discussion__title {
    font-weight: bold;
}

.discussion__content {
    padding: 5px 15px;
}

.discussion__content img {
    max-width: 100%;
}

.userprofile {
    display: inline;
    width: 70px;
    float: left;
    margin-right: 10px;
    margin-top: 6px;
}

.userprofile.christmashat::before {
    content: "";
    background: url('/portal/assets/christmas_cap.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 85px;
    height: 72px;
    position: absolute;
    z-index: 2000;
    top: -26px;
    left: -19px;
    display: block;
}

.userprofile img {
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 0 3px #000000;
}

.userprofile.disabled img {
    filter: grayscale(100%);
}

.userprofile__username {
    text-align: center;
    display: block;
    width: 100%;
    color: white;
    background-color: #113900;
    box-shadow: 0 2px 8px #ddd;
    border-radius: 10px;
    margin-bottom: -10px;
    position: relative;
    z-index: 100;
}

.userprofile__big {
    width: 140px;
}

.userprofile__big.christmashat::before {
    content: "";
    background: url('/portal/assets/christmas_cap.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 180px;
    height: 155px;
    position: absolute;
    z-index: 2000;
    top: -40px;
    left: -24px;
    display: block;
}

.userprofile__big img {
    width: 140px;
    box-shadow: 0 0 6px #000000;
}

.userprofile__big .userprofile__noavatar {
    text-align: center;
    font-size: 5em;
    width: 140px;
    height: 140px;
    padding-top: 10px;
    border-radius: 50%;
    background-color: #e3ffb8;
    box-shadow: 0 0 6px #000000;
    color: #2e3216;
}

.userprofile__small {
    position: relative;
    top: -15px;
    width: 60px;
    margin-bottom: -22px;
}

.userprofile__small img {
    width: 60px;
}

.userprofile__small .userprofile__noavatar {
    text-align: center;
    font-size: 1.6em;
    width: 60px;
    height: 60px;
    padding-top: 10px;
    border-radius: 50%;
    background-color: #e3ffb8;
    box-shadow: 0 0 3px #000000;
    color: #2e3216;
}

.money_text {
    font-weight: bold;
    font-size: 1.4em;
    margin-right: 3px;
}

.money_icon::before {
    position: relative;
    top: -2px;
    font-size: 1.5em;
    text-shadow: 0 0 2px #000000;
    content: '\1F359';
}

.discussion__member__noavatar,
.userprofile__noavatar {
    text-align: center;
    font-size: 2em;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    border-radius: 50%;
    background-color: #e3ffb8;
    box-shadow: 0 0 3px #000000;
    color: #2e3216;
}

.birthday__title {
    font-weight: bold;
}

.birthday__username {
    padding-left: 10px;
}

.connect img.social_media {
    width: 45px;
}

.categories .category {
    width: 100px;
    min-height: 100px;
}

.categories .category__title {
    font-weight: bold;
    font-size: 1.1em;
}

.categories .category__description {
    font-size: 0.8em;
}

@media all and (max-width: 700px) {
    .container {
        padding: 0;
    }

    footer {
        margin-left: 5px;
    }

    footer .footer_links {
        padding: 3px 10px;
    }

    .userprofile__level_name {
        display: block !important;
    }
}

.cummunitymap #map {
    height: 700px;
}

.cummunitymap .notice {
    margin: 15px 10px 5px;
    text-align: center;
}

.cummunitymap .notice h2 {
    font-weight: bold;
}

.event_popover {
    background-color: #b2c6b1;
}

.event_popover .popover-header {
    text-align: left;
    color: black;
}

.event_popover .popover-body {
    background-color: #b2c6b1;
}

.event_popover card {
    background-color: #b2c6b1;
}

.event {
    padding: 3px 5px;
    display: inline-block;
    margin: 15px 5px;
}

.event h2 {
    font-size: 1.3rem;
}

.event h3 {
    font-size: 1.1rem;
}

.event .Avatar {
    display: inline-block;
    box-sizing: content-box;
    color: #fff;
    text-align: center;
    vertical-align: top;
    background-color: #788017;
    font-weight: normal;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    font-size: 24px;
    line-height: 48px;
}

.event .image {
    width: 100%;
}

.event .image img {
    width: 100%;
}

.event .card-inner {
    padding: 4px 12px;
}

.event a {
    color: #345026;
}

.event i.fas {
    width: 30px;
}

.event i.fas_space {
    display: inline-block;
    width: 5px;
}

.event ul.participation_list {
    padding-left: 0;
    height: 50px;
}

.event ul.participation_list li.participant_item {
    display: inline-block;
    margin-right: -20px;
}

.event ul.participation_list li.participant_item .Avatar {
    box-shadow: #fff 2px 2px 2px;
    border: 3px solid #adc1b5;
}

.event .more_infos {
    width: 100%;
}

.event .more_infos a.btn-primary {
    border: 1px solid #32450a;
    background-color: #77AD0C;
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
}

.eventlist__categories {
    display: inline-block;
}

.eventlist__categories li.eventlist__category {
    display: inline;
    margin: 2px;
    padding: 3px 4px;
    border: 1px solid #0f6674;
    border-radius: 5px;
    color: black;
}

.eventlist__categories li.eventlist__category.Konzert,
.eventlist__categories li.eventlist__category.active {
    background-color: #e8cfc9;
}

.eventlist__categories li.eventlist__category.Shopping,
.eventlist__categories li.eventlist__category.active {
    background-color: #e5f9c7;
}

.eventlist__categories li.eventlist__category.Convention,
.eventlist__categories li.eventlist__category.active {
    background-color: #bee2e8;
}

.eventlist__categories li.eventlist__category.Communitytreffen,
.eventlist__categories li.eventlist__category.active {
    background-color: #c7e8cc;
}

.eventlist__categories li.eventlist__category.Kino,
.eventlist__categories li.eventlist__category.active {
    background-color: #e8e3c1;
}

.eventlist__categories li.eventlist__category.Sonstiges,
.eventlist__categories li.eventlist__category.active {
    background-color: #f2e1f5;
}

.eventlist__categories li.eventlist__category:hover,
.eventlist__categories li.eventlist__category.active {
    text-decoration: none;
    background-color: #bad4ba;
    color: black;
}

.event.Konzert {
    background-color: #e8cfc9;
    background: linear-gradient(to bottom, #e8cfc9 0%, rgba(232, 207, 201, 0.29) 52%, rgba(232, 207, 201, 0.29) 100%);
}

.event.Shopping {
    background-color: #e5f9c7;
    background: linear-gradient(to bottom, #e5f9c7 0%, rgba(229, 249, 199, 0.29) 52%, rgba(229, 249, 199, 0.29) 100%);
}

.event.Convention {
    background-color: #bee2e8;
    background: linear-gradient(to bottom, #bee2e8 0%, rgba(190, 226, 232, 0.29) 52%, rgba(190, 226, 232, 0.29) 100%);
}

.event.Communitytreffen {
    background-color: #c7e8cc;
    background: linear-gradient(to bottom, #c7e8cc 0%, rgba(199, 232, 204, 0.29) 52%, rgba(199, 232, 204, 0.29) 100%);
}

.event.Kino {
    background-color: #e8e3c1;
    background: linear-gradient(to bottom, #e8e3c1 0%, rgba(230, 225, 193, 0.29) 52%, rgba(232, 227, 193, 0.29) 100%);
}

.event.Sonstiges {
    background-color: #f2e1f5;
    background: linear-gradient(to bottom, #f2e1f5 0%, rgba(242, 225, 245, 0.29) 52%, rgba(242, 225, 245, 0.29) 100%);
}

.event .btn.Status--yes {
    background-color: green !important;
}

.event .btn.Status--maybe {
    background-color: grey !important;
}

.event .btn.Status--no {
    background-color: red !important;
}

@media (max-width: 700px) {
    .fc-header-toolbar .fc-left,
    .fc-header-toolbar .fc-center,
    .fc-header-toolbar .fc-right {
        display: block;
        width: 100%;
    }
}

.stars_rating .rating-group,
.stars_rating .rating-group__small {
    display: inline-flex;
}

.stars_rating .rating__icon {
    pointer-events: none;
}

.stars_rating .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

.stars_rating .rating__label {
    cursor: pointer;
    padding: 0;
    padding-right: -1.7rem;
    font-size: 2rem;
}

.stars_rating .rating__label::first {
    padding: 0;
}

.stars_rating .rating__label--half {
    width: 1.3rem;
    margin-right: -1.3rem;
    z-index: 2;
}

.stars_rating .rating__label--half i {
    text-shadow: none;
}

.stars_rating .rating__icon--star {
    text-shadow: 0 0 1px #000;
    color: orange;
}

.stars_rating .rating__icon--none {
    color: #eee;
}

.stars_rating .rating__input:checked ~ .rating__label .rating__icon--star,
.stars_rating .rating__input__small:checked ~ .rating__label .rating__icon--star {
    color: #ddd;
}

.stars_rating .rating-group:hover .rating__label .rating__icon--star,
.stars_rating .rating-group:hover .rating__label--half .rating__icon--star {
    color: orange;
}

.stars_rating .rating__input:hover ~ .rating__label .rating__icon--star,
.stars_rating .rating__input:hover ~ .rating__label--half .rating__icon--star {
    color: #ddd;
}

.stars_rating .rating-group:hover .rating__input--none:not(:hover) + .rating__label .rating__icon--none {
    color: #eee;
}

.stars_rating .rating__input--none:hover + .rating__label .rating__icon--none {
    color: red;
}

.stars_rating_readonly {
    float: right;
    height: 15px;
    display: inline-flex;
    cursor: pointer;
}

.stars_rating_readonly .rating__label--half {
    padding-right: 0;
    margin-right: -1.1em;
    z-index: 2;
}

.stars_rating_readonly .rating__icon--star {
    color: orange;
}

.stars_rating_readonly .rating__icon--none {
    color: #eee;
}

.swiper-button-next,
.swiper-button-prev {
    color: #a6f4a9;
    text-shadow: 0px 0px 10px #000;
    font-weight: bold;
}

.AnimePagionation {
    display: block;
    width: 100%;
}

.pagination li .page-link {
    border-color: #56724a;
    color: #56724a;
}

.page-item.active .page-link {
    border-color: #364430 !important;
}

.pagination li.active .page-link {
    background-color: #4CAF50;
    color: white;
}

.pagination li:hover:not(.active) .page-link {
    background-color: #ddd;
}

@media (max-width: 500px) {
    .pagination .page-link {
        padding: 0.2rem 0.35rem;
    }
}

.anime_spoiler {
    background-color: rgba(137, 137, 137, 0.5);
    filter: blur(5px);
    transition: ease-out 1s;
}

.anime_spoiler:hover {
    background-color: rgba(137, 137, 137, 0);
    filter: blur(0);
}

ul.share-buttons {
    list-style: none;
    padding: 0;
}

ul.share-buttons li {
    display: inline;
}

ul.share-buttons .sr-only {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

ul.share-buttons img {
    width: 32px;
}

.navbar-dark.bg-dark {
    background-color: rgba(130, 141, 59, 0.71) !important;
    box-shadow: 0 3px 13px #000;
    transition: background-color 0.5s;
}

.navbar-dark.bg-dark:hover {
    background-color: #828d3b !important;
}

.navbar-dark .navbar-brand {
    font-weight: bold;
    width: 250px;
}

.navbar-dark .navbar-brand img.logo {
    position: absolute;
    top: 0;
    left: 10px;
    height: 150px;
    width: auto;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1.2em;
    color: #ddffdd;
}

.dropdown-menu {
    background-color: #7e9e4a;
}

.dropdown-menu .dropdown-item {
    color: white;
}

.dropdown-menu .dropdown-item:hover {
    color: black;
}

.dropdown-menu .dropdown-item:active {
    background-color: #0b5f0b;
    color: white;
}

@media all and (max-width: 1200px) {
    .navbar-dark .navbar-nav {
        text-align: right;
        margin: 10px;
    }

    .navbar-dark .navbar-brand img.logo {
        top: 0;
        left: 10px;
        height: 100px;
        width: auto;
    }
}

.jumbotron {
    width: 100%;
    height: 300px;
    text-align: center;
    background-image: url("/assets/littleakiba_header_large.jpg");
    background-color: #ddffdd;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    -webkit-box-shadow: inset 0px -70px 46px -31px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: inset 0px -70px 46px -31px rgba(0, 0, 0, 0.62);
    box-shadow: inset 0px -70px 46px -31px rgba(0, 0, 0, 0.62);
}

.chunky a.button {
    white-space: nowrap;
    padding: 4px 15px 7px 15px;
    width: auto;
    height: auto;
    margin-right: 3px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.001);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35), inset 0px 14px 14px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35), inset 0px 14px 14px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35), inset 0px 14px 14px rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35), inset 0px 14px 14px rgba(255, 255, 255, 0.1);
    cursor: pointer;
    background: #77AD0C;
}

.chunky a.button:hover {
    /* Hover State */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35), inset 0px 14px 14px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35), inset 0px 14px 14px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35), inset 0px 14px 14px rgba(255, 255, 255, 0.25);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.35), 0px 1px 3px rgba(0, 0, 0, 0.18), inset 0px -3px 0px rgba(0, 0, 0, 0.35), inset 0px 14px 14px rgba(255, 255, 255, 0.25);
    -webkit-animation: glow 1s infinite ease-in-out;
    cursor: pointer;
}

.chunky__small a {
    white-space: nowrap;
    padding: 2px 8px 4px 8px;
    font-size: 17px;
}

.navbar-collapse.show .chunky {
    margin-bottom: 10px;
}

.navbar-collapse.show .chunky a {
    width: 45% !important;
    display: inline-block;
    text-align: center;
}

.user_notifications {
    white-space: nowrap;
    background-color: #ddffdd;
    border-radius: 10px;
    padding: 0 5px;
    box-shadow: inset 0 0 6px rgba(30, 30, 30, 0.8);
    margin: 2px 3px 0 0;
    color: #898989;
    display: inline-block;
    font-size: 1.2em;
    cursor: pointer;
}

.user_notifications i.new_notifications {
    color: #f37b3b;
}

.user_notifications_messages {
    white-space: normal;
    max-height: 600px;
    overflow-y: auto;
    overflow-w: hidden;
    border-radius: 5px 5px 15px 15px;
    width: 300px;
    font-size: 0.9em;
    display: none;
    position: absolute;
    right: 100px;
    border: 0;
    box-shadow: 10px 10px 10px rgba(100, 100, 100, 0.8);
    background-color: #eaeeea;
    padding: 0;
}

.user_notifications_messages_title {
    display: block;
}

.user_notifications_message {
    display: block;
    min-height: 35px;
    margin: 0;
    padding: 3px 10px;
}

.user_notifications_message.not_last_message {
    border-bottom: 1px solid #777;
}

.user_notifications_message.new_message {
    border-left: 5px solid #174b23;
    background-color: #c2e8c2;
}

@media (max-width: 700px) {
    .user_notifications_messages {
        max-height: 400px;
        width: 300px;
        position: absolute;
        right: -50px;
    }

    .user_notifications_hamburger {
        display: inline-block !important;
    }
}

.user_money {
    white-space: nowrap;
    background-color: #ddffdd;
    border-radius: 10px;
    padding: 0 5px;
    box-shadow: inset 0 0 6px rgba(30, 30, 30, 0.8);
    margin: 2px 3px 0 0;
    color: #898989;
    display: inline-block;
    font-size: 0.8em;
}

.AnimeList {
    display: block;
    padding: 10px !important;
}

.AnimeList .AnimeFilterMenuButton {
    display: none;
}

.AnimeList .AnimeFilterContainer .filter #filter__anime_episode_label {
    font-size: 12px;
    display: block;
    margin-left: 10px;
    margin-bottom: 3px;
    font-weight: bold;
}

.AnimeList .AnimeFilterContainer .filter #anime_episode_range {
    height: 10px;
    display: block;
    width: 120px;
    margin-left: 20px;
    margin-right: 20px;
}

.AnimeList .AnimeFilterContainer .filter #filter__anime_type {
    margin-right: 4px;
}

.AnimeList .AnimeFilterContainer .filter #filter__anime_status__group i {
    font-size: 25px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-shadow: 0 0 3px #000;
}

.AnimeList .AnimeFilterContainer .filter #filter__anime_status__group i.status_yes {
    color: #acac21;
}

.AnimeList .AnimeFilterContainer .filter #filter__anime_status__group i.status_no {
    color: #fa4343;
}

.AnimeList .AnimeFilterContainer .filter #filter__anime_status__group i.status_off {
    color: #b3afaf;
}

.AnimeList .AnimeFilterContainer .dropdown-menu {
    z-index: 20000 !important;
}

.AnimeList .AnimeFilterContainer select {
    width: 100%;
    margin-right: 15px;
}

.AnimeList .AnimeFilterContainer label {
    margin-bottom: 0;
}

.AnimeList .AnimeEntries {
    margin-left: 10px;
}

.AnimeList .AnimeEntries .AnimeItem {
    display: inline-block;
    font-size: 12px;
    border: 1px solid white !important;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    padding: 0;
    width: 205px !important;
    height: 285px;
    margin: 10px !important;
    background: linear-gradient(135deg, #e2e2e2 0%, #fefefe 13%, #fefefe 26%, #dbdbdb 55%, #d1d1d1 58%, #d1d1d1 58%, #d1d1d1 64%, #d1d1d1 67%, #919191 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    text-shadow: none;
    border-radius: 3.125px;
}

.AnimeList .AnimeEntries .AnimeItem__hidden {
    border: 2px solid red !important;
}

.AnimeList .AnimeEntries .AnimeItem .header {
    position: absolute;
    width: 205px !important;
}

.AnimeList .AnimeEntries .AnimeItem .header .AnimeItem__discussion,
.AnimeList .AnimeEntries .AnimeItem .header .AnimeItem__status {
    color: white;
    width: 45px;
    position: relative;
    top: -10px;
    left: -5px;
    padding: 3px 6px;
    border-radius: 10px;
    background-color: #acac21;
    box-shadow: 0 1px 3px #000;
}

.AnimeList .AnimeEntries .AnimeItem .header .AnimeItem__discussion__empty,
.AnimeList .AnimeEntries .AnimeItem .header .AnimeItem__status__empty {
    color: black;
    background-color: #e4f6e9;
}

.AnimeList .AnimeEntries .AnimeItem .header .AnimeItem__bookmark {
    font-weight: bold;
    font-size: 2.6em;
    color: #e4f6e9;
    position: absolute;
    top: -12px;
    right: 5px;
    padding: 3px 6px;
    border-radius: 10px;
    cursor: pointer;
    text-shadow: 0 2px 5px #000;
}

.AnimeList .AnimeEntries .AnimeItem .header .AnimeItem__bookmark:hover {
    color: #acac21;
}

.AnimeList .AnimeEntries .AnimeItem .header .AnimeItem__bookmark .is_bookmarked {
    color: #acac21;
}

.AnimeList .AnimeEntries .AnimeItem .header .AnimeItem__bookmark .is_bookmarked:hover {
    color: #e4f6e9;
}

.AnimeList .AnimeEntries .AnimeItem .content {
    overflow: hidden;
}

.AnimeList .AnimeEntries .AnimeItem .content .cover_container {
    height: 285px;
    width: 205px;
    overflow: hidden;
}

.AnimeList .AnimeEntries .AnimeItem .content .cover {
    display: inline-block;
    height: 285px;
    width: 205px;
    background-size: cover;
    background-position: center center;
}

.AnimeList .AnimeEntries .AnimeItem .footer {
    font-size: 12px;
    position: relative;
    color: white;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0.7) 20%, rgba(51, 51, 51, 0.9) 100%);
    margin-top: -75px;
    padding: 10px 5px 5px 5px;
    display: block;
    height: 75px;
}

.AnimeList .AnimeEntries .AnimeItem .footer .AnimeItem__type {
    font-size: 1em;
    float: left;
}

.AnimeList .AnimeEntries .AnimeItem .footer .AnimeItem__title {
    clear: both;
    display: block;
    font-size: 1.15em;
    line-height: 1.13em;
    font-weight: bold;
    overflow: hidden;
    height: 45px;
}

.AnimeList .AnimeEntries .AnimeItem .footer .AnimeItem__title a {
    color: white;
}

.AnimeList .AnimeEntries .AnimeItem .footer .AnimeItem__title a:hover {
    color: #dfffa4;
    text-decoration: none;
}

.AnimeList .AnimeEntries .AnimeItem .footer .AnimeItem__rating {
    float: right;
    cursor: pointer;
}

@media (max-width: 900px) {
    .AnimeList .AnimeFilterMenuButton {
        display: block;
    }

    .AnimeFilterContainer {
        display: none;
        position: fixed;
        left: 0;
        top: 20px;
        background-color: #fff;
        width: 300px !important;
        z-index: 10000;
        padding: 5px;
    }

    .AnimeFilterContainer h3 {
        display: none;
    }

    .AnimeFilterContainer .filter {
        padding: 10px !important;
        box-shadow: 0 0 10px 3px #777;
        background-color: #fff;
        width: 300px;
    }

    .AnimeList {
        display: block;
    }

    .AnimeList .AnimeEntries .AnimeItem {
        width: 155px !important;
        height: 195px !important;
        margin: 9px 4px !important;
    }

    .AnimeList .AnimeEntries .AnimeItem .cover_container {
        width: 155px !important;
        height: 195px !important;
    }

    .AnimeList .AnimeEntries .AnimeItem .cover {
        width: 155px !important;
        height: 195px !important;
    }

    .AnimeList .AnimeEntries .AnimeItem .header {
        width: 155px !important;
    }
}

@media (max-width: 450px) {
    .AnimeList {
        display: block;
        padding: 3px !important;
    }

    .AnimeList .AnimeEntries .AnimeItem {
        min-width: 145px !important;
        max-width: 155px !important;
        height: 205px !important;
        margin: 9px 5px !important;
    }

    .AnimeList .AnimeEntries .AnimeItem .cover_container {
        min-width: 145px !important;
        max-width: 155px !important;
        height: 205px !important;
    }

    .AnimeList .AnimeEntries .AnimeItem .cover {
        min-width: 145px !important;
        max-width: 155px !important;
        height: 205px !important;
    }

    .AnimeList .AnimeEntries .AnimeItem .header {
        min-width: 145px !important;
        max-width: 155px !important;
    }
}

.AnimeList__small {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height: 270px;
    margin-right: 7px;
    -webkit-overflow-scrolling: touch;
}

.AnimeList__small::-webkit-scrollbar {
    display: none;
}

.AnimeList__small .AnimeEntries {
    display: inline-block;
}

.AnimeList__small .AnimeEntries .AnimeItem {
    width: 165px !important;
    height: 240px;
    margin: 10px !important;
}

.AnimeList__small .AnimeEntries .AnimeItem .header {
    position: absolute;
    width: 165px !important;
}

.AnimeList__small .AnimeEntries .AnimeItem .footer {
    overflow: hidden;
    display: block;
    white-space: normal;
}

.AnimeList__small .AnimeEntries .AnimeItem .content {
    overflow: hidden;
}

.AnimeList__small .AnimeEntries .AnimeItem .content .cover_container {
    height: 237px;
    width: 165px;
    overflow: hidden;
}

.AnimeList__small .AnimeEntries .AnimeItem .content .cover {
    display: inline-block;
    height: 237px;
    width: 165px;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 900px) {
    .AnimeList__small .AnimeEntries .AnimeItem {
        width: 145px !important;
        height: 220px !important;
        margin: 10px !important;
    }

    .AnimeList__small .AnimeEntries .header {
        width: 145px !important;
    }

    .AnimeList__small .AnimeEntries .footer {
        font-size: 0.9em !important;
    }

    .AnimeList__small .AnimeEntries .content .cover_container {
        height: 217px !important;
        width: 145px !important;
    }

    .AnimeList__small .AnimeEntries .content .cover {
        height: 217px !important;
        width: 145px !important;
    }
}

.watched_plus_1 {
    background-color: #ec812f;
    cursor: pointer;
}

.watched_plus_1:hover {
    filter: brightness(80%);
}

.watched_finished {
    background-color: #6ab835;
    cursor: pointer;
}

.watched_finished:hover {
    filter: brightness(80%);
}

.AnimeDetails .AnimeSidebar {
    flex: 0 0 250px;
    margin: -50px 10px 25px 1.5em;
}

.AnimeDetails .AnimeSidebar .AnimeCover {
    box-shadow: #333 0 0 10px;
    margin-bottom: 0.8em;
    width: 250px;
}

.AnimeDetails__news article .news_title {
    font-weight: bold;
}

.AnimeDetails__news article .news_content {
    font-size: 0.95em;
}

.AnimeDetails__characters .characters-container {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 0.4rem;
}

.AnimeDetails__characters .character {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.AnimeDetails__characters .character .character_title {
    font-weight: bold;
    position: absolute;
    margin-top: -3.3rem;
    background: rgba(100, 100, 100, 0.7);
    color: white;
    width: 100%;
    height: 3.3rem;
    padding: 0.2rem 0.3rem;
    font-size: 0.8rem;
    overflow: hidden;
    line-height: 1rem;
}

.AnimeDetails__characters .character .character_title a {
    color: white;
}
.AnimeDetails__characters .character .character_title small {
    font-size: 1em;
}

.AnimeDetails__characters .character .character_title a:hover {
    text-decoration: none;
    color: #c1d707;
}

.AnimeDetails__characters .character .character_like {
    position: absolute;
    color: rgba(250, 230, 230, 0.9);
    font-size: 1.5rem;
    padding: 0.3rem;
    z-index: 1000;
    margin-top: -0.3rem;
    transition: all;
    transition-duration: 200ms;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(160, 100, 100, 0.6);
}

.AnimeDetails__characters .character .character_like:hover {
    color: #dd8888;
}

.AnimeDetails__characters .character .character_like.liked {
    color: #dd8888;
}

.AnimeDetails__characters .character .character_like.clicked {
    animation: likeimpulse 1s ease-in-out;
}

.AnimeDetails__characters .character .character_content {
    font-size: 0.95em;
    overflow: hidden;height:230px; background:rgb(100,100,100);
}

.AnimeDetails .AnimeTitle {
    max-width: 900px;
}

.AnimeDetails .AnimeTitle_main {
    font-size: 1.8em;
}

.AnimeDetails .AnimeTitle_en,
.AnimeDetails .AnimeTitle_jp {
    color: #717171;
    font-size: 1.3em;
}

.AnimeDetails__genre .badge {
    display: block;
    font-size: 1.1em;
    background-color: #686d68;
    margin-bottom: 3px;
}

.AnimeDetails__genre .badge-inline {
    display: inline-block;
    width: 115px;
    font-size: 0.9em;
}

.AnimeDetails__infos label {
    width: 85px;
}

.AnimeDetails__bookmark {
    font-weight: bold;
    color: #4c4c4c;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.AnimeDetails__bookmark:hover {
    color: #acac21;
}

.AnimeDetails__bookmark .is_bookmarked {
    color: #acac21;
}

.AnimeDetails__bookmark .is_bookmarked:hover {
    color: #727070;
}

.AnimeDetails__drop {
    font-weight: bold;
    color: #6f855a;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.AnimeDetails__drop:hover {
    color: #ac2121;
}

.AnimeDetails__drop .is_dropped {
    color: #ac2121;
}

.AnimeDetails__drop .is_dropped:hover {
    color: #80c041;
}

.AnimeDetails .stars_rating_readonly {
    font-size: 2em;
    margin-top: -0.3em;
    float: none;
}

.AnimeDetails .stars_rating_readonly .rating__label--half {
    padding-right: 0;
    margin-right: -1.1em;
    z-index: 2;
}

.AnimeDetails .stars_rating_readonly .rating__label--half i {
    text-shadow: none;
}

.AnimeDetails .stars_rating_readonly .rating__icon--star {
    text-shadow: 0 0 1px #000;
    color: #fdc258;
}

.AnimeDetails .stars_rating_readonly .rating__icon--none {
    color: #ddd;
}

.AnimeDetails .AnimeDetails__akkus {
    display: block;
    margin: 1em 0;
    font-size: 1.1em;
}

.AnimeDetails .AnimeDetails__akkus .AnimeDetails__akku {
    display: inline-block;
    width: 270px;
    height: 90px;
    background-color: #e2e2e2;
    border: 1px solid #979797;
    border-radius: 10px;
    margin-left: 40px;
    margin-right: 10px;
    position: relative;
}

.AnimeDetails .AnimeDetails__akkus .AnimeDetails__akku .stars_rating_readonly {
    font-size: 1.2em;
}

.AnimeDetails .AnimeDetails__akkus .AnimeDetails__akku__avatar.christmashat::before {
    content: "";
    background: url('/portal/assets/christmas_cap.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 86px;
    position: absolute;
    z-index: 2000;
    top: -26px;
    left: -55px;
    display: block;
}

.AnimeDetails .AnimeDetails__akkus .AnimeDetails__akku__avatar img,
.AnimeDetails .AnimeDetails__akkus .AnimeDetails__akku__avatar .userprofile__noavatar {
    margin-left: -40px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 0 3px #000000;
    float: left;
}

.AnimeDetails .AnimeDetails__akkus .AnimeDetails__akku__avatar .userprofile__noavatar {
    font-size: 2.5em;
}

.AnimeDetails .AnimeDetails__akkus .AnimeDetails__akku__details {
    float: right;
    width: 210px;
    padding: 5px 5px 5px 5px;
}

.AnimeDetails .AnimeDetails__akkus .AnimeDetails__akku__details .username {
    font-weight: bold;
    margin-bottom: 0.3em;
    display: block;
}

.bootstrap-select .btn-light {
    border: 1px solid #ccc;
}

@media (max-width: 900px) {
    .AnimeDetails .AnimeSidebar .AnimeCover {
        margin-bottom: 0.8em;
        width: 200px;
    }

    .AnimeDetails .AnimeTitle {
        max-width: 90%;
    }

    .AnimeDetails .AnimeTitle_main {
        font-size: 1.4em;
    }

    .AnimeDetails .AnimeTitle_en,
    .AnimeDetails .AnimeTitle_jp {
        font-size: 1.3em;
    }

    .AnimeDetails__genre .badge {
        display: inline-block;
        font-size: 1.1em;
        margin-bottom: 6px;
    }
}

.AnimeEmbed {
    border: 1px solid #a8a5a5;
    box-shadow: 0 0 5px rgba(71, 71, 71, 0.5);
    background-color: #ffffee;
    width: 640px;
    height: 250px;
    overflow: hidden;
}

.AnimeEmbed .AnimeTitle_main {
    font-weight: bold;
    display: block;
    width: 360px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.AnimeEmbed .AnimeSidebar {
    flex: 0 0 200px;
    margin: -10px 10px 10px 20px;
}

.AnimeEmbed .AnimeSidebar .AnimeCover {
    box-shadow: rgba(71, 71, 71, 0.8) 0 0 8px;
    margin-bottom: 0.4em;
    width: 200px;
    max-height: 240px;
}

.AnimeEmbed .AnimeTitle_main {
    font-size: 1.2em;
}

.AnimeEmbed .AnimeTitle_en,
.AnimeEmbed .AnimeTitle_jp {
    color: #717171;
    font-size: 1em;
}

.AnimeEmbed__genre .badge {
    display: block;
    font-size: 0.9em;
    background-color: #686d68;
    margin-bottom: 2px;
}

.AnimeEmbed .stars_rating_readonly {
    font-size: 1.3em;
    margin-top: -0.2em;
    float: none;
}

.AnimeEmbed .stars_rating_readonly .rating__label--half {
    padding-right: 0;
    margin-right: -1.1em;
    z-index: 2;
}

.AnimeEmbed .stars_rating_readonly .rating__label--half i {
    text-shadow: none;
}

.AnimeEmbed .AnimeDetails__genre__bigscreen {
    display: block;
}

.AnimeEmbed .AnimeDetails__genre__smallscreen {
    display: none;
}

.AnimeEmbed label {
    margin-bottom: 0.1em;
    display: block;
}

.AnimeStats .AnimeStats__Overview .AnimeStats__card_icon {
    text-align: center;
    font-size: 2.9em;
    float: left;
    margin: 5px;
    background: #828d3b;
    color: #edf3e3;
    padding: 5px;
    width: 80px;
    height: 80px;
    border-radius: 90px;
}

.AnimeStats .AnimeStats__Overview .AnimeStats__card_stats {
    padding: 0px 15px;
    font-size: 2.3em;
    font-weight: bold;
}

.AnimeStats .AnimeStats__Overview .AnimeStats__card_title {
    margin-top: -5px;
    padding-left: 3px;
    font-size: 1em;
}

@media (max-width: 800px) {
    .AnimeDetails__characters .characters-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .AnimeDetails__characters .characters-container .character_title {
        font-size: 0.75rem;
        line-height: 0.75rem;
    }
}

@media (max-width: 600px) {
    .AnimeStats .AnimeStats__Overview .AnimeStats__card_icon {
        display: inline;
        font-size: 1.5em;
        float: left;
        margin: 2px;
        padding: 5px;
        width: 40px;
        height: 40px;
        border-radius: 90px;
    }

    .AnimeStats .AnimeStats__Overview .AnimeStats__card_content {
        display: inline;
    }

    .AnimeStats .AnimeStats__Overview .AnimeStats__card_stats {
        padding: 0px 15px;
        font-size: 1.2em;
    }

    .AnimeStats .AnimeStats__Overview .AnimeStats__card_title {
        padding-left: 3px;
        font-size: 0.9em;
    }

    .AnimeStats .AnimeStats__Overview .AnimeStats__card .additional_text {
        display: none;
    }
}

@media (max-width: 350px) {
    .AnimeStats .AnimeStats__Overview .AnimeStats__card_stats {
        font-size: 1em;
    }

    .AnimeStats .AnimeStats__Overview .AnimeStats__card_title {
        font-size: 0.8em;
        white-space: nowrap;
    }
}

@media (max-width: 600px) {
    .AnimeEmbed {
        width: 320px;
        height: 350px;
        font-size: 0.95em;
    }

    .AnimeEmbed h2 {
        font-size: 1.85em;
    }

    .AnimeEmbed .AnimeTitle_main {
        width: 300px;
    }

    .AnimeEmbed .AnimeSidebar {
        flex: inherit;
        margin: -10px 10px 10px 20px;
    }

    .AnimeEmbed .AnimeSidebar .AnimeCover {
        box-shadow: rgba(71, 71, 71, 0.8) 0 0 8px;
        margin-bottom: 0.4em;
        width: 120px;
        max-height: 150px;
    }

    .AnimeEmbed .AnimeTitle_main {
        font-size: 1.2em;
    }

    .AnimeEmbed .AnimeTitle_en,
    .AnimeEmbed .AnimeTitle_jp {
        color: #717171;
        font-size: 1em;
    }

    .AnimeEmbed__genre .badge {
        display: block;
        font-size: 0.9em;
        background-color: #686d68;
        margin-bottom: 2px;
    }

    .AnimeEmbed .stars_rating_readonly {
        font-size: 1.3em;
        margin-top: -0.2em;
        float: none;
    }

    .AnimeEmbed .stars_rating_readonly .rating__label--half {
        padding-right: 0;
        margin-right: -1.1em;
        z-index: 2;
    }

    .AnimeEmbed .stars_rating_readonly .rating__label--half i {
        text-shadow: none;
    }

    .AnimeEmbed .AnimeDetails__genre__bigscreen {
        display: none;
    }

    .AnimeEmbed .AnimeDetails__genre__smallscreen {
        width: 120px;
        font-size: 0.9em;
        max-height: 125px;
        overflow: hidden;
        display: inline-block;
    }

    .AnimeEmbed label {
        display: inline-block;
    }

    .all_animes_link_season {
        display: none;
    }
}

@keyframes likeimpulse {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    50% {
        transform: scale(2);
        -webkit-transform: scale(2);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.animeForm label {
    font-weight: bold;
}

.eventForm label {
    font-weight: bold;
    display: block;
    height: 14px;
}

.eventForm .row {
    margin-bottom: 15px;
}

.eventDetails label {
    font-weight: bold;
    display: block;
    height: 14px;
}

.eventDetails .row {
    margin-bottom: 15px;
}

.eventDetails .eventParticipantDownloadButton {
    text-align: right;
}

.eventDetails .eventDateItem .participate_buttons button {
    height: 36px !important;
}

.eventDetails .eventDateItem .participate_buttons .participate_button__yes {
    background: #9aad96;
    padding: 0 5px;
}

.eventDetails .eventDateItem .participate_buttons .participate_button__yes:hover,
.eventDetails .eventDateItem .participate_buttons .participate_button__yes.active {
    background: #57db3b;
}

.eventDetails .eventDateItem .participate_buttons .participate_button__maybe {
    background: #ada796;
    padding: 0 5px;
}

.eventDetails .eventDateItem .participate_buttons .participate_button__maybe:hover,
.eventDetails .eventDateItem .participate_buttons .participate_button__maybe.active {
    background: #e7b328;
}

.eventDetails .eventDateItem .participate_buttons .participate_button__no {
    background: #ad9796;
    padding: 0 5px;
}

.eventDetails .eventDateItem .participate_buttons .participate_button__no:hover,
.eventDetails .eventDateItem .participate_buttons .participate_button__no.active {
    background: #e53930;
}

.eventDetails .participant_list {
    margin-bottom: 1em;
}

.eventDetails .participant_list .participate_icon__yes {
    color: #57db3b;
}

.eventDetails .participant_list .participate_icon__maybe {
    color: #e7b328;
}

.eventDetails .participant_list .participate_icon__no {
    color: #e53930;
}

.eventEmbed {
    width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 1000px) {
    .eventForm label {
        height: auto;
        margin-bottom: 2px;
    }

    .eventForm #eventDateContainer .input-daterange {
        width: 100% !important;
    }

    .eventDetails label {
        margin-top: 5px;
        margin-bottom: 0;
        height: auto;
    }

    .eventDetails .eventDateItems .input-group-text {
        font-size: 0.9em;
    }

    .eventDetails .eventParticipantDownloadButton {
        margin-top: 12px;
        text-align: left;
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
    vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
    margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
    color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
    z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
    width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
    position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 1em;
    border-style: solid;
    border-width: 0 0.26em 0.26em 0;
    transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.profiledetails {
    position: relative;
    top: -100px;
}

.profiledetails h2 {
    font-weight: bold;
    padding-left: 5em;
    padding-top: 1.4em;
    color: white;
    text-shadow: 0 0 7px #000;
}

@media (max-width: 770px) {
    .profiledetails h2 {
        font-size: 1.9em;
    }
}

.profiledetails h2 .friend_status {
    text-shadow: none;
    box-shadow: 0 0 4px #000;
    color: black;
}

.profiledetails h2 .friend_status.hide {
    display: none;
}

.profiledetails h2 .friend_status.ok {
    background-color: #d595ca;
}

.profiledetails h2 .friend_status.open {
    background-color: #c4c4c4;
}

.profiledetails h2 .friend_status.none {
    background-color: #7ed07e;
}

.profiledetails h2 .friend_status:hover {
    background-color: gray;
}

.profiledetails h3,
.profiledetails h4 {
    font-weight: bold;
}

.profiledetails .userprofile__contact li {
    margin-top: 0.5em;
}

.profiledetails .userprofile__contact li .btn {
    font-weight: bold;
    color: white;
}

.profiledetails .userprofile__contact li .btn.facebook {
    background-color: #1577b3;
}

.profiledetails .userprofile__contact li .btn.facebook:hover {
    background-color: #0b2e13;
    transition: all 1s ease;
}

.profiledetails .userprofile__contact li .btn.twitter {
    background-color: #3ba8ea;
}

.profiledetails .userprofile__contact li .btn.twitter:hover {
    background-color: #0b2e13;
    transition: all 1s ease;
}

.profiledetails .userprofile__contact li .btn.youtube {
    background-color: #ff5151;
}

.profiledetails .userprofile__contact li .btn.youtube:hover {
    background-color: #0b2e13;
    transition: all 1s ease;
}

.profiledetails .userprofile__contact li .btn.instagram {
    background-color: #e08a0a;
}

.profiledetails .userprofile__contact li .btn.instagram:hover {
    background-color: #0b2e13;
    transition: all 1s ease;
}

.profiledetails .userprofile__infos .form-group {
    margin-bottom: 0.3rem !important;
}

.profiledetails .userprofile__infos .form-group .col-md-8 {
    padding-top: 6px;
}

.profiledetails .animestatus_cover {
    width: 100px;
}

.profiledetails .card-columns {
    padding: 1em;
}

.profiledetails .card-columns .card {
    border: none;
}

.profiledetails .pinboard_entry {
    min-height: 4em;
    padding-top: 1em;
    padding-left: 1em;
}

.profiledetails .pinboard_entry .userprofile {
    position: absolute;
    left: -10px;
    top: 0;
}

.profiledetails .pinboard_entry .pinboard_username {
    padding-left: 50px;
}

.profiledetails .pinboard_entry .pinboard_username a {
    font-weight: bold;
}

.profiledetails .pinboard_entry .pinboard_entry_public {
    display: inline-block;
}

.profiledetails .pinboard_entry .pinboard_entry_public .fa-eye {
    color: #13a013;
}

.profiledetails .pinboard_entry .pinboard_entry_public .fa-eye-slash,
.profiledetails .pinboard_entry .pinboard_entry_public .fa-trash {
    color: #d00606;
}

.profiledetails .pinboard_entry .pinboard_message {
    background-color: #f0f0f0;
    padding: 10px 10px 10px 50px;
    border: 1px solid #0f0f0f;
    border-radius: 10px;
}

.profiledetails .pinboard_entry .pinboard_textarea {
    height: 8em;
}

.profiledetails.edit_form label {
    text-align: right;
}

@media (max-width: 770px) {
    .profiledetails.edit_form label {
        text-align: left;
    }
}

#userlist_table {
    width: 100%;
}

#avatarModal img {
    display: block;
    max-width: 100%;
}

#avatarModal .preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid #1f241e;
    border-radius: 90%;
}

#avatarModal .modal-lg {
    margin-top: 10em;
    max-width: 1000px !important;
}

#profileHeaderModal img {
    display: block;
    max-width: 100%;
}

#profileHeaderModal .preview {
    overflow: hidden;
    width: 285px !important;
    height: 80px !important;
    margin: 10px;
    border: 1px solid #1f241e;
}

#profileHeaderModal .preview img {
    position: relative;
    zoom: 1.5;
}

#profileHeaderModal .previewHandy {
    width: 285px !important;
    height: 285px !important;
}

#profileHeaderModal .previewHandy img {
    position: relative;
    left: -50%;
    zoom: 2;
}

#profileHeaderModal .modal-lg {
    margin-top: 10em;
    max-width: 1000px !important;
}

.chat .container {
    max-width: 1170px;
    margin: auto;
}

.chat .received_msg img,
.chat .sent_msg img {
    max-width: 100%;
}

.chat button.contacts {
    display: none;
    font-size: 1.4em;
}

.chat .inbox_people {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 30%;
    border-right: 1px solid #c4c4c4;
}

.chat .inbox_msg {
    border: 1px solid #c4c4c4;
    clear: both;
    overflow: hidden;
}

.chat .top_spac {
    margin: 20px 0 0;
}

.chat .recent_heading {
    float: left;
    width: 30%;
}

.chat .srch_bar {
    display: inline-block;
    text-align: right;
    width: 70%;
    padding: 0.2em;
}

.chat .headind_srch {
    padding: 10px 29px 10px 20px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.chat .recent_heading h4 {
    color: #0a8402;
    font-size: 21px;
    margin: auto;
}

.chat .srch_bar input {
    border: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    width: 80%;
    padding: 2px 0 4px 6px;
    background: none;
}

.chat .srch_bar .input-group-addon button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
    color: #707070;
    font-size: 18px;
}

.chat .srch_bar .input-group-addon {
    margin: 0 0 0 -27px;
}

.chat .chat_ib h5 {
    font-size: 15px;
    color: #464646;
    margin: 0 0 8px 0;
}

.chat .chat_ib h5 span {
    font-size: 13px;
    float: right;
}

.chat .chat_ib p {
    font-size: 14px;
    color: #989898;
    margin: auto;
}

.chat .chat_img {
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    border: 1px solid #4e4e4e;
    color: #b4eab2;
    text-align: center;
    height: 50px;
    width: 50px;
    font-size: 1.22em;
    padding: 0;
}

.chat .chat_img img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.chat .chat_img .userprofile__noavatar {
    height: 50px;
    width: 50px;
    font-size: 1.4em;
    padding-top: 4px;
}

.chat .chat_ib {
    float: left;
    padding: 0 0 0 15px;
    width: 80%;
}

.chat .chat_people {
    overflow: hidden;
    clear: both;
    padding: 3px;
}

.chat .chat_list {
    border-bottom: 1px solid #c4c4c4;
    margin: 0;
    padding: 18px 16px 10px;
}

.chat .inbox_chat {
    height: 550px;
    overflow-y: scroll;
}

.chat .active_chat {
    background: #c2ebc6;
}

.chat .incoming_msg_img {
    margin: 2px;
    display: inline-block;
}

.chat .incoming_msg_img .userprofile__noavatar {
    height: 50px;
    width: 50px;
}

.chat .received_msg {
    display: inline-block;
    padding: 0 0 0 10px;
    vertical-align: top;
    width: 92%;
}

.chat .received_withd_msg p {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 3px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.chat .time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.chat .received_withd_msg {
    width: 77%;
}

.chat .mesgs {
    float: left;
    padding: 30px 15px 0 25px;
    width: 70%;
}

.chat .sent_msg p {
    background: #c2ebc6;
    border-radius: 3px;
    font-size: 14px;
    margin: 0;
    color: #222;
    padding: 5px 10px 5px 12px;
    width: 100%;
}

.chat .outgoing_msg {
    overflow: hidden;
    margin: 26px 5px 26px;
}

.chat .sent_msg {
    float: right;
    width: 85%;
}

.chat .input_msg_write textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    padding: 3px 20px 3px 6px;
    width: 100%;
}

.chat .type_msg {
    border-top: 1px solid #c4c4c4;
    position: relative;
}

.chat .msg_send_btn {
    background: #51bb67 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #111;
    cursor: pointer;
    font-size: 17px;
    height: 33px;
    position: absolute;
    right: 0;
    top: 11px;
    width: 33px;
}

.chat .messaging {
    padding: 0 0 50px 0;
}

.chat .msg_history {
    height: 516px;
    padding-bottom: 10px;
    overflow-y: auto;
}

.chat .new_message {
    float: right;
    font-size: 0.8em;
}

.chat_history {
    background-color: white;
    padding: 0.5em;
    margin: 1em 0.3em;
    height: 300px;
    overflow-y: scroll;
}

.chat_history li {
    margin-bottom: 0.32em;
}

@media all and (max-width: 800px) {
    .chat button.contacts {
        display: block;
    }

    .chat .inbox_people {
        display: none;
    }

    .chat .mesgs {
        width: 100%;
    }

    .chat .inbox_chat {
        height: 350px;
    }

    .chat .msg_history {
        height: 316px;
    }

    .chat .sent_msg {
        width: 90%;
    }

    .chat .incoming_msg_img {
        display: none;
    }

    .chat .received_withd_msg {
        width: 100%;
    }
}

.gallerycategories_list .list-group-item {
    padding: 5px;
}

.gallerycategories_list .active {
    color: #fff;
    background-color: #47664a;
    border-color: #47664a;
}

.gallerycategories {
    display: flex;
    flex-wrap: wrap;
}

.gallerycategories .gallerycategory {
    margin: 5px;
    flex: 0 1 280px;
    width: 300px;
    background-color: #30312e;
}

.gallerycategories .gallerycategory .card-img-top {
    width: 100%;
    height: 15em;
    object-fit: cover;
}

.gallerycategories .gallerycategory .card-title {
    color: white;
    font-weight: bold;
    font-size: 1.2em;
}

.gallerycategories .gallerycategory .card-text {
    color: white;
    font-size: 0.9em;
}

.gallery {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4;
}

.gallery .image_container {
    position: relative;
    color: white;
    text-shadow: 0 0 10px #000000;
    margin: 2px;
    display: inline-block;
    bottom: 0;
    width: 100%;
}

.gallery .image_container img {
    image-orientation: from-image;
}

.gallery .image_container .overlay {
    font-size: 1em;
    position: absolute;
    color: white;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(2, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.9) 100%);
    margin: 0;
    display: none;
    bottom: 0px;
    padding: 10px 5px 5px 5px;
    height: 62px;
    width: 100%;
}

.gallery .image_container .overlay__fix {
    display: block !important;
}

.gallery .image_container .overlay a,
.gallery .image_container .overlay a:visited {
    color: white;
}

.gallery .image_container .overlay .title {
    height: 1.5em;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
}

.gallery .image_container .overlay .author {
    font-size: 0.9em;
    float: left;
    display: inline-block;
}

.gallery .image_container .overlay .metainfos {
    float: right;
    display: inline-block;
}

.gallery .image_container img {
    width: 100%;
    padding: 0;
}

.gallery_categories {
    -webkit-column-count: 5;
    /* Chrome, Safari, Opera */
    -moz-column-count: 5;
    /* Firefox */
    column-count: 5;
}

.gallery_swiper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-right: 7px;
    -webkit-overflow-scrolling: touch;
}

.gallery_swiper::-webkit-scrollbar {
    display: none;
}

.gallery_swiper .image_container {
    display: inline-block;
    color: white;
    text-shadow: 0 0 10px #000000;
    margin: 2px;
    bottom: 0;
    width: auto;
    height: 151px;
}

.gallery_swiper .image_container .overlay {
    font-size: 1em;
    position: absolute;
    color: white;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgba(2, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.9) 100%);
    margin: 0;
    display: none;
    bottom: 0px;
    padding: 10px 5px 5px 5px;
    height: 62px;
    width: 100%;
}

.gallery_swiper .image_container .overlay__fix {
    display: block !important;
}

.gallery_swiper .image_container .overlay a,
.gallery_swiper .image_container .overlay a:visited {
    color: white;
}

.gallery_swiper .image_container .overlay .title {
    height: 1.5em;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
}

.gallery_swiper .image_container .overlay .author {
    font-size: 0.9em;
    float: left;
    display: inline-block;
}

.gallery_swiper .image_container .overlay .metainfos {
    float: right;
    display: inline-block;
}

.gallery_swiper .image_container img {
    height: 151px;
    padding: 0;
}

.galleryimage {
    text-align: center;
    border: 2px solid #535353;
    border-radius: 10px;
    background-color: #212121;
    margin: 0 0 2em 0;
    padding: 1em;
    max-height: 30em;
    min-width: 300px;
}

.galleryimage img {
    max-width: 100%;
    height: auto;
    max-height: 28em;
}

.galleryimage_title {
    font-weight: bold;
    font-size: 1.6em;
}

.galleryimage_created_date {
    padding: 0;
}

.galleryimage_tags {
    font-size: 1.2em;
    margin-bottom: 0.8em;
    text-align: right;
    padding: 0;
}

.galleryimage_tags_input .bootstrap-tagsinput .tag {
    color: #ffffff;
    background-color: #373837;
    padding: 2px 5px;
    border-radius: 5px;
    margin-left: 5px;
}

.galleryimage_like {
    text-align: right;
    font-size: 1.3em;
}

.galleryimage_like i.like_button {
    cursor: pointer;
    transition: all 0.7s;
    color: #7f7d7d;
}

.galleryimage_like i.like_button:hover {
    color: red;
}

.galleryimage_like i.like_button.liked {
    color: red;
}

.galleryimage_like i.like_button.liked:hover {
    color: #7f7d7d;
}

.galleryimage_description {
    font-size: 1.3em;
    margin: 3em 0;
}

.galleryimage_related_item {
    display: inline-block;
    height: 130px;
    width: 130px;
    overflow: hidden;
    align-content: center;
    text-align: center;
    border: 2px solid #535353;
    background-color: #212121;
    margin: 0.2em;
}

.galleryimage_related img {
    height: 100%;
    width: auto;
}

@media (max-width: 500px) {
    .gallery {
        -webkit-column-count: 2;
        /* Chrome, Safari, Opera */
        -moz-column-count: 2;
        /* Firefox */
        column-count: 2;
    }
}

.galleryimage_comments_comment {
    margin-left: 2em;
    margin-bottom: 0.5em;
}

.galleryimage_comments_username {
    font-weight: bold;
}

.galleryimage_comments_message {
    border-radius: 10px;
    border: 2px solid #bbbbb9;
    background-color: #e6efde;
    padding: 4px;
}

span.twitter-typeahead .tt-menu {
    cursor: pointer;
}

span.twitter-typeahead .tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.5;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

span.twitter-typeahead .tt-suggestion:focus,
.dropdown-item:hover,
span.twitter-typeahead .tt-suggestion:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5;
}

span.twitter-typeahead .active.tt-suggestion,
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .active.tt-suggestion:focus,
span.twitter-typeahead .tt-suggestion.tt-cursor:focus,
span.twitter-typeahead .active.tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
    outline: 0;
}

span.twitter-typeahead .disabled.tt-suggestion,
span.twitter-typeahead .disabled.tt-suggestion:focus,
span.twitter-typeahead .disabled.tt-suggestion:hover {
    color: #818a91;
}

span.twitter-typeahead .disabled.tt-suggestion:focus,
span.twitter-typeahead .disabled.tt-suggestion:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
}

.input-group span.twitter-typeahead .tt-menu {
    top: 2.375rem !important;
}

.akibank_howto,
.akibank_shop {
    margin: 0 0 2rem 0;
}

.akibank_howto .card,
.akibank_shop .card {
    margin: 0.5rem;
    min-width: 20rem;
    max-width: 30rem;
    background-color: #c3f393 !important;
}

#onichan_experience #feed_onichan {
    height: 200px;
    margin-top: 8px;
    cursor: url("../images/onigiri.gif"), pointer;
}

#onichan_experience_levelup {
    position: fixed;
    top: 200px;
    width: 50%;
    font-size: 3em;
    text-align: center;
    left: 25%;
    margin-right: -75%;
    display: none;
}

#onichan_experience_levelup h1 {
    font-size: 4em;
    transform: rotate(-7deg);
    background: linear-gradient(45deg, #a875ec 20%, #ff6b7c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    line-height: 12rem;
    padding: 40px 10px 95px;
    filter: drop-shadow(0px 3px 18px rgba(0, 0, 0, 0.5));
    text-outline: 5px solid black;
}

#onichan_experience_levelup h1 div {
    font-weight: bold;
    font-size: 1.6em;
}

#onichan_experience_levelup .mtt {
    position: fixed;
    bottom: 10px;
    right: 20px;
    color: #666;
    text-decoration: none;
    font-family: sans-serif;
}

#onichan_experience_levelup .mtt span {
    color: #c0392b;
}

#onichan_experience_levelup .mtt:hover {
    color: #999;
}

#onichan_experience_levelup .mtt:hover span {
    color: #e74c3c;
}

#onichan_experience .progress-bar_label {
    position: absolute;
    right: 30px;
    text-align: right;
    top: 53px;
    width: 100%;
    margin: auto;
    font-weight: bold;
    text-shadow: 0 0 5px #fff;
    font-size: 1.5em;
}

#onichan_experience .progress {
    width: 100%;
    height: 50px;
    border: 2px solid #4c7554;
    box-shadow: 0 0 14px #2d5e2d;
    background: #ddeedd;
}

#onichan_experience .box {
    float: left;
    width: 70%;
    margin: 50px auto;
    background: #28bd51;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    font-family: arial;
    position: relative;
}

#onichan_experience .sb1:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid #28bd51;
    border-right: 10px solid transparent;
    border-top: 10px solid #28bd51;
    border-bottom: 10px solid transparent;
    right: -20px;
    top: 80px;
}

@media (max-width: 700px) {
    #onichan_experience #feed_onichan {
        height: 160px;
    }

    #onichan_experience_levelup {
        top: 100px;
        width: 100%;
        font-size: 2em;
        left: 0;
    }

    #onichan_experience_levelup h1 {
        font-size: 3em;
        line-height: 8rem;
        padding: 20px 10px 95px;
        filter: drop-shadow(0px 3px 10px #000000);
        text-outline: 5px solid black;
    }

    #onichan_experience_levelup h1 div {
        font-size: 2em;
    }

    #onichan_experience .box {
        margin: 20px auto;
    }
}

.donation_text_title {
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.4em;
}

.donation_text_goodies {
    font-size: 1.2em;
    margin-top: 5px;
    margin-left: 5px;
}

@counter-style star {
    system: cyclic;
    symbols: \2606;
    suffix: " ";
}

.donation_text_goodies ul {
    margin-left: 5px;
    padding-left: 15px;
}

.donation_text_goodies li {
    cursor: help;
    list-style: star !important;
}

#portal_forum_container {
    width: 100%;
    text-align: center;
}

#portal_forum_container .portal_item {
    color: white;
    padding-top: 2px;
    text-align: center;
    display: inline-grid;
    border-radius: 5px;
    width: 48%;
    height: 210px;
}

#portal_forum_container .portal_item a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.2em;
    margin-top: 2px;
}

#portal_forum_container .portal_item a:hover {
    color: #0a8402;
}

#portal_forum_container img.anime_card_image {
    height: 100%;
    width: 100%;
}

#portal_forum_container .anime_cards,
#portal_forum_container .image_cards {
    height: 170px;
    overflow: hidden;
}

#portal_forum_container .anime_card {
    margin: 2px;
    border: 2px solid #2d2d2d;
    width: 120px;
    height: 165px;
    display: inline-block;
}

#portal_forum_container .image_card {
    vertical-align: top;
    margin: 2px;
    border: 2px solid #2d2d2d;
    background: #0b2e13;
    width: 160px;
    height: 160px;
    overflow: hidden;
    display: inline-block;
}

#portal_forum_container .image_card img {
    margin: 0 -50%;
    width: auto;
    height: 160px;
    overflow: hidden;
}

@media (max-width: 800px) {
    #portal_forum_container {
        font-size: 0.8em;
        text-align: center;
        margin: 0 auto;
    }

    #portal_forum_container .anime_cards {
        height: 180px;
    }

    #portal_forum_container .portal_item {
        margin: auto;
        width: 49%;
        height: 220px;
    }

    #portal_forum_container .portal_item .anime_card {
        margin-bottom: 3px;
        width: 60px;
        height: 82px;
    }

    #portal_forum_container .portal_item .image_card {
        width: 70px;
        height: 80px;
    }

    #portal_forum_container .portal_item .image_card img {
        height: 80px;
    }
}

.timeline2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1rem;
}

.timeline2 article {
    border-radius: 10px;
    background: #4b5c5e;
    height: 100%;
    overflow: hidden;
}

.timeline2 .grid-span-2 {
    grid-column: span 2;
}

.timeline2 .image {
    overflow: hidden;
    background-size: cover;
    min-width: 200px;
    background-position: center center;
    background: #4b5c5e;
}

.timeline2 .card {
    background: #eae6e2;
    margin: 0;
    height: 100%;
    width: 100%;
}

.timeline2 .card .card-heading {
    margin: auto;
}

.timeline2 .card .card-heading i {
    margin-top: 0.5rem;
    margin-left: -1rem;
    padding: 0.5rem;
    background: rgba(235, 235, 235);
    border: 1px solid #646464;
    border-radius: 90%;
    font-size: 1.7rem;
    box-shadow: -2px 2px 5px #ccc;
}

@media (max-width: 1000px) {
    .timeline2 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 700px) {
    .timeline2 {
        grid-template-columns: 1fr;
        padding: 0 10px;
        display: block;
    }

    .timeline2 article {
        margin-bottom: 0.4rem;
    }
}

.animelist_image_item {
    display: inline;
    position: absolute;
    padding: 8px 6px 3px 6px;
}

.animelist_image_item_1 {
    left: 10px;
    z-index:3;
}
.animelist_image_item_2 {
    left: 30px;
    z-index:2;

}
.animelist_image_item_3 {
    left: 60px;
    z-index:1;

}

.animelist_image_item img {
    height: 115px;
    width: auto;
    border: 1px solid rgba(100, 100, 100, .5)
}

.animelist_details {
    margin-left: 130px;
}

.animelist_title {
    font-size:1.1em;
    font-weight:bold;
}

.animelist_subtitle {
    font-size:0.9em;
    color: #555;
}


@media (min-width: 360px) {
    .animelist_details {
        margin-left: 140px;
    }
}

@media (min-width: 1200px) {


    .animelist_subtitle {
        font-size:1em;
    }

    .animelist_title {
        font-size:1.3em;
    }

    .animelist_image_container {
        position: relative;
        margin-left: -50px;
    }

    .animelist_details {
        margin-left: 210px;
    }

    .animelist_image_item img {
        height: 155px;
    }

    .animelist_image_item_1 {
        left:10px;
    }

    .animelist_image_item_2 {
        left: 45px;
    }
    .animelist_image_item_3 {
        left: 90px;
    }
}

.animelist_like {
    display:inline;
    color: rgba(250, 220, 220, 0.9);
    font-size: 1.2em;
    padding: 0.3rem;
    margin-top: -0.3rem;
    transition: all;
    transition-duration: 200ms;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(160, 100, 100, 0.6);
}

.animelist_like:hover {
    color: #dd8888;
}

.animelist_like.liked {
    color: #dd8888;
}

.animelist_like.clicked {
    animation: likeimpulse 1s ease-in-out;
}