#video-section-unique{
    min-height: 100vh !important;
}
.parentEffect {
    box-shadow:
        0 4px 8px 0 rgba(0, 0, 0, 0.2),
        0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.box-grid-video {
    cursor: pointer;
    margin: 10px;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.box-grid-video:hover {
    opacity: 1;
}

.box-video-title {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 17px;
    z-index: 9999;
    color: white;
}

.detailsVideoInfo {
    position: absolute;
    right: 5px;
    top: 5px;
    color: white;
    font-size: 14px;
}

.pageHoverFilterCategories {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.95);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999999;
    overflow-y: scroll;
    overflow-x: hidden;
}

.res_category {
    line-height: 8px;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.res_subcategory {
    line-height: 8px;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.filter_sel_active {
    font-weight: 600;
    color: #5183ff;
}

/* MANAGEQUIZ.PHP */

#listQuestionTitle {
    display: none;
    margin-bottom: 10px;
}

.radio-input-style {
    margin-top: 20px;
    text-align: left;
}

.preview-quiz {
    border-radius: 0px;
    height: 38px !important;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.08);
}

.listQuestion {
    background: rgba(255, 255, 255, 0.05);
    padding-left: 0px;
}
.remove_question {
    cursor: pointer;
    float: right;
}
.objQuestion {
    display: inline-block;
    width: 80%;
}
.labelQuestionSubmit {
    cursor: pointer;
}
.labelQuestionSubmit:hover {
    color: white;
}
.remove_question:hover {
    color: white;
}

#questionInput {
    font-size: 25px;
    margin-bottom: 20px;
}
.box-input-quiz {
    margin-top: 10px;
    margin-bottom: 20px;
}

.boxListQuestion {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    color: gray;
    font-weight: bold;
}

/*add and remove answer icon*/
.addRemove_answer {
    color: white;
    cursor: pointer;
    float: right;
    line-height: 2.5;
    width: auto;
}

.answer_title {
    width: 55%;
    display: inline-block;
    margin-right: 10px;
    float: left;
    padding-left: 0px !important;
}

.answerPoint {
    width: 30%;
    display: inline-block;
}

/* .pointsInput:hover{
	background: transparent;
	 background-color: transparent;
	 background-image: none;
	 background-repeat: repeat;
	 background-attachment: scroll;
	 background-clip: border-box;
	 background-origin: padding-box;
	 background-position-x: 0%;
	 background-position-y: 0%;
	 background-size: auto auto;
} */

.pointsInput {
    width: 25%;
    display: inline-block;
    padding-left: 0px !important;
}

#secondsInput:hover {
    background: transparent;
    background-color: transparent;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
}

#btn_upload_assessment {
    margin-top: 10px;
    display: block;
}

/*RELATED PRODUCT*/
.related-product-list {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -10px;
}

.related-product-item {
    margin: 10px;
    list-style-type: none;
    padding-right: 12px;
}

.products-card {
    text-align: center;
}
.btn--primary.btn--default {
    margin-top: 10px;
}
#video-product-section {
    padding: 20px;
}
.product-img {
    height: 200px;
    margin: auto;
}
.product-title {
    font-size: 16px;
    word-break: break-word;
}
.product-description {
    text-transform: none;
    font-weight: lighter;
    font-size: 8px;
}
.product-box-info {
    max-height: 155px;
    overflow-y: hidden;
    line-height: normal;
    /* 	word-break: break-all;
	text-overflow: ellipsis;
	white-space: nowrap; */
}

.button-buy-box {
    margin-top: 10px;
}

.view_total {
    font-size: 17px;
}

.btn-set-like > .likes-label {
    font-size: 17px;
    font-weight: 700;
}

#video_details {
    padding-left: 3%;
}

#box_livecollection_live {
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#live_title {
    font-size: 25px;
    margin-bottom: 0;
}

#video_description {
    font-size: 14px;
}

#video-product-section {
    display: none;
    margin-top: 50px;
}

.footerButtonVideoInfo {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.footerButtonVideoInfo button {
    flex: 0 0 auto;
    scroll-snap-align: center;
    white-space: nowrap;
}

#box_lastvideos_live,
#box_tagvideos_live {
    padding: 0px;
}
#videoSelectedSerieTitle {
    padding-bottom: 0px;
    padding-left: 15px;
}

.reply-to-user {
    position: absolute;
    font-size: 15px;
    border-radius: 15px;
    padding: 10px;
    line-height: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.emoji-wrap {
    z-index: 99;
}

#insert-emoji {
    margin-left: -40px;
    font-size: 18px !important;
    border-radius: 25px;
    margin-top: 5px;
    padding: 7px;
    line-height: 10px;
}

.videoFullScreenTitle {
    display: none;
    position: fixed;
    color: white;
    font-size: clamp(18px, 3vw, 35px);
    z-index: 9999;
    top: 30px;
    left: 30px;
    cursor: pointer;
}

.videoFullScreen #playerEmbed {
    position: fixed;
    left:0px;
    top:0px;
    z-index: 99999999999999999;
    width: 100% !important;
    height: 100vh !important;
    max-height: 100vh;
    object-fit: contain !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    margin-bottom: 0px !important;
    /* background-color: #000 !important; */
}

.videoFullScreenTitleArrowLeft {
    display: none;
}
.videoFullScreen .videoFullScreenTitleArrowLeft {
    font-size: clamp(16px, 3vw, 26px);
    opacity: 0.5;
    margin-right: 10px;
}

.videoFullScreenTitle:hover .videoFullScreenTitleArrowLeft {
    opacity: 1;
}

.videoFullScreen .embed-responsive {
    position: unset;
}

.videoFullScreen .videoFullScreenTitle {
    display: block;
}


#playerEmbed{
	width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 90vh;
}
#playerEmbed iframe{
	width: 100%;
    height: 100%;
}

.video_episodes_tab {
    display: none;
}

#videoFileBox {
    display: none;
    margin-bottom: 30px;
}

.liveChatParentBox {
    border-left: 2px solid gray;
    margin-left: 25px;
    padding-left: 10px;
}

.rightColDiv {
    border-radius: 8px;
    /* width: 100%; */
}

.videoTab {
    display: none;
}

#modal-video-page .modal-header {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}
#modal-video-page .modal-header .mobile-chromecast-icon {
    position: absolute;
    width: 50px;
    right: 5px;
    z-index: 999999999 !important;
}

.playerDiv {
    padding: 0px;
}

.video-cinema-lighting {
    filter: blur(100px);
    position: absolute;
    width: 120vh;
    height: 120vh;
    opacity: 0.4;
    z-index: -1;
}

.makeReviewBtn {
    text-align: center;
    cursor: pointer;
}

.chat-message {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px !important;
    margin-bottom: 10px;
    padding: 10px;
}
.chat-message:hover {
    background-color: rgba(225, 225, 225, 0.1);
    border-radius: 6px;
}
.chat-message-toolbar {
    display: none;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #1a1a1a;
    border-radius: 6px;
    padding: 5px;
}
.chat-message:hover > .chat-message-toolbar {
    display: block;
}
.title-all-review {
    margin-bottom: 0px;
    margin-left: 20px;
    font-weight: 700;
}

.tabsRightPlayer {
    /*background:rgba(255,255,255,0.05);*/
    font-size: 15px;
    border-bottom: 1px solid rgba(225, 225, 225, 0.1);
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.videoTab {
    background: rgba(255, 255, 255, 0.05);
}

.chat-message-counter {
    background: #e62727;
    border: 1px solid #fff;
    border-radius: 50%;
    display: none;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: -15px 0 0 -15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 28px;
}

.chat-close {
    background: #1b2126;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: right;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin: 2px 0 0 0;
    text-align: center;
    width: 16px;
}

.chat-message img {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.chat-time {
    float: right;
    font-size: 10px;
    font-weight: bold;
}

.chat-feedback {
    font-style: italic;
    margin: 0 0 0 80px;
}

.hidden-field {
    display: none;
}

.contentMedia {
    aspect-ratio: auto;
    margin-bottom: 10px;
    padding: 0px;
}
/* @media screen and (max-width: 796px) {
    .contentMedia{
        aspect-ratio: auto !important;
    }
} */

.title-h5-user {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
}

.live_chat_messaggio {
    max-width: 100%;
    word-wrap: break-word;
    margin: 0px;
}

.chat-history p {
    font-size: 14px;
}

.btn_cinema_mod {
    position: absolute;
    right: 20px;
    top: 71px;
    z-index: 9999999;
    opacity: 0.7;
}

.btn_cinema_mod:hover {
    opacity: 1;
}

.btn_cinema_mod i {
}

.btn_cinema_mod span {
    color: white;
    font-weight: bold;
}

.video-picture-in-picture {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 320px;
    height: 180px;
    z-index: 9999999999999999999999999999999999;
}

.video-picture-in-picture #videoiframe {
    height: 180px !important;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    /* max-height: 90vh; */
}

#modal-video-comment-txt-chat {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999999999999999999999999999999999999999999999999999999999 !important;
}

#input-txt-chat {
    width: 100%;
    float: left;
    height: 46px;
}
#send-msg {
    width: 15%;
    transform: scale(0.9);
    margin-left: 5px;
    z-index: 999;
    backdrop-filter: blur(15px);
}

#videoiframe {
    border-radius: 15px;
    overflow: hidden;
}

/*popup*/

.videoPopupStandard {
    position: absolute;
    right: 20px;
    top: 20px;
    max-width: 350px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 15px;
    z-index: 9;
    display: none;
    font-size: 15px;
    border-radius: 6px;
    z-index: 99999999999999999999999999999999999;
}

.videoPopupStandard.skip {
    bottom: 20px;
    top: unset;
    cursor: pointer;
}

@media screen and (max-width: 420px) {
    .videoPopupStandard {
        max-width: 250px;
    }
}
/*popup*/

/*autoplay*/
#img-previewAutoplay {
    width: 60px;
}
.nextVideoBlockAutoplay {
    font-size: 25px;
}

.live-chat-teyuto {
    height: 100%;
}

.live-chat-teyuto .messages-list {
    flex: 5;
    overflow-y: auto;
    height: 50vh;
}

.live-chat-teyuto .send-message-space {
    flex: 1;
}

#reply-info-box {
    position: absolute;
    margin-top: -50px;
    left: 0px;
    width: 100%;
}

#reply-info-box-content {
    background: white;
    margin-left: 15px;
    border-radius: 7px;
    padding: 5px;
    color: black;
}


.video-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 1);
    z-index: 1;
  }

  .teyuto-chat-live-chat{
    max-height: 75vh !important;
  }

  @media screen and (max-width: 990px) {
    .teyuto-chat-live-chat{
        max-height: 500px !important;
    }
  }
