.scButton{position:relative;display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:none;font-size:13px;text-align:center}.scButton:focus{outline:none}.scButton:focus::before{display:block;content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:1px dotted #fff;pointer-events:none;z-index:1}

.scTextButton{border-radius:2px;height:30px;min-width:70px;padding:0 10px}.scTextButton.primary{background-color:#005ee0;color:#fff}.scTextButton.primary:hover:not([disabled]){background-color:#0050be}.scTextButton.primary:active{background-color:#00429d}.scTextButton.primary:disabled{background-color:#ccc}.scTextButton.primary:focus::before{border-color:#fff}.scTextButton.primary svg.scTextButton__icon path{fill:#fff}.scTextButton.nonPrimary{background-color:rgba(0,0,0,0);border:1px solid #005ee0;color:#005ee0}.scTextButton.nonPrimary svg.scTextButton__icon path{fill:#005ee0}.scTextButton.nonPrimary:hover:not([disabled]){background-color:rgba(0,94,224,0.1);border-color:#0050be;color:#0050be}.scTextButton.nonPrimary:hover:not([disabled]) svg.scTextButton__icon path{fill:#0050be}.scTextButton.nonPrimary:active{background-color:rgba(0,94,224,0.2);border-color:#00429d;color:#00429d}.scTextButton.nonPrimary:active svg.scTextButton__icon path{fill:#00429d}.scTextButton.nonPrimary:focus::before{border-color:#005ee0}.scTextButton.nonPrimary:disabled{opacity:0.3}.scTextButton.secondary{background-color:rgba(0,0,0,0);color:#005ee0;min-width:auto}.scTextButton.secondary svg.scTextButton__icon path{fill:#005ee0}.scTextButton.secondary:hover:not([disabled]){background-color:rgba(0,94,224,0.1);color:#0050be}.scTextButton.secondary:hover:not([disabled]) svg.scTextButton__icon path{fill:#0050be}.scTextButton.secondary:focus{background-color:rgba(0,94,224,0.1);color:#0050be}.scTextButton.secondary:focus::before{border-color:#005ee0}.scTextButton.secondary:focus svg.scTextButton__icon path{fill:#0050be}.scTextButton.secondary:active{background-color:rgba(0,94,224,0.2);color:#00429d}.scTextButton.secondary:active svg.scTextButton__icon path{fill:#00429d}.scTextButton.secondary:disabled{background-color:#fff;color:#ccc}.scTextButton.secondary:disabled svg.scTextButton__icon path{fill:#ccc}.scTextButton.tertiary{background-color:#e4e4e4;border:1px solid #ccc;color:#161616}.scTextButton.tertiary:hover:not([disabled]){background-color:#c2c2c2;border-color:#c2c2c2}.scTextButton.tertiary:active{background-color:#a0a0a0;border-color:#a0a0a0}.scTextButton.tertiary:focus::before{border-color:#767676}.scTextButton.tertiary svg.scTextButton__icon path{fill:#161616}.scTextButton.cta{background-color:#008059;color:#fff}.scTextButton.cta:hover:not([disabled]){background-color:#006d4c}.scTextButton.cta:active{background-color:#005a3e}.scTextButton.cta:focus::before{border-color:#fff}.scTextButton.cta svg.scTextButton__icon path{fill:#fff}.scTextButton__icon{width:16px;margin-right:5px}

.invitePageModal .loadingSpinner{margin:auto}.invitePageModal .teamBuilder{margin:30px 10px;text-align:left;width:auto}.invitePageModal .teamBuilder h1{font-size:20px;height:auto}.invitePageModal .teamBuilder h2{margin-top:13px;margin-bottom:32px}.invitePageModal .teamBuilder .importContactsButton:first-of-type{margin-right:1px}.invitePageModal .teamBuilder .multiPillsInput{margin-top:10px}.invitePageModal .teamBuilder .shareLinkContainer{width:auto;margin-bottom:10px}.invitePageModal .teamBuilder .shareLinkContainer input[type="text"]{width:440px}.invitePageModal .teamBuilder .shareLinkContainer .generateShareLinkButton button{width:440px}.teamBuilder{display:flex;flex-direction:column;width:440px;margin:90px auto;font-family:Roboto, Arial, Helvetica, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal}.teamBuilder *:focus{box-shadow:0 0 0 1px #fff, 0 0 0 3px #444}.teamBuilder *:focus::before{border:none}.teamBuilder input:focus.inputErrorOutline{outline:#d0011b auto 5px}.teamBuilder h1{height:40px;margin:0 0;font-size:34px;line-height:normal;letter-spacing:normal;color:#1c1c1c}.teamBuilder h2{font-size:15px;font-weight:normal;color:#171717;margin-bottom:32px}.teamBuilder input{height:30px;margin:10px 0 0 0;padding:0 8px}.teamBuilder input:focus{outline:inherit;border-color:transparent}.teamBuilder button{min-width:auto}.teamBuilder .emailInputFields{display:flex;flex-direction:column;margin:2px 0 0 0}.teamBuilder .emailInputFields input{border-radius:2px;border:1px #ccc solid}.teamBuilder .connectContactsContainer{align-self:flex-end;margin-bottom:-20px}.teamBuilder .connectContactsContainer .tooltip{position:relative;display:inline-block;border-bottom:1px dotted black;margin:5px auto 10px auto}.teamBuilder .connectContactsContainer .tooltip .tooltipText{visibility:hidden;width:158px;background-color:white;color:black;padding:6px 6px;border-radius:1px;border:1px solid #005ee0;box-shadow:inset 0 0 0 2px rgba(0,94,224,0.2);position:absolute;top:165%;opacity:0;transition:opacity 0.3s}.teamBuilder .connectContactsContainer .tooltip .tooltipText p{margin:0;text-align:left}.teamBuilder .connectContactsContainer .tooltip:hover .tooltipText{visibility:visible;opacity:1}.teamBuilder .connectContactsContainer *{float:right}.teamBuilder .connectContactsContainer button{margin:0 0 6px 5px}.teamBuilder .connectContactsContainer .importContactsButton{border-color:transparent;background:none;border-radius:2px;height:26px;box-shadow:0 0 0 1px #ccc;max-width:90px;padding:4px;cursor:pointer}.teamBuilder .connectContactsContainer .importContactsButton svg{float:left;margin:0 4px 0 0}.teamBuilder .connectContactsContainer .importContactsButton:first-of-type{margin-right:1px}.teamBuilder .connectContactsContainer .importContactsButton:hover{box-shadow:0 0 0 2px lightgray;background:#f3f3f3}.teamBuilder .connectContactsContainer .importContactsButton:active{box-shadow:0 0 0 2px lightgray;background:#e4e4e4;outline:none}.teamBuilder .connectContactsContainer .importContactsButton:focus{box-shadow:0 0 0 1px #fff, 0 0 0 3px #444;outline:none}.teamBuilder input.multiEmailTextarea:focus{outline:none}.teamBuilder p.inputLabels{width:180px}.teamBuilder .inputLabels{font-size:13px;font-weight:bold;line-height:1.15;margin:0 0}.teamBuilder .addMoreEmailsButton{width:90px;padding:0 0;margin-top:10px;margin-left:-10px}.teamBuilder .addMoreEmailsButton:hover{background-color:white}.teamBuilder .inputLabels.shareWithInviteLink{margin:28px 0 0 0}.teamBuilder .shareLinkContainer{width:440px}.teamBuilder .shareLinkContainer input[type="text"]{width:440px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-right:100px;border:1px solid #ccc;border-radius:2px}.teamBuilder .shareLinkContainer .copyLinkButton{display:inline-block;margin-left:-70px;width:70px}.teamBuilder .shareLinkContainer .generateShareLinkButton{position:absolute;margin-top:-30px}.teamBuilder .shareLinkContainer .generateShareLinkButton button{display:flex;height:30px;background:none;border:none;color:#005ee0;border-radius:2px;width:440px;cursor:pointer;align-items:center}.teamBuilder .shareLinkContainer .generateShareLinkButton button svg{margin-right:5px;margin-top:-1px}.teamBuilder .shareLinkContainer .generateShareLinkButton button:hover{background-color:rgba(0,94,224,0.1);color:#0050be}.teamBuilder .bottomButtonsContainer p,.teamBuilder .bottomButtonsContainer button{margin-top:30px;margin-left:10px;padding:0;float:right;width:92px;height:30px}.teamBuilder .bottomButtonsContainer button:nth-of-type(2){width:45px}.teamBuilder .bottomButtonsContainer .textButton{line-height:20px}.teamBuilder .fadeInAnimation{animation:fadeIn 300ms cubic-bezier(0.45, 0.05, 0.55, 0.95) both}.teamBuilder .fadeOutAnimation{animation:fadeOut 300ms cubic-bezier(0.45, 0.05, 0.55, 0.95) both}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.teamBuilder.greyOut p,.teamBuilder.greyOut button:not(.cta),.teamBuilder.greyOut div{opacity:0.5}.teamBuilder.greyOut button.cta{margin-bottom:25px;width:112px;align-self:center}.deactivateOverlay{position:absolute;bottom:0;left:0;width:500px;height:260px;z-index:2}.actionButton{cursor:pointer}.bottomButtonsContainer>.tertiary.actionButton{color:#fff !important;border:none !important;tab-index:-1 !important;cursor:default !important}.bottomButtonsContainer>.tertiary.actionButton:hover{background-color:#e4e4e4 !important}.bottomButtonsContainer>.tertiary.actionButton:focus{outline:none !important}.bottomButtonsContainer>.tertiary.actionButton{color:#fff !important;border:none !important;tab-index:-1 !important;cursor:default !important;background-color:#cccccc !important}.bottomButtonsContainer>.tertiary.actionButton:hover{background-color:#cccccc !important}.bottomButtonsContainer>.tertiary.actionButton:focus{outline:none !important}

.inputErrorOutline{outline-offset:-2px;outline:#d0011b auto 5px}.inputErrorMessage{margin:6px 0 10px 0}.inputErrorMessage svg{margin:0 0 -3px 0}.inputErrorMessage p{display:inline-block;margin:0 0 0 6px;color:#d0011b}

.inputSuggestionBox{position:relative}.inputSuggestion{box-shadow:0 1px 5px 0 rgba(0,0,0,0.2),0 1px 2px 0 rgba(0,0,0,0.2);margin:1px 0 0 0;padding:0 0 0 0;position:absolute;width:440px;background:white;z-index:1}.inputSuggestion .inputSuggestionTipText{height:28px;font-size:11px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;margin-left:15px;color:#767676}.inputSuggestion .inputSuggestionItem:hover{outline:none;background-color:rgba(0,94,224,0.1)}.inputSuggestion .inputSuggestionItem:active{outline:none}.inputSuggestion .inputSuggestionItem:focus{outline:none}.inputSuggestion .inputSuggestionItem{display:flex;align-items:center;padding:8px 15px}.inputSuggestion .inputSuggestionItem .inputSuggestionImg{height:34px;max-width:34vw;border-radius:50%;margin-right:15px}.inputSuggestion .inputSuggestionItem .inputSuggestionName{margin:0 0;font-size:15px;font-weight:bold;color:#161616}.inputSuggestion .inputSuggestionItem .inputSuggestionEmail{margin:0 0;font-size:13px;color:#161616}.inputSuggestion .inputSuggestionItem .inputSuggestionEmail b{display:contents}.inputSuggestion .inputSuggestionItem>div{width:100%;flex-direction:column}.inputSuggestion .inputSuggestionItem>img,.inputSuggestion div{display:flex}.inputSuggestion .inputSuggestionItem>div>*{display:flex;flex-direction:column}

.multiPillsInput{border:1px solid #ccc;display:flex;align-items:flex-start;flex-wrap:wrap;overflow-x:hidden;min-height:46px;max-height:268px;resize:none;padding:7px;margin-top:10px;font-size:13px;line-height:15px;font-family:Roboto, Arial, Helvetica, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";border-radius:2px}.multiPillsInput ::placeholder{color:#767676}.multiPillsInput #multiPillsInputPills{display:flex;flex-wrap:wrap;padding:0;margin:0}.multiPillsInput .multiPillsInputPill{width:auto;height:20px;display:flex;align-items:center;justify-content:center;border-radius:100px;background-color:#e4e4e4;padding:0 4px 0 0;list-style:none;margin:0 5px 5px 0}.multiPillsInput .multiPillsInputPill .multiPillsInputFirstLetterCircle{height:20px;width:20px;border-radius:50%;background-color:plum;font-size:13px;color:white;display:inline-flex;align-items:center;justify-content:center}.multiPillsInput .multiPillsInputPill .multiPillsInputPillText{margin-left:5px}.multiPillsInput .multiPillsInputPill svg{display:inline-block;vertical-align:middle}.multiPillsInput .multiPillsInputPill span{border-radius:2px}.multiPillsInput .multiPillsInputPill span:focus,.multiPillsInput .multiPillsInputPill svg:focus{outline:none}.multiPillsInput .multiPillsInputPill svg:hover{background-color:rgba(0,94,224,0.1)}.multiPillsInput #multiPillsInputPillInput{margin:0;outline:none;border:none;min-width:394px;height:20px;flex:1}.multiPillsInput #multiPillsInputPillInput:focus{box-shadow:none}.multiPillsInput #multiPillsInputPillInput:active{box-shadow:none}

.tbOnboardingToaster{width:411px;border-radius:2px;box-shadow:0 1px 5px 0 rgba(0,0,0,0.2),0 1px 2px 0 rgba(0,0,0,0.2);border:solid 1px #005ee0;background-color:#fff;display:flex;cursor:pointer;opacity:0;position:absolute;top:0;right:50%;transform:translate(205.5px, 0)}.tbOnboardingToaster .tbTextContainer{width:100%;height:100%;display:flex}.tbOnboardingToaster .tbTextContainer .tbMessage{width:100%}.tbOnboardingToaster .tbTextContainer .tbText{height:100%;margin:0 auto 0 0;font-family:Roboto, serif;font-size:13px;font-weight:normal;font-stretch:normal;font-style:normal;line-height:1.15;letter-spacing:normal;color:#161616;display:inline-flex;width:max-content}.tbOnboardingToaster .tbTextContainer .tbIcon{margin:11px 7px 0 7px}.tbOnboardingToaster .tbTextContainer .tbExit{margin:11px 7px 0 7px}.tbOnboardingToasterShow{opacity:1;transform:translate(205.5px, 30px);z-index:1500}

.licenseSelectionReminderModal{text-align:center}.licenseSelectionReminderModal .licenseSelectionReminderModalBody{display:flex;flex-direction:column}.licenseSelectionReminderModal .illustrationImage{margin:0 auto;padding-top:24px}.licenseSelectionReminderModal .licenseSelectionReminderModalTitle{margin:0 auto;padding-top:30px;width:340px;font-size:20px;font-weight:900}.licenseSelectionReminderModal .licenseSelectionReminderModalContent{margin:0 auto;padding-top:10px;width:400px}.licenseSelectionReminderModal .licenseSelectionReminderModalSecondaryTitle{margin:0 auto;padding-top:30px;width:400px;font-size:16px;font-weight:900}.licenseSelectionReminderModal .licenseSelectionReminderModalSecondaryContent{margin:0 auto;padding-top:10px;width:400px}.licenseSelectionReminderModal .footerButtons{margin-bottom:30px;padding:0;flex-direction:column}.licenseSelectionReminderModal .licenseSelectionButtonContainer{margin:0 auto;padding-top:20px;display:flex}.licenseSelectionReminderModal .licenseSelectionButtonContainer button{margin:auto 5px;width:93px;height:40px}.licenseSelectionReminderModal .skipButton{margin-top:30px;padding:0 20px}.licenseSelectionReminderModal a{padding-left:3px;color:#0073ec;text-decoration:none;cursor:pointer;outline:none}

.scImageButton{border-radius:2px;padding:7px}.scImageButton__icon{height:16px}

.Modal_Wrapper{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;overflow:auto;opacity:1;animation:fadeIn 150ms ease-in;animation-fill-mode:forwards;z-index:1001;height:100vh;width:100vw}.Modal_Overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.3);height:100vh;width:100vw}.Modal_Content{background-color:#fff;border-radius:2px;box-shadow:0 5px 30px 0 rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.05);z-index:1002;max-height:100vh}.Modal_HeaderButtonGroup{display:flex;transform:translateX(1em) translateY(-0.5em);margin-bottom:-2em}.Modal_ModalTitle{flex:1 1 auto;font-size:18px;font-weight:300;line-height:1.2;margin:0;overflow:hidden;max-height:calc(2em * 1.2)}.Modal_ButtonGroup{display:inline-flex}.Modal_ButtonGroup button:not(:last-child){margin-right:1em}.Modal_ButtonGroup button:last-child{margin-right:0}.Modal_HorizontalRule{border-top:1px solid #e4e4e4;height:0;color:transparent;margin:0;padding:0}.Modal_ModalBody{padding:0 20px}.Modal_ModalBody_Modal_DetailText{padding:0 20px}.Modal_ModalBody_Modal_AvailableLicenses{padding:0 20px}.Modal_ModalBody_Modal_UserList{padding:0 20px}.Modal_ModalBody_Modal_UserList_Scroll{max-height:180px;overflow-y:auto;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4}.Modal_ModalFooter{display:flex;padding:20px 20px;justify-content:space-between;align-items:center}.Modal_ModalFooter_Scroll{padding:10px 20px}.Modal_ModalHeader{display:flex;align-items:flex-start;padding:16px 20px 13px 20px}.Modal_ModalFooter_SkipButton{left:10px}

.scCheckbox{position:relative;display:flex;align-items:center}.scCheckbox input[type="checkbox"]{opacity:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.scCheckbox input[type="checkbox"]:focus+.scCheckbox__label .scCheckbox__text:after{position:absolute;content:"";top:0;left:-2px;bottom:0;right:-2px;border:1px dotted #767676}.scCheckbox label{margin:0}.scCheckbox .scCheckbox__label{display:flex;align-items:center;flex:0 0 auto}.scCheckbox .scCheckbox__label .scCheckbox__text{position:relative;margin:0 0 0 7px}.scCheckbox .scCheckbox__label .scCheckbox__image{height:16px;width:16px;user-select:none}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--checked:hover rect{fill:#0050be}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--checked:active rect{fill:#00429d}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--partial:hover rect{fill:#0050be}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--partial:active rect{fill:#00429d}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--unchecked:hover rect{fill:#f3f3f3}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--unchecked:active rect{fill:#e4e4e4}.scCheckbox.disabled .scCheckbox__text{color:#ccc}.scCheckbox.disabled .scCheckbox__image.scCheckbox--checked rect,.scCheckbox.disabled .scCheckbox__image.scCheckbox--partial rect{fill:#ccc}.scCheckbox.disabled .scCheckbox__image.scCheckbox--checked:hover rect,.scCheckbox.disabled .scCheckbox__image.scCheckbox--partial:hover rect{fill:#ccc}.scCheckbox.disabled .scCheckbox__image.scCheckbox--unchecked:hover rect{fill:#fff}

.availableLicenseBox{display:flex;align-items:center;padding:10px 0;justify-content:space-between;min-height:30px}.availableLicenseBox div{flex-direction:row;align-items:center}.availableLicenseBox .licenseInfo{display:flex}.availableLicenseBox .licenseInfo .upgradeLink{padding-left:5px;text-decoration:none;color:#005ee0}.availableLicenseBox .licenseInfo .upgradeIcon{padding-right:5px}

.buttonsSection{display:flex}.skipButtonSingle{right:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.skipButton{left:10px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.checkboxText{overflow:hidden}.checkboxTextSingle{overflow:hidden}.checkboxTextSingle .scCheckbox__label .scCheckbox__text{white-space:nowrap;text-overflow:ellipsis;width:150px;display:block;overflow:hidden}.grantButton{display:flex;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}

.userActionList div{display:block;align-items:center;width:100%;height:100%;text-overflow:ellipsis;overflow:hidden}.userActionList a{text-decoration:none;color:#568ceb}.userActionList .row{display:flex;width:100%}.userActionList .column{display:flex;flex-direction:row-reverse}.userActionList .bodyContainer{align-items:start}.userActionList .sectionTitle{color:#0c2e5a;font-weight:bold;background:#f3f3f3;padding:3px 6px}.userActionList .subsectionTitle{color:#0c2e5a;font-weight:bold;padding:3px 6px}.userActionList .largeTitle{color:#0c2e5a;font-size:2.3rem;font-weight:bold}.userActionList .header{background:#0c2e5a;color:white;margin-bottom:20px}.userActionList .mainTitle{font-size:3rem;font-weight:bold;margin:30px 0 10px}.userActionList .mainTitleSub{margin-bottom:50px}.userActionList .center{justify-content:center}.userActionList .users{margin-right:2%}.userActionList .user .imgContainer{flex-basis:20%}.userActionList .imgContainerSingle{flex-basis:10%}.userActionList .user img{max-width:50px;border-radius:50% 50%}.userActionList .user{flex-flow:row;margin:2px 0;padding:10px 0}.userActionList .users .invite{margin-top:10px}.userActionList .userInfo{display:flex;flex-direction:column}.userActionList .name{font-weight:bold;display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%}.userActionList .email{display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:100%}.userActionList .grantButtonSection{display:flex;align-items:center;justify-content:flex-end}.userActionList .grantButtonSection svg{padding-right:5px}.userActionList .grantingWrapper{margin-right:20px}.userActionList .grantingWrapper .one{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:0.0s;animation:dot 1.3s infinite;animation-delay:0.0s}.userActionList .grantingWrapper .two{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:0.2s;animation:dot 1.3s infinite;animation-delay:0.2s}.userActionList .grantingWrapper .three{opacity:0;-webkit-animation:dot 1.3s infinite;-webkit-animation-delay:0.3s;animation:dot 1.3s infinite;animation-delay:0.3s}@-webkit-keyframes dot{0%{opacity:1}50%{opacity:1}100%{opacity:0}}@keyframes dot{0%{opacity:1}50%{opacity:1}100%{opacity:0}}

.simpleReminderModal{text-align:center;letter-spacing:normal;line-height:normal}.simpleReminderModal .simpleReminderModalHeader{width:340px;font-size:20px;font-weight:900}.simpleReminderModal .illustrationImage{margin:0 auto;padding-top:8px}.simpleReminderModal .simpleReminderModalBody{margin:5px auto 0 auto;width:340px}.simpleReminderModal .footerButtons{display:flex;flex-direction:column}.simpleReminderModal .continueButtonContainer{margin:8px}.simpleReminderModal .skipButtonContainer{margin:8px}

.pricingModalWrapper{z-index:9}

.messageRectangleWrapper{display:flex;flex:1 1 auto}.messageRectangle{padding:8px;background-color:#f1f1f1}.messageRectangle .accountDiscoveryLink{padding-left:5px;text-decoration:none;color:#005ee0}.messageRectangle .loadingSpinner{width:10px;height:10px}

.growthProgressBar{position:absolute;height:8px;border-radius:4px;background:#e4e4e4}.growthProgressBar .growthProgressBarFiller{position:absolute;background:#00ba61;height:100%;border-radius:inherit;transition:width 0.3s ease-in}

.modalWrapper{text-align:center;letter-spacing:normal;line-height:normal}.modalWrapper .Modal_Content{position:relative}.modalWrapper .modalWrapperHeader{font-size:20px;font-weight:900}.modalWrapper .illustrationImage{margin:0 auto;padding-top:8px}.modalWrapper .modalWrapperBody{margin:5px auto 0 auto}.modalWrapper .footerButtons{display:flex;flex-direction:column}.modalWrapper .continueButtonContainer{margin:8px}.modalWrapper .skipButtonContainer{margin:8px}.modalWrapper .xCloseButton{display:block;position:absolute;right:0;top:0;padding:10px;min-width:0}

.teamMembers{margin-bottom:15px;width:100%;overflow-y:auto;max-height:88px}.teamMembers .teamMember .imgContainer{max-width:60px;margin-right:7px}.teamMembers .teamMember .contactAvatar{margin-right:7px;height:20px;width:20px;border-radius:50%;background-color:plum;font-size:13px;font-weight:bold;color:white;display:inline-flex;align-items:center;justify-content:center}.teamMembers .teamMember img{max-width:50px}.teamMembers .teamMember{align-items:center;margin:7px 0}.teamMembers .invite{font-weight:bold;font-size:13px}.teamMembers .contact{margin-right:7px;flex:4;min-width:0;text-align:left}.teamMembers .status{font-size:11px;flex:1;color:#767676}.teamMembers .status.joined{color:#008059}.teamMembers .contactItem{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.containers{display:flex;min-width:640px;flex-wrap:wrap;margin:0}.containers .container{border:1px solid #cecece;min-width:200px;max-width:200px;min-height:157px;margin-right:20px;margin-bottom:20px}.containers .container:nth-child(3){margin-right:0}.containers .container:last-child{margin-right:0}.containers .container img{width:100%}.containers .container:hover{opacity:0.9;cursor:pointer}.containers .containerImage{height:112px}.containers .containerInfo{text-align:left;padding:7px}.containers .containerName{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:bold;margin-bottom:5px}.containers .containerOwner{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#767676}

.modalTeamPage .Modal_Content{width:1000px !important;padding:30px}.modalTeamPage .Modal_ModalBody{padding:0;margin:0}.modalTeamPage .xCloseButton{margin:17px;padding:0}.modalTeamPage .teamMembers.dashboardContainer{margin:0}.dashboardContainer div{align-items:center}.dashboardContainer a{text-decoration:none;color:#005ee0}.dashboardContainer .row{display:flex;align-items:center;justify-content:flex-start;width:100%}.dashboardContainer .right{align-items:flex-end}.dashboardContainer .bodyLeft{flex:3;margin-right:30px;max-width:648px}.dashboardContainer .bodyRight{flex:1}.dashboardContainer .invite.pushRight{display:flex;cursor:pointer}.dashboardContainer .bodyContainer{align-items:flex-start}.dashboardContainer .secitonTitle{font-weight:bold;font-size:15px;color:#161616}.dashboardContainer .sectionTitleContainer{border-bottom:1px solid #cecece;margin-bottom:15px;padding:15px 0 10px 0;align-items:center}.dashboardContainer .bodyLeft .sectionTitleContainer{margin-bottom:20px}.dashboardContainer .bodyRight>div.teamMember.row{margin-bottom:10px}.dashboardContainer .teamMembers.dashboardContainer:last-child{margin-bottom:20px}.dashboardContainer .teamMembers.dashboardContainer>.teamMember{margin-bottom:10px}.dashboardContainer .bodyRight>.sectionTitleContainer:nth-of-type(1){margin-top:15px}.dashboardContainer .bodyRight .sectionTitleContainer{margin-top:39px;padding-top:0}.dashboardContainer .mainTitle{font-size:20px;color:#161616;font-weight:bold;padding-bottom:7px}.dashboardContainer .mainTitleSub{margin-bottom:20px;font-size:15px}.dashboardContainer .center{justify-content:center}.dashboardContainer .membersTitle{height:30px}.dashboardContainer .createContainer{font-weight:bold;font-size:15px;margin-top:20px;margin-bottom:20px;display:flex;cursor:pointer}.dashboardContainer .goToWorkspace{margin:0}.dashboardContainer .pushRight{margin-left:auto}.dashboardContainer .userManage:hover{color:#005cbc}

.videoPreview{position:relative;max-width:300px}.learnMore:hover{color:#005cbc}

.modalWrapperMessage .Modal_Content{width:440px !important}.messageContainer{display:flex;align-items:center;justify-content:center;width:100%;height:180px}.messageContainer .message{color:#000;font-size:18px;text-align:left}

.scButton{position:relative;display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:none;font-size:13px;text-align:center}.scButton:focus{outline:none}.scButton:focus::before{display:block;content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:1px dotted #fff;pointer-events:none;z-index:1}

.scImageButton{border-radius:2px;padding:7px}.scImageButton__icon{height:16px}

.scTextButton{border-radius:2px;height:30px;min-width:70px;padding:0 10px}.scTextButton.primary{background-color:#005ee0;color:#fff}.scTextButton.primary:hover:not([disabled]){background-color:#0050be}.scTextButton.primary:active{background-color:#00429d}.scTextButton.primary:disabled{background-color:#ccc}.scTextButton.primary:focus::before{border-color:#fff}.scTextButton.primary svg.scTextButton__icon path{fill:#fff}.scTextButton.nonPrimary{background-color:rgba(0,0,0,0);border:1px solid #005ee0;color:#005ee0}.scTextButton.nonPrimary svg.scTextButton__icon path{fill:#005ee0}.scTextButton.nonPrimary:hover:not([disabled]){background-color:rgba(0,94,224,0.1);border-color:#0050be;color:#0050be}.scTextButton.nonPrimary:hover:not([disabled]) svg.scTextButton__icon path{fill:#0050be}.scTextButton.nonPrimary:active{background-color:rgba(0,94,224,0.2);border-color:#00429d;color:#00429d}.scTextButton.nonPrimary:active svg.scTextButton__icon path{fill:#00429d}.scTextButton.nonPrimary:focus::before{border-color:#005ee0}.scTextButton.nonPrimary:disabled{opacity:0.3}.scTextButton.secondary{background-color:rgba(0,0,0,0);color:#005ee0;min-width:auto}.scTextButton.secondary svg.scTextButton__icon path{fill:#005ee0}.scTextButton.secondary:hover:not([disabled]){background-color:rgba(0,94,224,0.1);color:#0050be}.scTextButton.secondary:hover:not([disabled]) svg.scTextButton__icon path{fill:#0050be}.scTextButton.secondary:focus{background-color:rgba(0,94,224,0.1);color:#0050be}.scTextButton.secondary:focus::before{border-color:#005ee0}.scTextButton.secondary:focus svg.scTextButton__icon path{fill:#0050be}.scTextButton.secondary:active{background-color:rgba(0,94,224,0.2);color:#00429d}.scTextButton.secondary:active svg.scTextButton__icon path{fill:#00429d}.scTextButton.secondary:disabled{background-color:#fff;color:#ccc}.scTextButton.secondary:disabled svg.scTextButton__icon path{fill:#ccc}.scTextButton.tertiary{background-color:#e4e4e4;border:1px solid #ccc;color:#161616}.scTextButton.tertiary:hover:not([disabled]){background-color:#c2c2c2;border-color:#c2c2c2}.scTextButton.tertiary:active{background-color:#a0a0a0;border-color:#a0a0a0}.scTextButton.tertiary:focus::before{border-color:#767676}.scTextButton.tertiary svg.scTextButton__icon path{fill:#161616}.scTextButton.cta{background-color:#008059;color:#fff}.scTextButton.cta:hover:not([disabled]){background-color:#006d4c}.scTextButton.cta:active{background-color:#005a3e}.scTextButton.cta:focus::before{border-color:#fff}.scTextButton.cta svg.scTextButton__icon path{fill:#fff}.scTextButton__icon{width:16px;margin-right:5px}

@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}BODY.scDialogVisible{overflow:hidden}.scDialog{position:fixed;position:-ms-page;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;overflow:auto;opacity:0;animation:fadeIn 150ms ease-in;animation-fill-mode:forwards;z-index:1001}.scDialog__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.3)}.scDialog__content{background-color:#fff;border-radius:2px;box-shadow:0 5px 30px 0 rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.05);z-index:1002}.scDialog__content.scDialog--use-standard-width{width:480px}.scDialog__header{display:flex;align-items:flex-start;padding:16px 20px 13px 20px;border-bottom:1px solid #e4e4e4}.scDialog__headerIcon{flex:0 0 auto;height:20px;margin-right:8px;width:20px}.scDialog__headerIcon.placeholder{visibility:hidden}.scDialog__title{flex:1 1 auto;font-size:18px;font-weight:300;line-height:22px;margin:0;overflow:hidden;text-overflow:ellipsis}.scDialog__closeButton,.scDialog__helpButton{flex:0 0 auto;padding:2px}.scDialog__closeButton:hover svg path,.scDialog__helpButton:hover svg path{fill:#005ee0}.scDialog__closeButton:active svg path,.scDialog__helpButton:active svg path{fill:#0050be}.scDialog__helpButton{margin-left:8px}.scDialog__body{display:flex;padding:10px 20px 20px 20px}.scDialog__body .scDialog__childrenWrapper{flex:1 1 auto}.scDialog__buttonContainer{display:flex;justify-content:flex-end;padding:10px;border-top:1px solid #e4e4e4}.scDialog__buttonContainer>*{flex:0 0 auto;margin-left:10px}.scDialog.small .scDialog__header{border-bottom:none}.scDialog.small .scDialog__body{padding-top:3px}.scDialog.small .scDialog__buttonContainer{padding-top:0;padding-bottom:20px;border-top:none}

.scMessageBox.scMessageBox--no-message .scDialog__header{padding:30px 30px 20px 30px}.scMessageBox.scMessageBox--no-message .scDialog__title{font-size:16px}.scMessageBox.scMessageBox--no-message.small .scDialog__buttonContainer{padding:0 30px 30px 30px}.scMessageBox .scDialog__content{min-width:360px;max-width:420px}.scMessageBox.small .scDialog__buttonContainer{padding:0 20px 30px 30px}

.button{display:flex;align-items:center;position:relative;justify-content:center;border:1px solid transparent;padding:0;box-sizing:border-box;border-radius:2px;margin:0;background-color:transparent;color:#444}.button>*{position:relative}.button:focus{outline:none}.button:focus::before{content:"";position:absolute;display:block;pointer-events:none;top:2px;left:2px;right:2px;bottom:2px;z-index:10;border:1px dotted rgba(255,255,255,0.5)}.button:focus.focusedWithMouse::before,.button:focus.noDottedLineOnFocus::before{content:none}.button::-moz-focus-inner{border:0}.button:disabled{opacity:0.3;filter:grayscale(100%)}.button img,.button svg{display:block;pointer-events:none}.button img+span,.button svg+span{margin-left:5px}.button.primary{background-color:#0073EC;color:#fff}.button.primary:hover:enabled{background-color:#005cbc}.button.primary:active:enabled,.button.primary.pressed:enabled{background-color:#0050a5}.button.secondary{background-color:#888;color:#fff}.button.secondary:hover:enabled{background-color:#7D7D7D}.button.secondary:active:enabled,.button.secondary.pressed:enabled{background-color:#777}.button.tertiary{background-color:#E4E4E4;border-color:#ccc}.button.tertiary:hover:enabled{background-color:#C3C3C3;border-color:transparent}.button.tertiary:active:enabled,.button.tertiary.pressed:enabled{background-color:#bbb;border-color:transparent}.button.toolbarButton{background-color:#F3F3F3}.button.toolbarButton:hover:enabled{background-color:#E4E4E4}.button.toolbarButton:active:enabled,.button.toolbarButton.pressed:enabled{background-color:#d3d3d3}

.commentConfirmationDialog .scDialog__header{border:none;padding:24px 16px 0 30px}.commentConfirmationDialog .scDialog__headerIcon{margin-top:6px;height:24px;width:24px}.commentConfirmationDialog .scDialog__title{font-size:16px;margin-top:8px}.commentConfirmationDialog .scDialog__body{display:none}.commentConfirmationDialog .scDialog__buttonContainer{border:none;padding:0 30px 30px 30px}.commentConfirmationDialog .scTextButton.nonPrimary{border:none}.commentConfirmationDialog.deleteAttachmentConfirmation .scDialog__header{border:none;padding-bottom:12px}.commentConfirmationDialog.deleteAttachmentConfirmation .scDialog__content{width:400px}.commentConfirmationDialog.discardUnsavedCommentsConfirmation .scDialog__header{border:none;padding-bottom:31px}.commentConfirmationDialog.discardUnsavedCommentsConfirmation .scDialog__content{width:420px}

.imageViewerHeader{display:flex;flex-direction:row;justify-content:space-between;height:50px;padding:0 21px;border-bottom:1px solid #e4e4e4;font-size:18px}.imageViewerHeader .button:hover path{fill:#005ee0}.imageViewerFooterContainer{display:flex;align-items:center;flex:0 0 auto;height:50px;border-top:1px solid #e4e4e4}.imageViewerFooter{display:flex;flex:1 1 auto;padding:0 10px 0 20px;align-items:center}.imageViewerFooter .button{padding-right:10px;color:#005ee0}.imageViewerFooter .button>svg path{fill:#005ee0}.imageViewerFooter .button:hover{color:#003059}.imageViewerFooter .button:hover>svg path{fill:#003059}.imageViewerFooter .titleContent{flex:0 1 auto;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.imageViewerFooter .sizeDimensionContent{white-space:nowrap;margin:0 10px 0 5px}.imageViewerFooter .downloadSection{margin-left:auto}.imageViewerDialog{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;min-height:300px;min-width:400px}.imageViewerDialog .content{flex:1 1 auto;display:flex;align-items:center;justify-content:center;min-height:250px}.imageViewerPreview{display:flex;justify-content:center;align-items:center;font-weight:300}.imageViewerBody{display:inline-block}.loadingImage{display:flex;justify-content:center}.imageViewerImage{display:block;max-width:95vw;image-orientation:from-image;max-height:calc(100vh - 180px)}.imageViewerImageNone{display:none}

.autoGrowTextArea{border:none;flex:1;overflow-x:hidden;min-height:16px;width:100%}.autoGrowTextArea::placeholder{color:#888}.autoGrowTextArea:focus{outline:none}.autoGrowTextArea::-webkit-scrollbar{width:6px}.autoGrowTextArea::-webkit-scrollbar-thumb{border-radius:2.5px;background-color:#888}

.scCheckbox{position:relative;display:flex;align-items:center}.scCheckbox input[type="checkbox"]{opacity:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.scCheckbox input[type="checkbox"]:focus+.scCheckbox__label .scCheckbox__text:after{position:absolute;content:"";top:0;left:-2px;bottom:0;right:-2px;border:1px dotted #767676}.scCheckbox label{margin:0}.scCheckbox .scCheckbox__label{display:flex;align-items:center;flex:0 0 auto}.scCheckbox .scCheckbox__label .scCheckbox__text{position:relative;margin:0 0 0 7px}.scCheckbox .scCheckbox__label .scCheckbox__image{height:16px;width:16px;user-select:none}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--checked:hover rect{fill:#0050be}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--checked:active rect{fill:#00429d}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--partial:hover rect{fill:#0050be}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--partial:active rect{fill:#00429d}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--unchecked:hover rect{fill:#f3f3f3}.scCheckbox .scCheckbox__label .scCheckbox__image.scCheckbox--unchecked:active rect{fill:#e4e4e4}.scCheckbox.disabled .scCheckbox__text{color:#ccc}.scCheckbox.disabled .scCheckbox__image.scCheckbox--checked rect,.scCheckbox.disabled .scCheckbox__image.scCheckbox--partial rect{fill:#ccc}.scCheckbox.disabled .scCheckbox__image.scCheckbox--checked:hover rect,.scCheckbox.disabled .scCheckbox__image.scCheckbox--partial:hover rect{fill:#ccc}.scCheckbox.disabled .scCheckbox__image.scCheckbox--unchecked:hover rect{fill:#fff}

.attachmentRenameFieldWrapper{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center;border-radius:2px;max-width:100%}.attachmentRenameFieldWrapper .attachmentNameInput{border-radius:2px;padding:1px 4px 0 4px;color:#161616;max-width:100%;font-size:13px;font-weight:700;height:20px}.attachmentRenameFieldWrapper .errorState{animation:redBorderPulse 0.7s;animation-iteration-count:1}@keyframes redBorderPulse{from{border-color:#ccc}50%{border-color:#d0011b}to{border-color:#ccc}}

.loadingImage{display:flex;justify-content:center}.panelLoading{margin-top:100px}

.thumbnailBody{display:flex;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid #f3f3f3;border-radius:2px;box-sizing:border-box}.thumbnailBody .thumbnailImage{display:flex;flex:0 0 auto;border-radius:2px;align-items:center;justify-content:center}.thumbnailBody .thumbnailImage.thumbnailHidden{display:none}

ul.menu{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;padding:2px 0px;overflow-y:auto;overflow-x:hidden;border-radius:2px;background:white;max-height:calc(100vh - 200px)}.menuItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:flex;align-items:center;min-height:26px;padding:0 10px}.menuItem .iconNode{display:none;pointer-events:none;user-select:none}.menuItem .labelGroup{flex-grow:1;margin:auto;padding:3px 0;pointer-events:none;user-select:none}.menuItem.hasControls .labelGroup{flex-shrink:0;width:100%;overflow:hidden}.menuItem .label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;user-select:none}.menuItem .caption{white-space:nowrap;font-size:11px;color:#888;padding-top:8px}.menuItem .helpText{flex-grow:0;flex-shrink:0;display:flex;align-items:center;margin-left:20px;white-space:nowrap}.menuItem .controls{visibility:hidden;display:flex;flex-shrink:0;white-space:nowrap;margin-left:10px}.menuItem .controls .menuItemButton{padding:0 3px;opacity:0.5;border:none;height:100%}.menuItem .controls .menuItemButton:last-child{padding-right:0px}.menuItem .controls .menuItemButton:hover{opacity:1.0}.menuItem .controls .menuItemButton,.menuItem .controls .menuItemButton:hover,.menuItem .controls .menuItemButton:active{background:none}.menuItem .controls .menuItemButton svg{width:16px;height:16px}.clsMsie .menuItem .controls .menuItemButton svg{margin-top:1px}.menuItem .tag{flex-shrink:0;white-space:nowrap;margin-left:10px}.menuItem .uploadControl{position:absolute;height:1px;margin:-1px;width:1px;overflow:hidden;padding:0;opacity:0}.menuItem .arrowRight{flex-grow:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #0073EC}.menuItem .subMenu{display:none;position:absolute;left:100%}.menuItem.focused{background-color:rgba(0,115,236,0.1);outline:none}.menuItem.disabled{opacity:0.5;filter:grayscale(100%);cursor:default;pointer-events:none}.menuItem:not(.disabled):hover>.subMenu{display:inline-block}.menuItem:not(.disabled):hover>.controls{visibility:visible}.menuItem:not(.disabled):hover>.labelGroup{flex-shrink:1}.menuItem.helpVideoMenuItem{background-color:#F3F3F3;color:#0073EC}.menuItem.helpVideoMenuItem:hover,.menuItem.helpVideoMenuItem:active{text-decoration:underline;color:#005cbc}.menuItem.helpVideoMenuItem:last-child{border-top:1px solid #E4E4E4;height:31px;margin-top:4px;margin-bottom:-2px}.menuItem.upgradeMenuItemText{padding-bottom:5px;background-color:#EEF9F6}.menuItem.upgradeMenuItemText .iconNode{position:relative;top:-8px}.menuItem.upgradeMenuItemText .iconNode .icon{position:relative;transform:scale(0.75)}.menuItem.upgradeMenuItemText .labelGroup{padding-left:0px}.menuItem.upgradeMenuItemButton{border:1px solid transparent;border-radius:2px;cursor:pointer;text-align:center;color:#fff;background:#008059;padding-right:30px}.menuItem.upgradeMenuItemButton:hover,.menuItem.upgradeMenuItemButton:focus{background:#006d4c}.menuItem.upgradeMenuItemButton:active{background:#005a3e}.menu.hasIcons .menuItem .iconNode{flex-shrink:0;display:inline-block;margin:auto 6px auto auto}.menu.hasIcons .menuItem .icon,.menu.hasIcons .menuItem .iconNode{width:16px;height:16px}.clsMsie .menu.hasIcons .menuItem .iconNode{height:auto}.clsMsie .menu.hasIcons .menuItem .iconNode .icon{margin-top:2px}.menuHeader{display:flex;align-items:center;padding:4px 10px;font-size:11px}.menuHeader .headerText{color:#888}.menuHeader .spacer{flex-grow:1;padding-left:11px}.menuDivider{padding:4px 10px;color:#888}.menuDivider .dividerLine{height:1px;background:#E4E4E4}

.flyout{box-shadow:0 1px 5px rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2);border-radius:2px;display:none;z-index:490}.flyout.open{display:block}.flyout .content{background-color:#F3F3F3;border-radius:2px}.flyout[data-placement^="top"]{margin-bottom:2px}.flyout[data-placement^="bottom"]{margin-top:2px}.flyout[data-placement^="right"]{margin-left:2px}.flyout[data-placement^="left"]{margin-right:2px}.flyout.hasArrow .arrow{content:'';display:block;height:8px;width:8px;position:absolute;background:#F3F3F3;transform:rotate(45deg);z-index:-1}.flyout.hasArrow[data-placement^="top"]{margin-bottom:7px}.flyout.hasArrow[data-placement^="top"] .arrow{bottom:0;left:50%;margin-left:-1px;margin-bottom:-4px;box-shadow:1px 1px 2px rgba(0,0,0,0.2)}.flyout.hasArrow[data-placement^="bottom"]{margin-top:7px}.flyout.hasArrow[data-placement^="bottom"] .arrow{top:0;left:50%;margin-left:-1px;margin-top:-4px;box-shadow:1px 1px 5px rgba(0,0,0,0.2),1px 1px 2px rgba(0,0,0,0.2)}.flyout.hasArrow[data-placement^="right"]{margin-left:7px}.flyout.hasArrow[data-placement^="right"] .arrow{left:0;top:50%;margin-top:-1px;margin-left:-4px;box-shadow:0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.2)}.flyout.hasArrow[data-placement^="left"]{margin-right:7px}.flyout.hasArrow[data-placement^="left"] .arrow{right:0;top:50%;margin-top:-1px;margin-right:-4px;box-shadow:0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.2)}.flyout[data-x-out-of-boundaries]{display:none}

.attachmentCardDescriptionTooltip{max-width:275px;font-weight:bold;white-space:pre-wrap;font-family:Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol"}.attachmentCardSelected{background-color:rgba(0,94,224,0.15)}.attachmentCard{display:flex;flex:1 1 auto;flex-direction:row;align-items:center;padding:10px 5px 10px 20px;cursor:pointer}.attachmentCard .fileNameButton,.attachmentCard .attachmentCardDescription{color:#161616}.attachmentCard .attachmentCardCheckbox{flex:0 0 auto}.attachmentCard .scCheckbox__label{cursor:inherit}.attachmentCard .iconButton{flex:0 0 auto;margin-left:15px;cursor:inherit}.attachmentCard .iconButton .attachmentCardTypeImage{width:64px;height:64px;flex:0 0 auto;pointer-events:auto;align-items:center;justify-content:center}.attachmentCard .attachmentCardKebabFlyout{align-self:flex-start}.attachmentCard .attachmentCardKebab{visibility:hidden;padding:5px}.attachmentCard:hover{background-color:rgba(0,94,224,0.1)}.attachmentCard:hover .attachmentCardKebab{visibility:visible;cursor:inherit}.attachmentCard:hover .attachmentCardKebab:hover{background-color:rgba(0,94,224,0.1)}.attachmentCard:hover .attachmentCardKebab:hover svg path{fill:#005ee0}.attachmentCard .attachmentCardDetails{display:flex;flex:1 1 auto;flex-direction:column;margin-left:15px;overflow:hidden}.attachmentCard .attachmentCardDetails .attachmentCardDescriptionRow{display:flex;flex:0 1 auto;min-width:0}.attachmentCard .attachmentCardDetails .attachmentCardDescriptionRow .attachmentCardDescription{font-size:11px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.attachmentCard .attachmentCardDetails .attachmentCardDescriptionRow .attachmentCardDescription:hover{color:#005ee0}.attachmentCard .attachmentCardDetails .attachmentCardFileDetailsRow{display:flex;margin-bottom:5px;max-width:100%}.attachmentCard .attachmentCardDetails .attachmentCardFileDetailsRow .fileNameButton{min-width:0;cursor:inherit}.attachmentCard .attachmentCardDetails .attachmentCardFileDetailsRow .attachmentCardFilenameTooltip{font-weight:bold;overflow:hidden}.attachmentCard .attachmentCardDetails .attachmentCardFileDetailsRow .attachmentCardFilenameTooltip .attachmentCardFilenameText{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.attachmentCard .attachmentCardDetails .attachmentCardFileDetailsRow .attachmentCardFilenameTooltip .attachmentCardFilenameText:hover{color:#005ee0}.attachmentCard .attachmentCardDetails .attachmentCardFileDetailsRow .attachmentCardTextGrower{display:flex;flex:1 0 auto;min-width:20px}.attachmentCard .attachmentCardDetails .attachmentCardVersion{border:rgba(22,22,22,0.15) solid 1px;color:#161616;border-radius:4px;padding:2px 5px 1px 5px;font-weight:bold;font-size:11px;cursor:inherit}.attachmentCard .attachmentCardDetails .attachmentCardVersion:hover{border:#005ee0 solid 1px;color:#005ee0}.attachmentCard .attachmentCardDetails .attachmentCardRoundedIcon{padding:2px 5px 1px 5px;border-radius:4px;background-color:rgba(22,22,22,0.15);color:#161616;font-weight:bold;font-size:11px;cursor:inherit}.attachmentCard .attachmentCardDetails .attachmentCardRoundedIcon:hover{color:#005ee0;background-color:rgba(0,94,224,0.1)}.attachmentCard .attachmentCardDetails .attachmentCardUploadDetailsRow{display:flex;padding-right:20px;color:#767676;font-size:11px}.attachmentCard .attachmentCardDetails .attachmentCardUploadDetailsRow span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.attachmentCard .attachmentCardDetails .attachmentCardUploadDetailsRow .attachmentCardUploadDetailsTooltip{font-weight:bold;white-space:nowrap;overflow:hidden}.attachmentCard .attachmentCardDetails .attachmentCardMeta{display:flex;align-items:center;margin-bottom:5px;padding-right:20px}.attachmentCard .attachmentCardDetails .attachmentCardMeta .attachmentCardBadgeTarget{flex:0 0 auto}.attachmentCard .attachmentCardDetails .attachmentCardMeta>*{margin-right:5px}.attachmentCard .attachmentCardDetails .attachmentCardEditDescriptionDialog{padding:16px}.attachmentCard .attachmentCardDetails .attachmentCardEditDescriptionDialog .attachmentCardEditDescriptionTextArea{resize:none;overflow:hidden;border:1px solid #ccc;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:10em;font-weight:bold;font-family:Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol"}

.flyoutButton .arrowDown{margin-left:4px}

.flyoutTooltip{box-shadow:0 1px 5px rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2);white-space:nowrap}.flyoutTooltip .content{background-color:white;border:1px solid #005ee0;padding:8px 10px;position:relative;box-shadow:inset 0 0 0 2px rgba(0,94,224,0.2)}.flyoutTooltip.singleLine{font-weight:bold}.flyoutTooltip .title{display:block;font-weight:bold}.flyoutTooltip .subtitle{display:block;font-size:11px}.tooltipTarget button[disabled]{pointer-events:none}

.fileDropTarget{position:absolute;top:0;bottom:0;left:0;right:0;height:100%}.fileDropTarget .dropTargetOverlay{position:absolute;display:block;top:0;bottom:0;left:0;right:0;pointer-events:none}.fileDropTarget .dropTargetOverlay.visible{pointer-events:all}

.progressSvg{stroke:#0073EC}.progressSvgComplete{animation-name:progressScaleUp;animation-duration:1s}@keyframes progressScaleUp{50%{transform:translate(-8px, -8px) scale(1.25);stroke-width:2px}}

.uploadInProgressItem{overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.uploadInProgressItem ul{list-style-type:none}.uploadInProgressItem .uploadInProgressTile{display:flex;align-items:center;padding:11px 48px 11px 52px}.uploadInProgressItem .uploadInProgressTile .progressBackDrop{flex:0 0 auto;height:64px;width:64px;background-color:rgba(0,94,224,0.1)}.uploadInProgressItem .uploadInProgressTile .progressIcon{height:64px;width:64px}.uploadInProgressItem .uploadInProgressTile .uploadInProgress{flex:0 1 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-left:15px;min-width:0}.uploadInProgressItem .uploadInProgressTile .uploadInProgress .name{flex:1 0 auto;font-weight:700;margin-bottom:5px;max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.uploadInProgressItem .uploadInProgressTile .uploadInProgress .badge{background-color:#F3F3F3;width:40px;height:18px;border-radius:4px;margin-bottom:5px}.uploadInProgressItem .uploadInProgressTile .uploadInProgress .glimmer{background-color:#F3F3F3;width:80%;height:13px;border-radius:4px;margin-bottom:5px}.uploadInProgressItem .uploadInProgressTile .cancelButton{margin-left:auto}

.attachmentsList{flex:1 0 auto;position:relative}.attachmentsList .list{position:absolute;width:100%}.attachmentsList ul{list-style-type:none}.attachmentsList .listDropTarget{height:90%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:20px;border:dashed 2px #005ee0}.attachmentsList .listDropTarget .noPointerEvents{pointer-events:none}.attachmentsList .overlayActive{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:20px;border:dashed 2px #005ee0}.attachmentsList .enableListScrollBar{overflow-y:auto}.attachmentsList .viewPort{flex:1 1 auto;height:100%;width:100%;position:absolute}.attachmentsList .viewPort .uploadInProgressList{padding:0}.attachmentsList .viewPort .item{position:absolute;width:100%}.emptyAttachmentsList{display:flex;flex-direction:column;flex:1 1 auto}.emptyAttachmentsList .overlayActive{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:20px;border:dashed 2px #005ee0}.emptyAttachmentsList .overlayActive .dropToAttach{pointer-events:none}.emptyAttachmentsList .blankStateIcon{height:74px;margin-bottom:20px;margin-top:60px}.emptyAttachmentsList .contactAdminText{white-space:pre-line;text-align:center}

.deleteAttachmentsDialog .scDialog__header{border:none}.deleteAttachmentsDialog .scDialog__body{max-width:450px}.deleteAttachmentsDialog .scDialog__buttonContainer{border:none}

.customRadioButton{display:flex;align-items:center}.customRadioButton [type="radio"]:checked,.customRadioButton [type="radio"]:not(:checked){padding-left:30px;position:absolute;left:-9999px}.customRadioButton [type="radio"]:checked+.radioButtonFacade,.customRadioButton [type="radio"]:not(:checked)+.radioButtonFacade{flex:0 0 auto;position:relative;margin-right:7px;cursor:pointer}.customRadioButton [type="radio"]:checked+.radioButtonFacade:before,.customRadioButton [type="radio"]:not(:checked)+.radioButtonFacade:before{content:"";display:block;width:14px;height:14px;border:1px solid #ccc;border-radius:100%;background:#fff}.customRadioButton [type="radio"]:checked+.radioButtonFacade:after,.customRadioButton [type="radio"]:not(:checked)+.radioButtonFacade:after{content:"";display:block;position:absolute;top:5px;left:5px;width:6px;height:6px;background:#fff;border-radius:100%;transition:all 0.2s ease}.customRadioButton [type="radio"]:checked+.radioButtonFacade:before{background:#0073EC}.customRadioButton [type="radio"]:not(:checked)+.radioButtonFacade:after{visibility:hidden}.customRadioButton [type="radio"]:focus+.radioButtonFacade:before{border:1px solid #0073EC}

.attachmentsDuplicateContent{max-width:450px}.attachmentsDuplicateContent .radioButtons{display:flex;flex-direction:column}.attachmentsDuplicateContent .radioButtons>{margin-top:10px}.attachmentsDuplicateContent .attachmentValidationModalRadio{margin-top:10px}.attachmentsInfoModal .scDialog__content{max-width:450px}

._1AM2V{line-height:30px;font-size:13px;display:flex;flex-direction:row;align-items:center}._1AM2V ._21ifs{padding:7px}._1AM2V ._35CEx{cursor:pointer}._1AM2V ._2b4q1{flex-grow:1}._1AM2V._2TtWH{background-color:rgba(208,1,27,0.1)}._1AM2V._2sr99{background-color:rgba(0,94,224,0.1)}

.proofPin{position:absolute;display:flex;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;background-color:#fff;border-radius:10px;border:2px solid #d714b0;box-sizing:border-box;color:#d714b0;font-size:11px;font-weight:700;transition:box-shadow 0.1s ease-out, background-color 0.2s ease-out, transform 0.2s ease-out, opacity 0.2s ease-out}.proofPin.selected,.proofPin.pending{background-color:#d714b0;box-shadow:0 0 0 6px rgba(215,20,176,0.2);color:#fff}.proofPin.unfocus{border:2px solid rgba(215,20,176,0.5);color:rgba(215,20,176,0.5)}.proofPin.hovered,.proofPin:hover{cursor:pointer;background-color:#d714b0;color:#fff;box-shadow:0 0 0 6px rgba(215,20,176,0.2);transform:scale(1.2, 1.2)}

.proofBox .proofBoxRectangle{position:absolute;border:2px solid #d714b0;border-radius:1px;box-sizing:border-box}.proofBox.unfocus .proofBoxRectangle{opacity:0.5}.proofBox:hover{cursor:pointer}.proofBox:hover .proofBoxRectangle{opacity:1}.proofBox:hover .proofPin{cursor:pointer;background-color:#d714b0;color:#fff;box-shadow:0 0 0 6px rgba(215,20,176,0.2);transform:scale(1.2, 1.2)}

.ArXzA._20LF7 ._2roc_{opacity:0.5}.ArXzA._39sLR ._2roc_{opacity:1}.ArXzA ._2roc_{position:absolute;top:0;left:0;width:100%;height:100%}.ArXzA ._3FBTi{display:none;stroke:#d714b0;stroke-width:4px}.ArXzA ._3FBTi:hover{cursor:pointer}.ArXzA #Yr2NO{fill:#d714b0}

.annotationOverlay{display:flex;justify-content:center;position:relative;width:100%}.annotationOverlay.crosshair:hover{cursor:crosshair}.drawnBoxAnnotation{display:none;position:absolute;border:2px solid #d714b0;border-radius:2px;box-sizing:border-box}

.annotationPill{display:flex;border-radius:9px;background-color:rgba(22,22,22,0.15);color:#161616;transition:background-color 0.2s ease-out, color 0.2s ease-out}.annotationPillSelected{background-color:#d714b0;color:#fff}.annotationTextWrapper{display:flex;min-width:18px;min-height:18px;align-items:center;justify-content:center;font-weight:700;font-size:11px}.annotationText{display:inline-block;padding:0 4px}.annotationPillPulse{width:18px;height:18px;animation:pulse 1s 2}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(215,20,176,0.2)}70%{box-shadow:0 0 0 10px rgba(215,20,176,0)}100%{box-shadow:0 0 0 0 rgba(215,20,176,0)}}

._2_3H0{display:flex;align-items:center}._2_3H0 ._3sseR{display:flex;border-radius:2px;background-color:#fff;flex:0 0 auto;justify-content:center;align-items:center;padding:2px;box-sizing:border-box;box-shadow:0 1px 5px rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2)}._2_3H0 ._3sseR:not(:first-of-type){margin-left:10px}

._2QO1T{display:flex;margin:0 1px}._2QO1T:first-child{margin-left:0}._2QO1T:last-child{margin-right:0}._2QO1T .J3Hmy{padding:5px;border:none;cursor:pointer}._2QO1T .J3Hmy._1o0Hf path,._2QO1T .J3Hmy._1o0Hf rect{fill:#e4e4e4;stroke:#e4e4e4}._2QO1T .J3Hmy:focus{background:rgba(0,94,224,0.15)}._2QO1T .J3Hmy:focus::before{border:none}._2QO1T :hover,._2QO1T ._291Kv,._2QO1T :focus{background:rgba(0,94,224,0.1)}._2QO1T :hover svg,._2QO1T ._291Kv svg,._2QO1T :focus svg{background:transparent}._2QO1T :hover path[fill],._2QO1T :hover rect[fill],._2QO1T ._291Kv path[fill],._2QO1T ._291Kv rect[fill],._2QO1T :focus path[fill],._2QO1T :focus rect[fill]{fill:#005ee0}._2QO1T :hover path[stroke],._2QO1T :hover rect[stroke],._2QO1T ._291Kv path[stroke],._2QO1T ._291Kv rect[stroke],._2QO1T :focus path[stroke],._2QO1T :focus rect[stroke]{stroke:#005ee0}

.x8YFa ._24OtR path{fill:#d714b0}

._1hk28{display:flex;position:absolute;border-radius:2px;box-shadow:0 1px 5px rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2);padding:2px;background-color:#fff}

._3h4Oe{display:flex;justify-content:center;align-items:center;width:100%}._3h4Oe .dGQsp{display:flex;flex-direction:column;align-items:center}._3h4Oe ._1MZWR{width:96px;height:96px}._3h4Oe ._1UV7I{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:18px;font-weight:700;max-width:320px;margin-top:17px}._3h4Oe ._35IV-{display:flex;align-items:center;margin-top:10px}._3h4Oe ._35IV- ._3S005{color:#767676;margin-right:2px}._3h4Oe ._35IV- ._1U_RD{cursor:pointer;opacity:0.7;transition:opacity 0.2s ease}._3h4Oe ._35IV- ._1U_RD:hover{opacity:1}._3h4Oe ._3o5eC{margin-top:17px}._1oihz{display:flex;flex-direction:column;color:#161616;width:220px}._1oihz .lB3Qv{display:flex;font-weight:700}._1oihz ._3CyhU{font-size:11px;white-space:normal}._1oihz ._1H05C{display:flex;align-items:center;margin-top:8px;color:#005ee0;font-size:11px;font-weight:700;text-decoration:none}._1oihz ._1H05C .P7Vpf{margin-right:5px}._3R43g{max-width:430px;white-space:normal}

._3iCjq{display:flex;align-items:center;flex-shrink:0;white-space:nowrap;padding:0 4px}._3iCjq>*{padding:0 4px}._2hocj{background-color:transparent;border:0;cursor:pointer}._3bSzq{color:#767676}

._2d4ph{cursor:pointer;padding:10px;height:30px;width:30px;align-self:center}._2d4ph.HRx9R{cursor:default}._2d4ph._1A8eI svg{transform:rotate(180deg)}._2d4ph ._1K9AC{cursor:pointer;flex-grow:0;height:30px;width:30px;border-radius:15px;background-color:rgba(22,22,22,0.8);opacity:1}._2d4ph ._1K9AC svg path{fill:#e4e4e4}._2d4ph ._1K9AC:disabled{cursor:default}._2d4ph ._1K9AC:disabled svg path{fill:rgba(118,118,118,0.8)}._2d4ph ._1K9AC:hover:not(:disabled),._2d4ph ._1K9AC:focus{background-color:#161616;opacity:1}._2d4ph ._1K9AC:hover:not(:disabled) svg path,._2d4ph ._1K9AC:focus svg path{fill:#fff}._2d4ph ._1K9AC:hover:not(:disabled)::before,._2d4ph ._1K9AC:focus::before{border:none}._2GoQb{background-color:rgba(22,22,22,0.8);position:fixed;top:0;left:0;right:0;display:flex;color:#fff;font-family:Inter,Roboto,sans-serif;white-space:nowrap}._2GoQb ._2Rzlq{width:100%;display:flex;align-items:center}._2GoQb ._384E1{flex-grow:1;display:flex;align-items:center;min-width:0}._2GoQb ._2Q05X{height:32px;width:32px;padding:0;margin:12px 16px;border-radius:4px}._2GoQb ._2Q05X:hover,._2GoQb ._2Q05X:focus{background-color:#444}._2GoQb ._2Q05X:hover::before,._2GoQb ._2Q05X:focus::before{border:none}._2iEza{z-index:480;position:fixed;right:0;bottom:0;top:0;left:0;display:flex;justify-content:center;align-items:center;-webkit-font-smoothing:antialiased}._2iEza .kJYQ6{background-color:#fff;border-radius:4px;max-height:100%;overflow:auto;flex-grow:0;display:flex;flex-direction:column;box-shadow:0 32px 48px 0 rgba(0,0,0,0.12);margin:30px 50px;max-height:calc(100vh - 60px)}._2iEza ._200CU{display:flex;margin:30px 0}._2iEza ._200CU .kJYQ6{margin:0}._2iEza._3fbmn{align-items:stretch;justify-content:stretch}._2iEza._3fbmn .kJYQ6,._2iEza._3fbmn ._200CU{flex-grow:1}._2vE0Z{top:0;left:0;right:0;bottom:0;display:flex;z-index:-1;position:fixed;background-color:rgba(0,0,0,0.7)}._2GoQb ~ .kJYQ6{margin-top:86px}._2GoQb ~ ._200CU{margin-top:86px}._2GoQb ~ ._2d4ph{margin-top:56px}

._31GAV{padding:10px 30px}._31GAV .bKAdY{width:100%;background-color:#fff;display:flex;align-items:center;justify-content:center}

.lazyload-wrapper{width:100%}

.rL1mB{width:100%;padding-top:20px}

.imageViewer{width:100%}.imageViewer .proofImageNone{display:none}.imageViewer .proofImage{width:100%;height:100%;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3);image-orientation:from-image;transform:translateZ(0)}

._1765q{display:flex;justify-content:center;align-items:center;width:100%;height:100%}._1765q ._3GBuT{display:flex;flex-direction:column;align-items:center;width:100%;height:100%;cursor:pointer}._1765q ._3GBuT .LbIQP{width:96px;height:96px;display:flex;justify-content:center;align-items:center;border-radius:4px;background-color:#f3f3f3;transition:background-color 100ms ease-in;position:relative}._1765q ._3GBuT .LbIQP>*{border-radius:4px;position:absolute;transition:opacity 100ms ease-in}._1765q ._3GBuT ._22Izc{opacity:1;width:96px;height:96px}._1765q ._3GBuT .QyK44{opacity:0;width:24px;height:24px}._1765q ._3GBuT .QyK44 path{fill:#005ee0}._1765q ._3GBuT ._2OBvV{word-wrap:break-word;font-size:18px;font-weight:700;max-width:320px;margin-top:17px;transition:color 100ms ease-in}._1765q :hover .LbIQP{background-color:rgba(0,94,224,0.1)}._1765q :hover ._22Izc{opacity:0}._1765q :hover .QyK44{opacity:1}._1765q :hover ._2OBvV{color:#005ee0}._1bKZ-{white-space:normal}

.scButton{position:relative;display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:none;font-size:13px;text-align:center}.scButton:focus{outline:none}.scButton:focus::before{display:block;content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:1px dotted #fff;pointer-events:none;z-index:1}.scButton::-moz-focus-inner{border:0}.scButton:not([disabled]){cursor:pointer}

.scTextButton{border-radius:2px;height:30px;min-width:70px;padding:0 10px}.scTextButton.primary{background-color:#005ee0;color:#fff}.scTextButton.primary:hover:not([disabled]){background-color:#0050be}.scTextButton.primary:active{background-color:#00429d}.scTextButton.primary:disabled{background-color:#ccc}.scTextButton.primary:focus::before{border-color:#fff}.scTextButton.primary svg.scTextButton__icon path{fill:#fff}.scTextButton.nonPrimary{background-color:rgba(0,0,0,0);border:1px solid #005ee0;color:#005ee0}.scTextButton.nonPrimary svg.scTextButton__icon path{fill:#005ee0}.scTextButton.nonPrimary:hover:not([disabled]){background-color:rgba(0,94,224,0.1);border-color:#0050be;color:#0050be}.scTextButton.nonPrimary:hover:not([disabled]) svg.scTextButton__icon path{fill:#0050be}.scTextButton.nonPrimary:active{background-color:rgba(0,94,224,0.2);border-color:#00429d;color:#00429d}.scTextButton.nonPrimary:active svg.scTextButton__icon path{fill:#00429d}.scTextButton.nonPrimary:focus::before{border-color:#005ee0}.scTextButton.nonPrimary:disabled{border-color:#ccc;color:#ccc}.scTextButton.secondary{background-color:rgba(0,0,0,0);color:#005ee0;min-width:auto}.scTextButton.secondary svg.scTextButton__icon path{fill:#005ee0}.scTextButton.secondary:hover:not([disabled]){background-color:rgba(0,94,224,0.1);color:#0050be}.scTextButton.secondary:hover:not([disabled]) svg.scTextButton__icon path{fill:#0050be}.scTextButton.secondary:focus{background-color:rgba(0,94,224,0.1);color:#0050be}.scTextButton.secondary:focus::before{border-color:#005ee0}.scTextButton.secondary:focus svg.scTextButton__icon path{fill:#0050be}.scTextButton.secondary:active{background-color:rgba(0,94,224,0.2);color:#00429d}.scTextButton.secondary:active svg.scTextButton__icon path{fill:#00429d}.scTextButton.secondary:disabled{background-color:#fff;color:#ccc}.scTextButton.secondary:disabled svg.scTextButton__icon path{fill:#ccc}.scTextButton.tertiary{background-color:#e4e4e4;border:1px solid #ccc;color:#161616}.scTextButton.tertiary:hover:not([disabled]){background-color:#c2c2c2;border-color:#c2c2c2}.scTextButton.tertiary:active{background-color:#a0a0a0;border-color:#a0a0a0}.scTextButton.tertiary:focus::before{border-color:#767676}.scTextButton.tertiary svg.scTextButton__icon path{fill:#161616}.scTextButton.cta{background-color:#008059;color:#fff}.scTextButton.cta:hover:not([disabled]){background-color:#006d4c}.scTextButton.cta:active{background-color:#005a3e}.scTextButton.cta:focus::before{border-color:#fff}.scTextButton.cta svg.scTextButton__icon path{fill:#fff}.scTextButton__icon{width:16px;margin-right:5px}

._3qL1M{background:#fff;padding:20px;display:flex;flex-direction:column;width:290px;flex:1 1 auto;border-radius:4px}._3qL1M ._1tyg_{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px;flex:1 1 auto}._3qL1M ._1tyg_ .QFICk{font-weight:700;margin-bottom:8px}._3qL1M ._1tyg_ ._1wqj2{width:100%;box-sizing:border-box;height:30px;border-radius:2px;border:1px solid #ccc;padding-left:10px}._3qL1M ._1tyg_ ._1wqj2:hover{border:1px solid #767676}._3qL1M ._1tyg_ ._1wqj2:focus{border:1px solid #005ee0;outline:none}._3qL1M ._1tyg_ .jKFWs{border-color:#d0011b}._3qL1M input::placeholder{color:#888}._3qL1M ._3O1do{align-self:flex-end}

.proofLinkFlyout{box-shadow:0 4px 48px 0 rgba(0,0,0,0.12)}.proofLinkFlyout .arrow{background:#fff !important;box-shadow:0 4px 48px 0 rgba(0,0,0,0.12) !important}.emptyProofLink{border:none;background-color:transparent;color:#005ee0;cursor:pointer}.emptyProofLink:hover,.emptyProofLink:focus{color:#004fbe}.emptyProofLink:active{color:#00419c}

._2OsuN{display:flex;justify-content:space-between;border-bottom:1px solid #e4e4e4;min-height:35px;margin:0 7px 5px 7px;white-space:nowrap;overflow:hidden}._2OsuN:hover ._2QDhp{display:block}._2OsuN:hover ._1CLYC._25dFX,._2OsuN:hover ._1CLYC._2ES_M._25dFX{display:none}._2OsuN ._3kWdO{display:flex;align-items:center;flex-grow:1;padding-right:10px}._2OsuN ._1CLYC{color:#767676;display:flex;align-items:center}._2OsuN ._1CLYC._2ES_M{color:#d0011b;display:flex;align-items:center}._2OsuN ._2QDhp{display:none;padding:4px;margin:4px}._2OsuN ._2QDhp svg path{fill:#005ee0}._2OsuN ._2QDhp:hover{background-color:rgba(0,94,224,0.1);cursor:pointer}._2OsuN .WLg2Y{display:flex;justify-content:center;align-items:center}._2OsuN .WLg2Y>svg{width:20px;height:20px}._2NCOr{font-weight:bold;line-height:1.15;color:#161616;display:block}._3YtP3{font-size:11px;line-height:1.18;color:#161616}

.scToggle{display:flex;flex-direction:column}.scToggle input[type="checkbox"]{overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;opacity:0}.scToggle input[type="checkbox"]:focus+.toggleBody{background-color:#535353}.scToggle input[type="checkbox"]:focus+.checked{background-color:#00429d}.scToggle .toggleMain{display:flex;align-items:center}.scToggle .toggleLabel{margin-left:7px;font-size:13px;color:#161616}.scToggle .helperText{margin-left:47px;line-height:11px;font-size:11px;color:#767676}.scToggle .toggleLabel,.scToggle .toggleBody,.scToggle .toggleImage,.scToggle .toggleSwitch{transition:all 0.2s}.scToggle .toggleBody{position:relative;display:flex;justify-content:space-evenly;align-items:center;width:40px;height:20px;background-color:#767676;border-radius:20px}.scToggle .toggleBody .toggleSwitch{position:absolute;top:2px;left:2px;width:16px;height:16px;background-color:#fff;border-radius:50%}.scToggle .toggleBody .toggleImageOn{transform:scale(0.1)}.scToggle .toggleBody .toggleImageOff{transform:scale(1)}.scToggle .toggleBody:hover{background-color:#646464}.scToggle .checked{background-color:#005ee0}.scToggle .checked .toggleSwitch{left:22px}.scToggle .checked .toggleImageOff{transform:scale(0.1)}.scToggle .checked .toggleImageOn{transform:scale(1)}.scToggle .checked:hover{background-color:#0050be}.scToggle.disabled .toggleBody{background-color:#ccc}.scToggle.disabled .toggleImage path{fill:#fff}.scToggle.disabled .toggleLabel,.scToggle.disabled .helperText{color:#ccc}

.proofingTooltipContainer{border:1px solid #005ee0;border-radius:2px;max-width:250px}.proofingTooltipContainer .content{padding:0}.proofingTooltipContainer .proofingTooltip{border:3px solid rgba(0,94,224,0.2);background:#fff;display:flex;flex-direction:column;padding:8px 10px 7px}.proofingTooltipContainer .proofingTooltip .proofingTooltipTitle{font-weight:700}.proofingTooltipContainer .proofingTooltip .proofingTooltipBody{font-size:11px;white-space:normal}

._1yEcK{font-size:13px;font-family:Inter,Roboto,sans-serif;font-weight:500}._1yEcK._3ubvW label{color:#fff}

._1l_ry{border-radius:4px;padding:7px;font-size:13px;font-family:Inter,Roboto,sans-serif;font-weight:600;white-space:nowrap}._1l_ry:hover{cursor:pointer}._1l_ry._3CXtU{color:#fff}._1l_ry._3CXtU svg path{fill:#fff}._1l_ry._3CXtU:hover,._1l_ry._3CXtU:focus{background:#444}._1l_ry._3CXtU:hover::before,._1l_ry._3CXtU:focus::before{border:none}._1l_ry._1D1qE:hover{background:rgba(0,94,224,0.1);color:#005ee0}._1l_ry._1D1qE:hover svg path{fill:#005ee0}._3lK8v{display:flex;font-family:Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";font-size:13px;margin:0}._3lK8v ._1tGGH{font-weight:700}

.ied1N{flex-grow:1;display:flex;align-items:center}.ied1N .WVpx3{padding-left:32px;min-width:0}.ied1N .WVpx3 h1{font-size:15px;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ied1N ._2QE7r{margin:0 20px}._2Tujb{font-size:13px;font-weight:500;font-family:Inter,Roboto,sans-serif;white-space:normal;max-width:600px;display:inline-block}.clsMsie .ied1N .WVpx3{max-width:50%;overflow:hidden}

.proofingInfoSelect{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e4e4e4;padding-bottom:5px}.proofingInfoSelect .infoColumnFlyoutSelect{width:100%;border-radius:2px}.proofingInfoSelect .infoColumnFlyoutSelect .button{width:100%;padding:6px}.proofingInfoSelect .infoColumnFlyoutSelect .button .infoTypeText{color:#161616}.proofingInfoSelect .infoColumnFlyoutSelect .button .placeholderText{color:#767676}.proofingInfoSelect .infoColumnFlyoutSelect:hover,.proofingInfoSelect .infoColumnFlyoutSelect .pressed{background-color:#f3f3f3}.proofingInfoSelect .infoColumnFlyoutSelect .arrowDown{margin-left:auto}.proofingInfoSelect .infoColumnCreateButton{margin-left:5px}

.betaTag{padding:3px 5px 2px 5px;background-color:#f6a623;border-radius:4px;font-weight:bold;color:#fff;font-size:11px}

.proofProgressSvg{stroke:#005ee0}.proofProgressSvg circle{transition:0.2s}.proofProgressSvg .proofProgressSvg__rail{stroke:#f3f3f3}

.q6Fux{text-align:center}.StiTi{display:inline-block;margin-bottom:18px;position:relative;height:64px;width:64px}.StiTi._23D-q svg{transform:scale(2) translate(0, 25%)}._3fMbB{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}._15jTa{font-size:18px;font-weight:700}._6IpEV{color:#767676;display:flex;justify-content:center;margin:18px 0;padding:0 4px;white-space:nowrap}._6IpEV>*{margin:0 4px}._6IpEV>*:first-child{margin-left:0}._6IpEV>*:last-child{margin-right:0}._2NPSj{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._2FZ7O{background:none;border:0;padding:0;color:#005ee0}._2FZ7O:not(:disabled){cursor:pointer}._2-_al .StiTi,._2-_al ._6IpEV,._2-_al ._2FZ7O{color:#ccc}

._2euQh{padding-left:10px;border-bottom:1px solid #e4e4e4;margin:0}._2E5AR{height:23px;padding:0 10px;background-color:transparent;border:none;cursor:pointer;display:inline-block;border-bottom:3px solid transparent;color:#161616}._2E5AR:hover{border-bottom-color:rgba(0,94,224,0.1)}._2E5AR._3cMn4{border-bottom-color:#005ee0}._2E5AR:focus{outline:none}

._28gnY{background-color:#e4e4e4;background-size:cover;border:solid 2px rgba(0,0,0,0.3);border-radius:50px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;text-align:center;position:absolute;left:50%;transform:translate(-50%, -100%);transition:background-color ease-out .1s,border-color ease-out .1s,color ease-out .1s,margin-top ease-out .1s;min-width:16px;height:16px}._28gnY._3GVpk:hover{background-color:#005ee0;border-color:#005ee0;color:#fff}._28gnY ._3Bjrm,._28gnY .UaxZC{font-size:11px;font-weight:700}._28gnY .z-DwN{padding:0 6px}._28gnY .UaxZC{color:#fff}

._2uw_4{background-color:rgba(22,22,22,0.4);display:inline-block;position:absolute;opacity:1;transition:opacity ease-out 0.1s;height:100%;width:2px;z-index:3}._2uw_4.j2k0w{opacity:0.5}._2uw_4:hover{opacity:1;z-index:4}

._2LY9l{height:4px;position:relative;background-color:#e4e4e4;transition:height ease-out .1s,margin-top ease-out .1s}._2LY9l ._1JCDk{margin-top:-10px}._2LY9l.SVqoU{cursor:pointer;height:10px;margin-top:-6px}._2LY9l.SVqoU ._1JCDk{margin-top:-4px}._2LY9l .iTDin{border-radius:50%;display:flex;flex:0 0 auto;color:#fff;background-color:#3d6667;height:16px;width:16px;justify-content:center;align-items:center;overflow:hidden;white-space:nowrap;font-size:8px}._2LY9l .iTDin img{width:100%}._2LY9l .iTDin ._2sQ9b{display:none}._2LY9l ._2eTfB{position:absolute;height:100%;left:0;z-index:2;background-color:#005ee0}._2LY9l ._3RjE0{position:absolute;height:100%;left:0;z-index:1;background-color:#ccc}._2LY9l ._31ugj{position:absolute;top:-6px;transform:translate(-50%, -100%);border-radius:12px;background-color:rgba(0,0,0,0.3);color:#fff;font-size:11px;padding:4px 8px;z-index:4}._2LY9l .CyeIi{position:absolute;height:100%;width:2px;z-index:2;background-color:#888888}._2LY9l .CyeIi:hover{cursor:pointer}._2LY9l .CyeIi .iTDin{position:absolute;left:50%;top:-10px;transform:translate(-50%, -100%);user-select:none}

._1kiq4{background-color:#fff;width:100%;position:relative}._1kiq4::before{content:"";pointer-events:none;background-image:linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3));position:absolute;left:0;top:-20px;height:20px;width:100%}._1kiq4::after{content:"";position:absolute;left:0;top:-30px;height:30px;width:100%;z-index:1}._1kiq4:hover ._2EQPh{opacity:1}._1kiq4 ._3Fq6I,._1kiq4 ._2uX3s{display:flex;align-items:center}._1kiq4 ._3Fq6I{height:46px;margin:0 10px}._1kiq4 ._2uX3s{margin-left:auto}._1kiq4 ._2WMW4,._1kiq4 ._1WQ8W{margin:0 10px}._1kiq4 ._2m_jW{margin:0 10px 0 7px}._1kiq4 ._2r33q{color:#767676}._1kiq4 ._3Axpb{cursor:pointer}._1kiq4 ._3Axpb:hover{background:rgba(0,94,224,0.1)}._1kiq4 ._2V9mP{cursor:pointer;padding:4px}._1s26E{z-index:2}

.videoViewer{position:relative;width:100%}.videoViewer .videoViewer__overlay{position:absolute;height:100%;width:100%;z-index:1;cursor:pointer}.videoViewer .videoViewer__overlay>svg,.videoViewer .videoViewer__overlay>.videoViewer__loading{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.videoViewer .videoViewer__loading svg{animation:spin 1s linear infinite}.videoViewer .proofVideo{width:100%;height:100%;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3)}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.attachmentsActionBar{display:flex;align-items:center;min-height:50px;padding:0 20px;font-family:Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";font-size:16px;border-bottom:1px solid #DADADA}.attachmentsActionBar .attachmentsCheckbox{margin-right:15px}.attachmentsActionBar .spacer{flex:1 1 auto}.attachmentsActionBar .attachmentsMenu{display:flex}.attachmentsActionBar .attachmentsActionBarSortGroup .arrowUp{transform:translateY(-4px) rotate(180deg)}.attachmentsActionBar .flyoutButton{padding:7px}.attachmentsActionBar .flyoutButton:not(:disabled){cursor:pointer}.attachmentsActionBar .flyoutButton:not(:disabled):hover{background-color:rgba(0,94,224,0.1)}

.attachmentsPanel{background:#fff;display:flex;flex:1 0 auto;flex-direction:column}.attachmentsPanel .privacyIcon{margin:60px 0 20px 0;height:64px}.attachmentsPanel .contactAdminText{white-space:pre-line;text-align:center;padding:0 20px}

.attachmentPanelFooter{display:flex;align-items:center;padding:0 20px 20px 20px;justify-content:center}.attachmentPanelFooter .attachmentsFlyout{display:flex;flex:1 1 auto}.attachmentPanelFooter .attachmentsFlyout .attachmentsButton{flex:1 1 auto;height:40px;background-color:#fff}.attachmentPanelFooter .attachmentsFlyout .attachmentsButton:disabled{opacity:0.3}.attachmentPanelFooter .disabledMessage{white-space:pre-line;text-align:center}

.panelSubheader{padding:10px 20px;background-color:rgba(0,94,224,0.1);box-shadow:0 0.5px 0 0 #E4E4E4;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.panelSubheader div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.panelSubheaderFlyout{font-weight:bold;max-width:700px;white-space:normal}

.rightPanelHeader{display:flex;align-content:center;justify-content:space-between;padding:15px 20px;background:#fff;color:#161616;border-bottom:1px solid #e4e4e4}.rightPanelHeader .rightPanelButton:hover path{fill:#005ee0}.rightPanelHeader .rightPanelButton:hover .backButtonText{color:#005ee0}.rightPanelHeader .backButton:hover{cursor:pointer}.rightPanelHeader .titleSection{display:flex;align-content:center;align-self:center}.rightPanelHeader .titleSection .title{font-size:18px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rightPanelHeader .titleSection :not(.title){display:flex}

.attachmentsPanelHeader{background-color:white}.attachmentsPanelHeader .rightPanelHeader{border-bottom:none}

.attachmentVersionList{height:520px;width:480px;display:flex;flex-direction:column;z-index:5;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}.attachmentVersionList .versionListHeader{display:flex;border:none;justify-content:space-between;padding:15px 15px 0 20px;font-size:18px;font-weight:300}.attachmentVersionList .content{display:flex;flex:1 1 auto}.attachmentVersionList .versionListFooter{display:flex;flex:0 0 auto;padding:0 20px 20px 20px}.attachmentVersionList .versionListFooter .disabledMessage{flex:1 1 auto;white-space:pre-line;text-align:center}.attachmentVersionList .versionListButton{flex:1 1 auto;height:40px}.versionListOverlay{z-index:4}

.commentAttachmentCard{display:flex;align-items:center;border-radius:2px;min-width:0;max-width:100%;width:100%;height:40px;cursor:pointer}.commentAttachmentCard:hover .commentAttachmentCardInfo,.commentAttachmentCard:hover .attachmentActionList{background-color:rgba(0,115,236,0.1)}.commentAttachmentCard:hover .attachmentActionIconContainer{display:flex;padding-top:6px}.commentAttachmentCard .commentAttachmentCardInfo{display:flex;align-items:center;min-width:0;max-width:100%;height:40px;margin-left:-5px;padding-left:5px;flex-shrink:1}.commentAttachmentCard .commentAttachmentCardInfo .attachmentFileName{margin-left:10px}.commentAttachmentCard .commentAttachmentCardInfo .tooltipTarget{min-width:0;width:100%}.commentAttachmentCard .commentAttachmentCardInfo .progressSvg{width:40px;height:30px;margin:auto;padding-left:5px;flex-shrink:0}.commentAttachmentCard .commentAttachmentCardInfo:hover .attachmentFileName{color:#0073EC}.commentAttachmentCard .commentAttachmentCardImage{width:40px;height:30px;flex:0 0 auto;pointer-events:auto;align-items:center;justify-content:center;background:#F3F3F3}.commentAttachmentCard .attachmentActionIconContainer:hover svg path{fill:#0073EC}.commentAttachmentCard .externalAttachment:hover .attachmentFileName{color:#0073EC}.commentAttachmentCard .externalAttachment:hover .downloadAction svg path,.commentAttachmentCard .externalAttachment:hover .linkAction svg path{fill:#0073EC}.commentAttachmentCard .externalAttachment.hoverDelete .attachmentFileName{color:#000}.commentAttachmentCard .externalAttachment.hoverDelete .downloadAction svg path,.commentAttachmentCard .externalAttachment.hoverDelete .linkAction svg path{fill:#000}

.anchorIdentifier{height:18px;padding:1px 4px 0 4px;background-color:#E4E4E4;border-radius:4px;font-size:11px;font-weight:700;line-height:18px;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}

.commentHeader{align-items:center;display:flex}.commentHeader .flyoutTarget{flex-shrink:0;margin:0 10px;overflow:hidden}.commentHeader .flyoutTarget .button{max-width:100%}.commentHeader .userName{flex-shrink:1;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}

.textInput{border-radius:2px;border:1px solid #ccc;line-height:18px;min-height:30px}textarea.textInput{padding:5px}input.textInput{padding:0 5px}input.textInput::placeholder,textarea.textInput::placeholder{color:#767676}input.textInput::-moz-placeholder,textarea.textInput::-moz-placeholder{opacity:1}input.textInput:-ms-input-placeholder,textarea.textInput:-ms-input-placeholder{color:#767676 !important}input.textInput:focus,textarea.textInput:focus{outline:none}.commentsPanel{-webkit-backface-visibility:hidden;position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;background:#fff;font-family:Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol"}.commentsPanel,.commentsPanel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.commentsPanel:focus{outline:none}.commentsPanel .commentsContentSection{flex:1 1 auto;overflow:hidden;height:20px;user-select:text;-ms-user-select:text;-webkit-user-select:text}.commentsPanel .commentsContentSection .commentsList{outline:none;will-change:auto !important}.commentsPanel .commentsContentSection.isLoading{overflow:hidden}.commentsPanel .commentsContentSection .commentsPanelThread{word-break:break-word;white-space:pre-wrap}.commentsPanel .commentsContentSection .commentsPanelThread.commentsPanelThread:not(:last-of-type):after{content:"";height:1px;position:absolute;left:0;bottom:0;width:calc(100% - 40px);background:#E4E4E4;margin:0 20px}.commentsPanel .commentsContentSection .commentsPanelThread.animateEntry{opacity:0;transform:translateY(-10px);animation:flyInThreads .5s cubic-bezier(0.25, 0.1, 0.25, 0.1) .5s forwards}.commentsPanel .commentsContentSection .commentsPanelThread:hover .commentHeader .flyoutTarget{max-width:70%}.commentsPanel .commentsContentSection .commentsPanelThread:hover .commentHeader .anchorIdentifier{background-color:rgba(0,115,236,0.1);color:#0073EC}.commentsPanel .commentsContentSection .commentsPanelThread:hover .commentHeader .userName{flex:0 1 auto}.commentsPanel .commentsContentSection .commentsPanelThread:hover .replyButton{color:#0073EC}.commentsPanel .commentsContentSection .commentsPanelThread:hover .replyButton svg path{fill:#0073EC}.commentsPanel .commentsContentSection .commentsPanelThread .replyButton{margin:0 0 15px 44px;color:#888;padding-top:3px}.commentsPanel .commentsContentSection .commentsPanelThread .replyButton svg{margin:0 2px;transform:rotate(180deg)}.commentsPanel .commentsContentSection .commentsPanelThread .replyButton svg path{fill:#888}.commentsPanel .commentsContentSection .commentsPanelThread .replyButton:hover{color:#005cbc;cursor:pointer}.commentsPanel .commentsContentSection .commentsPanelThread .replyButton:hover svg path{fill:#005cbc}.commentsPanel .commentsContentSection .expandCollapseArrowContainer{width:39px;padding-right:5px}.commentsPanel .commentsContentSection .toggleDisplayedRepliesButton{cursor:pointer;display:flex;padding-left:20px}.commentsPanel .commentsContentSection .arrow{width:0;height:0;margin-left:auto}.commentsPanel .commentsContentSection .collapseArrow{border-top:5.7px solid #0073EC;border-left:4px solid transparent;border-right:4px solid transparent}.commentsPanel .commentsContentSection .expandArrow{border-top:4px solid transparent;border-left:5.7px solid #0073EC;border-bottom:4px solid transparent}.commentsPanel .commentsContentSection .showHideRepliesText{color:#0073EC}.commentsPanel .commentBlock{display:flex;position:relative}.commentsPanel .commentBlock.firstCommentBlock{margin-top:10px;padding:7px 20px 0 20px}.commentsPanel .commentBlock.firstCommentBlock .avatar{width:30px;height:30px;font-size:12px;margin:2px 0 0 0}.commentsPanel .commentBlock.firstCommentBlock .mainCommentContent{padding-left:10px}.commentsPanel .commentBlock:not(.firstCommentBlock){padding:10px 20px 0 60px}.commentsPanel .commentBlock:hover .commentOptionsKebabButton{visibility:visible}.commentsPanel .commentBlock .avatar{align-self:flex-start;border:none;font-size:9px;margin:0 0 0 0}.commentsPanel .commentBlock .mainCommentContent{padding:0 0 0 5px;min-width:0;flex-basis:100%}.commentsPanel .commentBlock .editorButtonContainer{display:flex;padding:10px 0 15px 0;justify-content:flex-end;margin-top:3px}.commentsPanel .commentBlock .editorButtonContainer .cancelButton{margin-right:10px}.commentsPanel .commentBlock .commentHeader{display:flex;align-items:center}.commentsPanel .commentBlock .commentHeader .flyoutTarget{overflow:hidden}.commentsPanel .commentBlock .commentHeader .flyoutTarget .button{max-width:100%}.commentsPanel .commentBlock .commentHeader .flyoutTarget .anchorIdentifier{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.commentsPanel .commentBlock .commentHeader .userName{flex-shrink:1;font-weight:700}.commentsPanel .commentBlock .unreadIndicator{border-radius:50%;height:8px;width:8px;background-color:#0073EC;margin-left:10px}.commentsPanel .commentBlock .commentBody{padding:8px 0 8px 0;word-wrap:break-word;line-height:1.15;margin-right:-8px;white-space:pre-wrap}.commentsPanel .commentBlock .commentBody .showHideMoreCommentText{color:#0073EC;cursor:pointer;display:flex;padding-top:3px}.commentsPanel .commentBlock .commentTimestamp{padding-bottom:5px;font-size:11px;color:#888}.commentsPanel .commentBlock .commentOptionsKebabButtonContainer{margin-left:auto;position:relative;top:-2px}.commentsPanel .commentBlock .commentOptionsKebabButton{flex-shrink:0;visibility:hidden;width:24px;height:24px;cursor:pointer;border-radius:2px}.commentsPanel .commentBlock .commentOptionsKebabButton:hover{background-color:#F3F3F3}.commentsPanel .commentBlock .commentOptionsKebabButton:hover path{fill:#0073EC;opacity:1}.commentsPanel .commentBlock .commentOptionsKebabButton.pressed{background-color:#E4E4E4;visibility:visible}.commentsPanel .commentBlock .commentAttachment:hover .commentAttachmentInfo,.commentsPanel .commentBlock .commentAttachment:hover .attachmentActionList{background-color:rgba(0,115,236,0.1)}.commentsPanel .commentBlock .commentAttachmentInfo:hover .attachmentFileName{color:#0073EC}.commentsPanel .commentBlock .attachmentActionIconContainer:hover svg path{fill:#0073EC}.commentsPanel .commentBlock .externalAttachment:hover .attachmentFileName{color:#0073EC}.commentsPanel .commentBlock .externalAttachment:hover .downloadAction svg path,.commentsPanel .commentBlock .externalAttachment:hover .linkAction svg path{fill:#0073EC}.commentsPanel .commentBlock .externalAttachment.hoverDelete .attachmentFileName{color:#000}.commentsPanel .commentBlock .externalAttachment.hoverDelete .downloadAction svg path,.commentsPanel .commentBlock .externalAttachment.hoverDelete .linkAction svg path{fill:#000}.commentsPanel .commentBlock.highlighted{animation:backgroundPulse 3s forwards;animation-timing-function:cubic-bezier(0.25, 0.1, 0.25, 0.1);animation-delay:.5s}.commentsPanel .commentBlock .borderAnimation{border:2px solid #0073EC;opacity:0;position:absolute;top:0;bottom:0;left:0;right:0;animation:borderPulse 1.25s forwards;animation-timing-function:cubic-bezier(0.25, 0.1, 0.25, 0.1);animation-delay:1s}@keyframes backgroundPulse{25%{background-color:rgba(0,115,236,0.2)}100%{background-color:rgba(0,115,236,0.1)}}@keyframes borderPulse{0%{opacity:1}100%{opacity:0;transform:scaleY(1.1)}}.commentsPanel .attachmentList{display:flex;flex-direction:column;align-items:flex-start;margin-right:-8px}.commentsPanel .commentAttachment{display:flex;align-items:center;border-radius:2px;min-width:0;max-width:100%;width:100%;height:30px;cursor:pointer}.commentsPanel .commentAttachment:hover .attachmentActionIconContainer{display:flex}.commentsPanel .commentAttachmentInfo{min-width:0;max-width:100%;height:30px;flex-shrink:1;display:flex;align-items:center}.commentsPanel .commentAttachmentInfo .tooltipTarget{min-width:0;width:100%}.commentsPanel .commentAttachmentImage,.commentsPanel .progressSvg{width:16px;height:16px;margin-right:5px;margin-left:7px;flex-shrink:0}.commentsPanel .commentAttachmentImage .progressSvgComplete,.commentsPanel .progressSvg .progressSvgComplete{animation-name:progressScaleUpForCommentAttachment;animation-duration:1s}@keyframes progressScaleUpForCommentAttachment{50%{transform:translate(-2px, -2px) scale(1.25);stroke-width:2px}}.commentsPanel .attachmentFileName{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;flex-shrink:1}.commentsPanel .attachmentActionList{height:100%;display:flex}.commentsPanel .attachmentActionIconContainer{display:none;flex-shrink:0}.commentsPanel .attachmentActionIconContainer svg path{fill:#161616}.commentsPanel .attachmentActionIconContainer:last-of-type .attachmentActionIcon{margin-right:7px}.commentsPanel .attachmentActionIcon{margin:7px 0 6px 5px}.commentsPanel .downloadAction .attachmentActionIcon{margin-top:8px}.commentsPanel .commentsInputPlaceholder{position:absolute;color:#767676;margin-right:24px}.commentsPanel .commentsInputSection{display:flex;flex-direction:row;margin:3px 3px 0 3px}.commentsPanel .commentsInputSection:not(.replyInput){border-top:1px solid #E4E4E4;-webkit-transform:scale(1);-webkit-backface-visibility:hidden}.commentsPanel .commentsInputSection.animateEntry{transform:translateY(45px);animation:flyInInputBase 400ms cubic-bezier(0.25, 0.1, 0.25, 0.1) forwards}.commentsPanel .commentsInputSection .commentsInputSectionInner{width:100%;display:flex;flex-direction:row;margin:10px 0 10px 10px;overflow:hidden}.commentsPanel .commentsInputSection .commentsInputSectionInner .flyoutTarget{display:flex;min-width:0}.commentsPanel .commentsInputSection.noTopBorder{border-top:none}.commentsPanel .commentsInputSection.withBorder{border:solid 1px #E4E4E4;border-radius:2px}.commentsPanel .commentsInputSection.replyInput{margin:0 20px 15px 50px;overflow:hidden;background-color:white}.commentsPanel .commentsInputSection.replyInput .avatar{width:20px;height:20px;font-size:9px;margin-left:0}.commentsPanel .commentsInputSection.replyInput .textAreaWrapper{padding-left:2px;margin-left:5px}.commentsPanel .commentsInputSection.editInput{margin-right:0;margin-left:0;padding-right:3px}.commentsPanel .commentsInputSection.editInput .textAreaWrapper{padding-left:0}.commentsPanel .commentsInputSection.isSaving .mentionsEditor__input{color:#ccc}.commentsPanel .commentsInputSection.isSaving .commentAttachment{opacity:0.4}.commentsPanel .commentsInputSection.isSaving .commentAttachment:hover{font-weight:normal;cursor:default}.commentsPanel .commentsInputSection.isSaving .attachmentsButton svg path{fill:#ccc}.commentsPanel .commentsInputSection .avatar{width:30px;height:30px;font-size:12px;border:none;margin-left:7px}.commentsPanel .commentsInputSection .anchorIdentifier{cursor:default;margin:3px 24px 5px 0}.commentsPanel .commentsInputSection .spacer{flex:1}.commentsPanel .commentsInputSection .inputWrapper{flex-direction:column;flex:1;min-width:0;max-width:100%}.commentsPanel .commentsInputSection .alignItemsCenter{align-items:center}.commentsPanel .commentsInputSection .commentSendButton:disabled{cursor:auto}.commentsPanel .commentsInputSection .commentSendButton.active{cursor:pointer}.commentsPanel .commentsInputSection .attachmentList{overflow:hidden;margin-top:10px;margin-bottom:10px;margin-right:24px}.commentsPanel .commentsInputSection .attachmentsButton{padding:0 5px 0 0}.commentsPanel .commentsInputSection .attachmentsButton:hover{cursor:pointer}.commentsPanel .commentsInputSection .attachmentsButton:hover svg path{fill:#0073EC}.commentsPanel .commentsInputSection .clsTextInputInsetButtonList{display:flex;align-items:center;justify-content:flex-end}.commentsPanel .commentsInputSection .commentMenuButton .flyoutTarget{padding:0}.commentsPanel .commentsInputSection .commentMenuButton .button{height:24px;width:24px}.commentsPanel .commentsInputSection .commentMenuButton svg{margin:0 auto;transform:rotate(90deg)}.commentsPanel .commentsInputSection .commentMenuButton:hover,.commentsPanel .commentsInputSection .commentMenuButton .pressed{cursor:pointer;background-color:#F3F3F3}.commentsPanel .commentsInputSection .commentMenuButton:hover svg path{fill:#0073EC;opacity:1}.commentsPanel .commentsInputSection .commentAttachment:hover{font-weight:bold}.commentsPanel .commentsInputSection .attachmentActionIconContainer{margin-top:2px}.commentsPanel .flexWrapper{display:flex;min-width:0}.commentsPanel .flexWrapper .anchorIdentifier svg path{fill:#0073EC}.commentsPanel .flexWrapper .anchorIdentifier:disabled{opacity:1.0}.commentsPanel .flexWrapper .anchorIdentifier:disabled svg path{fill:#ccc}.commentsPanel .flexWrapper .spacer{flex:1}.commentsPanel .flexWrapper .inputWrapper{flex-direction:column;flex:1}.commentsPanel .textAreaWrapper{padding-left:11px;flex:1;flex-direction:column;min-width:0}.commentsPanel .emptyThreadListContent{display:flex;align-items:center;flex-direction:column;margin-top:64px}.commentsPanel .emptyThreadListIcon{width:132px;height:132px}.commentsPanel .emptyThreadListHeader{font-size:18px;font-weight:bold;line-height:21px}.commentsPanel .emptyThreadListTextContainer{font-size:13px;line-height:15px;text-align:center}.commentsPanel .emptyThreadListTextContainer .emptyThreadListText{margin:0}.commentsPanel a{white-space:normal}@keyframes growReplyInput{0%{height:0;opacity:0}75%{opacity:1}100%{height:77px}}@keyframes closeReplyInput{0%{height:77px}100%{height:30px}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes flyInThreads{100%{opacity:1;transform:translateY(0)}}@keyframes flyInInputBase{0%{opacity:0}100%{opacity:1;transform:translateY(0)}}.commentMenu .menuItem .iconNode svg{opacity:0}.commentMenu .menuItem.selected .iconNode svg{opacity:1}.clsFloatingForm .commentsPanel{position:static}.clsFloatingForm .commentsPanel .commentsInputSection .anchorIdentifier{color:#444;cursor:default}.anchorIdentifierFlyout{max-width:700px;white-space:normal}

.inputSectionPlaceholder{display:flex;align-items:center;justify-content:center;height:112px;padding:20px;border-top:1px solid #E4E4E4}.inputSectionPlaceholder .placeholderMessage{width:100%;max-width:205px;border-top:none;text-align:center}

.rightPanelHeader .title,.rightPanelHeader .centeredTitle{font-size:18px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rightPanelHeader .centeredTitle{margin:0 auto}.rightPanelHeader .buttonSectionLeft{display:flex;margin-right:auto}.rightPanelHeader .buttonSectionLeft .button svg+span{margin-left:0}.rightPanelHeader .buttonSectionRight{display:flex;margin-left:auto;align-items:center}.rightPanelHeader .tabText{line-height:1.15}.rightPanelHeader .tabSection:hover{color:#0073EC;cursor:pointer}.rightPanelHeader .tabSection:hover>svg path{fill:#0073EC}.rightPanelHeader.rowCommentsMode{display:flex;height:57px;padding:15px 20px;justify-content:space-between;align-items:center}.rightPanelHeader.rowCommentsMode .buttonSectionLeft,.rightPanelHeader.rowCommentsMode .buttonSectionRight{flex-shrink:0}.rightPanelHeader.rowCommentsMode .helpButton{padding-left:0}.rightPanelHeader.rowCommentsMode .flyoutTarget{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rightPanelHeader.rowCommentsMode .flyoutTarget .title{margin-left:20px;margin-right:20px}.rightPanelHeader.tabMode{display:flex;flex-direction:column;padding:15px 20px 0 0}.rightPanelHeader.tabMode .firstRow{display:flex;flex-direction:row;padding-left:20px}.rightPanelHeader.tabMode .secondRow{display:flex;flex-direction:row;margin-top:15px;padding-left:10px}.rightPanelHeader.tabMode .secondRow .tabButtons{border-bottom-style:solid;border-bottom-color:transparent;border-width:0 0 3px 0;border-radius:0;cursor:pointer;height:23px;padding-left:10px;padding-right:10px}.rightPanelHeader.tabMode .secondRow .tabButtons.active{border-bottom-color:#0073EC}.rightPanelHeader.tabMode .secondRow .tabButtons:hover:not(.active){border-bottom-color:rgba(0,115,236,0.1)}.rightPanelHeader.tabMode .secondRow .helpLink{margin-left:auto}.clsFloatingForm .rightPanelHeader .buttonSectionLeft>*{display:none}.clsFloatingForm .rightPanelHeader .buttonSectionRight>*{display:none}

.placeholderContainer{position:absolute;box-sizing:border-box;overflow:hidden;width:calc(100% - 40px);margin:0 20px;-webkit-transform:scale(1);-webkit-backface-visibility:hidden}.placeholderContainer.animateOut .placeholder:nth-of-type(1){animation:fadeOut 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .64s forwards}.placeholderContainer.animateOut .placeholder:nth-of-type(2){animation:fadeOut 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .56s forwards}.placeholderContainer.animateOut .placeholder:nth-of-type(3){animation:fadeOut 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .48s forwards}.placeholderContainer.animateOut .placeholder:nth-of-type(4){animation:fadeOut 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .4s forwards}.placeholderContainer.animateOut .placeholder:nth-of-type(5){animation:fadeOut 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .32s forwards}.placeholderContainer.animateOut .placeholder:nth-of-type(6){animation:fadeOut 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .24s forwards}.placeholderContainer.animateOut .placeholder:nth-of-type(7){animation:fadeOut 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .16s forwards}.placeholderContainer.animateOut .placeholder:nth-of-type(8){animation:fadeOut 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .08s forwards}.placeholderContainer.animateOut .placeholder:nth-of-type(9){animation:fadeOut 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) 0s forwards}.placeholderContainer.animateOut .placeholder:nth-of-type(10){animation:fadeOut 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) -.08s forwards}.placeholderContainer:not(.animateOut) .placeholder:nth-of-type(1){transform:translateY(100px);opacity:0;animation:flyIn 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) 0s forwards}.placeholderContainer:not(.animateOut) .placeholder:nth-of-type(2){transform:translateY(100px);opacity:0;animation:flyIn 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .05s forwards}.placeholderContainer:not(.animateOut) .placeholder:nth-of-type(3){transform:translateY(100px);opacity:0;animation:flyIn 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .1s forwards}.placeholderContainer:not(.animateOut) .placeholder:nth-of-type(4){transform:translateY(100px);opacity:0;animation:flyIn 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .15s forwards}.placeholderContainer:not(.animateOut) .placeholder:nth-of-type(5){transform:translateY(100px);opacity:0;animation:flyIn 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .2s forwards}.placeholderContainer:not(.animateOut) .placeholder:nth-of-type(6){transform:translateY(100px);opacity:0;animation:flyIn 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .25s forwards}.placeholderContainer:not(.animateOut) .placeholder:nth-of-type(7){transform:translateY(100px);opacity:0;animation:flyIn 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .3s forwards}.placeholderContainer:not(.animateOut) .placeholder:nth-of-type(8){transform:translateY(100px);opacity:0;animation:flyIn 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .35s forwards}.placeholderContainer:not(.animateOut) .placeholder:nth-of-type(9){transform:translateY(100px);opacity:0;animation:flyIn 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .4s forwards}.placeholderContainer:not(.animateOut) .placeholder:nth-of-type(10){transform:translateY(100px);opacity:0;animation:flyIn 350ms cubic-bezier(0.25, 0.1, 0.25, 0.1) .45s forwards}.placeholderContainer .placeholder .placeholderHeader *,.placeholderContainer .placeholder .placeholderCommentBody *,.placeholderContainer .placeholder .placeholderFooter{border-radius:3px;background-position:-200px;background-image:linear-gradient(90deg, #f3f3f3 10%, #fff 20%, #f3f3f3 30%);background-size:600px}.placeholderContainer .placeholder .placeholderAvatar,.placeholderContainer .placeholder .placeholderName,.placeholderContainer .placeholder .placeholderComment,.placeholderContainer .placeholder .placeholderFooter{animation:animateBodyGradient 1.7s infinite linear 850ms}.placeholderContainer .placeholder .placeholderAnchor{animation:animateAnchorGradient 1.7s infinite linear 850ms}.placeholderContainer .placeholder .placeholderHeader{max-width:230px;display:flex;flex-direction:row;align-items:center}.placeholderContainer .placeholder .placeholderHeader .placeholderAvatar{height:30px;width:30px;border-radius:100%;margin-right:10px;margin-top:10px}.placeholderContainer .placeholder .placeholderHeader .placeholderName{height:14px;width:100px;margin-right:5px}.placeholderContainer .placeholder .placeholderHeader .placeholderAnchor{height:15px;width:30px}.placeholderContainer .placeholder .placeholderCommentBody,.placeholderContainer .placeholder .placeholderFooter{margin-left:40px}.placeholderContainer .placeholder .placeholderCommentBody{display:flex;flex-direction:column;justify-content:space-between;margin-top:-4px;margin-bottom:6px}.placeholderContainer .placeholder .placeholderCommentBody .placeholderComment{height:10px;margin:2px 0}.placeholderContainer .placeholder .placeholderCommentBody .placeholderComment:nth-of-type(1){width:95%}.placeholderContainer .placeholder .placeholderCommentBody .placeholderComment:nth-of-type(2){width:85%}.placeholderContainer .placeholder .placeholderCommentBody .placeholderComment:nth-of-type(3){width:40%}.placeholderContainer .placeholder .placeholderFooter{height:14px;width:50px;border-radius:3px}@keyframes animateBodyGradient{0%{background-position:-200px}100%{background-position:230px}}@keyframes animateAnchorGradient{0%{background-position:-460px}100%{background-position:200px}}@keyframes flyIn{0%{opacity:0}100%{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.clsFloatingForm .placeholderContainer{width:390px}

.Select{position:relative}.Select input::-webkit-contacts-auto-fill-button,.Select input::-webkit-credentials-auto-fill-button{display:none !important}.Select input::-ms-clear{display:none !important}.Select input::-ms-reveal{display:none !important}.Select,.Select div,.Select input,.Select span{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.Select.is-disabled .Select-arrow-zone{cursor:default;pointer-events:none;opacity:0.35}.Select.is-disabled>.Select-control{background-color:#f9f9f9}.Select.is-disabled>.Select-control:hover{box-shadow:none}.Select.is-open>.Select-control{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.Select.is-open>.Select-control .Select-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.Select.is-searchable.is-open>.Select-control{cursor:text}.Select.is-searchable.is-focused:not(.is-open)>.Select-control{cursor:text}.Select.is-focused>.Select-control{background:#fff}.Select.is-focused:not(.is-open)>.Select-control{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1);background:#fff}.Select.has-value.is-clearable.Select--single>.Select-control .Select-value{padding-right:42px}.Select.has-value.Select--single>.Select-control .Select-value .Select-value-label,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label{color:#333}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label{cursor:pointer;text-decoration:none}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:hover,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:hover,.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus{color:#007eff;outline:none;text-decoration:underline}.Select.has-value.Select--single>.Select-control .Select-value a.Select-value-label:focus,.Select.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label:focus{background:#fff}.Select.has-value.is-pseudo-focused .Select-input{opacity:0}.Select.is-open .Select-arrow,.Select .Select-arrow-zone:hover>.Select-arrow{border-top-color:#666}.Select.Select--rtl{direction:rtl;text-align:right}.Select-control{background-color:#fff;border-color:#d9d9d9 #ccc #b3b3b3;border-radius:4px;border:1px solid #ccc;color:#333;cursor:default;display:table;border-spacing:0;border-collapse:separate;height:36px;outline:none;overflow:hidden;position:relative;width:100%}.Select-control:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.Select-control .Select-input:focus{outline:none;background:#fff}.Select-placeholder,.Select--single>.Select-control .Select-value{bottom:0;color:#aaa;left:0;line-height:34px;padding-left:10px;padding-right:10px;position:absolute;right:0;top:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Select-input{height:34px;padding-left:10px;padding-right:10px;vertical-align:middle}.Select-input>input{width:100%;background:none transparent;border:0 none;box-shadow:none;cursor:default;display:inline-block;font-family:inherit;font-size:inherit;margin:0;outline:none;line-height:17px;padding:8px 0 12px;-webkit-appearance:none}.is-focused .Select-input>input{cursor:text}.has-value.is-pseudo-focused .Select-input{opacity:0}.Select-control:not(.is-searchable)>.Select-input{outline:none}.Select-loading-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:16px}.Select-loading{-webkit-animation:Select-animation-spin 400ms infinite linear;-o-animation:Select-animation-spin 400ms infinite linear;animation:Select-animation-spin 400ms infinite linear;width:16px;height:16px;box-sizing:border-box;border-radius:50%;border:2px solid #ccc;border-right-color:#333;display:inline-block;position:relative;vertical-align:middle}.Select-clear-zone{-webkit-animation:Select-animation-fadeIn 200ms;-o-animation:Select-animation-fadeIn 200ms;animation:Select-animation-fadeIn 200ms;color:#999;cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:17px}.Select-clear-zone:hover{color:#D0021B}.Select-clear{display:inline-block;font-size:18px;line-height:1}.Select--multi .Select-clear-zone{width:17px}.Select-arrow-zone{cursor:pointer;display:table-cell;position:relative;text-align:center;vertical-align:middle;width:25px;padding-right:5px}.Select--rtl .Select-arrow-zone{padding-right:0;padding-left:5px}.Select-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px;display:inline-block;height:0;width:0;position:relative}.Select-control>*:last-child{padding-right:5px}.Select--multi .Select-multi-value-wrapper{display:inline-block}.Select .Select-aria-only{position:absolute;display:inline-block;height:1px;width:1px;margin:-1px;clip:rect(0, 0, 0, 0);overflow:hidden;float:left}@-webkit-keyframes Select-animation-fadeIn{from{opacity:0}to{opacity:1}}@keyframes Select-animation-fadeIn{from{opacity:0}to{opacity:1}}.Select-menu-outer{border-bottom-right-radius:4px;border-bottom-left-radius:4px;background-color:#fff;border:1px solid #ccc;border-top-color:#e6e6e6;box-shadow:0 1px 0 rgba(0,0,0,0.06);box-sizing:border-box;margin-top:-1px;max-height:200px;position:absolute;left:0;top:100%;width:100%;z-index:1;-webkit-overflow-scrolling:touch}.Select-menu{max-height:198px;overflow-y:auto}.Select-option{box-sizing:border-box;background-color:#fff;color:#666666;cursor:pointer;display:block;padding:8px 10px}.Select-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.Select-option.is-selected{background-color:#f5faff;background-color:rgba(0,126,255,0.04);color:#333}.Select-option.is-focused{background-color:#ebf5ff;background-color:rgba(0,126,255,0.08);color:#333}.Select-option.is-disabled{color:#cccccc;cursor:default}.Select-noresults{box-sizing:border-box;color:#999999;cursor:default;display:block;padding:8px 10px}.Select--multi .Select-input{vertical-align:middle;margin-left:10px;padding:0}.Select--multi.Select--rtl .Select-input{margin-left:0;margin-right:10px}.Select--multi.has-value .Select-input{margin-left:5px}.Select--multi .Select-value{background-color:#ebf5ff;background-color:rgba(0,126,255,0.08);border-radius:2px;border:1px solid #c2e0ff;border:1px solid rgba(0,126,255,0.24);color:#007eff;display:inline-block;font-size:0.9em;line-height:1.4;margin-left:5px;margin-top:5px;vertical-align:top}.Select--multi .Select-value-icon,.Select--multi .Select-value-label{display:inline-block;vertical-align:middle}.Select--multi .Select-value-label{border-bottom-right-radius:2px;border-top-right-radius:2px;cursor:default;padding:2px 5px}.Select--multi a.Select-value-label{color:#007eff;cursor:pointer;text-decoration:none}.Select--multi a.Select-value-label:hover{text-decoration:underline}.Select--multi .Select-value-icon{cursor:pointer;border-bottom-left-radius:2px;border-top-left-radius:2px;border-right:1px solid #c2e0ff;border-right:1px solid rgba(0,126,255,0.24);padding:1px 5px 3px}.Select--multi .Select-value-icon:hover,.Select--multi .Select-value-icon:focus{background-color:#d8eafd;background-color:rgba(0,113,230,0.08);color:#0071e6}.Select--multi .Select-value-icon:active{background-color:#c2e0ff;background-color:rgba(0,126,255,0.24)}.Select--multi.Select--rtl .Select-value{margin-left:0;margin-right:5px}.Select--multi.Select--rtl .Select-value-icon{border-right:none;border-left:1px solid #c2e0ff;border-left:1px solid rgba(0,126,255,0.24)}.Select--multi.is-disabled .Select-value{background-color:#fcfcfc;border:1px solid #e3e3e3;color:#333}.Select--multi.is-disabled .Select-value-icon{cursor:not-allowed;border-right:1px solid #e3e3e3}.Select--multi.is-disabled .Select-value-icon:hover,.Select--multi.is-disabled .Select-value-icon:focus,.Select--multi.is-disabled .Select-value-icon:active{background-color:#fcfcfc}@keyframes Select-animation-spin{to{transform:rotate(1turn)}}@-webkit-keyframes Select-animation-spin{to{-webkit-transform:rotate(1turn)}}

.upgradeDialog a{white-space:pre-wrap;text-decoration:none}.upgradeDialog a:hover{text-decoration:underline}.upgradeDialog .scDialog__header{align-items:start;padding:16px 16px 16px 16px}.upgradeDialog .scDialog__headerIcon{padding:4px 0 0 4px;margin-right:10px;width:24px;height:24px}.upgradeDialog .scDialog__title{padding-top:6px;font-weight:lighter;color:#161616}.upgradeDialog .scDialog__content{max-width:410px}.upgradeDialog .scDialog__buttonContainer{padding:17px 20px 20px 20px}.upgradeDialog .scTextButton.tertiary{background-color:rgba(0,0,0,0);border:0;color:#005ee0}.upgradeDialog .scTextButton.tertiary:hover:enabled{background-color:rgba(0,94,224,0.1)}.upgradeDialog .scTextButton.tertiary:active:enabled,.upgradeDialog .scTextButton.tertiary.pressed:enabled{background-color:rgba(0,94,224,0.2)}.upgradeDialog .scDialog__closeButton{padding:3.5px}.upgradeDialog .scDialog__body{padding:19px 16px}

.app{box-sizing:border-box}

.suggested-content-item{display:flex;flex-direction:row;align-items:center;min-height:66px;max-height:82px;max-width:316px;min-width:316px;border-radius:2px;background-color:white;margin:0;padding:8px 12px;overflow:hidden;text-overflow:ellipsis;cursor:pointer;text-decoration:none;color:inherit}.suggested-content-item:hover{box-shadow:0 4px 16px 0 rgba(0,0,0,0.12);z-index:1}.suggested-content-item .suggested-content-info{margin:0 12px;max-width:244px}.suggested-content-item .suggested-content-icon{border-radius:50%;width:32px;height:32px;background-color:#76dbed;display:flex;align-items:center;justify-content:center}.suggested-content-item .suggested-content-name{margin:0;font-size:14px;font-weight:600;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;white-space:nowrap;box-sizing:content-box;max-height:36px}@supports (-webkit-line-clamp: 2){.suggested-content-item .suggested-content-name{overflow:hidden;text-overflow:ellipsis;white-space:initial;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}}.suggested-content-item .suggested-content-reason{font-size:x-small;font-style:italic;font-weight:normal;color:grey;margin:0;font-size:13px;font-weight:normal;font-style:normal}

.suggested-content-list-wrapper{height:70vh}.suggested-content-list-wrapper .suggested-content-list{display:flex;flex-direction:column;flex-wrap:wrap;height:100%;max-width:100%}.suggested-content-list-wrapper .suggested-content-loading-placeholder{margin-left:12px;display:flex;flex-direction:row;align-items:center;min-height:66px;max-height:82px;max-width:316px;min-width:316px;border-radius:2px;background-color:white;margin:0;padding:8px 12px;overflow:hidden;text-overflow:ellipsis;cursor:pointer;text-decoration:none;color:inherit}.suggested-content-list-wrapper .suggested-content-header{font-weight:600;margin-left:12px;padding-bottom:12px;border-bottom:4px solid black;max-width:96px}.suggested-content-list-wrapper .suggested-content-header .suggested-content-header-title{font-size:13px;margin:0;max-width:6em}.suggested-content-list-wrapper .suggested-content-header .suggested-content-header-number{font-size:40px;margin:0}.suggested-content-list-wrapper .suggested-content-feedback-link{margin-left:12px;font-size:13px;color:#3576ba;text-decoration:none;font-style:italic}

.suggested-content-home-wrapper{padding-top:20px;padding-left:20px}.suggested-content-home-wrapper .suggested-content-list-wrapper{height:auto}

.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_Wrapper{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;overflow:auto;opacity:0;animation:fadeIn 150ms ease-in;animation-fill-mode:forwards;z-index:1001;height:100vh;width:100vw}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_Overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,0.3);height:100vh;width:100vw}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_Content{background-color:#fff;border-radius:2px;box-shadow:0 5px 30px 0 rgba(0,0,0,0.2),0 0 2px 0 rgba(0,0,0,0.05);z-index:1002;max-height:100vh}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_HeaderButtonGroup{display:flex;transform:translateX(1em) translateY(-0.5em);margin-bottom:-2em}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_ModalTitle{flex:1 1 auto;font-size:18px;font-weight:300;line-height:1.2;margin:0;overflow:hidden;max-height:calc(2em * 1.2)}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_ButtonGroup{display:inline-flex}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_ButtonGroup button:not(:last-child){margin-right:1em}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_ButtonGroup button:last-child{margin-right:0}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_HorizontalRule{border-top:1px solid #e4e4e4;height:0;color:transparent;margin:0;padding:0}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_ModalBody{padding:0 20px}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_ModalFooter{padding:20px}.Modal_b6281b82-9dec-48f2-80e8-a27fcd413f90_ModalHeader{display:flex;align-items:flex-start;padding:16px 20px 13px 20px}

.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_DetailText{padding-bottom:16px}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_DiscoverableOrgList{overflow-y:auto;max-height:286px;padding-top:10px}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_DiscoverableOrgList--NoBuyMyOwnButton>div{padding-bottom:10px}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_DiscoverableOrgListItem{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_DiscoverableOrgInfo{flex:1 1 auto;margin-left:10px;margin-right:20px;overflow-x:hidden}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_DiscoverableOrgInfo__OrgName{font-weight:bold;white-space:nowrap}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_DiscoverableOrgInfo__MemberCount{color:#767676;white-space:nowrap;font-size:90%}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_DiscoverableOrgInfo__Owner{white-space:nowrap}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_BuyMyOwnFooter{display:flex;justify-content:space-between;align-items:center;padding:20px 0 20px}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_BuyMyOwnFooter__OrgInfo{font-weight:bold;line-height:1.2;max-height:calc(1.2 * 2em);overflow-x:hidden}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_RequestToJoin__Footer--right-align{display:flex;justify-content:flex-end}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_RequestToJoin__Textbox{width:100%;height:10em;padding:7px;box-sizing:border-box;color:#161616;border-radius:2px;border:1px solid #ccc}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_AccountAdminList{display:flex;flex-direction:column}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_AccountAdminList__To{flex:0 0 auto;font-weight:bold;padding-bottom:8px}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_AccountAdminList__Block{flex:1 1 auto;overflow-x:hidden}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_AccountAdminList__Items{max-height:150px;min-height:23px}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_AccountAdminListItem{display:flex;align-items:center;margin-bottom:6px}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_AccountAdminListItem:last-child{margin-bottom:0}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_AccountAdminListItem__Avatar{flex:0 0 auto;margin-right:5px}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_AccountAdminListItem__Avatar .clsAvatar{height:20px;width:20px;font-size:15px !important}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_AccountAdminListItem__Contact{flex:1 1 auto;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_RequestToJoin_MessageLabel{font-weight:bold;margin-top:20px;margin-bottom:8px;display:block}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_ButtonFix{white-space:nowrap;min-width:auto}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_CloseButton:hover,.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824_CloseButton:focus{color:#0050be}.AccountDiscovery-bcd833f1-73c1-4b41-acb9-bd426eac6824--flex-right{display:flex;justify-content:flex-end}

.appLauncherEmptyState{padding:30px;text-align:center;color:#444;max-width:400px}.appLauncherEmptyState svg{width:220px;padding:20px}.appLauncherEmptyState a{text-align:center;margin:20px;text-decoration:none;display:inline-block}.appLauncherEmptyState a button{height:30px;line-height:30px;padding:0 8px;text-decoration:none;display:inline-block}.appLauncherEmptyState .appLauncherEmptyStateTitle,.appLauncherEmptyState .appLauncherEmptyStateSubtitle{margin:4px}.appLauncherEmptyState .appLauncherEmptyStateTitle{font-size:18px;font-family:Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";font-weight:bold}

.appLauncherLoading{width:400px;line-height:140px;text-align:center;vertical-align:center}

.appLauncherApp{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;padding:10px;float:left;width:120px;height:120px;border-radius:2px;text-decoration:none;color:#444}.appLauncherApp img,.appLauncherApp svg{width:80px;height:80px}.appLauncherApp img.appDefaultImage,.appLauncherApp svg.appDefaultImage{width:70px;height:70px;padding:5px}.appLauncherApp span{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.appLauncherApp:hover{cursor:pointer;background-color:#DDF1FB}

.appLauncherTray{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px;max-height:260px;overflow-y:auto;width:380px}.appLauncherTray.wide{width:400px;overflow-y:scroll}

.appLauncherButton{cursor:pointer;height:18px;width:18px;position:absolute;top:0}.appLauncherFiller{position:absolute;top:0;bottom:0;left:0;right:0}.appLauncherMenu{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.appLauncherMenu .content{background-color:#fff}

.notificationSuggestion.labelContainer{width:77px;height:18px;border-radius:4px;background-color:#f6a623;display:flex;align-items:center;justify-content:center}.notificationSuggestion .lightningContainer{width:16px;height:16px;background-color:#f6a623}.notificationSuggestion .labelText{color:#fff;font-size:11px;font-weight:bold}.notificationSuggestion .helperText{background-color:#fff;height:30px;position:absolute;left:150px}

.homeDetailPaneSkeleton{display:flex;margin-top:48px;width:100%}.homeDetailPaneSkeleton .skeletonShareList{flex:0 0 300px;display:flex;flex-direction:column;box-sizing:border-box;width:300px;margin-left:10px;padding-left:10px;overflow:hidden}.homeDetailPaneSkeleton .skeletonShareList .shareListHeader{display:flex;align-items:center;height:30px}.homeDetailPaneSkeleton .skeletonShareList .shareListItem{display:flex;align-items:center;height:38px}.homeDetailPaneSkeleton .skeletonShareList .shareListItem .skeletonIcon{margin-right:13px}.homeDetailPaneSkeleton .skeletonTable{flex-grow:1;display:flex;flex-direction:column;min-width:0}.homeDetailPaneSkeleton .skeletonTable .skeletonRow{display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box;padding-left:7px;height:30px}.homeDetailPaneSkeleton .skeletonTable .col0{flex:0 0 47px;width:47px}.homeDetailPaneSkeleton .skeletonTable .col1{flex:1 1 387px;width:387px}.homeDetailPaneSkeleton .skeletonTable .col2{flex:1 1 120px;width:120px}.homeDetailPaneSkeleton .skeletonTable .col3{flex:1 1 137px;width:137px}.homeDetailPaneSkeleton .skeletonTable .col4{flex:1 1 124px;width:124px}.homeDetailPaneSkeleton .skeletonTable .cell{box-sizing:border-box;min-width:26px;padding-left:10px}.homeDetailPaneSkeleton .skeletonLine,.homeDetailPaneSkeleton .skeletonIcon{height:16px;border-radius:16px;background-image:linear-gradient(90deg, #e4e4e4 0px, rgba(228,228,228,0.5) 40px, #e4e4e4 80px);background-attachment:fixed;animation:shine 2s infinite ease-out}.homeDetailPaneSkeleton .skeletonIcon{width:16px}@keyframes shine{0%{background-position:0}40%,100%{background-position:100vw}}

.homeFeaturePromo{display:flex;flex-direction:column;align-items:center;justify-content:center}.homeFeaturePromo h2{margin:0;font-size:18px;font-weight:300}.homeFeaturePromo ul{padding-left:20px;margin:5px 0;line-height:20px;list-style:disc}.homeFeaturePromo .homeFeaturePromoAction{margin-top:16px}.homeFeaturePromo .homeFeaturePromoAction .link{display:flex;align-items:center;cursor:pointer}.homeFeaturePromo .homeFeaturePromoAction .linkText{margin-left:5px;color:#0073ec;line-height:16px}

.homeHeader{flex:0 0 auto}.homeHeader .headerBar{display:flex;align-items:center;padding-left:5px}.homeHeader .headerBar .itemIcon{width:25px;height:25px}.homeHeader .headerBar .containerName{margin-left:8px;font-weight:300;font-size:18px}.homeHeader .headerBar .helpButton{margin-left:auto;padding:0;width:20px;height:20px}.homeHeader .headerBar .helpButton:hover svg path{fill:#008aef}.homeHeader .homeHeaderActionBar{display:flex;margin:8px 0 10px}.homeHeader .homeHeaderActionBar .headerCheckbox{margin:0 8px}.homeHeader .homeHeaderActionBar .scButton{height:30px;padding:0 6px;margin-left:10px}.homeHeader .homeHeaderActionBar .scButton .arrowDown{margin-left:4px}.homeHeader .homeHeaderActionBar .scButton.tertiary{background-color:#e4e4e4;border:1px solid #ccc;color:#161616}.homeHeader .homeHeaderActionBar .scButton.tertiary:hover:not([disabled]){background-color:#c2c2c2;border-color:#c2c2c2}.homeHeader .homeHeaderActionBar .scButton.tertiary:active:not([disabled]){background-color:#a0a0a0;border-color:#a0a0a0}.homeHeader .homeHeaderActionBar .scButton.tertiary:disabled{opacity:0.3}.homeHeader .homeHeaderActionBar .scButton.tertiary:focus::before{border-color:#767676}.homeHeader .homeHeaderActionBar .commentsButton svg,.homeHeader .homeHeaderActionBar .attachmentsButton svg{width:16px}.homeHeader .homeHeaderActionBar .commentsButton svg path:first-child,.homeHeader .homeHeaderActionBar .attachmentsButton svg path:first-child{fill:#161616}.homeHeader .actionsButton,.homeHeader .createButton{background-color:#e4e4e4;border:1px solid #ccc;color:#161616;height:30px;padding:0 10px}.homeHeader .actionsButton:hover:not([disabled]),.homeHeader .createButton:hover:not([disabled]){background-color:#c2c2c2;border-color:#c2c2c2}.homeHeader .actionsButton:active:not([disabled]),.homeHeader .createButton:active:not([disabled]){background-color:#a0a0a0;border-color:#a0a0a0}.homeHeader .actionsButton:disabled,.homeHeader .createButton:disabled{opacity:0.3}.homeHeader .actionsButton:focus::before,.homeHeader .createButton:focus::before{border-color:#767676}.homeHeader .actionsButton .arrowDown,.homeHeader .createButton .arrowDown{margin-left:4px}.homeHeader .createButton{margin-left:auto}.homeActionBar{position:relative;display:flex;flex:0 0 auto;padding:0 14px;height:41px;align-items:center;background-color:rgba(0,94,224,0.1);border:1px solid rgba(0,94,224,0.15)}.homeActionBar .button{height:30px;padding:0 6px;margin-left:1px}.homeActionBar .button:hover{background-color:rgba(0,94,224,0.1)}.homeActionBar .selectedInfo{position:absolute;left:50%;transform:translateX(-50%)}.homeActionBar .clearSelection{margin-left:5px;padding:5px;color:#005ee0;cursor:pointer}

.sharedList{flex:0 0 300px;display:flex;flex-direction:column;width:300px;margin-left:10px;overflow:hidden;border:1px solid #d3d3d3;border-radius:2px}.sharedList .header{flex:0 0 auto;display:flex;height:29px;line-height:29px;padding:0 8px;background-color:#e4e4e4;box-sizing:border-box;border-bottom:1px solid #d3d3d3}.sharedList .userList{flex:1 1 0;padding:4px 0;overflow-x:hidden;overflow-y:auto}.sharedList .sharedEntityIcon{width:22px;height:22px;flex-shrink:0}.sharedList .sharedEntityIcon path{fill:#008aef}.sharedList .sharedUser{display:flex;align-items:center;padding:4px 8px}.sharedList .sharedUser .info{display:flex;flex-direction:column;justify-content:center;margin-left:10px;overflow:hidden}.sharedList .sharedUser .name{overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:700}.sharedList .sharedUser .ownershipLevel{font-size:13px;color:#767676}

.expandAndCenterContents{height:100%;width:100%;display:flex;justify-content:center;align-items:center}.expandAndCenterContents .tooltipTarget{display:flex}.differentialShare path{fill:#008aef}.itemNameCell{display:flex;align-items:center;justify-content:flex-start}.itemNameCell>*{flex-shrink:0}.itemNameCell .detailTableRowIcon{display:flex;width:25px}.favoriteCell .favoriteSelected:hover path{fill:#cd8b1e}.favoriteCell .favoriteSelected:active path{fill:#a67119}.favoriteCell .favoriteUnselected:hover .favoriteOutline{fill:#c3c3c3}.favoriteCell .favoriteUnselected:hover .favoriteFiller{fill:#f3f3f3}.favoriteCell .favoriteUnselected:active .favoriteOutline{fill:#bbb}.favoriteCell .favoriteUnselected:active .favoriteFiller{fill:#e4e4e4}.differentialShareIconWrapper{display:flex}.differentialShareIconWrapper span{display:flex}.differentialShareIconWrapper svg{width:18px;height:18px}

.homeDetailTableResizableColumn{padding:0;position:relative}.resizableHeaderContent{width:100%;display:flex;justify-content:space-between;align-items:center;overflow:hidden}.tableHeaderResizeWrapper{flex:0 0 auto;display:flex;align-items:center;padding:10px;position:absolute !important;top:0;left:0}.resizeOverlay{position:absolute;top:0;left:0;bottom:0;right:0;cursor:col-resize}.resizeDragNode{position:absolute;top:0;width:0;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-right:4px dotted #aeaeae;cursor:col-resize;z-index:9999}.homeDetailTableOuterWrapper{position:relative;overflow:visible;height:100%;width:100%}.homeDetailTableInnerWrapper{position:relative;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%}.homeDetailTable:focus{outline:none}.homeDetailTable .headerCellLabel{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.homeDetailTable .arrow{flex:0 0 auto;margin-left:5px;margin-top:1px;width:9px;height:6px}.homeDetailTable .arrow path{fill:#008aef}.homeDetailTable .arrow.reverse{transform:rotate(180deg)}.homeDetailTable a{text-decoration:none;color:inherit}.homeDetailTable a:focus{outline:none}.homeDetailTable a:hover{text-decoration:underline;color:#005ee0}.noBorder{border:none !important}.homeDetailTableBody{outline:none;border:1px solid #E4E4E4;border-top:none;box-sizing:border-box}.focusedRow{background-color:rgba(0,115,236,0.1)}.selectedRow{background-color:rgba(0,115,236,0.15)}.homeDetailTableHeaderRow{padding-right:0 !important;background-color:#E4E4E4;box-sizing:border-box;border:1px solid #d3d3d3;border-radius:2px 2px 0 0;display:flex}.homeDetailTableRow{display:flex;outline:none;box-sizing:border-box}.homeDetailTableRow:hover:not(.selectedRow){background-color:rgba(0,115,236,0.1)}.draggingOverTable.validTarget .homeDetailTableRow:hover:not(.selectedRow){box-shadow:inset 0 0 0 2px rgba(0,115,236,0.15);background-color:inherit}.draggingOverTable.invalidTarget .homeDetailTableRow:hover:not(.selectedRow){background-color:inherit}.draggingOverTable a:hover{color:inherit;text-decoration:none;cursor:default}.homeDetailTableHeaderRowColumn,.homeDetailTableCell{min-width:0;display:flex;justify-content:flex-start;align-items:center;white-space:nowrap;overflow:hidden;box-sizing:border-box}.homeDetailTableHeaderRowColumn{border-left:1px solid #d3d3d3}.homeDetailTableHeaderRowColumn:hover:not(.clsNoHover){background-color:#c3c3c3}.resizingWrapper .homeDetailTableHeaderRowColumn:hover:not(.clsNoHover){background-color:#E4E4E4}.homeDetailTableHeaderRowColumn:hover:not(.clsNoHover) .clsAttachmentHeading,.homeDetailTableHeaderRowColumn:hover:not(.clsNoHover) .clsDiscussionHeading,.homeDetailTableHeaderRowColumn:hover:not(.clsNoHover) .clsInfoHeading{opacity:1}.homeDetailTableHeaderRowColumn .clsAttachmentHeading,.homeDetailTableHeaderRowColumn .clsDiscussionHeading,.homeDetailTableHeaderRowColumn .clsInfoHeading{opacity:0.4}.homeDetailTableHeaderRowColumn:first-of-type{border-left:none}.homeDetailTableHeaderRowColumn>*{overflow:hidden;text-overflow:ellipsis}.sortableRowColumn,.homeDetailTableSortableHeaderColumn{padding:0 10px;box-sizing:border-box}.homeDetailTableSortableHeaderColumn{cursor:pointer;outline:none;display:flex;justify-content:space-between}.homeDetailTableSortableHeaderColumn:hover{background-color:rgba(0,115,236,0.1);transition-duration:0.15s}

.homeDetailPane{flex:1 1 auto;box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:15px 20px 20px 20px;background:#fff}.homeDetailPane .content{height:100%;display:flex}.homeDetailPane .content>div:first-child{flex-grow:1}

.emailInputBox{display:flex;flex-direction:row;padding-top:10px;padding-bottom:10px}.emailInput{flex-grow:1;padding-left:5px;border:solid 1px}.emailInput.isError{border-color:#d0011b}.updateEmailButton{border-radius:0 2px 2px 0}.errorBlock{padding-bottom:10px}.errorBlock .iconWarning{width:20px;height:20px}.errorBlock svg rect.backgroundColor{fill:#d0011b}.errorBlock .errorText{color:#d0011b;padding-left:5px}.changeEmailDisclaimer{font-size:10px}.confirmationModal{width:420px}.confirmationBody{padding-bottom:10px;word-break:break-word}.dialogLoading{margin:0 auto}

.homeNavTreeErrorNode{display:flex;align-items:center;overflow:hidden}.homeNavTreeErrorNode .infoIcon{height:16px;width:16px;flex:0 0 auto;margin:0 5px 0 0}.homeNavTreeErrorNode .errorNodeText{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.homeNavTreeErrorNodeFlyout{display:flex;flex-direction:column;white-space:normal;max-width:300px}.homeNavTreeErrorNodeFlyout .errorNodeFlyoutTitle{margin:0 0 5px 0;font-weight:700}.homeNavTreeErrorNodeFlyout .errorNodeFlyoutText{padding:0 0 10px 0}.homeNavTreeErrorNodeFlyout .requestSentUrl{margin:5px 0 0 0}

.homeNavTreeNode{display:flex;align-items:center;box-sizing:border-box;padding:0 10px;text-decoration:none;color:#161616}.homeNavTreeNode.selected{background-color:rgba(0,94,224,0.15);font-weight:700}.homeNavTreeNode:not(.selected):hover,.homeNavTreeNode:not(.selected).focused{background-color:rgba(0,94,224,0.1)}.homeNavTreeNode .expando{flex:0 0 auto;display:flex;align-items:center;justify-content:center;height:16px;width:16px;cursor:pointer}.homeNavTreeNode .expando svg{width:10px;height:7px}.homeNavTreeNode .expando svg.collapsed{transform:rotate(-90deg)}.homeNavTreeNode .nodeLabel{display:flex;align-items:center}.homeNavTreeNode .itemIcon{flex:0 0 auto;margin-right:5px}.homeNavTreeNode .loadingIndicator{height:16px;flex-grow:1;border-radius:16px;background-image:linear-gradient(90deg, #e4e4e4 0, rgba(228,228,228,0.5) 40px, #e4e4e4 80px);background-position:-200px;background-size:600px;animation:treeShine 2s infinite ease-out}@keyframes treeShine{0%{background-position:-80px}40%,100%{background-position:300px}}

.homeNavTreeContainer{outline:none}.homeNavTreeContainer .homeNavTree{overflow-x:hidden !important}

.HOMEUI_containerListItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;align-items:center;display:flex;list-style:none;padding-right:3px}.HOMEUI_containerListItem .itemLink{align-items:center;color:#fff;display:flex;flex:1 1 auto;overflow:hidden;padding:0 20px;opacity:0.7;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.HOMEUI_containerListItem.selected,.HOMEUI_containerListItem:hover{background-color:rgba(85,85,85,0.7)}.clsVeryDarkBranding .HOMEUI_containerListItem.selected,.clsVeryDarkBranding .HOMEUI_containerListItem:hover{background-color:rgba(57,57,57,0.7)}.clsSmartsheetBranding .HOMEUI_containerListItem.selected,.clsSmartsheetBranding .HOMEUI_containerListItem:hover{background-color:rgba(13,76,138,0.7)}.HOMEUI_containerListItem.selected .optionsMenuButton,.HOMEUI_containerListItem:hover .optionsMenuButton{display:inline-block;visibility:visible}.HOMEUI_containerListItem.selected .itemLink,.HOMEUI_containerListItem:hover .itemLink{opacity:1}.HOMEUI_containerListItem.selected .itemLink,.HOMEUI_containerListItem:hover .itemLink{padding-right:10px}.HOMEUI_containerListItem.active{background-color:#555555;font-weight:bold}.clsVeryDarkBranding .HOMEUI_containerListItem.active{background-color:#393939}.clsSmartsheetBranding .HOMEUI_containerListItem.active{background-color:#0d4c8a}.HOMEUI_containerListItem.active .itemLink{opacity:1}.HOMEUI_containerListItem.pinned:not(:hover) .optionsMenuButton{display:inline-block;visibility:hidden}.HOMEUI_containerListItem.pinned .itemLink{padding-right:10px}.HOMEUI_containerListItem .optionsMenuButton{display:none;opacity:0.7;padding:1px}.HOMEUI_containerListItem .optionsMenuButton:hover{opacity:1}.HOMEUI_containerListItem .iconNode{pointer-events:none;user-select:none;flex:0 0 auto;margin-right:6px}.HOMEUI_containerListItem .icon{display:block;width:16px}.clsMsie .HOMEUI_containerListItem .iconNode{margin-top:-1px}.HOMEUI_containerListItem .label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex:1 1 auto;line-height:30px;pointer-events:none;user-select:none}.HOMEUI_containerListItem .truncatingFlyout{flex:1 1 auto;overflow:hidden}.HOMEUI_containerListItem.shrink{visibility:hidden;animation-name:grow;animation-duration:.2s;animation-timing-function:linear;animation-direction:reverse;animation-fill-mode:forwards}.HOMEUI_containerListItem.grow{visibility:hidden;animation-name:grow;animation-duration:.2s;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes grow{from{height:0}to{height:30px}}.HOMEUI_singleLineTooltipFlyout{font-family:Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";font-size:13px}

.HOMEUI_closeLeftPanelButton{margin-right:-5px;opacity:0.7;margin-left:auto;flex-shrink:0}.HOMEUI_closeLeftPanelButton:hover{opacity:1}.HOMEUI_closeLeftPanelButton svg path{fill:#fff}.homePanel .HOMEUI_closeLeftPanelButton,.solutionCenterPanel .HOMEUI_closeLeftPanelButton{opacity:0.5}.homePanel .HOMEUI_closeLeftPanelButton:hover,.solutionCenterPanel .HOMEUI_closeLeftPanelButton:hover{opacity:0.7}.homePanel .HOMEUI_closeLeftPanelButton svg path,.solutionCenterPanel .HOMEUI_closeLeftPanelButton svg path{fill:#000}

.HOMEUI_panelFrame{position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column}.HOMEUI_panelFrame .header{display:flex;flex:0 0 auto;padding:15px 20px 6px}.HOMEUI_panelFrame .header .title{font-size:18px;font-weight:300;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.HOMEUI_panelFrame .content{flex:1 1 auto}

.HOMEUI_containerListItem .pinButton{display:none;flex:0 0 auto;opacity:0.7;padding:1px}.HOMEUI_containerListItem .pinButton .unpinIcon{display:none}.HOMEUI_containerListItem .pinButton:hover{opacity:1}.HOMEUI_containerListItem .pinButton:hover.pinned .pinIcon{display:none}.HOMEUI_containerListItem .pinButton:hover.pinned .unpinIcon{display:block}.HOMEUI_containerListItem.selected .pinButton,.HOMEUI_containerListItem:hover .pinButton{display:inline-block}.HOMEUI_containerListItem.pinned .pinButton{display:inline-block}.HOMEUI_containerListItem.pinned .pinButton:hover .pinIcon{display:none}.HOMEUI_containerListItem.pinned .pinButton:hover .unpinIcon{display:block}

.HOMEUI_containerListItemMenuList{margin:0;padding:0;list-style:none;font-family:Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";font-size:13px}

.HOMEUI_floatingAnimItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;width:100%}.HOMEUI_recentsPanel{user-select:none;font-family:Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";font-size:13px;transition:background-color 0.3s;border-right:1px solid transparent;background-color:#444;height:100%}.HOMEUI_recentsPanel .header .title{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.HOMEUI_recentsPanel ul{margin:0;padding:0;list-style:none}.clsVeryDarkBranding .HOMEUI_recentsPanel{background-color:#202020}.clsSmartsheetBranding .HOMEUI_recentsPanel{background-color:#00386b}.HOMEUI_recentsPanel .content{overflow-y:auto;overflow-x:hidden;padding:2px 0}.HOMEUI_recentsPanel .divider{opacity:0.2;height:0;border:0 solid transparent;background-clip:content-box;transition:height .2s,border .2s}.HOMEUI_recentsPanel .divider.visible{height:1px;background-color:#fff;border-width:5px 0 5px 0;margin:0 20px}.HOMEUI_recentsPanel .emptyState{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);margin:0 20px;text-align:center;color:rgba(255,255,255,0.7)}.HOMEUI_recentsPanel .emptyState .heroImage{display:block;margin:0 auto 20px auto}.HOMEUI_recentsPanel .emptyState .message{display:block}.HOMEUI_recentsPanelMenuItem svg.icon path{fill:#444}

.HOMEUI_recentsPanel--empty{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);margin:0 20px;text-align:center;color:rgba(255,255,255,0.7)}.HOMEUI_recentsPanel--empty .heroImage{display:block;margin:0 auto 20px auto}.HOMEUI_recentsPanel--empty .message{display:block}

.commentsPanelErrorBoundary{display:flex;flex-direction:row;padding:8px 10px;background:rgba(208,1,27,0.1)}.commentsPanelErrorBoundary .errorImage{flex:1 0 auto;margin-right:7px}.header{display:flex;justify-content:space-between;padding:15px 20px}

.emptyProofsList{padding:60px 40px 20px 40px;display:flex;flex-direction:column;flex:1 1 auto;align-items:center}.emptyProofsList .proofingIntro{display:flex;position:relative;justify-content:center;align-items:center}.emptyProofsList .proofingIntro .emptyProofsImage{width:320px;height:180px;border-radius:2px;cursor:pointer}.emptyProofsList .proofingIntro .emptyProofPlayButton{position:absolute;opacity:0.7;cursor:pointer}.emptyProofsList .proofingIntro:hover .emptyProofPlayButton{opacity:1}.emptyProofsList .proofsMessaging{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:34px}.emptyProofsList .proofsMessaging .emptyProofsTitle{display:block;max-width:300px;height:48px;font-size:18px;font-weight:700;color:#161616}.emptyProofsList .proofsMessaging .emptyProofsMessage{max-width:320px}.emptyProofsList .proofsMessaging .inlineProofIcon{position:relative;margin-top:-4px;top:3px;width:16px;height:16px}.emptyProofsList .proofingEnableToggle{margin-top:auto;display:flex;justify-content:center;align-items:center}.emptyProofsList .disabledInfoIcon{margin-left:5px}.emptyProofsList .disabledInfoIcon circle{fill:#767676}.flyoutTooltip .proofingTooltipTitle{max-width:223px;white-space:normal}

.assetCard{display:flex;padding:10px 5px 10px 20px}.assetCard .assetCheckbox{margin-right:15px}.assetCard .assetThumbnail{display:flex;flex:0 0 auto}.assetCard .assetCardKebab{visibility:hidden;flex:0 0 auto;padding:5px}.assetCard .assetCardKebabFlyout{align-self:flex-start}.assetCard.selected{background-color:rgba(0,94,224,0.15)}.assetCard .assetCardDetails{display:flex;flex-direction:column;justify-content:center;flex:1 1 auto;margin-left:15px;overflow:hidden}.assetCard .assetCardDetails .assetInfoName{color:#161616;font-size:13px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:4px}.assetCard .assetCardDetails .createdInfo{display:block;color:#767676;font-size:11px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.assetCard:hover .assetCardKebab{visibility:visible}.assetCard:hover .assetCardKebab:hover{background-color:rgba(0,94,224,0.1)}.assetCard:hover .assetCardKebab:hover svg path{fill:#005ee0}.proofTooltip{max-width:430px;white-space:normal}

.assetManagerActions{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e4e4e4;height:46px;padding:0 10px 0 20px}.assetManagerActions .checkboxActions{display:flex}.assetManagerActions .checkboxActions .proofCheckbox{margin-right:7px}.assetManagerActions .actionsFlyout{height:26px;display:flex;align-items:center;padding:0 8px}.assetManagerActions .actionsFlyout:not(.disabled):hover{background-color:#e4e4e4;cursor:pointer}

.assetListContainer{height:100%;overflow:hidden;display:flex;flex-direction:column}.assetListContainer .assetList{height:100%;min-height:84px;overflow-y:auto}

.proofRequestTooltipContainer{border:1px solid #005ee0;border-radius:2px}.proofRequestTooltipContainer .content{padding:0}.proofRequestTooltipContainer .proofRequestTooltip{border:3px solid rgba(0,94,224,0.2);background:#fff;display:flex;flex-direction:column;padding:15px 12px 20px}.proofRequestTooltipContainer .proofRequestTooltip .proofRequestTooltipTitle{font-size:16px;font-weight:300}.proofRequestTooltipContainer .proofRequestTooltip .respondentInfo{display:flex;flex-direction:row;margin-top:10px;align-items:center}.proofRequestTooltipContainer .proofRequestTooltip .respondentInfo .avatar{border:none;font-size:10px}.proofRequestTooltipContainer .proofRequestTooltip .respondentInfo .respondentNameAndEmail{margin-left:10px;font-weight:700}.proofRequestTooltipContainer .proofRequestTooltip .respondentInfo .respondentEmail{font-weight:400}.proofRequestTooltipContainer .proofRequestTooltip.contactCard{min-width:320px;max-width:500px;padding:15px}.proofRequestTooltipContainer .proofRequestTooltip.contactCard .respondentInfo{margin-top:0}.proofRequestTooltipContainer .proofRequestTooltip.contactCard .avatar{width:60px;height:60px;font-size:24px;font-weight:400;border:none}.proofRequestTooltipContainer .proofRequestTooltip.contactCard .respondentNameAndEmail{font-size:13px}.proofRequestTooltipContainer.noBorder{border:none}.proofRequestTooltipContainer.noBorder .content{border:none}.proofRequestTooltipContainer.noBorder .proofRequestTooltip{border:none}

.requestedUserAvatarsContainer{display:flex;align-items:center}.requestedUserAvatarsContainer .requestedUserAvatar,.requestedUserAvatarsContainer .requestedUserAvatarCounter{border-radius:50%;display:flex;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;border:2px solid #fff;color:#fff;font-weight:bold;background-repeat:round;background-clip:padding-box;background-color:#d3d3d3}.requestedUserAvatarsContainer .requestedUserAvatar:not(:last-child),.requestedUserAvatarsContainer .requestedUserAvatarCounter:not(:last-child){margin-right:-8px}.requestedUserAvatarsContainer .requestedUserAvatarCounter{font-size:9px;color:#444}.requestedUserAvatarsContainer .avatar{border-color:#fff;font-size:9px}

.proofActions{display:flex;flex-shrink:0;justify-content:space-between;align-items:center;height:50px;padding:0 5px 0 20px;border-bottom:1px solid #e4e4e4}.proofActions .proofActionRight{display:flex;align-items:center;flex-grow:1;justify-content:flex-end}.proofActions .proofActionRight>*{margin-left:2px}.proofActions .proofActionRight .proofCompletedToggle .toggleMain{flex-direction:row-reverse}.proofActions .proofActionRight .proofCompletedToggle .toggleLabel{margin-right:7px}.proofActions .proofActionRight .proofActionVersionsButton{margin-left:20px}.proofActions .proofActionRight .openExternalPageButton{margin-left:2px;cursor:pointer}.proofActions .proofActionRight .openExternalPageButton:hover{background:rgba(0,94,224,0.1)}.proofActions .proofActionRight .openExternalPageButton:hover path{fill:#005ee0}.proofActions .proofActionRight .proofActionsKebabButton{margin-left:2px;padding:7px;border-radius:2px;cursor:pointer}.proofActions .proofActionRight .proofActionsKebabButton:hover{background:rgba(0,94,224,0.1)}.proofActions .proofActionRight .proofActionsKebabButton:hover path{fill:#005ee0}.proofActions .proofReviewRequestArea{display:flex;align-items:center;flex:0 0 auto}.proofActions .proofReviewRequestArea .proofReviewRequest{cursor:pointer}.proofActions .proofReviewRequestArea .proofReviewRequest:disabled svg path{fill:#ccc}.proofActions .proofReviewRequestArea .avatarList{margin-left:20px}.proofVersionsMenu{display:flex}.proofVersionsMenu .activeProofVersion .label{font-weight:700}

.proofLocked{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto}.proofLocked .proofLockedImage{max-width:130px;margin-bottom:30px}.proofLocked .proofLockedText{max-width:226px;text-align:center}.commentLocked{margin-top:60px}.wideLockText .proofLockedText{max-width:320px}

.proofRequestZone{display:flex;justify-content:space-between;align-items:center;padding:15px 20px 10px}.proofRequestZone .proofRequestZone,.proofRequestZone .proofRequestZoneReadOnly{background:#fff;display:flex;border:none;height:30px;padding:0 10px;align-items:center}.proofRequestZone .proofRequestZone .proofRequestZoneButtonIcon,.proofRequestZone .proofRequestZoneReadOnly .proofRequestZoneButtonIcon{margin-right:4px}.proofRequestZone .proofRequestZoneButton{justify-content:space-between;border-radius:2px}.proofRequestZone .proofRequestZoneAction{display:flex;flex:1 1 0;border-radius:2px}.proofRequestZone .proofRequestZoneRejected{flex:1 1 auto;color:#d0011b;border:1px solid #d0011b}.proofRequestZone .proofRequestZoneRejected .proofRequestZoneButtonIcon{path-stroke:#d0011b}.proofRequestZone .proofRequestZoneRejected.userSelected{color:#fff;background-color:#d0011b}.proofRequestZone .proofRequestZoneRejected.userSelected .proofRequestZoneButtonIcon{path-stroke:#fff}.proofRequestZone .proofRequestZoneRejected:hover:not(.userSelected){background-color:rgba(208,1,27,0.05)}.proofRequestZone .proofRequestZoneApproved{flex:1 1 auto;color:#008059;border:1px solid #008059}.proofRequestZone .proofRequestZoneApproved .proofRequestZoneButtonIcon{path-stroke:#008059}.proofRequestZone .proofRequestZoneApproved.userSelected{color:#fff;background-color:#008059}.proofRequestZone .proofRequestZoneApproved.userSelected .proofRequestZoneButtonIcon{path-stroke:#fff}.proofRequestZone .proofRequestZoneApproved:hover:not(.userSelected){background-color:rgba(0,128,89,0.05)}.proofRequestZone .proofRequestZonePending{display:flex;border-radius:2px;flex:0 0 0;margin:0 10px;border:1px solid #ccc}.proofRequestZone .iconAndCount{display:flex;align-items:center}.proofRequestActions{display:flex;flex-direction:column;padding:15px 20px 10px;border-top:1px solid #e4e4e4}.proofRequestActions .proofRequestActionsPendingText{border-bottom:1px dashed #767676}.proofRequestActions .proofRequestActionButtons{display:flex;flex-direction:row;justify-content:space-between;padding-top:10px}.proofRequestActions .proofRequestActionButton{display:flex;flex:1 1 0;justify-content:center;align-items:center;border-radius:2px;height:30px;background:#fff}.proofRequestActions .proofRequestActionButton .proofRequestActionButtonIcon{margin-right:0.5ch}.proofRequestActions .leftActionButton{margin-right:10px}.proofRequestActions .proofRequestActionRejectedButton{color:#d0011b;border:1px solid #d0011b}.proofRequestActions .proofRequestActionRejectedButton.userSelected{color:#fff;background-color:#d0011b}.proofRequestActions .proofRequestActionRejectedButton.userSelected .proofRequestActionButtonIcon .outline{fill:#fff}.proofRequestActions .proofRequestActionRejectedButton.userSelected .proofRequestActionButtonIcon .body{fill:#d0011b}.proofRequestActions .proofRequestActionRejectedButton:hover:not(.userSelected){background-color:rgba(208,1,27,0.05)}.proofRequestActions .proofRequestActionApprovedButton{color:#008059;border:1px solid #008059}.proofRequestActions .proofRequestActionApprovedButton.userSelected{color:#fff;background-color:#008059}.proofRequestActions .proofRequestActionApprovedButton.userSelected .proofRequestActionButtonIcon .outline{fill:#fff}.proofRequestActions .proofRequestActionApprovedButton.userSelected .proofRequestActionButtonIcon .body{fill:#008059}.proofRequestActions .proofRequestActionApprovedButton:hover:not(.userSelected){background-color:rgba(0,128,89,0.05)}.proofRequestActions .iconAndCount{margin-left:10px;display:flex;align-items:center}

.proofRequestZone{display:flex;justify-content:space-between;align-items:center;padding:15px 20px 10px}.proofRequestZone .proofRequestZone,.proofRequestZone .proofRequestZoneReadOnly{background:#fff;display:flex;border:none;height:30px;padding:0 10px;align-items:center}.proofRequestZone .proofRequestZone .proofRequestZoneButtonIcon,.proofRequestZone .proofRequestZoneReadOnly .proofRequestZoneButtonIcon{margin-right:4px}.proofRequestZone .proofRequestZoneButton{justify-content:space-between;border-radius:2px}.proofRequestZone .proofRequestZoneAction{display:flex;flex:1 1 0;border-radius:2px}.proofRequestZone .proofRequestZoneRejected{flex:1 1 auto;color:#d0011b;border:1px solid #d0011b}.proofRequestZone .proofRequestZoneRejected .proofRequestZoneButtonIcon{path-stroke:#d0011b}.proofRequestZone .proofRequestZoneRejected.userSelected{color:#fff;background-color:#d0011b}.proofRequestZone .proofRequestZoneRejected.userSelected .proofRequestZoneButtonIcon{path-stroke:#fff}.proofRequestZone .proofRequestZoneRejected:hover:not(.userSelected){background-color:rgba(208,1,27,0.05)}.proofRequestZone .proofRequestZoneApproved{flex:1 1 auto;color:#008059;border:1px solid #008059}.proofRequestZone .proofRequestZoneApproved .proofRequestZoneButtonIcon{path-stroke:#008059}.proofRequestZone .proofRequestZoneApproved.userSelected{color:#fff;background-color:#008059}.proofRequestZone .proofRequestZoneApproved.userSelected .proofRequestZoneButtonIcon{path-stroke:#fff}.proofRequestZone .proofRequestZoneApproved:hover:not(.userSelected){background-color:rgba(0,128,89,0.05)}.proofRequestZone .proofRequestZonePending{display:flex;border-radius:2px;flex:0 0 0;margin:0 10px;border:1px solid #ccc}.proofRequestZone .iconAndCount{display:flex;align-items:center}.proofRequestReadOnly{display:flex;justify-content:center;align-items:center;height:50px;border-top:1px solid #e4e4e4;font-size:16px}.proofRequestReadOnly .proofRequestReadOnlyRejected,.proofRequestReadOnly .proofRequestReadOnlyPending{margin-right:20px}.proofRequestReadOnly .requestActionCount{font-weight:700}.proofRequestReadOnly .requestCountPending{color:#767676}.proofRequestReadOnly .requestCountRejected{color:#d0011b}.proofRequestReadOnly .requestCountApproved{color:#008059}.proofRequestReadOnly .requestText{margin-right:1ch}

.proofRequestZone{display:flex;justify-content:space-between;align-items:center;padding:15px 20px 10px}.proofRequestZone .proofRequestZone,.proofRequestZone .proofRequestZoneReadOnly{background:#fff;display:flex;border:none;height:30px;padding:0 10px;align-items:center}.proofRequestZone .proofRequestZone .proofRequestZoneButtonIcon,.proofRequestZone .proofRequestZoneReadOnly .proofRequestZoneButtonIcon{margin-right:4px}.proofRequestZone .proofRequestZoneButton{justify-content:space-between;border-radius:2px}.proofRequestZone .proofRequestZoneAction{display:flex;flex:1 1 0;border-radius:2px}.proofRequestZone .proofRequestZoneRejected{flex:1 1 auto;color:#d0011b;border:1px solid #d0011b}.proofRequestZone .proofRequestZoneRejected .proofRequestZoneButtonIcon{path-stroke:#d0011b}.proofRequestZone .proofRequestZoneRejected.userSelected{color:#fff;background-color:#d0011b}.proofRequestZone .proofRequestZoneRejected.userSelected .proofRequestZoneButtonIcon{path-stroke:#fff}.proofRequestZone .proofRequestZoneRejected:hover:not(.userSelected){background-color:rgba(208,1,27,0.05)}.proofRequestZone .proofRequestZoneApproved{flex:1 1 auto;color:#008059;border:1px solid #008059}.proofRequestZone .proofRequestZoneApproved .proofRequestZoneButtonIcon{path-stroke:#008059}.proofRequestZone .proofRequestZoneApproved.userSelected{color:#fff;background-color:#008059}.proofRequestZone .proofRequestZoneApproved.userSelected .proofRequestZoneButtonIcon{path-stroke:#fff}.proofRequestZone .proofRequestZoneApproved:hover:not(.userSelected){background-color:rgba(0,128,89,0.05)}.proofRequestZone .proofRequestZonePending{display:flex;border-radius:2px;flex:0 0 0;margin:0 10px;border:1px solid #ccc}.proofRequestZone .iconAndCount{display:flex;align-items:center}

.proofComments{display:flex;flex-direction:column;flex:0 0 auto;width:400px}.proofComments .emptyComments{display:flex;flex:1 0 auto;flex-direction:column;align-items:center;padding-top:60px}.proofComments .emptyComments+.commentsPanel{flex:0 1 auto}.proofComments .emptyComments .emptyCommentImage{max-width:130px;max-height:130px;margin-bottom:30px}.proofComments .emptyComments .emptyCommentsInstructions{max-width:226px;text-align:center}.proofComments .commentsContentSection{padding:0}.proofComments .commentsContentSection .commentsList{padding-right:0}.proofComments .commentsContentSection .commentsPanelThread{padding:10px 20px}.proofComments .commentsContentSection .commentsPanelThread.annotationThreadSelectionFocus{background:rgba(0,94,224,0.15)}.proofComments .commentsContentSection .commentsPanelThread.annotationComment{cursor:pointer}.proofComments .commentsContentSection .commentsInputSection{background:#fff}.proofComments .commentsPanel .commentsInputSection .commentsInputSectionInner{padding:10px 0 10px 10px;margin:auto}.proofComments .completeProof{justify-content:center;border-top:1px solid #e4e4e4;height:80px;align-items:center}.proofComments .closedForComments{text-align:center;color:#767676;border-bottom:1px dotted #767676}

.pdfPage{display:flex;justify-content:center;margin:10px auto}.pdfPage .pdfCanvas{width:100%;height:100%;box-shadow:0 1px 2px 0 rgba(0,0,0,0.3)}

.pdfViewer .loadingImage{display:flex;justify-content:center}.pdfViewer.portrait{min-height:100vh}

.zoomWrapper{position:relative;min-width:0;max-height:100%;max-width:100%;margin:0 auto;align-items:center}.zoomWrapper .zoomContainer{width:100%;margin:auto}.zoomWrapper .zoomContainer .zoomBox{margin:2px auto}.zoomWrapper .loadingImage{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}

.proofEmptyState{display:flex;flex-direction:column;flex:1 1 auto;align-items:center}.proofEmptyState:not(.proofEmptyState--videoEnabled)>*{margin-bottom:27px}.proofEmptyState .emptyProofInstructionContainer{display:flex;flex:1 1 auto;align-items:center}.proofEmptyState .emptyProofInstructions,.proofEmptyState .emptyStateGraphic{max-width:330px}.proofEmptyState .emptyProofInstructions{text-align:center}.proofEmptyState .viewOnlyInfoIcon{display:inline}.proofEmptyState .viewOnlyInfoIcon svg circle{fill:#767676}.proofEmptyState.proofEmptyState--videoEnabled{font-size:18px;font-weight:700}.proofEmptyState.proofEmptyState--videoEnabled .emptyStateGraphic{margin-bottom:27px}.proofEmptyState.proofEmptyState--videoEnabled .emptyProofUpload{margin-top:16px}.proofEmptyState.proofEmptyState--videoEnabled .viewOnlyInfoIcon{margin-left:3px}

.floatingToolbarItem{display:flex}.floatingToolbarItem .proofToolbarButton{padding:5px;border:none;cursor:pointer}.floatingToolbarItem .proofToolbarButton path,.floatingToolbarItem .proofToolbarButton rect{fill:#161616}.floatingToolbarItem .proofToolbarButton:hover:not(:disabled){background:rgba(0,94,224,0.1)}.floatingToolbarItem .proofToolbarButton:hover:not(:disabled) svg{background:transparent}.floatingToolbarItemTooltip{z-index:2}

.floatingToolbar{display:flex;align-items:center}.floatingToolbar .proofToolbarSection{display:flex;border-radius:2px;background-color:#fff;flex:0 0 auto;justify-content:center;align-items:center;margin-left:10px;padding:2px;box-sizing:border-box;box-shadow:0 1px 5px rgba(0,0,0,0.2),0 1px 2px rgba(0,0,0,0.2)}.floatingToolbar .proofToolbarSection .assetPaginationInfo,.floatingToolbar .proofToolbarSection .proofToolbarZoomCenterControl{margin:0 5px;font-size:13px;text-align:center;flex:0 0 auto}.floatingToolbar .proofToolbarSection .assetPaginationInfo .zoomLevelIndicator,.floatingToolbar .proofToolbarSection .proofToolbarZoomCenterControl .zoomLevelIndicator{width:26px;display:inline-block}.floatingToolbar .proofToolbarSection .assetPaginationInfo .zoomToFitToolbarItem,.floatingToolbar .proofToolbarSection .proofToolbarZoomCenterControl .zoomToFitToolbarItem{display:none}.floatingToolbar .proofToolbarSection .assetPaginationInfo:hover .zoomToFitToolbarItem,.floatingToolbar .proofToolbarSection .proofToolbarZoomCenterControl:hover .zoomToFitToolbarItem{display:flex}.floatingToolbar .proofToolbarSection .assetPaginationInfo:hover .zoomLevelIndicator,.floatingToolbar .proofToolbarSection .proofToolbarZoomCenterControl:hover .zoomLevelIndicator{display:none}

.proofViewerAssetMetaFilename{font-weight:700}.assetUploadDetails{font-size:11px}.proofViewer{position:relative;display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden;justify-content:center;background:#fff;outline:0;min-width:398px}.proofViewer.proofViewerDarkBg{background:linear-gradient(0deg, #444, #555)}.proofViewer .viewerContainer{display:flex;flex:1 1 100%;flex-direction:column;justify-content:center;max-height:100%;overflow:auto}.proofViewer.proofViewer--video .viewerContainer{margin-bottom:50px}.proofViewer .proofHover{display:flex;justify-content:center;align-items:center;margin:20px;border:1px dashed #005ee0;background:#fff}.proofViewer .proofInfoIcon{position:absolute;top:10px;right:10px;opacity:0;z-index:10}.proofViewer .proofInfoIcon circle{fill:#fff}.proofViewer .proofInfoIcon rect{fill:#161616}.proofViewer:hover .toolSection,.proofViewer:hover .proofInfoIcon{opacity:1}.proofViewer .proofFileDrop{display:flex;align-items:center}.proofViewer .toolSection{position:absolute;bottom:20px;display:flex;flex:0 1 auto;flex-direction:row;width:100%;justify-content:center;z-index:5;opacity:0}.proofViewer .toolSection.toolSectionOpen{opacity:1}.proofViewer .videoToolSection{position:absolute;bottom:0;width:100%}.proofViewer .metaFilename{font-weight:700}

.proofBanner{display:flex;flex:0 0 30px;justify-content:space-between;height:30px;padding:0px 10px;align-items:center;background:#e6effc;font-size:13px}.proofBanner .proofBannerMessageSection,.proofBanner .proofBannerClose,.proofBanner .proofBannerText{display:flex;align-items:center}.proofBanner .proofBannerText{margin-left:7px}.proofBanner .proofBannerText .proofBannerGoToActive{background:none;border:none;padding:0;color:#005ee0;margin-left:10px}.proofBanner .proofBannerText .proofBannerGoToActive:hover{color:#004fbe;cursor:pointer}.proofBanner .proofBannerClose{padding:0;margin-left:10px}.proofBanner .proofBannerClose:hover{background:rgba(0,94,224,0.1)}.proofBanner .proofBannerClose:hover path{fill:#005ee0}@media (max-width: 825px){.proofBanner{text-align:left;padding:7px 10px;align-items:flex-start}.proofBanner .proofBannerMessageSection,.proofBanner .proofBannerClose,.proofBanner .proofBannerText{align-items:flex-start}}

.individualProofView{height:100%;flex-direction:column;display:flex;overflow:hidden}.individualProofView .proofContent{display:flex;flex-direction:row;height:100%;overflow:hidden}.individualProofView .individualProofView__viewerWrapper{border-right:1px solid #e4e4e4;position:relative;display:flex;flex:1;height:100%;overflow:hidden}.individualProofView .individualProofView__loading{background:#fff;position:absolute;width:100%;height:100%;z-index:4;display:flex;align-items:center;justify-content:center}.individualProofView .individualProofView__loading--dark{background:linear-gradient(0deg, #444, #555)}.individualProofView .individualProofView__loading .proofUploadProgress{width:100%}.individualProofView .individualProofView__loading--assetChange:hover+.proofViewer .toolSection,.individualProofView .individualProofView__loading--assetChange:hover+.proofViewer .proofInfoIcon{opacity:1}.assetManager{z-index:5}.assetManager .scDialog__body{padding:0;max-height:calc(70vh - 110px)}.assetManager .scDialog__childrenWrapper{width:100%}

.proofingInfoColumnContent{margin:25px 20px 0 20px}.proofingInfoColumnContent .permissionRequired{display:flex;align-items:center;padding-top:10px;color:#767676}.proofingInfoColumnContent .permissionRequired>svg{padding-right:5px}

.scTag{display:inline-block;padding:3px 5px 2px 5px;border-radius:4px;font-family:Roboto,Arial,Helvetica,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";font-size:11px;font-weight:700;color:#161616;cursor:default}.scTag.regular{border:1px solid transparent;background-color:rgba(22,22,22,0.15)}.scTag.regular.clickable:hover{background-color:rgba(0,94,224,0.1)}.scTag.outline{border:1px solid rgba(22,22,22,0.15);background-color:rgba(0,0,0,0)}.scTag.outline.clickable:hover{border:1px solid #005ee0}.scTag.clickable:hover{color:#005ee0}

.proofCard{display:flex;padding:10px 5px 10px 20px;cursor:pointer}.proofCard .proofCardImg{display:flex;flex:0 0 auto}.proofCard .eventStopper{align-self:center}.proofCard .proofCardKebab{visibility:hidden;flex:0 0 auto;padding:5px}.proofCard .proofCardKebabFlyout{align-self:flex-start}.proofCard.selected{background-color:rgba(0,94,224,0.15)}.proofCard .scCheckbox__label{cursor:inherit}.proofCard .proofCardDetails{display:flex;flex-direction:column;justify-content:space-around;flex:1 1 auto;margin-left:15px;overflow:hidden}.proofCard .proofCardDetails .proofInfoName{color:#161616;font-size:13px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.proofCard .proofCardDetails .proofInfoName:hover{color:#005ee0}.proofCard .proofCardDetails .proofInfo{align-content:center;display:flex}.proofCard .proofCardDetails .proofInfo .proofInfoRow{cursor:inherit}.proofCard .proofCardDetails .proofInfo>*{margin-right:5px}.proofCard .proofCardDetails .createdInfo{display:block;color:#767676;font-size:11px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.proofCard:hover:not(.selected){background:rgba(0,94,224,0.1)}.proofCard:hover:not(.selected) .proofCardKebab{visibility:visible;cursor:inherit}.proofCard:hover:not(.selected) .proofCardKebab:hover{background-color:rgba(0,94,224,0.1)}.proofCard:hover:not(.selected) .proofCardKebab:hover svg path{fill:#005ee0}.proofTooltip{max-width:430px;white-space:normal}

.proofsListActions{display:flex;justify-content:space-between;align-items:center;padding:0 20px;min-height:50px;border-bottom:1px solid #e4e4e4}.proofsListActions .checkboxActions{display:flex}.proofsListActions .sortMenu{color:#767676}.proofsListActions .flyoutButton{padding:7px}.proofsListActions .flyoutButton:not(:disabled){cursor:pointer}.proofsListActions .flyoutButton:not(:disabled):hover{background-color:rgba(0,94,224,0.1)}

.proofsList .proofCheckbox{margin-right:15px}

.proofingPanel{display:flex;flex-direction:column;flex:1;background:#fff;overflow:auto}

.proofingPanelErrorState{display:flex;flex-direction:row;padding:8px 10px;background:rgba(208,1,27,0.1)}.proofingPanelErrorState .errorImage{flex:1 0 auto;margin-right:7px}

._1uh9N{display:flex;flex-grow:1;width:100%}

.proofingPanelHeader{background-color:#fff}.proofingPanelHeader .rightPanelHeader{border-bottom:none}

.itemTreeSelectorContainer{padding:10px 10px 10px 0;display:flex;flex-direction:column}.itemTreeSelectorContainer .itemTreeSelector{position:relative;display:flex;flex-direction:column;width:350px;height:400px;border:1px solid #ccc;border-radius:2px}.itemTreeSelectorContainer .itemTreeSelectorTitle{font-weight:bold;padding-bottom:10px}.itemTreeSelectorContainer .itemTreeSelectorFilter{line-height:29px;padding:0 24px 0 5px;min-height:29px;border:none;border-bottom:1px solid #ccc;border-radius:2px 2px 0 0}.itemTreeSelectorContainer .itemTreeSelectorFilterSearchIcon{position:absolute;top:6px;right:6px}.itemTreeSelectorContainer .itemTreeSelectorItem{display:flex;padding:7px 5px}.itemTreeSelectorContainer .itemTreeSelectorItem .icon{padding:0 4px}.itemTreeSelectorContainer .itemTreeSelectorItem .itemChecked{visibility:visible}.itemTreeSelectorContainer .itemTreeSelectorItem .itemUnchecked{visibility:hidden}.itemTreeSelectorContainer .itemTreeSelectorItem .selected{font-weight:bold}.itemTreeSelectorContainer .itemTreeSelectorItem:before{position:absolute;content:'';background:transparent;right:0;left:0;height:30px;margin-top:-7px}.itemTreeSelectorContainer .itemTreeSelectorItemContent{position:relative}.itemTreeSelectorContainer .itemTreeSelectorItemContent>*{display:inline-block;white-space:nowrap;vertical-align:middle}.itemTreeSelectorContainer .itemTreeSelectorListContainer{position:relative;overflow:auto;height:100%;margin-top:1px}.itemTreeSelectorContainer .itemTreeSelectorList{white-space:nowrap}.itemTreeSelectorContainer .itemTreeSelectorList ul{padding-left:20px}.itemTreeSelectorContainer .itemTreeSelectorItem:hover:before{background:#E9F6FC}

.sheetSelector{display:flex}.sheetSelectorListContainer{display:flex;flex-direction:column;padding:10px 0 10px 10px}.sheetSelectorListContainer .sheetSelectorList{flex-direction:column;width:350px;height:400px;border:1px solid #ccc;border-radius:2px;overflow:auto}.sheetSelectorListContainer .sheetSelectorListTitle{font-weight:bold;padding-bottom:10px}.sheetSelectorListContainer .selectedItem{display:flex;padding:7px 5px}.sheetSelectorListContainer .itemIcon{padding:0 4px}.sheetSelectorListContainer .removeButton{visibility:hidden;margin-left:auto}.sheetSelectorListContainer .safariItem{padding-right:10px}.sheetSelectorListContainer .selectedItem:hover .removeButton,.sheetSelectorListContainer .removeButtonVisible{visibility:visible;margin-left:auto}.sheetSelectorListContainer .sheetSelectorWarningBanner{display:flex;background:#fef5e9;border:1px solid #f6a623;border-radius:2px;padding:10px}.sheetSelectorListContainer .warningBannerIcon{padding-right:10px;flex-shrink:0}.sheetSelectorListContainer .warningIcon{padding:0 4px 0 5px;flex-shrink:0}.sheetSelectorListContainer .warningIcon .alertTriangle{fill:#f6a623}.sheetSelectorListContainer .hidden{visibility:hidden}

.copySheetProfileDialog .copySheetSelectorSection{display:flex}.copySheetProfileDialog .copyTypeRadioButtonSection{display:flex;padding-top:10px}.copySheetProfileDialog .copyTypeRadio{padding-left:10px}.copySheetProfileDialog .copyLabel{font-weight:bold}.copySheetProfileFailure .scDialog__content{max-width:385px}.copySheetProfileFailure .copySheetProfileFailureMessage{padding:8px 0}.copySheetProfileFailure .copySheetProfileFailureSheetList{width:346px;height:229px;border:1px solid #DADADA;border-radius:2px;overflow:auto}.copySheetProfileFailure .copySheetProfileFailureSheetList li{display:flex;padding:5px}.copySheetProfileFailure .copySheetProfileFailureSheetList div{padding:0 5px}.copySheetProfileWarning .warningTriangle,.copySheetProfileError .warningTriangle{fill:#444}.copySheetProfileWarning .scDialog__content,.copySheetProfileError .scDialog__content{max-width:450px}.copySheetProfileWarningTooltip{z-index:1002}.copySheetProfileWarningTooltip .content{display:flex;justify-content:center}.copySheetProfileWarningTooltip .copySheetProfileWarningTooltipText{padding-left:8px}

.tenKLoadingPanel{margin-top:20px}.availabilityMapPanel{display:flex;flex-direction:column;flex:1;background:#fff;overflow:auto}

.rightPanel .sidePanel .panel{background-color:#F3F3F3;border-left:1px solid #E4E4E4}.rightPanel .sidePanel .panel .header{display:flex;padding:15px 20px;border-bottom:1px solid #E4E4E4}.rightPanel .sidePanel .panel .header .title{font-size:18px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rightPanel .sidePanel .panel .header .flyoutTarget{display:flex}.rightPanel .sidePanel .panel .header .buttonSection{margin-left:auto;display:flex;flex-direction:row}.rightPanel .sidePanel .panel .content{background-color:#fff;border-bottom:1px solid #E4E4E4;padding:0 20px}.rightPanel .sidePanel .panel .content .section{padding:20px 0;border-bottom:1px solid #E4E4E4}.rightPanel .sidePanel .panel .content .section:last-child{border-bottom:none}.rightPanel .sidePanel .panel .sheetProfilePanel.content{background:#fff;position:relative}.rightPanelButton{padding-left:4px}.rightPanelMenuButton path{fill:#444}.rightPanelButton:hover path{fill:#0073EC}.rightPanelHelpButton{padding-right:3px}.clsDesktopRightPanel .__resizable_base__{top:0px}.rightPanelErrorState{display:flex;flex-direction:row;padding:8px 10px;background:rgba(208,1,27,0.1)}.rightPanelErrorState .errorImage{flex:1 0 auto;margin-right:7px}

.rbTabContainer .tab{color:#161616;padding:10px;font-size:13px;width:max-content;height:26px}.rbTabContainer .tab:hover:enabled{background-color:rgba(0,94,224,0.1)}.rbTabContainer .tab:active:enabled,.rbTabContainer .tab.pressed:enabled{background-color:rgba(0,94,224,0.15)}.rbTabContainer .hasSelectedItems{background-color:rgba(0,94,224,0.1);margin-right:4px}.flyoutTooltip.rbTabToolTipProperties{max-width:220px;white-space:normal}

.scButton{position:relative;display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:none;font-size:13px;text-align:center}.scButton:focus{outline:none}.scButton:focus::before{display:block;content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border:1px dotted #fff;pointer-events:none;z-index:1}.scButton::-moz-focus-inner{border:0}.scButton:not([disabled]){cursor:pointer}

.scImageButton{border-radius:2px;padding:7px}.scImageButton:disabled{opacity:0.3;filter:grayscale(1)}.scImageButton__icon{height:16px}

.rbSelectorItemContainer{display:flex;align-items:center}.rbSelectorItemContainer:hover,.rbSelectorItemContainer:focus{background-color:rgba(0,94,224,0.1);outline:none}.rbSelectorItemContainer .expandOrCollapseIcon{margin:7px;padding:0}.rbSelectorItemContainer .expandOrCollapseIcon.isHidden{visibility:hidden}.rbSelectorItemContainer .checkboxContainer,.rbSelectorItemContainer .checkboxLabel{display:inline-flex;align-items:center;overflow:hidden}.rbSelectorItemContainer .checkboxContainer .displayIcon,.rbSelectorItemContainer .checkboxContainer .displayText,.rbSelectorItemContainer .checkboxLabel .displayIcon,.rbSelectorItemContainer .checkboxLabel .displayText{margin-left:8px;min-width:16px}.rbSelectorItemContainer .checkboxContainer .displayText,.rbSelectorItemContainer .checkboxLabel .displayText{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rbSelectorItemContainer .warningIcon{margin-left:auto;margin-right:10px}

.rbItemsFilterContainer{margin:2px}

.rbSelectedPillsAndSearchIcon{background:white;display:flex;flex-flow:row nowrap}.rbSelectedPillsAndSearchIcon .selectedPillsContainer{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;padding:2px 8px;overflow-y:auto;overflow-x:hidden;background-color:white;min-height:44px;max-height:112px;border-bottom:1px solid #e4e4e4;outline:none;width:335px}.rbSelectedPillsAndSearchIcon .selectedPillsContainer .pillContainer{background-color:rgba(0,94,224,0.1);display:flex;border-radius:4px;margin:3px;height:24px;align-items:center}.rbSelectedPillsAndSearchIcon .selectedPillsContainer .pillContainer .pillItemIcon{margin:4px -3px 4px 4px}.rbSelectedPillsAndSearchIcon .selectedPillsContainer .pillContainer .pillItemIcon path.svgPath{fill:#161616}.rbSelectedPillsAndSearchIcon .selectedPillsContainer .pillContainer .pillLabel{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:15px;font-size:13px;line-height:1.15;margin-left:7px}.rbSelectedPillsAndSearchIcon .selectedPillsContainer .pillContainer .crossIcon{padding:2px}.rbSelectedPillsAndSearchIcon .selectedPillsContainer .pillContainer:hover .pillLabel{color:#005ee0}.rbSelectedPillsAndSearchIcon .selectedPillsContainer .pillContainer:hover .pillItemIcon path.svgPath{fill:#005ee0}.rbSelectedPillsAndSearchIcon .selectedPillsContainer .pillContainer:hover .crossPath{fill:#005ee0}.rbSelectedPillsAndSearchIcon .selectedPillsContainer .readOnlyPill{background-color:#e4e4e4;padding-right:7px}.rbSelectedPillsAndSearchIcon .selectedPillsContainer .searchIcon{position:absolute;right:20px;padding-left:1px}.rbSelectedPillsAndSearchIcon .searchIconContainer{display:flex;align-items:center;padding:0 9px 0 4px;border-bottom:1px solid #e4e4e4}

.rbItemsSelectorList{margin-top:10px;overflow:auto}.rbItemsSelectorList .childrenListItem{display:flex}.rbItemsSelectorList .itemsList{width:100%}

.rbToggleContainer{display:flex}.rbToggleContainer .collapse,.rbToggleContainer .expand{display:flex;width:34px;height:30px;align-items:center;justify-content:center;border:1px solid #e0e0e0;border-radius:2px}.rbToggleContainer .collapse :hover,.rbToggleContainer .expand :hover{cursor:pointer}.rbToggleContainer .collapse{border-radius:2px 0 0 2px}.rbToggleContainer .expand{border-radius:0 2px 2px 0}.rbToggleContainer .selected{border:1px solid #1871c9;background-color:rgba(0,94,224,0.15)}.rbToggleContainer .readOnlyToggle{padding:0px 0px 20px 20px;cursor:unset}.rbToggleContainer .readOnlyToggle .expandOutline,.rbToggleContainer .readOnlyToggle .collapseOutline{fill:#161616}

.scTextButton{border-radius:2px;height:30px;min-width:70px;padding:0 10px}.scTextButton.primary{background-color:#005ee0;color:#fff}.scTextButton.primary:hover:not([disabled]){background-color:#0050be}.scTextButton.primary:active{background-color:#00429d}.scTextButton.primary:disabled{background-color:#ccc}.scTextButton.primary:focus::before{border-color:#fff}.scTextButton.primary svg.scTextButton__icon path{fill:#fff}.scTextButton.nonPrimary{background-color:rgba(0,0,0,0);border:1px solid #005ee0;color:#005ee0}.scTextButton.nonPrimary svg.scTextButton__icon path{fill:#005ee0}.scTextButton.nonPrimary:hover:not([disabled]){background-color:rgba(0,94,224,0.1);border-color:#0050be;color:#0050be}.scTextButton.nonPrimary:hover:not([disabled]) svg.scTextButton__icon path{fill:#0050be}.scTextButton.nonPrimary:active{background-color:rgba(0,94,224,0.2);border-color:#00429d;color:#00429d}.scTextButton.nonPrimary:active svg.scTextButton__icon path{fill:#00429d}.scTextButton.nonPrimary:focus::before{border-color:#005ee0}.scTextButton.nonPrimary:disabled{border-color:#ccc;color:#ccc}.scTextButton.secondary{background-color:rgba(0,0,0,0);color:#005ee0;min-width:auto}.scTextButton.secondary svg.scTextButton__icon path{fill:#005ee0}.scTextButton.secondary:hover:not([disabled]){background-color:rgba(0,94,224,0.1);color:#0050be}.scTextButton.secondary:hover:not([disabled]) svg.scTextButton__icon path{fill:#0050be}.scTextButton.secondary:focus{background-color:rgba(0,94,224,0.1);color:#0050be}.scTextButton.secondary:focus::before{border-color:#005ee0}.scTextButton.secondary:focus svg.scTextButton__icon path{fill:#0050be}.scTextButton.secondary:active{background-color:rgba(0,94,224,0.2);color:#00429d}.scTextButton.secondary:active svg.scTextButton__icon path{fill:#00429d}.scTextButton.secondary:disabled{background-color:#fff;color:#ccc}.scTextButton.secondary:disabled svg.scTextButton__icon path{fill:#ccc}.scTextButton.tertiary{background-color:#e4e4e4;border:1px solid #ccc;color:#161616}.scTextButton.tertiary:hover:not([disabled]){background-color:#c2c2c2;border-color:#c2c2c2}.scTextButton.tertiary:active{background-color:#a0a0a0;border-color:#a0a0a0}.scTextButton.tertiary:focus::before{border-color:#767676}.scTextButton.tertiary svg.scTextButton__icon path{fill:#161616}.scTextButton.cta{background-color:#008059;color:#fff}.scTextButton.cta:hover:not([disabled]){background-color:#006d4c}.scTextButton.cta:active{background-color:#005a3e}.scTextButton.cta:focus::before{border-color:#fff}.scTextButton.cta svg.scTextButton__icon path{fill:#fff}.scTextButton__icon{width:16px;margin-right:5px}

.rbNavFooterContainer{display:flex;justify-content:space-between;align-items:center;padding:0 10px 0 17px;border-top:1px solid #e4e4e4;height:50px}.rbNavFooterContainer .threeDotsContainer{display:flex}.rbNavFooterContainer .threeDotsContainer.isHidden{visibility:hidden}.rbNavFooterContainer .threeDotsContainer .dot{background-color:#cccccc;border-radius:4px;margin:0 3px;width:8px;height:8px}.rbNavFooterContainer .threeDotsContainer .dot.isActive{background-color:#005ee0}.rbNavFooterContainer .ctaButtonsContainer{display:flex}.rbNavFooterContainer .ctaButtonsContainer .primaryButton{margin-left:10px}

.rbSheetSelectorContainer{width:380px;background-color:#ffffff}.rbSheetSelectorContainer .main{height:440px}.rbIsReportReadOnly.rbSheetSelectorContainer{width:401px}.rbIsReportReadOnly.rbSheetSelectorContainer main{min-height:unset}.rbSheetSelectorContainer .main{display:flex;flex-flow:column nowrap}

.rbColumnSelectorContainer{width:380px;background-color:#ffffff}.rbColumnSelectorContainer .main{height:440px}.rbIsReportReadOnly.rbColumnSelectorContainer{width:401px}.rbIsReportReadOnly.rbColumnSelectorContainer main{min-height:unset}.rbColumnSelectorContainer .main{display:flex;flex-flow:column nowrap}

.rbFilterSelectorContainer{width:380px;background-color:#ffffff}.rbFilterSelectorContainer .main{height:440px}.rbIsReportReadOnly.rbFilterSelectorContainer{width:401px}.rbIsReportReadOnly.rbFilterSelectorContainer main{min-height:unset}

.rbMultiDropdownRowContainer{font-size:13px}.rbMultiDropdownRowContainer .title{font-weight:bold;display:block;margin-bottom:7px;line-height:15px}.rbMultiDropdownRowContainer .dropdownContainer{display:flex}.rbMultiDropdownRowContainer .dropdownContainer .dropdown{cursor:pointer;width:181px;margin:0;padding:0 4px 0 0}

.rbMultiDropdownSelectorContainer{font-size:13px;margin-left:20px}.rbMultiDropdownSelectorContainer .addMultidropdown{color:#005ee0;margin-top:10px;display:flex;align-items:center;width:200px}.rbMultiDropdownSelectorContainer .addMultidropdown:hover{cursor:pointer}.rbMultiDropdownSelectorContainer .addMultidropdown:active,.rbMultiDropdownSelectorContainer .addMultidropdown:focus{outline:none}.rbMultiDropdownSelectorContainer .multiDropdownRow{padding-top:17px;display:flex}.rbMultiDropdownSelectorContainer .multiDropdownRow .removeMultidropdown{display:flex;align-items:flex-end;margin-bottom:2px}.rbMultiDropdownSelectorContainer .multiDropdownRow .removeMultidropdown svg{height:20px;width:20px}

.rbGroupSelectorContainer{width:380px;background-color:#ffffff}.rbGroupSelectorContainer .main{height:440px}.rbIsReportReadOnly.rbGroupSelectorContainer{width:401px}.rbIsReportReadOnly.rbGroupSelectorContainer main{min-height:unset}.rbGroupSelectorContainer{width:427px}.rbGroupSelectorContainer main{min-height:168px;max-height:325px;padding-bottom:20px;height:unset;overflow-y:auto;overflow-x:hidden}

.rbSummarySelectorContainer{width:380px;background-color:#ffffff}.rbSummarySelectorContainer .main{height:440px}.rbIsReportReadOnly.rbSummarySelectorContainer{width:401px}.rbIsReportReadOnly.rbSummarySelectorContainer main{min-height:unset}.rbSummarySelectorContainer{width:427px}.rbSummarySelectorContainer main{min-height:168px;max-height:325px;padding-bottom:20px;height:unset;overflow-y:auto;overflow-x:hidden}

.rbSortSelectorContainer{width:380px;background-color:#ffffff}.rbSortSelectorContainer .main{height:440px}.rbIsReportReadOnly.rbSortSelectorContainer{width:401px}.rbIsReportReadOnly.rbSortSelectorContainer main{min-height:unset}.rbSortSelectorContainer{width:427px}.rbSortSelectorContainer main{min-height:168px;max-height:325px;padding-bottom:20px;height:unset;overflow-y:auto;overflow-x:hidden}

.rbIntroTipContainer{background-color:white;border:grey solid 1px;border-radius:2px;padding:15px;width:450px}.rbIntroTipContainer .getStartedButton{background-color:dodgerblue;color:white;border-radius:3px;padding:5px;cursor:pointer}

.rbAppContainer{display:inline-block}.rbAppContainer .tabs{display:flex;list-style:none}.rbAppContainer .tabs .tabImage{margin-right:3px}

body.sb-show-main.gorgias-loaded{position:absolute;top:0;bottom:0;left:0;right:0}.rbAppInheritedDefault{color:#161616;font-size:14px;font-family:'Roboto'}.rbAppInheritedDefault *{box-sizing:border-box;margin:0;padding:0;color:#161616}

.toolbarButton{padding:4px;min-height:26px}

.layoutManagerContainer{display:flex;flex:1 1 auto;overflow:hidden}.toolbarVisibleContent .toolbarSection,.toolbarOverflowContent .toolbarSection,.toolbarPlaceholderContent .toolbarSection{border-right:1px solid #E4E4E4}.toolbarVisibleContent{display:flex;flex:0 0 auto}.toolbarVisibleContent .toolbarSection:nth-child(2){padding-left:0}.toolbarVisibleContent.noHidden .toolbarSection:last-child{border:0}.toolbarOverflowContent{display:flex;flex-wrap:wrap}.toolbarOverflowContent .toolbarSection:last-child{border:0}.toolbarPlaceholderContent{flex:0 0 auto;visibility:hidden}.toolbarPlaceholderContent.lastChild .toolbarSection:last-child{border:0}

.toolbarSection{align-items:center;display:flex;padding:4px;white-space:nowrap;flex:0 0 auto}.toolbarSection>*:not(:last-child){margin-right:1px}.clsMsie .toolbarSection .flyoutTarget{display:flex}

.alignmentSelector{display:flex;flex-direction:column;padding:4px}.alignmentSelector .selectionButtons{display:flex}.alignmentSelector hr{margin:4px -5px;border:0;border-bottom:1px solid #E4E4E4}

.cardButtonLabel{margin:0 6px;max-width:200px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}

.cardViewByMenu{min-width:180px;max-width:250px}

.colorButton .iconWrapper{position:relative;bottom:1px}.colorButton .colorPreview{position:absolute;bottom:-3px;left:1px;width:13px;height:3px}

.filterMenu{min-width:150px;max-width:95vw}.filterMenu .filterOff{font-style:italic}

.fontFamilyButton .button{min-width:78px}.fontFamilyMenu{min-width:100px}

.fontSizeButton .button{min-width:40px}.fontSizeMenu{min-width:75px}

.toolbar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;align-items:center;background-color:#F3F3F3;border-bottom:1px solid #d3d3d3;display:flex;height:35px;overflow:hidden;padding:0 3px 0 8px}.toolbarSection .comboPrimaryButton.toolbarButton.button{padding:4px}

.configureWorkflowEmailModal .configureWorkflowEmailToggle{margin:10px 7px 10px 0}.configureWorkflowEmailModal .dialogSubHeader{font-weight:700}.configureWorkflowEmailModal .sheetContentOptionsSection{margin-left:44px;padding-top:8px}.configureWorkflowEmailModal .sheetContentOptionsSection .sheetContentOptionsCheckbox{margin:0 0 8px 0}.configureWorkflowEmailModal .sheetContentOptionsSection .sheetChangesSection{display:flex;align-items:flex-start}.configureWorkflowEmailModal .sheetContentOptionsSection .sheetChangesSection .sheetChangesInfoIcon{opacity:0;margin-left:5px}.configureWorkflowEmailModal .sheetContentOptionsSection .sheetChangesSection:hover .sheetChangesInfoIcon{opacity:1}.configureWorkflowEmailModal .sheetContentOptionsSection .sheetChangesSection.disabled:hover .sheetChangesInfoIcon{opacity:0}

.contactPicker .Select-control{height:auto;border-radius:2px}.contactPicker .Select.Select--multi.is-focused .Select-control{border-color:#ccc}.contactPicker .Select.is-focused:not(.is-open) .Select-control{box-shadow:none}.contactPicker .Select-arrow-zone{width:auto}.contactPicker .Select-placeholder{color:#888}.contactPicker .Select:hover.is-disabled.isDefaultValue .Select-arrow-zone{opacity:1}.contactPicker .Select:hover.is-disabled .Select-arrow-zone{opacity:0.35}.contactPicker .selectValue .valueRendererWrapper .flyoutButton{border:0}.contactPicker .selectValue .flyoutTarget{display:flex;min-width:0}.contactPicker .selectValue button{max-width:100%}.contactPicker .selectValue .contactValue{display:flex;align-items:center;position:relative}.contactPicker .selectValue .contactValue .title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.contactPicker .Select-menu-outer{margin:0 0 0 1px;z-index:4}.contactPicker .Select-menu-outer .Select-option{background-color:transparent}.contactPicker .Select-menu-outer .Select-option.is-focused .selectOptionRenderer{background-color:#DDF1FB}.contactPicker .Select-menu-outer .Select-option:last-of-type{margin-bottom:5px}.contactPicker .Select-menu-outer .selectOptionRenderer{display:flex;align-items:center}.contactPicker .Select-menu-outer .selectOptionRenderer.hintToken{line-height:33px;padding-left:35px}.contactPicker .Select-menu-outer .contactOption{display:flex;align-items:center;color:#444;height:33px}.contactPicker .Select-menu-outer .meta{font-size:11px}

.PresetDateRangePicker_panel{padding:0 22px 11px}.PresetDateRangePicker_button{position:relative;height:100%;text-align:center;background:0 0;border:2px solid #00a699;color:#00a699;padding:4px 12px;margin-right:8px;font:inherit;font-weight:700;line-height:normal;overflow:visible;-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.PresetDateRangePicker_button:active{outline:0}.PresetDateRangePicker_button__selected{color:#fff;background:#00a699}.SingleDatePickerInput{display:inline-block;background-color:#fff}.SingleDatePickerInput__withBorder{border-radius:2px;border:1px solid #dbdbdb}.SingleDatePickerInput__rtl{direction:rtl}.SingleDatePickerInput__disabled{background-color:#f2f2f2}.SingleDatePickerInput__block{display:block}.SingleDatePickerInput__showClearDate{padding-right:30px}.SingleDatePickerInput_clearDate{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;padding:10px;margin:0 10px 0 5px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.SingleDatePickerInput_clearDate__default:focus,.SingleDatePickerInput_clearDate__default:hover{background:#dbdbdb;border-radius:50%}.SingleDatePickerInput_clearDate__small{padding:6px}.SingleDatePickerInput_clearDate__hide{visibility:hidden}.SingleDatePickerInput_clearDate_svg{fill:#82888a;height:12px;width:15px;vertical-align:middle}.SingleDatePickerInput_clearDate_svg__small{height:9px}.SingleDatePickerInput_calendarIcon{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;display:inline-block;vertical-align:middle;padding:10px;margin:0 5px 0 10px}.SingleDatePickerInput_calendarIcon_svg{fill:#82888a;height:15px;width:14px;vertical-align:middle}.SingleDatePicker{position:relative;display:inline-block}.SingleDatePicker__block{display:block}.SingleDatePicker_picker{z-index:1;background-color:#fff;position:absolute}.SingleDatePicker_picker__rtl{direction:rtl}.SingleDatePicker_picker__directionLeft{left:0}.SingleDatePicker_picker__directionRight{right:0}.SingleDatePicker_picker__portal{background-color:rgba(0,0,0,0.3);position:fixed;top:0;left:0;height:100%;width:100%}.SingleDatePicker_picker__fullScreenPortal{background-color:#fff}.SingleDatePicker_closeButton{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;position:absolute;top:0;right:0;padding:15px;z-index:2}.SingleDatePicker_closeButton:focus,.SingleDatePicker_closeButton:hover{color:#b0b3b4;text-decoration:none}.SingleDatePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}.DayPickerKeyboardShortcuts_buttonReset{background:0 0;border:0;border-radius:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;cursor:pointer;font-size:14px}.DayPickerKeyboardShortcuts_buttonReset:active{outline:0}.DayPickerKeyboardShortcuts_show{width:22px;position:absolute;z-index:2}.DayPickerKeyboardShortcuts_show__bottomRight{border-top:26px solid transparent;border-right:33px solid #00a699;bottom:0;right:0}.DayPickerKeyboardShortcuts_show__bottomRight:hover{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topRight{border-bottom:26px solid transparent;border-right:33px solid #00a699;top:0;right:0}.DayPickerKeyboardShortcuts_show__topRight:hover{border-right:33px solid #008489}.DayPickerKeyboardShortcuts_show__topLeft{border-bottom:26px solid transparent;border-left:33px solid #00a699;top:0;left:0}.DayPickerKeyboardShortcuts_show__topLeft:hover{border-left:33px solid #008489}.DayPickerKeyboardShortcuts_showSpan{color:#fff;position:absolute}.DayPickerKeyboardShortcuts_showSpan__bottomRight{bottom:0;right:-28px}.DayPickerKeyboardShortcuts_showSpan__topRight{top:1px;right:-28px}.DayPickerKeyboardShortcuts_showSpan__topLeft{top:1px;left:-28px}.DayPickerKeyboardShortcuts_panel{overflow:auto;background:#fff;border:1px solid #dbdbdb;border-radius:2px;position:absolute;top:0;bottom:0;right:0;left:0;z-index:2;padding:22px;margin:33px}.DayPickerKeyboardShortcuts_title{font-size:16px;font-weight:700;margin:0}.DayPickerKeyboardShortcuts_list{list-style:none;padding:0;font-size:14px}.DayPickerKeyboardShortcuts_close{position:absolute;right:22px;top:22px;z-index:2}.DayPickerKeyboardShortcuts_close:active{outline:0}.DayPickerKeyboardShortcuts_closeSvg{height:15px;width:15px;fill:#cacccd}.DayPickerKeyboardShortcuts_closeSvg:focus,.DayPickerKeyboardShortcuts_closeSvg:hover{fill:#82888a}.CalendarDay{-moz-box-sizing:border-box;box-sizing:border-box;cursor:pointer;font-size:14px;text-align:center}.CalendarDay:active{outline:0}.CalendarDay__defaultCursor{cursor:default}.CalendarDay__default{border:1px solid #e4e7e7;color:#484848;background:#fff}.CalendarDay__default:hover{background:#e4e7e7;border:1px double #e4e7e7;color:inherit}.CalendarDay__hovered_offset{background:#f4f5f5;border:1px double #e4e7e7;color:inherit}.CalendarDay__outside{border:0;background:#fff;color:#484848}.CalendarDay__outside:hover{border:0}.CalendarDay__blocked_minimum_nights{background:#fff;border:1px solid #eceeee;color:#cacccd}.CalendarDay__blocked_minimum_nights:active,.CalendarDay__blocked_minimum_nights:hover{background:#fff;color:#cacccd}.CalendarDay__highlighted_calendar{background:#ffe8bc;color:#484848}.CalendarDay__highlighted_calendar:active,.CalendarDay__highlighted_calendar:hover{background:#ffce71;color:#484848}.CalendarDay__selected_span{background:#66e2da;border:1px solid #33dacd;color:#fff}.CalendarDay__selected_span:active,.CalendarDay__selected_span:hover{background:#33dacd;border:1px solid #33dacd;color:#fff}.CalendarDay__last_in_range{border-right:#00a699}.CalendarDay__selected,.CalendarDay__selected:active,.CalendarDay__selected:hover{background:#00a699;border:1px solid #00a699;color:#fff}.CalendarDay__hovered_span,.CalendarDay__hovered_span:hover{background:#b2f1ec;border:1px solid #80e8e0;color:#007a87}.CalendarDay__hovered_span:active{background:#80e8e0;border:1px solid #80e8e0;color:#007a87}.CalendarDay__blocked_calendar,.CalendarDay__blocked_calendar:active,.CalendarDay__blocked_calendar:hover{background:#cacccd;border:1px solid #cacccd;color:#82888a}.CalendarDay__blocked_out_of_range,.CalendarDay__blocked_out_of_range:active,.CalendarDay__blocked_out_of_range:hover{background:#fff;border:1px solid #e4e7e7;color:#cacccd}.CalendarMonth{background:#fff;text-align:center;vertical-align:top;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.CalendarMonth_table{border-collapse:collapse;border-spacing:0}.CalendarMonth_verticalSpacing{border-collapse:separate}.CalendarMonth_caption{color:#484848;font-size:18px;text-align:center;padding-top:22px;padding-bottom:37px;caption-side:initial}.CalendarMonth_caption__verticalScrollable{padding-top:12px;padding-bottom:7px}.CalendarMonthGrid{background:#fff;text-align:left;z-index:0}.CalendarMonthGrid__animating{z-index:1}.CalendarMonthGrid__horizontal{position:absolute;left:9px}.CalendarMonthGrid__vertical{margin:0 auto}.CalendarMonthGrid__vertical_scrollable{margin:0 auto;overflow-y:scroll}.CalendarMonthGrid_month__horizontal{display:inline-block;vertical-align:top;min-height:100%}.CalendarMonthGrid_month__hideForAnimation{position:absolute;z-index:-1;opacity:0;pointer-events:none}.CalendarMonthGrid_month__hidden{visibility:hidden}.DayPickerNavigation{position:relative;z-index:2}.DayPickerNavigation__horizontal{height:0}.DayPickerNavigation__verticalDefault{position:absolute;width:100%;height:52px;bottom:0;left:0}.DayPickerNavigation__verticalScrollableDefault{position:relative}.DayPickerNavigation_button{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:0;padding:0;margin:0}.DayPickerNavigation_button__default{border:1px solid #e4e7e7;background-color:#fff;color:#757575}.DayPickerNavigation_button__default:focus,.DayPickerNavigation_button__default:hover{border:1px solid #c4c4c4}.DayPickerNavigation_button__default:active{background:#f2f2f2}.DayPickerNavigation_button__horizontalDefault{position:absolute;top:18px;line-height:.78;border-radius:3px;padding:6px 9px}.DayPickerNavigation_leftButton__horizontalDefault{left:22px}.DayPickerNavigation_rightButton__horizontalDefault{right:22px}.DayPickerNavigation_button__verticalDefault{padding:5px;background:#fff;box-shadow:0 0 5px 2px rgba(0,0,0,0.1);position:relative;display:inline-block;height:100%;width:50%}.DayPickerNavigation_nextButton__verticalDefault{border-left:0}.DayPickerNavigation_nextButton__verticalScrollableDefault{width:100%}.DayPickerNavigation_svg__horizontal{height:19px;width:19px;fill:#82888a;display:block}.DayPickerNavigation_svg__vertical{height:42px;width:42px;fill:#484848;display:block}.DayPicker{background:#fff;position:relative;text-align:left}.DayPicker__horizontal{background:#fff}.DayPicker__verticalScrollable{height:100%}.DayPicker__hidden{visibility:hidden}.DayPicker__withBorder{box-shadow:0 2px 6px rgba(0,0,0,0.05),0 0 0 1px rgba(0,0,0,0.07);border-radius:3px}.DayPicker_portal__horizontal{box-shadow:none;position:absolute;left:50%;top:50%}.DayPicker_portal__vertical{position:initial}.DayPicker_focusRegion{outline:0}.DayPicker_calendarInfo__horizontal,.DayPicker_wrapper__horizontal{display:inline-block;vertical-align:top}.DayPicker_weekHeaders{position:relative}.DayPicker_weekHeaders__horizontal{margin-left:9px}.DayPicker_weekHeader{color:#757575;position:absolute;top:62px;z-index:2;text-align:left}.DayPicker_weekHeader__vertical{left:50%}.DayPicker_weekHeader__verticalScrollable{top:0;display:table-row;border-bottom:1px solid #dbdbdb;background:#fff;margin-left:0;left:0;width:100%;text-align:center}.DayPicker_weekHeader_ul{list-style:none;margin:1px 0;padding-left:0;padding-right:0;font-size:14px}.DayPicker_weekHeader_li{display:inline-block;text-align:center}.DayPicker_transitionContainer{position:relative;overflow:hidden;border-radius:3px}.DayPicker_transitionContainer__horizontal{-webkit-transition:height .2s ease-in-out;-moz-transition:height .2s ease-in-out;transition:height .2s ease-in-out}.DayPicker_transitionContainer__vertical{width:100%}.DayPicker_transitionContainer__verticalScrollable{padding-top:20px;height:100%;position:absolute;top:0;bottom:0;right:0;left:0;overflow-y:scroll}.DateInput{margin:0;padding:0;background:#fff;position:relative;display:inline-block;width:130px;vertical-align:middle}.DateInput__small{width:97px}.DateInput__block{width:100%}.DateInput__disabled{background:#f2f2f2;color:#dbdbdb}.DateInput_input{font-weight:200;font-size:19px;line-height:24px;color:#484848;background-color:#fff;width:100%;padding:11px 11px 9px;border:0;border-top:0;border-right:0;border-bottom:2px solid transparent;border-left:0;border-radius:0}.DateInput_input__small{font-size:15px;line-height:18px;letter-spacing:.2px;padding:7px 7px 5px}.DateInput_input__regular{font-weight:auto}.DateInput_input__readOnly{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.DateInput_input__focused{outline:0;background:#fff;border:0;border-top:0;border-right:0;border-bottom:2px solid #008489;border-left:0}.DateInput_input__disabled{background:#f2f2f2;font-style:italic}.DateInput_screenReaderMessage{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.DateInput_fang{position:absolute;width:20px;height:10px;left:22px;z-index:2}.DateInput_fangShape{fill:#fff}.DateInput_fangStroke{stroke:#dbdbdb;fill:transparent}.DateRangePickerInput{background-color:#fff;display:inline-block}.DateRangePickerInput__disabled{background:#f2f2f2}.DateRangePickerInput__withBorder{border-radius:2px;border:1px solid #dbdbdb}.DateRangePickerInput__rtl{direction:rtl}.DateRangePickerInput__block{display:block}.DateRangePickerInput__showClearDates{padding-right:30px}.DateRangePickerInput_arrow{display:inline-block;vertical-align:middle;color:#484848}.DateRangePickerInput_arrow_svg{vertical-align:middle;fill:#484848;height:24px;width:24px}.DateRangePickerInput_clearDates{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;padding:10px;margin:0 10px 0 5px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.DateRangePickerInput_clearDates__small{padding:6px}.DateRangePickerInput_clearDates_default:focus,.DateRangePickerInput_clearDates_default:hover{background:#dbdbdb;border-radius:50%}.DateRangePickerInput_clearDates__hide{visibility:hidden}.DateRangePickerInput_clearDates_svg{fill:#82888a;height:12px;width:15px;vertical-align:middle}.DateRangePickerInput_clearDates_svg__small{height:9px}.DateRangePickerInput_calendarIcon{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;display:inline-block;vertical-align:middle;padding:10px;margin:0 5px 0 10px}.DateRangePickerInput_calendarIcon_svg{fill:#82888a;height:15px;width:14px;vertical-align:middle}.DateRangePicker{position:relative;display:inline-block}.DateRangePicker__block{display:block}.DateRangePicker_picker{z-index:1;background-color:#fff;position:absolute}.DateRangePicker_picker__rtl{direction:rtl}.DateRangePicker_picker__directionLeft{left:0}.DateRangePicker_picker__directionRight{right:0}.DateRangePicker_picker__portal{background-color:rgba(0,0,0,0.3);position:fixed;top:0;left:0;height:100%;width:100%}.DateRangePicker_picker__fullScreenPortal{background-color:#fff}.DateRangePicker_closeButton{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;cursor:pointer;position:absolute;top:0;right:0;padding:15px;z-index:2}.DateRangePicker_closeButton:focus,.DateRangePicker_closeButton:hover{color:#b0b3b4;text-decoration:none}.DateRangePicker_closeButton_svg{height:15px;width:15px;fill:#cacccd}

.automationBasicWorkflows{top:-140px;line-height:18px}.automationBasicWorkflows .scDialog__content{min-width:464px;max-width:550px;background-color:#F3F3F3}.basicWorkflowSelect .Select-control{border-radius:0}.basicWorkflowSelect .Select--single .Select-control .Select-value,.basicWorkflowSelect .Select--single .Select-control .Select-placeholder,.basicWorkflowSelect .Select--single .Select-control .Select-input{height:28px;line-height:28px}.basicWorkflowsTriggerDescription{margin:20px 0}.basicWorkflowsTriggerDescription ul{margin-top:5px;list-style:initial;padding-left:20px}.basicWorkflowsTriggerDescription ul li{margin-bottom:5px}.basicWorkflowsTriggerDescription .infoIcon{align-self:center;margin-left:0;opacity:1;width:auto}.basicWorkflowsTriggerDescription .infoIcon .bubbleTitle{font-weight:normal;margin-top:10px;color:#888}

.licenseRequestPage{position:absolute;bottom:0;top:0;left:0;right:0;display:flex;flex-direction:column}.licenseRequestTableDataArea{display:block;flex:1;overflow:auto}.licenseRequestTableHeader,.licenseRequestTableEntry{min-height:50px;display:flex;align-items:stretch;border-bottom:1px solid #ccc}.licenseRequestTableHeader>div,.licenseRequestTableEntry>div{padding:7px 10px;display:flex;align-items:center}.licenseRequestTableHeader{background-color:#e4e4e4}.licenseRequestTableHeader>div{border-right:solid 1px #ccc;text-align:left}.licenseRequestTableHeader>div.selectColumn{text-align:center}.licenseRequestTableHeader>div.statusColumn{flex:1;border-right:none}.licenseRequestTableHeader>div:last-child{border-right:none}.licenseRequestTable{width:100%;display:flex;flex-direction:column;border:solid 1px #ccc;border-radius:2px;flex-grow:1;overflow:hidden}.licenseRequestTable .blankState{display:flex;align-items:center;justify-content:center;height:100%}.licenseRequestTitle{color:#161616;margin-top:20px;margin-bottom:0}.licenseRequestPageHeader{display:flex;justify-content:space-between;flex-direction:row;align-items:flex-end;padding-bottom:20px}.licenseRequestInfo{flex-direction:row;align-items:baseline}.licenseSearchBox{padding:0 5px;width:181px;height:30px;border-radius:2px;border:solid 1px #ccc;background-color:#fff}.statusColumn{flex:1;border-right:none}.selectColumn{width:34px;justify-content:center}.userColumn{width:20%}.userColumn div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.requestedDateColumn{width:15%}.messageColumn{flex:1}.actionColumn{position:relative}.actionColumn .grantLicenseButton{min-width:120px}.actionColumn .headerText{position:absolute;top:50%;left:10px;transform:translateY(-50%)}.actionColumn .headerButtons{visibility:hidden;display:flex;margin-right:10px}.actionColumn.showHeaderButtons .headerText{visibility:hidden}.actionColumn.showHeaderButtons .headerButtons{visibility:visible}.actionColumn button+button{margin-left:10px}.licenseRequestNotificationBody{margin-left:60px}.licenseRequestNotificationButtons{display:flex;padding-top:20px}.licenseRequestNotificationDeclineButton{padding-left:10px}.licenseRequestNotificationSentBy{font-weight:bold;padding-top:18px;padding-bottom:10px}

.dismissDialog .scDialog__header{padding:30px 30px 20px 30px}.dismissDialog .scDialog__title{font-size:16px}.dismissDialog.small .scDialog__buttonContainer{padding:0 30px 30px 30px}

.proofingForm .section{display:flex;flex-flow:column;margin-bottom:10px}.proofingForm .formTitle{display:block;font-weight:bold;line-height:30px}.proofingForm .message .textInput{margin-bottom:10px}.proofingForm .dismissDialog .scDialog__content{min-width:360px}


/*# sourceMappingURL=https://sourcemaps.lab.smartsheet.com/app-core/104.2.1/../css/app_104.2.1.css.map*/