﻿.eslik-card {
    border-radius: 20px 20px 0px 0px;
    border: none;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    margin-bottom:2rem;
}

    .eslik-card .card-title {
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
        color: #666666;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -moz-line-clamp: 1;
        -moz-box-orient: vertical;
        -ms-line-clamp: 1;
        -ms-box-orient: vertical;
    }

    .eslik-card .card-text {
        font-size: 16px;
        font-weight: 400;
        font-style: normal;
        color: #666666;
    }

    .eslik-card .card-img-top {
        border-radius: 20px 20px 0px 0px;
        border: none;
        box-shadow: 0px 3px 15px rgba(255,255,255,.24);
        margin-bottom: 13px;
        height: 300px;
        object-fit: contain;
    }

    .eslik-card .card-body {
        padding: 1.25rem 1.25rem .5rem;
        background-color: #FCFCFC;
    }

.slider-back {
    padding: .35rem;
    background-color: rgba(96,96,96,.4);
    border-radius: 5px 5px 0px 0px;
    display:none;
}

.slider {
    width: 100%;
    height: 1px;
    background: white;
    border-radius: 2px;
}

    .slider div {
        width: 1px;
        /*width: 4px;*/
        height: 1px;
        margin-top: 1px;
        background: #17469E;
        border-radius: 2px;
    }

.controls {
    margin-top: 20px;
}

.play {
    x: 0px;
    y: 0px;
    enable-background: new 0 0 25 25;
}

    .play:hover {
        cursor: pointer;
    }


.pause {
    x: 0px;
    y: 0px;
    enable-background: new 0 0 25 25;
    cursor: pointer;
}

    .pause rect {
        fill: white;
    }

    .pause:hover rect {
        fill: #8f4da9;
    }

.skip {
    float: right;
    margin-top: 10px;
}

    .skip p {
        color: #2980b9;
    }

        .skip p:hover {
            color: #e74c3c;
            cursor: pointer;
        }

.expend {
    padding: 0.5px;
    cursor: pointer;
}

.player-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    left: 0;
    top: 0;
    z-index: 9;
}