@charset "UTF-8";.pop-up-common{background-color:#fff;display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-radius:12px;box-shadow:0 10px 40px #0003;overflow:hidden;max-height:100dvh}.pop-up-common .inner-content{width:810px;max-width:100vw;min-height:500px;max-height:calc(100dvh - 200px);padding:30px 60px}.pop-up-common .inner-content .caption{font-weight:600;padding-bottom:8px;color:var(--l-clr-text-default);font-size:14px}.pop-up-common .inner-content .gap{height:20px}.pop-up-common .inner-content .inner{max-height:100%;overflow-y:auto}.pop-up-common .inner-content .l-combo-box{width:100%}.pop-up-common .inner-content .items{display:flex;flex-direction:column;gap:24px}.pop-up-common .inner-content .items .item .caption{padding-bottom:6px;color:var(--clr-text-secondary);font-size:13px;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.pop-up-common .footer{padding:20px 40px;background-color:#f8f9fa;border-top:1px solid rgba(0,0,0,.05);display:flex;justify-content:flex-end;gap:10px}@media(max-width:640px){.pop-up-common{border-radius:0;width:100vw;max-width:100vw;height:100%;max-height:100%}.pop-up-common .inner-content{width:100vw;max-width:100vw;min-height:0;max-height:none;overflow-y:auto;padding:16px 14px}.pop-up-common .inner-content .inner{max-height:none}.pop-up-common .inner-content .items{gap:16px}.pop-up-common .footer{padding:12px 14px}.pop-up-common .footer .l-button{flex:1;padding:10px 0}}@media(max-width:640px){#root .l-dialog-wrapper.l-global,#modal .l-dialog-wrapper.l-global{height:100dvh}.l-dialog-wrapper-content{border-radius:0;height:100%;max-height:100%}}.common-head{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:48px;min-height:48px;background-color:var(--l-clr-background-clean);color:var(--l-clr-text-default);padding-left:50px;padding-right:10px;font-weight:700;font-size:1em;line-height:.7;letter-spacing:.6px;border-bottom:1px #c7c7cc solid}.common-head .common-head-title{display:flex;flex-direction:row;align-items:center;flex:1;min-width:0}.common-head .common-head-icon{width:34px;min-width:34px;height:20px;margin-left:8px;background-color:#fff;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.common-head .common-head-caption{padding-left:8px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.common-head .common-head-controls{display:flex;flex-direction:row;align-items:center}.common-head .common-head-controls .common-head-control{width:18px;height:18px;margin-right:5px;opacity:.8;background-size:contain;cursor:pointer}.common-head .common-head-controls .common-head-control.common-head-control-move{background-image:url(/assets/images/_common/Components/Wraps/CommonHead/img/common-head-move.svg)}.common-head .common-head-controls .common-head-control.common-head-control-favorite{background-image:url(/assets/images/_common/Components/Wraps/CommonHead/img/common-head-favorite.svg)}.common-head .common-head-controls .common-head-control:hover,.common-head .common-head-controls .common-head-control.active{opacity:1}.common-head .common-head-controls .common-head-control-close{background-color:transparent;background-position:center;background-size:contain;background-image:url(/assets/images/_common/Components/Wraps/CommonHead/img/common-head-close_color.svg)}.number-slider{display:flex;align-items:center;gap:8px}.number-slider input[type=range]{flex:1 1 auto;min-width:140px;accent-color:var(--l-clr-base)}.number-slider input[type=number]{width:86px;padding:4px 6px;border:1px solid #d0d5dd;border-radius:4px;font:inherit;line-height:1.2}.number-slider input[type=number]:focus{outline:1px solid var(--l-clr-base);outline-offset:1px;border-color:var(--l-clr-base)}.l-hint{display:inline-block;width:16px;height:16px;margin-left:4px;cursor:help;margin-bottom:.5em}.l-hint .icon-hint{background-color:#777;-webkit-mask-image:url(/assets/images/_common/img/btl/mi/help.svg);mask-image:url(/assets/images/_common/img/btl/mi/help.svg);width:16px;height:16px}.l-checkbox-switch input{display:none}.l-checkbox-switch label{display:inline-block;width:32px;height:18px;border-radius:9px;background:#cdd1da;box-shadow:inset 0 3px 4px #0003;transition:.2s;position:relative;cursor:pointer}.l-checkbox-switch label span{display:flex;flex-direction:row;align-items:center;height:18px;padding-left:40px;white-space:nowrap;-webkit-user-select:none;user-select:none}.l-checkbox-switch label:after{content:"";position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:var(--l-clr-background-clean);box-shadow:0 2px 5px #0000004d;transition:.2s}.l-checkbox-switch input:checked+label{background:var(--l-clr-base)}.l-checkbox-switch input:checked+label:after{left:16px}.l-checkbox-switch input:disabled+label{opacity:.5;cursor:not-allowed}.l-radio-switch{display:flex;border:1px solid var(--l-clr-border, #ccc);border-radius:6px;overflow:hidden}.l-radio-switch.__disabled{opacity:.33}.l-radio-switch .l-radio-switch__item{flex:1;padding:5px 8px;text-align:center;font-size:13px;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:background-color .15s,color .15s;border-right:1px solid var(--l-clr-border, #ccc)}.l-radio-switch .l-radio-switch__item:last-child{border-right:none}.l-radio-switch .l-radio-switch__item.__active{background-color:var(--l-clr-base, #1976d2);color:#fff}.l-radio-switch:not(.__disabled) .l-radio-switch__item:hover:not(.__active){cursor:pointer;background-color:var(--l-clr-hover, rgba(0, 0, 0, .05))}.groups-block{grid-area:groups;padding:25px}.groups-block .paths{display:flex;flex-direction:row;height:2em}@media(max-width:640px){.groups-block .paths{height:auto;flex-wrap:wrap;row-gap:2px;font-size:13px}}.groups-block .paths .path:not(:last-child) .name{padding-right:10px}@media(max-width:640px){.groups-block .paths .path:not(:last-child) .name{padding-right:6px}}.groups-block .paths .path:not(:last-child) .name:hover{text-decoration:underline;cursor:pointer}.groups-block .paths .path .gt{padding-right:10px}.groups-block .gb-groups{grid-area:groups}.groups-block .gb-groups .caption{font-weight:700;padding-bottom:15px;font-size:.9em}.groups-block .gb-groups .gb-items{display:flex;flex-direction:row;flex-wrap:wrap;gap:15px;align-items:stretch}@media(max-width:640px){.groups-block .gb-groups .gb-items{gap:8px}}.groups-block .gb-groups .gb-group{padding:12px 30px 12px 16px;background-color:#fff;display:flex;flex-direction:row;align-items:center;gap:12px;border-radius:8px;position:relative;min-width:290px;max-width:320px}@media(max-width:640px){.groups-block .gb-groups .gb-group{min-width:0;max-width:none;width:100%;padding:8px 28px 8px 12px;gap:10px}}.groups-block .gb-groups .gb-group:hover{cursor:pointer}.groups-block .gb-groups .gb-group .icon-folder{width:40px;height:40px;min-width:40px;opacity:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}@media(max-width:640px){.groups-block .gb-groups .gb-group .icon-folder{width:30px;height:30px;min-width:30px}}.groups-block .gb-groups .gb-group .g-col{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.groups-block .gb-groups .gb-group .g-col .g-name{padding-bottom:4px;font-weight:700;color:#2c3e50;font-size:14px}@media(max-width:640px){.groups-block .gb-groups .gb-group .g-col .g-name{padding-bottom:1px;font-size:13px}}.groups-block .gb-groups .gb-group .g-col .g-count{font-size:12px;color:#666}@media(max-width:640px){.groups-block .gb-groups .gb-group .g-col .g-count{font-size:11px}}.groups-block .gb-groups .gb-group .l-edit-container .l-edit-btn-edit{display:none}.groups-block .gb-groups .gb-group .menu-control{position:absolute;top:8px;right:4px;width:24px;height:24px;overflow:visible;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.groups-block .gb-groups .gb-group .menu-control:hover{background-color:#0000000d}.groups-block .gb-groups .gb-group .menu-control .icon-dots{width:20px;height:20px;opacity:.6}.groups-block .gb-groups .gb-group .menu-control .menu-wrapper{display:none;width:180px;height:30px;position:absolute;top:0;right:0}.groups-block .gb-groups .gb-group .menu-control .menu{display:none;position:absolute;width:180px;background-color:#fff;top:30px;right:-5px;z-index:100;box-shadow:0 4px 20px #00000026;border-radius:8px;padding:6px 0;border:1px solid rgba(0,0,0,.05)}.groups-block .gb-groups .gb-group .menu-control .menu:before{content:"";border:6px solid transparent;border-bottom-color:#fff;position:absolute;right:10px;top:-12px}.groups-block .gb-groups .gb-group .menu-control .menu .m-item{padding:8px 16px;font-size:13px;color:var(--l-clr-text-default);transition:background-color .1s}.groups-block .gb-groups .gb-group .menu-control .menu .m-item:hover{background-color:var(--l-clr-background-light);color:var(--l-clr-active)}.groups-block .gb-groups .gb-group .menu-control:hover .menu:not(:empty),.groups-block .gb-groups .gb-group .menu-control:hover .menu-wrapper,.groups-block .gb-groups .gb-group .menu-control:focus-within .menu:not(:empty),.groups-block .gb-groups .gb-group .menu-control:focus-within .menu-wrapper{display:block}@media(max-width:640px){.groups-block .gb-groups .gb-group .menu-control{width:28px;height:28px;top:5px;right:4px;outline:none}}.btn-group-add,.l-button.btn-group-add{width:65px;min-height:65px;background-color:#fff;display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer;position:relative;padding:0}.btn-group-add:hover,.l-button.btn-group-add:hover{background-color:#fff!important;transform:translateY(-1px)}.btn-group-add:hover .icon-common,.l-button.btn-group-add:hover .icon-common{background-color:var(--l-clr-active)}.btn-group-add:hover:after,.l-button.btn-group-add:hover:after{color:var(--l-clr-active)}.btn-group-add:active,.l-button.btn-group-add:active{transform:translateY(0);box-shadow:0 1px 2px #0000000d}.btn-group-add .icon-common,.l-button.btn-group-add .icon-common{width:40px;height:40px;background-color:var(--l-clr-text-default);transition:background-color .2s ease}.btn-group-add:after,.l-button.btn-group-add:after{content:"+";position:absolute;left:0;top:26px;display:flex;align-items:center;justify-content:center;width:100%;color:var(--l-clr-text-default);z-index:1}.content-main.__content_with_groups .data{display:grid;grid-template-areas:"groups" "data-items" "foot";grid-template-rows:auto minmax(0,1fr) auto;grid-template-columns:1fr;grid-area:main;position:relative}.content-main.__content_with_groups .data-items{grid-area:data-items;padding:0 25px 25px}@media(max-width:640px){.content-main.__content_with_groups .groups-block,.content-main.__content_with_groups .data-items{padding:14px}}.l-infinite-item-list .loading{align-self:end;justify-self:end;width:100%;height:1px;background-color:transparent}.filter-set{grid-area:top;height:68px;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.06);display:flex;flex-direction:row;align-items:center;padding:0 30px;position:relative;z-index:5}.filter-set.selection-actions{padding:5px}.filter-set .col{flex:1;display:flex;flex-direction:row;align-items:center;gap:16px}.filter-set .col.right{justify-content:flex-end}.filter-set .icon-common{width:32px;height:32px;opacity:.7;transition:all .2s ease;cursor:pointer}.filter-set .icon-common:hover{opacity:1;transform:scale(1.05)}.filter-set .l-datebox{width:120px}.filter-set .l-combo-box-multiple{width:240px}.filter-set .selection-actions-bar{display:flex;flex-direction:row;align-items:center;width:100%;background-color:var(--l-clr-active);border-radius:7px;padding:10px;color:var(--l-clr-background-clean);gap:10px}.filter-set .selection-actions-bar .btn-clear{border-radius:7px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#0003}.filter-set .selection-actions-bar .btn-clear:hover{background-color:#0003}.filter-set .selection-actions-bar .btn-clear:hover .icon-common{background-color:var(--l-clr-background-clean)}.filter-set .selection-actions-bar .btn-clear .icon-common{width:20px;height:20px}.filter-set .selection-actions-bar .sab-actions{display:flex;flex-direction:row;align-items:center;gap:5px;margin-left:auto}.filter-set .selection-actions-bar .sab-actions .l-button{padding:7px 10px;border-radius:7px}.filter-set .filter-dates-block{display:flex;flex-direction:row;align-items:center;gap:7px}.filter-set .f-button{width:36px;height:36px;background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;border:1px solid rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;transition:all .2s ease;cursor:pointer}.filter-set .f-button .icon-common{width:20px;height:20px;background-color:var(--l-clr-text-default);transition:background-color .2s ease}@media(max-width:640px){.filter-set{height:auto;min-height:0;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 10px 6px 56px}.filter-set .col{flex:1 1 auto;min-width:0;flex-wrap:wrap;gap:6px}.filter-set .col.right{justify-content:flex-end}.filter-set .icon-common{width:28px;height:28px}.filter-set .f-button{width:32px;height:32px}.filter-set .search-box{flex:1 1 130px;min-width:120px}.filter-set .l-datebox{width:auto;flex:1 1 auto;min-width:0}.filter-set .l-combo-box-multiple,.filter-set .l-combo-box{max-width:100%}.filter-set .filter-dates-block{flex:1 1 auto;flex-wrap:wrap;gap:6px}.filter-set.selection-actions{padding:5px 8px 5px 56px}.filter-set .selection-actions-bar{flex-wrap:wrap;padding:6px 8px;gap:6px}.filter-set .selection-actions-bar .selected-caption{flex:1 1 auto;min-width:0;font-size:13px}.filter-set .selection-actions-bar .sab-actions{flex-wrap:wrap}.filter-set .selection-actions-bar .sab-actions .l-button{padding:6px 8px}}.search-box{display:flex;flex-direction:row;align-items:center;position:relative}.search-box .l-textbox{padding-left:40px}.search-box .l-textbox:focus+.search-icon{background-color:var(--l-clr-base)}.search-box .search-icon{min-width:30px;width:30px;height:26px;-webkit-mask-image:url(/assets/images/_common/img/btl/mi/search.svg);mask-image:url(/assets/images/_common/img/btl/mi/search.svg);-webkit-mask-size:22px;mask-size:22px;-webkit-mask-position:5px center;mask-position:5px center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;background-color:var(--l-clr-content-accent);position:absolute;left:3px}.search-box .search-icon:hover{background-color:var(--l-clr-active)}.search-box .search-tb{height:26px;width:calc(100% - 30px);padding-right:25px;border:none;padding-left:5px;color:var(--l-clr-active);background-color:transparent}.search-box--open{background-color:var(--clr-nav-open)}.search-box--open .search-icon{background-color:var(--l-clr-active)}.search-box--multi .search-icon{min-width:35px}.search-box--multi .l-combo-box{background-color:transparent;border:none}.search-box--multi .l-combo-box .l-textbox{padding:0;color:var(--l-clr-base-4-bw)}.search-box--multi .l-combo-box .l-cb-drop-icon{background-color:var(--l-clr-base-4-bw)}.search-box--multi .search-box-select{width:80px}.search-box--multi>div>.l-textbox{width:150px}.__widget-image{width:100%;height:100%;position:relative;background-color:#000;display:flex;flex-direction:column}.__widget-image .img-wrap{width:100%;height:100%;position:relative;overflow:hidden}.__widget-image .image-display{width:100%;height:100%;flex:1;background-position:center;background-repeat:no-repeat;background-size:contain;position:relative;z-index:1}.__widget-image .image-display.__bg{background-size:cover;position:absolute;top:-2%;left:-2%;opacity:1;width:104%;height:104%;filter:blur(9px);z-index:0}.__widget-image .pagination{position:absolute;bottom:15px;left:0;width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:7px;z-index:1}.__widget-image .pagination .dot{width:10px;height:10px;border-radius:50%;border:1px solid #fff;background-color:transparent;box-shadow:0 0 4px #00000080}.__widget-image .pagination .dot.active{background-color:#fff}.__widget-image .caption-block{position:relative;left:0;bottom:0;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;z-index:1}.__widget-image .caption-block .caption-text{--running-time: 5s;padding:7px;width:100%}.__widget-image .caption-block .caption-text.__run{position:absolute;bottom:0;overflow:hidden;width:100%}.__widget-image .caption-block .caption-text.__run .text{display:inline-block;white-space:nowrap;position:relative;width:unset;padding-left:100%;animation:var(--running-time) linear 0s infinite normal none running sdfsd}@keyframes sdfsd{to{transform:translate(-100%);left:-100%}}.__widget-image .caption-block .caption-text.__over{position:absolute;bottom:0}.__widget-image .date-time-block{position:relative;left:0;bottom:0;width:100%;height:30px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.__widget-image .date-time-block .date-time-item{padding:0 7px}.__widget-image-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Images/DefaultImages/image1.jpg)}.widget{position:absolute;border-radius:4px;-webkit-user-select:none;user-select:none;--rotation: "";--height: 100%;--width: 100%;font:inherit}.widget.__dev{cursor:move}.widget.__dev iframe,.widget.__dev video{pointer-events:none;position:relative;z-index:1}.widget.__dev .dev{height:100%;width:100%;position:absolute;top:0;left:0;background-color:#00000026;display:none;align-items:center;justify-content:center;z-index:10}.widget.__dev .dev .controls{position:absolute;z-index:100}.widget.__dev .dev .controls .icon-common{background-color:var(--l-clr-background-clean);width:30px;height:30px;cursor:pointer;box-shadow:1px 1px 4px #000000b3;outline:1px black solid;border-radius:50%}.widget.__dev .dev .controls .icon-common:hover,.widget.__dev .dev .controls .icon-common.__active{background-color:var(--l-clr-base)}.widget.__dev .dev .controls-of-view{top:0;left:0;display:flex;flex-direction:row;align-items:center}.widget.__dev .dev .controls-of-layer{left:0;bottom:0;padding:3px;display:flex;flex-direction:row;align-items:center}.widget.__dev .dev .controls-of-layer .layer{font-family:monospace;font-size:1.3rem;color:var(--l-clr-background-clean);padding:0 3px}.widget.__dev:hover .dev,.widget.__dev.__selected .dev{display:flex}.widget.__dev .btn-remove{position:absolute;right:5px;top:5px;z-index:3;background-color:var(--l-clr-danger);cursor:pointer}.widget.__dev.__selected .widget__resize-handle{opacity:1}.widget.__dev .widget__resize-handle{opacity:0;position:absolute;width:8px;height:8px;background-color:#2f80edf2;border:1px solid #ffffff;box-shadow:0 2px 8px #0003;z-index:4}.widget.__dev .widget__resize-handle.widget__resize-handle--n{top:-2px;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.widget.__dev .widget__resize-handle.widget__resize-handle--s{bottom:-2px;left:50%;transform:translate(-50%,50%);cursor:s-resize}.widget.__dev .widget__resize-handle.widget__resize-handle--e{right:-2px;top:50%;transform:translate(50%,-50%);cursor:e-resize}.widget.__dev .widget__resize-handle.widget__resize-handle--w{left:-2px;top:50%;transform:translate(-50%,-50%);cursor:w-resize}.widget.__dev .widget__resize-handle.widget__resize-handle--ne{top:-2px;right:-2px;transform:translate(50%,-50%);cursor:ne-resize}.widget.__dev .widget__resize-handle.widget__resize-handle--nw{top:-2px;left:-2px;transform:translate(-50%,-50%);cursor:nw-resize}.widget.__dev .widget__resize-handle.widget__resize-handle--se{bottom:-2px;right:-2px;transform:translate(50%,50%);cursor:se-resize}.widget.__dev .widget__resize-handle.widget__resize-handle--sw{bottom:-2px;left:-2px;transform:translate(-50%,50%);cursor:sw-resize}.widget.__flip-h .widget-inner{transform:scaleX(-1)}.widget.__flip-v .widget-inner{transform:scaleY(-1)}.widget .widget-inner{width:var(--width);height:var(--height);display:flex;align-items:center;justify-content:center;background-color:#424c63;transform:var(--rotation);transform-origin:top left}.widget .widget-inner video{max-height:100%;max-width:100%}.widget .poster{position:absolute;left:0;top:0;height:100%;width:100%;z-index:1;background-size:contain;background-position:center;background-repeat:no-repeat}.widget .widget-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}.widget .widget-placeholder .icon-common{width:40%;height:40%;background-color:var(--l-clr-background-clean)}.widget-view{margin-top:10px;height:120px;background-size:cover;background-position:center;background-repeat:no-repeat}.attach-file-picker{--cell-size: 140px;--gap: 10px;width:100%;border:1px solid #e0e0e4;border-radius:8px;padding:var(--gap)}.attach-file-picker .files{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--gap);max-height:calc(3 * (var(--cell-size) + var(--gap)));overflow-y:auto}.attach-picker{width:var(--cell-size);height:var(--cell-size);position:relative;background-color:#fafafa;border:2px dashed #d0d0d5;border-radius:6px;cursor:pointer}.attach-picker .placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.attach-picker .placeholder .icon-common{width:36px;height:36px;background-color:#c0c0c8}.attach-picker .controls{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background-color:#efeff4f2;border-radius:4px;opacity:0;transition:opacity .15s ease}.attach-picker .controls .l-button{padding:5px 0;width:calc(var(--cell-size) * .85);font-size:calc(var(--cell-size) / 8.75);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:5px}.attach-picker .controls .l-button:disabled{opacity:.33}.attach-picker .controls .l-button .icon-common{width:14px;height:14px;background-color:currentColor;flex-shrink:0}.attach-picker:hover .controls{opacity:1}.attach-file{width:var(--cell-size)}.attach-file .preview{width:var(--cell-size);height:var(--cell-size);border-radius:7px;background-position:center;background-size:cover;background-repeat:no-repeat;position:relative}.attach-file .preview.__convert-in-progress{opacity:.55}.attach-file .preview .af-file-progress{position:absolute;left:6px;right:6px;bottom:6px;z-index:3;display:flex;flex-direction:column;gap:4px;pointer-events:none}.attach-file .preview .af-file-progress .af-file-progress-label{align-self:center;padding:2px 6px;border-radius:10px;background-color:#333f6fb8;color:#fff;font-size:11px;line-height:1.2;font-weight:500;white-space:nowrap}.attach-file .preview .af-file-progress.__indeterminate .af-file-progress-track{height:4px;border-radius:2px;background-color:#ffffff59;overflow:hidden;box-shadow:0 0 0 1px #ffffff59}.attach-file .preview .af-file-progress.__indeterminate .af-file-progress-bar{width:40%;height:100%;border-radius:2px;background-color:#605dd0f2;animation:af-file-progress-indeterminate 1.2s ease-in-out infinite}@keyframes af-file-progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(350%)}}.attach-file .preview:hover .zoom{opacity:1}.attach-file .preview .zoom,.attach-file .preview .selector{position:absolute;background-color:#dedede;top:0;left:0;width:100%;height:100%;opacity:0;display:flex;align-items:center;justify-content:center}.attach-file .preview .zoom.zoom,.attach-file .preview .selector.zoom{background-color:#0006}.attach-file .preview .zoom .icon,.attach-file .preview .selector .icon{width:50px;height:50px;background-color:#fff;-webkit-mask-image:url(/assets/images/_common/img/btl/mi/zoom_in.svg);mask-image:url(/assets/images/_common/img/btl/mi/zoom_in.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;cursor:pointer}.attach-file .preview .zoom.selector .icon,.attach-file .preview .selector.selector .icon{background-color:var(--l-clr-base);-webkit-mask-image:url(/assets/images/_common/img/btl/mi/check.svg);mask-image:url(/assets/images/_common/img/btl/mi/check.svg)}.attach-file .preview .zoom.__selected,.attach-file .preview .selector.__selected{opacity:.85}.attach-file .preview .configuration{opacity:0;border:2px transparent solid;background-color:transparent}.attach-file .preview .configuration:hover{background-color:#dedede;opacity:.8}.attach-file .preview .configuration:hover .controls{display:flex}.attach-file .preview .configuration.__selected{border:2px var(--l-clr-active) solid;opacity:.8}.attach-file .preview .configuration .controls{position:absolute;left:0;bottom:0;display:flex;display:none;flex-direction:row;align-items:center;font-size:calc(var(--cell-size) / 8.75);z-index:2;width:100%}.attach-file .preview .configuration .controls .control{padding:3px;font-weight:700;flex:1;cursor:pointer;-webkit-user-select:none;user-select:none}.attach-file .preview .configuration .controls .control.current-index{font-weight:400}.attach-file .preview .icon-x{position:absolute;cursor:pointer;top:5px;right:5px}.attach-file .activity.__active{color:var(--l-clr-warn)}.color-picker{display:flex;align-items:center;position:relative;-webkit-user-select:none;user-select:none}.color-picker .color-display{width:30px;height:30px;border:1px solid #ccc;border-radius:4px;margin-right:10px;cursor:pointer;position:relative}.color-picker .color-display:before{content:"";position:absolute;inset:0;z-index:-1;background-image:linear-gradient(45deg,#808080 25%,transparent 25%),linear-gradient(-45deg,#808080 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#808080 75%),linear-gradient(-45deg,transparent 75%,#808080 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0px;border-radius:3px}.color-picker .color-text{font-size:14px;color:#333}.color-picker__popup{position:absolute;top:-220px;left:45px;z-index:1000;background:#fff;border:1px solid #ccc;border-radius:4px;padding:10px;box-shadow:0 4px 8px #0003;width:220px;display:flex;flex-direction:column;gap:10px}.color-picker__popup .sv-area{width:100%;height:150px;position:relative;background-color:red;cursor:crosshair}.color-picker__popup .sv-area .sv-white{position:absolute;inset:0;background:linear-gradient(to right,#fff,#fff0)}.color-picker__popup .sv-area .sv-black{position:absolute;inset:0;background:linear-gradient(to top,#000,#0000)}.color-picker__popup .sv-area .sv-cursor{position:absolute;width:10px;height:10px;border:2px solid #fff;border-radius:50%;transform:translate(-5px,-5px);box-shadow:0 0 2px #000;pointer-events:none}.color-picker__popup .sliders{display:flex;flex-direction:column;gap:8px}.color-picker__popup .sliders .slider-row{display:flex;align-items:center;gap:5px}.color-picker__popup .sliders .slider-row .slider-track{flex:1;height:10px;border-radius:5px;position:relative;cursor:pointer}.color-picker__popup .sliders .slider-row .slider-track .slider-cursor{position:absolute;top:50%;width:12px;height:12px;background:#fff;border:1px solid #ccc;border-radius:50%;transform:translate(-6px,-50%);box-shadow:0 1px 2px #0000004d;pointer-events:none}.color-picker__popup .sliders .slider-row.hue .slider-track{background:linear-gradient(to right,red,#ff0 17%,#0f0 33%,#0ff,#00f 67%,#f0f 83%,red)}.color-picker__popup .sliders .slider-row.alpha .slider-track{background-image:linear-gradient(45deg,#808080 25%,transparent 25%),linear-gradient(-45deg,#808080 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#808080 75%),linear-gradient(-45deg,transparent 75%,#808080 75%);background-size:6px 6px;background-position:0 0,0 3px,3px -3px,-3px 0px}.color-picker__popup .sliders .slider-row.alpha .slider-track .alpha-gradient{position:absolute;inset:0;border-radius:5px}.color-picker__popup .inputs-row{display:flex;align-items:center;gap:5px}.color-picker__popup .inputs-row .mode-switch{cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px;opacity:.6;transition:opacity .2s;gap:2px}.color-picker__popup .inputs-row .mode-switch:hover{opacity:1}.color-picker__popup .inputs-row .mode-switch:before{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid #666}.color-picker__popup .inputs-row .mode-switch:after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #666}.color-picker__popup .inputs-row .inputs{display:flex;gap:5px;flex:1}.color-picker__popup .inputs-row .inputs .input-group{display:flex;flex-direction:column;align-items:center;flex:1}.color-picker__popup .inputs-row .inputs .input-group label{font-size:10px;color:#666}.color-picker__popup .inputs-row .inputs .input-group input{width:100%;border:1px solid #ddd;border-radius:3px;padding:2px;text-align:center;font-size:12px}.color-picker__popup .inputs-row .inputs .input-group.hex{flex:3}.__widget-video-yt-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/logo-yt.png)}.__widget-video-rt-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/logo-rt.png)}.__widget-video-vk-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/logo-vk.png)}.__widget-video-source-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/logo-source.png)}.__widget-video-external-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/logo-stream.png)}.widget-video__rutube{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/rt.png)}.widget-video__rutube .poster{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/rt.png)}.widget-video__youtube{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/yt.jpg)}.widget-video__youtube .poster{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/yt.jpg)}.widget-video__vk{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/vk.jpg)}.widget-video__vk .poster{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Video/vk.jpg)}.widget-video .poster{z-index:0;background-size:cover}.widget-video iframe{z-index:1;width:100%;height:100%;background-color:#000}.__widget-video_stream video{width:100%;height:100%}.__widget-video_stream video.__cover{object-fit:cover}.image-picker-simple{--cell-size: 140px;--gap: 10px;width:100%;display:flex;flex-direction:column;gap:var(--gap);border:1px solid #e0e0e4;border-radius:8px;background-color:var(--l-clr-background-clean);padding:var(--gap)}.image-picker-simple .image-picker-simple_buttons{display:flex;flex-direction:row;align-items:center;gap:8px}.image-picker-simple .image-picker-simple_buttons .l-button{padding:6px 14px;font-size:13px;border-radius:6px;display:inline-flex;align-items:center;gap:6px}.image-picker-simple .image-picker-simple_buttons .l-button .icon-common{width:16px;height:16px;background-color:currentColor;flex-shrink:0}.image-picker-simple .image-picker-simple_buttons .icon-x{margin-left:auto;cursor:pointer}.image-picker-simple .image-picker-simple_preview{width:var(--cell-size);height:var(--cell-size);border-radius:6px;background-position:center;background-size:cover;background-repeat:no-repeat}.image-picker-simple .image-picker-simple_preview.__has-image{border-style:solid;border-color:#e0e0e4}.video-player-wrapper{width:100%;height:100%;position:relative;min-height:100px}.video-player{width:100%;height:100%;object-fit:contain;position:relative}.video-player .vjs-tech{position:relative}.__widget-document-view .document-preview{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;height:100%;background:linear-gradient(135deg,#ffeaea,#fff5f5);border-radius:6px;padding:12px}.__widget-document-view .document-preview__icon{flex-shrink:0;width:40px}.__widget-document-view .document-preview__icon svg{width:100%;height:auto}.__widget-document-view .document-preview__lines{display:flex;flex-direction:column;gap:6px;flex:1}.__widget-document-view .document-preview__line{height:6px;background:#e539352e;border-radius:3px}.document-widget .document-navigation{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;display:flex;gap:10px;align-items:center;background-color:#ffffffbf;padding:8px 16px;border-radius:4px;box-shadow:#0000004d 0 2px 8px;pointer-events:auto}.document-widget .container:not(.__has-paging) .document-navigation{display:none}.document-player{width:100%;height:100%;position:relative;background-color:#1a1a1a;display:flex;align-items:center;justify-content:center;overflow:hidden;-webkit-user-select:none;user-select:none}.document-player .document-player__image{width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:contain}.document-player .document-player__side{position:absolute;top:0;bottom:0;width:50%;z-index:2;cursor:pointer}.document-player .document-player__side--left{left:0}.document-player .document-player__side--right{right:0}.document-player .document-player__counter{position:absolute;bottom:10px;left:50%;transform:translate(-50%);padding:3px 12px;border-radius:12px;background-color:#0000008c;color:#fff;font-size:12px;z-index:2;pointer-events:none;opacity:0;transition:opacity .2s}.document-player:hover .document-player__counter{opacity:1}.__widget-rss{display:flex;flex-direction:column}.__widget-rss .content{flex:1;position:relative;width:100%}.__widget-rss .content .post{display:flex;flex-direction:column;align-items:stretch;width:100%;height:100%}.__widget-rss .content .post .image{display:block;position:relative;left:0;top:0;width:100%;flex:1;background-position:center;background-size:cover;background-repeat:no-repeat}.__widget-rss .content .post .post-text{flex:1;padding:20px}.__widget-rss .content .post .post-text .post-title{font-weight:700;padding-bottom:10px}.__widget-rss .top,.__widget-rss .bot{width:100%;padding:7px 15px;margin-left:0}.__widget-rss .top span:not(:empty),.__widget-rss .bot span:not(:empty){padding-right:5px}.__widget-rss.__horizontal .content{position:static}.__widget-rss.__horizontal .post{flex-direction:row}.__widget-rss.__horizontal .post .image{position:absolute;height:100%;width:30%}.__widget-rss.__horizontal .post .post-text{margin-left:30%}.__widget-rss.__horizontal .top,.__widget-rss.__horizontal .bot{width:70%;padding:7px 15px;margin-left:30%}.__widget-rss.__horizontal .top span:not(:empty),.__widget-rss.__horizontal .bot span:not(:empty){padding-right:5px}.icon-common.wcfg-i-add{min-width:30px;min-height:30px;display:flex;flex-direction:column}.__widget-news-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/News/preview.png)}.widget .__widget-qr-code{display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:transparent}.__widget-qr-code-view{padding:10px}.qr-code-view{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.widget-inner.__widget-clock{background-color:transparent}.widget-inner.__widget-clock .clock{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.widget-inner.__widget-clock .clock-item{width:100%;height:100%}.widget-inner.__widget-clock-x{background-color:transparent}.widget-clock{max-width:100%;min-width:100%;overflow:hidden;width:unset;height:unset;display:flex;flex-direction:column;color:#333;background-color:#fff;border-radius:20px;white-space:nowrap}.widget-clock .datetime{font:inherit;flex:1}.widget-clock .time{display:none;flex-direction:row;align-items:center;width:100%;font:inherit}.widget-clock .time .hour,.widget-clock .time .minute{font:inherit}.widget-clock .date{display:none;width:100%;font:inherit;text-align:center}.widget-clock.__has-time .time{display:flex}.widget-clock.__has-date .date{display:block}.widget-preview{width:300px;height:150px;background-color:#000;position:relative}.__widget-clock-view{background-size:contain}.__widget-clock-view.__widget-clock1-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Digital1_preview.svg)}.__widget-clock-view.__widget-clock2-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Digital2_preview.svg)}.__widget-clock-view.__widget-clock3-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Digital3_preview.svg)}.__widget-clock-view.__widget-clock4-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Digital4_preview.svg)}.__widget-clock-view.__widget-clock5-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Digital5_preview.svg)}.__widget-clock-view.__widget-clock6-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Digital6_preview.svg)}.__widget-clock-view.__widget-clock7-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Digital7_preview.svg)}.__widget-clock-view.__widget-clock-ar1-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Arrow1_preview.svg)}.__widget-clock-view.__widget-clock-ar2-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Arrow2_preview.svg)}.__widget-clock-view.__widget-clock-ar3-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Arrow3_preview.svg)}.__widget-clock-view.__widget-clock-x-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/img/Digital1_preview.svg)}.l-format-align{display:flex;flex-direction:row;align-items:center;gap:7px;border-radius:8px;padding:10px;border:1px solid #e0e0e4}.l-format-align .l-format-align_icon{cursor:pointer;width:32px;height:32px}.__widget_running-string{position:relative;--running-time: 5s}.__widget_running-string .w-running-text-wrap{position:absolute;left:0;top:0;display:flex;align-items:center;overflow:hidden;width:100%;height:100%;box-sizing:border-box}.__widget_running-string .w-running-text-wrap .w-running-text{display:inline-block;white-space:nowrap;position:relative;width:unset;padding-left:100%;animation:var(--running-time) linear 0s infinite normal none running sdfsd}@keyframes sdfsd{0%{transform:translate(0)}to{transform:translate(-100%)}}.__widget-running-string-view .__widget_running-string{width:100%;height:100%}.widget-inner.__widget_currency{background-color:transparent}.widget-inner.__widget_currency .c-head{font-size:20px;font-weight:700;padding-bottom:.5em;text-align:center;white-space:nowrap;line-height:20px}.widget-inner.__widget_currency .с-date{font-size:20px;line-height:20px}.widget-inner.__widget_currency .с-date.__center{text-align:center;padding-bottom:10px}.widget-inner.__widget_currency .items{padding:10px}.widget-inner.__widget_currency .currency-item{display:flex;flex-direction:row;align-items:center;white-space:nowrap;height:26px;font-size:26px;line-height:26px}.widget-inner.__widget_currency .currency-item span{display:flex;flex-direction:row;align-items:center}.widget-inner.__widget_currency .currency-item .curr{width:55px;padding-left:5px;line-height:26px}.widget-inner.__widget_currency .currency-item .value{height:26px;font-size:20px;line-height:20px;width:70px}.widget-inner.__widget_currency .grow{border-left:5px solid transparent;border-right:5px solid transparent;border-top:10px solid rgb(236,0,0);margin-top:2.5px}.widget-inner.__widget_currency .grow.__grow-up{margin-top:0;border-top:none;border-bottom:.4em solid rgb(126,211,33)}.widget-inner.__widget_currency .fi{position:relative;display:inline-block;width:1em;min-width:1em;height:1em;line-height:1em;background-size:contain;background-position:50%;background-repeat:no-repeat}.widget-inner.__widget_currency .fi[data-flag=ae]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/ae.svg)}.widget-inner.__widget_currency .fi[data-flag=am]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/am.svg)}.widget-inner.__widget_currency .fi[data-flag=au]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/au.svg)}.widget-inner.__widget_currency .fi[data-flag=az]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/az.svg)}.widget-inner.__widget_currency .fi[data-flag=bd]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/bd.svg)}.widget-inner.__widget_currency .fi[data-flag=bh]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/bh.svg)}.widget-inner.__widget_currency .fi[data-flag=bo]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/bo.svg)}.widget-inner.__widget_currency .fi[data-flag=br]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/br.svg)}.widget-inner.__widget_currency .fi[data-flag=by]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/by.svg)}.widget-inner.__widget_currency .fi[data-flag=ca]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/ca.svg)}.widget-inner.__widget_currency .fi[data-flag=ch]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/ch.svg)}.widget-inner.__widget_currency .fi[data-flag=cn]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/cn.svg)}.widget-inner.__widget_currency .fi[data-flag=cu]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/cu.svg)}.widget-inner.__widget_currency .fi[data-flag=cz]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/cz.svg)}.widget-inner.__widget_currency .fi[data-flag=dk]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/dk.svg)}.widget-inner.__widget_currency .fi[data-flag=dz]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/dz.svg)}.widget-inner.__widget_currency .fi[data-flag=eg]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/eg.svg)}.widget-inner.__widget_currency .fi[data-flag=et]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/et.svg)}.widget-inner.__widget_currency .fi[data-flag=eu]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/eu.svg)}.widget-inner.__widget_currency .fi[data-flag=gb]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/gb.svg)}.widget-inner.__widget_currency .fi[data-flag=ge]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/ge.svg)}.widget-inner.__widget_currency .fi[data-flag=hk]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/hk.svg)}.widget-inner.__widget_currency .fi[data-flag=hu]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/hu.svg)}.widget-inner.__widget_currency .fi[data-flag=id]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/id.svg)}.widget-inner.__widget_currency .fi[data-flag=in]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/in.svg)}.widget-inner.__widget_currency .fi[data-flag=ir]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/ir.svg)}.widget-inner.__widget_currency .fi[data-flag=jp]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/jp.svg)}.widget-inner.__widget_currency .fi[data-flag=kg]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/kg.svg)}.widget-inner.__widget_currency .fi[data-flag=kr]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/kr.svg)}.widget-inner.__widget_currency .fi[data-flag=kz]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/kz.svg)}.widget-inner.__widget_currency .fi[data-flag=md]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/md.svg)}.widget-inner.__widget_currency .fi[data-flag=mm]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/mm.svg)}.widget-inner.__widget_currency .fi[data-flag=mn]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/mn.svg)}.widget-inner.__widget_currency .fi[data-flag=ng]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/ng.svg)}.widget-inner.__widget_currency .fi[data-flag=no]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/no.svg)}.widget-inner.__widget_currency .fi[data-flag=nz]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/nz.svg)}.widget-inner.__widget_currency .fi[data-flag=om]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/om.svg)}.widget-inner.__widget_currency .fi[data-flag=pl]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/pl.svg)}.widget-inner.__widget_currency .fi[data-flag=qa]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/qa.svg)}.widget-inner.__widget_currency .fi[data-flag=ro]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/ro.svg)}.widget-inner.__widget_currency .fi[data-flag=rs]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/rs.svg)}.widget-inner.__widget_currency .fi[data-flag=ru]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/ru.svg)}.widget-inner.__widget_currency .fi[data-flag=sa]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/sa.svg)}.widget-inner.__widget_currency .fi[data-flag=se]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/se.svg)}.widget-inner.__widget_currency .fi[data-flag=sg]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/sg.svg)}.widget-inner.__widget_currency .fi[data-flag=th]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/th.svg)}.widget-inner.__widget_currency .fi[data-flag=tj]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/tj.svg)}.widget-inner.__widget_currency .fi[data-flag=tm]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/tm.svg)}.widget-inner.__widget_currency .fi[data-flag=tr]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/tr.svg)}.widget-inner.__widget_currency .fi[data-flag=ua]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/ua.svg)}.widget-inner.__widget_currency .fi[data-flag=un]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/un.svg)}.widget-inner.__widget_currency .fi[data-flag=us]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/us.svg)}.widget-inner.__widget_currency .fi[data-flag=uz]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/uz.svg)}.widget-inner.__widget_currency .fi[data-flag=vn]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/vn.svg)}.widget-inner.__widget_currency .fi[data-flag=za]{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Currency/flags/za.svg)}.__widget_currency-view.__widget_currency{display:flex;align-items:center;justify-content:center}.__widget_currency-view.__widget_currency .items{background-color:#0000;color:inherit;font-size:36px;width:unset;overflow:visible!important}.l-combo-box-multiple{position:relative}.l-combo-box-multiple .l-cbx-m-offer-list{display:none;position:absolute;left:0;top:calc(100% + 4px);width:100%;background-color:#fff;z-index:100;box-shadow:0 4px 20px #00000026;border-radius:8px;border:1px solid rgba(0,0,0,.05);padding:4px 0;max-height:320px;overflow:auto}.l-combo-box-multiple .l-cbx-m-offer-list .l-t-line{padding:8px 16px;cursor:pointer;transition:background-color .1s}.l-combo-box-multiple .l-cbx-m-offer-list .l-t-line:hover{background-color:var(--l-clr-background-light)}.l-combo-box-multiple .l-cbx-m-offer-list.__visible{display:block}.__widget_text-block{position:relative;width:100%;height:100%;overflow:hidden;box-sizing:border-box;flex-direction:column}.__widget_text-block .w-text-block-content{width:100%;height:100%;padding:8px;box-sizing:border-box;white-space:pre-wrap;word-break:break-word;font:inherit}.__widget-text-block-view{text-align:center;padding:10px}.__widget-text-block-view .__widget_text-block{width:100%;height:100%;font:inherit}.__widget_table{position:relative;width:100%;height:100%;overflow:hidden}.__widget_table .w-table-container{width:100%;height:100%}.__widget_table .w-table{width:100%;height:100%;border-collapse:collapse;table-layout:fixed}.__widget_table .w-table-cell{border:1px solid var(--table-border-color, #ccc);text-align:center;vertical-align:middle;padding:4px;overflow:hidden;word-break:break-word}.w-cfg-table-editor-wrap .w-cfg-table-editor{width:100%;min-height:200px;border-collapse:collapse;table-layout:fixed}.w-cfg-table-editor-wrap .w-cfg-table-editor .w-cfg-table-cell{position:relative;border:1px solid #ddd;padding:2px;vertical-align:middle}.w-cfg-table-editor-wrap .w-cfg-table-editor .w-cfg-table-input{width:100%;height:100%;border:none;padding:5px 6px;text-align:center;font-size:13px;box-sizing:border-box;outline:none;background:transparent}.w-cfg-table-editor-wrap .w-cfg-table-editor .w-cfg-table-input::placeholder{color:#bbb;font-size:11px}.w-cfg-table-editor-wrap .w-cfg-table-editor .w-cfg-table-resize-col{position:absolute;right:-3px;top:0;width:6px;height:100%;cursor:col-resize;z-index:10}.w-cfg-table-editor-wrap .w-cfg-table-editor .w-cfg-table-resize-col:hover{background-color:#0078d766}.w-cfg-table-editor-wrap .w-cfg-table-editor .w-cfg-table-resize-row{position:absolute;bottom:-3px;left:0;width:100%;height:6px;cursor:row-resize;z-index:10}.w-cfg-table-editor-wrap .w-cfg-table-editor .w-cfg-table-resize-row:hover{background-color:#0078d766}.__widget-table-view{padding:10px}.__widget-table-view .__widget_table{width:100%;height:100%}.__widget-table-view .w-table-preview{width:100%;height:100%;border-collapse:collapse}.__widget-table-view .w-table-preview td{border:1px solid #ccc;text-align:center;vertical-align:middle;font-size:10px}.__widget-social{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.__widget-social .social-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;opacity:.6}.__widget-social .social-empty .social-empty-icon{font-size:48px;margin-bottom:12px}.__widget-social .social-empty .social-empty-text{font-size:16px}.__widget-social .social-post-wrap{width:100%;height:100%;position:relative}.__widget-social .social-post{display:flex;flex-direction:column;width:100%;height:100%}.__widget-social .social-post .social-post-image{flex:1;background-position:center;background-size:cover;background-repeat:no-repeat;min-height:0}.__widget-social .social-post .social-post-content{flex:1;display:flex;flex-direction:column;padding:16px;overflow:hidden}.__widget-social .social-post .social-post-content .social-post-text{flex:1;overflow:hidden;white-space:pre-wrap;word-break:break-word;line-height:1.4}.__widget-social .social-post .social-post-content .social-post-date{margin-top:8px;font-size:.8em;opacity:.6}.__widget-social-tg-view .social-icon{color:#08c}.__widget-social-vk-view .social-icon{color:#4a76a8}.__widget-social-view .__widget-social-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.__widget-social-view .__widget-social-preview .social-icon{font-size:28px;font-weight:700;margin-bottom:4px}.__widget-social-view .__widget-social-preview .social-label{font-size:11px;opacity:.7}.widget-inner.__widget-weather{background-color:transparent;font-family:Nunito,sans-serif}.widget-inner.__widget-weather *{font:inherit}.__widget-weather-content{border-radius:7px;margin:7px}.__widget-weather-content.__WidgetWeather1{width:200px;min-width:200px;padding:20px}.__widget-weather-content.__WidgetWeather1 .temp{font-size:70px;font-weight:700}.__widget-weather-content.__WidgetWeather1 .date{padding-top:16px;font-size:24px}.__widget-weather-content.__WidgetWeather1 .date .date-row{padding:4px 0}.__widget-weather-content.__WidgetWeather2{padding:20px}.__widget-weather-content.__WidgetWeather2 .col{display:flex;flex-direction:column;justify-content:space-around}.__widget-weather-content.__WidgetWeather2 .col:nth-child(1){width:120px;min-width:120px}.__widget-weather-content.__WidgetWeather2 .col:nth-child(2){width:140px;min-width:140px}.__widget-weather-content.__WidgetWeather2 .col:nth-child(3){width:64px;min-width:64px;max-width:64px}.__widget-weather-content.__WidgetWeather2 .col img{width:64px;max-width:64px;height:64px;max-height:64px}.__widget-weather-content.__WidgetWeather2 .temp{font-size:60px;font-weight:700}.__widget-weather-content.__WidgetWeather2 .date{padding-top:16px;font-size:24px}.__widget-weather-content.__WidgetWeather2 .date .date-row{padding:4px 0}.__widget-weather-content.__WidgetWeather3{padding:20px}.__widget-weather-content.__WidgetWeather3 .col{display:flex;flex-direction:column;justify-content:space-around}.__widget-weather-content.__WidgetWeather3 .col:nth-child(1){width:140px;min-width:140px}.__widget-weather-content.__WidgetWeather3 .col:nth-child(2){width:64px;min-width:64px}.__widget-weather-content.__WidgetWeather3 .col:nth-child(3){padding-left:20px;width:200px;min-width:200px}.__widget-weather-content.__WidgetWeather3 .col img{width:64px;height:64px}.__widget-weather-content.__WidgetWeather3 .temp{font-size:60px;font-weight:700}.__widget-weather-content.__WidgetWeather3 .date{padding-top:16px;font-size:24px}.__widget-weather-content.__WidgetWeather3 .date .date-row{padding:4px 0}.__widget-weather-content.__WidgetWeather3 .forecast{display:flex;flex-direction:row;align-items:center;justify-content:center}.__widget-weather-content.__WidgetWeather3 .forecast .forecast-item{display:flex;flex-direction:column;align-items:center;padding:7px}.__widget-weather-content.__WidgetWeather3 .forecast .forecast-item .fci-elem{padding:2px 0}.__widget-weather-content.__WidgetWeather3 .forecast .forecast-item .fci-icon{width:60px;height:60px;max-width:60px;max-height:60px}.__widget-weather-content.__WidgetWeather3 .forecast .forecast-item .fci-temperature{font-weight:700;font-size:24px}.__widget-weather-content.__WidgetWeather3 .forecast .forecast-item .fci-day{font-size:20px;opacity:.66}.__widget-weather-view{background-size:contain;background-repeat:no-repeat;background-position:center}.__widget-weather-view.__widget-weather1-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Weather/logo-1.png)}.__widget-weather-view.__widget-weather2-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Weather/logo-2.png)}.__widget-weather-view.__widget-weather3-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Weather/logo-3.png)}.widget-inner.__widget-traffic{position:relative;width:100%;height:100%;overflow:hidden;font-family:Lato,Nunito,sans-serif;color:#fff}.widget-inner.__widget-traffic *{box-sizing:border-box}.traffic-maps-host{position:absolute;inset:0;z-index:0;overflow:hidden}.traffic-maps-host--hidden{left:-9999px;top:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.traffic-map{position:absolute;inset:0;width:100%;height:100%}.traffic-map--hidden{left:-9999px;top:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.traffic-map--visible{z-index:0}.traffic-map--visible [class*=copyrights-promo],.traffic-map--visible [class*=copyright__wrap],.traffic-map--visible [class*=controls__control_toolbar]{opacity:0}.__widget-traffic-content{position:absolute;top:0;left:0;z-index:1;transform-origin:top left;pointer-events:none}.__widget-traffic-content.__fluid{pointer-events:none}.__widget-traffic-content.__fluid .traffic_header,.__widget-traffic-content.__fluid .traffic-list,.__widget-traffic-content.__fluid .traffic-icon__value{pointer-events:auto}.__widget-traffic-content.__is-loading .traffic-layout{visibility:hidden}.traffic-initial-state{position:absolute;inset:0;z-index:3;display:flex;align-items:center;justify-content:center;background:#e8f3ff}.traffic-initial-state__icon{width:100px;height:100px;background-image:url(/assets/images/_common/Content/Widgets/Widgets/Traffic/img/traffic-preloader.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.traffic-layout{width:100%;height:100%;position:relative}.traffic-layout--1 .traffic_header{position:absolute;top:0;left:0;right:0;height:3.375em;padding:0 1em;display:flex;align-items:center;background-color:var(--traffic-bg, rgba(0, 0, 0, .75))}.traffic-layout--1 .header-left{flex:0 0 2.875em;height:82.716%}.traffic-layout--1 .header-content{flex:1;margin-left:1em;overflow:hidden;font-size:1em}.traffic-layout--1 .traffic-title{font-weight:700;padding-bottom:.16em}.traffic-layout--1 .traffic-description{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.traffic-layout--1 .traffic-list{position:absolute;left:0;right:0;bottom:0;height:3.3em;display:flex;align-items:flex-start;padding:.625em 0 0 1em;background-color:var(--traffic-bg, rgba(0, 0, 0, .75));box-sizing:border-box;overflow:hidden}.traffic-layout--1 .footer-col-title{flex:0 0 auto;margin-right:.917em}.traffic-layout--1 .footer-text{font-size:.75em;line-height:1;white-space:nowrap}.traffic-layout--1 .list-col{min-width:0;text-align:center;margin-right:.917em}.traffic-layout--1 .list-col:last-child{margin-right:0}.traffic-layout--1 .list-text{font-size:.75em;line-height:1;white-space:nowrap;margin-bottom:.1em}.traffic-layout--1 .list-value{box-sizing:border-box;width:1.667em;height:1.667em;margin:0 auto;display:flex;align-items:center;justify-content:center;border:.0875em solid gray;border-radius:50%;font-weight:900;font-size:.7125em;line-height:1}.traffic-layout--2,.traffic-layout--3{width:100%;height:100%;position:relative}.traffic-layout--2{padding-right:1.5em}.traffic-layout--2 .traffic_header{width:100%;height:100%;display:flex}.traffic-layout--2 .header-left{width:18%;margin-left:8%;height:100%}.traffic-layout--2 .traffic-icon{display:block;width:100%;height:64%;margin-top:17%}.traffic-layout--2 .traffic-icon__value{top:33.75%;left:36.25%;font-size:1.6em}.traffic-layout--2 .header-content{width:69%;margin-left:6%;height:100%}.traffic-layout--2 .traffic-title{font-weight:700;font-size:1.5em;line-height:2;height:36%}.traffic-layout--2 .traffic-time{text-align:center;font-weight:700;font-size:1.125em;margin-top:4%}.traffic-layout--2 .traffic-list{display:flex;height:64%;align-items:flex-start}.traffic-layout--2 .list-col{flex:1 1 0;min-width:0;height:100%;text-align:center;margin-right:10%;display:flex;flex-direction:column;align-items:center}.traffic-layout--2 .list-col:last-child{margin-right:0}.traffic-layout--2 .list-text{flex:0 0 36%;display:flex;align-items:center;justify-content:center;width:100%;font-size:1.125em;line-height:1;white-space:nowrap}.traffic-layout--2 .list-value{box-sizing:border-box;flex:0 0 auto;width:88%;max-width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:.125em solid gray;border-radius:50%;font-weight:900;font-size:1.15em;line-height:1;margin:0 auto}.traffic-layout--3 .traffic_header{width:100%;height:100%;display:flex}.traffic-layout--3 .header-left{width:100%;height:100%}.traffic-layout--3 .traffic-icon{display:block;width:100%;height:60%;margin-top:14%}.traffic-layout--3 .traffic-icon__value{top:31%;left:42%;font-size:1.6em}.traffic-layout--3 .traffic-time{text-align:center;font-weight:700;font-size:1.125em;margin-top:4%}.traffic-icon{position:relative;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:contain}.traffic-icon.color-gray{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Traffic/img/traffic-light-gray.svg)}.traffic-icon.color-red{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Traffic/img/traffic-light-red.svg)}.traffic-icon.color-yellow{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Traffic/img/traffic-light-yellow.svg)}.traffic-icon.color-green{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Traffic/img/traffic-light-green.svg)}.traffic-icon__value{position:absolute;top:30.434%;left:38%;font-weight:900;color:#4b4b4b;text-align:center;font-size:1em;line-height:1}.color-gray .list-value,.color-gray .list-text{border-color:gray;color:gray}.color-red .list-value,.color-red .list-text{border-color:#ff3a30;color:#ff3a30}.color-yellow .list-value,.color-yellow .list-text{border-color:#ffcc01;color:#ffcc01}.color-green .list-value,.color-green .list-text{border-color:#7e9e15;color:#7e9e15}.__widget-traffic-view{background-size:contain;background-repeat:no-repeat;background-position:center}.__widget-traffic-view.__widget-traffic1-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Traffic/preview-1.png)}.__widget-traffic-view.__widget-traffic2-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Traffic/preview-2.png)}.__widget-traffic-view.__widget-traffic3-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Traffic/preview-3.png)}.container-map{width:100%;height:260px}.__widget_autoinformer{position:relative;width:100%;height:100%;overflow:hidden}.__widget_autoinformer iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#fff;transform-origin:0 0}.__widget_autoinformer .autoinformer-poster{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;background-color:#e8f3ff;background-size:cover;background-repeat:no-repeat;background-position:center center}.__widget_autoinformer .autoinformer-poster--default{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Traffic/AutoInformer/preview.png)}.__widget_autoinformer .autoinformer-poster__icon{width:100px;height:100px;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath fill='%23FFFFFF' d='M2,8 C0.9,8 0,8.9 0,10 L0,36 C0,38.2 1.8,40 4,40 L30,40 C31.1,40 32,39.1 32,38 C32,36.9 31.1,36 30,36 L6,36 C4.9,36 4,35.1 4,34 L4,10 C4,8.9 3.1,8 2,8 Z M36,0 L12,0 C9.8,0 8,1.8 8,4 L8,28 C8,30.2 9.8,32 12,32 L36,32 C38.2,32 40,30.2 40,28 L40,4 C40,1.8 38.2,0 36,0 Z M20,25 L20,7 L30.94,15.2 C31.48,15.6 31.48,16.4 30.94,16.8 L20,25 Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.__widget-autoinformer-view{background-image:url(/assets/images/_common/Content/Widgets/Widgets/Traffic/AutoInformer/preview.png);background-size:contain;background-repeat:no-repeat;background-position:center}.__widget-pricesets-view{display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:0}.__widget-pricesets-view .widget-pricesets-widget-tree-frame{width:100%;height:100%;min-height:0;display:flex;align-items:center;justify-content:center;padding:4px 6px;box-sizing:border-box}.widget-pricesets{width:100%;height:100%;min-height:0;box-sizing:border-box;padding:4px}.widget-pricesets-viewport{width:100%;height:100%;overflow:hidden;position:relative}.widget-pricesets-strip{display:flex;flex-direction:row;height:100%;transition:transform .45s ease-out;will-change:transform}.widget-pricesets-page{display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:8px;height:100%;min-height:0;box-sizing:border-box;padding:2px 4px}.widget-pricesets-page--empty{align-items:center;justify-content:center;font-family:inherit;font-size:22px;font-style:italic;text-align:center;padding:32px;opacity:.5;border:1px dashed rgba(0,0,0,.18);background:#ffffff1f;box-sizing:border-box}.widget-pricesets-slide{flex-shrink:0;height:100%;min-height:0;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.widget-pricesets-card-inner{width:100%;height:100%;max-height:100%;min-height:0;display:flex;align-items:center;justify-content:center}.widget-pricesets-card-inner svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%}.wcfg-pricesets-templates+.wcfg-pricesets-templates{margin-top:8px}.wcfg-pricesets-template-grid{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}.wcfg-pricesets-template-card{width:148px;height:172px;flex:0 0 auto;display:flex;flex-direction:column;border:2px solid var(--clr-interlinear, #e0e0e0);border-radius:10px;overflow:hidden;cursor:pointer;background:#fff;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.wcfg-pricesets-template-card:hover{border-color:#bdbdbd}.wcfg-pricesets-template-card.__selected{border-color:var(--l-clr-primary, #1976d2);box-shadow:0 0 0 2px #1976d238}.wcfg-pricesets-template-card-preview{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;background:#fafafa;padding:6px;box-sizing:border-box}.wcfg-pricesets-template-thumb{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.wcfg-pricesets-template-thumb svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%}.wcfg-pricesets-template-card-title{flex-shrink:0;height:48px;padding:6px;box-sizing:border-box;text-align:center;font-size:12px;font-weight:600;line-height:1.15;color:var(--l-clr-text-default, #212121);border-top:1px solid var(--clr-interlinear, #eee);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.__widget-menu-view{background:linear-gradient(165deg,#000,#444 55%,#333);overflow:hidden}.__widget-menu-view .widget-menu-page{padding:6px 12px;gap:0}.__widget-menu-view .widget-menu-page .widget-menu-card{gap:3px;padding-bottom:2px}.widget-menu{width:100%;height:100%;min-height:0;position:relative;box-sizing:border-box;overflow:hidden;font-family:Georgia,Iowan Old Style,Palatino Linotype,Book Antiqua,Palatino,Times New Roman,serif;-webkit-font-smoothing:antialiased}.widget-menu-stage{position:absolute;top:50%;left:50%;transform-origin:center center;display:flex;flex-direction:column;box-sizing:border-box;contain:layout paint}.widget-menu-viewport{flex:1;min-height:0;width:100%;overflow:hidden;position:relative}.widget-menu-strip{display:flex;flex-direction:row;height:100%;will-change:transform}.widget-menu-page{flex-shrink:0;height:100%;min-height:0;box-sizing:border-box;padding:24px 28px;display:grid;grid-template-columns:repeat(var(--menu-cols, 1),minmax(0,1fr));grid-auto-rows:auto;gap:10px 20px;align-content:start;align-items:start;overflow:hidden;background:linear-gradient(180deg,#ffffff38,#fff0 40%),linear-gradient(90deg,rgba(0,0,0,.02) 0%,transparent 30%,transparent 70%,rgba(0,0,0,.02) 100%);border:1px solid rgba(74,54,34,.18);outline:1px solid rgba(255,252,246,.55);outline-offset:-6px;box-shadow:inset 0 1px #ffffff73,0 8px 30px #2a231914;border-radius:1px}.widget-menu-page--empty{display:flex;align-items:center;justify-content:center;height:100%;font-family:inherit;font-size:50px;font-style:italic;text-align:center;padding:32px;opacity:.5;border:1px dashed rgba(74,54,34,.22);outline:none;box-shadow:none;background:#ffffff1f}.widget-menu-section-title{font-family:inherit;font-size:calc(var(--menu-font, 18px) * .68);font-weight:600;letter-spacing:.18em;text-transform:uppercase;margin:0 0 .4em;padding-bottom:.35em;border-bottom:1px solid currentColor;opacity:.58;line-height:1.2;width:100%;box-sizing:border-box}.widget-menu-card{min-height:0;box-sizing:border-box;padding:2px 0 6px;margin:0;display:flex;flex-direction:row;align-items:flex-start;gap:14px;overflow:hidden;background:transparent;border:none;border-radius:0}.widget-menu-card--has-section{padding-top:6px}.widget-menu-card--has-section:not(.widget-menu-card--no-media){flex-wrap:wrap}.widget-menu-card--has-section:not(.widget-menu-card--no-media) .widget-menu-section-title{flex:0 0 100%;margin-top:0}.widget-menu-card--no-media{flex-direction:column;justify-content:center}.widget-menu-card-media{flex:0 0 auto;width:var(--menu-thumb, 72px);min-width:var(--menu-thumb, 72px);align-self:flex-start;border-radius:4px;overflow:hidden;background:#2a23190f;border:1px solid rgba(107,78,50,.28);box-shadow:1px 2px 6px #2a23191f}.widget-menu-card-media img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:1}.widget-menu-card-body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-start;gap:.15em;width:100%}.widget-menu-card-row{display:flex;flex-direction:row;align-items:baseline;gap:0;width:100%;min-width:0}.widget-menu-card-name{flex:0 1 auto;font-weight:500;font-size:var(--menu-font, 18px);letter-spacing:.01em;line-height:1.25;overflow-wrap:break-word;word-break:normal;-webkit-hyphens:manual;hyphens:manual}.widget-menu-card-leader{flex:1 1 auto;min-width:8px;height:0;margin:0 .3em;align-self:center;border-bottom:1px dotted var(--leader-color, currentColor);opacity:.4}.widget-menu-card-price{flex:0 0 auto;font-weight:600;font-size:max(11px,var(--menu-font, 18px) * .92);font-variant-numeric:tabular-nums;letter-spacing:.03em;line-height:1.2;white-space:nowrap}.widget-menu-card-desc{font-size:calc(var(--menu-font, 18px) * .78);line-height:1.35;font-style:italic;letter-spacing:.01em;opacity:.8;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;padding-left:.02em}.widget-menu-page--enter .widget-menu-card{animation:widget-menu-card-in .5s cubic-bezier(.22,1,.36,1) forwards;animation-delay:calc(var(--mi, 0) * 58ms)}@keyframes widget-menu-card-in{0%{opacity:0;transform:translate(22px)}to{opacity:1;transform:translate(0)}}.widget-menu-pager{flex-shrink:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;min-height:28px;padding:6px 0 4px}.widget-menu-dot{width:9px;height:9px;border-radius:50%;box-sizing:border-box;border:1px solid currentColor;background:transparent;opacity:.38;cursor:pointer;padding:0;flex-shrink:0;transition:opacity .2s,transform .15s,background .2s}.widget-menu-dot:hover{transform:scale(1.2);opacity:.55}.widget-menu-dot.__active{background:currentColor;opacity:.85}.widget-playlists{width:100%;height:100%;min-height:0;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;padding:0;box-sizing:border-box;position:relative}.widget-playlists__stage{flex:1;min-height:0;width:100%;position:relative;overflow:hidden}.widget-playlists__stage>*{position:absolute;inset:0}.widget-playlists__img{width:100%;height:100%;object-fit:cover;object-position:center}.widget-playlists__ph{width:100%;height:100%;background:center/contain no-repeat;background-color:#ffffff0f}.__widget-playlists-view{display:flex;align-items:center;justify-content:center}.__widget-playlists-view .icon-common.icon-media.__force{width:40px;height:40px}.__widget_iframe{position:relative;width:100%;height:100%;overflow:hidden;padding:0;align-self:stretch;background-image:url(/assets/images/_common/img/btl/mi/code_xml_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg);background-size:50%;background-position:center;background-repeat:no-repeat}.__widget_iframe iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#fff}.__widget-iframe-view{display:flex;align-items:center;justify-content:center;padding:8px;font:inherit;text-align:center;opacity:.85}.__widget_custom-html{position:relative;width:100%;height:100%;overflow:hidden;padding:0;align-self:stretch;box-sizing:border-box;background-image:url(/assets/images/_common/img/btl/mi/code_xml_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg);background-size:50%;background-position:center;background-repeat:no-repeat}.__widget_custom-html .__widget_custom-html-frame{position:absolute;inset:0;width:100%;height:100%;border:0;background:#fff}.__widget-custom-html-view{display:flex;align-items:center;justify-content:center;padding:8px;font:inherit;text-align:center;opacity:.85}.__widget_table-excel{position:relative;width:100%;height:100%;overflow:hidden;padding:0;align-self:stretch;background-size:50%;background-position:center;background-repeat:no-repeat;--xlsx-scale: 1}.__widget_table-excel.__xlsx-height-100 .xlsx{height:100%}.__widget-table-excel-view{display:flex;align-items:center;justify-content:center;padding:8px;font:inherit;text-align:center;opacity:.85}.__widget-table-excel-view .__widget-table-excel-view_icon{width:40px;height:40px;background-image:url(/assets/images/_common/img/btl/logos/Microsoft_Excel_2013-2019_logo.svg);background-size:contain;background-repeat:no-repeat;background-position:center}.widget-clock.widget-clock-x-3{display:flex;flex-direction:row;align-items:center}.widget-clock.widget-clock-x-3 .widget-clock-3-extra{padding-right:10px}.widget-clock.widget-clock-x-3 .widget-clock-3-extra .wce-calendar-icon{width:60px;height:60px;background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/assets/calendar-icon.svg);background-position:center;background-size:50%;background-repeat:no-repeat;box-shadow:2px 2px 10px #0003;border-radius:15%}.widget-clock.widget-clock-x-4 .datetime .hour,.widget-clock.widget-clock-x-4 .datetime .minute,.widget-clock.widget-clock-x-4 .datetime .date{box-shadow:2px 2px 10px #0003;border-radius:15%;display:flex;align-items:center;justify-content:center}.widget-clock.widget-clock-x-4 .datetime .time{justify-content:space-between!important}.widget-clock.widget-clock-x-4 .datetime .time .hour,.widget-clock.widget-clock-x-4 .datetime .time .minute{flex:1;text-align:center}.widget-clock-3-extra{padding-right:10px}.widget-clock-3-extra .wce-calendar-icon{width:60px;height:60px;background-image:url(/assets/images/_common/Content/Widgets/Widgets/Clock/assets/calendar-icon.svg);background-position:center;background-size:50%;background-repeat:no-repeat;box-shadow:2px 2px 10px #00000026;border-radius:15%}.widget-clock.widget-clock-x-6{display:flex;flex-direction:column;align-items:center}.widget-clock.widget-clock-x-6 .date-day{font:inherit;font-weight:700;background-color:#fff}:root{--l-clr-base: #605dd0e6;--l-clr-base-contrast: #ddd;--l-clr-base-light: rgba(134.7990430622, 132.5311004785, 219.4688995215, .9019607843);--l-clr-base-light-ultra: #e0dff6;--l-clr-base-dark: hsl(242deg 55% 50% / 90%);--l-clr-base-dark-more: rgb(74, 120.3532786885, 127.35);--l-clr-content: #efeff4;--l-clr-content2: #c8c7c7;--l-clr-content-accent: #aaa;--l-clr-text-default: rgba(51, 63, 111, .9);--clr-text-secondary: #8a8a8a;--l-clr-background: #F3F3F9;--l-clr-background-light: #e1e1e1;--l-clr-active: rgba(96,93,208,.9);--l-clr-hover: rgba(96,93,208,.2);--l-clr-button: var(--l-clr-base);--l-clr-button2: rgb(43.137254902, 43.137254902, 43.137254902);--l-clr-button-text: #fff;--l-clr-button-hover: #3e39c6e6;--l-clr-button-hover-text: #d1dade;--l-clr-button-disabled: var(--l-clr-base);--l-clr-button-disabled-text: #afafaf;--l-clr-notice: #de7962;--l-clr-success: #64c395;--l-clr-success-dark: rgb(100, 177.15, 139.7931578947);--l-clr-warn: #d0935d;--l-clr-danger: #c16b67;--l-clr-danger-dark: rgb(180.25, 106.4333333333, 103);--l-clr-error: #c16b67;--l-clr-nav-bg: #2e3d44;--clr-nav: #F0F1FA;--clr-nav-open: #232e33;--clr-nav-border: #1d333a;--clr-nav-active: #172a30;--clr-accent: #605dd099;--l-clr-content0: #f2f2f2;--clr-grey-content: #efefef;--clr-disabled: #afafaf;--clr-grey: #cac8c9;--clr-grey-darken: rgb(175.1072961373, 175.1072961373, 175.1072961373);--clr-button: #5c9baa;--clr-button-active: #00598e;--clr-selected: #ffb24d;--clr-selected-light: #dfeaf1;--clr-link: #328fc6;--l-clr-error-text: #ff584d;--l-clr-success-text: #34b25e;--l-clr-error-active: #ff584d;--l-clr-error-dark: rgb(236.35, 63.521875, 52);--clr-interlinear: #ecebf9e6;--clr-interlinear-light: #e8f6f9;--clr-mount: #add3eb;--clr-available: #2694d9;--clr-waiting: var(--l-clr-warn);--clr-changed: #009485;--l-clr-button-danger: var(--l-clr-danger)}.device-screen{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat}.device-screen.__widget-drop-over{outline:2px dashed var(--l-clr-active, #605dd0);outline-offset:-2px}.device-screen__grid{position:absolute;inset:0;pointer-events:none;z-index:9999;background-image:repeating-linear-gradient(to right,rgba(255,255,255,.15) 0px,rgba(255,255,255,.15) 1px,transparent 1px,transparent 100%),repeating-linear-gradient(to bottom,rgba(255,255,255,.15) 0px,rgba(255,255,255,.15) 1px,transparent 1px,transparent 100%)}.device-screen__guides{position:absolute;inset:0;pointer-events:none;z-index:10000}.device-screen__guide{position:absolute}.device-screen__guide.__v{top:0;bottom:0;width:1px;background-color:#ff1493}.device-screen__guide.__h{left:0;right:0;height:1px;background-color:#ff1493}.data-storage-files,.data-storage-files.__content_with_groups{max-height:100%}.data-storage-files .groups-block .gb-groups .gb-group,.data-storage-files.__content_with_groups .groups-block .gb-groups .gb-group{min-width:248px}@media(max-width:640px){.data-storage-files .groups-block .gb-groups .gb-group,.data-storage-files.__content_with_groups .groups-block .gb-groups .gb-group{min-width:0}}.data-storage-files:not(.__is-edit-mode) .footer,.data-storage-files.__content_with_groups:not(.__is-edit-mode) .footer{display:none}.data-storage-files .data,.data-storage-files.__content_with_groups .data{grid-area:main;grid-template-areas:"groups  details" "items   details" "foot    details";grid-template-columns:1fr 320px;position:relative}@media(max-width:640px){.data-storage-files .data,.data-storage-files.__content_with_groups .data{grid-template-areas:"groups" "items" "foot";grid-template-columns:1fr;gap:0}.data-storage-files .data .file-details-placeholder,.data-storage-files.__content_with_groups .data .file-details-placeholder{display:none}.data-storage-files .data .file-details,.data-storage-files.__content_with_groups .data .file-details{position:fixed;inset:0;z-index:45;overflow:auto;background-color:#fff;border-left:none}}.data-storage-files .data .top,.data-storage-files.__content_with_groups .data .top{grid-area:top;padding-bottom:10px}.data-storage-files .data .data-items,.data-storage-files.__content_with_groups .data .data-items{padding-top:5px;overflow:auto;display:flex;flex-wrap:wrap;align-content:flex-start;gap:16px}.data-storage-files .data .data-items,.data-storage-files.__content_with_groups .data .data-items{grid-area:items;overflow:auto}.data-storage-files .data .file-details-placeholder,.data-storage-files.__content_with_groups .data .file-details-placeholder{grid-area:details;min-height:0;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;text-align:center;background-color:#fff;border-left:1px solid rgba(0,0,0,.07);-webkit-user-select:none;user-select:none}.data-storage-files .data .file-details-placeholder .fdp-icon,.data-storage-files.__content_with_groups .data .file-details-placeholder .fdp-icon{width:56px;height:56px;border-radius:12px;background-color:#f0f1f5;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.data-storage-files .data .file-details-placeholder .fdp-icon .icon-common,.data-storage-files.__content_with_groups .data .file-details-placeholder .fdp-icon .icon-common{width:28px;height:28px;background-color:#605dd073}.data-storage-files .data .file-details-placeholder .fdp-title,.data-storage-files.__content_with_groups .data .file-details-placeholder .fdp-title{font-size:15px;font-weight:600;line-height:1.3;color:#333f6fe6;margin-bottom:8px}.data-storage-files .data .file-details-placeholder .fdp-text,.data-storage-files.__content_with_groups .data .file-details-placeholder .fdp-text{font-size:13px;line-height:1.45;color:#333f6f80;max-width:220px}.data-storage-files .data .file-details,.data-storage-files.__content_with_groups .data .file-details{min-height:0;min-width:0;visibility:hidden;pointer-events:none;border-left-color:transparent}.data-storage-files .data.__has-details .file-details,.data-storage-files.__content_with_groups .data.__has-details .file-details{visibility:visible;pointer-events:auto;border-left-color:#00000012}.data-storage-files .data:not(.__is-edit-mode),.data-storage-files.__content_with_groups .data:not(.__is-edit-mode){grid-template-areas:"groups" "items" "foot";grid-template-columns:1fr}.data-storage-files .data:not(.__is-edit-mode) .file-details,.data-storage-files .data:not(.__is-edit-mode) .file-details-placeholder,.data-storage-files.__content_with_groups .data:not(.__is-edit-mode) .file-details,.data-storage-files.__content_with_groups .data:not(.__is-edit-mode) .file-details-placeholder{display:none}.pop-video-viewer{background-color:#000}.pop-video-viewer .common-head{border:none}.pop-video-viewer .inner-content{width:unset;padding:0;display:flex;align-items:center;justify-content:center}.pop-video-viewer video,.pop-video-viewer img{max-height:100%}.pop-video-viewer .document-player{min-width:min(100vw,810px)}.pop-video-viewer .footer{display:none}.storage-file{box-sizing:border-box;width:220px;max-width:100%;min-height:260px;padding:12px;background-color:#fff;display:flex;flex-direction:column;gap:10px;font-family:IBM Plex Sans,sans-serif}.storage-file.__picker-view{width:130px;min-height:0}.storage-file.__picker-view .sf-thumb{height:110px}.storage-file:hover .sf-thumb .cfg-wrapper,.storage-file.__selected .sf-thumb .cfg-wrapper,.storage-file:hover .sf-thumb .cfg-wrapper .cfg-actions{display:flex}.storage-file.__selected .btn-select{border-color:#605dd0e6;background-color:#605dd01f}.storage-file.__selected .btn-select .icon-common{opacity:1;background-color:#605dd0f2}.storage-file .sf-thumb{position:relative;width:100%;height:180px;flex-shrink:0}.storage-file .sf-thumb .thumb-image{width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:8px;background-color:#f0f1f5;cursor:pointer}.storage-file .sf-thumb .cfg-wrapper{display:none;position:absolute;inset:0;flex-direction:column;justify-content:space-between;padding:8px;border-radius:8px;background:linear-gradient(180deg,#333f6f26,#333f6f73);pointer-events:none}.storage-file .sf-thumb .cfg-wrapper .btn-select{align-self:flex-end;pointer-events:auto;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;background-color:#fff;border:1.5px solid rgba(96,93,208,.35);border-radius:6px;cursor:pointer}.storage-file .sf-thumb .cfg-wrapper .btn-select .icon-common{width:16px;height:16px;opacity:0;background-color:#605dd0f2;transition:opacity .15s ease}.storage-file .sf-thumb .cfg-wrapper .btn-select.__checked .icon-common{opacity:1}.storage-file .sf-thumb .cfg-wrapper .cfg-actions{display:none;flex-direction:row;justify-content:flex-end;gap:6px;pointer-events:auto}.storage-file .sf-thumb .cfg-wrapper .cfg-action{width:32px;height:32px;min-width:32px;padding:0;margin:0;display:inline-flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid rgba(51,63,111,.14);border-radius:8px;box-shadow:0 1px 3px #333f6f1a;cursor:pointer}.storage-file .sf-thumb .cfg-wrapper .cfg-action .icon-common{width:18px;height:18px;background-color:#333f6fb3}.storage-file .sf-thumb .cfg-wrapper .cfg-action:hover .icon-common{background-color:#605dd0f2}.storage-file .sf-thumb .cfg-wrapper .cfg-action.__danger:hover .icon-common{background-color:var(--l-clr-danger)}.storage-file .sf-info{display:flex;flex-direction:column;gap:6px;min-width:0}.storage-file .sf-name-row{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0}.storage-file .sf-name-row .icon-common{width:18px;height:18px;min-width:18px;background-color:#605dd0bf}.storage-file .sf-name-row .caption{flex:1;min-width:0;font-weight:500;font-size:14px;line-height:1.25;color:#333f6fe6;padding:0}.storage-file .sf-meta-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.storage-file .sf-meta-row .file-size{font-size:13px;line-height:1.25;color:#333f6f8c}.storage-file .sf-meta-row .status{flex-shrink:0;width:8px;height:8px;border-radius:50%;background-color:var(--l-clr-danger)}.storage-file .sf-meta-row .status.__active{background-color:var(--l-clr-success)}.storage-file.__upload-in-progress .sf-thumb .thumb-image,.storage-file.__convert-in-progress .sf-thumb .thumb-image{opacity:.55}.storage-file .sf-file-progress{position:absolute;left:8px;right:8px;bottom:8px;z-index:2;display:flex;flex-direction:column;gap:4px;pointer-events:none}.storage-file .sf-file-progress .sf-file-progress-bar{height:4px;border-radius:2px;background-color:#605dd0f2;transition:width .15s ease;box-shadow:0 0 0 1px #ffffff59}.storage-file .sf-file-progress .sf-file-progress-label{align-self:center;padding:2px 8px;border-radius:10px;background-color:#333f6fb8;color:#fff;font-size:12px;line-height:1.2;font-weight:500;white-space:nowrap}.storage-file .sf-file-progress.__indeterminate .sf-file-progress-track{height:4px;border-radius:2px;background-color:#ffffff59;overflow:hidden;box-shadow:0 0 0 1px #ffffff59}.storage-file .sf-file-progress.__indeterminate .sf-file-progress-bar{width:40%;height:100%;transition:none;animation:sf-file-progress-indeterminate 1.2s ease-in-out infinite}@keyframes sf-file-progress-indeterminate{0%{transform:translate(-100%)}to{transform:translate(350%)}}.file-details{grid-area:details;background-color:#fff;border-left:1px solid rgba(0,0,0,.07);padding:24px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.file-details .fd-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.file-details .fd-header .fd-title{font-size:1.4em;font-weight:600;line-height:1.25;word-break:break-word}.file-details .fd-header .fd-title:hover{cursor:pointer;text-decoration:underline dotted}.file-details .fd-header .fd-close{cursor:pointer;min-width:24px;min-height:24px;opacity:.5}.file-details .fd-header .fd-close:hover{opacity:1}.file-details .fd-preview{position:relative;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#e8e0f4,#d0cae4);aspect-ratio:1;cursor:pointer}.file-details .fd-preview .fd-preview-image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.file-details .fd-preview .fd-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background-color:#ffffffd9;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none}.file-details .fd-preview .fd-play-btn:after{content:"";width:0;height:0;border-style:solid;border-width:10px 0 10px 18px;border-color:transparent transparent transparent #444;margin-left:4px}.file-details .fd-section .fd-section-title{font-weight:600;font-size:1.05em;margin-bottom:12px}.file-details .fd-section .fd-row{margin-bottom:8px;display:flex;flex-direction:row;align-items:center;gap:7px}.file-details .fd-section .fd-row .l-button{flex:1;padding-left:0;padding-right:0}.file-details .fd-section .fd-row .fd-label{color:#999;font-size:.85em;margin-bottom:2px}.file-details .fd-section .fd-row .fd-value{font-weight:500}.file-details .fd-template-link{color:var(--l-clr-active);cursor:pointer;padding:3px 0}.file-details .fd-template-link:hover{text-decoration:underline}.file-details .fd-description{margin-top:auto}.file-details .fd-description input{width:100%;padding:10px 14px;border:1px solid #e0e0e0;border-radius:10px;outline:none;font-size:.95em}.file-details .fd-description input::placeholder{color:#bbb}.file-details .fd-description input:focus{border-color:var(--l-clr-active)}.pop-storage-media .data-storage-media{height:80dvh}.pop-storage-media .inner-content{padding:0}
