.watchlist_parent {
	position: relative;
    width: 33%;
}
.super__watchlist-menu {
    display: flex;
}
.super__watchlist-select,
.super__watchlist-btn {
    -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 var(--bdc);
    color: var(--tt);
    background-color: var(--bg-darker);
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 16px;
    cursor: pointer;
}
.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-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-title {
    font-weight: 500;
    padding: 14px 12px;
    font-size: 12px;
}
.dropdown-content {
    background-color: var(--bg-darker);
    color: var(--tt);
    margin: 0;
    display: none;
    min-width: 194px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    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 var(--bdc);
}
.dropdown-content li.dropdown-title {
    cursor: default;
}
.dropdown-content li {
    clear: both;
    color: var(--tt);
    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;
    color: var(--tt);
    display: block;
    line-height: 30px;
    padding: 8px 20px;
    font-weight: 400;
}
.dropdown-content li {
    margin: 0;
}
.watchlist_parent .dropdown-content li.delete-watchlist a {
    color: var(--bg-btn);
}
@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;
}
.show_it {
    display: block;
    width: 224px;
    left: 0px;
    top: 35px;
    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;
    }
}

/* 
График списков
*/
.tippy-box[data-theme~=watchlist-stats] {
	background: #fff;
}
.watchlist-stats__item {
	display: flex;
	align-items: center;
	color: rgba(31, 31, 31, .5);
	margin-bottom: 5px;
	font-size: .9em
}

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

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

.watchlist-stats__bar-fill {
	background-color: #4683d9;
	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: #1f1f1f
}

.dark .tippy-box[data-theme~=watchlist-stats] {
    background-color: #141414;
}
.dark .watchlist-stats-title, .dark .watchlist-stats__type, .dark .watchlist-stats__percent {
    color: #ddd;
}

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

.icon-eye::before {
    background-image: url(../images/icons/eye.svg);
}
.icon-eye::before {
    background-image: url(../images/icons/flag-checkered.svg);
}
.icon-eye::before {
    background-image: url(../images/icons/flag-checkered.svg);
}
.icon-eye::before {
    background-image: url(../images/icons/eye-slash.svg);
}

.has-icon::before {
    content: '';
    width: 20px;
    display: block;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.has-icon::before {
    content: '';
    width: 20px;
    display: block;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
    .mylists-switch {display: flex;gap: 2px;    flex-wrap: wrap; background: #1b1b1b;}
  .mylists-switch a  {background-color: #2b2b2b;
    padding: 7px 0px 7px 0px;
    display: block;}
	.watchlist_btn:hover {background-color: #313131; color: #fff;}
    .watchlist_parent  {    width: 100%;margin-left: 0;}
    .show_it {width: 100%;}
    .watchlist_btn_success {background-color: #2d3e52!important;}
    .mylists-switch  li { flex: 1;    min-width: 100px;    text-align: center;}
    
    @media screen and (max-width: 950px) {
     
}