.desktop-component .children-container{background-color:var(--dark-background-color);position:relative;top:0;display:flex;flex-direction:column;width:100%;height:auto;padding-bottom:52px}.desktop-component.dark-theme .children-container{background-color:var(--application-background-color)}
.homepage-header-component{display:flex;height:75px;width:100%;background-color:var(--application-background-color);--box-shadow-color:var(--application-border-color);box-shadow:0px 3px 12px var(--box-shadow-color)}.homepage-header-component .header-container{display:flex;flex-direction:row;flex-grow:1;height:100%}.homepage-header-component .header-container .titles-container{display:inline-flex;flex-direction:column;justify-content:center;margin-right:12px}.homepage-header-component .header-container .titles-container.with-holiday-animation{flex-grow:1}.homepage-header-component .header-container .titles-container .welcome-message{font-weight:400;font-size:14px}.homepage-header-component .header-container .titles-container h2{margin-bottom:.5em}.homepage-header-component .header-container .titles-container .header-title{font-weight:500;font-size:16px;line-height:22px;letter-spacing:0;padding:0;white-space:unset;border:0}.homepage-header-component .header-container .header-background-container{display:inline;overflow:hidden}.homepage-header-component .buttons-container{align-items:right}.homepage-header-component .buttons-container .buttons{display:inline-flex;flex-direction:row;align-items:center;float:right;height:75px}.homepage-header-component .buttons-container .buttons .feedback-button{margin-right:10px;margin-left:20px}.homepage-header-component .buttons-container .buttons .quick-search-button{margin-left:10px}.homepage-header-component .buttons-container .buttons .quick-search-button .icon-v2-bolt-switch{margin-right:5px}.homepage-header-component.dark-theme{box-shadow:none;border-bottom:1px solid;border-color:var(--application-border-color)}
.section-component{position:relative;display:inline-block;width:100%;background-color:var(--secondary-background-color);border-radius:8px;margin-top:16px;--box-shadow-color:var(--application-border-color);box-shadow:0px 3px 12px var(--box-shadow-color)}.section-component.small-padding{padding:12px}.section-component.medium-padding{padding:24px}.section-component.dark-theme{box-shadow:none}.section-component .section-close-button{position:absolute;top:18px;right:18px;z-index:1}
.show-more-button{font-size:18px;text-align:center}
.collapsible-section-component{display:inherit;margin:24px;margin-bottom:40px}.collapsible-section-component .collapsible-header{display:flex;align-items:center;margin-bottom:12px}.collapsible-section-component .collapsible-header .beta-button{margin-left:calc(var(--spacing-medium) - var(--spacing-xs));color:#0085ff !important;z-index:0}.collapsible-section-component .collapsible-header .collapsible-icon{cursor:pointer}.collapsible-section-component .collapsible-header .collapsible-title{display:inline-block;font-size:18px;font-weight:700;margin-left:4px}.collapsible-section-component .collapsible-header .collapsible-description-icon{font-size:18px;margin-left:8px;margin-top:5px;color:var(--secondary-text-color)}.collapsible-section-component .collapsible-header .collapsible-description-icon.guideflow_hovered{color:var(--primary-text-color)}.collapsible-section-component .collapsible-header .collapsible-counter{margin-left:7px}.collapsible-section-component.with-border .collapsible-content{border:1px solid;border-radius:8px;border-color:var(--layout-border-color)}.collapsible-section-component:not(.with-border) .collapsible-header{margin-bottom:0}
.collaborators-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2, 50%);grid-auto-rows:200px;column-gap:8px;row-gap:8px}.collaborators-grid .team-card{display:flex;flex-direction:column;border-radius:var(--border-radius-small);padding:16px}.collaborators-grid .team-card .collaboration-images-wrapper{flex-grow:1}.collaborators-grid .team-card .collaboration-images-wrapper .collaboration-images-component{justify-content:center}.collaborators-grid .team-card .collaboration-images-wrapper .collaboration-add-icon{color:var(--color-snow_white)}.collaborators-grid .team-card .team-button-wrapper{display:flex;justify-content:center}.collaborators-grid .team-card .team-button-wrapper .team-button{padding:0 8px}.collaborators-grid .team-card .team-button-wrapper .success-message{color:var(--primary-text-color)}.collaborators-grid .team-card .team-button-wrapper .success-message .success-icon{color:var(--color-done-green);margin-left:4px}.collaborators-grid .team-card.user-card{background-color:#fff;align-items:center;background-color:var(--application-background-color);--box-shadow-color:var(--application-border-color);box-shadow:0px 3px 12px var(--box-shadow-color)}.collaborators-grid .team-card.user-card .user-photo{height:90px;width:90px;border-radius:50%;border:2px solid;border-color:var(--application-border-color)}.collaborators-grid .team-card.user-card .fake-bar{width:100px;height:16px;border-radius:var(--border-radius-small);margin:0 auto;padding:4px 0;background:var(--disabled-background-color)}.collaborators-grid .team-card.user-card .fake-bar.user-name{width:100px;margin-top:12px}.collaborators-grid .team-card.user-card .fake-bar.user-email{width:130px;margin-top:8px}.collaborators-grid .team-card.user-card .user-name{margin-top:8px;font-size:16px;font-weight:400;color:var(--primary-text-color)}.collaborators-grid .team-card.user-card .user-email{margin-top:4px;font-weight:400;color:var(--secondary-text-color)}.collaborators-grid .team-card.user-card .text{text-overflow:ellipsis;width:100%;overflow:hidden;white-space:nowrap;text-align:center}.collaborators-grid .team-card.user-card .team-button-wrapper{flex-grow:1;align-items:flex-end}.collaborators-grid .team-card.invite-card{background-color:none;border:2px dashed;border-color:var(--application-border-color)}.collaborators-grid .team-card.invite-card .invite-description{font-size:15px;color:var(--primary-text-color);font-weight:500}.collaborators-grid .team-card.invite-card .invite-members-asset{margin-top:8px;height:50px;width:auto}
.banner-section-component .banner-section-image-container{display:flex;overflow:hidden;justify-content:center;width:100%;border-radius:var(--border-radius-medium)}.banner-section-component .banner-section-image-container .banner-section-image{padding:0 var(--spacing-xs)}.banner-section-component .banner-section-content-wrapper{display:flex;flex-direction:column;margin-top:var(--spacing-medium)}.banner-section-component .banner-section-content-wrapper .banner-section-title{font-style:normal;font-weight:700;font-size:var(--font-size-30);line-height:var(--font-line-height-30);margin-bottom:var(--spacing-small)}.banner-section-component .banner-section-content-wrapper .banner-section-text{font:var(--font-paragraph);margin-bottom:12px}.banner-section-component .banner-section-button{min-width:0}
.empty-boards-component{display:inline-flex;flex-direction:row;position:relative;width:100%;height:260px;justify-content:space-between}.empty-boards-component .title-and-button-container{display:inline-flex;flex-direction:column;align-items:flex-start;height:100%;justify-content:center;margin-left:36px}.empty-boards-component .title-and-button-container .zero-boards-message{font-size:16px;font-weight:400}.empty-boards-component .title-and-button-container .get-started-message{font-size:24px;font-weight:bold;margin-bottom:16px}.empty-boards-component .title-and-button-container .add-board-button{font-weight:400;width:-moz-fit-content;width:fit-content}.empty-boards-component .img-container{height:100%;display:inline-flex;justify-content:center;margin-right:32px;padding-top:24px;padding-bottom:24px}.empty-boards-component .img-container .board-example-img.dark-theme{opacity:.8}
.recent-entities-component{display:flex;flex-direction:column}.recent-entities-component .q-list{padding:0}.recent-entities-component .quick-search-items-list-component{height:100%}.recent-entities-component .quick-search-items-list-component .quick-search-item-component{margin:0}.recent-entities-shimmer{display:grid;grid-template-rows:auto;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));grid-gap:20px;padding:16px}.recent-entities-shimmer .recent-entities-shimmer-item{height:188px;padding:8px;border:1px solid;border-color:var(--layout-border-color);border-radius:4px}.recent-entities-shimmer .recent-entities-shimmer-item .recents-image-shimmer,.recent-entities-shimmer .recent-entities-shimmer-item .recents-title-shimmer{margin-bottom:8px}
.post-card-component{display:flex;padding:0 30px;height:72px;align-items:center;border-radius:8px;overflow:hidden}.post-card-component.guideflow_hovered{cursor:pointer;background-color:var(--primary-background-hover-on-secondary-color)}.post-card-component .post-card-user-image{align-items:center;margin-right:12px}.post-card-component .post-card-user-image .person-bullet-component{width:40px;height:40px}.post-card-component .post-card-content{flex:1 1 auto;margin-right:12px;overflow:hidden}.post-card-component .post-card-content .post-card-header{display:flex;align-items:center;margin-bottom:4px}.post-card-component .post-card-content .post-card-header .post-card-user-name{font-weight:500;align-items:center;margin-right:8px}.post-card-component .post-card-content .post-card-header .post-card-user-name .ds-text-component{border:none;padding:0px}.post-card-component .post-card-content .post-card-header .post-card-divider{border-right:1px solid;height:16px;color:var(--scrollbar-color)}.post-card-component .post-card-content .post-card-header .board-icon{display:inline;margin-right:7px}.post-card-component .post-card-content .post-card-header .breadcrumbs{margin-left:8px;flex-grow:1;max-width:90%}.post-card-component .post-card-content .post-card-header .breadcrumbs .post-card-breadcrumbs ol{margin-left:0px}.post-card-component .post-card-content .post-card-body{font-weight:400;display:block;align-items:center;align-self:center;text-overflow:unset;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;white-space:break-spaces;line-height:18px;color:var(--primary-text-color);pointer-events:none;cursor:default;height:20px}.post-card-component .post-card-content .post-card-body p,.post-card-component .post-card-content .post-card-body div,.post-card-component .post-card-content .post-card-body span{font-size:15px !important}.post-card-component .post-card-time{flex:0 0 auto;color:var(--secondary-text-color)}.post-card-component .post-card-time .humanize{display:flex;align-items:center}.post-card-component .post-card-time .humanize .icon-dapulse-time{margin-right:5px}
.collaboration-component{display:grid;grid-template-columns:100px 1fr 170px;grid-template-rows:1fr;align-items:center;padding:0 30px 0 20px;height:72px;width:100%;border-radius:8px;overflow:hidden;background-color:var(--pulse-background-color)}.collaboration-component .collaboration-images .collaboration-add-icon{height:32px;width:32px;color:var(--color-snow_white)}.collaboration-component .collaboration-text-container{margin-left:14px}.collaboration-component .collaboration-text-container .collaboration-text{font-size:16px;font-weight:500;margin-bottom:0px}.collaboration-component .collaboration-action-buttons{margin-left:14px}.collaboration-component .collaboration-action-buttons .collaboration-cancel-button{margin-right:24px}
.recent-posts-component{display:flex;flex-direction:column}.recent-posts-component .recent-posts-content{padding:16px}.recent-posts-component .recent-posts-content .line-separator{margin-left:4px;margin-right:4px}.recent-posts-component .recent-posts-content .line-separator .line-separator--inner{border-bottom:1px solid;border-color:var(--layout-border-color)}.recent-posts-component .recent-posts-content .posts{margin:0px}.recent-posts-component .recent-posts-content .collaboration-component{margin-top:16px}.recent-posts-component .recent-posts-content .show-more-button{margin-top:12px}.recent-posts-component .recent-posts-loader-wrapper{display:flex;height:288px;align-items:center;justify-content:center}.recent-posts-component .recent-posts-loader-wrapper .recent-posts-loader{height:40px;position:static;top:0px;left:0px;margin-top:0px;margin-left:0px}.recent-posts-component .recent-posts-empty-state{display:flex;justify-content:center;text-align:center;padding:16px}
.my-workspaces-component .workspaces-list{width:100%;display:grid;grid-template-columns:5fr 5fr;row-gap:20px;column-gap:20px;padding:12px}
.navigation-card-component{display:flex;align-items:center;padding:var(--spacing-medium);border-radius:var(--border-radius-medium)}.navigation-card-component.guideflow_hovered{cursor:pointer;border:none;box-shadow:0px 8px 16px 4px rgba(0,0,0,.08);background-color:var(--card-hover-background-color)}.navigation-card-component .card-image-section{height:var(--spacing-xxl)}.navigation-card-component .card-image-section.with-icon{width:var(--spacing-xxl);height:var(--spacing-xxl);display:flex;justify-content:center;align-items:center;border-radius:var(--border-radius-medium);color:var(--text-color-on-primary)}.navigation-card-component .card-image-section .card-image{height:var(--spacing-xxl);width:var(--spacing-xxl);border-radius:var(--border-radius-medium)}.navigation-card-component .content{font-size:14px;margin-left:15px}.navigation-card-component .content .title{font-weight:bold;margin-bottom:var(--spacing-small)}.navigation-card-component .content .description{font-weight:normal;margin:0px}
.sectionBannerImage--rnHa-{width:calc(100% + var(--spacing-xs)*2)}
.setup-tools-component{display:grid;grid-template-columns:5fr 5fr 5fr;row-gap:var(--spacing-medium);column-gap:var(--spacing-medium);padding:12px}.setup-tools-component .section-component{margin:0;box-shadow:none}.setup-tools-component .navigation-card-component{border:1px solid var(--layout-border-color);box-shadow:none}.setup-tools-component .navigation-card-component .content{width:max-content}.setup-tools-component .navigation-card-component.guideflow_hovered{background-color:transparent;box-shadow:var(--box-shadow-medium);border-color:transparent}
.desktop-component{background-color:var(--dark-background-color);height:100%;width:100%}.desktop-component .section-title{display:inline-block;font-size:16px;font-weight:500;margin-top:24px;margin-bottom:0px}.desktop-component .desktop-component-body{display:flex}.desktop-component .desktop-component-body .recent-boards-cards-collapsible-section{margin-bottom:0}.desktop-component .desktop-component-body .recent-boards-cards-collapsible-section .loader-container{display:flex;height:204px;align-items:center;justify-content:center}@media(min-width: 1440px){.desktop-component.is-with-leftpane .desktop-component-body,.desktop-component.is-with-leftpane .homepage-header-component{padding-left:20px;padding-right:20px}}@media(min-width: 1700px){.desktop-component.is-with-leftpane .desktop-component-body,.desktop-component.is-with-leftpane .homepage-header-component{padding-left:40px;padding-right:40px}}.desktop-component .desktop-component-body,.desktop-component .homepage-header-component{padding-left:20px;padding-right:20px}@media(min-width: 1440px){.desktop-component .desktop-component-body,.desktop-component .homepage-header-component{padding-left:40px;padding-right:40px}}@media(min-width: 1700px){.desktop-component .desktop-component-body,.desktop-component .homepage-header-component{padding-left:60px;padding-right:60px}}@media(min-width: 1850px){.desktop-component .desktop-component-body,.desktop-component .homepage-header-component{padding-left:80px;padding-right:80px}}.desktop-component .desktop-component-body .main-panel-container,.desktop-component .homepage-header-component .main-panel-container{display:flex;flex-grow:1;flex-direction:column;margin-right:24px;width:calc(100% - 300px - 24px)}.desktop-component .desktop-component-body .main-panel-container .my-tasks-container .my-tasks-collapse,.desktop-component .homepage-header-component .main-panel-container .my-tasks-container .my-tasks-collapse{margin-bottom:var(--spacing-medium)}.desktop-component .desktop-component-body .main-panel-container .my-tasks-container .my-tasks-collapse .my-tasks-container,.desktop-component .homepage-header-component .main-panel-container .my-tasks-container .my-tasks-collapse .my-tasks-container{gap:var(--spacing-small);padding:var(--spacing-medium) var(--spacing-medium) var(--spacing-large) var(--spacing-medium)}.desktop-component .desktop-component-body .main-panel-container .section-component,.desktop-component .homepage-header-component .main-panel-container .section-component{height:100%}.desktop-component .desktop-component-body .main-panel-container .suggested-templates-container,.desktop-component .homepage-header-component .main-panel-container .suggested-templates-container{margin-bottom:32px}.desktop-component .desktop-component-body .right-panel-container,.desktop-component .homepage-header-component .right-panel-container{display:flex;flex-direction:column;width:300px}.desktop-component .desktop-component-body .right-panel-container .checklist-widget-container,.desktop-component .homepage-header-component .right-panel-container .checklist-widget-container{margin-top:var(--spacing-medium)}.desktop-component .desktop-component-body .right-panel-container .bottom-right-panel-container .bottom-right-panel .template-center-widget,.desktop-component .homepage-header-component .right-panel-container .bottom-right-panel-container .bottom-right-panel .template-center-widget{margin-top:var(--spacing-xs)}.desktop-component .desktop-component-body .right-panel-container #user_guidance,.desktop-component .homepage-header-component .right-panel-container #user_guidance{max-width:none;width:100%;margin-bottom:0px}.desktop-component .desktop-component-body .right-panel-container #user_guidance .power_battery_wrapper,.desktop-component .homepage-header-component .right-panel-container #user_guidance .power_battery_wrapper{display:inline-block;background-color:var(--secondary-background-color);border-radius:8px;--box-shadow-color:var(--application-border-color);box-shadow:0px 3px 12px var(--box-shadow-color);margin-top:16px;border:0;display:grid}.desktop-component .desktop-component-body .right-panel-container #user_guidance .power_battery_wrapper .action_list,.desktop-component .homepage-header-component .right-panel-container #user_guidance .power_battery_wrapper .action_list{margin-left:35px}.desktop-component .desktop-component-body .right-panel-container #user_guidance .power_battery_wrapper h2,.desktop-component .homepage-header-component .right-panel-container #user_guidance .power_battery_wrapper h2{margin-left:30px}.desktop-component.dark-theme{background-color:var(--application-background-color)}.desktop-component.dark-theme #user_guidance .power_battery_wrapper{box-shadow:none}
