
/* -- typescript/component_libraries/pro-ui/src/components/branding/background/index.web.css */
.branding-background{height:100%;overflow:hidden;position:relative;width:100%}.branding-background-thumbnail{display:inline-block;height:36px;width:36px}.branding-background--image,.branding-background-thumbnail{background-position:50%;background-repeat:no-repeat;background-size:cover}.branding-background__video{height:400%;left:0;position:absolute;top:-150%;width:100%}
/* -- typescript/component_libraries/pro-ui/src/components/branding/branding_block/index.web.css */
:root{--branding-folder-preview-height:220px}.branding-folder-preview{align-items:center;background-size:cover;display:flex;height:var(--branding-folder-preview-height);justify-content:center;overflow:hidden;position:relative}.branding-folder-logo{max-height:100%;max-width:var(--branding-folder-preview-height)}.video{height:100%;object-fit:cover;position:absolute;width:100%}
/* -- typescript/component_libraries/pro-ui/src/components/branding/editor/index.web.css */
.branding-upload-drop-zone{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:var(--spacing__unit--2) 0;min-height:180px;position:relative;z-index:0}.branding-upload-drop-zone__button.branding-upload-drop-zone__button{background-color:var(--dig-color__primary-cta__base,var(--dig-color__primary__base));border-radius:100%;height:48px;margin-bottom:var(--spacing__unit--3);overflow:hidden;width:48px}.branding-upload-drop-zone__button:hover{background-color:var(--dig-color__primary__base--state-1)}.branding-upload-drop-zone__svg{left:0;pointer-events:none;position:absolute;top:0;z-index:-1}.branding-upload-drop-zone__border{stroke:var(--dig-color__disabled__base);stroke-width:3px;stroke-dasharray:10 5;fill:none}.branding-upload-drop-zone--error .branding-upload-drop-zone__border{stroke:var(--dig-color__alert__base)}.branding-upload-drop-zone--drag-active .branding-upload-drop-zone__border{fill:var(--dig-color__primary__surface--state-1);animation:branding-drop-zone-border-anim 1s linear infinite}.branding-upload-drop-zone__image-preview{max-height:150px;max-width:300px;object-fit:contain;pointer-events:none}@keyframes branding-drop-zone-border-anim{0%{stroke-dashoffset:0}to{stroke-dashoffset:15}}.branding-upload-drop-zone--drag-active>*{pointer-events:none}.branding-upload-row__remove-button.branding-upload-row__remove-button{display:inline-block}.branding-upload-row__remove-spacer{display:inline-block;margin:0 var(--spacing__base_unit)}.branding-upload-drop-zone__text{align-items:center;display:inline-flex;white-space:pre-wrap}.branding-upload-drop-zone__drag-text{height:24px;line-height:22px}