@import"https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";*{font-family:Poppins,sans-serif;box-sizing:border-box;margin:0;padding:0}body{margin:0}.heading{font-weight:600;font-size:24px;line-height:130%;color:#000;font-family:Poppins}.modal-content{border-radius:10px!important;width:400px!important;height:249px!important}.modal-header{border:none!important}.modal-input-box{border:1px solid #d7dae1;border-radius:6px;width:100%;height:32px;padding:8px;font-size:12px}.modal-title{font-family:Poppins;color:#000!important}.footer-btn-label{font-size:14px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._wrapper_inb7v_1{display:flex;flex-direction:column;height:100%}._scrollArea_inb7v_7{height:482px;overflow-y:auto;padding-right:4px}._scrollArea_inb7v_7::-webkit-scrollbar{width:8px}._scrollArea_inb7v_7::-webkit-scrollbar-track{border-radius:10px}._scrollArea_inb7v_7::-webkit-scrollbar-thumb{background:#cbcccd;border-radius:10px}._viewBody_inb7v_23{display:flex;flex-direction:column}._breadcrumb_inb7v_28{display:inline-flex;align-items:center;gap:6px}._breadcrumbLink_inb7v_34{background:transparent;border:none;padding:0;color:var(--color-primary, #3d52d5);cursor:pointer;font:inherit}._breadcrumbLink_inb7v_34:hover{text-decoration:underline}._breadcrumbSep_inb7v_46{color:#97989b}._filterToggle_inb7v_50{background:#ffffff!important;color:#333!important;border:1px solid #e9ebf0!important;border-radius:8px!important;font-size:14px;padding:6px 12px;display:inline-flex;align-items:center;gap:8px}._filterToggle_inb7v_50:after{margin-left:6px}._filterToggle_inb7v_50:hover,._filterToggle_inb7v_50:focus,._filterToggle_inb7v_50:active{background:#f5f5fa!important;color:#333!important;border-color:#e9ebf0!important;box-shadow:none!important}._filterCheck_inb7v_71{display:inline-block;width:16px;margin-right:6px;color:var(--color-primary, #3d52d5)}._brandGrid_inb7v_78{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}._brandCard_inb7v_84{display:flex;align-items:center;gap:12px;padding:14px 12px;border-radius:10px;background:#FFF;border:1px solid #e9ebf0;cursor:pointer;text-align:left;transition:background .15s ease,border-color .15s ease}._brandCard_inb7v_84:hover,._brandCard_inb7v_84:focus{background:#eef4ff;border-color:#d7dae1;outline:none}._brandIcon_inb7v_102{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#ffffff;color:var(--color-primary, #3d52d5);flex-shrink:0}._brandIcon_inb7v_102 svg{width:18px;height:18px}._brandText_inb7v_118{display:flex;flex-direction:column;min-width:0}._brandName_inb7v_124{font-size:14px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._brandType_inb7v_133{font-size:12px;color:#97989b}._section_inb7v_138{display:flex;flex-direction:column;gap:12px}._sectionHeader_inb7v_144{display:flex;align-items:center;justify-content:space-between}._sectionTitle_inb7v_150{font-size:16px;font-weight:600;color:#333;margin:0}._sectionActions_inb7v_157{display:flex;align-items:center;gap:8px}._mediaTable_inb7v_163{margin-bottom:0}._mediaTable_inb7v_163 thead th{font-size:12px;font-weight:500;color:#97989b;border-top:none;border-bottom:1px solid #e9ebf0;padding:8px 10px;background:#FFF}._mediaTable_inb7v_163 tbody td{padding:10px;vertical-align:middle;font-size:14px;color:#333;border-top:1px solid #e9ebf0}._titleHeader_inb7v_183{display:flex;align-items:center;gap:6px}._checkboxCol_inb7v_189{width:36px;text-align:center}._nameCell_inb7v_194{display:flex;align-items:center;gap:10px}._nameText_inb7v_200{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:320px}._mediaRow_inb7v_207{cursor:default}._tileGrid_inb7v_211{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}._tile_inb7v_211{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px;border:1px solid #e9ebf0;border-radius:10px;background:#ffffff;cursor:pointer}._tile_inb7v_211:hover,._tile_inb7v_211:focus{border-color:#d7dae1;outline:none}._tileSelected_inb7v_234{border-color:var(--color-primary, #3d52d5);background:#eef4ff}._tileCheck_inb7v_239{position:absolute;top:6px;left:6px}._tileThumb_inb7v_245{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;background:#FFF;border-radius:8px;overflow:hidden}._tileName_inb7v_256{width:100%;font-size:12px;color:#333;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._centerLoader_inb7v_266{display:flex;justify-content:center;padding:32px 0}._empty_inb7v_272{text-align:center;color:#97989b;padding:40px 0;font-size:14px}._section_pm2aw_1{margin-bottom:24px}._header_pm2aw_5{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._title_pm2aw_12{font-size:16px;font-weight:600;color:#333;margin:0}._toggle_pm2aw_19{display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;color:var(--color-primary, #3d52d5);font-size:13px;font-weight:500;cursor:pointer;padding:4px 6px;border-radius:6px}._toggle_pm2aw_19:hover{background:#f5f5fa}._chevron_pm2aw_36{display:inline-flex;transition:transform .2s ease}._chevronUp_pm2aw_41{transform:rotate(180deg)}._grid_pm2aw_45{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}._card_pm2aw_51{display:flex;align-items:center;gap:10px;padding:14px 12px;border-radius:8px;background:#FFF;border:1px solid #e9ebf0;cursor:pointer;transition:background .15s ease,border-color .15s ease}._card_pm2aw_51:hover,._card_pm2aw_51:focus{background:#eef4ff;border-color:#d7dae1;outline:none}._cardIcon_pm2aw_68{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:#ffffff;color:var(--color-primary, #3d52d5);flex-shrink:0}._cardIcon_pm2aw_68 svg{width:18px;height:18px}._cardName_pm2aw_84{font-size:14px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._thumbnail_gtdu6_1{border-radius:6px;object-fit:cover;flex-shrink:0;background:#f5f5fa}video._thumbnail_gtdu6_1{display:block;pointer-events:none;transition:opacity .15s ease-in}._videoLoading_gtdu6_14{position:absolute;top:0;right:0;bottom:0;left:0;display:inline-flex;align-items:center;justify-content:center;background:#f5f5fa;border-radius:6px;color:#97989b}._videoLoading_gtdu6_14 svg{width:50%;height:50%}._placeholder_gtdu6_29{display:inline-flex;align-items:center;justify-content:center;background:#f5f5fa;border-radius:6px;color:#97989b;flex-shrink:0}._placeholder_gtdu6_29 svg{width:60%;height:60%}._videoWrapper_gtdu6_43{position:relative;display:inline-flex;flex-shrink:0}._videoOverlay_gtdu6_49{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.5)}._videoOverlay_gtdu6_49 svg{width:50%;height:50%}.media-loader-backdrop{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.5}.media-loading-modal{position:fixed;z-index:9999;top:50%;left:50%;transform:translate(-50%,-50%);height:300px;width:300px;background-color:#fff;color:#fff;border-radius:10px;display:flex;flex-direction:column;align-items:center}.media-loading-modal .icon-wrapper{position:relative;transform:translateY(-40%);top:40%}.media-loading-modal .icon-wrapper svg{height:100px;width:100px}.media-loading-modal .icon-wrapper .percentage-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:18px;color:#000}.media-loading-modal .file-name-wrapper{-webkit-line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;word-wrap:break-word;margin-top:100px;color:#000;padding:0 20px;width:100%;text-align:center;white-space:normal;overflow:hidden;text-overflow:ellipsis}._sceneTab_1hiqe_1{display:flex;flex-direction:column;gap:16px}._sceneTab_1hiqe_1 ._mainHeader_1hiqe_6{display:flex;justify-content:space-between}._sceneTab_1hiqe_1 ._mainHeader_1hiqe_6 ._heading_1hiqe_10{color:var(--grey-scale-900);font-size:24px;font-style:normal;font-weight:700;line-height:130%;-webkit-user-select:none;user-select:none}._sceneTab_1hiqe_1 ._mainHeader_1hiqe_6 ._buttonWrapper_1hiqe_18{display:flex;justify-content:center;gap:8px}._sceneWrapper_1hiqe_24{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;min-height:100vh;background-color:#fff;padding:50px;overflow-y:auto}._sceneWrapper_1hiqe_24::-webkit-scrollbar{display:none}._sceneWrapper_1hiqe_24 ._innerWrapper_1hiqe_39{margin:auto;max-width:860px}._sceneWrapper_1hiqe_24 ._innerWrapper_1hiqe_39 ._header_1hiqe_43{display:flex;justify-content:space-between;margin-bottom:40px}._sceneWrapper_1hiqe_24 ._innerWrapper_1hiqe_39 ._header_1hiqe_43 ._heading_1hiqe_10{color:#000;font-size:24px;font-style:normal;font-weight:700;line-height:130%}._sceneWrapper_1hiqe_24 ._innerWrapper_1hiqe_39 ._header_1hiqe_43 ._rightPanel_1hiqe_55{display:flex;gap:12px}._sceneWrapper_1hiqe_24 ._innerWrapper_1hiqe_39 ._tableWrapper_1hiqe_59{display:flex;margin-top:20px;flex-direction:column;gap:16px}._sceneWrapper_1hiqe_24 ._innerWrapper_1hiqe_39 ._tableWrapper_1hiqe_59 .number{width:50px}._sceneWrapper_1hiqe_24 ._innerWrapper_1hiqe_39 ._tableWrapper_1hiqe_59 td.tv-name{width:500px;word-break:break-all}._sceneListItem_123u7_1{display:flex;flex-direction:column;gap:10px;border-radius:10px;border:1px solid #e5e5e6;background:#ffffff;padding:24px 30px;cursor:pointer}._sceneListItem_123u7_1 .media-file-name{display:none}._sceneListItem_123u7_1 ._top_123u7_14{display:flex;align-items:center;justify-content:space-between}._sceneListItem_123u7_1 ._top_123u7_14 ._leftContent_123u7_19{display:flex;align-items:center;gap:45px}._sceneListItem_123u7_1 ._top_123u7_14 ._leftContent_123u7_19 ._index_123u7_24,._sceneListItem_123u7_1 ._top_123u7_14 ._leftContent_123u7_19 ._name_123u7_25{color:var(--color-primary);font-size:18px;font-style:normal;font-weight:600;line-height:130%;-webkit-user-select:none;user-select:none}._sceneListItem_123u7_1 ._top_123u7_14 ._rightContent_123u7_33{display:flex;align-items:center;justify-content:center;gap:12px}._sceneListItem_123u7_1 ._bottom_123u7_39{display:flex;gap:16px;flex-wrap:wrap}._sceneListItem_123u7_1 ._bottom_123u7_39 ._tv_123u7_44{display:flex;position:relative;flex-direction:column;height:135px;width:170px;border-radius:6px;overflow:hidden}._sceneListItem_123u7_1 ._bottom_123u7_39 ._tv_123u7_44 img{width:100%;height:100%;object-fit:cover;-webkit-user-select:none;user-select:none}._sceneListItem_123u7_1 ._bottom_123u7_39 ._tv_123u7_44 ._tvName_123u7_59{display:flex;position:absolute;bottom:0;left:0;justify-content:center;align-items:end;width:100%;padding:12px;height:91px;flex-shrink:0;background:linear-gradient(360deg,rgba(33,33,33,.93) 8.08%,rgba(0,0,0,0) 85.71%);color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:130%}._wrapper_1a7m4_1{display:flex!important;flex-direction:column;width:calc(100vh - 50px);margin:200px auto auto;gap:20px;align-items:center;color:#333}._wrapper_1a7m4_1 ._subHeading_1a7m4_11{text-align:center}._wrapper_1a7m4_1 ._errorDetails_1a7m4_14{color:red}._card_yv5ec_1{display:flex;width:320px;border-radius:10px;box-shadow:var(--shadow-soft);background:#ffffff;padding:10px 20px;flex-direction:column;gap:8px}._card_yv5ec_1 ._icon_yv5ec_11{margin-left:-5px}._card_yv5ec_1 ._count_yv5ec_14{font-size:24px;font-weight:700;color:var(--color-primary)}._card_yv5ec_1 ._title_yv5ec_19{font-size:14px;font-weight:400;color:#97989b}._wrapper_1vvyi_1{display:inline-block}._trigger_1vvyi_5{font-size:13px;font-weight:500;padding:6px 12px;white-space:nowrap;background:var(--blue-primary)!important;border-color:var(--blue-primary)!important;color:#fff!important}._trigger_1vvyi_5:hover,._trigger_1vvyi_5:focus,._trigger_1vvyi_5:active,._trigger_1vvyi_5._show_1vvyi_14{background:var(--blue-primary)!important;border-color:var(--blue-primary)!important;color:#fff!important;opacity:.9}._menu_1vvyi_21{padding:0;border:1px solid #e9ebf0;border-radius:8px;box-shadow:0 4px 16px #00000014}._panel_1vvyi_28{display:flex}._presetList_1vvyi_32{display:flex;flex-direction:column;gap:2px;width:140px;padding:8px;flex-shrink:0}._presetBtn_1vvyi_41{text-align:left;padding:8px 10px;border:none;background:transparent;border-radius:6px;font-size:13px;color:var(--color-primary);cursor:pointer;transition:background-color .15s ease,color .15s ease}._presetBtn_1vvyi_41:hover{background:#f6f6f7}._presetBtnActive_1vvyi_56{background:#eef4ff;color:var(--blue-primary);font-weight:600}._presetBtnActive_1vvyi_56:hover{background:#eef4ff}._customPanel_1vvyi_65{flex:1;min-width:220px;padding:16px;display:flex;flex-direction:column;gap:12px;border-left:1px solid #e9ebf0}._fieldGroup_1vvyi_75{display:flex;flex-direction:column;gap:4px}._fieldLabel_1vvyi_81{font-size:12px;color:#8a8c8f}._fieldRow_1vvyi_86{display:flex;gap:8px}._miniToggle_1vvyi_91{flex:1;font-size:13px;padding:5px 10px;background:var(--blue-primary)!important;border-color:var(--blue-primary)!important;color:#fff!important}._miniToggle_1vvyi_91:hover,._miniToggle_1vvyi_91:focus,._miniToggle_1vvyi_91:active,._miniToggle_1vvyi_91._show_1vvyi_14{background:var(--blue-primary)!important;border-color:var(--blue-primary)!important;color:#fff!important;opacity:.9}._miniMenu_1vvyi_106{max-height:220px;overflow-y:auto;min-width:88px}._miniMenu_1vvyi_106 .dropdown-item{cursor:pointer}._hint_1vvyi_115{font-size:11px;color:#8a8c8f}._error_1vvyi_120{font-size:11px;color:red}._actions_1vvyi_125{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}._cancelBtn_1vvyi_132{padding:6px 14px;border:1px solid #e9ebf0;border-radius:6px;background:#ffffff;color:var(--color-primary);font-size:13px;cursor:pointer}._cancelBtn_1vvyi_132:hover{background:#f6f6f7}._applyBtn_1vvyi_145{padding:6px 14px;border:none;border-radius:6px;background:var(--blue-primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer}._applyBtn_1vvyi_145:hover:not(:disabled){opacity:.9}._applyBtn_1vvyi_145:disabled{opacity:.4;cursor:not-allowed}._modal_24iy8_1 .modal-content{width:100%!important;border-radius:12px}._modal_24iy8_1 .modal-title{font-weight:600;font-size:18px}._field_24iy8_10{margin-bottom:16px}._field_24iy8_10 .form-label{font-size:13px;font-weight:500;color:#333;margin-bottom:6px}._typeDropdown_24iy8_20,._typeDropdown_24iy8_20 .dropdown-menu{width:100%}._typeToggle_24iy8_27{width:100%;text-align:left;background:#ffffff!important;color:#333!important;border:1px solid #e9ebf0!important;display:flex!important;align-items:center;justify-content:space-between}._typeToggle_24iy8_27:after{margin-left:auto}._errorText_24iy8_41{color:#d92d20;font-size:12px;margin-top:4px}._submitBtn_24iy8_47{min-width:96px}._modal_1yn4k_1 .modal-content{width:100%!important;border-radius:12px}._dropzone_1yn4k_6{border:2px dashed #d7dae1;border-radius:12px;padding:32px 24px;text-align:center;background:#FFF;cursor:pointer;transition:border-color .2s ease,background .2s ease}._dropzone_1yn4k_6:hover{border-color:var(--color-primary, #3d52d5)}._dropzone_1yn4k_6 svg{width:48px;height:48px;color:#97989b}._dropzoneActive_1yn4k_24{border-color:var(--color-primary, #3d52d5);background:#eef4ff}._dropzoneDisabled_1yn4k_29{cursor:not-allowed;opacity:.5}._dropzoneDisabled_1yn4k_29:hover{border-color:#d7dae1}._dropTitle_1yn4k_37{font-size:15px;font-weight:500;color:#333;margin-top:8px}._dropSubtitle_1yn4k_44{font-size:13px;color:#97989b;margin-top:4px}._fileList_1yn4k_50{margin-top:16px;display:flex;flex-direction:column;gap:8px;max-height:280px;overflow-y:auto}._fileListFlush_1yn4k_59{margin-top:0}._fileRow_1yn4k_63{display:flex;align-items:center;gap:12px;border:1px solid #e9ebf0;border-radius:8px;padding:10px 12px;background:#ffffff}._fileInfo_1yn4k_73{flex:1;min-width:0}._fileName_1yn4k_78{font-size:14px;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._fileMeta_1yn4k_87{font-size:12px;color:#97989b;margin-top:2px}._progress_1yn4k_93{margin-top:6px;height:4px;border-radius:2px}._fileStatus_1yn4k_99{display:flex;align-items:center;gap:8px;flex-shrink:0;font-size:12px;font-weight:500}._statusDone_1yn4k_108{color:#31c122}._statusError_1yn4k_112,._errorText_1yn4k_113{color:#d92d20}._statusUploading_1yn4k_117{color:var(--color-primary, #3d52d5)}._statusQueued_1yn4k_121{color:#97989b}._removeBtn_1yn4k_125{background:transparent;border:none;color:#97989b;cursor:pointer;padding:4px;border-radius:4px;display:inline-flex}._removeBtn_1yn4k_125:hover{background:#f5f5fa;color:#d92d20}._modal_p2plr_1 .modal-content{width:100%!important;border-radius:12px}._modal_p2plr_1 .modal-title{font-weight:600;font-size:18px}._field_p2plr_10{margin-bottom:16px}._field_p2plr_10 .form-label{font-size:13px;font-weight:500;color:#333;margin-bottom:6px}._errorText_p2plr_20{color:#d92d20;font-size:12px;margin-top:4px}._submitBtn_p2plr_26{min-width:96px}._card_jz1g0_1{position:relative;display:flex;flex-direction:column;gap:10px;background:#ffffff;border:1px solid #e9ebf0;border-left:4px solid #9e9e9e;border-radius:8px;padding:14px 16px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;text-align:left;width:100%;font:inherit;color:inherit;outline:none;animation:_fadeIn_jz1g0_1 .24s ease both}._card_jz1g0_1:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}._card_jz1g0_1:focus-visible{box-shadow:0 0 0 3px #3d52d540}._card--online_jz1g0_27{border-left-color:#31c122}._card--degraded_jz1g0_30{border-left-color:#f5a623}._card--offline_jz1g0_33{border-left-color:#d9534f}._card--checking_jz1g0_36{border-left-color:#9e9e9e}._card--checking_jz1g0_36 ._statusDot_jz1g0_39{animation:_pulse_jz1g0_1 1.4s ease-in-out infinite}._topRow_jz1g0_43{display:flex;align-items:center;justify-content:space-between;gap:10px}._regionLeft_jz1g0_50{display:flex;align-items:center;gap:10px;min-width:0}._regionLeft_jz1g0_50 ._flag_jz1g0_56{display:inline-flex;align-items:center;flex-shrink:0}._regionLeft_jz1g0_50 ._flag_jz1g0_56 svg,._regionLeft_jz1g0_50 ._flag_jz1g0_56 img{width:20px;height:20px;object-fit:cover;border-radius:2px}._regionLeft_jz1g0_50 ._city_jz1g0_67{font-size:16px;font-weight:500;color:var(--color-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._statusRight_jz1g0_76{display:flex;align-items:center;gap:6px;flex-shrink:0}._statusRight_jz1g0_76 ._statusLabel_jz1g0_82{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#8a8c8f}._statusRight_jz1g0_76._online_jz1g0_89 ._statusLabel_jz1g0_82{color:#31c122}._statusRight_jz1g0_76._degraded_jz1g0_92 ._statusLabel_jz1g0_82{color:#f5a623}._statusRight_jz1g0_76._offline_jz1g0_95 ._statusLabel_jz1g0_82{color:#d9534f}._statusDot_jz1g0_39{width:8px;height:8px;border-radius:50%;background:#9e9e9e;flex-shrink:0}._statusDot_jz1g0_39._online_jz1g0_89{background:#31c122}._statusDot_jz1g0_39._degraded_jz1g0_92{background:#f5a623}._statusDot_jz1g0_39._offline_jz1g0_95{background:#d9534f}._middleRow_jz1g0_116{display:flex;align-items:baseline;justify-content:space-between;gap:8px}._middleRow_jz1g0_116 ._label_jz1g0_122{font-size:12px;color:#8a8c8f;text-transform:uppercase;letter-spacing:.4px}._middleRow_jz1g0_116 ._latency_jz1g0_128{font-size:18px;font-weight:500;font-variant-numeric:tabular-nums;color:var(--color-primary)}._versionsRow_jz1g0_135{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 12px;padding:8px 10px;background:rgba(0,0,0,.025);border-radius:6px}._version_jz1g0_135{display:flex;flex-direction:column;gap:2px;min-width:0}._version_jz1g0_135 ._versionLabel_jz1g0_150{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#8a8c8f}._version_jz1g0_135 ._versionValueRow_jz1g0_157{display:flex;align-items:center;gap:6px;min-width:0}._version_jz1g0_135 ._versionValue_jz1g0_157{font-size:13px;font-weight:500;font-variant-numeric:tabular-nums;color:var(--color-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._version_jz1g0_135 ._versionValueMulti_jz1g0_172{color:#f5a623;animation:_versionFlash_jz1g0_1 1.6s ease-in-out infinite}._version_jz1g0_135 ._versionSubCount_jz1g0_176{font-size:11px;color:#8a8c8f;font-variant-numeric:tabular-nums;white-space:nowrap}._version_jz1g0_135 ._versionInfoBtn_jz1g0_182{display:inline-flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:#8a8c8f;cursor:pointer;border-radius:50%;line-height:0}._version_jz1g0_135 ._versionInfoBtn_jz1g0_182:hover{color:var(--color-primary)}._version_jz1g0_135 ._versionInfoBtn_jz1g0_182:focus-visible{outline:2px solid rgba(61,82,213,.35);outline-offset:2px}._version_jz1g0_135 ._versionInfoBtnPulse_jz1g0_201{color:#f5a623;animation:_infoPulse_jz1g0_1 1.6s ease-in-out infinite}._version_jz1g0_135 ._versionDeployed_jz1g0_205{font-size:10px;color:#8a8c8f;font-variant-numeric:tabular-nums}._serverMetaRow_jz1g0_211{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}._fleet_jz1g0_219{display:flex;align-items:center;gap:6px;flex-shrink:0}._fleet_jz1g0_219 ._metaLabel_jz1g0_225{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#8a8c8f}._fleet_jz1g0_219 ._metaValue_jz1g0_232{font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--color-primary)}._fleet_jz1g0_219 ._metaInfoBtn_jz1g0_238{display:inline-flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:#8a8c8f;cursor:pointer;border-radius:50%;line-height:0}._fleet_jz1g0_219 ._metaInfoBtn_jz1g0_238:hover{color:var(--color-primary)}._fleet_jz1g0_219 ._metaInfoBtn_jz1g0_238:focus-visible{outline:2px solid rgba(61,82,213,.35);outline-offset:2px}._runtime_jz1g0_258{font-size:11px;font-variant-numeric:tabular-nums;color:#8a8c8f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._bottomRow_jz1g0_268{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#8a8c8f}._bottomRow_jz1g0_268 ._code_jz1g0_276{font-weight:600;letter-spacing:.5px}._bottomRow_jz1g0_268 ._checked_jz1g0_280{font-variant-numeric:tabular-nums}._inlineSpinner_jz1g0_284{width:10px;height:10px;border-radius:50%;border:1.5px solid rgba(0,0,0,.15);border-top-color:var(--color-primary);animation:_spin_jz1g0_1 .8s linear infinite;flex-shrink:0}._appVersionsPopover_jz1g0_294 .popover-header{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:#8a8c8f;background:#f2f2f2}._appVersionsPopover_jz1g0_294 .popover-body{padding:8px 10px}._appVersionsTable_jz1g0_306{display:flex;flex-direction:column;min-width:160px}._appVersionsHead_jz1g0_312,._appVersionsRow_jz1g0_313{display:grid;grid-template-columns:1fr auto;gap:12px;padding:4px 6px;font-size:12px;font-variant-numeric:tabular-nums}._appVersionsHead_jz1g0_312{color:#8a8c8f;font-weight:600;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid #e9ebf0}._appVersionsRow_jz1g0_313{color:var(--color-primary);border-bottom:1px solid rgba(0,0,0,.04)}._appVersionsRow_jz1g0_313:last-child{border-bottom:none}._appVersionsRowPrimary_jz1g0_338{font-weight:600;color:#31c122}@keyframes _pulse_jz1g0_1{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes _spin_jz1g0_1{to{transform:rotate(360deg)}}@keyframes _fadeIn_jz1g0_1{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes _versionFlash_jz1g0_1{0%,to{opacity:1}50%{opacity:.4}}@keyframes _infoPulse_jz1g0_1{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}._body_1jdo6_1{display:flex;flex-direction:column;gap:16px;font-size:14px;color:var(--color-primary)}._row_1jdo6_9{display:flex;flex-direction:column;gap:4px}._row_1jdo6_9 ._label_1jdo6_14{font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:#8a8c8f}._row_1jdo6_9 ._value_1jdo6_20{word-break:break-all;font-variant-numeric:tabular-nums}._statusBadge_1jdo6_25{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;background:#e9ecef;color:#8a8c8f;width:fit-content}._statusBadge_1jdo6_25._online_1jdo6_39{background:#e8ffe5;color:#31c122}._statusBadge_1jdo6_25._degraded_1jdo6_43{background:#fff4d6;color:#b07b00}._statusBadge_1jdo6_25._offline_1jdo6_47{background:#fde0e0;color:red}._codeBlock_1jdo6_52{background:#f2f2f2;border:1px solid #e9ebf0;border-radius:6px;padding:10px 12px;max-height:280px;overflow:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.5;white-space:pre-wrap;word-break:break-word;color:var(--color-primary);margin:0}._versionsGrid_1jdo6_68{display:flex;flex-direction:column;gap:12px;padding:10px 12px;background:#f2f2f2;border:1px solid #e9ebf0;border-radius:6px}._versionRow_1jdo6_78{display:grid;grid-template-columns:100px 1fr;gap:12px;align-items:start}._versionLabel_1jdo6_85{font-size:12px;text-transform:uppercase;letter-spacing:.4px;color:#8a8c8f;padding-top:2px}._versionRight_1jdo6_93{display:flex;flex-direction:column;gap:4px;min-width:0}._versionValue_1jdo6_100{font-size:14px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--color-primary)}._versionValueMulti_1jdo6_107{color:#b07b00;animation:_versionFlash_1jdo6_1 1.6s ease-in-out infinite}._versionDeployed_1jdo6_112{font-size:11px;color:#8a8c8f;font-variant-numeric:tabular-nums}._appVersionsTable_1jdo6_118{display:flex;flex-direction:column;margin-top:4px;border:1px solid #e9ebf0;border-radius:4px;background:#ffffff}._appVersionsHead_1jdo6_127,._appVersionsBody_1jdo6_128{display:grid;grid-template-columns:1fr auto;gap:16px;padding:4px 8px;font-size:12px;font-variant-numeric:tabular-nums}._appVersionsHead_1jdo6_127{color:#8a8c8f;font-weight:600;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid #e9ebf0}._appVersionsBody_1jdo6_128{color:var(--color-primary);border-bottom:1px solid rgba(0,0,0,.04)}._appVersionsBody_1jdo6_128:last-child{border-bottom:none}._appVersionsPrimary_1jdo6_153{font-weight:600;color:#31c122}@keyframes _versionFlash_1jdo6_1{0%,to{opacity:1}50%{opacity:.5}}._actions_1jdo6_166{display:flex;justify-content:flex-end;gap:8px;padding-top:8px;border-top:1px solid #e9ebf0}._actions_1jdo6_166 .btn-primary{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}._actions_1jdo6_166 .btn-primary:hover,._actions_1jdo6_166 .btn-primary:focus,._actions_1jdo6_166 .btn-primary:active,._actions_1jdo6_166 .btn-primary:focus-visible{background-color:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important;box-shadow:var(--shadow-soft)!important}._actions_1jdo6_166 .btn-primary:disabled{background-color:var(--color-primary);border-color:var(--color-primary);opacity:.5}:root{--grey-scale-white: #fcfdff;--grey-scale-300: #d7dae1;--text-colors-paragraph-gray: #333;--grey-scale-900: #0d0d0d;--color-primary: #19191a;--blue-primary: #3d52d5;--shadow-soft: 0px 0px 8px 0px #00000017;--shadow-hard: 0px 1px 3px 0px #0000004d, 0px 4px 8px 3px #00000026}*::-webkit-scrollbar{height:6px;width:6px}*::-webkit-scrollbar-thumb{background-color:#c4c4c4;border-radius:20px}*::-webkit-scrollbar-thumb:hover{background-color:#9e9e9e}*::-webkit-scrollbar-corner{background:none}body{position:relative;margin:0%;overflow:hidden}input{font-size:14px!important;font-style:normal!important;font-weight:400!important;line-height:130%!important}input[type=checkbox]{cursor:pointer}.upload-media-button{position:relative;width:62px;height:62px;border-radius:6px;gap:8px;cursor:pointer;color:#fff;border:1px solid #cbcccd;background-color:#fff;padding:4px;overflow:hidden}.upload-media-button .inner-wrapper{display:flex;align-items:center;justify-content:center;border-radius:6px;width:100%;height:100%;color:#000}.upload-media-button:hover .options-overlay{display:flex}.upload-media-button .options-overlay{display:none;position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.5);cursor:default}.upload-media-button .options-overlay .options-wrapper{display:flex;width:100%;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px}.upload-media-button .options-overlay .options-wrapper .edit-audio,.upload-media-button .options-overlay .options-wrapper .delete-audio{display:flex;height:18px;width:18px;align-items:center;justify-content:center;background:#000000;border-radius:6px;cursor:pointer;padding:1px}.checkbox-wrapper{display:flex;gap:8px;-webkit-user-select:none;user-select:none;cursor:pointer}.checkbox-wrapper input{cursor:pointer}.back-btn{display:flex;align-items:center;text-decoration:none;font-size:14px;margin-left:10px;background:none;border:none;color:#0d60fe}.back-btn svg{margin-right:4px}.text-disabled{color:#8e8e8e;cursor:default}table{table-layout:fixed}.text-red{color:red!important}.word-break-all{word-break:break-all}.white-space-nowrap{white-space:nowrap}.dropdown *{font-size:14px;font-style:normal;font-weight:400;line-height:130%}.ds-dropdown .dropdown-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;background:transparent!important;color:var(--text-colors-black)!important;border-color:#d7dae1!important}.table-wrapper{overflow-x:auto}table th{color:var(--grey-scale-900);font-size:16px;font-style:normal;font-weight:600;line-height:130%}.modal-content{height:unset!important}.dashboard-table .number{width:70px}.dashboard-table .total-tvs{width:100px}.dashboard-table .connected-tvs,.dashboard-table .offline-tvs,.dashboard-table .volume{width:150px}.dashboard-table .operational-tvs,.dashboard-table .operational,.dashboard-table .sales-person{width:250px}.react-toast-container{width:400px}.react-toast-container .Toastify__toast-body{color:#000}.react-toast-container .Toastify__close-button{display:flex;margin:auto 0}.react-toast-container .Toastify__close-button svg{color:#000}.react-toast-container .Toastify__toast--success{background-color:#e8ffe5;border:1px solid #98e091;border-radius:6px}.react-toast-container .Toastify__toast--success .Toastify__toast-icon{color:#31c122}.react-toast-container .Toastify__toast--success .Toastify__progress-bar--wrp .Toastify__progress-bar--success{background:#31c122;height:4px}.react-toast-container .Toastify__toast--error{background-color:#fde0e0;border:1px solid #ff8080;border-radius:6px}.react-toast-container .Toastify__toast--error .Toastify__toast-icon{color:red}.react-toast-container .Toastify__toast--error .Toastify__progress-bar--wrp .Toastify__progress-bar--error{background:#ff0000;height:4px}.preset-action-buttons{width:100%;display:flex;justify-content:flex-end;gap:8px;margin-bottom:20px}.ring-loading-lg svg{height:50px;width:50px}.ring-loading-text{margin-top:12px}.mt-200{margin-top:200px}.tv-note-badge{display:inline-block;padding:2px 10px;font-size:12px;font-weight:500;border-radius:999px;border:1px solid transparent;line-height:1.4;white-space:nowrap;vertical-align:middle}.tv-name .tv-note-badge{margin-left:8px}.tv-note-badge--vertical{background:#eef4ff;color:#1c4eb8;border-color:#b6cbf0}.tv-note-badge--left-blocked{background:#fff4e5;color:#b25a00;border-color:#f4c98a}.tv-note-badge--right-blocked{background:#f4e8ff;color:#6a1b9a;border-color:#d6b3ee}.showroom-wrapper{display:flex;height:100vh;overflow:hidden}.showroom-wrapper .showroom-sub-wrapper{display:flex;flex-direction:column;flex:1;height:100vh;overflow:hidden;max-width:100%}.showroom-wrapper .showroom-sub-wrapper .rooms-wrapper{display:flex;flex-direction:column;gap:20px;padding:26px}.showroom-wrapper .showroom-sub-wrapper .rooms-wrapper .rooms-title-wrapper{display:flex;align-items:center;justify-content:space-between}.showroom-wrapper .showroom-sub-wrapper .rooms-wrapper .rooms-title-wrapper .heading-title{margin-bottom:2.5px}.rooms-wrapper{background-color:#f6f6f7}.rooms-wrapper .rooms-sub-wrapper{padding:24px 26px 26px 24px;background-color:#fff;display:flex;flex-direction:column;gap:20px;border-radius:6px}.subbrand-details-wrapper .heading-title{display:flex;justify-content:space-between;align-items:center}.subbrand-details-wrapper .subbrand-details-tabs-wrapper{background-color:#f6f6f7;padding:16px 26px 26px;min-height:calc(100vh - 90px)}.subbrand-details-wrapper .subbrand-details-tabs-wrapper .heading-title{color:var(--grey-scale-900);font-size:24px;font-style:normal;font-weight:700;line-height:130%}.subbrand-details-wrapper .subbrand-details-tabs-wrapper .tabs-containers{margin:20px 0 0}.subbrand-details-wrapper .subbrand-details-tabs-wrapper .tabs-containers .nav-item .nav-link{color:#a0a3ab}.subbrand-details-wrapper .subbrand-details-tabs-wrapper .tabs-containers .nav-item .nav-link.active{color:#000}.subbrand-details-wrapper .subbrand-details-tabs-wrapper .tab-content{background-color:#fff;padding:24px;border-radius:6px;min-height:calc(100vh - 250px)}.subbrand-details-wrapper .subbrand-details-tabs-wrapper .tab-content .reset-button{margin-left:auto;margin-bottom:10px}.showroom-wrapper{display:flex}.showroom-wrapper .showroom-sub-wrapper{display:flex;flex-direction:column;flex:1;max-width:100%}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper{padding:16px 26px 26px;background-color:#f6f6f7}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper{display:flex;flex-direction:column;gap:20px;padding:24px;background-color:#fff;border-radius:6px;margin-top:20px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper.tv-list{scroll-margin-top:20px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .statistics-wrapper{display:flex;gap:30px;flex-wrap:wrap}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table{min-width:1600px;margin-top:10px;max-width:100%}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .id{width:50px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .status{width:80px;text-align:center}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .connection-status{width:120px;text-align:center;white-space:normal}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .name{width:150px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .note{width:130px;text-align:center;white-space:normal}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .app-version{width:115px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .actions{width:150px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .ip-address,.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .mac-address{width:200px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .device-id{width:220px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .type{text-align:center;width:100px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .last-update{width:200px;text-align:center}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .status-badge{display:inline-block;padding:2px 12px;font-size:13px;font-weight:500;border-radius:999px;border:1px solid transparent;line-height:1.4}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .status-badge--on{background:#e8ffe5;color:#31c122;border-color:#98e091}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .status-badge--off{background:#fde0e0;color:red;border-color:#ff8080}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .connection-text{font-weight:500}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .connection-text--yes{color:#31c122}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .connection-text--no{color:red}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .edit-delete-icon-wrapper{display:flex;font-size:16px;gap:12px;justify-content:center}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .edit-delete-icon-wrapper .edit-icon{cursor:pointer}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .edit-delete-icon-wrapper .edit-icon:hover{color:#00f}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .edit-delete-icon-wrapper .delete-icon{cursor:pointer}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .tv-table .edit-delete-icon-wrapper .delete-icon:hover{color:red}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .subBrand-title-wrapper{display:flex;align-items:center;justify-content:space-between}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .subBrand-title-wrapper .subbrand-heading-title{font-size:18px;font-weight:600}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .subBrand-title-wrapper .dropdown-toggle{display:flex;align-items:center;gap:4px;background:var(--blue-primary);border-color:var(--blue-primary);height:34px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .subBrand-title-wrapper .dropdown-toggle .tv-title{font-size:12px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .subBrand-title-wrapper .dropdown-menu{max-width:400px}.showroom-wrapper .showroom-sub-wrapper .subBrands-wrapper .subbrand-sub-wrapper .subBrand-list-wrapper .subBrand-title-wrapper .dropdown-menu .dropdown-item{overflow:hidden;text-overflow:ellipsis}.microsoft-login-wrapper{display:flex;justify-content:center;align-items:center;height:calc(100vh - 61px)}.loading-mask{display:flex;justify-content:center;align-items:center;height:calc(100vh - 61px);gap:10px}.loading-mask .second-loader{animation-delay:.2s}.loading-mask .third-loader{animation-delay:.3s}.showroom-page-container{position:absolute;top:0;bottom:0;right:0;left:0;min-height:100vh;background:radial-gradient(circle at 100% 0%,rgba(209,33,39,.18) 0%,transparent 45%),radial-gradient(circle at 80% 100%,rgba(209,33,39,.08) 0%,transparent 50%),#0d0d0e;color:#f4f4f5;overflow-y:auto}.showroom-page-container .showroom-content{max-width:1400px;margin:0 auto;padding:56px 64px 80px}.showroom-page-container .brand-header{display:flex;align-items:center;gap:16px;margin-bottom:64px}.showroom-page-container .brand-header .brand-logo{max-height:56px;border-radius:12px;object-fit:cover}.showroom-page-container .brand-header .brand-title{font-size:13px;font-weight:600;letter-spacing:.18em;color:#8a8c8f}.showroom-page-container .hero{margin-bottom:56px}.showroom-page-container .hero .hero-title{font-size:64px;font-weight:700;line-height:1.05;letter-spacing:-.02em;margin:0;display:flex;flex-direction:column;gap:4px}.showroom-page-container .hero .hero-primary{color:#f4f4f5}.showroom-page-container .hero .hero-secondary{color:#5a5b5f}.showroom-page-container .showroom-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;align-items:start}.showroom-page-container .left-column{display:flex;flex-direction:column;gap:40px}.showroom-page-container .section .section-header{margin-bottom:16px}.showroom-page-container .section .section-header .section-title{font-size:12px;font-weight:600;letter-spacing:.16em;color:#8a8c8f;margin:0 0 4px}.showroom-page-container .section .section-header .section-subtitle{font-size:13px;color:#5a5b5f;margin:0}.showroom-page-container .pinned-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.showroom-page-container .pinned-card{position:relative;background:#1a1b1d;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:20px 20px 22px;min-height:140px;display:flex;flex-direction:column;justify-content:space-between;text-align:left;color:#f4f4f5;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.showroom-page-container .pinned-card:hover{background:#232427;border-color:#ffffff1a;transform:translateY(-1px)}.showroom-page-container .pinned-card .pin-star{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;cursor:pointer}.showroom-page-container .pinned-card .pin-star:hover{background:rgba(255,255,255,.05)}.showroom-page-container .pinned-card .pinned-card-name{font-size:18px;font-weight:700;color:#f4f4f5;margin-top:24px}.showroom-page-container .recent-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.showroom-page-container .recent-item{width:100%;display:flex;align-items:center;gap:14px;padding:10px 12px;background:transparent;border:none;border-radius:10px;color:#f4f4f5;cursor:pointer;text-align:left;transition:background .15s ease}.showroom-page-container .recent-item:hover{background:rgba(255,255,255,.04)}.showroom-page-container .recent-item .recent-name{flex:1;font-size:15px;font-weight:500;color:#f4f4f5}.showroom-page-container .recent-item .recent-time{font-size:13px;color:#5a5b5f;white-space:nowrap}.showroom-page-container .all-showrooms{background:rgba(20,20,22,.55);border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:24px 8px 16px 24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-height:calc(100vh - 200px);display:flex;flex-direction:column;overflow:hidden}.showroom-page-container .all-showrooms-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-right:16px;margin-bottom:12px}.showroom-page-container .all-showrooms-header .all-title{font-size:12px;font-weight:600;letter-spacing:.16em;color:#8a8c8f;margin:0;display:flex;align-items:center;gap:10px}.showroom-page-container .all-showrooms-header .all-count{font-size:12px;color:#5a5b5f;letter-spacing:normal}.showroom-page-container .all-showrooms-header .search-wrapper{position:relative;display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:6px 12px;width:220px;transition:border-color .15s ease}.showroom-page-container .all-showrooms-header .search-wrapper:focus-within{border-color:#ffffff1a}.showroom-page-container .all-showrooms-header .search-wrapper svg{flex-shrink:0;opacity:.5}.showroom-page-container .all-showrooms-header .search-wrapper .search-input{background:transparent;border:none;outline:none;color:#f4f4f5;font-size:14px;width:100%}.showroom-page-container .all-showrooms-header .search-wrapper .search-input::placeholder{color:#5a5b5f}.showroom-page-container .all-showrooms-header .search-wrapper .search-clear{display:flex;align-items:center;justify-content:center;flex-shrink:0;background:transparent;border:none;padding:2px;margin:0;color:#8a8c8f;cursor:pointer;border-radius:4px;transition:color .15s ease,background .15s ease}.showroom-page-container .all-showrooms-header .search-wrapper .search-clear:hover{color:#f4f4f5;background:rgba(255,255,255,.06)}.showroom-page-container .all-showrooms-header .search-wrapper .search-clear svg{opacity:1}.showroom-page-container .all-list{list-style:none;margin:0;padding:0 16px 0 0;overflow-y:auto;flex:1}.showroom-page-container .all-list::-webkit-scrollbar{width:6px}.showroom-page-container .all-list::-webkit-scrollbar-thumb{background:rgba(255,255,255,.08);border-radius:3px}.showroom-page-container .all-list::-webkit-scrollbar-track{background:transparent}.showroom-page-container .all-item{width:100%;display:flex;align-items:center;gap:14px;padding:10px 12px;background:transparent;border:none;border-radius:10px;color:#f4f4f5;cursor:pointer;text-align:left;transition:background .15s ease}.showroom-page-container .all-item:hover{background:rgba(255,255,255,.04)}.showroom-page-container .all-item .all-item-name{flex:1;font-size:15px;font-weight:500}.showroom-page-container .all-item .all-item-star{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;cursor:pointer;opacity:.6;transition:opacity .15s ease,background .15s ease}.showroom-page-container .all-item .all-item-star:hover{opacity:1;background:rgba(255,255,255,.05)}.showroom-page-container .all-item .all-item-star.is-pinned{opacity:1}.showroom-page-container .flag-badge{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);overflow:hidden}.showroom-page-container .flag-badge svg{width:100%;height:100%;display:block;object-fit:cover}.showroom-page-container .flag-badge--md{width:44px;height:44px;border-radius:10px}.showroom-page-container .flag-badge--sm{width:32px;height:32px;border-radius:8px}.showroom-page-container .empty-state{color:#5a5b5f;font-size:14px;line-height:1.5;padding:14px 4px}.showroom-page-container .empty-state--card{background:rgba(255,255,255,.02);border:1px dashed rgba(255,255,255,.1);border-radius:12px;padding:24px}.showroom-page-container .empty-state--center{text-align:center;padding:40px 16px}@media (max-width: 1024px){.showroom-page-container .showroom-content{padding:40px 32px 64px}.showroom-page-container .brand-header,.showroom-page-container .hero{margin-bottom:40px}.showroom-page-container .hero .hero-title{font-size:44px}.showroom-page-container .showroom-grid{grid-template-columns:1fr;gap:32px}.showroom-page-container .all-showrooms{max-height:none}}.customers-wrapper .customers-sub-wrapper{padding:24px 26px 26px 24px;background-color:#f6f6f7}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper{display:flex;flex-direction:column;gap:20px;padding:24px;background-color:#fff;border-radius:6px}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customers-title-wrapper{display:flex;align-items:center;justify-content:space-between}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customers-title-wrapper .customers-heading-title{font-size:24px;font-weight:700}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customers-title-wrapper .search-media-wrapper{display:flex;border:1px solid #e9ebf0;border-radius:10px;height:40px}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customers-title-wrapper .search-media-wrapper .search-inputbox{border:none;outline:none;width:180px;border-radius:10px}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customers-title-wrapper .search-media-wrapper .searchbar-icon{display:flex;align-items:center}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customers-title-wrapper .search-media-wrapper .clear-icon-wrapper{display:flex;align-items:center;cursor:pointer;margin-right:5px}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customers-title-wrapper .search-media-wrapper .clear-icon-wrapper .clear-icon{width:24px;height:24px}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper{position:relative}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .close-btn{position:absolute;top:16px;right:16px;cursor:pointer}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .close-btn.close-btn-center{top:50%;transform:translateY(-50%)}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .close-btn .close-icon{width:24px;height:24px}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .close-btn .close-icon.color-red path{fill:#be3232}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .close-btn .close-icon.color-green path{fill:#568623}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .validation-failed-wrappper{background-color:#fbe8e8;border:1px solid #b61919;border-radius:10px;padding:16px}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .validation-failed-wrappper .validation-errors .validation-errors-heading{color:#b61919;font-weight:700}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .validation-failed-wrappper .validation-errors .validation-errors-list{margin:0}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .validation-failed-wrappper .validation-errors .validation-errors-list .validation-error{margin-top:6px;color:#0d0d0d}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .validation-success-wrappper{background-color:#f0f5ea;border:1px solid #568623;border-radius:10px;padding:16px}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .file-validation-wrapper .validation-success-wrappper .success-message{color:#568623}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customer-table .number{width:100px}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customer-table .action{width:150px}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customer-table .edit-delete-icon-wrapper{display:flex;font-size:16px;gap:12px;justify-content:center}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customer-table .edit-delete-icon-wrapper .edit-icon{cursor:pointer}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customer-table .edit-delete-icon-wrapper .edit-icon:hover{color:#00f}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customer-table .edit-delete-icon-wrapper .delete-icon{cursor:pointer}.customers-wrapper .customers-sub-wrapper .customers-list-wrapper .customer-table .edit-delete-icon-wrapper .delete-icon:hover{color:red}.meeting-summary-wrapper .meeting-summary-sub-wrapper{padding:24px 26px 26px 24px;background-color:#f6f6f7}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper{display:flex;flex-direction:column;gap:20px;padding:24px;background-color:#fff;border-radius:6px}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-title-wrapper{display:flex;align-items:center;justify-content:space-between}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-title-wrapper .meeting-summary-heading-title{font-size:24px;font-weight:700}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-title-wrapper .form-switch .form-check-input,.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-title-wrapper .form-switch .form-check-label{cursor:pointer}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-table-wrapper{overflow-x:auto}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-table .number{width:70px}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-table .scanned-product,.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-table .time-duration{width:90px}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-table .action{width:120px}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-table .edit-delete-icon-wrapper{display:flex;font-size:16px;gap:12px;justify-content:center}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-table .edit-delete-icon-wrapper .edit-icon{cursor:pointer}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-table .edit-delete-icon-wrapper .edit-icon:hover{color:#00f}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-table .edit-delete-icon-wrapper .delete-icon{cursor:pointer}.meeting-summary-wrapper .meeting-summary-sub-wrapper .meeting-summary-list-wrapper .meeting-summary-table .edit-delete-icon-wrapper .delete-icon:hover{color:red}.meeting-stats-wrapper .meeting-stats-sub-wrapper{display:flex;flex-direction:column;gap:20px;padding:24px 26px 26px 24px;background-color:#f6f6f7;min-height:100%}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-header .meeting-stats-heading-title{font-size:24px;font-weight:700;color:#333}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card{background-color:#fff;border:1px solid #e9ebf0;border-radius:8px;padding:24px;display:flex;flex-direction:column;gap:20px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-trend-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-trend-header .meeting-stats-trend-title{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:#8a8c8f;text-transform:uppercase;letter-spacing:.04em}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-trend-header .meeting-stats-trend-title .meeting-stats-title-spinner{color:var(--blue-primary)}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-trend-header .meeting-stats-header-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-trend-header .meeting-stats-chart-toggle{display:flex;gap:6px;background-color:#fff;border:1px solid #e9ebf0;border-radius:8px;padding:4px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-trend-header .meeting-stats-chart-toggle .chart-type-btn{padding:6px 16px;border:none;border-radius:6px;background:transparent;color:#8a8c8f;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-trend-header .meeting-stats-chart-toggle .chart-type-btn:hover:not(.active){background-color:#f6f6f7;color:#333}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-trend-header .meeting-stats-chart-toggle .chart-type-btn.active{background-color:var(--blue-primary);color:#fff;font-weight:600}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-chart-error{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fde0e0;border:1px solid #ff0000;border-radius:6px;padding:8px 12px;margin-bottom:12px;font-size:12px;color:#333}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-chart-error-retry{flex-shrink:0;padding:4px 12px;border:1px solid #ff0000;border-radius:6px;background:#ffffff;color:red;font-size:12px;font-weight:600;cursor:pointer}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-chart-error-retry:hover{background:#fde0e0}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width: 900px){.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-kpi-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 500px){.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-kpi-row{grid-template-columns:1fr}}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-kpi-row .kpi-card{background-color:#f6f6f7;border:1px solid #e9ebf0;border-radius:8px;padding:20px 24px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-kpi-row .kpi-card .kpi-label{font-size:13px;font-weight:500;color:#8a8c8f;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-kpi-row .kpi-card .kpi-value{font-size:28px;font-weight:700;color:#333;line-height:1.1}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-kpi-row .kpi-card .kpi-sub{font-size:12px;color:#bfc3cb;margin-top:4px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-chart-wrapper .meeting-stats-loading,.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-chart-wrapper .meeting-stats-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#bfc3cb;font-size:14px;gap:12px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-chart-wrapper .highcharts-container,.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-trend-card .meeting-stats-chart-wrapper .highcharts-root{width:100%!important}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-customer-wrapper{background-color:#fff;border:1px solid #e9ebf0;border-radius:8px;padding:24px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-customer-wrapper .meeting-stats-customer-title{font-size:15px;font-weight:700;color:#333;margin-bottom:12px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-customer-wrapper .meeting-stats-customer-title .meeting-stats-customer-subtitle{font-size:12px;font-weight:500;color:#8a8c8f;margin-left:6px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-customer-wrapper .meeting-stats-loading,.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-customer-wrapper .meeting-stats-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#bfc3cb;font-size:14px;gap:12px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-customer-wrapper .highcharts-container,.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-customer-wrapper .highcharts-root{width:100%!important}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-donut-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 768px){.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-donut-row{grid-template-columns:1fr}}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-donut-row .meeting-stats-donut-card{background-color:#fff;border:1px solid #e9ebf0;border-radius:8px;padding:24px;min-height:320px}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-donut-row .meeting-stats-donut-card>div{width:100%}.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-donut-row .meeting-stats-donut-card .meeting-stats-loading,.meeting-stats-wrapper .meeting-stats-sub-wrapper .meeting-stats-donut-row .meeting-stats-donut-card .meeting-stats-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:272px;color:#bfc3cb;font-size:14px;gap:12px}.cloud-media-wrapper{padding:24px 28px 60px;display:flex;flex-direction:column;min-height:100%;background-color:#f6f6f7}.cloud-media-wrapper .cloud-media-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.cloud-media-wrapper .cloud-media-title{font-size:20px;font-weight:600;color:#333}.cloud-media-wrapper .cloud-media-actions{display:flex;align-items:center;gap:10px}.cloud-media-wrapper .cloud-media-search{position:relative;display:inline-flex;align-items:center}.cloud-media-wrapper .cloud-media-search input{padding-left:36px;min-width:240px;height:38px;border-radius:8px;border:1px solid #e9ebf0;background:#ffffff}.cloud-media-wrapper .cloud-media-search-icon{position:absolute;left:8px;top:50%;transform:translateY(-50%);pointer-events:none;color:#97989b;display:inline-flex}.cloud-media-wrapper .cloud-media-search-icon svg{width:18px;height:18px}.cloud-media-wrapper .cloud-media-filter-toggle{background:#ffffff!important;color:#333!important;border:1px solid #e9ebf0!important;height:38px}.cloud-media-wrapper .cloud-media-filter-toggle:after{margin-left:8px}.cloud-media-wrapper .cloud-media-filter-check{display:inline-flex;width:16px;margin-right:6px}.cloud-media-wrapper .cloud-media-table-wrapper{border-radius:10px;border:1px solid #e9ebf0;background:#ffffff}.cloud-media-wrapper .cloud-media-table{margin-bottom:0}.cloud-media-wrapper .cloud-media-table thead th{background:#FFF;font-weight:600;font-size:13px;color:#333}.cloud-media-wrapper .cloud-media-table .checkbox-col{width:40px;text-align:center}.cloud-media-wrapper .cloud-media-table .actions-col{width:120px}.cloud-media-wrapper .cloud-media-table tbody td{vertical-align:middle;font-size:14px}.cloud-media-wrapper .cloud-media-row{cursor:pointer}.cloud-media-wrapper .cloud-media-link-cell{color:var(--color-primary, #3d52d5);font-weight:500}.cloud-media-wrapper .cloud-media-row-actions{display:inline-flex;align-items:center;gap:6px}.cloud-media-wrapper .cloud-media-name-cell{display:flex;align-items:center;gap:10px}.cloud-media-wrapper .cloud-media-name-button{display:inline-flex;align-items:center;gap:10px;background:transparent;border:none;padding:0;text-align:left;color:inherit;cursor:pointer}.cloud-media-wrapper .cloud-media-name-button:hover .cloud-media-name-text{color:var(--color-primary, #3d52d5);text-decoration:underline}.cloud-media-wrapper .cloud-media-name-text{word-break:break-all}.cloud-media-wrapper .icon-btn{background:transparent;border:none;padding:6px;border-radius:6px;color:#97989b;cursor:pointer;display:inline-flex}.cloud-media-wrapper .icon-btn svg{width:18px;height:18px}.cloud-media-wrapper .icon-btn:hover:not(:disabled){background:#f5f5fa;color:var(--color-primary, #3d52d5)}.cloud-media-wrapper .icon-btn:disabled{opacity:.4;cursor:not-allowed}.cloud-media-wrapper .icon-btn.icon-btn-danger:hover:not(:disabled){background:#fde0e0;color:#d92d20}.cloud-media-wrapper .cloud-media-empty{padding:40px 0;display:flex;flex-direction:column;align-items:center;gap:12px}.cloud-media-wrapper .cloud-media-empty-text{color:#97989b}.cloud-media-wrapper .cloud-media-empty-cta{background:transparent;border:1px dashed #d7dae1;color:var(--color-primary, #3d52d5);padding:10px 16px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;font-weight:500}.cloud-media-wrapper .cloud-media-empty-cta:hover{background:#eef4ff;border-color:var(--color-primary, #3d52d5)}.cloud-media-brand .cloud-media-brand-header{display:flex;align-items:center;gap:16px;margin-bottom:20px;flex-wrap:wrap}.cloud-media-brand .cloud-media-brand-title{font-size:20px;font-weight:600;color:#333}.cloud-media-brand .breadcrumb{display:inline-flex;align-items:center;gap:8px;margin-bottom:0;background:transparent;padding:0}.cloud-media-brand .breadcrumb-link{background:transparent;border:none;color:var(--color-primary, #3d52d5);font-weight:500;cursor:pointer;padding:0}.cloud-media-brand .breadcrumb-sep{color:#97989b}.cloud-media-brand .cloud-media-brand-section{background-color:#fff;padding:16px;border-radius:10px;border:1px solid #e9ebf0}.cloud-media-brand .cloud-media-section{margin-top:8px;background-color:#fff;padding:16px;border-radius:10px;border:1px solid #e9ebf0}.cloud-media-brand .cloud-media-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cloud-media-brand .cloud-media-section-title{font-size:16px;font-weight:600;color:#333;margin:0}.cloud-media-brand .cloud-media-bulk-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#eef4ff;border-radius:8px;margin-bottom:10px;font-size:14px;font-weight:500}.server-status{padding:24px 32px 40px;background:#f6f6f7;min-height:100%}.server-status__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.server-status__brand{display:flex;align-items:center;gap:14px;min-width:0}.server-status__brand img{height:40px;width:auto;object-fit:contain}.server-status__titles{display:flex;flex-direction:column;min-width:0}.server-status__title{font-size:24px;font-weight:500;color:var(--color-primary);line-height:1.2;margin:0}.server-status__subtitle{font-size:14px;color:#8a8c8f;margin:0}.server-status__pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;line-height:1;border:1px solid transparent;background:#e9ecef;color:#8a8c8f;transition:background .2s ease,color .2s ease,border-color .2s ease}.server-status__pill--online{background:#e8ffe5;color:#31c122;border-color:#98e091}.server-status__pill--degraded{background:#fff4d6;color:#b07b00;border-color:#f1d68a}.server-status__pill--offline{background:#fde0e0;color:red;border-color:#ff8080}.server-status__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;background:#ffffff;border:1px solid #e9ebf0;border-radius:8px;margin-bottom:20px}.server-status__toolbar-group{display:flex;align-items:center;gap:8px;font-size:13px;color:#8a8c8f}.server-status__toolbar-spacer{flex:1}.server-status__refreshed{text-align:right;font-size:12px;color:#8a8c8f;line-height:1.4}.server-status__refreshed strong{display:block;color:var(--color-primary);font-weight:500;font-variant-numeric:tabular-nums}.server-status__interval{width:auto!important;min-width:100px;font-size:13px!important;cursor:pointer}.server-status .btn-primary{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.server-status .btn-primary:hover,.server-status .btn-primary:focus,.server-status .btn-primary:active,.server-status .btn-primary:focus-visible{background-color:var(--color-primary)!important;border-color:var(--color-primary)!important;color:#fff!important;box-shadow:var(--shadow-soft)!important}.server-status .btn-primary:disabled{background-color:var(--color-primary);border-color:var(--color-primary);opacity:.5}.server-status__group{margin-bottom:18px}.server-status__group:last-child{margin-bottom:0}.server-status__group-header{display:flex;align-items:center;gap:10px;padding:6px 4px 10px;border-bottom:1px solid #e9ebf0;margin-bottom:12px}.server-status__group-header--latest .server-status__group-title{color:#31c122}.server-status__group-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;color:var(--color-primary)}.server-status__group-count{font-size:12px;color:#8a8c8f;font-variant-numeric:tabular-nums}.server-status__grid{display:grid;gap:14px;grid-template-columns:1fr}@media (min-width: 768px){.server-status__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.server-status__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1280px){.server-status__grid{grid-template-columns:repeat(4,1fr)}}.server-status__empty{text-align:center;color:#8a8c8f;padding:60px 20px;font-size:14px}.gms-page{padding:24px 32px 40px;background:#f6f6f7;min-height:100%;display:flex;flex-direction:column;gap:24px;font-variant-numeric:tabular-nums}.gms-page__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px}.gms-page__titles{display:flex;flex-direction:column;gap:4px}.gms-page__title{font-size:24px;font-weight:500;color:#1f2937;margin:0;line-height:1.2}.gms-page__subtitle{font-size:12px;color:#8a8c8f;display:flex;flex-wrap:wrap;gap:6px;align-items:center}.gms-page__sep{color:#c4c4c4}.gms-page__controls{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.gms-loader{background:#ffffff;border:1px solid #e9ebf0;border-radius:8px;padding:64px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:320px}.gms-loader__title{font-size:16px;font-weight:600;color:#1f2937}.gms-loader__sub{font-size:13px;color:#8a8c8f}.gms-toggle{display:inline-flex;gap:4px;background:#ffffff;border:1px solid #e9ebf0;border-radius:8px;padding:3px}.gms-toggle__btn{padding:5px 14px;border:none;background:transparent;color:#8a8c8f;font-size:12px;font-weight:500;border-radius:6px;cursor:pointer;transition:background-color .15s ease,color .15s ease}.gms-toggle__btn:hover:not(.gms-toggle__btn--active){background:#f6f6f7;color:#1f2937}.gms-toggle__btn--active{background:#3d52d5;color:#fff;font-weight:600}.gms-region-dd.btn{font-size:12px;padding:7px 12px;background:#3d52d5!important;border-color:#3d52d5!important;color:#fff!important}.gms-region-dd.btn:hover,.gms-region-dd.btn:focus,.gms-region-dd.btn:active,.gms-region-dd.btn.show{background:#3d52d5!important;border-color:#3d52d5!important;color:#fff!important;opacity:.9}.gms-region-dd__menu{max-height:360px;overflow-y:auto;width:240px;padding:8px 20px}.gms-region-dd__actions{display:flex;justify-content:flex-end;padding-bottom:6px;border-bottom:1px solid #e9ebf0;margin-bottom:6px}.gms-region-dd__action{background:transparent;border:none;color:#3d52d5;font-size:12px;font-weight:500;cursor:pointer;padding:2px 6px}.gms-region-dd__action:hover{text-decoration:underline}.gms-region-dd__item{padding:4px 6px;margin:0;cursor:pointer;font-size:13px}.gms-region-dd__label{display:inline-flex;align-items:center;gap:8px}.gms-region-dd__flag{display:inline-flex;width:18px;height:18px;align-items:center;justify-content:center}.gms-region-dd__flag svg,.gms-region-dd__flag img{width:18px;height:18px;object-fit:contain}.gms-refresh.btn{font-size:12px;padding:7px 14px}.gms-ribbon{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff4d6;border:1px solid #f1d68a;border-radius:8px;color:#b07b00;font-size:13px}.gms-ribbon__text{flex:1}.gms-ribbon__link{background:transparent;border:none;color:#b07b00;font-weight:600;cursor:pointer;text-decoration:underline;font-size:13px}.gms-row{display:flex;flex-direction:column;gap:16px}.gms-row--hero{display:grid;grid-template-columns:60% calc(40% - 16px);gap:16px}@media (max-width: 1100px){.gms-row--hero{grid-template-columns:1fr}}.gms-card{background:#ffffff;border:1px solid #e9ebf0;border-radius:8px;padding:16px;transition:box-shadow .2s ease,transform .2s ease}.gms-card:hover{box-shadow:0 2px 8px #0000000a}.gms-card__title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#1f2937;margin-bottom:12px}.gms-card__title-spinner{width:13px;height:13px;border-width:2px;color:#8a8c8f}.gms-card__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.gms-card__controls{display:flex;align-items:center;gap:8px}.gms-card__error{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fde0e0;border:1px solid #ef4444;border-radius:6px;padding:8px 12px;margin-bottom:12px;font-size:12px;color:#1f2937}.gms-card__error-retry{flex-shrink:0;padding:4px 12px;border:1px solid #ef4444;border-radius:6px;background:#ffffff;color:#ef4444;font-size:12px;font-weight:600;cursor:pointer}.gms-card__error-retry:hover{background:#fde0e0}.gms-empty{text-align:center;padding:28px;color:#8a8c8f;font-size:13px}.gms-hero__map{min-height:420px;padding:16px}.gms-hero__map-loading{display:flex;align-items:center;justify-content:center;height:360px;color:#8a8c8f;font-size:13px}.gms-hero__kpis{padding:16px}.gms-kpi-wrap{display:flex;flex-direction:column;gap:12px}.gms-kpi{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 600px){.gms-kpi{grid-template-columns:1fr}}.gms-kpi__tile{background:#f6f6f7;border:1px solid #e9ebf0;border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:4px;position:relative}.gms-kpi__label{font-size:11px;color:#8a8c8f;text-transform:uppercase;letter-spacing:.04em;font-weight:500}.gms-kpi__value{font-size:26px;font-weight:700;color:#1f2937;line-height:1.1;display:inline-flex;align-items:center;gap:6px}.gms-kpi__value--up{color:#0e9f6e}.gms-kpi__value--down{color:#ef4444}.gms-kpi__glyph{font-size:18px}.gms-kpi__sub{font-size:11px;color:#8a8c8f}.gms-kpi__notice{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#8a8c8f;background:#ffffff;border:1px solid #e9ebf0;border-radius:999px;padding:3px 10px}.gms-kpi__notice-icon{font-size:12px;line-height:1}.gms-section{display:flex;flex-direction:column;gap:12px}.gms-section__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.gms-section__title{font-size:16px;font-weight:600;color:#1f2937}.gms-tiles{display:grid;gap:12px;grid-template-columns:repeat(4,1fr)}@media (max-width: 1280px){.gms-tiles{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.gms-tiles{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.gms-tiles{grid-template-columns:1fr}}.gms-tile{background:#ffffff;border:1px solid #e9ebf0;border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;gap:4px;transition:box-shadow .2s ease,transform .2s ease;min-height:140px}.gms-tile:hover{box-shadow:0 2px 8px #0000000a;transform:translateY(-1px)}.gms-tile--offline{background:#f6f6f7;color:#8a8c8f}.gms-tile--partial{background:#fff9ea}.gms-tile__header{display:flex;align-items:center;gap:6px;font-size:12px;color:#8a8c8f;font-weight:500}.gms-tile__flag{display:inline-flex;width:16px;height:16px}.gms-tile__flag svg,.gms-tile__flag img{width:16px;height:16px;object-fit:contain}.gms-tile__name{color:#1f2937}.gms-tile__total{font-size:22px;font-weight:700;color:#1f2937;line-height:1.1}.gms-tile__sparkline{height:56px;margin:4px -4px 0}.gms-tile__delta{font-size:12px;font-weight:600}.gms-tile__delta--up{color:#0e9f6e}.gms-tile__delta--down{color:#ef4444}.gms-tile__delta--flat{color:#8a8c8f}.gms-tile__offline{display:flex;flex-direction:column;gap:4px;margin-top:4px}.gms-tile__offline-text{font-size:12px;color:#ef4444;font-weight:500}.gms-tile__partial-text{font-size:11px;color:#b07b00;font-weight:500}.gms-tile__retry{align-self:flex-start;background:transparent;border:none;color:#3d52d5;font-size:12px;font-weight:600;padding:0;cursor:pointer}.gms-tile__retry:hover{text-decoration:underline}.gms-business{display:flex;flex-direction:column;gap:16px}.gms-business__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 1100px){.gms-business__row{grid-template-columns:1fr}}.gms-business__callouts-empty{color:#8a8c8f;font-size:13px}.gms-business__callouts-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}@media (max-width: 800px){.gms-business__callouts-grid{grid-template-columns:1fr}}.gms-business__callout{background:#fff4d6;border:1px solid #f1d68a;color:#b07b00;border-radius:6px;padding:8px 10px;font-size:12px}.gms-sales__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 1100px){.gms-sales__row{grid-template-columns:1fr}}.gms-sales__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.gms-sales__row-item{display:grid;grid-template-columns:28px minmax(140px,1.4fr) 1fr 50px auto;align-items:center;gap:10px;font-size:12px;padding:4px 0}.gms-sales__avatar{background:#eef4ff;color:#3d52d5;border-radius:999px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;text-transform:uppercase}.gms-sales__email{color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gms-sales__bar{background:#e9ebf0;height:6px;border-radius:999px;overflow:hidden}.gms-sales__bar-fill{background:#3d52d5;height:100%}.gms-sales__count{font-weight:600;color:#1f2937;text-align:right}.gms-sales__pill{background:#eef4ff;color:#3d52d5;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500}.gms-sales__multi{overflow-x:auto}.gms-sales__table{width:100%;border-collapse:collapse;font-size:12px}.gms-sales__table th,.gms-sales__table td{text-align:left;padding:6px 8px;border-bottom:1px solid #e9ebf0;vertical-align:top}.gms-sales__table th{color:#8a8c8f;font-weight:500;text-transform:uppercase;font-size:11px;letter-spacing:.04em}.gms-sales__num{text-align:right}.gms-sales__chips{display:flex;flex-wrap:wrap;gap:4px}.gms-sales__chip{background:#f6f6f7;border:1px solid #e9ebf0;border-radius:999px;padding:2px 8px;font-size:11px;color:#1f2937}.gms-sales__empty{color:#8a8c8f;font-size:13px;padding:6px 0 12px}.gms-anomalies{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.gms-anomalies__row{display:flex;align-items:center;gap:10px;font-size:13px;color:#1f2937}.gms-anomalies__dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.gms-anomalies__dot--red{background:#ef4444}.gms-anomalies__dot--amber{background:#f59e0b}.gms-anomalies__dot--green{background:#0e9f6e}.gms-anomalies__text{line-height:1.4}.customers-wrapper .users-showroom-filter-toggle{height:40px!important;min-width:170px!important;display:inline-flex!important;align-items:center!important;justify-content:space-between!important;text-align:left!important;color:#333!important}.customers-wrapper .users-showroom-filter-toggle:focus,.customers-wrapper .users-showroom-filter-toggle:active,.customers-wrapper .users-showroom-filter-toggle:hover{background:#ffffff!important;color:#333!important;box-shadow:none!important;outline:none!important}.customers-wrapper .users-showroom-filter-toggle:focus-visible{box-shadow:0 0 0 3px #3d52d540!important}.customers-wrapper .users-search-wrapper:focus-within{box-shadow:0 0 0 3px #3d52d540}.customers-wrapper .dropdown-menu .dropdown-item{color:#333!important}.customers-wrapper .dropdown-menu .dropdown-item:hover,.customers-wrapper .dropdown-menu .dropdown-item:focus{color:#333!important}.customers-wrapper .dropdown-menu .dropdown-item:active,.customers-wrapper .dropdown-menu .dropdown-item.active{color:#fff!important}.customers-wrapper .dropdown-menu .dropdown-item.disabled,.customers-wrapper .dropdown-menu .dropdown-item:disabled{color:#97989b!important;cursor:default}.customers-wrapper .select-menu{width:100%}.customers-wrapper .select-menu .dropdown-item{padding:4px 8px}.customers-wrapper .select-menu .select-menu-list{display:grid;align-items:center;font-size:14px;grid-template-columns:10px auto;width:100%;gap:14px}.customers-wrapper .select-menu .select-menu-list .right-icon{display:flex;align-items:center}.customers-wrapper .select-menu .select-menu-list .right-icon svg{height:14px;width:14px}.customers-wrapper .select-menu .select-menu-list .list-name{display:flex;align-items:center;gap:10px}.admin-layout{display:flex;min-height:100vh}.admin-right-panel{display:flex;flex-direction:column;flex:1;min-width:0;overflow:hidden}.admin-page-content{flex:1;overflow-y:auto}.side-panel{width:240px;min-width:240px;background-color:#fff;border-right:1px solid #e9ebf0;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto;overflow-x:hidden;transition:width .25s ease,min-width .25s ease;flex-shrink:0;z-index:100;box-shadow:4px 0 8px #00000017}.side-panel--collapsed{width:64px;min-width:64px}.side-panel--collapsed .side-panel__item-label,.side-panel--collapsed .side-panel__item-chevron{opacity:0;pointer-events:none;width:0;overflow:hidden}.side-panel--collapsed .side-panel__header{justify-content:center;padding:0 12px}.side-panel--collapsed .side-panel__nav{padding:8px}.side-panel--collapsed .side-panel__item{padding:10px;justify-content:center;gap:0}.side-panel--collapsed .side-panel__item-icon{margin:0}.side-panel__header{display:flex;align-items:center;justify-content:space-between;padding:0 16px;height:57px;min-height:57px;border-bottom:1px solid #e9ebf0;gap:8px;flex-shrink:0}.side-panel__logo{height:30px;object-fit:contain;object-position:left center;cursor:pointer;flex:1;min-width:0}.side-panel__toggle-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border:1px solid #e9ebf0;border-radius:7px;background:#ffffff;color:#6b7280;cursor:pointer;padding:0;transition:background .25s ease,color .25s ease,border-color .25s ease}.side-panel__toggle-btn svg{width:18px;height:18px}.side-panel__toggle-btn:hover{background-color:#e9ecef;color:var(--color-primary);border-color:#d7dae1}.side-panel__nav{flex:1;padding:10px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;overflow-x:hidden}.side-panel__item-group{width:100%}.side-panel__item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border-radius:8px;border:none;background:transparent;color:#6b7280;cursor:pointer;text-align:left;white-space:nowrap;transition:background .25s ease,color .25s ease;font-size:14px;font-weight:500;line-height:1.4}.side-panel__item:hover{background-color:#484a4f12;color:var(--color-primary)}.side-panel__item--active{background-color:#eef4ff!important;color:#3d52d5!important;font-weight:600}.side-panel__item--disabled{cursor:default;opacity:.45}.side-panel__item--disabled:hover{background:transparent;color:#6b7280}.side-panel__item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.side-panel__item-icon svg{width:20px;height:20px}.side-panel__item-label{flex:1;overflow:hidden;text-overflow:ellipsis;transition:opacity .25s ease,width .25s ease}.side-panel__item-chevron{display:flex;align-items:center;flex-shrink:0;opacity:.55;transition:opacity .25s ease}.side-panel__item-chevron svg{width:16px;height:16px}.side-panel__item-badge{flex-shrink:0;font-size:10px;font-weight:600;line-height:1;letter-spacing:.02em;text-transform:uppercase;padding:3px 6px;border-radius:4px;color:#3d52d5;background-color:#eef4ff;border:1px solid rgba(61,82,213,.18)}.side-panel__sub-nav{margin-top:2px;padding-left:36px;display:flex;flex-direction:column;gap:1px}.side-panel__sub-item{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:6px;border:none;background:transparent;color:#6b7280;cursor:pointer;text-align:left;font-size:13px;font-weight:400;white-space:nowrap;transition:background .25s ease,color .25s ease}.side-panel__sub-item:hover{background-color:#484a4f12;color:var(--color-primary)}.side-panel__sub-item--active{background-color:#eef4ff!important;color:#3d52d5!important;font-weight:500}.side-panel__sub-item-dot{display:flex;align-items:center;flex-shrink:0;opacity:.5}.side-panel__sub-item-dot svg{width:14px;height:14px}.button-wrapper{display:flex;border-radius:6px;padding:0 24px;height:34px;text-align:center;font-size:12px;justify-content:center;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;border:none}.button-wrapper.ghost{border:1px solid var(--blue-primary);background:var(--grey-scale-white);color:var(--blue-primary)}.button-wrapper.ghost .btn-title,.button-wrapper.ghost .button-icon{color:var(--blue-primary)}.button-wrapper.ghost:hover{box-shadow:var(--shadow-soft)}.button-wrapper:not(.ghost){background-color:var(--blue-primary)}.button-wrapper:not(.ghost) .btn-title,.button-wrapper:not(.ghost) .button-icon{color:#fff}.button-wrapper:not(.ghost):hover:not(.disabled){box-shadow:var(--shadow-hard)}.button-wrapper.disabled{opacity:.2;cursor:default}.button-wrapper .button-icon{display:flex;align-items:center;margin-left:-16px;margin-right:8px;font-size:17px;color:#fff}.button-wrapper.hidden{display:none}.items-wrapper{display:flex;border:1px solid #e9ebf0;border-radius:10px;padding:11px 22px;font-size:16px;line-height:130%;justify-content:space-between;cursor:pointer;align-items:center}.items-wrapper:hover{box-shadow:var(--shadow-soft)}.items-wrapper .title-wrapper{display:flex;align-items:center}.items-wrapper .title-wrapper .drag-icon-container{display:flex;align-items:center;margin-left:-10px;margin-right:10px;width:20px;height:20px}.items-wrapper .title-wrapper .drag-icon-container .drag-icon{cursor:grab}.items-wrapper .drag-icon{display:flex;width:20px;height:24px;justify-content:center;align-items:center;cursor:grab}.items-wrapper .item-name{font-weight:600}.items-wrapper .item-name a{text-decoration:none;color:#000!important}.items-wrapper .edit-delete-icon-wrapper{display:flex;font-size:16px;gap:12px}.items-wrapper .edit-delete-icon-wrapper .edit-icon,.items-wrapper .edit-delete-icon-wrapper .reset-icon,.items-wrapper .edit-delete-icon-wrapper .delete-icon{cursor:pointer}.items-wrapper .edit-delete-icon-wrapper .edit-icon.disabled,.items-wrapper .edit-delete-icon-wrapper .reset-icon.disabled,.items-wrapper .edit-delete-icon-wrapper .delete-icon.disabled{opacity:.5;pointer-events:none}.items-wrapper .edit-delete-icon-wrapper .edit-icon:not(.disabled):hover{color:#00f}.items-wrapper .edit-delete-icon-wrapper .delete-icon:not(.disabled):hover{color:red}.header-wrapper{display:flex;padding:10px 29px;border-bottom:1px solid #d7dae1;box-shadow:var(--shadow-soft);align-items:center;justify-content:flex-end;gap:20px;position:relative;z-index:10}.header-wrapper .header-left{margin-right:auto}.header-wrapper .header-left img{height:40px;object-fit:cover}.header-wrapper .building-dropdown,.header-wrapper .room-type-dropdown{display:flex;border:none;background-color:#fff;color:#000;width:130px;height:36px;justify-content:space-between;align-items:center}.header-wrapper .building-dropdown svg,.header-wrapper .room-type-dropdown svg{margin-right:10px}.header-wrapper .building-dropdown:hover,.header-wrapper .room-type-dropdown:hover{background-color:#e9ecef!important;color:#000}.header-wrapper .showroom-dropdown{display:flex;border:none;background-color:#fff;color:#000;width:200px;justify-content:space-between;align-items:center}.header-wrapper .showroom-dropdown svg{margin-right:10px}.header-wrapper .showroom-dropdown:hover{background-color:#e9ecef!important;color:#000}.header-wrapper .select-menu{width:100%}.header-wrapper .select-menu .dropdown-item{padding:4px 8px}.header-wrapper .select-menu .dropdown-item:hover{background-color:#e9ecef;color:#000}.header-wrapper .select-menu .select-menu-list{display:grid;font-size:14px;grid-template-columns:10px auto;width:100%;gap:14px}.header-wrapper .select-menu .select-menu-list .right-icon svg{height:14px;width:14px}.header-wrapper .select-menu .select-menu-list .list-name{display:flex;align-items:center;gap:10px}.header-wrapper .header-right{display:flex}.header-wrapper .header-right .user-avatar{height:32px;width:32px;border-radius:50%}.header-wrapper .header-right .dropdown-menu{width:320px}.header-wrapper .header-right .dropdown-menu .user-profile-wrapper{display:flex;align-items:center;justify-content:center;padding-top:10px;padding-bottom:10px}.header-wrapper .header-right .dropdown-menu .user-profile-wrapper .user-avatar-wrapper .large-user-avatar{width:88px;height:88px;border-radius:50%}.header-wrapper .header-right .dropdown-menu .user-profile-wrapper .user-detail-wrapper .user-name{font-weight:700;width:184px;font-size:18px;margin-left:15px;overflow-wrap:break-word}.header-wrapper .header-right .dropdown-menu .user-profile-wrapper .user-detail-wrapper .user-department{width:184px;font-size:13px;color:#3e3f41;margin-left:15px;margin-bottom:6px;overflow-wrap:break-word}.header-wrapper .header-right .dropdown-menu .user-profile-wrapper .user-detail-wrapper .user-email{font-size:13px;margin-left:15px;margin-bottom:10px}.header-wrapper .header-right .dropdown-menu .user-profile-wrapper .user-detail-wrapper .dropdown-item:hover,.header-wrapper .header-right .dropdown-menu .user-profile-wrapper .user-detail-wrapper .dropdown-item:focus,.header-wrapper .header-right .dropdown-menu .user-profile-wrapper .user-detail-wrapper .dropdown-item:active{background:none!important;color:#000}.header-wrapper .header-right .btn{background:none;border:none}.header-wrapper .header-right .btn:after{color:#3e3f41;margin-left:20px}.modal-header .btn-close:focus{box-shadow:none}.modal-body-title{font-size:14px;font-weight:600;line-height:130%;margin-bottom:8px}.modal-footer{border:none!important;justify-content:center!important}.modal-footer .footer-btn{width:250px}.confirmation-modal-backdrop{z-index:1055}.confirmation-modal .modal-content{min-height:350px}.confirmation-modal .modal-content .modal-body{display:flex;align-items:center;justify-content:center;flex-direction:column}.confirmation-modal .modal-content .modal-body .modal-body-part{margin-top:11px;width:70%;text-align:center;font-weight:500}.confirmation-modal .modal-content .modal-body .modal-secondary-body-part{margin-top:11px;width:90%;font-size:14px;color:#5b5c5e;text-align:center;font-weight:400}.confirmation-modal .modal-content .modal-body .modal-secondary-body-part li{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.confirmation-modal .modal-content .modal-body .modal-secondary-body-part .text-left{text-align:left}.confirmation-modal .modal-content .modal-body .modal-secondary-body-part.danger{color:var(--bs-danger)}.confirmation-modal .confirmation-icon-wrapper{display:flex;background-color:#f5f5fa;align-items:center;justify-content:center;border-radius:50px;width:90px;height:90px}.confirmation-modal .confirmation-footer-btn-wrapper{display:flex;width:100%;justify-content:center;gap:8px}.confirmation-modal .confirmation-footer-btn-wrapper .confirmation-footer-no-btn{background-color:#fff;color:#000;width:144px;font-size:14px}.confirmation-modal .confirmation-footer-btn-wrapper .confirmation-footer-yes-btn{width:144px;font-size:14px}.media-wrapper .media-title-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.media-wrapper .media-title-wrapper .heading-title{margin-bottom:2.5px}.media-wrapper .media-card-wrapper{display:flex;flex-direction:row;gap:14px;flex-wrap:wrap}.media-wrapper .media-card-wrapper.list{gap:4px}.media-wrapper .media-card-wrapper .media-list-card-header{display:flex;width:100%;gap:8px;padding:6px 8px;background-color:#eef4ff}.media-wrapper .media-card-wrapper .media-list-card-header .sort-button{cursor:pointer}.media-wrapper .media-card-wrapper .media-list-card-header .sort-button svg{display:flex;height:20px;width:20px}.media-wrapper .media-card-wrapper .media-list-card-header .preview-col{display:flex;align-items:center;width:50px}.media-wrapper .media-card-wrapper .media-list-card-header .name-col{display:flex;align-items:center;width:460px}.media-wrapper .media-card-wrapper .media-list-card-header .created-col{display:flex;width:90px;font-size:14px;align-items:center}.media-wrapper .media-card-wrapper .media-list-card-header .delete-col{width:50px}.media-wrapper .media-card-wrapper .media-grid-card{display:flex;border-radius:10px;border:1px solid #e9ebf0;background-color:#fff;width:151px;height:161px;padding:6px;text-align:center;justify-content:center;align-items:center;flex-direction:column}.media-wrapper .media-card-wrapper .media-grid-card.selected{border:2px solid #000000}.media-wrapper .media-card-wrapper .media-grid-card .media{position:relative;min-height:120px;min-width:138px}.media-wrapper .media-card-wrapper .media-grid-card .media:hover .action-button{display:flex;align-items:center;justify-content:center}.media-wrapper .media-card-wrapper .media-grid-card .media .action-button{display:none;position:absolute;right:0;z-index:1;color:#fff;background:#000007;border-radius:40px;margin:5px;height:24px;width:24px}.media-wrapper .media-card-wrapper .media-grid-card .media .action-button:hover{background:#000009;cursor:pointer}.media-wrapper .media-card-wrapper .media-grid-card .media .action-button:nth-child(2){right:30px}.media-wrapper .media-card-wrapper .media-grid-card .media .media-image{width:138px;height:120px;border-radius:3px;object-fit:cover}.media-wrapper .media-card-wrapper .media-grid-card .media .media-audio-wrapper{display:flex;position:relative;justify-content:center;align-items:center;background:url(/audio-icon.jpg);background-position:center;background-size:cover;width:138px;height:120px;border-radius:3px}.media-wrapper .media-card-wrapper .media-grid-card .media .media-audio-wrapper .audio-icon-image{height:180px;width:180px}.media-wrapper .media-card-wrapper .media-grid-card .media .media-audio-wrapper .audio-icon-wrapper{display:flex;position:absolute;width:138px;height:120px;font-size:32px;justify-content:center;align-items:center;color:#d7dae1}.media-wrapper .media-card-wrapper .media-grid-card .media .media-audio-wrapper .audio-icon-wrapper svg{cursor:pointer}.media-wrapper .media-card-wrapper .media-grid-card .media .media-video-wrapper{position:relative}.media-wrapper .media-card-wrapper .media-grid-card .media .media-video-wrapper .play-icon-wrapper{display:flex;position:absolute;font-size:32px;width:138px;height:120px;justify-content:center;align-items:center;color:#d7dae1;background-color:#00000080;border-radius:6px}.media-wrapper .media-card-wrapper .media-grid-card .media .media-video-wrapper .play-icon-wrapper svg{cursor:pointer;z-index:9}.media-wrapper .media-card-wrapper .media-grid-card .media-name-wrapper{display:flex;margin-top:7px;gap:8px;width:100%;align-items:center;justify-content:center}.media-wrapper .media-card-wrapper .media-grid-card .media-name-wrapper .media-name{font-size:12px;text-overflow:ellipsis;width:100%;white-space:nowrap;text-align:left;overflow:hidden}.media-wrapper .media-card-wrapper .media-list-card{display:flex;max-width:100%;border:1px solid transparent;background-color:#fff;cursor:pointer;padding:2px 8px;gap:8px;align-items:center}.media-wrapper .media-card-wrapper .media-list-card.selected{background-color:#6565651a}.media-wrapper .media-card-wrapper .media-list-card .media-preview-wrapper{--list-item-width: 50px;--list-item-height: 30px;width:var(--list-item-width);height:var(--list-item-height)}.media-wrapper .media-card-wrapper .media-list-card .media-preview-wrapper .media-image{width:var(--list-item-width);height:var(--list-item-height);object-fit:contain;border:1px solid #e9ebf0}.media-wrapper .media-card-wrapper .media-list-card .media-preview-wrapper .media-audio-wrapper{display:flex;position:relative;justify-content:center;align-items:center;background:url(/audio-icon.jpg);background-position:center;background-size:cover;width:var(--list-item-width);height:var(--list-item-height);border-radius:3px}.media-wrapper .media-card-wrapper .media-list-card .media-preview-wrapper .media-audio-wrapper .audio-icon-image{width:var(--list-item-width);height:var(--list-item-height)}.media-wrapper .media-card-wrapper .media-list-card .media-preview-wrapper .media-audio-wrapper .audio-icon-wrapper{display:flex;position:absolute;width:var(--list-item-width);height:var(--list-item-height);font-size:32px;justify-content:center;align-items:center;color:#d7dae1;background:transparent}.media-wrapper .media-card-wrapper .media-list-card .media-preview-wrapper .media-audio-wrapper .audio-icon-wrapper svg{cursor:pointer;height:25px;width:25px}.media-wrapper .media-card-wrapper .media-list-card .media-preview-wrapper .media-video-wrapper{position:relative}.media-wrapper .media-card-wrapper .media-list-card .media-preview-wrapper .media-video-wrapper .play-icon-wrapper{display:flex;position:absolute;font-size:32px;width:var(--list-item-width);height:var(--list-item-height);justify-content:center;align-items:center;color:#d7dae1;background-color:#00000080;border-radius:6px}.media-wrapper .media-card-wrapper .media-list-card .media-preview-wrapper .media-video-wrapper .play-icon-wrapper svg{cursor:pointer;z-index:9;height:25px;width:25px}.media-wrapper .media-card-wrapper .media-list-card .media-name-wrapper{display:flex;padding-right:10px;flex-wrap:wrap;align-items:center;width:415px;gap:4px}.media-wrapper .media-card-wrapper .media-list-card .media-name-wrapper .media-name{font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-wrapper .media-card-wrapper .media-list-card .created-at-wrapper{display:flex;align-items:center;width:90px;font-size:14px}.media-wrapper .media-card-wrapper .media-list-card .close-button{display:flex;width:20px;align-items:center;justify-content:center;cursor:pointer}.media-wrapper .media-card-wrapper .media-list-card .close-button :hover{background-color:#00000014}.media-wrapper .media-card-wrapper .media-list-card .close-button .action-button{display:flex;border-radius:5px;align-items:center;justify-content:center;overflow:hidden;width:20px;height:20px}.media-wrapper .media-card-wrapper .media-list-card .close-button .action-button svg{background-color:transparent}.videoModal{display:flex!important;height:100%;width:100%}.videoModal .modal-dialog{width:75vw;max-width:unset}.videoModal .modal-dialog .modal-content{width:100%!important;height:100%!important}.videoModal .modal-dialog .modal-content .modal-body{overflow:auto}.videoModal .modal-dialog .modal-content .modal-body .video-modal-wrapper{height:100%;width:100%}.videoModal .modal-dialog .modal-content .modal-body .video-modal-wrapper .media-image{width:100%;height:100%}.videoModal .modal-dialog .modal-content .modal-body .video-modal-wrapper .error-message{display:flex;justify-content:center;align-items:center;height:100%;width:100%;font-size:18px}.audioModal{display:flex!important;height:100%;width:100%}.audioModal .modal-dialog{width:65%!important;max-width:unset}.audioModal .modal-dialog .modal-content{width:100%!important;height:100%!important}.audioModal .modal-dialog .modal-content .modal-body{overflow:auto}.audioModal .modal-dialog .modal-content .modal-body .media-image{width:100%;height:100%}.audioModal .modal-dialog .modal-content .modal-body .audio-image{width:100%;height:100%;object-fit:contain}.default-tab-wrapper .dropdown-item{overflow:hidden;text-overflow:ellipsis}.default-tab-wrapper .dropdown-wrapper{display:flex;gap:10px;align-items:center}.default-tab-wrapper .dropdown-wrapper strong{color:var(--color-primary);text-align:right;font-size:16px;font-style:normal;font-weight:600}.default-tab-wrapper .default-list-table{margin-bottom:20px}.default-tab-wrapper .default-list-table .number{width:100px}.default-tab-wrapper .default-list-table tr td{vertical-align:middle}.default-tab-wrapper .default-list-table tr td .tv-name{width:100%;word-break:break-all}.default-tab-wrapper .default-list-table tr td:first-child{width:5%}.default-tab-wrapper .default-list-table tr td:nth-child(2){width:600px}.default-tab-wrapper .default-list-table tr td:nth-child(3){width:200px}.default-tab-wrapper .default-list-table tr td:nth-child(4){width:200px}.TVC-tab-wrapper .checkbox-wrapper{display:flex;justify-content:flex-end;gap:10px}.TVC-tab-wrapper .checkbox-wrapper .checkbox-label{color:#a0a3ab}.TVC-tab-wrapper .TVC-list-table thead th:first-child{width:100px}.TVC-tab-wrapper .TVC-list-table tbody tr .media{width:200px;text-align:center}.TVC-tab-wrapper .TVC-list-table tbody tr .audio{width:200px}.TVC-tab-wrapper .TVC-list-table tbody tr svg{cursor:pointer}.TVC-tab-wrapper .TVC-list-table tbody td{vertical-align:middle}.TVC-tab-wrapper .TVC-list-table tbody td .tv-name{max-width:500px;word-break:break-all}.TVC-tab-wrapper .TVC-list-table tr{border-style:hidden}.TVC-tab-wrapper .TVC-list-table tbody{vertical-align:middle}.TVC-tab-wrapper .TVC-list-table .media-upload-wrapper{display:flex;background-color:var(--color-primary);margin:15px;width:48px;height:32px;border-radius:6px;color:#fff;font-size:20px;align-items:center;justify-content:center;cursor:pointer}.gallery-modal .modal-dialog{max-width:700px}.gallery-modal .modal-content{width:700px!important;min-height:705px!important;position:relative}.gallery-modal .modal-content .gallery-tabs{display:flex;align-items:center;gap:4px;padding:0 16px;border-bottom:1px solid #e9ebf0}.gallery-modal .modal-content .gallery-tabs .gallery-tab{position:relative;background:transparent;border:none;padding:12px 14px 10px;font-size:14px;font-weight:500;color:#97989b;cursor:pointer;margin-bottom:-1px}.gallery-modal .modal-content .gallery-tabs .gallery-tab:hover,.gallery-modal .modal-content .gallery-tabs .gallery-tab.active{color:#333}.gallery-modal .modal-content .gallery-tabs .gallery-tab.active:after{content:"";position:absolute;left:8px;right:8px;bottom:-1px;height:2px;background:#333333;border-radius:2px}.gallery-modal .modal-content .gallery-tabs .gallery-tab.disabled,.gallery-modal .modal-content .gallery-tabs .gallery-tab:disabled{opacity:.45;cursor:not-allowed}.gallery-modal .modal-content .gallery-tabs .gallery-tab.disabled:hover,.gallery-modal .modal-content .gallery-tabs .gallery-tab:disabled:hover{color:#97989b}.gallery-modal .modal-content .gallery-tab-panel[hidden]{display:none}.gallery-modal .modal-content .gallery-tab-panel-cloud{display:flex;flex-direction:column}.gallery-modal .modal-content .view-toggle{display:flex;gap:4px;padding:4px;background:#f2f2f2;border-radius:6px}.gallery-modal .modal-content .view-toggle .view-toggle-button{display:flex;padding:5px;border:none;cursor:pointer;border-radius:5px;color:#000}.gallery-modal .modal-content .view-toggle .view-toggle-button.active,.gallery-modal .modal-content .view-toggle .view-toggle-button:hover{background-color:#fff}.gallery-modal .modal-content .cloud-view-header .cloud-breadcrumb-group{display:flex;align-items:center;gap:2px}.gallery-modal .modal-content .cloud-view-header .cloud-back-btn{background:transparent;border:none;display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;color:#333;font-size:14px;font-weight:500;cursor:pointer}.gallery-modal .modal-content .cloud-view-header .cloud-back-btn:hover{background:#f5f5fa}.gallery-modal .modal-content .cloud-view-header .cloud-back-btn svg{width:14px;height:14px}.gallery-modal .modal-content .cloud-view-header .cloud-back-btn.cloud-home-btn{padding:6px}.gallery-modal .modal-content .cloud-view-header .cloud-view-search .sub-wrapper{padding:4px 8px}.gallery-modal .modal-content .cloud-view-header .cloud-view-search .search-media-wrapper{border-left:none;padding-left:6px}.gallery-modal .modal-content .gallery-media-wrapper{overflow:auto;height:482px}.gallery-modal .modal-content .search-container{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.gallery-modal .modal-content .search-container .actions{display:flex;gap:10px;align-items:center}.gallery-modal .modal-content .search-container .file-upload{display:none}.gallery-modal .modal-content .search-container .gallery-search-wrapper{display:inline-block}.gallery-modal .modal-content .search-container .gallery-search-wrapper .sub-wrapper{display:flex;border:1px solid #e9ebf0;border-radius:10px;gap:10px}.gallery-modal .modal-content .search-container .gallery-search-wrapper .gallery-dropdown,.gallery-modal .modal-content .search-container .gallery-search-wrapper .gallery-dropdown .dropdown{display:flex}.gallery-modal .modal-content .search-container .gallery-search-wrapper .gallery-dropdown .dropdown-item{cursor:pointer}.gallery-modal .modal-content .search-container .gallery-search-wrapper .gallery-dropdown .dropdown-menu{margin-top:3px}.gallery-modal .modal-content .search-container .gallery-search-wrapper .gallery-dropdown .btn{padding:0;color:#000;background-color:#fff;border:none;margin-left:10px}.gallery-modal .modal-content .search-container .gallery-search-wrapper .gallery-dropdown .btn:after{margin-left:60px}.gallery-modal .modal-content .search-container .search-media-wrapper{display:flex;border-left:1px solid #e9ebf0;padding-left:10px;margin-right:5px}.gallery-modal .modal-content .search-container .search-media-wrapper .search-inputbox{border:none;width:200px;outline:none}.gallery-modal .modal-content .search-container .search-media-wrapper .searchbar-icon{display:flex;font-size:20px;align-items:center}.gallery-modal .modal-content .delete-media-btn-container{display:flex;justify-content:end;align-items:center;margin-bottom:16px}.gallery-modal .modal-content .file-dropzone{height:500px;position:absolute;width:100%;top:65px;left:0;background:rgba(255,255,255,.9);border:1px solid #e9ebf0;padding:20px;z-index:1}.gallery-modal .modal-content .file-dropzone .drop-area{border:1px dashed #8a8c8f;border-radius:8px;display:flex;align-items:center;justify-content:center;height:100%}.gallery-modal .modal-content .file-dropzone .dropzone{height:100%;width:100%}.gallery-media-wrapper::-webkit-scrollbar{width:8px}.gallery-media-wrapper::-webkit-scrollbar-track{border-radius:10px}.gallery-media-wrapper::-webkit-scrollbar-thumb{background:#cbcccd;border-radius:10px}.PPTTab-Wrapper{display:flex;gap:36px}.PPTTab-Wrapper .PPT-TV-list-wrapper{display:flex;width:100%;flex-direction:column;gap:20px}.PPTTab-Wrapper .PPT-TV-list-wrapper .PPT-TV-item{border:1px solid #e5e5e6;border-radius:6px;padding:7px 25px;width:320px;margin-bottom:16px;font-weight:600;font-size:16px;cursor:pointer}.PPTTab-Wrapper .PPT-TV-list-wrapper .PPT-TV-item.selected-TV-item{background-color:#000;color:#fff}.PPTTab-Wrapper .PPT-TV-list-wrapper .top-tv-wrapper{display:flex;gap:10px;align-items:center}.PPTTab-Wrapper .PPT-TV-list-wrapper .top-tv-wrapper .dropdown button{display:flex;width:200px;justify-content:space-between;align-items:center;background-color:#fff;color:#000;border-color:#d7dae1}.PPTTab-Wrapper .PPT-TV-list-wrapper .top-tv-wrapper .dropdown button .tv-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.PPTTab-Wrapper .PPT-TV-list-wrapper .top-tv-wrapper .dropdown .dropdown-menu{width:200px}.PPTTab-Wrapper .PPT-TV-list-wrapper .top-tv-wrapper .dropdown .dropdown-menu .dropdown-item{text-overflow:ellipsis;overflow:hidden}.PPTTab-Wrapper .PPT-TV-media-wrapper{flex:1 1}.PPTTab-Wrapper .PPT-TV-media-wrapper .default-empty-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:150px}.PPTTab-Wrapper .PPT-TV-media-wrapper .default-empty-wrapper .empty-text{font-weight:600;font-size:20px;margin:40px 0}.PPTTab-Wrapper .PPT-TV-media-wrapper .default-empty-wrapper .file-upload{display:none}.PPTTab-Wrapper .ppt-list-wrapper{display:flex;flex-direction:column;gap:8px}.PPTTab-Wrapper .ppt-list-wrapper .title{color:var(--color-primary);font-size:16px;font-style:normal;font-weight:600;line-height:130%}.PPTTab-Wrapper .ppt-list-wrapper .ppt-active-media-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.PPTTab-Wrapper .ppt-list-wrapper .ppt-active-media-wrapper .add-btn{display:flex;cursor:pointer;align-items:center;justify-content:center;border-radius:10px;border:1px solid #e5e5e6;height:212px;width:199px}.PPTTab-Wrapper .ppt-list-wrapper .ppt-active-media-wrapper .add-btn .btn-text{display:flex;gap:10px;align-items:center;justify-content:center}.PPTTab-Wrapper .ppt-list-wrapper .ppt-active-media-wrapper .item-wrapper,.PPTTab-Wrapper .ppt-list-wrapper .ppt-active-media-wrapper .item-wrapper *{-webkit-user-select:none;user-select:none}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table thead :nth-child(3){text-align:center}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table thead :nth-child(4){text-align:center}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table tbody tr :nth-child(3){display:flex;justify-content:center;border-style:hidden}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table tbody tr :nth-child(4){text-align:center}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table tr{border-style:hidden}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table tbody{vertical-align:middle}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table .selected-media-wrapper{display:inline-block;border-radius:10px;border:1px solid #cbcccd;padding:4px;background-color:#fff;height:62px;width:62px}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table .selected-media-wrapper .icons-wrapper{display:none}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table .selected-media-wrapper .media-video-wrapper{position:relative;height:52px}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table .selected-media-wrapper .media-video-wrapper .media-image{width:52px;height:52px;object-fit:cover;border-radius:6px}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table .selected-media-wrapper .media-video-wrapper .play-icon-wrapper{display:flex;position:absolute;font-size:15px;width:52px;height:52px;justify-content:center;align-items:center;color:#d7dae1;background-color:#00000080;border-radius:6px}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table .selected-media-wrapper .media-video-wrapper .play-icon-wrapper svg{cursor:pointer;z-index:9}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table .selected-media-wrapper:hover .media-hover-wrapper{display:flex;position:absolute;background:rgba(0,0,0,.5);width:62px;height:62px;justify-content:center;align-items:center;color:#fff;border-radius:10px;margin-top:-57px;margin-left:-5px;z-index:9999}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table .selected-media-wrapper:hover .media-hover-wrapper .icons-wrapper{display:flex;z-index:999;font-size:20px;gap:12px}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table .selected-media-wrapper:hover .media-hover-wrapper .icons-wrapper .icon-container{display:flex;background-color:#000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;cursor:pointer}.PPTTab-Wrapper .ppt-list-wrapper .ppt-list-table .selected-media-wrapper .selected-media-image{width:52px;height:52px;border-radius:6px;object-fit:cover}.PPTTab-Wrapper .ppt-scenes-wrapper{display:flex;align-items:center;justify-content:space-between}.PPTTab-Wrapper .ppt-scene-list-table thead th:first-child{width:100px}.PPTTab-Wrapper .ppt-scene-list-table tbody tr .media{width:200px;text-align:center}.PPTTab-Wrapper .ppt-scene-list-table tbody tr .audio{width:200px}.PPTTab-Wrapper .ppt-scene-list-table tbody tr svg{cursor:pointer}.PPTTab-Wrapper .ppt-scene-list-table tbody td{vertical-align:middle}.PPTTab-Wrapper .ppt-scene-list-table tbody td .tv-name{max-width:500px;word-break:break-all}.PPTTab-Wrapper .ppt-scene-list-table tr{border-style:hidden}.PPTTab-Wrapper .ppt-scene-list-table tbody{vertical-align:middle}.PPTTab-Wrapper .ppt-scene-list-table .media-upload-wrapper{display:flex;background-color:var(--color-primary);margin:15px;width:48px;height:32px;border-radius:6px;color:#fff;font-size:20px;align-items:center;justify-content:center;cursor:pointer}.merchandising-wrapper{display:flex;flex-direction:column;gap:20px}.merchandising-wrapper .merchandising-button-wrapper{display:flex;gap:8px}.merchandising-wrapper .merchandising-tv-wrapper{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center}.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper{display:flex;gap:12px;flex-wrap:wrap}.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper .top-tv-wrapper,.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper .bottom-tv-wrapper{display:flex;gap:12px;align-items:center}.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper .top-tv-wrapper .dropdown button,.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper .bottom-tv-wrapper .dropdown button{display:flex;width:200px;justify-content:space-between;align-items:center;background-color:#fff;color:#000;border-color:#d7dae1}.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper .top-tv-wrapper .dropdown button .tv-title,.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper .bottom-tv-wrapper .dropdown button .tv-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper .top-tv-wrapper .dropdown .dropdown-menu,.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper .bottom-tv-wrapper .dropdown .dropdown-menu{width:200px}.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper .top-tv-wrapper .dropdown .dropdown-menu .dropdown-item,.merchandising-wrapper .merchandising-tv-wrapper .tv-wrapper .bottom-tv-wrapper .dropdown .dropdown-menu .dropdown-item{text-overflow:ellipsis;overflow:hidden}.merchandising-wrapper .merchandising-list-wrapper{overflow-x:auto}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table{min-width:1400px}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table th:first-child{width:100px}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table td .drag-icon-container{display:flex;justify-content:center}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table .no{width:100px}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table .actions{width:300px}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table tr{border-style:hidden}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table tbody{vertical-align:middle}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table .edit-delete-icon-wrapper{width:100%;display:flex;font-size:16px;align-items:center;gap:12px;word-break:break-word}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table .edit-delete-icon-wrapper.actions{justify-content:space-evenly}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table .edit-delete-icon-wrapper .edit-icon{cursor:pointer}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table .edit-delete-icon-wrapper .edit-icon:hover{color:#00f}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table .edit-delete-icon-wrapper .delete-icon{cursor:pointer}.merchandising-wrapper .merchandising-list-wrapper .merchandising-list-table .edit-delete-icon-wrapper .delete-icon:hover{color:red}.media-file-name{font-size:14px!important;max-width:calc(100% - 74px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-media-wrapper{display:inline-block;position:relative;border-radius:10px;border:1px solid #cbcccd;padding:4px;background-color:#fff;height:62px;width:62px}.selected-media-wrapper .icons-wrapper{display:none}.selected-media-wrapper .media-video-wrapper{position:relative;height:52px}.selected-media-wrapper .media-video-wrapper .media-image{width:52px;height:52px;object-fit:cover;border-radius:6px}.selected-media-wrapper .media-video-wrapper .play-icon-wrapper{display:flex;position:absolute;font-size:15px;width:52px;height:52px;justify-content:center;align-items:center;color:#d7dae1;background-color:#00000080;border-radius:6px}.selected-media-wrapper .media-video-wrapper .play-icon-wrapper svg{cursor:pointer;z-index:9}.selected-media-wrapper .media-hover-wrapper{display:none;position:absolute;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;justify-content:center;align-items:center;color:#fff;border-radius:10px;z-index:999}.selected-media-wrapper .media-hover-wrapper .icons-wrapper{display:flex;z-index:999;font-size:20px;gap:4px}.selected-media-wrapper .media-hover-wrapper .icons-wrapper .icon-container{display:flex;background-color:#000;border-radius:5px;justify-content:center;align-items:center;width:20px;height:20px;cursor:pointer}.selected-media-wrapper .media-hover-wrapper .icons-wrapper .icon-container.large{width:30px;height:30px}.selected-media-wrapper:hover .media-hover-wrapper{display:flex}.selected-media-wrapper .selected-media-image{width:52px;height:52px;border-radius:6px;object-fit:cover}.card-media-preview-wrapper{position:relative;border:1px solid #e5e5e6;height:212px;width:199px;border-radius:9px;cursor:grab;background:#ffffff}.card-media-preview-wrapper:hover{border:1px solid #000000;z-index:99}.card-media-preview-wrapper img{pointer-events:none}.card-media-preview-wrapper .dropdown-toggle{z-index:100;background:none!important;color:var(--text-colors-paragraph-gray);border:none;padding:0}.card-media-preview-wrapper .dropdown-toggle:after{display:none}.card-media-preview-wrapper .dropdown-menu{width:100px!important;min-width:100px!important}.card-media-preview-wrapper .dropdown-item{width:100px}.card-media-preview-wrapper .remove-icon,.card-media-preview-wrapper .download-icon{display:flex;position:absolute;top:10px;right:10px;border-radius:50%;background:grey;width:25px;height:25px;align-items:center;justify-content:center;color:#fff;z-index:9}.card-media-preview-wrapper .remove-icon+.download-icon{right:38px}.card-media-preview-wrapper .card-media-preview{height:80%;width:100%;border-radius:9px;padding:4px;object-fit:cover}.card-media-preview-wrapper .card-media-footer{margin-left:10px;display:flex;height:38px;align-items:center}.card-media-preview-wrapper .card-media-footer.has-audio{max-width:calc(100% - 50px)}.card-media-preview-wrapper .card-media-footer .audio-preview{position:absolute;right:2px;bottom:2px;padding:2px;border-radius:5px;z-index:9;cursor:pointer!important}.card-media-preview-wrapper .card-media-preview-name{color:var(--color-primary);font-size:14px;font-style:normal;font-weight:500;line-height:130%;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cloud-source-badge{position:absolute;top:2px;left:2px;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;color:#fff;background-color:#1d6ad6;box-shadow:0 0 0 1.5px #fff;z-index:10;pointer-events:auto}.cloud-source-badge svg{width:10px;height:10px}.cloud-source-badge--deleted{background-color:#d97706}.card-media-preview-wrapper>.cloud-source-badge{top:8px;left:8px;width:22px;height:22px}.card-media-preview-wrapper>.cloud-source-badge svg{width:13px;height:13px}.media-deleted .selected-media-image,.media-deleted .media-image,.media-deleted .card-media-preview{filter:grayscale(60%) opacity(.7)}.cloud-deleted-tint{color:#d97706!important}.TV-modal .modal-content{width:460px!important}.TV-modal .modal-content .modal-body{display:flex;flex-direction:column;gap:10px}.TV-modal .modal-content .modal-body .tv-name{font-size:14px;font-weight:600;line-height:130%}.TV-modal .modal-content .modal-body .required-icon{color:red;margin-left:2px}.TV-modal .modal-content .modal-body .error-msg{color:red;font-size:12px;font-weight:500;line-height:130%}.tv-box{display:flex;position:relative;flex-direction:column;align-items:center;height:200px;width:200px;justify-content:space-between;overflow:hidden;border:1px solid #e5e5e6;background:#ffffff;padding:4px;gap:20px}.tv-box.small{position:relative;height:148px}.tv-box.small .selected-media-image{-webkit-user-select:none;user-select:none}.tv-box.small .tv-name{display:flex;position:absolute;right:4px;bottom:4px;left:4px;-webkit-user-select:none;user-select:none;border-radius:6px;width:calc(100% - 8px);height:90px;color:#fff;padding:4px;align-items:end;justify-content:center;background:linear-gradient(360deg,rgba(33,33,33,.93) 8.08%,rgba(0,0,0,0) 85.71%)}.tv-box.no-media .text{display:flex;background:#8a8c8f;color:#fff;border-radius:6px;align-items:center;justify-content:center}.tv-box .text,.tv-box .selected-media-image,.tv-box .media-image,.tv-box .play-icon-wrapper,.tv-box .media-video-wrapper{width:100%!important;height:100%!important;max-height:138px!important;object-fit:cover;background:#d3d3d3;color:#d3d3d3}.tv-layout-heading{margin-bottom:16px;color:var(--grey-scale-900);font-size:24px;font-style:normal;font-weight:700;line-height:130%}.tv-box-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row;padding-bottom:50px;gap:20px;overflow:auto}.tv-box-column{display:flex;flex-direction:column;gap:10px}.tv-box-column .media-file-name{display:none}.tv-box-column .tv-name{z-index:1;width:100%;min-height:32px;text-align:center;text-overflow:ellipsis;overflow:hidden;color:var(--color-primary);font-size:16px;font-style:normal;font-weight:500;line-height:130%}.alert-wrapper{display:inline-block;position:fixed;bottom:0;right:24px;z-index:101}.alert-wrapper .alert-box{display:flex;gap:20px;align-items:center;padding:16px 25px}.alert-wrapper .icon{font-size:25px;display:flex;align-items:center}.imageModal{display:flex!important;height:100%;width:100%}.imageModal .modal-dialog{width:65%!important;max-width:unset}.imageModal .modal-dialog .modal-content{width:100%!important;height:100%!important}.imageModal .modal-dialog .modal-content .modal-body{overflow:auto;display:flex;justify-content:center;align-items:center}.imageModal .modal-dialog .modal-content .modal-body .media-image{max-width:100%;max-height:100%;object-fit:contain}.c-tv-wrapper .selected-media-wrapper{position:relative;border-radius:10px;border:1px solid #cbcccd;padding:4px;background-color:#fff}.c-tv-wrapper .selected-media-wrapper .media-video-wrapper{position:relative;border-radius:6px}.c-tv-wrapper .selected-media-wrapper .media-video-wrapper .media-image{object-fit:cover;border-radius:6px}.c-tv-wrapper .selected-media-wrapper .media-video-wrapper .play-icon-wrapper{display:flex;position:absolute;font-size:15px;width:52px;height:52px;justify-content:center;align-items:center;color:#d7dae1;background-color:#00000080;border-radius:6px}.c-tv-wrapper .selected-media-wrapper .media-video-wrapper .play-icon-wrapper svg{cursor:pointer;z-index:9}.c-tv-wrapper .selected-media-wrapper .icon-container{position:absolute;top:10px;right:10px;background-color:#000;color:#fff;border-radius:5px;display:none;justify-content:center;align-items:center;width:30px;height:30px;cursor:pointer}.c-tv-wrapper .selected-media-wrapper:hover .icon-container{display:flex}.c-tv-wrapper .selected-media-wrapper .selected-media-image{border-radius:6px;object-fit:cover;cursor:pointer}.c-tv-wrapper .media-file-name{font-size:14px!important;max-width:calc(100% - 74px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-upload-section{background:#fbfbfb;border:1px dashed #e5e5e6;border-radius:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:215px;cursor:pointer;position:relative}.file-upload-section .close-icon{position:absolute;top:10px;right:10px}.file-upload-section .title{font-size:16px;font-weight:700;line-height:130%;margin-top:20px;margin-bottom:6px}.file-upload-section .subtitle{font-size:16px;font-weight:400;line-height:130%}.product-modal .modal-content{width:500px!important}.product-modal .modal-content .modal-body{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px}.product-modal .modal-content .modal-body .product-label{font-size:14px;font-weight:600;line-height:130%;margin-bottom:6px}.product-modal .modal-content .modal-body .full-width{width:100%}.product-modal .modal-content .modal-body .half-width{width:calc(50% - 5px)}.product-modal .modal-content .modal-body .required-icon{color:red;margin-left:2px}.product-modal .modal-content .modal-body .error-msg{color:red;font-size:12px;font-weight:500;line-height:130%;margin-top:6px}
