﻿/*shortshaberler*/



.i-shorts-like, .i-shorts-dislike, .i-shorts-onlike, .i-shorts-ondislike, .i-shorts-play, .i-shorts-sound, .i-shorts-off, .i-shorts-mute {
    cursor: pointer;
}

#ShortsHaberler {
    margin-bottom: 24px;
    margin-top: 24px;
}
.hbshorts {
    padding: 0;
}

.hbshorts-baslik {
    display: flex;
    flex-direction: row;
    color: #333;
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 12px 0;
    gap: 6px;
}

.hbshorts-slide {
    display: flex;
    flex-direction: row;
    max-width: 705px;
    overflow-y: hidden;
    width: 100%;
}

    .hbshorts-slide a {
        position: relative;
        width: 155px;
        height: 254px;
        overflow: hidden;
        display: block;
        flex-basis: 155px;
        flex-shrink: 0;
        margin-right: 12px;
        border-radius: 0;
    }

        .hbshorts-slide a:last-child {
            margin-right: 0;
        }

        .hbshorts-slide a img {
            max-width: 155px;
            height: 274px;
            width: 100%;
            object-fit: cover;
        }

        .hbshorts-slide a .hbshorts-ozet {
            position: absolute;
            bottom: 16px;
            left: 16px;
            display: -webkit-box;
            width: 125px;
            text-align:right;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            color: #FFF;
            text-overflow: ellipsis;
            font-family: Helvetica;
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
        }
.short-count-like {
    z-index: 1;
    bottom: calc(44.08% - 153px);
    position: absolute;
    color: white;
    right: 24px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: rgba(0 0 0 0.5);*/
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
}


.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    /*border: 1px solid #666;*/
    width: 100%;
    height: 100%;
}

.light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.popup h2 {
    margin-top: 0;
    color: #666;
}

.popup .close {
    position: absolute;
    width: 20px;
    height: 40px;
    /*top: 44px;*/
    right: 18px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 40px;
    font-weight: normal;
    text-decoration: none;
    color: #FFF;
    z-index: 1;
}

    .popup .close:hover {
        opacity: 1;
    }

.i-shorts-play {
    content: url(../img/i-shorts-play.svg?v=0);
}
.i-play {
    content: url(../img/play-icon.svg);
}

.i-shorts-ikon {
    content: url(../img/i-shorts-ikon.svg);
}

.i-shorts-like {
    content: url(../img/i-shorts-like.svg?v=0);
}
.short-desc-icon {
    width: 20px !important;
    height: 20px !important;

}
.icon-count-area{
    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.i-shorts-dislike {
    content: url(../img/i-shorts-dislike.svg?v=0);
}


.i-shorts-onlike {
    content: url(../img/i-shorts-onlike.svg?v=0);
}

.i-shorts-ondislike {
    content: url(../img/i-shorts-ondislike.svg?v=0);
}

.i-shorts-mute {
    content: url(../img/sound-off-new.svg?v=0); /*ses kapalı ikonu gelecek*/
}


.popup .content {
    overflow: hidden;
}

.popup p {
    color: #494949;
    font-family: Helvetica Neue;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    margin-bottom: 11px;
}

.popup .shortsikons {
    position: absolute;
    top: -14px;
    right: -14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 28px;
    width: 28px;
    z-index: 1;
    cursor: pointer;
}

.popup p:last-child {
    margin: 0;
}

.popup .content > * {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.i-shorts-play {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}
/*
i-shorts-pause {
	content: url(../img/i-shorts-pause.png);
}

.i-shorts-play.i-shorts-pause {
	content: url(../img/i-shorts-pause.png);
	opacity: .8;
	width: 80px;
	height: 80px;
}
*/
.i-shorts-like, .i-shorts-dislike, .i-shorts-mute {
    position: absolute;
    width: 45px;
    height: 45px;
    right: 16px;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    z-index: 1;
}

.i-shorts-like {
    bottom: 52.08%;
}

.i-shorts-dislike {
    bottom: calc(52.08% - 112px);
}

.i-shorts-mute {
    bottom: calc(52.08% - 224px);
}

/**/

.hbshorts .grad {
    background-image: url(../img/shorts-img-grad.png?v=0);
    width: 100%;
    height: 100%;
    max-height: 409px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.like-button-up.like-button--active .i-shorts-like {
    content: url(../img/i-shorts-onlike.svg?v=0);
}

.like-button-down.like-button--active .i-shorts-dislike {
    content: url(../img/i-shorts-ondislike.svg?v=0);
}

.mute-button-down.mute-button--active .i-shorts-mute {
    content: url(../img/sound-on-new.svg?v=0); /*Ses açık ikonu gelecek.*/
}
    

    .like-button.like-button-up::before, .like-button-up.like-button--active .i-shorts-like::before, .like-button.like-button-down::before, .like-button-down.like-button--active .i-shorts-like::before, .mute-button.mute-button-down::before, .mute-button-down.mute-button--active .i-shorts-mute::before {
        content: "";
        position: absolute;
        z-index: 555;
        width: 64px;
        height: 20px;
        right: 7px;
        text-decoration: none;
        z-index: 1;
        color: #FFF;
        text-align: center;
        font-family: Helvetica;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }



.like-button.like-button-up::before, .like-button-up.like-button--active .i-shorts-like::before {
    bottom: calc(52.08% - 24px);
}

.like-button.upcontent.like-button-up::before, .like-button-up.upcontent.like-button--active .i-shorts-like::before {
    bottom: calc(54.08% - 24px);
}


.like-button.like-button-down::before, .like-button-down.like-button--active .i-shorts-like::before {
    bottom: calc(52.08% - 136px);
}

.like-button.upcontent.like-button-down::before, .like-button-down.upcontent.like-button--active .i-shorts-like::before {
    bottom: calc(54.08% - 136px);
}

.mute-button.upcontent.mute-button-down::before, .mute-button-down.upcontent.mute-button--active .i-shorts-mute::before {
    bottom: calc(54.08% - 136px);
}

.mute-button.mute-button-up::before {
    content: "Sesi Aç";
}

.like-button.like-button-up::before {
    content: "Beğen";
}

.like-button.like-button-up.like-button--active::before {
    content: attr(data-like-count);
}

.like-button.like-button-down::before {
    content: "Beğenme";
}

.like-button.like-button-down.like-button--active::before {
    content: attr(data-like-count);
}
/**/

.hbshorts-ozpro {
    position: fixed;
    top: auto;
    left: 50%;
    bottom: 0px;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    width: 100%;
    z-index: 1;
}

    /* .hbshorts-ozpro:hover {
        bottom: 16px;
    }*/

    .hbshorts-ozpro .hbshorts-ozet {
        position: fixed;
        top: auto;
        left: 50%;
        bottom: 27px;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%);
        width: 80%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        color: #FFF;
        text-overflow: ellipsis;
        font-family: Helvetica;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
    }

    .hbshorts-ozpro .hbshorts-progress {
        width: 100%;
        height: 3px;
        opacity: 1;
        background: #F00;
        left: calc(33.3% - 10px);
    }

 
    .hbshorts-ozpro .video-seek-slider {
        width: 80%;
        height: 3px;
        opacity: 1;
        left: calc(33.3% - 10px);
        position: fixed;
        top: auto;
        left: 50%;
        bottom: 16px;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%);
    }

.video-seek-slider {
    display: none;
}
   

    .video-seek-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #F00;
        cursor: pointer;
    }

    .video-seek-slider::-moz-range-thumb {
        background: #F00;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        cursor: pointer;
    }

/*.slick-list.draggable {
    height:100% !important;
}*/

/*.owl-carousel {
    transform: rotate3d(0, 0, 1, 90deg) !important;
}

.owl-carousel.owl-drag .owl-item {
    transform: rotate3d(0, 0, 1, -90deg) !important;
}
*/
/*.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-y !important;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}*/
/*.owl-carousel {
    transform: rotate(90deg) !important;
}

    .owl-carousel.owl-drag .owl-item {
        transform: rotate(-90deg) !important;
    }*/
/*.owl-carousel-vertical .owl-nav {
    display:flex;
    justify-content:space-between;
    position:absolute;
    width:100%;
    top:calc(50%-33px);
}*/

/*.owl-stage {
    transform:rotate(90deg) !important;
}*/

/*.owl-carousel .owl-nav > div {
    padding: 0.4em 1.4em;
    border: 1px solid #333;
    background: #000;
    color: white;
    border-radius: 0.4em;
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.2));
    box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.5);
}

    .owl-carousel .owl-nav > div:hover {
        background-color: #333;
    }

.owl-carousel .owl-nav .owl-prev {
    float: left;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}
*/

.isloading {
    background: #eee;
    background: linear-gradient(110deg, #ECECEC 8%, #F5F5F5 18%, #ECECEC 33%);
    background-size: 200% 400%;
    -webkit-animation: 1.5s shine linear infinite;
    animation: 1.5s shine linear infinite;
}

@-webkit-keyframes shine {
    to {
        background-position-x: -200%;
    }
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}
.vidover1 {
    position: absolute;
    top: 0;
    bottom: 80%;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: .7;
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0.00) 62.99%);
}
.vidover2 {
    position: absolute;
    top: 80%;
    bottom: 0%;
    left: 0;
    right: 0;
    visibility: visible;
    opacity: .7;
   /* background: linear-gradient(0deg, rgb(0 0 0) 0%, rgba(0, 0, 0, 0.00) 62.99%);*/
}

.shorts-ozet-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    box-sizing: border-box;
    height:200px;
}