.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.watchlist_parent {
	position: relative;
    width: 95%;
    background: var(--gradient-3);
    border-radius: 6px;
    box-shadow: var(--bsh-poster);
    border: 3px solid var(--bsh-poster);
}
.dropdown-content {
    background-color: var(--bg);
    margin: 0;
    display: none;
    min-width: 194px;
    overflow-y: auto;
    opacity: 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.1);
}
.dropdown-content li.dropdown-title {
    cursor: default;
}
.dropdown-content li {
    clear: both;
    color: rgba(0,0,0,.87);
    cursor: pointer;
    min-height: 30px;
    line-height: 1.5rem;
    /*width: 100%;*/
    text-align: left;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 12px;
    display: block;
    line-height: 30px;
    padding: 8px 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.super__watchlist-menu {
    display: flex;
    margin-top: 10px;
}
.super__watchlist-select1,
.super__watchlist-btn1 {
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
    box-sizing: border-box;
    padding: 8px 9px;
    border: 1px solid rgba(0,0,0,.1);
    color: var(--tt);
    background: var(--ui-bg-darkest);
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: 16px;
    cursor: pointer;
}
.super__watchlist-select1 {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.super__watchlist-btn1 {
    display: flex;
    flex: 0 0 35px;
    justify-content: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.super__watchlist-select i {
    color: #a9a9a9; display: none;
    margin-right: 8px;
    margin-left: 2px;
}
.dropdown-content li {
    margin: 0;
}
.watchlist_parent .dropdown-content li.delete-watchlist a {
    color: #8b1014;
}
.dropdown-title {
    font-weight: 500;
    padding: 14px 12px;
    font-size: 12px;
}
.watchlist_parent .dropdown-content li.delete-watchlist a {
    color: #8b1014;
}
@media only screen and (max-width:768px) {
    .super__watchlist-select {
        flex-shrink: 0;
    }
    .super__watchlist-menu {
        justify-content: center;
    }
}
.watchlist_parent .dropdown-content li.active a {
    color: #8b1014;
}
.watchlist_btn_success i {
    color: #f60;
}
.anime-item__watch-status {
position: absolute;
    bottom: 30px;
    display: inline-flex;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    padding: 2px 8px;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-top: 0;
    text-transform: lowercase;
    letter-spacing: 0;
    color: #fff;
    z-index: 2;
    transition: all .4s;
    opacity: 0.9;
    background-color: rgba(0,0,0,.5);
}
.anime-item__watch-status.watching {
    background-color: #009933ad;
}
.anime-item__watch-status.seen {
    background-color: #bf3643cf;
}
.anime-item__watch-status.will-watch {
    background-color: #3687bfcf;
}
.anime-item__watch-status.abandoned {
    background-color: #302f30cf;
}
.anime-item__watch-status.favourite {
    background-color: #db8d3dcf;
}
.anime-item__watch-status.scheduled {
    background-color: #bf3643cf;
}
.anime-item__watch-status.viewed {
    background-color: #3687bfcf;
}
.anime-item__watch-status.love {
    background-color: #db8d3dcf;
}
.new-profile__watch-list {
    padding: 10px;
}
.new-profile__watch-bar {
    height: 10px;
    background-color: #505050;
    border-radius: 4px;
    display: flex;
}
.new-profile__watch-bar div {
    height: 100%;
}
.new-profile__watch-bar div:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.new-profile__watch-bar div:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.new-profile__watch-bar--watching,
.new-profile__watch-type:nth-child(1)::before {
    background-color: #009933ad;
}
.new-profile__watch-bar--viewed,
.new-profile__watch-type:nth-child(2)::before {
    background-color: #3687bfcf;
}
.new-profile__watch-bar--scheduled,
.new-profile__watch-type:nth-child(3)::before {
    background-color: #bf3643cf;
}
.new-profile__watch-bar--thrown,
.new-profile__watch-type:nth-child(4)::before {
    background-color: #505050;
}
.new-profile__watch-bar--love,
.new-profile__watch-type:nth-child(5)::before {
    background-color: #f66600;
}
.new-profile__watch-bar--postponed,
.new-profile__watch-type:nth-child(6)::before {
    background-color: #db8d3dcf;
}
.new-profile__watch-bar--reviewing,
.new-profile__watch-type:nth-child(7)::before {
    background-color: #db8d3dcf;
}
.new-profile__watch-types {
    display: flex;
    margin-top: 7px;
    justify-content: center;
}
.new-profile__watch-type {
    margin-right: 15px;
    color: var(--tt);
    font-weight: 500;
    padding: 7px 5px;
    letter-spacing: 0;
    text-transform: uppercase;
    background: var(--background-fill-1);
    border-radius: 6px;
    margin-bottom: 2px;
    font-size: 12px;
}
.new-profile__watch-type:hover {
    color: #f66600;
}
.new-profile__watch-type::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 16px;
    margin: 2px 7px 0 0;
    background-color: #79c2d0;
    border-radius: 25%;
}
.new-profile__watch-type span:first-child:after {
    content: '-';
    margin: 0 5px;
}
.show_it {
    display: flex;
    left: 0px;
    height: auto;
    transform-origin: 100% 0;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
@media (max-width: 700px) {
    .show_it {
    	display: block;
		left: -18px;
        height: auto;
	}
    .watchlist_parent {
width: auto;
    margin: 16px;
    }
}
.watchlist__sort-types {
    display: flex;
    position: relative;
    background-color: var(--bg-btn-dark);
    box-shadow: 0 0 1px 0 rgb(24 94 224 / 15%), 0 6px 12px 0 rgb(24 94 224 / 15%);
    padding: 0.75rem;
    border-radius: 6px;
}
.box-body-s {
    background-color: var(--bg-2)!important;
    position: relative;
    margin-bottom: 1rem!important;
    padding: 0.7rem 1rem!important;
    box-shadow: var(--bsh-poster);
    border-radius: 12px;
}
.single_tabs {
    border-bottom: solid 3px #f5f7fa;
}
.single_tabs {
    width: 100%;
    float: left;
    padding: 0 25px;
}
ul.smenu {
    float: left;
    padding: 12px 0;
    overflow: hidden;
}
ul.smenu li {
    float: left;
}
ul.smenu li a {
    color: #222d34;
}
ul.smenu li a {
    width: 100%;
    text-align: center;
    float: left;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
}
ul.smenu li a.selected {
    background: #00bcd4;
}
ul.smenu li a.selected, ul.smenu li a.selected:hover {
    color: #fff;
}
@media only screen and (max-width: 540px) {
	ul.smenu {
	    background: #f5f7fa;
	}
	ul.smenu li {
	    width: 50%;
	    padding: 2px;
	}
	ul.smenu li a {
	    text-shadow: none;
	    font-size: 14px;
	    font-weight: 500;
	    text-align: center;
	    padding: 10px 15px;
        background: rgba(0,0,0,.03);
	    color: #222d34;
	}
}
.new-profile__title {
    text-transform: uppercase;
    color: #505050;
    font-weight: 600;
    margin: 0 0 10px;
}

@media only screen and (max-width: 580px) {
	.new-profile__watch-types {
    	flex-direction: column;
	}
}

/* 
График списков
*/
.tippy-box[data-theme~=watchlist-stats] {
	background: var(--bg-2);
    padding: 15px;
    box-shadow: var(--bsh-poster);
    border: 3px solid var(--bsh-poster);
    border-radius: 12px;
}
.watchlist-stats__item {
	display: flex;
	align-items: center;
	color: var(--tt);
	margin-bottom: 5px;
	font-size: .9em
}

.watchlist-stats__type {
	margin-right: 5px;
	width: 110px
}

.watchlist-stats__bar {
	height: 10px;
	background-color: #cfcfcf;
	width: 150px;
	position: relative;
	margin-right: 10px;
	border-radius: 5px
}

.watchlist-stats__bar-fill {
	background-color: var(--accent);
	height: 10px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0
}

.watchlist-stats__percent {
	font-weight: 500;
	margin-right: 5px
}

.watchlist-stats__count {
	color: rgba(31, 31, 31, .5);
	font-size: .9em
}

.watchlist-stats-title {
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 1.1em;
	color: var(--tt)
}

.vspiskah {
    cursor: pointer;
    display: flex;
    flex: 1;
    padding: 0 0 0 15px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    border-radius: 2px;
    margin-top: 10px;
}
.vspiskah i {
    margin-top: 2px;
    margin-right: 2px;
}

.watchlist__sort-types a {
    margin-right: 20px;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}
.watchlist__sort-types {
	font-size: .9em;
	display: flex;
	overflow-x: auto
}

.watchlist__sort-types::-webkit-scrollbar {
	display: none
}

.watchlist__sort-types a span {
	font-size: 12px;
	margin-left: 2px;
	align-self: end;
	font-weight: 400
}

.watchlist__sort-types a:hover {
	color: var(--accent)
}

.watchlist__sort-active {
    color: var(--tt)!important;
    border-bottom: 3px solid #f60!important;
    font-weight: 600;
}
.listsflex {
    margin-right: 0!important;
    margin-left: 0!important;
}


.usp2 {
    border: 1px solid var(--ui-bg-darkest);
    background-color: var(--ui-bg);
    margin-bottom: 10px;
    border-radius: 5px;
}

.watchlist-dub {
    font-size: 12px;
    text-align: center;
    margin: 5px 0 0;
    color: var(--tt);
}

.watchlist-dub i {
    color: #093;
    margin-right: 5px;
}

.watchlist-dub span {
    display: inline-block;
    border-bottom: 1px dashed #999999;
    line-height: 13px;
    cursor: pointer;
}

.watchlist-dub-list {
    color: #1f1f1f;
    max-height: 150px;
}

.watchlist-dub-list__item {
    padding: 5px 10px;
    cursor: pointer;
    color: #1f1f1f;
}

#tippy-2 {
    background: #fff;
}

.tippy-box {
    font-family: -apple-system,"exo 2",sans-serif
}


.tippy-box[data-theme~=dropdown] {
    background: var(--white-bg);
    box-shadow: 0 4px 8px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.25);
    border-radius: 6px;
    z-index: 10
}

.tippy-box[data-theme~=dropdown] .tippy-content {
    display: flex;
    flex-direction: column
}

.tippy-box[data-theme~=dropdown] button {
    background: var(--white-bg);
    border: none;
    padding: 8px 10px;
    text-align: left;
    cursor: pointer;
    color: var(--main-color)
}

.tippy-box[data-theme~=dropdown] button i {
    margin-right: 5px
}

.tippy-box[data-theme~=dropdown] button:hover {
    background: var(--light-grey-bg)
}

.tippy-box[data-theme~=default-block] {
    background: #fff;
    color: var(--main-color);
    box-shadow: 0 4px 8px rgba(0,0,0,.06),0 0 1px rgba(0,0,0,.25);
    max-height: 150px;
    overflow-y: auto;
}

.tippy-box[data-theme~=default-block]::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: hsla(0,0%,55%,.2)
}

.tippy-box[data-theme~=default-block]::-webkit-scrollbar-thumb {
    background: hsla(0,0%,55%,.7);
    border-radius: 10px
}

.tippy-box[data-theme~=default-block]::-webkit-scrollbar-track {
    border-radius: 10px
}

.watchlist-dub-list__item:hover {
    background: var(--tt-2);
}

.modal-buy-item__btns {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}
.tr-save, .tr-close {
    border: none;
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--accent);
    cursor: pointer;
    padding: 8px 13px;
    border-radius: 3px;
}
.tr-close {
    background-color: var(--accent-gray);
    color: #fff;
    margin-left: 10px;
}

.popup-body .checkbox {
    padding-bottom: 5px;
}

.show__userlists {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    height: 38px;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    background-color: var(--accent);
    color: #fff;
    border-radius: 18px;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.userlist-form {
    text-align: left;
    color: var(--tt);
}
.userlist-form__folder-item {
    cursor: pointer;
    padding: 5px 0;
}
.userlist-form__folder-item::before {
  font-size: 0.8em;
  color: var(--tt-2);
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.userlist-form__folder-item.userlist--in::before {
  color: var(--accent);
}
.userlist-form__folder-item.userlist--in {
  color: var(--tt);
}
.userlist-form input.userlist-form__input {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.4784313725);
}
.simple-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    height: 38px;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    background-color: var(--accent);
    color: #fff;
    border-radius: 18px;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
}

.fachecked {
    position: absolute;
    color: green;
    left: 10px;
    bottom: 13px;
}

.watchlist-list, .delete-from-watchlist {
    padding: 6px 0;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}
.userlist--in {
    font-weight: 700;
    color: currentColor;
    text-decoration: none;
    background: var(--background-fill-1);
    padding: 5px;
    border-radius: 6px;
}
.watchlist-list::before {
    font-size: 0.8em;
    color: var(--tt-2);
    margin-right: 5px;
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    opacity: 0.8;
}
.watchlist-list.userlist--in::before {
    color: var(--accent);
}
.delete-from-watchlist::before {
    font-size: 0.8em;
    color: red;
    margin-right: 5px;
    font-family: "Font Awesome 5 Pro";
    content: "\f1f8";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}