@charset "UTF-8";
.jw-lang-appended:before,
.jw-hd-appended:before {
   font-family: 'Camber';
    font-size: 0.79em;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-variant: normal;
    font-stretch: normal;
}
#jiframe_season_container {
  overflow: hidden !important;
}

.jw-lang-appended:hover .jw-overlay {
    opacity: 1;
    visibility: visible;
}
.jw-lang-appended.lang-geo:before {
    content: "GEO";
}
.jw-lang-appended.lang-rus:before {
    content: "RUS";
}
.jw-lang-appended.lang-eng:before {
    content: "ENG";
}

.jw-hd-appended:before {
    content: "HD" !important;
}
.jw-hd-appended:hover .jw-overlay {
    opacity: 1;
    visibility: visible;
}
/* Webkit ბრაუზერები (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #0b0014; /* მუქი იასამნისფერი ფონზე */
    border-radius: 10px;
}

/* სკროლის ნაწილი */
::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #7b2ff7, #9c4eff);
    border-radius: 10px;
    box-shadow: inset 0 0 4px rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
}

/* hover-ზე ოდნავ ამოჩენილ ბზინვარება */
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #8a3fff, #b066ff);
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.25);
}

/* სკროლის ტრეკი */
::-webkit-scrollbar-track {
    background: #1a082d; /* რბილი იასამნისფერი ფონი */
    border-radius: 10px;
}

.jwplayer_season_list {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 270px;
    z-index: 11;
    overflow: hidden;
    -moz-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
    -o-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
    -webkit-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
    transition: width 0.4s, opacity 0.4s, visibility 0.4s;
    font-family: 'Camber';
}
.jwplayer_season_list.active {
    z-index: 9999999999;
}
.jwplayer_season_list.jw-hide {
    width: 0;
    opacity: 0;
    visibility: hidden;
}
.jwplayer_season_list ul {
    width: 170px;
    height: 30px;
    left: 92px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    padding: 0;
    margin: 0;
}
.jwplayer_season_list li {
    float: left;
    color: white;
    font-size: 13px;
    width: 25px;
    line-height: 27px;
    text-align: center;
    cursor: pointer;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    display: block;
}
.jwplayer_season_list li.active {
    background-color: #9347fc;
}
.jwplayer_season_list li:hover {
    background-color:#9347fc !important;
}
.jwplayer_season_list > .heading {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    line-height: 30px;
        font-size: 14px;
    color: white;
    padding: 0 5px;
}

.jwplayer_scroll_button {
    position: absolute;
    width: 25px;
    line-height: 30px !important;
    top: 2;
    color: white !important;
    font-size: 24px !important;
    text-align: center !important;
    background: #111111 !important;
    z-index: 1;
    cursor: pointer;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.jwplayer_scroll_button.left {
    left: 67px;
}
.jwplayer_scroll_button.right {
    right: 25px;
    z-index: 11;
}
.jwplayer_scroll_button.right.jw-hide {
    display: none;
}
.jwplayer_scroll_button:hover {
    background-color: #9347fc!important;
}


.jwplayer-seasons {
    background: #121212 !important;
}

.jwplayer_minimize {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 30px !important;
    cursor: pointer;
    z-index: 11;
    background: #9347fc !important;
    width: 25px;
    text-align: center !important;
    border-left: 2px solid rgba(0, 0, 0, 0.05) !important;
}
.jwplayer_minimize.active {
    z-index: 9999999999;
}
.jwplayer_minimize.jw-hide {
    background: #9347fc !important;
    width: 121px;
    height: 35px; /* შენს height-ში typo იყო (2p → 20px) */
    padding: 2px;
    font-size: 15px;
    margin-top: 50px; /* აქ თამაშს შეძლებ რამდენი პიქსელით გადმოწიოს */
    margin-right: 20px;
    margin-left: -12%;
    border-radius: 7px;
    border-left: none !important;
}

.jwplayer_minimize.jw-hide > .fa:before {
    content: "ეპიზოდები ☰" !important;
     font-family: 'Camber';
    opacity: 1;
    font-family: menufont;
}
.jwplayer_minimize > .fa {
    color: #fff;
}
.jwplayer_minimize > .fa:before {
    content: "✖" !important;
    opacity: 1;
}
.jwplayer_minimize:hover > .fa {
    color: white;
}

.jwplayer.jw-flag-user-inactive:not(.jw-state-idle):not(.jw-state-paused)
    .jwplayer_minimize.jw-hide {
    display: none;
    background: transparent !important;
    border-left: none !important;
}
.jwplayer.jw-flag-ads .jwplayer_minimize {
    display: none;
    background: transparent !important;
    border-left: none !important;
}

.jwplayer_playlist {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 270px;
    height: calc(100% - 30px) !important;
    background: #0e0e0ee6 !important;
    font-size: 13px;
    overflow-y: auto;
    overflow-x: hidden;
    -moz-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
    -o-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
    -webkit-transition: width 0.4s, opacity 0.4s, visibility 0.4s;
    transition: width 0.4s, opacity 0.4s, visibility 0.4s;
    z-index: 11;
    font-family: 'mainfont';
}
.jwplayer_playlist.active {
    z-index: 9999999999;
}
.jwplayer_playlist.jw-hide {
    width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.jwplayer_playlist ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.jwplayer_playlist > .jwplayer_listcontainer li {
    -moz-transition: background 0.2s, border-color 0.2s;
    -o-transition: background 0.2s, border-color 0.2s;
    -webkit-transition: background 0.2s, border-color 0.2s;
    transition: background 0.2s, border-color 0.2s;
    padding: 8px 10px;
    border-left: 2px solid transparent;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
}
.jwplayer_playlist > .jwplayer_listcontainer li.active {
    background-color: rgb(244 194 201 / 39%);
    border-color: #533b75;
    color: white;
}
.jwplayer_playlist > .jwplayer_listcontainer li.active {
    background-color: #9347fc69;
    border-color: #9347fc;
    color: white;
}
.jwplayer_listcontainer {
    display: none;
}
.jwplayer_listcontainer.active {
    display: block;
}

.jw-controls.jw-reset {
    -moz-transition: width 0.4s;
    -o-transition: width 0.4s;
    -webkit-transition: width 0.4s;
    transition: width 0.4s;
}

.jwplayer_season_list > .reflesh {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    line-height: 30px;
    color: white;
    background: #0a65bb;
    padding: 0 5px;
    border-right: 2px solid rgba(0, 0, 0, 0.05);
}



