.watchlist_parent {
	position: relative;
    width: 100%;
}
.dropdown-content {
  background-color: #151515; margin: 0; display: none; min-width: 194px; overflow-y: auto; opacity: 0; position: relative; left: 0; top: 0; z-index: 9999;
}
.dropdown-content li.dropdown-title {
    cursor: default;
}
.dropdown-content li {
clear: both; color:#336e03; cursor: pointer; min-height: 30px; line-height: 1.5rem; text-align: left; border-bottom: 1px solid #202020;
    
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 14px;
    color:#bfbfbf;
    display: block;
    padding: 8px 20px;
}
.dropdown-content li>a:hover{background:#2d2d2d;color:#c65a5a}
.super__watchlist-menu {
    display: flex;
    margin-top: 10px;
}
.super__watchlist-select,
.super__watchlist-btn {box-sizing: border-box; padding: 8px 9px; border: 1px solid rgb(32 32 32 / 68%); color: #d7450b; background: #000; font-size: 14px; font-style: normal; line-height: 16px; cursor: pointer;}
.super__watchlist-btn:hover{background:#262626}
.super__watchlist-select {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    border-right: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.super__watchlist-select:hover{background:#262626}
.super__watchlist-btn {
    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;
    margin-right: 8px;
    margin-left: 2px;
}
.dropdown-content li {
    margin: 0;
}
.watchlist_parent .dropdown-content li.delete-watchlist a {
    color: #8b1014;
}
.dropdown-title {
    padding: 14px 12px;
    font-size: 14px;
}
.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: 9px;
    left: 8px;
    opacity: 1;
    width: 32px;
    height: 32px;
    background-image: url(../images/iconfav-1.svg);
background-repeat: no-repeat;
}
.anime-item__watch-status.watching {
 background-position: 0 0;
}
.anime-item__watch-status.seen {
    background-position: -42px 0;
}
.anime-item__watch-status.will-watch {
     background-position: -84px 0; 
}
.anime-item__watch-status.abandoned {
background-position: -126px 0;
}
.anime-item__watch-status.favourite {
/*background-color: #db8d3dcf;*/
}
.new-profile__watch-list {
    margin-bottom: 20px;
    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--will-watch,
.new-profile__watch-type:nth-child(2)::before {
    background-color: #3687bfcf;
}
.new-profile__watch-bar--seen,
.new-profile__watch-type:nth-child(3)::before {
    background-color: #bf3643cf;
}
.new-profile__watch-bar--abandoned,
.new-profile__watch-type:nth-child(4)::before {
    background-color: #302f30cf;
}
.new-profile__watch-bar--favourite,
.new-profile__watch-type:nth-child(5)::before {
    background-color: #db8d3dcf;
}
.new-profile__watch-types {
    display: flex;
    margin-top: 5px;
    font-size: 0.85em;
}
.new-profile__watch-type {
   margin-right: 15px; color: rgb(255 255 255 / 87%); font-size: 14px;
}
.new-profile__watch-type:hover {
    color: #f66600;
}
.new-profile__watch-type::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 8px;
    height: 8px;
    margin: 2px 7px 0 0;
    background-color: #79c2d0;
    border-radius: 50%;
}
.new-profile__watch-type span:first-child:after {
    content: '-';
    margin: 0 5px;
}
.show_it {
    display: block;
    width: 99%;
    left: 0px;
    height: auto;
    transform-origin: 100% 0;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
@media (max-width: 700px) {
    .show_it {
    	width: 228px;
		left: -18px;
        height: auto;
	}
    .watchlist_parent {
        width: 193px;
    	margin-left: 16px;
    }
}
.watchlist__sort-types {
    display: flex;
    position: relative;
    background-color: #fff;
    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: 99px;
}
.box-body-s {
background-color: #282727!important; position: relative; margin: 1rem 0!important; padding: 0.7rem 1rem!important; box-shadow: 0 1px 1px rgb(0 0 0 / 10%); border-radius: 4px; border: 1px solid rgba(0,0,0,.14);
}
.single_tabs {
    border-bottom: solid 3px #3c3c3c;
}
.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: #fff;
}
ul.smenu li a {
width: 100%;
text-align: center; float: left; padding: 10px 20px; font-size: 14px; border-radius: 3px;
}
ul.smenu li a.selected {
    background: #e76729;
}
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-size: 1.1em;
    font-weight: 500;
    margin: 0 0 10px;
}
.new-profile__title a {
    color: #505050;
}
@media only screen and (max-width: 580px) {
	.new-profile__watch-types {
    	flex-direction: column;
	}
}