.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0
}

.qtip-content,.qtip-titlebar {
    position: relative;
    overflow: hidden
}

.qtip-content {
    padding: 5px 9px;
    text-align: left;
    word-wrap: break-word
}

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0!important
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-icon .ui-icon,.qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon,.qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal 700 10px/13px Tahoma,sans-serif;
    color: inherit;
    background: -100em -100em no-repeat
}

.qtip-default {
    border: 1px solid #f1d031;
    background-color: #ffffa3;
    color: #555
}

.qtip-default .qtip-titlebar {
    background-color: #ffef93
}

.qtip-default .qtip-icon {
    border-color: #ccc;
    background: #f1f1f1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #aaa;
    color: #111
}

.qtip {
    font-size: 12px;
    line-height: 1.3em;
    z-index: 999!important
}

.qtip-default {
    border: none;
    background: rgba(78,78,82,.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    max-width: 100%;
    width: 260px;
    border-radius: 7px;
    box-shadow: 0 20px 20px rgba(0,0,0,.05)
}

.qtip-default .qtip-content {
    padding: 0
}

.pre-qtip-content {
    padding: 15px;
    position: relative;
    color: #ccc
}

.pre-qtip-title {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff
}

.pre-qtip-title span {
    color: #aaa;
    font-weight: 300
}

.pre-qtip-detail {
    margin-bottom: 15px;
    font-size: 13px
}

.pre-qtip-detail .pqd-li {
    float: left;
    font-weight: 500;
    margin-right: 15px;
    color: #bbb
}

.pre-qtip-detail .pqd-li strong {
    font-weight: 500
}

.pre-qtip-detail .pqd-li.badge {
    font-size: 12px!important;
    border-radius: 4px!important;
    margin-right: 0
}

.pre-qtip-detail .pqd-li.badge-quality {
    background: #dc3545!important;
    color: #fff;
    font-weight: 600;
    border-radius: 5px!important;
    padding: .25em .4em
}

.pre-qtip-description {
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 15px
}

.pre-qtip-line {
    margin-bottom: 2px
}

.pre-qtip-button {
    margin-top: 20px;
    display: inline-block;
    width: 100%
}

.pre-qtip-button .btn {
    padding: 0 10px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    margin: 0!important;
    border-radius: 26px;
    float: left;
    border: none!important
}

.pre-qtip-button .btn.btn-play {
    width: calc(100% - 48px);
    color: #111;
    background: #ffdd95
}

.pre-qtip-button .dr-tip-fav {
    float: right;
    position: relative
}

.pre-qtip-button .dr-tip-fav .dropdown-menu {
    transform: none!important;
    top: auto!important;
    left: auto!important;
    bottom: 110%!important;
    right: 0!important;
    max-height: 180px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.pre-qtip-button .dr-tip-fav .dropdown-menu::-webkit-scrollbar {
    display: none
}

.pre-qtip-content .btn-fav {
    width: 38px;
    background: #fff;
    color: #111!important
}

.pre-qtip-content .btn-fav:hover {
    background: #eee
}

.pre-qtip-content .btn-fav.active {
    opacity: .3!important
}
.tick {
    display: flex;
    align-items: center
}

.tick .tick-item:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.tick .tick-item:last-of-type {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.tick .tick-item+.tick-item {
    margin-left: 2px
}

.tick-item {
    font-size: 12px!important;
    font-family: arial;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 6px;
    height: 20px;
    border-radius: 0;
    background: #fff;
    color: #111
}

.tick-item.tick-quality {
    background: #dc3545;
    color: #fff;
}

.tick-item.tick-eps {
    background: rgba(238,238,238,.2);
    color: #fff
}

.tick-item.tick-dub {
    background: #e3b5cd;
    color: #111
}

.tick-item.tick-sub {
    background: #b0e3af;
    color: #111
}

.tick-item i {
    font-size: 1em!important;
    top: auto!important
}

.tick.tick-rate {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 1.1;
    bottom: auto;
    background: #ff5700;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 4px 6px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    min-width: 36px;
    text-align: center;
    font-size: 12px
}