/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Tue, 08 Apr 2014 15:13:43 GMT
 */

/* as fb */
.uiInlineTokenizer .uiToken {
    top: 2px;
}

.uiInlineTokenizer {
    border: 1px solid #BDC7D8;
    cursor: text;
}
.uiCloseButtonSmall {
    background-image: url("../images/smile/delfb.png");
    height: 11px;
    margin-top: 1px;
    width: 11px;
}
.uiCloseButton {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.uiTypeahead{
    border-top: 1px solid #ccc;
}
.uiTypeahead .innerWrap {
    overflow: hidden;
}
.uiTypeahead .textInput {
    background:none !important;
    border: none!important;
    border: 0 none;
    outline: 0 none;
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}
.uiTypeahead .selected {
    background-color: #E2E8F6;
}
.uiTypeaheadDisabled, .uiTypeaheadDisabled div.wrap {
    border-color: #CCCCCC;
}
.uiTypeaheadDisabled div.wrap {
    background: none repeat scroll 0 0 #E2E2E2;
}
.uiToken {
    background: #E6E6E6;
    border: 1px solid #ccc;
    border-radius: 2px 2px 2px 2px;
    color: #1C2A47;
    cursor: default;
    display: inline-block;
    height: 25px;
    line-height: 24px;
    margin: 0 4px 4px 0;
    padding: 0 3px;
    position: relative;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
}
.uiToken .remove {
    margin: 2px 0 -2px 1px;
    outline: medium none;
}
.uiTokenSelected {
    background-color: #6D84B4;
    border-color: #3B5998;
    color: #FFFFFF;
}
.uiTokenGray {
    background: none repeat scroll 0 0 #DDDDDD;
    border-color: gray;
}
.uiTokenizer {
    background: none repeat scroll 0 0 #FFFFFF;
}

.tokenarea {
    overflow: hidden;
    padding-left: 3px;
}
.uiContextualTypeaheadView {
    position: static;
}
.uiTypeaheadView ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #333333 #333333 #293E6A;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 2px;
    overflow: hidden;
    padding: 2px 0;
}
.like_repicon{
    position: absolute;
    bottom: -10px;
    right: 0px;
    font-size: 11px;
    padding: 0px 10px;
    background: #f3f4f6;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
}
.elmPreview{
    padding: 20px;
}
.elmPreview img{
    width: 200px;
}
.dvPreview, .elmPreview{
    position: relative;
}
.dvPreview:empty, .elmPreview:empty {
    display: none;
}
.dvPreview i, .elmPreview i{
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    color: #565656;
    font-size: 30px;
    z-index: 1;
}
.dvPreview list_itemsbefore img{
    width: 100%;
    height: 100%;
}
.dvPreview .list_itemsbefore span{
    position: absolute;
    font-size: 2em;
    color: #ffffff;
    font-weight: 500;
}
.resize-text{
    font-size: 14px;
    line-height: 20px;
}
.gradient-bg {
    margin-top: 12px;
    margin-left: 0 !important;
}
.gradient-bg li {
    display: inline-block;
    cursor: pointer;
}
.gradient-bg li img {
    border-radius: 8px;
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
}
.gradient-img{
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    background-attachment: fixed;
}
.gradient-img textarea{
    background: transparent !important;
    color: #fff !important;
    text-align: center;
    text-shadow: 1px -1px #2a2a2a;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
}
.gradient-img textarea::placeholder {
    color: #fff;
    text-align: center;
    text-shadow: 1px -1px #2a2a2a;
    opacity: 1;
}
.gradient-content-bg{
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    position: relative;
    height: calc(0.25 * 100vw);
}
.gradient-content-bg .content-box{
    margin: 0;
    position: absolute;
    font-size: 30px;
    font-weight: 700;
    top: 50%;
    left: 40%;
    transform: translate(-36%, -50%);
    color: #fff;
    text-align: center;
    text-shadow: 1px -1px #2a2a2a;
}
.gradient-content-bg.mdsize .content-box{
    font-size: 25px;
}
@media (max-width: 619px) {
    .gradient-content-bg{
        height: calc(0.66 * 100vw);
    }
    .gradient-content-bg .content-box{
        font-size: 23px;
    }
}

.video-container{
    position: relative;
}
.progress-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    pointer-events: none;
}

.progress-circle .circle {
    transform: rotate(-90deg);
}

.progress-circle .background{
    fill: none;
    stroke: #e0e0e0;
    stroke-width: 5;
}

.progress-circle .progress {
    fill: none;
    stroke: #76c7c0;
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.5s ease-in-out;
}

.progress-circle .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.fileGird{
    position: relative;
}
.fileGird span{
    position: absolute;
    font-size: 2em;
    color: #ffffff;
    font-weight: 500;
}

/*customer control video*/
.controls {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    pointer-events: auto;
    text-align: center;
    width: 98%;
    height: 38px;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.controls.show {
    opacity: 1; /* Hiện thanh điều khiển khi có lớp 'show' */
}
.control-button {
    background: none; /* Không có nền */
    border: none; /* Không có viền */
    cursor: pointer; /* Hiện con trỏ khi hover */
    color: white; /* Màu chữ cho các nút */
}

.control-button svg {
    width: 24px; /* Kích thước biểu tượng */
    height: 24px; /* Kích thước biểu tượng */
    fill: white; /* Màu biểu tượng */
}

.timeSlider {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    height: 4px;
}
.timer{
    color: #fff;
    font-size: 12px;
}
.fullscreen{
    text-align: right;
    right: 8px;
    position: absolute;
}