.fa {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}
.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: 100%;
}
.dropdown-content {
    background-color: rgb(241 245 249);
    margin: 0;
    display: none;
    min-width: 194px;
    overflow-y: auto;
    opacity: 0;
    position: relative;
    left: 0;
    top: 2px;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
    border-radius: 10px;
}
html.dark .dropdown-content {
    background: rgb(39 39 42);
}
.dropdown-content li.dropdown-title {
    cursor: default;
}
.dropdown-content li {
    clear: both;
    cursor: pointer;
    min-height: 30px;
    line-height: 1.5rem;
    /*width: 100%;*/
    text-align: left;
}
.dropdown-content li>a, .dropdown-content li>span {
    display: block;
    line-height: 30px;
    padding: 8px 20px;
    font-weight: 400;
}

.super__watchlist-menu {
    display: flex;
    user-select: none;
}
.super__watchlist-select,
.super__watchlist-btn {
    box-sizing: border-box;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
    background-color: rgb(241 245 249);
    height: 3rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.super__watchlist-select:hover,
.super__watchlist-btn:hover {
    background: rgb(226 232 240);
}

html.dark .super__watchlist-select,
html.dark .super__watchlist-btn {
    background: rgb(39 39 42);
}
html.dark .super__watchlist-select:hover,
html.dark .super__watchlist-btn:hover {
    background: rgb(63 63 70);
}
.super__watchlist-select {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    border-right: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.super__watchlist-btn {
    display: flex;
    flex: 0 0 48px;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.super__watchlist-select i {
    margin-right: 8px;
    margin-left: 1rem;
}
.dropdown-content li {
    margin: 0;
}
.watchlist_parent .dropdown-content li.delete-watchlist a {
    color: rgb(220 38 38);
}
.dropdown-title {
    font-weight: 500;
    padding: 14px 12px;
    font-size: 12px;
}
@media only screen and (max-width:768px) {
    .super__watchlist-menu {
        justify-content: center;
    }
}
.watchlist_parent .dropdown-content li.active a {
    color: rgb(220 38 38);;
}
.watchlist_btn_success i {
    color: #f60;
}
i.fa-plus::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(100,116,139,1)'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");    width: 24px;
    height: 24px;
    display: block;
}
html.dark i.fa-plus::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(113,113,122,1)'%3E%3Cpath fill='none' d='M0 0h24v24H0z'%3E%3C/path%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");    width: 24px;
}
.anime-item__watch-status {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #3687bfcf;
    color: white;
    font-size: 0.9em;
    transition: all 0.5s;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.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;
}
.new-profile__watch-list {
    margin-bottom: 20px;
    padding: 10px;
}
.new-profile__watch-bar {
    height: 10px;
    background-color: #505050;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
}
.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;
}
.new-profile__watch-type::before {
    content: '';
    display: inline-block;
    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: 100%;
    left: 0px;
    height: auto;
    transform-origin: 100% 0;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}
@media (max-width: 700px) {
}
.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: #fff!important;
    position: relative;
    margin-bottom: 1rem!important;
    padding: 0.7rem 1rem!important;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.14);
}
html.dark .box-body-s {
    background-color: #27272A!important;
}
.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 {
    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: #16A34A;
}
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;
}
@media only screen and (max-width: 580px) {
	.new-profile__watch-types {
    	flex-direction: column;
	}
}