div[role=tabpanel] .gallery-card-container{margin-top:24px}.bui-empty-state{margin:32px auto}.photo-page-footer{margin:24px 0;text-align:center}.gallery-card-container{margin-top:24px;padding:16px;border:1px solid #e6e6e6;background-color:#fff}.gallery-card_heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.gallery-card_heading h2{margin-bottom:24px}.gallery-card_subtitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px}.gallery-card_subtitle_icon{color:#febb02;margin-right:8px}@media (max-width:992px){.gallery-card_heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}}.photo-list-container{margin-top:16px}.photo-list-container__dragging{cursor:move}.photo-item-container{position:relative;border-radius:4px}.photo-item-container:before{content:"";padding-bottom:100%;display:inline-block;vertical-align:top}.photo-item-container>*{border:1px solid #e6e6e6;border-radius:4px;position:absolute;top:4px;right:4px;bottom:4px;left:4px}.photo-item-container.sortable-ghost .photo-item__photo{background:#e6e6e6!important;border:1px dotted #333;outline:none}.photo-item-container.sortable-ghost .photo-item-container-overlay,.photo-item-container.sortable-ghost img{visibility:hidden}.photo-item-container__drag .photo-item__photo{-webkit-box-shadow:0 1px 16px rgba(0,0,0,.5);box-shadow:0 1px 16px rgba(0,0,0,.5);-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg);opacity:1!important}.photo-item-container__drag .photo-item__preferred-badge{display:none}.photo-item__photo{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.photo-item__photo>img{border-radius:4px;width:100%;height:100%}.photo-item__photo__edit{border-color:#0071c2}.photo-item__photo.photo-item__photo__sync img{opacity:.3}.photo-item__photo .bui-spinner{position:absolute;top:50%;margin-top:-12px;left:50%;margin-left:-12px}.photo-item__photo .photo-item__preferred-badge{background-color:#f07c00;position:absolute;top:-16px;color:#fff;-webkit-box-shadow:2px 2px 8px 0 rgba(0,0,0,.5);box-shadow:2px 2px 8px 0 rgba(0,0,0,.5);padding:0 8px;border-radius:4px;line-height:18px;font-size:12px;z-index:100}.photo-item__photo .photo-item__tag-warning{position:absolute;left:0;top:0;right:0;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-radius:4px 4px 0 0;background:rgba(0,0,0,.5);color:#febb02;padding:0 4px;font-size:12px;line-height:18px}.photo-item-container-overlay{position:absolute;height:100%;width:100%;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;padding:4px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#fff;cursor:pointer}.photo-list-container__dragging .photo-item-container-overlay{cursor:move}.photo-item-container-controls{border-radius:4px;background:-o-radial-gradient(50.79% 47.83%,39.92% 39.92%,rgba(0,0,0,.291111) 0,rgba(0,0,0,.67182) 100%);background:radial-gradient(39.92% 39.92% at 50.79% 47.83%,rgba(0,0,0,.291111) 0,rgba(0,0,0,.67182) 100%);position:absolute;top:0;right:0;bottom:0;left:0}.photo-item-checkbox{position:absolute;top:4px;left:4px}.photo-item-container-controls .bui-dropdown{position:absolute;top:4px;right:4px}.dropdown-item-delete{color:#c00}.photo-item__drag-icon-container{position:absolute;top:50%;margin-top:-16px;opacity:.9;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.photo-item__drag-icon-wrapper{background:#fff;border-radius:2px;border:1px solid #bdbdbd;padding:4px}.photo-item__drag-icon-container svg{display:block;fill:#000;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.photo-item-cta{color:#3daeff;margin-top:4px;font-size:12px}.photo-info-container{position:absolute;bottom:0;left:0;right:0;padding:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.photo-item-container .photo-resolution{font-size:12px;color:#fff;direction:ltr}.warning-icon-container svg{fill:#febb02}.photo-item-container .warning-resolution{border-bottom:1px dashed #febb02}.image-resolution-popover{text-align:center}.photo-uploader__photo-preview{overflow:hidden}.photo-uploader__photo-preview>img{width:100%;height:100%;opacity:.3}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.photo-uploader__photo-preview .bui-spinner{position:absolute;top:50%;margin-top:-16px;left:50%;margin-left:-16px;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}.photo-uploader__photo-preview__overlay{position:absolute;top:8px;right:8px;bottom:8px;left:8px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#000}.photo-uploader__photo-preview__error-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.photo-uploader__photo-preview__error-message{font-size:14px;font-weight:500;line-height:20px}.photo-uploader__photo-preview__error-container>div{text-align:center}.photo-uploader__photo-preview__warning-icon{fill:#febb02}.gallery-bulk-actions-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6;padding:8px 0;margin-bottom:8px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse}.gallery-bulk-actions-container .gallery-bulk-actions-upload{min-width:290px}.bulk-actions-list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;margin:0;padding:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.bui-button.destructive:not([disabled]){color:#c00}@media (max-width:992px){.gallery-bulk-actions-container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-flow:column-reverse;flex-flow:column-reverse;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border:none}.bulk-actions-list{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.gallery-bulk-actions-upload{margin-bottom:24px}}.gallery-changes__error-block--fade-height-enter-active,.gallery-changes__error-block--fade-height-leave-active{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.gallery-changes__error-block--fade-height-enter,.gallery-changes__error-block--fade-height-leave-to{height:0;opacity:0}.gallery-changes__error-block{margin:8px 0}.gallery-changes__main-block{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:8px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:8px;padding:4px 4px 0 0}.gallery-changes__icon{color:#0071c2;cursor:pointer}@media (max-width:576px){.bui-modal__content{width:calc(100% - 32px)}}@media (max-width:992px){.gallery-changes__error-block{margin-top:0}}.panoramic-gallery-card-container{margin-top:24px;padding:16px;border:1px solid #e6e6e6;background-color:#fff}.panoramic-gallery-card_heading{margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.panoramic-gallery-card-button{-ms-flex-negative:0;flex-shrink:0}.panoramic-gallery-card_subtitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px}@media (max-width:992px){.panoramic-gallery-card_heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.panoramic-photo-item-container{position:relative;border:1px solid #333;border-radius:4px}.panoramic-photo-item-container:before{content:"";padding-bottom:33%;display:inline-block;vertical-align:top}.panoramic-photo-item-container>*{position:absolute;top:0;left:0;height:100%;width:100%}.panoramic-photo-item>img{width:100%;height:100%}.panoramic-photo-item-icon{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px}.panoramic-photo-item-close{position:absolute;top:4px;right:4px;height:24px;background:rgba(0,0,0,.6);outline:none;border:none}.panoramic-photo-item-spinner{position:absolute;top:50%;left:50%;margin-top:-12px;margin-left:-12px}.edit-photo-modal{z-index:100}@media (min-width:992px){.edit-photo-modal .bui-modal__content{max-width:1280px}.photo-carousel{margin-bottom:0}}.edit-photo-modal__body{height:100%;overflow:auto}.photo-modal-container{height:100%}.photo-modal-sidebar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.photo-carousel,.photo-modal-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex}.photo-carousel{-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:16px}.photo-carousel img{max-width:100%;max-height:100%}.navigation-button-left,.navigation-button-right{cursor:pointer}.navigation-button-left{margin-right:16px}.navigation-button-right{margin-left:16px}.photo-container{overflow:hidden;-ms-flex-item-align:stretch;align-self:stretch;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.photo-controls-wrapper{position:relative;max-height:100%;max-width:100%;overflow:hidden}.edit-photo-controllers{position:absolute;bottom:0;background-color:rgba(0,0,0,.6);width:100%;height:48px;color:#fff;-webkit-transition:background-color .2s ease-in-out;-o-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex}.rotate-photo-left>svg{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.photo-controller{margin:8px}.rooms-list__container{margin-bottom:16px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.navigation-button,.photo-controller{outline:none;border:none;background:none}.photo-modal-footer{margin:16px 0}.photo-modal-button-finish{-ms-flex-item-align:start;align-self:start}.photo-modal-alert{margin:16px 0}.photo-tag-list{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0;padding:0}.photo-tag-empty{color:#6b6b6b;height:46px;margin:0}.photo-tags-desc{font-size:14px;line-height:20px;color:#0071c2;cursor:pointer}.photo-tags-desc svg{fill:#0071c2;vertical-align:middle}.photo-tag-search{position:relative}.input-photo-tag-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.input-photo-tag-wrapper .bui-form__group{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.input-photo-tag-wrapper .bui-form__group label{display:none}.input-photo-tag-search-icon{position:absolute;left:8px;fill:#6b6b6b}.input-photo-tag-search-close-button{position:absolute;right:8px;padding:0;outline:none;background:transparent;border:none}.input-photo-tag-search-close-icon{fill:#6b6b6b;display:block}.input-photo-tag-wrapper input{padding-left:32px;padding-right:32px}.photo-tag-search-dropdown{background:#fff;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;height:270px;width:100%;z-index:100;border-radius:2px;-webkit-box-shadow:0 2px 3px rgba(0,0,0,.2),0 1px 8px rgba(0,0,0,.12);box-shadow:0 2px 3px rgba(0,0,0,.2),0 1px 8px rgba(0,0,0,.12)}.photo-tag-search-dropdown-footer{border-top:1px solid #e6e6e6;text-align:right}.photo-tag-search-dropdown-footer button{border:0!important}.photo-tag-search-results{padding:8px 16px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;overflow:hidden}.photo-tag-search-results h5{color:#6b6b6b}.photo-tag-search-search-term{color:#000}.photo-tag-search-results-list{list-style:none;margin:0;padding:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow-y:auto}.photo-tag-search-results-empty{color:#6b6b6b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.photo-tag-search-results-empty svg{fill:#6b6b6b}.rooms-list{display:inline-block;position:relative}.photo-edit-main-gallery-icon[data-v-7154b268]{fill:#0071c2;vertical-align:middle}.tag-selector{margin-right:16px}.tag-selector__popover{z-index:101}.tag-selector__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:16px}.opportunity-modal__body{padding:0}.opportunity-modal__photos-container{height:50vh}.edit-photo-modal__body{height:100%;overflow:auto}.opportunity-modal__title-container{padding:16px;border-bottom:1px solid #e0e0e0}.opportunity-modal__subtitle{color:#6b6b6b}.opportunity-modal__photo-container{margin-bottom:16px}.opportunity-modal__photo-modal-container{height:auto;padding:16px}@media (min-width:992px){.opportunity-modal__photo-modal-container,.opportunity-modal__title-container{padding:24px}.opportunity-modal__photo-container{padding-left:24px}.opportunity-modal__photo-container--has-carousel{padding:0 40px}}.modal-photo-carousel{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;padding:0}.modal-photo-carousel__navigation-button{-ms-flex-negative:0;flex-shrink:0;padding:4px 8px;color:#262626;border:0}.modal-photo-carousel__navigation-button[disabled]:hover{background:none}.modal-photo-carousel__navigation-button:active,.modal-photo-carousel__navigation-button:hover{background-color:buttonface;color:#262626}@media (min-width:992px){.modal-photo-carousel__navigation-button{margin:-1px 0}.modal-photo-carousel__navigation-button--prev{margin-left:-40px}.modal-photo-carousel__navigation-button--next{margin-right:-40px}}.modal-photo-carousel__photo{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal-photo-carousel__photo img{max-width:100%;max-height:100%}.modal-photo-uploader{height:100%}.modal-photo-uploader__card{height:100%;background-size:contain;background-repeat:no-repeat;background-position:50%}.modal-photo-uploader__placeholder{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.modal-photo-uploader__placeholder--init{border:1px dotted #e7e7e7}.modal-photo-uploader__placeholder--loading{color:#fff}.modal-photo-uploader__placeholder-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:16px}.opportunity-modal__uploader-message{margin-bottom:16px}.opportunity-modal__uploader-message-cta{cursor:pointer}.opportunity-modal__uploader-message-addon-cta{margin-right:16px}.modal-action-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.panoramic-photo-modal .bui-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;max-width:none;max-height:none;position:absolute;left:64px;top:64px;right:64px;bottom:64px;margin:0;width:auto;height:auto}.panoramic-photo-modal .bui-modal__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.panoramic-photo-modal .bui-modal__footer{text-align:right}.panoramic-photo-modal-viewer{height:100%}.photo-upload__subtext{color:#6b6b6b;font-size:14px;line-height:20px}.photo-upload__photo-full{left:0;right:0;bottom:0;top:0;background-size:cover;background-position:50% 50%}.photo-upload__label-block{display:block}.photo-upload__photo-wrap{position:relative}.photo-upload__checkbox{position:absolute;top:8px;left:8px}.photo-upload__minimum-photos{color:#c00}[dir=rtl] .photo-import__help-link{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}