/*
 * Created by Vira Pardazesh
 */
.km-box-style-theme {
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 16px;
    margin-bottom: 32px;
}

.km-box-style-theme-2 {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid #e4e4e4;
}

.km-box-style {
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 16px;
    margin-bottom: 32px;
}

    .km-box-style.km-overflow {
        overflow: hidden;
    }

    .km-box-style.km-padding {
        padding: 20px;
    }

    .km-box-style .km-title-style-theme .km-title {
        background: #fff;
    }

.km-box-style2 {
    background: #fff;
    position: relative;
    margin-bottom: 15px;
    border-radius: 15px;
    padding: 20px;
}

    .km-box-style2 .km-title-style-theme .km-title {
        background: #fff;
    }

.aparatPage .topVideo {
    margin-bottom: 32px;
}

    .aparatPage .topVideo .rightItemsContainer {
        margin-bottom: 32px;
    }

        .aparatPage .topVideo .rightItemsContainer .videoPlayContainer {
            background: rgba(0, 0, 0, 0.05);
            padding: 16px;
            border-radius: 16px;
        }

            .aparatPage .topVideo .rightItemsContainer .videoPlayContainer .item {
                height: 340px;
                border-radius: 16px;
                overflow: hidden;
            }

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .aparatPage .topVideo .rightItemsContainer .videoPlayContainer .item {
        height: 195px;
    }
}

.aparatPage .topVideo .rightItemsContainer .videoPlayContainer .item embed {
    width: 100%;
    height: 100%;
}

.aparatPage .topVideo .rightItemsContainer .videoPlayContainer .title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

.aparatPage .topVideo .rightItemsContainer .videoPlayContainer .time {
    color: #5e5e5e;
    display: flex;
    align-items: center;
}

    .aparatPage .topVideo .rightItemsContainer .videoPlayContainer .time i {
        margin-left: 4px;
    }

    .aparatPage .topVideo .rightItemsContainer .videoPlayContainer .time span {
        font-size: 12px;
    }

.aparatPage .topVideo .leftSide {
    border-bottom: 1px solid #cccccc;
    padding-left: 16px;
}

    .aparatPage .topVideo .leftSide .leftItemsContainer {
        position: relative;
        max-height: 447px;
        overflow-y: scroll;
        margin-top: -8px;
        padding-left: 16px;
        padding-bottom: 16px;
    }

        .aparatPage .topVideo .leftSide .leftItemsContainer::-webkit-scrollbar {
            width: 5px;
            bottom: 70px;
            background: #f2f2f2;
            border-radius: 50px;
            box-shadow: unset !important;
            transition: all 0.3s ease-in-out;
        }

        .aparatPage .topVideo .leftSide .leftItemsContainer::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
        }

        .aparatPage .topVideo .leftSide .leftItemsContainer::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
        }

        .aparatPage .topVideo .leftSide .leftItemsContainer:after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            background: rgba(255, 255, 255, 0);
        }

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .aparatPage .topVideo .leftSide .leftItemsContainer {
        margin-top: -16px;
    }
}

.aparatPage .topVideo .leftSide .leftItemsContainer .item-video {
    margin-top: 8px;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease-in-out;
}

    .aparatPage .topVideo .leftSide .leftItemsContainer .item-video:hover {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 8px;
    }

        .aparatPage .topVideo .leftSide .leftItemsContainer .item-video:hover .video:after {
            transition: all 0.2s ease-in-out;
            opacity: 0.1;
        }

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .aparatPage .topVideo .leftSide .leftItemsContainer .item-video {
        margin-top: 16px;
    }
}

.aparatPage .topVideo .leftSide .leftItemsContainer .item-video .video {
    margin-left: 12px;
}

.aparatPage .contentVideo .row {
    margin-top: -16px;
}

    .aparatPage .contentVideo .row > * {
        margin-top: 16px;
    }

.item-video.type3 {
    display: flex;
}

    .item-video.type3 .video {
        height: 140px;
    }

    .item-video.type3 .title {
        font-size: 16px;
    }

.item-video .video {
    position: relative;
    height: 195px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .item-video .video:hover:after {
        transition: all 0.2s ease-in-out;
        opacity: 0.1;
    }

    .item-video .video:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 63px;
        height: 42px;
        background: url(../img/icons/play-icon.svg);
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 5;
    }

    .item-video .video:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.3;
        transition: all 0.2s ease-in-out;
        z-index: 4;
    }

    .item-video .video img {
        transition: all 0.3s ease-in-out;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.item-video .title {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-top: 16px;
    margin-bottom: 8px;
}

.item-video .time {
    color: #5e5e5e;
    display: flex;
    align-items: center;
}

    .item-video .time i {
        margin-left: 4px;
    }

    .item-video .time span {
        font-size: 12px;
    }
/*# sourceMappingURL=11.css.map */
