:root {
    --posterWidth: 180px;
    --posterHeight: 260px;
    --sliderPosterWidth: 146px;
    --sliderPosterHeight: 207.5px;
    --primaryColor: #6c63ff;
    --primaryColorDarker: #6225e6;
    --themeBgColor: #1f1f1f;
    --themeSecondaryBgColor: #1e1e1e;
    --themeDarkerBgColor: #141414;
    --posterMainClipPath: polygon(
        14% 0%,
        100% 0%,
        100% 86%,
        86% 100%,
        0% 100%,
        0% 14%
    );
}

body.searchShown {
    overflow: hidden;
    padding-right: 17px;
}

.rainbow {
    /* Font options */
    font-family: "Pacifico", cursive;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 2000;

    /* Chrome, Safari, Opera */
    -webkit-animation: rainbow 5s infinite;

    /* Internet Explorer */
    -ms-animation: rainbow 5s infinite;

    /* Standar Syntax */
    animation: rainbow 5s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes rainbow {
    0% {
        color: orange;
    }
    10% {
        color: purple;
    }
    20% {
        color: red;
    }
    30% {
        color: CadetBlue;
    }
    40% {
        color: yellow;
    }
    50% {
        color: coral;
    }
    60% {
        color: green;
    }
    70% {
        color: cyan;
    }
    80% {
        color: DeepPink;
    }
    90% {
        color: DodgerBlue;
    }
    100% {
        color: orange;
    }
}

/* Internet Explorer */
@-ms-keyframes rainbow {
    0% {
        color: orange;
    }
    10% {
        color: purple;
    }
    20% {
        color: red;
    }
    30% {
        color: CadetBlue;
    }
    40% {
        color: yellow;
    }
    50% {
        color: coral;
    }
    60% {
        color: green;
    }
    70% {
        color: cyan;
    }
    80% {
        color: DeepPink;
    }
    90% {
        color: DodgerBlue;
    }
    100% {
        color: orange;
    }
}

/* Standar Syntax */
@keyframes rainbow {
    0% {
        color: orange;
    }
    10% {
        color: purple;
    }
    20% {
        color: red;
    }
    30% {
        color: CadetBlue;
    }
    40% {
        color: yellow;
    }
    50% {
        color: coral;
    }
    60% {
        color: green;
    }
    70% {
        color: cyan;
    }
    80% {
        color: DeepPink;
    }
    90% {
        color: DodgerBlue;
    }
    100% {
        color: orange;
    }
}

i.icon {
    margin: 0 !important;
    width: initial;
    height: initial;
}

a,
a:hover {
    color: var(--primaryColor);
    text-decoration: none;
}

/* Mobile */
@media only screen and (max-width: 767px) {
    [class*="mobile hidden"],
    [class*="tablet only"]:not(.mobile),
    [class*="computer only"]:not(.mobile),
    [class*="large screen only"]:not(.mobile),
    [class*="widescreen only"]:not(.mobile),
    [class*="or lower hidden"] {
        display: none !important;
    }
}

/* Tablet / iPad Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    [class*="mobile only"]:not(.tablet),
    [class*="tablet hidden"],
    [class*="computer only"]:not(.tablet),
    [class*="large screen only"]:not(.tablet),
    [class*="widescreen only"]:not(.tablet),
    [class*="or lower hidden"]:not(.mobile) {
        display: none !important;
    }
}

/* Computer / Desktop / iPad Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    [class*="mobile only"]:not(.computer),
    [class*="tablet only"]:not(.computer),
    [class*="computer hidden"],
    [class*="large screen only"]:not(.computer),
    [class*="widescreen only"]:not(.computer),
    [class*="or lower hidden"]:not(.tablet):not(.mobile) {
        display: none !important;
    }
}

/* Large Monitor */
@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    [class*="mobile only"]:not([class*="large screen"]),
    [class*="tablet only"]:not([class*="large screen"]),
    [class*="computer only"]:not([class*="large screen"]),
    [class*="large screen hidden"],
    [class*="widescreen only"]:not([class*="large screen"]),
    [class*="or lower hidden"]:not(.computer):not(.tablet):not(.mobile) {
        display: none !important;
    }
}

/* Widescreen Monitor */
@media only screen and (min-width: 1920px) {
    [class*="mobile only"]:not([class*="widescreen"]),
    [class*="tablet only"]:not([class*="widescreen"]),
    [class*="computer only"]:not([class*="widescreen"]),
    [class*="large screen only"]:not([class*="widescreen"]),
    [class*="widescreen hidden"],
    [class*="widescreen or lower hidden"] {
        display: none !important;
    }
}

@media only screen and (max-width: 1199px) {
    .posterBlock .poster {
        --posterWidth: 140px;
        --posterHeight: 202px;
    }
}

.ck-editor__editable_inline {
    min-height: 250px !important;
    max-height: 350px !important;
}

.ck-content {
    background: #1b1c1d !important;
    border: 0 !important;
}

.ck-toolbar {
    background: #101112 !important;
    border: 0 !important;
}

.ck-button {
    color: white !important;
}

.ck-button:hover {
    background: #353535 !important;
    color: white !important;
}

.ck.ck-toolbar__separator {
    background: #2d2d2d !important;
}

.ck-editor__editable_inline ul li,
.ck-editor__editable_inline ol li {
    margin-left: 30px;
}

.ck-editor__editable_inline ul {
    list-style-type: circle;
}

.ck-editor__editable_inline ol {
    list-style-type: decimal;
}

.formWrapper .fields .content .row {
    margin-bottom: 15px;
}

.formWrapper .fields .content .row:last-child {
    margin-bottom: 0;
}

.formWrapper .fields.hidden {
    display: none;
}

.formWrapper [data-remove] i {
    color: #db2828;
}

.formWrapper [data-remove]:hover {
    background: #db2828 !important;
}

.formWrapper [data-remove]:hover i {
    color: white !important;
}

.ui.segment {
    background: #1b1c1d;
}

@font-face {
    font-family: Rajdhani;
    src: url("../upload/assets/rajdhani-light-webfont.woff2") format("woff2"),
        url("../upload/assets/rajdhani-light-webfont.woff") format("woff");
    font-weight: lighter;
}

@font-face {
    font-family: Rajdhani;
    src: url("../upload/assets/rajdhani-medium-webfont.woff2") format("woff2"),
        url("../upload/assets/rajdhani-medium-webfont.woff") format("woff");
    font-weight: normal;
}

@font-face {
    font-family: Rajdhani;
    src: url("../upload/assets/rajdhani-bold-webfont.woff2") format("woff2"),
        url("../upload/assets/rajdhani-bold-webfont.woff") format("woff");
    font-weight: bold;
}

body {
    background: var(--themeBgColor);
    color: white;
}

body,
p {
    font-family: Rajdhani !important;
    font-size: 14px;
    line-height: 24px;
}

header .logo {
    padding-right: 20px;
}

header > .content .container {
    z-index: 5;
}

header > .content ul li {
    display: inline-block;
    padding: 10px 16px;
    text-transform: uppercase;
}

header > .content .menu ul li a {
    color: white;
    padding-bottom: 6px;
    font-size: 14px;
}

header > .content .menu ul li a:hover,
header > .content .menu ul li a.active {
    border-bottom: 1px solid var(--primaryColor);
}

header > .content ul li .searchIcon,
header > .content ul li div span {
    font-size: 20px;
    width: 40px;
    height: 40px;
    padding: 0.5em !important;
}

header .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    opacity: 0.7;
    top: -30px;
    left: 0;
}

header .cover.blurred {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

header[data-menutype="homepage"] {
    position: relative;
    height: 440px;
    margin-bottom: 20px;
}

header[data-menutype="homepage"]::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../upload/assets/headercover_sm.webp) no-repeat center
        center fixed;
    background-size: cover;
    background-position: bottom;
    opacity: 0.7;
    top: 0;
}

/* Sidemenu conflicts with homepage slider on mobile. */
header[data-menutype="main"] .content {
    z-index: unset;
}

header[data-menutype="main"] .cover {
    z-index: 3;
}

header[data-menutype="profile"] .cover {
    height: 500px;
}

header[data-menutype="cover"] .cover {
    height: 750px;
}

header[data-menutype="register"] .cover {
    height: 1100px;
}

header[data-menutype="login"] .cover {
    height: 700px;
}

header[data-menutype="tavsiyeRobotu"] .cover {
    background-repeat: nrepeat !important;
    background-size: contain !important;
    top: 0px;
}

header[data-menutype="tavsiyeRobotu"] .cover.blurred {
    filter: none;
    -webkit-filter: none;
}

header > .content .coverchibi {
    position: absolute;
    z-index: 5;
    left: 5vw;
    width: 300px;
    height: 300px;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    bottom: 30px;
}

header .content {
    z-index: 5;
}

header > .content .searchBox .form input {
    background: #2a2a2a;
    border: 0;
    padding: 10px 12px;
    font-size: 12px;
    width: 100%;
}

header > .content .searchBox .form input:focus {
    outline: 0;
}

header > .content .searchBox .form input,
header > .content .searchBox .form input:focus,
header > .content .searchBox .form input::placeholder {
    color: white;
}

header > .content .searchBox {
    position: absolute;
    z-index: 6;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

header > .content .searchBox .form a[data-searchbutton] {
    background: var(--primaryColor);
    padding: 10px 12px;
    font-size: 12px;
    color: white;
}

header[data-divider] .divider {
    width: 100%;
    background: linear-gradient(
        0deg,
        rgb(20, 20, 20) 0%,
        rgba(20, 20, 20, 0.84) 50%,
        rgba(20, 20, 20, 0) 100%
    );
    height: 200px;
    position: absolute;
    bottom: 0;
}

header[data-menutype="main"] .divider {
    position: absolute;
    bottom: 15px;
    z-index: 5;
    background: var(--themeDarkerBgColor);
    width: 100%;
    height: 15px;
}

header .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: text-top;
}

header .searchIcon {
    min-width: 2em;
    min-height: 2em;
    padding: 0.6em !important;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    border-radius: 500rem;
    vertical-align: top;
}

header .form {
    position: relative;
}

header .form .results {
    position: absolute;
    top: 50px;
    width: 100%;
}

#pageContent .form .results {
    width: 100%;
}

#pageContent .form .results a .anizm_avatar {
    width: 60px;
}

#pageContent .form .results a div div {
    font-size: 15px;
    padding-left: 10px;
}

header .form .results a,
.anizm_positionRelative .form .results a {
    color: white;
    width: 50%;
    float: left;
}

@media (max-width: 768px) {
    header .form .results a,
    .anizm_positionRelative .form .results a {
        width: 100%;
    }
}

header .form .results a:hover,
.anizm_positionRelative .form .results a:hover {
    color: white;
    background: #404040;
}

.animeDetayInnerContainer .animeDetailOtherNames {
    text-transform: none;
}

#pageContent {
    z-index: 2;
}

#pageContent.homePageContent .duyuruContainer {
    background: #67abdc80;
    border-radius: 8px;
    padding: 12px 22px;
    margin: 25px auto 0;
    /* Fallback value. */
    max-width: 1000px;
    max-width: clamp(300px, 95%, 1000px);
}

.duyuruContainer p {
    /* Fallback value. */
    font: inherit;
    font-size: 1rem;
    font-size: clamp(1rem, 2vw, 1.15rem);
    color: white;
}

.duyuruContainer .info {
    margin-bottom: 8px;
    font-weight: bold !important;
}

.duyuruContainer .code span {
    font-family: inherit;
    font-weight: bold !important;
    font: inherit;
}

.posterBlock .button > span {
    padding: 6px 10px;
    border: 1px solid var(--primaryColor);
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    color: var(--primaryColor);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.posterBlock .content {
    /* background: var(--themeSecondaryBgColor); */
}

.posterBlock .title {
    font-size: 16px;
    line-height: 22px;
    color: white;
    /*text-transform: uppercase;*/
}

.posterBlock .poster {
    position: relative;
    z-index: 5;
    width: var(--posterWidth);
    height: var(--posterHeight);
    margin: 0 auto;
}

.posterBlock .poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.posterBlock .button {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 12px;
}

.posterBlock .posterAlt,
.slideAnimeEpisodeInfo {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #000000c4;
    padding: 5px 7px 5px 12px;
    color: white;
    font-weight: bold;
    border-radius: 4px 0 4px 0;
    max-width: 110px;
}

.posterBlock a:hover .button span {
    background: var(--themeSecondaryBgColor);
    border-color: var(--themeSecondaryBgColor);
    color: white;
}

.donateToSite .anizm_sectionTitle {
    font-size: 35px;
}

.donateToSite .anizm_sectionTitle::before {
    width: 70px;
    bottom: -16px;
}

.poster {
    overflow: hidden;
    border-radius: 4px;
}

.poster img {
    filter: brightness(1.01) contrast(1.15);
}

.poster:hover img {
    transition: all 0.3s;
    transform: perspective(1px) scale(1.1);
}

.restrictedWidth {
    max-width: min(90%, 1400px);
    margin: 0 auto;
}

.bugunYuklenenAnime {
    box-shadow: 0 0 20px 0px #06dcfb;
}

.dunYuklenenAnime {
    box-shadow: 0 0 16px 0px #d69912;
}

.renkAciklamaContainer {
    display: inline-block;
    padding-left: 30px;
}

.renkAciklamaContainer .maviRenkBugun,
.renkAciklamaContainer .turuncuRenkDun {
    line-height: 15px;
    padding: 0;
    border: none;
    display: flex;
    font-size: 10px;
    position: relative;
    width: 80px;
    height: 15px;
}

.maviRenkBugun::after,
.turuncuRenkDun::after {
    position: absolute;
    font-size: 10px;
    width: 100px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    text-align: start;
}

.maviRenkBugun::after {
    content: "Bugün eklendi.";
}

.turuncuRenkDun::after {
    content: "Dün eklendi.";
}

.maviRenkBugun::before,
.turuncuRenkDun::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.maviRenkBugun::before {
    background: #06dcfb;
    box-shadow: 0 0 4px 1px #06dcfb;
}

.turuncuRenkDun::before {
    background: #d69912;
    box-shadow: 0 0 4px 1px #d69912;
}

.anasayfaListe #episodes {
    display: flex;
    align-items: center;
}

/* Last Watching Page */

.lastWatchImg {
    width: 100%;
    height: 100%;
}

.lastWatchDiv {
    width: 100%;
}

.ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
.ui.centered.grid > .row > .column:not(.aligned):not(.justified),
.ui.grid .centered.row > .column:not(.aligned):not(.justified) {
    text-align: center;
}

.lastTextbox:hover {
    color: #d8d8d8;
}

.lastTextbox {
    color: #f5f5f5;
    transition: 0.5s;
    padding-top: 5px;
}

.lastText {
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--primaryColor);
    padding: 8px 10px 9px 13px;
    font-size: 22px;
    color: white;
    font-weight: bold;
    border-radius: 0px 0px 0px 10px;
    max-width: 110px;
}

.lastTextEpisode {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: var(--primaryColor);
    padding: 5px 5px 5px 12px;
    color: white;
    font-weight: bold;
    border-radius: 10px 0px 0px 0px;
    max-width: 90%;
}

.lastWatchedColumnItem {
    min-width: 227px;
}

.lastImageColumn {
    height: 260px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media only screen and (min-width: 769px) {
    .donateToSite {
        border: 5px solid var(--primaryColor);
        padding: 55px 20px;
        border-radius: 15px;
        position: relative;
        display: table;
    }

    .donateToSite .content {
        padding-left: 30px;
    }
}

.donateToSite .chibi img {
    position: absolute;
    left: -40px;
    top: -53px;
    width: 33%;
    vertical-align: middle;
}

.donateToSite .chibi {
    width: 325px;
}

@media only screen and (max-width: 769px) {
    .episodeTranslators {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #fansec {
        padding: 0.4rem 0.6rem !important;
    }

    .episodeInfoContainer {
        margin-top: 0 !important;
    }

    .anizm_mobile.episodeInfoContainer .animeIzleInnerContainer {
        padding-top: 0;
    }

    .donateToSite {
        border: 5px solid var(--primaryColor);
        padding: 55px 0px;
        border-radius: 15px;
        position: relative;
    }

    .donateToSite .content {
        padding-left: 20px;
    }
}

/*
CUSTOM
*/

.seperater {
    border-left: 3px solid var(--primaryColor);
    padding-left: 12px;
    margin-left: 12px;
}

#players span {
    max-width: 185px;
}

.episodeBlockList .content {
    max-height: 445px;
    overflow-y: scroll;
}

.episodeBlock {
    height: 100%;
}

.episodePlayer {
    height: 533px;
}

.episodePlayer iframe {
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: 100% !important;
}

.episodeLine:hover {
    background: #404040;
}

.episodeTranslatorNote {
    border: 2px solid var(--primaryColor);
    padding: 0px 0px 12px 16px !important;
    border-radius: 4px;
    position: relative;
}

.episodeTranslatorNote .title {
    background: var(--primaryColor);
    position: absolute;
    padding: 6px 9px;
    top: -1px;
    left: -1px;
    border-radius: 0 0 4px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.episodeTranslatorNote .content {
    text-indent: 150px;
    line-height: 30px;
}

.translatorBox {
    display: inline-block;
}

.fansubSecimKutucugu .translatorBox {
    padding: 12px 16px;
}

.translatorBox:hover,
a.active .translatorBox {
    background: var(--primaryColor);
}

.profileCoverArea {
    height: 350px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 70px;
    border-radius: 4px 0 6px 6px;
}

.profileCoverArea .info {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    background: linear-gradient(
        0deg,
        rgba(20, 20, 20, 0.9) 0%,
        rgba(20, 20, 20, 0.23) 80%,
        rgba(20, 20, 20, 0.1) 100%
    );
    padding-bottom: 60px;
    padding-left: 210px;
}

.profileCoverArea .dates {
    position: absolute;
    top: -48px;
    right: 0;
    text-align: right;
}

.profileCoverArea .profileSocial {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
}

.profileCoverArea .dates > div {
    background: var(--themeSecondaryBgColor);
}

.profileStats {
    border-left: 1px solid #ffffff57;
    padding-left: 20px;
}

.profileMenu {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 16px;
    width: 100%;
}

.profileMenu .menuElements {
    border-radius: 4px;
    padding-left: 190px;
}

.profileMenu li {
    display: inline-block;
}

.profileMenu li a {
    padding: 12px 24px;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    margin-right: -4px;
}

.profileMenu ul li a:hover {
    border-bottom: 2px solid var(--primaryColor);
}

.profileMenu ul li.activeProfileTab a:hover {
    border: none;
}

.profileAvatar {
    position: absolute;
    bottom: 100px;
    z-index: 5;
    left: 30px;
    width: 50px;
    height: 50px;
}

.profileAvatar img {
    width: 160px;
    height: 160px;
    border-radius: 100px;
}

.activityList .activity {
    position: relative;
    padding-top: 20px;
}

.activityList .activity::before {
    content: " ";
    border-left: 2px solid var(--primaryColor);
    left: 46px;
    top: 0;
    position: absolute;
    width: 2px;
    height: 100%;
}

.activityList .date {
    padding: 2px 18px;
    background: var(--primaryColor);
    display: inline-block;
    margin-top: 35px;
    margin-left: 46px;
}

.activityList .date:first-child {
    margin-top: 0;
}

.activity div.icon {
    color: white;
    background: var(--themeSecondaryBgColor);
}

.positionBox .divider {
    border-bottom: 5px solid var(--primaryColor);
}

.positionBox {
    height: 100%;
    position: relative;
}

.positionBox .positionRules {
    padding-top: 30px;
    padding-bottom: 70px;
    line-height: 40px;
}

.positionBox .positionButton {
    position: absolute;
    bottom: 0;
    width: 100%;
}

[data-playerreport] i {
    color: #b70000;
}

#siteCalendar {
    margin: 80px 0 50px 0;
    min-height: 300px;
    position: relative;
}

#siteCalendar .bg-ct {
    position: relative;
}

#siteCalendar .bg-gd {
    background: linear-gradient(
        #313131 20%,
        var(--themeSecondaryBgColor) 80%,
        transparent 100%
    );
    height: 600px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

#siteCalendar .anizm_shadow {
    box-shadow: 0px 1px 2px #000000, 0px 2px 0px #00000047;
}

#siteCalendar .calendarDayTitle {
    border-radius: 4px;
    border: 2px dashed #868686ad;
    color: #868686ad;
    position: relative;
}

#siteCalendar div.icon {
    position: absolute;
    right: 27px;
    top: 23px;
    color: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
}

#siteCalendar .title,
#siteCalendar .episode {
    width: 75%;
}

#siteCalendar a:hover > div {
    background: var(--primaryColor);
}

#siteCalendar a:hover div.icon {
    color: white !important;
    background: #2a2a2a;
}

.dateHeader {
    line-height: 30px;
    text-indent: 12px;
    background: #343c3f;
    border-radius: 3px;
    font-size: 12px;
    color: #999;
}

.dateBody {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.watchedAnimeCardContainer {
    width: 250px;
}

.watchedAnimeCard {
    display: flex;
    column-gap: 1rem;
    height: 70px;
    background-color: #444f54;
    border-radius: 5px;
    position: relative;
    padding: 0.25rem 0.75rem;
}

.watchedAnimeImg {
    max-height: 100%;
    object-fit: cover;
    width: 50px;
}

.watchedAnimeTextContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.watchedAnimeTitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #ffffffd6;
}

.watchedAnimeEpisode {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #c0cad1;
}

/*
CUSTOM
*/

.watching {
    color: rgb(50, 148, 45);
}

.finished {
    color: var(--primaryColor);
}

.dropped {
    color: rgb(119, 119, 119);
}

.plantowatch {
    color: rgb(171, 0, 206);
}

.favorite {
    color: #cc0303;
}

.watching .listHover {
    border: 1px solid rgb(50, 148, 45);
}

.finished .listHover {
    border: 1px solid var(--primaryColor);
}

.dropped .listHover {
    border: 1px solid rgb(119, 119, 119);
}

.plantowatch .listHover {
    border: 1px solid rgb(171, 0, 206);
}

.watching .listHover:hover,
.watching .listHoverActive:hover,
.watching .listBack {
    background: rgb(50, 148, 45);
}

.finished .listHover:hover,
.finished .listHoverActive:hover,
.finished .listBack {
    background: var(--primaryColor);
}

.dropped .listHover:hover,
.dropped .listHoverActive:hover,
.dropped .listBack {
    background: rgb(119, 119, 119);
}

.plantowatch .listHover:hover,
.plantowatch .listHoverActive:hover,
.plantowatch .listBack {
    background: rgb(171, 0, 206);
}

.favorite .listHover:hover,
.favorite .listHoverActive:hover,
.favorite .listBack {
    background: #cc0303;
}

footer .list li {
    line-height: 20px;
}

footer .social li {
    display: inline-block;
    font-size: 15px;
}

.circle-chart__circle {
    animation: circle-chart-fill 2s reverse;
    transform: rotate(-90deg);
    transform-origin: center;
}

.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 31em) {
    .circleProgressBar {
        grid-template-columns: repeat(2, 1fr);
    }
}

.circleProgressBar text {
    fill: #989898;
}

.registerForm {
    width: 530px;
}

.loginForm {
    width: 350px;
}

.info_otherTitle {
    border: 1px solid var(--primaryColor);
    padding: 2px 13px;
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 7px;
}

.info_titleTag {
    background: var(--primaryColor);
    display: inline-block;
    font-family: "Rubik", sans-serif !important;
    padding: 0px 10px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 23px;
    vertical-align: middle;
}

.info_episodeList .anizm_boxContent {
    height: 588px;
    max-width: 280px;
    overflow-y: scroll;
}

/*
Semantic
*/

.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="file"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="text"],
.ui.form input[type="time"],
.ui.form input[type="url"],
.ui.input > input,
.ui.form textarea {
    background: none;
    border: 1px solid rgb(255, 255, 255);
}

.ui.form .field > label {
    text-transform: uppercase;
}

.ui.form input:not([type]):focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="datetime-local"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="file"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="search"]:focus,
.ui.form input[type="tel"]:focus,
.ui.form input[type="text"]:focus,
.ui.form input[type="time"]:focus,
.ui.form input[type="url"]:focus,
.ui.input > input:focus,
.ui.form textarea:focus {
    background: none;
    border: 1px solid var(--primaryColor);
}

.ui.selection.dropdown {
    background: var(--themeSecondaryBgColor);
}

.ui.error.message {
    background-color: #9f3a38;
    color: #ffffff;
    box-shadow: 0 0 0 !important;
}

.ui.selection.dropdown {
    background: none;
    border: 1px solid rgb(255, 255, 255);
}

.ui.selection.dropdown:hover {
    border: 1px solid rgb(255, 255, 255);
}

/*
Semantic
*/

.topmessage {
    background: #48a237;
    opacity: 1;
    padding: 15px;
    text-align: center;
    color: white;
    z-index: 10;
    position: relative;
}

header .notification {
    position: relative;
}

header .notification .circle.icon {
    position: absolute;
    top: 4px;
    right: 9px;
    font-size: 9px;
    color: #e83333;
    z-index: 2;
}

/* Mobile */

@media (max-width: 768px) {
    header .menuWrapper > div,
    header .content .menuWrapper ul li {
        display: block;
    }

    header .content .menuWrapper .userIcons ul li {
        display: inline-block;
    }

    header .content .menuWrapper .userIcons {
        text-align: left;
        padding-left: 13px;
    }

    header .content .menuWrapper ul li {
        padding: 5px 16px;
    }
}

.episodeListTab {
    user-select: none;
}

.relatedSeriesTab {
    user-select: none;
}

.episode_searchBox {
    position: relative;
}

.episode_searchBox [type="text"] {
    border: 0;
    background: #0808088c;
    padding: 9px 40px 9px 12px;
    width: 100%;
    color: #675f5f;
    border-bottom: 1px solid var(--primaryColor);
    border-top: 1px solid #222121;
    font-family: inherit;
}

.episode_searchBox i {
    position: absolute;
    right: 6px;
    top: 2px;
    color: #675f5f;
}

.episode_searchBox [type="text"]:focus {
    outline: none;
}

.episodeVideoStaff {
    display: inline-block;
    position: relative;
    background-image: linear-gradient(135deg, #ffff9a 0%, #5d5d30 100%);
    padding: 30px 10px;
    margin-left: 20px;
    border-radius: 6px;
    background-color: #ffff9a;
    max-width: 70%;
}

.episodeVideoStaff,
.episodeVideoStaff h2 {
    color: #3c3514 !important;
}

.episodeVideoStaff:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: -22px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: #f3f392 transparent transparent transparent;
}

/* DMC EDIT */

#ham-toggler {
    transform: scale(0);
}

@media (max-width: 992px) {
    #ham-toggler {
        transform: scale(1);
        position: fixed;
        top: 15px;
        right: 10px;
        width: 50px;
        height: 50px;
        z-index: 1015 !important;
        cursor: pointer;
        opacity: 0;
        transition: ease-in-out 0.4s;
    }

    header .hamburger {
        position: fixed;
        z-index: 1010 !important;
        width: 50px;
        height: 50px;
        top: 15px;
        right: 10px;
        background-color: rgba(41, 38, 43, 0.9);
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #hamburger-bar::before,
    #hamburger-bar::after {
        content: "";
        position: absolute;
        z-index: 1010 !important;
        width: 100%;
        height: 3px;
        background-color: white;
        transition: ease-in-out 0.4s;
    }

    #hamburger-bar {
        width: 70%;
        margin: auto;
        height: 3px;
        position: relative;
        background-color: white;
        transition: ease-in-out 0.2s;
    }

    #ham-toggler:checked ~ #menuContent #scale0id {
        display: flex;
        flex-wrap: nowrap;
        transform: scale(1);
        background-color: rgba(41, 38, 43, 0.95);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 0 0 10px 10px;
    }

    #ham-toggler:checked + .hamburger #hamburger-bar {
        transform: rotate(135deg);
        margin-top: 0;
        background-color: var(--primaryColor);
    }

    #ham-toggler:checked + .hamburger #hamburger-bar::before,
    #ham-toggler:checked + .hamburger #hamburger-bar::after {
        transform: rotate(-90deg);
        top: 0;
        background-color: var(--primaryColor);
    }

    #hamburger-bar::before {
        top: 10px;
    }

    #hamburger-bar::after {
        top: -10px;
    }

    #scale0id {
        position: absolute;
        transform-origin: top right;
        transform: scale(0);
        width: 100%;
        left: 0;
        top: 70px;
        z-index: 1005;
        transition: transform 0.3s ease;
    }

    #scale0id ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding: 10px 0 20px;
        margin: 0;
    }

    #scale0id ul li {
        width: 100%;
        height: 58px;
        text-align: center;
        padding: 0 !important;
        transition: background-color 0.3s ease;
    }

    #scale0id ul li:hover {
        background-color: rgba(108, 99, 255, 0.2);
    }

    #scale0id ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.5px;
    }

    #scale0id.userIcons {
        top: auto;
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    #scale0id.userIcons ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        padding-top: 0;
    }

    #scale0id.userIcons ul li {
        width: auto;
        height: auto;
        padding: 5px !important;
    }

    .userUnorderedList {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .uyeOlButtonContainer {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }

    .uyeOlButtonContainer a {
        width: 80%;
        max-width: 200px;
    }

    #menuContent {
        position: relative;
        height: auto !important;
        padding-top: 10px;
    }

    header[data-menutype="main"] {
        min-height: 80px;
    }
}

@media (min-width: 993px) {
    #ham-toggler,
    .hamburger {
        display: none;
    }
}

/* Mobil görünümde dropdown menülerin düzgün çalışması için */
@media (max-width: 992px) {
    .ui.icon.top.left.pointing.dropdown.inverted .menu {
        position: fixed !important;
        top: auto !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        min-width: 200px;
        max-width: 90%;
        margin-top: 5px !important;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .infoPosterTrailer iframe {
        width: 165px;
    }
}

@media (max-width: 992px) {
    .episodeContainer .anizm_pageTitle {
        line-height: 1.5;
        font-size: 1.6rem;
    }

    .restrictedWidth {
        max-width: 95%;
    }

    #menuContent {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        align-items: center;
    }

    #scale0id {
        position: absolute;
        transform-origin: top right;
        transform: scale(0);
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    #ham-toggler {
        transform: scale(1);
        position: fixed;
        top: 15px;
        right: 10px;
        width: 50px;
        height: 50px;
        z-index: 1015 !important;
        cursor: pointer;
        opacity: 0;
        transition: ease-in-out 0.4s;
    }

    header .hamburger {
        position: fixed;
        z-index: 1010 !important;
        width: 50px;
        height: 50px;
        top: 15px;
        right: 10px;
        background-color: #29262b;
        border-radius: 5%;
    }

    #hamburger-bar::before,
    #hamburger-bar::after {
        content: "";
        position: absolute;
        z-index: 1010 !important;
        width: 100%;
        height: 3px;
        background-color: white;
        transition: ease-in-out 0.4s;
    }

    #hamburger-bar {
        width: 70%;
        margin: auto;
        margin-top: 12px;
        height: 3px;
        position: relative;
        background-color: white;
        transition: ease-in-out 0.2s;
    }

    #ham-toggler:checked ~ #menuContent #scale0id {
        display: flex;
        flex-wrap: nowrap;
        transform: scale(1);
        background-color: #29262b;
    }

    #ham-toggler:checked + .hamburger #hamburger-bar {
        transform: rotate(135deg);
        margin-top: 22px;
    }

    #ham-toggler:checked + .hamburger #hamburger-bar::before,
    #ham-toggler:checked + .hamburger #hamburger-bar::after {
        transform: rotate(-90deg);
        top: 0;
    }

    #hamburger-bar::before {
        top: 10px;
    }

    #hamburger-bar::after {
        top: 20px;
    }

    #scale0id ul {
        top: 90px;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 500px;
    }

    #scale0id ul li {
        width: 100%;
        height: 58px;
        text-align: center;
        padding: 0 !important;
    }

    #scale0id ul li a {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        line-height: 58px !important;
        width: 100%;
        padding: 0 !important;
    }

    #scale0id:nth-last-of-type(1) a {
        display: block;
        line-height: 40px !important;
        width: 60% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    #scale0id:nth-last-of-type(1) ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #scale0id:nth-last-of-type(1) ul li {
        padding: 0 0 5px 0 !important;
        height: 100%;
        vertical-align: middle;
    }

    div.logo.anizm_displayCell.anizm_alignMiddle.anizm_s50 {
        vertical-align: baseline;
    }

    header {
        min-height: 50px !important;
        max-height: 500px !important;
    }

    /* Mobilde gereksiz yere header için boşluk bırakıyor
    header[data-menutype="main"] > .content {
        min-height: 350px;
        max-height: 400px;
        height: 100%;
    }
    */

    /* .ui.container {
        height: 100%;
    }*/
    header .anizm_displayTable {
        display: block !important;
        left: 0 !important;
    }

    header .logo {
        position: absolute;
    }

    header .height90 {
        height: 90%;
    }

    #ham-toggler:checked ~ #menuContent #scale0id {
        position: absolute;
        top: 0;
    }

    #ham-toggler:checked ~ #menuContent #scale0id:nth-last-of-type(1) {
        position: absolute;
    }

    header .fveryLarge {
        font-size: 2vw !important;
    }
}

@media (max-width: 776px) {
    #scale0id:nth-last-of-type(1) a {
        width: 90% !important;
    }
}

@media (max-width: 677px) {
    header .fveryLarge {
        font-size: 3vw !important;
    }

    #ham-toggler:checked ~ .searchBox {
        overflow: hidden;
    }
}

#ham-toggler,
.hamburger {
    display: none;
}

/* Anasayfa dışındaki sayfalarda header div'lerinin üst üste binmemesi için. */
header {
    min-height: 80px;
}

.nextBeforeButtons {
    margin-top: 30px;
}

/* Emre'nin yazdığı kısım */
@media (max-width: 992px) {
    .logo a img.PP {
        width: 140px !important;
    }

    .profileMenuPP {
        transform: translateY(150px) !important;
    }

    .menuElementsPP {
        padding: 0 !important;
    }

    .profileSocialPP {
        bottom: -50px !important;
        left: 60px !important;
    }

    .profileTabContentPP {
        transform: translateY(140px) !important;
    }

    footer .ui.container .PP {
        transform: translateY(70px);
    }

    #ham-toggler,
    .hamburger {
        display: block;
    }
}

@media (max-width: 822px) {
    .anizm_displayFlex.mt-3.PP ~ div {
        min-width: 100px !important;
    }
}

@media (max-width: 769px) {
    .profilMenuPP > .menu {
        transform: scale(0) !important;
    }

    .profilMenuPP > .userIcons {
        position: absolute !important;
        top: 0;
        left: 35%;
    }

    .ui.stackable.grid.PP > .wide.column {
        width: 80% !important;
        margin: 0 auto !important;
        /* transform: translateY(100%); */
    }

    .ui.stackable.grid.PP > .three.wide.column {
        width: 30% !important;
        margin: 0 auto !important;
        /* transform: translateY(200%); */
    }
}

@media (max-width: 756px) {
    .anizm_displayFlex.mt-3.PP {
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
        transform: translateY(30px) !important;
    }
}

@media (max-width: 756px) {
    .anizm_displayFlex.mt-3.PP {
        transform: translateY(60px) !important;
    }
}

@media (max-width: 632px) {
    .menuElementsPP ul {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 604px) {
    .profileMenuPP {
        transform: translateY(180px) !important;
    }
}

@media (max-width: 598px) {
    .anizm_displayFlex.mt-3.PP {
        transform: translateY(110px) !important;
    }
}

@media (max-width: 566px) {
    .activityListPP {
        width: 90vw !important;
    }
}

@media (max-width: 536px) {
    .pfull.anizm_roundTop.PP {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 460px) {
    .info.pfull.PP {
        display: block !important;
        transform: translateY(210px) !important;
        padding-left: 0 !important;
    }

    .profileMenuPP {
        transform: translateY(420px) !important;
    }

    .profileTabContentPP {
        transform: translateY(360px) !important;
    }

    .profileAvatarPP {
        left: 50%;
        margin-left: -70px;
    }

    .profileSocialPP {
        left: 40% !important;
        top: 106%;
    }

    footer .ui.container .PP {
        transform: translateY(250px);
    }
}

@media (max-width: 421px) {
    .userIconsPP {
        position: absolute;
        top: 50px !important;
        left: 0 !important;
    }
}

@media (max-width: 306px) {
    .ui.container.containerPP {
        margin-left: 0 !important;
    }
}

@media (max-width: 274px) {
    .menuElementsPP ul {
        display: block !important;
    }

    .menuElementsPP ul li {
        display: block !important;
        width: 170px;
        margin: 0 auto;
    }

    .profileMenuPP {
        transform: translateY(490px) !important;
    }

    .profileTabContentPP {
        transform: translateY(440px) !important;
    }
}

@media (max-width: 290px) {
    .anizm_displayFlex.mt-3.PP > .anizm_displayFlex {
        display: block !important;
        margin-left: 0px !important;
    }

    .anizm_displayFlex.mt-3.PP {
        padding-left: 40px;
    }
}

/* Global CSS edits */

.popup {
    max-height: 500px;
    overflow: auto;
}

.posterBlock .content.pfull {
    height: 265px !important;
}

.posterBlock .posterAlt {
    max-width: 90%;
}

.posterBlock .content .title {
    letter-spacing: 0.25px;
    overflow: hidden;
    width: 100%;
    padding: 10px 4px 2px;
}

.title.restrictedLines {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.posterBlock .title.titleShortened {
    font-size: 14px;
}

.posterBlock .button {
    bottom: 8px;
}

.donateContainer {
    max-width: 1400px !important;
    width: 90% !important;
    height: auto !important;
}

.donateToSite {
    margin: 0 auto;
}

.donateToSite .content {
    padding-right: 20px;
}

.donateContainer .donateToSite .chibi {
    width: 30%;
    position: relative;
    height: 100%;
}

.donateToSite .chibi img {
    left: 0;
    top: -150px;
    width: auto;
    height: 400px;
}

.donateToSite .content {
    max-width: 900px;
}

.donateToSite .content .text {
    font-size: 24px;
}

.donateToSite .content .anizm_sectionTitle {
    margin-bottom: 35px;
}

#menuContent {
    height: 55px;
}

footer {
    width: 90%;
    margin: auto;
    display: flex;
    margin-top: 70px;
    margin-bottom: 40px;
    justify-content: space-around;
    position: relative;
    z-index: 1;
}

.bizKimiz {
    width: 50%;
}

#scale0id {
    display: flex;
    align-items: center;
    height: 100%;
}

.playerTranslator {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.passive {
    display: none !important;
}

.customHidden {
    visibility: hidden !important;
    position: absolute;
    z-index: -100;
    top: 0;
    left: 0;
    user-select: none;
}

.relatedSeriesTabContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5rem 1rem 1rem;
    overflow-y: auto;
    max-height: 445px;
}

.relatedAnimeContainer {
    overflow: hidden;
    margin: 0 0.7rem 0.5rem;
    width: 140px;
    min-height: 200px;
}

.relatedAnimePosterInnerContainer {
    width: 140px;
    height: 200px;
}

.relatedAnimePoster {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relatedAnimeContainer .title {
    padding-top: 0.35rem;
    padding-bottom: 0.1rem;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5rem;
}

.playerUploader {
    order: 1;

    min-width: 330px;
    display: flex;
    align-items: center;
    border: 2px solid var(--primaryColor);
    border-radius: 4px;
    position: relative;
    border-style: dashed;
}

.episodeTranslatorNote {
    min-width: 350px;
    max-width: calc(100% - 260px);
    margin-right: 10px;
}

.uploaderInfoWrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 10px 10px;
}

.uploaderInfo {
    width: 100%;
    display: flex;
}

.uploaderLittleInfo {
    background: var(--primaryColor);
    position: absolute;
    padding: 6px 9px;
    top: -1px;
    right: -1px;
    border-radius: 0 0 0 4px;
    text-transform: uppercase;
    font-size: 12px;
}

.avatarAndTextContainer {
    min-width: 140px;
    max-width: 70%;
    margin-right: 20px;
    display: flex;
}

.nickAndGroup {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
    padding-left: 5px;
}

.uploaderGroupTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uploaderFollow {
    position: absolute;
    bottom: 15px;
    height: 33px;
}

.translatorName,
.encoderName {
    min-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    width: 95%;
}

.showCommentButton {
    padding: 6px !important;
}

.translatorEncoderWrapper {
    flex-wrap: wrap;
    max-width: 450px;
    overflow: hidden;
    flex-direction: column;
}

.uploaderInfoWrapper,
.episodeTranslatorNote {
    min-height: 110px;
}

.videoPlayerButtons {
    font-size: 12px;
    background-color: var(--primaryColor);
    padding: 2px 7px !important;
}

.animeEpisodesSquareList {
    display: none;
}

.hakkimizdaContainer {
    margin-top: 80px;
    width: 90%;
}

.hakkimizdaText {
    font-size: 18px;
    letter-spacing: 0.3px;
}

.ekibeKatilHeaderText {
    font-size: 16px;
    letter-spacing: 0.3px;
}

header {
    margin-bottom: 30px;
}

header[data-menutype="cover"] {
    margin-bottom: 0;
}

.faqLine {
    font-size: 16px;
    letter-spacing: 0.2px;
}

.anasayfaListe {
    position: relative;
    width: 100% !important;
}

.anasayfaListe::before {
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(#313131 0%, var(--themeSecondaryBgColor) 100%);
    background: unset;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.userUnorderedList {
    display: flex;
    justify-content: center;
    align-items: center;
}

.acilirUyeMenusu {
    width: 180px;
    padding-bottom: 10px !important;
}

.profileListAnimePoster {
    width: 55px !important;
}

.followUserNick {
    overflow: hidden;
    text-overflow: ellipsis;
}

.followUserRealName {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
    max-height: 48px;
}

.followerListContainer {
    margin-top: 12px;
    justify-content: center;
}

#scale0id.userIcons {
    padding-left: 25px;
}

.animeUrunleriBanner {
    margin-top: 15px;
    max-width: 100%;
}

.infoPosterImgItem {
    max-width: 100%;
}

.infoPosterTrailer {
    max-height: 150px;
    text-align: center;
    margin-bottom: 20px;
}

.activeProfileTab {
    border-bottom: 2px solid var(--primaryColor);
}

.favoriListOzelTitle {
    font-size: 16px;
    display: inline-block;
    max-width: calc(100% - 75px);
}

.profileCoverArea .dates {
    text-transform: capitalize;
}

.profileName,
.profileNickname {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.followerListContainer img {
    height: 80px !important;
    object-fit: cover;
}

.profileAvatar img {
    object-fit: cover;
}

.fansubSecimKutucugu {
    min-width: 170px;
}

.alfabeItem {
    margin-bottom: 5px !important;
    z-index: 1;
}

/* Gelişmiş arama styling. */

.ui.container.gelismisAramaMainContainer {
    /* Override default semantic styling. */
    width: 90% !important;
    max-width: 1400px !important;
}

.aramaSonucContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.aramaSonucItem {
    display: flex;
    height: 320px;
    color: white;
    padding: 16px 6px 6px;
    margin-bottom: 10px;
    background: #191b21cf;
    border-radius: 10px;
}

.aramaPuanImgWrapper {
    width: 30%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.aramaPuanCircle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
}

.aramaContentWrapper {
    width: 70%;
    padding-left: 10px;
    padding-right: 5px;
}

.animeTitleContent {
    height: 70%;
}

.aramaSonucYil {
    text-align: center;
    color: #dedede;
}

.animeTagContent {
    height: 30%;
    display: flex;
    align-items: flex-end;
}

.animeSonucInnerTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* Gösterilecek satır sayısı. */
    -webkit-line-clamp: 2;
}

.animeSonucInnerText {
    overflow-y: auto;
    max-height: 170px;
    line-height: 19px;
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #dedede;
}

.titleLink {
    color: white;
}

.titleLink:hover {
    color: var(--primaryColor);
}

.imgWrapperLink {
    text-align: center;
}

.aramaSonucImg {
    width: 120px;
    height: auto;
    min-height: 176px;
}

.gelismisAramaMultiItem {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.gelismisAramaItem {
    width: 49%;
}

.gelismisSecimDropdown {
    background-color: #2a2a2a !important;
    border: 1px solid var(--primaryColor) !important;
    cursor: pointer !important;
}

/* Override some of the default stling of Semantic dropdown. */
.gelismisSecimDropdown .delete.icon {
    padding-left: 5px;
}

.gelismisSecimDropdown .menu {
    height: 320px !important;
    max-height: unset !important;
}

.gelismisAramaLabelWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-start;
    height: 22px;
    overflow: hidden;
}

.gelismisAramaLabel {
    padding-left: 10px !important;
    padding-right: 10px !important;
    /*
     * Tag başındaki iconun yazının üzerine binmemesi için
     * kapsayıcının z-index'ini belirle, ::before'u düşür.
     */
    z-index: 0;
}

.gelismisAramaLabel::before {
    z-index: -1;
}

.alfabeContainer {
    padding-top: 10px !important;
    margin-bottom: 50px !important;
}

.modPanel .ui.dropdown .menu,
.ui.pointing.dropdown > .menu:after {
    background: #2a2a2a !important;
}

.episodeButtons {
    width: 420px;
    display: flex;
}

.anizmEpisodeButton {
    width: 155px;
    padding: 6px;
    font-size: 0.8rem;
    font-weight: 900;
    color: var(--primaryColor);
    text-align: center;
    text-decoration: none;
    box-shadow: 0 0 0 1px inset rgb(236 232 225 / 30%);
    position: relative;
    margin: 10px 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.anizmAbsoluteDetailLink {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.anizmLinkWrapper {
    display: inline-block;
    color: inherit;
    position: relative;
    z-index: 1;
}

.anizmEpisodeButton:nth-of-type(1) {
    margin-right: 20px;
}

.anizmEpisodeButton::after,
.anizmEpisodeButton::before {
    content: "";
    width: 1px;
    position: absolute;
    height: 8px;
    background: #0f1923;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.anizmEpisodeButton::before {
    right: 0;
    left: initial;
}

.anizmEpisodeButton p {
    margin: 0;
    height: 25px;
    line-height: 25px;
    z-index: 1;
    left: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.anizmEpisodeButton span.bg {
    left: -5%;
    position: absolute;
    background: var(--primaryColor);
    width: 0;
    height: 100%;
    z-index: 3;
    transition: 0.3s ease-out all;
    transform: skewX(-10deg);
}

.anizmEpisodeButton span.text {
    z-index: 4;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5rem;
}

.anizmEpisodeButton:hover {
    color: #ece8e1;
}

.anizmEpisodeButton:hover span.bg {
    width: 110%;
}

.anizmEpisodeButton:hover span.text:after {
    background: #ece8e1;
}

.flagsContainer {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 45px;
    /* Posterin üzerinde göster. */
    z-index: 1;
}

/*
 * Fansub/Bağımsız bilgi kutucuğunda yalnızca bir bayrak gösterilecek.
 * Gösterilen bayrak da kutunun tam köşesine yerleşecek.
 */
.translatorBox .flagsContainer {
    right: 15px;
    height: 20px;
}

.flag-tr,
.flag-us {
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
}

.flag-tr {
    background-image: url(./flags/flag-tr.png);
    margin-bottom: 5px;
}

.flag-us {
    background-image: url(./flags/flag-us.png);
}

.animeIzleBolumListesi {
    position: relative;
}

.animeDetayKutu {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    position: absolute;
    top: -60px;
    max-width: 280px;
    background-image: url(../upload/assets/anime-info.png);
    background-color: #2a2a2a;
    background-repeat: repeat;
    background-size: 70%;
    border-radius: 4px;
}

.animeDetayKutuLink {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 150%;
}

.anizm_pageTitle {
    width: calc(100% - 300px);
}

.anizmTitleLink:hover {
    color: var(--primaryColor);
}

/*
 * Profil kısmındaki açılır editor class'ları.
 */
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline
    p {
    line-height: 20px !important;
    margin: 0 !important;
}

/*
 * anime izle me sayfasındaki boilerplate seo taglerini görünmez yap.
 */
.animeSeoTags {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.episodeContainer .infoSta {
    color: #dfdcdc;
}

#searchOverlay {
    width: 100%;
    height: 100%;
    background: #000000e6;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    overflow-y: scroll;
    transform: scale(0);
    transition: transform 0.2s ease-out;
}

#searchOverlay.searchShown {
    transform: scale(1);
    transition: transform 0.2s ease-in;
}

.searchView {
    width: 90%;
    height: 100%;
    margin: 80px auto 200px;
    max-width: 1200px;
}

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

.searchBarInput {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 30px;
    font-size: 30px;
    border: none;
    border-bottom: 5px solid white;
    outline: none;
    background: transparent;
    color: white;
}

.searchBarButton {
    background: #ef214a;
    border: none;
    border-radius: 4px;
    padding: 10px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: 0;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
}

.searchTypeSelection {
    position: absolute;
    top: -3.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
}

.searchTypeOption {
    background: transparent;
    border: var(--primaryColor) 1px solid;
    border-radius: 4px;
    padding: 10px;
    color: white;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 0.2px;
}

.searchTypeOption:first-of-type {
    margin-right: 6px;
}

.searchTypeOption:hover,
.searchTypeOption.active {
    background: var(--primaryColor);
}

.searchResults {
    width: 100%;
    height: 100%;
    position: relative;
}

#loadMoreSearch {
    visibility: hidden;
    margin-bottom: 100px;
    z-index: 99999;
}

.fastResultTitleContainer {
    background: #191b21;
    padding: 14px 20px;
    text-transform: capitalize;
    display: block;
    letter-spacing: 0.5px;
    border-bottom: transparent 2px solid;
    border-width: 3px;
    box-shadow: inset 2px 4px 20px 0px #6c63ff21;
    position: relative;
}

.fastResultTitleContainer:hover {
    background: #2b2e30e6;
}

.fastResultTitleContainer .animeTitle {
    color: white;
    font-size: 1.7rem;
    margin-top: 0;
}

.fastResultTitleContainer .animeOtherTitle {
    color: #fff8f8ab;
    font-size: 1.5rem;
}

.fastResultTitleContainer .latestEpisodesContainer {
    color: #fff8f8ab;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 0.8rem;
}

.fastResultTitleContainer .episodesText {
    margin-right: 1.2rem;
}

.fastResultTitleContainer .latestEpisodesContainer .anizmEpisodeButton {
    width: auto;
    margin: 0;
    min-width: 155px;
    max-width: calc((100% - 200px) / 3);
    color: inherit;
}

.fastResultTitleContainer .latestEpisodesContainer .anizmEpisodeButton:hover {
    color: white;
}

.fastResultTitleContainer
    .latestEpisodesContainer
    .anizmLinkWrapper:not(:last-of-type) {
    margin-right: 0.75rem;
}

.searchResultItem {
    background: #191b21;
    display: flex;
    width: 100%;
    padding: 10px;
    height: 230px;
    margin-bottom: 5px;
    position: relative;
    transition: all 0.3s ease;
}

.searchResultItem:hover {
    background: #454e56;
}

.searchResultItem .aramaPuanCircle {
    position: absolute;
    right: 10px;
    top: 5px;
}

.resultImgDate {
    width: 150px;
    display: flex;
    flex-direction: column;
}

.resultImgDate .animeDate {
    text-align: center;
}

.resultImgDate .animeImg {
    width: 120px;
    height: auto;
    min-height: 170px;
    max-height: 175px;
}

.resultRightSide {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    width: 100%;
}

.resultContent {
    height: 160px;
}

.resultContent .animeTitlesContainer {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.animeTitlesContainer .animeOtherTitle {
    width: calc(100% - 80px);
    color: #fff8f8ab;
    line-height: 1.3;
    height: 15px;
    overflow: hidden;
}

.higlightedMatch {
    color: #09c372;
    font-weight: bold !important;
}

.resultContent .animeTitle {
    width: calc(100% - 80px);
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
    font-size: 18px;
}

.resultContent .animeTitleLink {
    color: white;
    font-weight: 600 !important;
}

.resultContent .animeTitleLink:hover,
.resultContent .animeTitleLink:hover .higlightedMatch {
    color: var(--primaryColor);
}

.resultContent .animeSummary {
    line-height: 18px;
    height: 80px;
    overflow-y: auto;
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.resultRightSide .resultTags {
    height: 50px;
    overflow: hidden;
    padding-top: 2px;
}

.resultImgDate a {
    text-align: center;
}

.searchLoaderContainer {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    background: #000000e0;
    position: absolute;
    z-index: 120;
    display: none;
}

.searchLoaderActive {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.searchLoaderActive .loaderText {
    margin-bottom: 10px;
    font-size: 16px;
}

.searchLoaderActive .loaderItem {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: loaderSpin 2s linear infinite;
}

.popularAnimeSlideSection {
    position: absolute;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%);
    height: 320px;
    width: min(80%, 1300px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popularAnimeSlideSection::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;

    /* background: rgba(27, 20, 20, 0.21);
    box-shadow: 1px -1px 20px 20px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid #ffffff05; */

    background: rgba(64, 102, 195, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(64, 102, 195, 0.04);
}

.userLastWatchSlideSection {
    position: relative;
    left: 50%;
    top: 57%;
    transform: translate(-50%, -50%);
    height: 157px;
    width: min(80%, 1300px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12rem;
}
/*
.userLastWatchSlideSection::before {
    position: relative;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 6px;

    /* background: rgba(27, 20, 20, 0.21);
    box-shadow: 1px -1px 20px 20px rgb(0 0 0 / 10%);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid #ffffff05; */
/*
    background: rgba(64, 102, 195, 0.05);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(64, 102, 195, 0.04);
}
*/
.selectionContainer {
    position: absolute;
    width: 100%;
    height: 30px;
    top: 0;
    left: 100px;
    display: flex;
    align-items: center;
    font-size: 12.5px;
}

.selectionOption {
    display: flex;
    padding: 4px 14px;
    text-decoration: none;
    color: #ffffffd9;
    background: var(--primaryColor);
    box-shadow: 4px 4px 0 #b51c1c;
    transform: skewX(-15deg);
}

.selectionOption .optionText {
    transform: skewX(15deg);
}

.popularAnimeCarousel {
    width: calc(100% - 120px);
    margin: 42px 0 0 !important;
}

.popularAnimeCarousel.swiper {
    z-index: 1000;
    overflow-y: visible;
    overflow-x: clip;
}

.popularAnimeCarousel .swiper-slide {
    width: var(--sliderPosterWidth);
}

.popularAnimeCarousel .swiper-slide:not(:last-child) {
    margin-right: 20px;
}





.lastWatchCarousel {
    width: calc(100% - 120px);
    margin: 42px 0 0 !important;
}

.lastWatchCarousel.swiper {
    z-index: 1000;
    overflow-y: visible;
    overflow-x: clip;
}

.lastWatchCarousel.swiperLastWatch {
    z-index: 1000;
    overflow-y: visible;
    overflow-x: clip;
}

.lastWatchCarousel .swiper-slide {
    width: var(--sliderPosterWidth);
}

.lastWatchCarousel .swiper-slide:not(:last-child) {
    margin-right: 20px;
}





.swiper-button-disabled {
    opacity: 0.3;
    height: 50px !important;
    background-color: unset !important;
    cursor: unset !important;
}

.popularAnimePrevButton,
.popularAnimeNextButton {
    width: 50px;
    height: var(--sliderPosterHeight);
    cursor: pointer;
    transition: opacity 0.25s linear;
    position: absolute;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
    background-image: url("../images/next_arrow.svg?a=a");
}

.popularAnimePrevButton:hover,
.popularAnimeNextButton:hover {
    background-color: #00000029;
}

.popularAnimeNextButton {
    right: 30px;
}

.popularAnimePrevButton {
    transform: scaleX(-1) translateY(-50%);
    left: 30px;
}






.lastWatchPrevButton,
.lastWatchNextButton {
    width: 50px;
    height: var(--sliderPosterHeight);
    cursor: pointer;
    transition: opacity 0.25s linear;
    position: absolute;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 8px;
    background-image: url("../images/next_arrow.svg?a=a");
}

.lastWatchPrevButton:hover,
.lastWatchNextButton:hover {
    background-color: #00000029;
}

.lastWatchNextButton {
    right: 30px;
}

.lastWatchPrevButton {
    transform: scaleX(-1) translateY(-50%);
    left: 30px;
}









.slideAnimeLink {
    width: var(--posterWidth);
}

.slideAnimeTitle {
    text-align: center;
    line-height: 1.4rem;
    padding-top: 4px;
}

.slideImageContainer {
    height: var(--sliderPosterHeight);
    position: relative;
    -webkit-mask-box-image-source: url("../upload/posters/poster_mask.svg");
    -webkit-mask-box-image-slice: 20 fill;
    -webkit-mask-box-image-width: 20px;
}

.slideImageContainer:hover {
    transform: translate3d(0.5rem, -0.5rem, 0px);
}

.slideImageBorder.borderShown {
    transform: scaleX(1);
}

.slidePosterTransition {
    transition-property: transform;
    transition-timing-function: ease;
    transition-duration: 100ms;
}

.slideImageBorder {
    position: absolute;
    width: 100%;
    height: var(--sliderPosterHeight);
    top: 0px;
    left: 0px;
    background: var(--primaryColorDarker);
    transform-origin: 20px 100%;
    transform: scaleX(0);
    z-index: -1;
    -webkit-mask-box-image-source: url("../upload/posters/border_mask.svg");
    -webkit-mask-box-image-slice: 18 fill;
    -webkit-mask-box-image-width: 20px;
}

.slideImageContainer .slideImage {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.slideImageContainer .slideImageBorder {
    position: absolute;
    inset: 0;
    z-index: -1;
    clip-path: var(--posterMainClipPath);
    -webkit-clip-path: var(--posterMainClipPath);
    background: #f953c6;
    background: -webkit-linear-gradient(to right, #b91d73, #f953c6);
    background: linear-gradient(to right, #b91d73, #f953c6);
}

.slideAnimeTitle {
    width: 100%;
}

@keyframes loaderSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

i.headerSearchIcon {
    cursor: pointer;
    font-size: 18px;
    padding: 10px;
}

.headerSearchContainer {
    padding: 0;
}

/* Arama kısmındaki satırların arka planı ile genre etiketlerini ayırt etmek için. */
.resultTags .ui.label {
    background-color: #2a2e35;
}

.calendarDayTitle {
    display: flex;
    align-items: center;
    font-size: 1rem;
    width: 300px;
}

.calendarTitle {
    width: 100%;
    background-color: #343c3f;
    margin-bottom: 0.5rem;
    padding: 0.25rem 1.25rem;
    border-radius: 4px;
    text-transform: uppercase;
    color: #bbbaba;
    letter-spacing: 0.5px;
}

.calendarFlexContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.calendarItemContainer {
    height: 80px;
    width: 300px;
}

.calendarItemCard {
    width: 100%;
    height: 100%;
    display: flex;
    column-gap: 1rem;
    padding: 0.5rem 0.75rem;
}

.calendarItemImg {
    max-height: 100%;
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 5px;
}

.calendarItemTextContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: calc(100% - 70px);
}

.calendarItemTitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #ffffffd6;
}
.calendarItemEpisode {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    color: #c0cad1;
    text-transform: capitalize;
}

/* Global CSS ends here.*/

/* Min-width queryler */
@media only screen and (min-width: 768px) {
    .uzunBilgilendirmeText {
        margin: 0 auto;
        max-width: 70%;
    }
}

/* Poster container'ının boyutunu artırarak duruma göre daha fazla poster almasını sağlıyoruz. */
@media only screen and (min-width: 992px) {
    .ui.container.menuHeader {
        width: 150px;
        position: absolute;
        top: 5px;
        left: 30px;
    }

    #menuContent {
        z-index: 10;
        position: absolute;
        right: 50px;
        min-width: 50%;
    }

    .profileListAnimeTitle {
        font-size: 15px;
        display: inline-block;
        max-width: 400px !important;
        overflow: hidden;
    }

    .profileListControlIcon {
        font-size: 15px;
    }
}

@media only screen and (min-width: 1281px) {
    .ui.container.anasayfaListe {
        width: 100% !important;
    }

    .ui.container.anasayfaListe .donateToSite,
    .ui.container.anasayfaListe .ui.grid.stackable {
        width: 85%;
        margin: 0 auto;
    }

    .ui.column.grid > [class*="three wide computer"].column,
    .ui.grid > .column.row > [class*="three wide computer"].column,
    .ui.grid > .row > [class*="three wide computer"].column,
    .ui.grid > [class*="three wide computer"].column {
        width: 215px !important;
    }

    .registerPageContainer {
        width: 90% !important;
    }

    .profileListAnimeTitle {
        font-size: 16px;
        max-width: 500px !important;
    }

    .profileListControlIcon {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1499px) {
    .registerPageContainer {
        width: 80% !important;
    }
}

@media only screen and (min-width: 1760px) {
    .ui.container.anasayfaListe {
        width: 95% !important;
    }
}

/* Max-width queryler */
@media only screen and (max-width: 1500px) {
    header > .content .coverchibi {
        width: 250px;
        height: 250px;
    }

    .donateToSite .chibi img {
        left: -50px;
    }

    .donateToSite .content .text {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1304px) {
    .donateToSite .chibi img {
        top: -90px;
    }

    .fveryLarge {
        font-size: 17px;
    }

    .fhuge {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1199px) {
    .posterBlock .content.pfull {
        height: 220px !important;
    }

    .posterBlock .title {
        font-size: 14px;
    }

    .posterBlock .title.titleShortened {
        font-size: 13px;
    }

    .anizm_hideMobile {
        font-size: 12px;
    }

    .ui.container.anasayfaListe {
        width: 95% !important;
    }

    .posterBlock .content.pfull .poster {
        left: 50%;
        transform: translateX(-50%);
    }

    header > .content .coverchibi {
        width: 200px;
        height: 200px;
        left: 3vw;
    }

    header > .content .searchBox {
        width: 600px;
        left: auto;
        transform: translateY(-50%);
        right: 50px;
    }

    .donateToSite .chibi img {
        top: -60px;
        height: 350px;
    }

    .anizm_s300 {
        width: 200px;
    }

    .fveryLarge,
    .flarge {
        font-size: 15px;
    }

    .fhuge {
        font-size: 20px;
    }

    .ui.container.registerPageContainer {
        width: 90%;
    }

    .listHeader .listBack,
    .listHeader .listHover {
        padding: 13px;
    }

    .ui.container.menuHeader {
        width: 150px;
        margin-left: 10px !important;
    }

    .menuWrapper .logo img {
        width: 130px;
        margin-top: 7px;
        height: auto;
    }

    .animeSonucInnerText {
        max-height: 155px;
    }

    .animeDetayKutu {
        max-width: calc(100% - 20px);
    }
}

@media only screen and (max-width: 992px) {
    .userLastWatchSlideSection {
        width: 90%;
    }

    .popularAnimeSlideSection {
        width: 90%;
    }

    .posterBlock {
        min-width: 170px;
        margin: 0 auto;
    }

    .posterBlock .content.pfull {
        height: 215px !important;
    }

    .ui.container.anasayfaListe {
        height: auto;
    }

    .posterBlock .content .title {
        text-align: center;
    }

    header > .content .searchBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 60%;
    }

    .form.anizm_displayFlex,
    .text.anizm_textUpper {
        min-width: 400px;
        width: 100%;
    }

    /* Hamburger Edit*/
    #menuContent {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1002;
        height: 70px !important;
        width: 70px !important;
    }

    #ham-toggler:checked ~ #menuContent {
        width: 300px !important;
        height: 100vh !important;
    }

    main header.mt-3.puf01 {
        margin-top: 0 !important;
    }

    #scale0id.menu {
        height: 100%;
    }

    #scale0id.userIcons {
        top: 37rem !important;
        bottom: 150px;
        height: 100px;
    }

    .ui.container.anizm_positionRelative {
        height: 50px;
    }

    .ui.container.menuHeader {
        margin-left: 40px !important;
    }

    .donateContainer {
        height: 375px !important;
    }

    .donateToSite .content {
        padding-right: 0;
    }

    .donateToSite .chibi img {
        left: -30px;
        top: -20px;
        width: 240px;
        height: auto;
    }

    .donateToSite .content {
        padding-left: 40px;
    }

    .donateToSite .content .text {
        font-size: 16px;
    }

    #siteCalendar .calendarInnerContainer {
        height: auto;
    }

    .ui.container.episodeContainer,
    .ui.container.animeDetayContainer {
        width: 90%;
    }

    .animeIzleBolumListesi {
        display: table-row;
        transform: translateY(30px);
    }

    /* Anime izle kısmındaki bölüm listesi görüntüleme biçimleri. */
    .animeEpisodesLongList {
        display: none;
    }

    .animeEpisodesSquareList {
        display: block;
    }

    .episodePlayer {
        height: 55vw;
    }

    .ekibeKatilSutunlari > .column {
        width: 100% !important;
    }

    .loginForm,
    .registerForm {
        width: 100%;
        display: block;
        margin-bottom: 50px;
    }

    .loginForm {
        padding: 0 !important;
    }

    .fhuge {
        font-size: 20px;
        line-height: 30px;
    }

    .fveryLarge,
    .flarge {
        font-size: 15px;
        line-height: 25px;
    }

    .registerGreetingColumn {
        display: block;
        margin-bottom: 30px;
    }

    .info_episodeList {
        max-height: 500px;
        overflow-y: scroll;
    }

    .bolumKutucugu {
        margin: auto;
    }

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

    .animeDetayInfoWrapper {
        width: 75%;
        display: block;
    }

    .animeDetayPosterWrapper {
        width: 20%;
        display: inline-flex;
    }

    .infoPosterImg iframe {
        width: 100%;
    }

    .userUnorderedList {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .userUnorderedList li {
        width: auto !important;
    }

    .userUnorderedList .uyeOlButtonContainer {
        width: 100% !important;
    }

    /* Profil responsive başlangıç. */
    .profileMenu {
        bottom: -110px;
    }

    .profileCoverArea .profileSocial {
        bottom: auto;
        top: 15px;
    }

    .profileMenu .menuElements {
        padding-left: 0;
    }

    .profileCoverArea .info {
        padding-bottom: 0;
    }

    .listHeader .listBack,
    .listHeader .listHover {
        padding: 12px;
    }

    .profileListControlIcon {
        white-space: nowrap;
    }

    .followerCardCol {
        min-width: 190px;
    }

    .profileCoverArea {
        margin-bottom: 120px;
    }

    .profileName,
    .profileNickname {
        max-width: 140px;
    }

    .profilUserInfoBoxes {
        white-space: nowrap;
    }

    .aramaSonucItem {
        width: 100%;
    }

    .animeSonucInnerText {
        max-height: 170px;
    }

    .animeDetayKutu {
        max-width: 100%;
        position: relative;
        top: auto;
        background-size: 40%;
    }

    .anizm_pageTitle {
        width: auto;
    }

    i.headerSearchIcon {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .ui.container.anasayfaListe {
        width: 100% !important;
    }

    .donateToSite .content {
        padding-top: 26%;
    }

    .donateToSite .chibi img {
        left: 28%;
    }

    .posterBlock .content.pfull {
        height: 200px !important;
    }

    header > .content .coverchibi {
        width: 170px;
        height: 170px;
    }

    .form.anizm_displayFlex {
        justify-content: center;
    }

    header > .content .coverchibi {
        display: none;
    }

    header > .content .searchBox {
        width: 90%;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }

    .form.anizm_displayFlex,
    .text.anizm_textUpper {
        text-align: center;
        width: 100%;
    }

    .donateContainer.ui.container {
        width: 90% !important;
        height: 550px !important;
        margin: auto !important;
    }

    .donateToSite {
        padding-top: 0;
        padding-bottom: 10px;
        height: 100%;
    }

    .donateContainer .donateToSite .chibi {
        width: 100%;
        height: 50%;
    }

    .donateContainer .donateToSite .content {
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .donateContainer .donateToSite .content .text {
        width: 90%;
        text-align: center;
    }

    .donateToSite .chibi img {
        left: 50%;
        transform: translateX(-55%);
        top: -50px;
        min-width: 40%;
    }

    footer {
        flex-wrap: wrap;
    }

    .bizKimiz {
        width: 100%;
        order: 1;
        margin-top: 30px;
    }

    .hizliErisim,
    .footerIletisim {
        width: 50%;
    }

    .playerTranslator {
        flex-wrap: wrap;
        width: 90%;
        margin: 20px auto;
        justify-content: center;
    }

    .episodeTranslatorNote {
        max-width: 500px;
        margin-bottom: 15px;
    }

    .ui.container {
        width: 90% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .animeDetayPosterWrapper {
        order: -1;
    }

    .infoPoster {
        width: 330px !important;
        margin: auto;
    }

    .infoPosterImg {
        text-align: center;
    }

    /* Profil responsive başlangıç. */
    .profileMenu {
        padding: 0;
        height: 100px;
    }

    .profileMenu li a {
        padding: 12px;
        font-size: 14px;
        width: 100%;
        white-space: nowrap;
    }

    .profileMenu li a:hover {
        border: none;
    }

    .profileCoverArea .dates > div {
        padding: 16px 10px;
        font-size: 12px;
    }

    .profileCoverArea .info {
        padding-bottom: 60px;
        padding-left: 16px;
    }

    .profileAvatar {
        bottom: 120px;
        left: 10px;
    }

    .profileAvatar img {
        width: 100px;
        height: 100px;
    }

    .profileCoverArea .info {
        font-size: 14.5px;
    }

    .activityList {
        padding-left: 0 !important;
    }

    .listItemsContainer {
        padding-left: 0;
        padding-right: 0;
    }

    .listHeader .listBack,
    .listHeader .listHover {
        font-size: 11px;
        padding: 12px 10px;
    }

    .profileListAnimeTitle {
        display: inline-block;
        max-width: 200px;
    }

    .listTitle {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .profileListControlIcon.profileListBolumSayisiIcon {
        padding-left: 5px !important;
    }

    .followerCardCol {
        min-width: 175px;
    }

    .followButtonText {
        font-size: 11px;
    }

    .fansubSecimBilgilendirme {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .infoPosterTrailer iframe {
        width: 330px;
    }

    .uploaderFollow {
        bottom: 10px;
    }

    .lastWatchedColumnItem {
        min-width: 170px;
    }

    .lastImageColumn {
        height: 180px;
    }

    .fansubSecimKutucugu {
        /*
             * Semantic styling'ini ezmek için important verdim.
             * Mobil ekranda fansub seçim kutucukları ortalansın.
            */
        margin: auto !important;
        padding-top: 0 !important;
        padding-left: 0 !important;
    }

    .aramaSonucItem {
        text-align: initial;
    }

    .gelismisAramaItem {
        width: 100%;
    }

    .translatorBox .flagsContainer {
        top: 15px;
    }

    .puf_02 {
        padding: 4px 6px !important;
    }

    .fastResultTitleContainer .latestEpisodesContainer .anizmEpisodeButton {
        min-width: 138px;
    }

    .fastResultTitleContainer .latestEpisodesContainer .buttonsInnerWrapper {
        display: flex;
        flex-wrap: wrap;
        row-gap: 0.7rem;
    }
}

@media only screen and (max-width: 576px) {
    .calendarDayTitle {
        width: 100%;
    }

    .calendarItemContainer {
        width: 100%;
    }

    .watchedAnimeCardContainer {
        width: 100%;
    }

    .fastResultTitleContainer .animeTitle {
        font-size: 1.4rem;
    }

    .fastResultTitleContainer .animeOtherTitle {
        font-size: 1.2rem;
    }

    .fastResultTitleContainer .episodesText {
        font-size: 1rem;
    }

    .userLastWatchSlideSection {
        width: 100%;
    }

    .popularAnimeSlideSection {
        width: 100%;
    }

    .selectionContainer {
        left: 35px;
    }

    .popularAnimePrevButton,
    .popularAnimeNextButton {
        display: none;
    }

    .lastWatchPrevButton,
    .lastWatchNextButton {
        display: none;
    }

    .popularAnimeSlideSection .popularAnimeCarousel {
        width: 90%;
    }

    .userLastWatchSlideSection .lastWatchCarousel {
        width: 90%;
    }

    .restrictedWidth {
        max-width: unset;
    }

    .posterBlock {
        min-width: 130px;
    }

    .posterBlock .content.pfull {
        height: 115px !important;
        padding-top: 65px;
    }

    .posterBlock .poster {
        --posterWidth: 130px;
        --posterHeight: 188px;
    }

    .posterBlock .button {
        display: none;
    }

    .posterBlock .posterAlt {
        font-size: 11px;
    }

    .posterBlock .content .title {
        font-size: 11px;
    }

    .posterBlock .content .title.titleShortened {
        font-size: 12px;
        line-height: 18px;
        padding-top: 8px;
    }

    .form.anizm_displayFlex,
    .text.anizm_textUpper {
        min-width: auto;
    }

    .menuWrapper .logo img {
        width: 130px;
        height: auto;
    }

    .donateContainer .donateToSite .chibi {
        height: 45%;
    }

    .donateContainer .donateToSite .content .text {
        font-size: 15px;
    }

    .hizliErisim,
    .footerIletisim {
        width: 100%;
        margin-bottom: 30px;
    }

    .hakkimizdaTextWrapper {
        padding: 20px 16px;
    }

    .hakkimizdaText {
        font-size: 16px;
    }

    .ekibeKatilCevirmenUploader,
    .ekibeKatilHeaderText {
        font-size: 14px;
    }

    .ekibeKatilCevirmenUploader {
        line-height: 32px !important;
    }

    .faqLine {
        font-size: 14px;
    }

    .content.pfull.animeEpisodesSquareList .bolumKutucugu,
    .content.pfull.animeEpisodesSquareListDetay .bolumKutucugu {
        width: 50% !important;
    }

    .infoDesc {
        width: 100% !important;
    }

    .infoPoints {
        top: auto !important;
        right: 10px !important;
        bottom: 0;
    }

    /* Profil responsive başlangıç. */
    .profileMenu {
        bottom: -110px;
    }

    .profileMenu .menuElements ul {
        text-align: center;
    }

    .profileMenu li a {
        font-size: 15px;
    }

    .profileTabContent {
        margin-top: 110px;
    }

    .profileCoverArea .dates {
        text-align: center;
        width: 100%;
    }

    .lastSeenProfileText {
        display: block;
    }

    .profileCoverArea .profileSocial {
        top: 40px;
    }

    .editProfileOrFollowButtonWrapper {
        position: absolute;
        bottom: 70px;
        right: 10px;
    }

    .profileCoverArea .info {
        font-size: 14px;
        padding-bottom: 10px;
    }

    /* display: table ve table-cell tanımlamaları responsive'i bozuyor. */
    .activityListInnerWrapper {
        padding: 0;
        display: block;
    }

    .activityListInnerWrapper .activityListInner {
        display: block;
        font-size: 15px;
    }

    .listOptions {
        flex-wrap: wrap;
        height: 120px;
    }

    .listOptions .listHeader {
        width: 50%;
    }

    .profileTabContent
        .listItemsContainer
        .content
        .ui.grid
        .profileListAnimeTitleAndPoster {
        width: 100% !important;
    }

    .profileListAnimeTitle {
        max-width: 250px;
    }

    .profileListControlIcon {
        margin: 0 auto;
    }

    .bizKimiz {
        margin-top: 0;
    }

    .followerCardCol {
        min-width: 160px;
    }

    .followButtonText {
        font-size: 10px;
    }

    .followUserRealName {
        font-size: 11px;
    }

    .fansubSecimBilgiContainer {
        height: 100%;
    }

    .uzunBilgilendirmeText {
        font-size: 15px;
        line-height: 20px;
    }

    .kısaBilgilendirmeLink {
        margin-top: 15px !important;
        font-size: 13px;
        line-height: 16px;
    }

    .iconBuyukText {
        margin-bottom: 18px !important;
    }

    .iconBuyukText div {
        margin-bottom: 15px !important;
    }

    .iconBuyukText b {
        font-size: 3.8vw;
    }

    .iconBuyukText i.huge.icon {
        font-size: 3.2em;
    }

    .profilUserInfoBoxes {
        flex-direction: column;
    }

    .editProfileOrFollowButtonWrapper {
        bottom: 0;
    }

    .profileName,
    .profileNickname {
        margin-left: 120px;
        max-width: 180px;
    }

    .profileStats {
        margin-left: 0 !important;
    }

    .profileNameContainer {
        padding-bottom: 25px;
        font-size: 16px;
    }

    .ui.container.gelismisAramaMainContainer {
        width: 100% !important;
    }

    .animeTitleContent {
        height: 80%;
    }

    .animeTagContent {
        height: 19%;
        overflow: hidden;
    }

    .animeSonucInnerText {
        max-height: 170px;
    }

    .gelismisAramaSubContainer {
        padding: 6px;
    }

    .episodeButtons {
        flex-direction: column;
    }

    .animeDetayKutu {
        background-size: 60%;
    }

    .searchResultItem {
        height: 315px;
    }

    .searchResultItem .aramaPuanCircle {
        right: auto;
        left: 40px;
    }

    .resultContent {
        height: 225px;
    }

    .resultContent .animeTitle,
    .resultContent .animeOtherTitle {
        width: 100%;
    }

    .resultContent .animeSummary {
        height: 150px;
    }

    .resultContent .animeTitlesContainer {
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 420px) {
    .posterBlock {
        min-width: 110px;
    }

    .posterBlock .content.pfull {
        height: 95px !important;
        padding-top: 45px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .posterBlock .poster {
        --posterWidth: 110px;
        --posterHeight: 159px;
    }

    .posterBlock .posterAlt {
        max-width: 100%;
    }

    .posterBlock .content .title.titleShortened {
        font-size: 11px;
    }

    header .fveryLarge {
        font-size: 3.6vw !important;
    }

    header .headerMini {
        font-size: 3.4vw !important;
    }

    footer {
        width: 85%;
    }

    .animeIzleInnerContainer {
        width: 90vw !important;
    }

    .episodeTranslatorNote {
        min-width: 100%;
        margin-right: auto;
    }

    #episodes {
        text-align: center;
        margin-left: auto;
    }

    .actions.anizm_displayFlex {
        flex-wrap: wrap;
    }

    .actions.anizm_displayFlex a {
        width: 100%;
        margin-top: 10px;
    }

    .infoExtraData {
        font-size: 11px;
    }

    /* Profil responsive başlangıç. */
    .profileCoverArea .dates > div {
        font-size: 11px;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .profileCoverArea .profileSocial {
        top: 50px;
    }

    .profileCoverArea .info {
        font-size: 13px;
    }

    .profileListAnimeTitle {
        max-width: 200px;
    }

    .followerCardCol {
        min-width: 153px;
    }

    .uzunBilgilendirmeText {
        font-size: 15px;
        line-height: 20px;
    }

    .kısaBilgilendirmeLink {
        font-size: 13px;
        line-height: 16px;
    }

    .iconBuyukText {
        margin-bottom: 18px !important;
    }

    .iconBuyukText div {
        margin-bottom: 15px !important;
    }

    .iconBuyukText b {
        font-size: 3.8vw;
    }

    .iconBuyukText i.huge.icon {
        font-size: 3.2em;
    }

    .profilUserInfoBoxes {
        flex-direction: column;
    }

    .editProfileOrFollowButtonWrapper {
        bottom: 0;
    }

    .profileName,
    .profileNickname {
        margin-left: 120px;
        max-width: 180px;
    }

    .profileStats {
        margin-left: 0 !important;
    }

    .profileNameContainer {
        padding-bottom: 25px;
        font-size: 16px;
    }

    .ui.container.gelismisAramaMainContainer {
        width: 100% !important;
    }

    .animeTitleContent {
        height: 80%;
    }

    .animeTagContent {
        height: 19%;
        overflow: hidden;
    }

    .animeSonucInnerText {
        max-height: 170px;
    }

    .gelismisAramaSubContainer {
        padding: 6px;
    }

    .episodeButtons {
        flex-direction: column;
    }

    .animeDetayKutu {
        background-size: 60%;
    }

    .searchResultItem {
        height: 315px;
    }

    .searchResultItem .aramaPuanCircle {
        right: auto;
        left: 40px;
    }

    .resultContent {
        height: 225px;
    }

    .resultContent .animeTitle,
    .resultContent .animeOtherTitle {
        width: 100%;
    }

    .resultContent .animeSummary {
        height: 150px;
    }

    .resultContent .animeTitlesContainer {
        margin-bottom: 6px;
    }
}

@media only screen and (max-width: 360px) {
    .ui.grid.content.centered .three.wide {
        width: 130px !important;
    }

    .posterBlock {
        width: 120px;
    }

    #ham-toggler:checked ~ #menuContent {
        width: 100% !important;
    }

    .donateContainer.ui.container {
        height: 650px !important;
    }

    .content.pfull.animeEpisodesSquareList .bolumKutucugu,
    .content.pfull.animeEpisodesSquareListDetay .bolumKutucugu {
        width: 100% !important;
    }

    .infoPoster {
        width: 100% !important;
    }

    .profileCoverArea .info {
        padding: 0 0 0 12px;
        font-size: 12px;
    }

    .profileListAnimeTitle {
        max-width: 170px;
    }

    .iconBuyukText i.huge.icon {
        font-size: 2.5em;
    }

    .uzunBilgilendirmeText {
        font-size: 11px;
        line-height: 14px;
    }

    .kısaBilgilendirmeLink {
        font-size: 10px;
        line-height: 13px;
    }

    #videoFrame {
        padding: 10px;
    }

    .profileName,
    .profileNickName {
        max-width: 120px;
    }

    .profileStats {
        border: none;
        padding-left: 0px;
    }

    .followerProfileTab {
        margin-right: 12px !important;
    }

    .profilDuzenleButton {
        padding: 6px 12px;
    }

    .anizm_sectionTitle span {
        font-size: 17px;
    }

    .infoPosterTrailer iframe {
        max-width: 100%;
    }

    .avatarAndTextContainer {
        margin-right: 10px;
    }

    .playerUploader {
        min-width: 320px;
    }

    .animeDetayInnerContainer .ui.star.rating .icon {
        width: 1.12em;
    }

    .profileTabContent {
        margin-top: 165px;
    }
}

.ck.ck-editor__main>.ck-editor__editable {
    background: #2d2d2d !important;
    border: none !important;
    color: #fff !important;
    min-height: 200px;
}

.ck.ck-toolbar {
    background: #1b1c1d !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}

.ck.ck-button {
    color: rgba(255,255,255,0.8) !important;
    cursor: pointer !important;
}

.ck.ck-button:hover {
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
}

.ck.ck-button.ck-on {
    background: rgba(92, 107, 192, 0.2) !important;
    color: #fff !important;
}

.ck.ck-list {
    background: #2d2d2d !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}

.ck.ck-list__item:hover {
    background: rgba(255,255,255,0.1) !important;
}

.ck.ck-list__item {
    color: #fff !important;
}

.ck.ck-reset_all * {
    color: #fff !important;
}

.ck.ck-toolbar__separator {
    background: rgba(255,255,255,0.2) !important;
}
