.share-container{background-color:#121519;padding:1rem;}.share-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;}.share-header-detail{display:flex;align-items:center;gap:1rem;}.share-header-detail .share-header-detail-item{height:40px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;gap:.5rem;background-color:#21262d;padding:.5rem .75rem;}.share-header-brand{display:flex;align-items:center;gap:.75rem;}.share-header-brand img{border-radius:.5rem;height:50px;}.player{margin-top:2.5rem;}.player .player-header{background-color:#181c20;border:1px solid #21262d;width:100%;padding:.75rem 1rem;border-radius:.5rem .5rem 0 0;display:flex;align-items:center;justify-content:center;gap:3rem;}.player [data-player-control]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.25rem;cursor:pointer;}.player [data-player-control]:hover{opacity:.9;}.player [data-player-control].disabled{pointer-events:none;opacity:.9;}.player [data-player-control="play"]{font-size:2rem;width:32px;}.player [data-player-control] small{font-size:.85rem;}.player .player-body{background-color:#21262d;border:1px solid #21262d;border-radius:0 0 .5rem .5rem;position:relative;height:128px;}.player .player-body .loader-wrapper{min-height:100%;position:absolute;top:0;right:0;left:0;bottom:0;}.player .player-body > div:not(.loader-wrapper):not(.loader){opacity:0;}.player .player-footer{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;}.ai-voice-rows{display:flex;flex-direction:column;gap:2.5rem;}.ai-voice-row{width:100%;display:flex;align-items:center;gap:2rem;position:relative;}.ai-voice-row-header{background-color:#181c20;border:1px solid #21262d;border-bottom:none;border-radius:.5rem .5rem 0 0;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#b9b9b9;width:50%;}.ai-voice-row-header .text-truncate:after{content:'';position:absolute;right:0;bottom:0;top:0;width:2rem;background-image:linear-gradient(to right,transparent 0,#181c20 50%);}.ai-voice-row-body{background-color:#21262d;border-radius:0 .5rem .5rem .5rem;border:1px solid #21262d;font-size:1rem;color:#b9b9b9;padding:.825rem 1rem;min-height:120px;}@media(max-width:576px){.ai-voice-row-body{border-radius:0 0 .5rem .5rem;}}.ai-voice-row-player button{width:2.5rem;height:2.5rem;border:2px dashed #fff;color:#fff;border-radius:50%;padding-left:3px;}.ai-voice-row-player button:hover{border-color:rgba(255,255,255,.8);color:rgba(255,255,255,.8);}.stt-row{width:100%;display:flex;align-items:center;position:relative;padding:1.5rem 0 .5rem;}.stt-row.highlight{background-color:var(--ar-gray-200);}.stt-row:not(:last-child){border-bottom:2px dashed var(--ar-gray-300);}.stt-row .stt-row-player{width:7rem;flex-shrink:0;margin-bottom:1rem;text-align:center;}.stt-row .stt-row-player .stt-row-player-play{width:2.5rem;height:2.5rem;border:2px dashed var(--ar-body-color);color:var(--ar-body-color);border-radius:50%;padding-left:3px;}.stt-row .stt-row-player .stt-row-player-time{font-size:.65rem;color:var(--ar-secondary-color);margin-top:.5rem;}.stt-row .stt-row-player .stt-row-player-speaker{font-size:.75rem;color:var(--ar-primary);margin-top:.25rem;cursor:pointer;}.stt-row .stt-row-body{width:100%;overflow-x:scroll;display:flex;gap:1rem;padding-bottom:1rem;padding-left:1rem;}.stt-rows.vertical-card .stt-row .stt-row-body{overflow-x:unset;flex-direction:column;}.stt-row .stt-row-body::-webkit-scrollbar{display:none;}.stt-rows:not(.vertical-card) .stt-row.multiple-card .stt-row-body:before{content:'';position:absolute;right:0;bottom:1.5rem;top:1.5rem;width:2rem;background-image:linear-gradient(to right,transparent 0,#121519 100%);z-index:1;opacity:1;}.stt-row.multiple-card .stt-row-body.scroll-end:before{opacity:0;pointer-events:none;}.stt-row .stt-row-card{background:#21262d;border-radius:.5rem;box-shadow:var(--ar-box-shadow);width:100%;flex-shrink:0;padding:.5rem 1rem;display:flex;flex-direction:column;justify-content:space-between;min-height:100px;}.stt-rows:not(.vertical-card) .stt-row.multiple-card .stt-row-card{width:70%;}.stt-row .stt-row-card .stt-row-card-text textarea{background-color:#121519;padding:0;font-size:1rem;font-weight:400;color:var(--ar-body-color);overflow-y:hidden;resize:none;}.stt-row .stt-row-card .stt-row-card-footer{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;font-weight:500;color:var(--ar-secondary-color);margin-top:1rem;}.stt-row .stt-row-card .stt-row-card-footer .btn{color:var(--ar-secondary-color);font-size:.9rem;padding:0;}.stt-row .stt-row-card .stt-row-card-footer .btn:hover{color:var(--ar-primary);}.stt-player{margin-top:2.5rem;}.stt-player .stt-player-header{background-color:#21262d;border-bottom:1px solid var(--ar-gray-300);width:100%;padding:.75rem 1rem;border-radius:.5rem .5rem 0 0;display:flex;align-items:center;justify-content:center;gap:3rem;box-shadow:var(--ar-box-shadow);}.stt-player [data-stt-player-control]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:1.25rem;cursor:pointer;}.stt-player [data-stt-player-control]:hover{opacity:.9;}.stt-player [data-stt-player-control].disabled{pointer-events:none;opacity:.9;}.stt-player [data-stt-player-control="play"]{font-size:2rem;width:32px;}.stt-player [data-stt-player-control] small{font-size:.85rem;}.stt-player .stt-player-body{background-color:#21262d;border-radius:0 0 .5rem .5rem;position:relative;height:128px;box-shadow:var(--ar-box-shadow);}.stt-player .stt-player-body .loader-wrapper{min-height:100%;position:absolute;top:0;right:0;left:0;bottom:0;}.stt-player .stt-player-body > div:not(.loader-wrapper):not(.loader){opacity:0;}.stt-player .stt-player-footer{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;}.ai_video-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;margin:-1.5rem;background-color:#fff;border-bottom:1px solid #edf1f5;}[data-bs-theme=dark] .ai_video-header{background-color:var(--sidebar-list-bg);border-color:#181c20;}.modal-guide .modal-content{border:none;box-shadow:var(--ar-box-shadow-sm) !important;padding:2rem;}.modal-guide .btn-close{position:absolute;top:0;right:0;padding:.75rem;}.ai_video-tab{display:flex;align-items:center;background:#fff;border-radius:1rem;color:#202425;padding:.75rem;height:110px;cursor:pointer;transition:all .15s ease;text-decoration:none;}[data-bs-theme=dark] .ai_video-tab{background:#202425;color:#fff;}.ai_video-tab:not(.active):hover{opacity:0.9;}[data-bs-theme=dark] .ai_video-tab:not(.active):hover{background-color:#222727;}.ai_video-tab.active{background-color:var(--ar-primary);color:#fff;}.ai_video-tab video{height:calc(110px - 1.5rem);aspect-ratio:1;object-fit:contain;border-radius:.75rem;margin-right:1.25rem;box-shadow:var(--ar-box-shadow-sm) !important;}.ai_video-tab .icon{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;padding:.25rem;background-color:#fff;margin-bottom:.75rem;border-radius:50% 50% 50% .25rem;fill:#202425;}.ai_video-tab.active .icon{fill:var(--ar-primary);}.ai_video-tab .icon.p-extra{padding:.4rem;}.ai_video-tab .title{font-weight:bold;margin-bottom:.25rem;}.ai_video-tab .subtitle{font-size:.7rem;}.ai_video-tab-contents .ai_video-tab-content{display:none;opacity:0;transition:opacity .15s linear;}.ai_video-tab-contents .ai_video-tab-content.active{display:block;}.ai_video-tab-contents .ai_video-tab-content.show{opacity:1;}.ai_video-tab-contents .field-prompt,.ai_video-tab-contents .field-watermark{background-color:#fff;border:none;box-shadow:var(--ar-box-shadow-sm) !important;height:100%;}[data-bs-theme=dark] .ai_video-tab-contents .field-prompt,[data-bs-theme=dark] .ai_video-tab-contents .field-watermark{background-color:#202425;}.ai_video-tab-contents .field-guide{color:var(--ar-primary);fill:var(--ar-primary);display:inline-flex;align-items:center;gap:.25rem;cursor:pointer;transition:all .15s ease;font-size:.75rem;font-weight:bold;}.ai_video-tab-contents .field-guide svg{height:14px;}.ai_video-tab-contents .field-guide:hover{opacity:.9;}.ai_video-tab-contents .field-label{display:inline-block;font-size:.75rem;font-weight:bold;}.ai_video-tab-contents .field-options{display:flex;align-items:center;gap:1rem;}.ai_video-tab-contents .field-options .field-option{border-radius:.5rem;background-color:#fff;padding:.5rem 1rem;border:1px solid transparent;cursor:pointer;text-align:center;box-shadow:var(--ar-box-shadow-sm) !important;transition:all .15s ease;font-size:.85rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}[data-bs-theme=dark] .ai_video-tab-contents .field-options .field-option{background-color:#202425;}.ai_video-tab-contents .field-options .field-option:hover{color:#202425;}[data-bs-theme=dark] .ai_video-tab-contents .field-options .field-option:hover{color:#fff;}.ai_video-tab-contents .field-options .field-option:has(input:checked){color:#202425;border-color:var(--ar-primary);}[data-bs-theme=dark] .ai_video-tab-contents .field-options .field-option:has(input:checked){color:#fff;}.ai_video-tab-contents .field-options .field-option input{display:none;}.advanced-settings{display:none;}.advanced-settings.active{display:block;}.ai_video-tab-contents .image-upload{background-color:#fff;border-radius:.5rem;cursor:pointer;aspect-ratio:16 / 9;box-shadow:var(--ar-box-shadow-sm) !important;background-image:url("/assets/img/blank-image.svg");background-repeat:no-repeat;background-position:center center;background-size:contain;}[data-bs-theme=dark] .ai_video-tab-contents .image-upload{background-color:#202425;}.ai_video-tab-contents .image-upload input{display:none;}.ai_video-tab-contents .video-upload .video-text{background-color:#fff;border-radius:.5rem;cursor:pointer;aspect-ratio:16 / 9;box-shadow:var(--ar-box-shadow-sm) !important;display:flex;align-items:center;justify-content:center;flex-direction:column;}[data-bs-theme=dark] .ai_video-tab-contents .video-upload .video-text{background-color:#202425;}.ai_video-tab-contents .video-upload input{display:none;}.ai_video-tab-contents .video-upload .video-text{color:#3e4142;font-weight:500;}.ai_video-tab-contents .video-upload .video-text i{font-size:3rem;margin-bottom:1rem;}.ai_video-tab-contents .video-upload video{width:100%;max-height:50vh;border-radius:.5rem;box-shadow:var(--ar-box-shadow-sm) !important;cursor:pointer;}.ai_video-main{height:100%;}.ai_video-main .ai_video-processing,.ai_video-main .ai_video-fail{display:flex;align-items:center;justify-content:center;flex-direction:column;height:calc(100vh - 3rem);}.ai_video-main .ai_video-processing i,.ai_video-main .ai_video-fail i{font-size:4rem;margin-bottom:1rem;}.ai_video-main .ai_video-body{font-size:.9rem;}.ai_video-main .ai_video-body b{display:block;color:#202425;}[data-bs-theme=dark] .ai_video-main .ai_video-body b{color:#fff;}.ai_video-main .ai_video-body img{aspect-ratio:16 / 9;object-fit:contain;background-color:#fff;}[data-bs-theme=dark] .ai_video-main .ai_video-body img{background-color:#202425;}.ai_video-main .ai_video-body .ai_video-video-container video{max-height:50vh;border-radius:.5rem;box-shadow:var(--ar-box-shadow-sm) !important;background-color:rgba(208,208,196,0.24);}[data-bs-theme=dark] .ai_video-main .ai_video-body .ai_video-video-container video{background-color:rgba(0,0,0,0.4);}.ai_video-video-player{margin-top:1rem;}.ai_video-video-player .player-bar{padding:1rem 0;cursor:pointer;}.ai_video-video-player .player-bar .player-bar-full{background-color:#c1c1c2;width:100%;height:5px;border-radius:.5rem;position:relative;}.ai_video-video-player .player-bar .player-bar-current{background-color:#576071;width:0;height:100%;border-radius:.5rem;position:relative;}[data-bs-theme=dark] .ai_video-video-player .player-bar .player-bar-current{background-color:#fff;}.ai_video-video-player .player-bar-handle{position:absolute;right:0;top:50%;width:12px;height:12px;background:#576071;border-radius:50%;transform:translate(50%,-50%);transition:all 0.1s ease;opacity:0;}[data-bs-theme=dark] .ai_video-video-player .player-bar-handle{background:#fff;}.ai_video-video-player .player-bar:hover .player-bar-handle,.ai_video-video-player .player-bar .player-bar-handle.show{opacity:1;}.ai_video-video-player .player-times{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;margin-top:-0.75rem;}.ai_video-video-player .player-buttons{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:-.5rem;}.ai_video-video-player .player-buttons > div{cursor:pointer;transition:all .15s ease;}.ai_video-video-player .player-buttons > div:hover{color:#202425;}[data-bs-theme=dark] .ai_video-video-player .player-buttons > div:hover{color:#fff;}.ai_video-video-player .player-buttons .play-button{font-size:2.5rem;}.ai_video-video-player .player-buttons .forward-button,.ai_video-video-player .player-buttons .backward-button{font-size:1.25rem;display:flex;align-items:center;gap:.25rem;}.ai_video-video-player .player-buttons .forward-button small,.ai_video-video-player .player-buttons .backward-button small{font-size:0.75rem;}@media (max-width:768px){.share-container{padding-bottom:200px !important;}.player{position:fixed;bottom:0;left:0;right:0;width:100%;z-index:1050;margin-top:0;border-radius:0;border-left:0;border-right:0;border-bottom:0;box-shadow:0 -5px 15px rgba(0,0,0,0.3);}.player .player-header{border-radius:0;padding:0.5rem 1rem;}.player .player-body{border-radius:0;}.player .player-header{gap:1.5rem;}}