@font-face {
    font-family: 'Font Awesome 4';
    font-style: normal;
    font-weight: 300;
    src: url('../../fonts/awesome/v4/fontawesome-webfont.ttf');
    src: url('../../fonts/awesome/v4/fontawesome-webfont.woff2') format('woff2'), url('../../fonts/awesome/v4/fontawesome-webfont.woff') format('woff');
}
/* kimdi video */
.kimdi-video-progress {
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.kimdi-video-progress-caption p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
}

.kimdi-video-progressbar-empty {
    width: 320px;
    height: 15px;
    border-radius: 4px;
    border: 1px solid #ffc466;
    background: #f9a8252d;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
}

.kimdi-video-progressbar-main {
    width: 40%;
    border-radius: 3px;
    background: #ffbe55;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}


.kimdi-video-share {
    padding: 12px 14px;
    background-color: #f9a825;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    margin-right: 8px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    display: flex;
    align-items: center;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 900;
}

    .kimdi-video-share:hover {
        background-color: #f79d0e;
    }

.kimdi-downloadApp {
    width: 300px;
    height: 80px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #f9a825;
    margin: 16px auto;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
}

    .kimdi-downloadApp:hover {
        border: 1px solid #f79d0e;
        background: #f79d0e;
        color: #fff;
    }

    .kimdi-downloadApp span {
        font-size: 15px;
        color: #2f2f2f !important;
        transition: 0.3s all ease-in-out;
        margin-left: 16px;
    }

    .kimdi-downloadApp span {
        color: #3f3f3f !important;
    }

    .kimdi-downloadApp:hover > span {
        color: #fff !important;
    }

    .kimdi-downloadApp img {
        width: 70px;
        height: 70px;
        border-radius: 4px;
    }

.kimdi-video-caption {
    margin-top: 32px;
    padding: 0 16px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 48px !important;
}

.kimdi-video-caption-title {
    font-size: 24px;
    color: #2f2f2f !important;
    font-weight: 700;
}

.kimdi-video-caption-accordion {
    height: 130px;
    overflow: hidden;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
    transition: 0.4s all ease-in-out;
}

.kimdi-video-caption-accordion-active {
    height: auto;
    overflow: visible;
}

.kimdi-video-caption-accordion p {
    text-align: right;
    padding-top: 16px;
    font-size: 16px;
    color: #2f2f2f !important;
}

.kimdi-video-caption-accordion-btn {
    border: none;
    background: transparent;
    color: #2f2f2f;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    font-size: 18px;
    margin-top: 12px;
}

    .kimdi-video-caption-accordion-btn:hover {
        color: #5f5f5f;
    }

.slider-home {
    box-shadow: none !important;
    background: none !important;
    height: auto !important;
}

.kimdi-singlevideo-title {
    font-size: 24px;
    color: #2f2f2f !important;
    font-weight: 700;
    margin-bottom: 32px !important;
    padding-right: 18px;
}

.kimdi-single-video-product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item__slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 400px;
    max-height: 400px;
}

.kimdi-single-video-product {
    padding-top: 24px;
    padding-bottom: 24px;
}

.kimdi-single-video-product-img {
    width: 30%;
}

    .kimdi-single-video-product-img img {
        width: 310px;
        height: auto;
        max-height: 500px;
        border-radius: 8px;
    }

.kimdi-single-video-product-captions {
    width: 65%;
}

    .kimdi-single-video-product-captions p {
        font-size: 24px;
        color: #2f2f2f !important;
        font-weight: 700;
        padding-bottom: 24px;
    }

    .kimdi-single-video-product-captions span {
        text-align: justify;
        padding-top: 16px;
        font-size: 16px;
        color: #2f2f2f !important;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 188px;
    }

    .kimdi-single-video-product-captions button {
        padding: 12px 16px;
        background-color: #f9a825;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 8px;
        transition: 0.3s all ease-in-out;
        color: #fff;
        font-size: 15px;
        cursor: pointer;
        transition: 0.3s all ease-in-out;
        display: flex;
        align-items: center;
        margin: 0 auto;
        margin-top: 32px !important;
    }

        .kimdi-single-video-product-captions button:hover {
            background: #f79d0e;
        }

        .kimdi-single-video-product-captions button i {
            margin-right: 8px;
        }

    .kimdi-single-video-product-captions > span > div > p {
        font-size: 16px;
        color: #2f2f2f !important;
        font-weight: 500;
        padding-bottom: 13px;
    }

    .kimdi-single-video-product-captions > span > div > * {
        font-size: 16px;
        color: #2f2f2f !important;
        font-weight: 500;
        padding-bottom: 13px;
    }

    .kimdi-single-video-product-captions > span > * {
        font-size: 16px;
        color: #2f2f2f !important;
        font-weight: 500;
        padding-bottom: 13px;
    }

.slider-home-theme .owl-nav [class*='owl-'] {
    padding: 0 !important;
}

.slider-home-theme .owl-dot {
    visibility: hidden !important;
}

.kimdi-single-video-comments-form {
    width: 70%;
    margin: 16px auto;
}

.kimdi-single-video-comments-form-row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .kimdi-single-video-comments-form-row1 input {
        background: #ffffff;
        border-radius: 16px;
        border: 1px solid #bababa;
        position: relative;
        height: 45px;
        line-height: 45px;
        padding: 8px 16px;
        font-family: yekanbakhen !important;
        font-size: 14px;
        transition: 0.2s all ease-in-out;
        width: 49%;
        margin: 8px 0;
    }

    .kimdi-single-video-comments-form-row1 div {
        width: auto;
    }

    .kimdi-single-video-comments-form-row1 input:focus {
        outline: 3px solid #f9a8256e;
        border: 1px solid #f9a8257e;
    }

.kimdi-single-video-comments-form-row2 textarea {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #bababa;
    position: relative;
    height: 200px;
    line-height: 45px;
    padding: 8px 16px;
    font-family: yekanbakhen !important;
    font-size: 18px;
    transition: 0.2s all ease-in-out;
    width: 100%;
    margin: 8px 0;
}

    .kimdi-single-video-comments-form-row2 textarea:focus {
        outline: 3px solid #f9a8256e;
        border: 1px solid #f9a8257e;
    }

.kimdi-single-video-comments-title {
    font-size: 24px;
    font-weight: 700;
    color: #2f2f2f;
    padding-top: 24px;
    padding-bottom: 12px;
    padding-right: 24px;
}

.kimdi-single-video-comments-items {
    width: 80%;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.kimdi-single-video-comments-item {
    border: 1px dashed #f79d0e;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 8px 16px;
    margin: 8px 0;
}

.kimdi-single-video-comments-form button {
    padding: 12px 16px;
    background-color: #f9a825;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    transition: 0.3s all ease-in-out;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    display: flex;
    align-items: center;
    margin: 0;
    margin-top: 16px !important;
}

.kimdi-single-video-comments-item-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
}

    .kimdi-single-video-comments-item-head p {
        font-size: 19px;
        font-weight: 500;
        color: #2f2f2f;
        display: flex;
        align-items: center;
    }

        .kimdi-single-video-comments-item-head p i {
            font-size: 16px;
            padding-left: 6px;
        }

    .kimdi-single-video-comments-item-head span {
        font-size: 19px;
        font-weight: 500;
        color: #2f2f2f;
    }

        .kimdi-single-video-comments-item-head span i {
            font-size: 16px;
        }

.kimdi-single-video-comments-item-body p {
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
    padding: 8px;
    color: #4f4f4f;
}

.score-btn-bio {
    margin-bottom: 24px;
}

.btn-bio {
    padding: 12px 14px;
    background-color: #f9a825;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    margin-right: 8px;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    display: flex;
    align-items: center;
    margin: 8px 0;
    font-size: 16px;
    font-weight: 900;
}

    .btn-bio:hover {
        background-color: #f79d0e;
    }

    .btn-bio i, svg {
        margin: 0 6px;
    }

.kimdi-single-video-comments-item-footer {
    padding-top: 24px;
}

    .kimdi-single-video-comments-item-footer a {
        color: #2f2f2f;
        font-size: 14px;
        transition: 0.3s all ease-in-out;
        display: flex;
        align-items: center;
    }

        .kimdi-single-video-comments-item-footer a i {
            padding-left: 6px;
        }

        .kimdi-single-video-comments-item-footer a:hover {
            color: #f79d0e;
        }

    .kimdi-single-video-comments-item-footer .liking {
        display: flex;
        align-items: center;
    }

        .kimdi-single-video-comments-item-footer .liking div {
            margin: 0 4px;
            background: #f79e0e4b;
            padding: 4px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            color: #2f2f2f;
            font-size: 16px;
            cursor: pointer;
            transition: 0.3s all ease-in-out;
            height: 32px;
        }

            .kimdi-single-video-comments-item-footer .liking div:hover {
                background: #ffbd53;
            }

            .kimdi-single-video-comments-item-footer .liking div.active {
                background: #ffbd53;
                color: #000;
            }

            .kimdi-single-video-comments-item-footer .liking div span {
                padding: 0 2px;
            }

.kimdi-single-video-comments-form button i {
    margin-right: 8px;
}

.kimdi-single-video-comments-form button:hover {
    background: #f79d0e;
}

/* kimdi show rate star */
.kimdi-video-rating {
    display: flex;
    align-items: center;
    background: #121212;
    padding-right: 8px;
    border-radius: 4px;
    position: relative;
}

.kimdi-video-rating-number {
    margin-right: 8px;
    font-size: 20px;
    font-family: yekanbakhen !important;
    color: #000000;
    padding: 0 8px;
    padding-top: 6px;
    background: #FFBC0B;
    position: relative;
    display: flex;
    align-items: start;
    padding-right: 16px;
    border-radius: 3px 0 0 3px;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 0, 0% 0%);
    font-weight: 900;
    box-shadow: 0 !important;
}

.star-rating {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    right: 0;
}

.back-stars {
    display: flex;
    color: #adadad;
    position: relative;
    flex-wrap: wrap-reverse;
}

.front-stars {
    display: flex;
    color: #FFBC0B;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all .5s ease-in-out;
    left: 0;
    direction: ltr;
}

/* rating user */
.kimdi-single-video-comments-form-rating {
    display: flex;
    align-items: center;
}

    .kimdi-single-video-comments-form-rating p {
        color: #121212;
        font-size: 16px;
        margin-left: 8px;
    }

.rating {
    position: relative;
    width: 100%;
    float: left;
    direction: ltr;
    display: flex;
    align-items: center;
    flex-wrap: wrap-reverse;
    background: #121212;
    padding-right: 8px;
    border-radius: 4px;
}

.hidden {
    opacity: 0;
}

.star {
    display: inline-block;
    color: #adadad;
    position: relative;
    cursor: pointer;
    font-size: 24px;
    direction: ltr;
    margin-right: 2px;
}

    .star .animate {
        -webkit-animation: stretch-bounce .5s ease-in-out;
        display: none !important;
    }

    .star .hidden {
        opacity: 0;
    }

    .star .full::before {
        font-family: "Font Awesome 4";
        display: inline-block;
        content: "\f005";
        position: relative;
        float: right;
        z-index: 2;
    }

    .star .half::before {
        font-family: "Font Awesome 4";
        content: "\f089";
        position: absolute;
        float: left;
        z-index: 3;
    }

.star-colour {
    color: #FFBC0B;
}

@-webkit-keyframes stretch-bounce {
    0% {
        -webkit-transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.5);
    }

    50% {
        -webkit-transform: scale(0.9);
    }

    75% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.selected::before {
    font-family: "Font Awesome 4";
    display: inline-block;
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1;
}

.selected .pulse::before {
    -webkit-transform: scale(3);
    opacity: 0;
}

.is-animated::before {
    transition: 1s ease-out;
}

.score {
    font-size: 20px;
    font-family: yekanbakhen !important;
    padding-right: 4px;
    color: #000000 !important;
    margin-right: 8px;
    font-size: 20px;
    font-family: yekanbakhen !important;
    color: #000000;
    padding: 0 8px;
    padding-top: 6px;
    background: #FFBC0B;
    position: relative;
    display: flex;
    align-items: start;
    padding-right: 16px;
    border-radius: 3px 0 0 3px;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0 0, 0% 0%);
    font-weight: 900;
}

.score-rating {
    vertical-align: sup;
    position: relative;
}

.total {
    vertical-align: sub;
    top: 0px;
    position: relative;
    font-size: 100%;
}

/* .average {
    font-family: arial;
    font-size: 20px;
    color: indianred;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;


} */

.average .score-average {
    padding-top: 30px;
}

.km-share {
    border-radius: 7px;
    border: 1px solid #cecece;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 7px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.kimdi-popup-share-active {
    opacity: 1 !important;
    visibility: visible !important;
}

    .kimdi-popup-share-active .kimdi-body-video {
        overflow: hidden !important;
    }

.kimdi-popup-score-active {
    opacity: 1 !important;
    visibility: visible !important;
}

    .kimdi-popup-score-active .kimdi-body-video {
        overflow: hidden !important;
    }

.score-rating.js-score {
    width: 20px;
}

.kimdi-video-caption-accordion-btn:hover {
    color: rgb(49, 109, 15)
}

.km-lightbox-content_score span {
    font-size: 24px;
}

.btn-bio-score-popup {
    width: 100%;
    justify-content: center;
}

.kimdi-popup-score .km-lightbox .km-lightbox-container .km-lightbox-header {
    position: relative;
}

.kimdi-popup-score-close_link::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 68px;
    height: 56px;
    z-index: 99;
    background: transparent;
}

.kimdi-video-caption-accordion-btn {
    border: none;
    background: transparent;
    color: #4DAD16;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    font-size: 16px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kimdi-single-video-product-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video-container {
    position: relative;
}

    .video-container .poster-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: none;
    }

        .video-container .poster-img.hidden {
            scale: 0;
            visibility: hidden;
        }

    .video-container video {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

        .video-container video.ad-video {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
        }

    .video-container.showing-ad video {
        margin-bottom: 0;
    }

    .video-container .center-play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.8);
        border: 2px solid #fff;
        text-align: center;
        border-radius: 50%;
        z-index: 2;
    }

        .video-container .center-play-btn i {
            color: #fff;
            font-size: 24px;
            line-height: 46px;
        }

            .video-container .center-play-btn i.fa-play {
                padding-left: 4px;
            }

    .video-container .video-controls {
        direction: ltr;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        gap: 4px;
        background: #000;
        color: #fff;
        font-family: opensans;
        padding: 0 16px;
        font-size: 14px;
        z-index: 2;
    }

        .video-container .video-controls .controls-btn {
            width: 30px;
            height: 40px;
        }

            .video-container .video-controls .controls-btn i {
                font-size: 18px;
                line-height: 40px;
            }

            .video-container .video-controls .controls-btn.playpause-btn i {
                font-size: 16px;
            }

        .video-container .video-controls .video-progress {
            flex: 1;
            position: relative;
        }

            .video-container .video-controls .video-progress .seek,
            .video-container .video-controls .video-progress .progress-bar {
                width: 100%;
                height: 2px;
                position: absolute;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

            .video-container .video-controls .video-progress .progress-bar {
                left: 8px;
                width: calc(100% - 16px);
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
            }

                .video-container .video-controls .video-progress .progress-bar::-webkit-progress-bar {
                    border-radius: 10em;
                    background: #fff;
                }

                .video-container .video-controls .video-progress .progress-bar::-webkit-progress-value {
                    border-radius: 10em;
                    background: #ED303D;
                }

                .video-container .video-controls .video-progress .progress-bar::-moz-progress-bar {
                    border-radius: 10em;
                    background: #fff;
                }

            .video-container .video-controls .video-progress .seek {
                z-index: 2;
                -webkit-appearance: none;
                appearance: none;
                background: transparent;
                cursor: pointer;
            }

                .video-container .video-controls .video-progress .seek:focus {
                    outline: none;
                }

                .video-container .video-controls .video-progress .seek::-webkit-slider-thumb {
                    -webkit-appearance: none;
                    appearance: none;
                    margin-top: -3px;
                    height: 10px;
                    width: 10px;
                    border-radius: 50%;
                    background-color: #ED303D;
                }

                .video-container .video-controls .video-progress .seek::-moz-range-thumb {
                    border: none;
                    border-radius: 0;
                    height: 10px;
                    width: 10px;
                    border-radius: 50%;
                    background-color: #ED303D;
                }

        .video-container .video-controls .time {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.9);
        }

            .video-container .video-controls .time span,
            .video-container .video-controls .time time {
                display: inline-block;
                line-height: 40px;
            }

            .video-container .video-controls .time span {
                margin: 0 -2px;
            }

        .video-container .video-controls.hidden,
        .video-container .video-controls .hidden {
            display: none;
        }

    .video-container .ad-controls {
        direction: ltr;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 100;
    }

        .video-container .ad-controls .video-progress {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
        }

            .video-container .ad-controls .video-progress .progress-bar {
                position: absolute;
                left: 0;
                bottom: 0;
                height: 2px;
                width: 100%;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
            }

                .video-container .ad-controls .video-progress .progress-bar::-webkit-progress-bar {
                    border-radius: 10em;
                    background: #fff;
                }

                .video-container .ad-controls .video-progress .progress-bar::-webkit-progress-value {
                    border-radius: 10em;
                    background: #ED303D;
                }

                .video-container .ad-controls .video-progress .progress-bar::-moz-progress-bar {
                    border-radius: 10em;
                    background: #fff;
                }

        .video-container .ad-controls .time,
        .video-container .ad-controls .skip-btn {
            position: absolute;
            bottom: 40px;
            line-height: 32px;
            padding: 4px 16px;
            transition: 0.4s all ease-in-out;
        }

        .video-container .ad-controls .skip-btn {
            height: 36px;
            max-height: 36px;
            max-width: 36px;
        }

            .video-container .ad-controls .skip-btn:hover {
                background: linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.2)),linear-gradient(rgb(15,15,15),rgb(15,15,15)) !important;
            }

            .video-container .ad-controls .skip-btn:focus {
                background: linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.2)),linear-gradient(rgb(15,15,15),rgb(15,15,15)) !important;
            }

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .video-container .ad-controls .time,
    .video-container .ad-controls .skip-btn {
        padding: 4px 12px;
        bottom: 20px;
        line-height: 28px;
    }
}

.video-container .ad-controls .time {
    left: 24px;
    color: #fff;
    font-size: 16px;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .video-container .ad-controls .time {
        left: 16px;
        font-size: 14px;
    }
}

.video-container .ad-controls .skip-btn {
    right: 24px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    gap: 6px;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    cursor: pointer;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .video-container .ad-controls .skip-btn {
        right: 16px;
        font-size: 14px;
    }
}

.video-container .ad-controls .skip-btn .text {
    min-width: 2ch;
    text-align: left;
}

.video-container .ad-controls .skip-btn svg {
    width: 20px;
    height: 20px;
}

.center-play-btn > svg {
    z-index: 100 !important;
    opacity: 1 !important;
    color: #fff !important;
    font-size: 24px;
}

.center-play-btn {
    z-index: 2 !important;
    position: relative;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border: none !important;
    width: 80px !important;
    height: 80px !important;
    cursor: pointer;
}

.video-container .ad-controls .skip-btn {
    min-width: 80px;
    min-height: 36px;
}

.video-container .video-controls .controls-btn:first-child {
    width: 30px;
    height: 40px;
}

.video-container .ad-controls {
    z-index: 3 !important;
}

@media only screen and (min-width: 0px) and (max-width: 959px) {
    .video-container .ad-controls .skip-btn svg {
        width: 18px;
        height: 18px;
    }

    .center-play-btn {
        width: 48px !important;
        height: 48px !important;
    }

        .center-play-btn > svg {
            font-size: 16px;
        }

    .video-container .ad-controls .skip-btn {
        min-width: 64px !important;
    }
}

.video-container .ad-controls.hidden,
.video-container .ad-controls .hidden {
    display: none;
}

.center-play-btn {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.kimdi-single-video-comments-item {
    border: none;
    background: #f3f4f6;
    position: relative;
    height: auto;
    padding: 16px;
}

    .kimdi-single-video-comments-item .response {
        width: 90%;
        margin-top: 16px;
        margin-right: auto !important;
        background: #e5e7eb;
        padding: 8px;
        border-radius: 16px;
    }

    .kimdi-single-video-comments-item .response-icon {
        font-size: 19px;
        font-weight: 500;
        color: #2f2f2f;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px;
    }

        .kimdi-single-video-comments-item .response-icon i {
            font-size: 16px;
        }

    .kimdi-single-video-comments-item .response-text {
        text-align: justify;
        font-size: 16px;
        font-weight: 500;
        padding: 8px;
        color: #4f4f4f;
        overflow-wrap: break-word;
    }

.alert-comments-kimdi {
    width: 80%;
    margin: 0 auto;
}

.comments-user-kimdi {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 0 32px;
    font-size: 16px;
}

.kimdi-single-video-comments-item-head span {
    font-size: 16px;
}

.response-icon span {
    font-size: 16px;
}

.kimdi-single-video-comments-item-head span i {
    margin-right: 4px;
}

.response-icon span i {
    margin: 0 2px;
}

@media screen and (max-width: 430px) {
    .ratingContainer {
        margin-bottom: 16px;
    }

    .kimdi-single-video-comments-form-row1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

        .kimdi-single-video-comments-form-row1 input {
            width: 100%;
        }
}

.kimdi-single-video-comments-item-body {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding: 8px;
    color: #4f4f4f;
}

.kimdi-single-video-comments-item-body {
    overflow-wrap: break-word;
}

.spaceHomeSection {
    padding: 0 24px;
}

.kimdi-single-video-product-captions span {
    max-height: 200px;
    min-height: 200px;
}

.kimdi-single-video-product-captions button {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    max-width: max-content;
    min-width: max-content;
}

.owl-theme .owl-dots {
    margin: 0 auto !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    left: 0;
    right: 0;
    transform: none;
    padding-top: 16px;
    bottom: 10px;
}

.slider-home-theme .owl-dots .owl-dot.active span {
    width: 16px;
    height: 6px;
}

.video-container {
    height: 100%;
    position: relative;
    width: 100%;
}

.video-container-frame {
    padding-bottom: 57.25%;
}

.playVideo {
    width: 100%;
    /*height: 650px;*/
    min-height: 100%;
    max-height: 800px;
    border-radius: 16px;
}

    .playVideo .iframe.no-ad {
        padding: 0 !important;
        background: transparent;
    }

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.remain {
    padding: 0 16px !important;
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
}

.video-container .time-elapsed {
    color: #fff !important;
    margin: 0 8px !important;
}

.video-container .duration {
    color: #fff !important;
}

.pName {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    max-width: fit-content;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 55px;
    margin-top: 8px;
}

.aparatbio_video-subjects span{
    display: flex;
    align-items: center;
    column-gap: 4px;
    justify-content: flex-end;
}