@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);.activity-item-wrapper{display:flex;align-items:flex-start;margin-bottom:1.25rem}.activity-item-wrapper:last-child{margin-bottom:0}.activity-item-content{margin-left:1rem}.activity-item-content h6{margin-bottom:.25rem}.activity-item-content p{margin-bottom:.25rem;font-size:.95rem;line-height:22px}.activity-header,.activity-section{margin-top:2rem}.activity-header{display:flex;align-items:center;margin-bottom:1.25rem;text-transform:uppercase;font-size:.875rem}.activity-header h6{margin-bottom:0;font-weight:600}.activity-header .activity-sort{display:flex;align-items:center;margin-left:auto}.activity-header .activity-sort .sort-option{margin-left:.875rem;cursor:pointer}.activity-header .activity-sort .sort-option-active{text-decoration:underline}:root{--brand-color:#484d7c;--white:#fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;color:#1a1a1a}#app{position:relative}a{text-decoration:none;color:var(--brand-color)}.logchimp-poweredby{display:flex;justify-content:center;margin-top:2rem}.logchimp-poweredby a{font-size:.875rem;color:#b3b3b3}.color-dot{min-width:.625rem;min-height:.625rem;border-radius:1rem}svg{fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.logo-placeholder{width:2rem;height:2rem;background-color:#f7f7f7;border-radius:3rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.logo-placeholder img{width:100%}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:1rem}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.avatar{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.avatar-image,.avatar-initials{display:flex;max-width:100%;max-height:100%;height:2rem;width:2rem}.avatar-image-img{width:100%;max-width:2rem;border-radius:1rem}.avatar-initials{align-items:center;justify-content:center;background-color:var(--brand-color);border-radius:1rem;color:#fff;border:1px solid #fff;font-weight:500;text-transform:uppercase}.board-badge{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.post-board{display:inline-flex;align-items:center;padding:.25rem .625rem;background-color:#f2f2f2;border-radius:1rem}.post-board-name{margin-left:.375rem;color:grey}.board-item{display:flex;align-items:center;padding:1rem;background-color:#f7f7f7;border-radius:.375rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.board-item:hover{background-color:#f2f2f2}.board-item-name-and-posts{margin-left:.625rem;display:flex;justify-content:space-between;align-items:center;width:100%}.board-item-name{color:#666;font-weight:500}.board-item-postcount{color:#999;font-size:.875rem;font-weight:600;margin-left:1rem}.board-suggestion{display:flex;align-items:center;padding:.75rem 1rem;background-color:#fff;cursor:pointer;margin:0 .375rem;border-radius:.375rem}.board-suggestion:hover{background-color:#f7f7f7}.board-suggestion-content{margin-left:1.5rem}.board-suggestion-content h5{margin-bottom:0}.board-suggestion-content span{color:#999}.post-card{background-color:#fff;margin-bottom:.75rem;border-radius:.375rem}.post-card:last-child{margin-bottom:0}.post-card-main{padding:.75rem;display:flex;align-items:self-start}.post-card-main h5{color:#1a1a1a;margin-bottom:.125em}.post-card-board{text-transform:uppercase;font-size:.875rem;font-weight:500;color:#b3b3b3}.post-card-section{display:flex;align-items:center;width:100%}.post-card-toggle{margin-left:auto;padding:.125rem;cursor:pointer;background-color:#f2f2f2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:1rem}.post-card-toggle svg{display:block;stroke:#999}.post-card-description{color:#666;font-size:.875rem;margin-top:.5rem}.post-card-extra{padding:.75rem;border-top:1px solid #f2f2f2;display:flex;align-items:center}.post-card-extra .board-badge{margin-left:auto}.alerts{position:fixed;top:1.5rem;right:1.5rem;z-index:10}.alert-item{background-color:#fff;border-radius:.375rem;padding:.625rem 1rem .625rem .625rem;display:flex;width:100%;max-width:250px;margin-bottom:1rem;box-shadow:2px 4px 20px 2px rgba(0,0,0,.12);-webkit-animation-name:alertfade;animation-name:alertfade;-webkit-animation-timing-function:linear;animation-timing-function:linear}.alert-item-content{padding:.5rem 0;display:flex;align-items:center}.alert-item-icon{display:flex;margin-right:.75rem}.alert-item-type{width:4px;border-radius:.375rem;margin-right:1rem}.alert-item-title{font-weight:600}.alert-type-success{background-color:#64b285}.alert-type-warning{background-color:#e8bd43}.alert-type-error{background-color:#de544e}.alert-icon{width:2rem;height:2rem}.alert-icon-success{fill:#64b285;stroke:#fff}.alert-icon-warning{fill:#e8bd43;stroke:#fff}.alert-icon-error{fill:#de544e;stroke:#fff}@-webkit-keyframes alertfade{0%{opacity:1}60%{opacity:1}80%{opacity:.5}to{opacity:0}}@keyframes alertfade{0%{opacity:1}60%{opacity:1}80%{opacity:.5}to{opacity:0}}.auth-form-header{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center}.auth-form-header .site-name{color:#1a1a1a}.auth-form-heading{font-weight:400;text-align:center;margin-top:1rem;margin-bottom:0}.auth-form-other{font-size:.8rem;text-align:center;color:#999;margin-top:1.5rem}.avatar-stack{display:flex;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.avatar-stack img{margin-right:-.875rem;width:2rem}.avatar-stack-more,.avatar-stack img{border-radius:1rem;border:1px solid #fff;height:2rem}.avatar-stack-more{background-color:#f2f2f2;padding:0 .375rem;min-width:2rem;font-size:.75rem;color:#999;align-items:center}.avatar-stack-more,.button{font-weight:500;display:flex;justify-content:center}.button{position:relative;padding:.875rem 1.5rem;border-radius:.375rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.button-loader{border-radius:.375rem;display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0;cursor:default}.button-loader svg{width:1.5rem;height:1.5rem;-webkit-animation-name:spinner;animation-name:spinner;-webkit-animation-duration:1.1s;animation-duration:1.1s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.button-loading{opacity:.8;cursor:wait}@-webkit-keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button-primary{color:#fff}.button-primary,.button-primary .button-loader{background-color:var(--brand-color)}.button-primary .button-loader svg{stroke:#fff}.button-outline{border:1px solid hsla(0,0%,100%,.5)}.button-outline:hover{border-color:#fff}.button-background{color:var(--brand-color)}.button-background .button-loader{background-color:#f7f7f7}.button-background .button-loader svg{stroke:#e5e5e5}.button-background:hover{background-color:#f7f7f7}.button-primary-disabled{opacity:.7;cursor:not-allowed}.breadcrumbs{display:flex;align-items:center}.breadcrum-divider,.breadcrum-item{font-weight:500}.breadcrum-item{margin-bottom:0;font-size:1.5rem;color:#1a1a1a}.breadcrum-divider{padding:0 .5rem;font-weight:500}.card{padding:2rem;border:1px solid #e5e5e5;border-radius:.375rem}.card-section{margin-bottom:1.5rem;text-align:center}.card-section:last-child{margin-bottom:0}.card-header-title{margin-bottom:.75rem}.card-header-label{color:#999;font-size:.875rem}.color-input{display:flex;position:relative}.color-input:after{content:"#";position:absolute;top:.75rem;left:3.2rem;color:#b3b3b3;font-family:inherit;font-size:.875rem}.color-input .input-field{border-left:0;border-top-left-radius:0;border-bottom-left-radius:0;padding-left:1.626rem}.color-preview{width:2.5rem;height:2.5rem;border:1px solid #e5e5e5;border-radius:.375rem;border-top-right-radius:0;border-bottom-right-radius:0}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}.container-view{padding:2rem 3rem 2rem;width:100%}.dropdown-wrapper{position:relative}.dropdown{background-color:#fff;position:absolute;border:1px solid #e5e5e5;border-radius:.375rem;padding:.375rem 0;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);z-index:8}.dropdown.sw{right:0}.dropdown-spacer{background-color:#e5e5e5;margin:.375rem 0;border-width:0;height:1px}.dropdown-item{border-radius:.375rem;margin:0 .375rem;padding:.5rem .75rem;display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown-item:hover{background-color:#f7f7f7}.dropdown-item-content{color:#666;font-weight:400;white-space:nowrap}.dropdown-item-icon{margin-right:.625rem;display:flex}.dropdown-item-icon svg{width:1rem;height:1rem;stroke:#999}.dropdown-menu-icon svg{stroke:#999;width:1.125rem;height:1.125rem}.dropdown-item-disabled{opacity:.7;cursor:not-allowed}.dropdown-item.color-danger:hover{background-color:#de544e}.dropdown-item.color-danger:hover .dropdown-item-content{color:#fff}.dropdown-item.color-danger:hover .dropdown-item-icon svg{stroke:#fff}.dropdown-item.color-danger .dropdown-item-content{color:#de544e}.dropdown-item.color-danger .dropdown-item-icon svg{stroke:#de544e}.form-header{display:flex;justify-content:space-between;margin-bottom:1.5rem}.form-section:not(:first-child){margin-top:2.5rem}.form-section-title{color:#999;padding-bottom:.625rem;border-bottom:1px solid #e5e5e5;margin-bottom:1rem}.form-columns{display:flex;justify-content:space-between}.form-column{width:calc(50% - 1rem)}.auth-form{width:24rem;padding:0 1rem;margin-top:2rem;margin-left:auto;margin-right:auto}.header{background-color:var(--brand-color)}.header-container,.nav-item,.site-info{display:flex;align-items:center}.header-container{padding:1rem 0}.site-info{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.site-info .site-name{margin-left:.625rem}.site-logo{width:2rem}.site-name{color:#fff;margin-bottom:0}.header-nav{margin-left:auto}.nav-item{margin-left:1.5rem;color:hsla(0,0%,100%,.5);font-weight:500;position:relative}.nav-item:first-child{margin-left:0}.nav-profile{cursor:pointer}.nav-profile-dropdown{top:2.4rem}.nav-auth-link{cursor:pointer}.nav-auth-link:hover{color:#fff}.input{display:flex;flex-direction:column;margin-bottom:1rem}.input,.input-field{width:100%}.input-field{color:#1a1a1a;padding:.625rem .75rem;background-color:#fff;border-radius:.375rem;border-width:1px;border-style:solid;border-color:#e5e5e5;font-family:inherit;font-size:.875rem;display:flex;outline:none}.input-field::-moz-placeholder{color:#ccc}.input-field:-ms-input-placeholder{color:#ccc}.input-field::placeholder{color:#ccc}.input-field:focus{border-color:#ccc}.input-field-label{font-size:.75rem;margin-bottom:.375rem;color:#999}.input-field-disabled{background-color:#e5e5e5;color:#b3b3b3;border-color:#e5e5e5}.input-error{border-color:#de544e}.input-error-message{color:#de544e;font-size:.75rem;margin-top:.375rem;text-align:right}.input-textarea{resize:vertical}.input-description{color:#b3b3b3;margin-top:.25rem;font-size:.75rem}.loader-container{display:flex;justify-content:center;margin-bottom:1rem;width:100%}.loader{display:flex}.loader svg{width:1.5rem;height:1.5rem;stroke:#ccc;-webkit-animation-name:spinner;animation-name:spinner;-webkit-animation-duration:1.1s;animation-duration:1.1s;-webkit-animation-direction:normal;animation-direction:normal;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{margin-top:.5rem}.navbar,.navbar-item{display:flex;align-items:center}.navbar-item{padding:.75rem 1.5rem;border-bottom:3px solid transparent}.navbar-item-icon{display:flex;margin-right:.625rem}.navbar-item-icon svg{stroke:hsla(0,0%,100%,.6);width:1.125rem;height:1.125rem}.navbar-item-content{color:hsla(0,0%,100%,.6);font-weight:500}.navbar-item.router-link-exact-active{border-color:#fff}.navbar-item.router-link-exact-active .navbar-item-icon svg{stroke:#fff}.navbar-item.router-link-exact-active .navbar-item-content{color:#fff}.roadmap-header{display:flex;align-items:center;margin-bottom:.625rem}.roadmap-header .color-dot{margin-right:.375rem}.roadmap-header h6{font-weight:400;font-size:.875rem;margin-bottom:0;color:#999}.roadmap-column{border-radius:.375rem;background-color:#f2f2f2;padding:.75rem}.server-error{padding:.875rem;border-radius:.375rem;background-color:#f8d9d8;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.server-error span{color:#de544e;font-weight:500;font-size:.875rem;line-height:1.3}.server-error svg{stroke:#de544e;cursor:pointer;margin-left:1rem}.tab{border-bottom:1px solid #e5e5e5;margin-bottom:1.25rem}.tab,.tab-item{display:flex;align-items:center}.tab-item{padding:.75rem 1.5rem;border-bottom:3px solid #fff;cursor:pointer}.tab-item-icon{display:flex;margin-right:.625rem}.tab-item-icon svg{stroke:#b3b3b3;width:1.125rem;height:1.125rem}.tab-item-content{color:#b3b3b3;margin-bottom:0}.tab-item-active{border-color:var(--brand-color)}.tab-item-active .tab-item-icon svg{stroke:var(--brand-color)}.tab-item-active .tab-item-content{color:var(--brand-color)}.table-container{border:1px solid #e5e5e5;border-radius:.375rem}.table-heading{color:#666;font-size:.875rem;font-weight:500;margin-left:.375rem;margin-bottom:.5rem}.table-header{color:#b3b3b3;text-transform:uppercase;font-size:.75rem;font-weight:600;display:flex;align-items:center}.table-header-item{padding:1.125rem 1.5rem .75rem}.table-body-loader{display:flex;justify-content:center;padding:1rem 1.5rem}.table-row{color:#1a1a1a;display:flex;align-items:center}.table-row:hover{background-color:#f7f7f7}.table-row:hover:last-child{border-bottom-left-radius:.375rem;border-bottom-right-radius:.375rem}.table-data{padding:1rem 1.5rem}.table-icon-group{display:flex;align-items:center}.table-data-icon{display:flex;cursor:pointer}.table-data-icon:hover svg{stroke:#999}.table-data-icon svg{width:1.125rem;height:1.125rem;stroke:#ccc}.toggle{position:relative;width:2.5rem;height:1.5rem;border-radius:1rem;display:flex;cursor:pointer}.toggle input{cursor:pointer;position:absolute;opacity:0;width:100%;height:100%}.toggle-slider{width:1.125rem;height:1.125rem;background-color:#fff;border-radius:1rem;margin:3px}.toggle-item:not(:last-child){margin-bottom:1rem}.toggle-item-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.toggle-item-row label{font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.toggle-item-note{font-size:.875rem;color:grey}.sidebar{display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;bottom:0;background-color:var(--brand-color);height:100vh;padding:1rem;min-width:200px;overflow-y:auto}.sidebar header{margin-bottom:1rem}.sidebar footer{position:relative;margin-top:auto}.sidebar-list{margin-top:2rem}.sidebar-list h6{font-size:.75rem;text-transform:uppercase;color:#fff;letter-spacing:.4px;margin-bottom:.625rem}.sidebar-list li{list-style:none}.sidebar-list-item{display:flex;align-items:center;padding:.625rem 1rem}.sidebar-list-item svg{stroke:#fff;width:1rem;height:1rem;margin-right:.375rem}.sidebar-list-item p{color:#fff}.sidebar-list-item.router-link-exact-active{background-color:hsla(0,0%,100%,.1);border-radius:.375rem}.sidebar-list-item.router-link-exact-active p{font-weight:600}.dashboard-sidebar-user-container{cursor:pointer;border-radius:.375rem;padding:.625rem 1rem}.dashboard-sidebar-user-container:hover{background-color:hsla(0,0%,100%,.1)}.dashboard-sidebar-user,.dashboard-sidebar-user-container{display:flex;align-items:center}.dashboard-sidebar-user-data{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dashboard-sidebar-user-avatar{margin-right:.625rem}.dashboard-sidebar-user-name{font-weight:600;color:#fff}.dashboard-sidebar-user-email{color:hsla(0,0%,100%,.5);font-size:.875rem}.dashboard-sidebar-dropdown{top:-9rem}.post{display:flex;align-items:flex-start;margin-bottom:1.25rem}.post:last-child{margin-bottom:0}.post-content-link{text-decoration:none}.post-content-title{color:#1a1a1a;margin-bottom:0}.post-roadmap{text-transform:uppercase;font-weight:500;font-size:.875rem;margin-top:.25rem}.post-content-description{margin-top:.5rem;color:#666;margin-bottom:.625rem}.post-date{color:#b3b3b3;font-size:.875rem}.post-voters{margin-right:1rem;display:flex;flex-direction:column;align-items:center;padding:.312rem .5rem .5rem;border:1px solid #e5e5e5;border-radius:.375rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.post-voters:hover{border-color:#ccc}.post-voters-arrow{margin-bottom:.185rem;fill:#e5e5e5}.post-voters-vote{fill:var(--brand-color)}.post-voters-loading{opacity:.8;cursor:wait}.post-voters-disabled{background-color:#f2f2f2;border-color:#f2f2f2;cursor:default;opacity:.7}.post-voters-disabled:hover{border-color:#f2f2f2}.post-voters-disabled .post-voters-arrow{fill:#ccc}.dashboard{display:flex}.onboarding{max-width:600px;width:100%;margin-top:4rem;margin-bottom:4rem;margin-left:auto;margin-right:auto}.onboarding-content{display:flex;flex-direction:column;align-items:center}.onboarding-header{margin-bottom:2rem}.onboarding-heading{color:#1a1a1a;font-weight:400;text-align:center;margin-bottom:0}.onboarding-heading span{font-weight:600}.onboarding-label{color:#999;text-align:center;line-height:20px;margin-top:1rem}.homepage{display:flex;margin-bottom:4rem}@media(max-width:990px){.homepage{flex-direction:column-reverse}.homepage-sidebar{margin-bottom:1.5rem}}@media(min-width:992px){.homepage-posts{flex:2;margin-right:2rem}.homepage-sidebar{flex:1;margin-left:2rem}}.roadmap{grid-auto-flow:column;grid-auto-columns:minmax(22rem,24rem);overflow-x:scroll}.boards-lists,.roadmap{display:grid;grid-column-gap:1rem}.boards-lists{grid-template-columns:1fr;grid-row-gap:1rem;justify-content:space-between;margin-bottom:4rem}@media(min-width:768px){.boards-lists{grid-template-columns:repeat(auto-fill,48%);grid-row-gap:1.5rem}}@media(min-width:992px){.boards-lists{grid-template-columns:repeat(auto-fill,30%)}}@media(min-width:1200px){.boards-lists{grid-template-columns:repeat(auto-fill,23%)}}.boards-page-header{display:flex;align-items:center;margin-bottom:1rem}.boards-page-header-heading{margin-bottom:0}.boards-page-header-button{display:flex;margin-left:auto}.boards-table .boards-table-color{flex:.5;padding-right:.5rem}.boards-table .boards-table-name{flex:6;font-weight:500;padding-left:.5rem}.boards-table .boards-table-posts{flex:1;text-align:right}.boards-table .boards-table-icons{flex:4;justify-content:flex-end}.dashboard-overview-posts-and-boards{display:flex;align-items:flex-start}.dashboard-overview-posts{flex:2;margin-right:1rem}.dashboard-overview-boards{flex:1;margin-left:1rem}.posts-table-title{flex:6;font-weight:500}.posts-table-votes{flex:1;text-align:right}.boards-table-color{flex:.5;padding-right:.5rem}.boards-table-name{flex:10;font-weight:500;padding-left:.5rem}.boards-table-posts{flex:2;text-align:right}.dashboard-settings-logo{margin-bottom:1rem;display:flex;flex-direction:column}.dashboard-settings-logo-placeholder{width:4rem;height:4rem;background-color:#f7f7f7;border:1px solid #e5e5e5;border-radius:3rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dashboard-settings-logo-placeholder img{width:100%}.users-table .users-table-user{display:flex;align-items:center;flex:6}.users-table .users-table-user .users-table-user-avatar{margin-right:.5rem}.users-table .users-table-user .users-table-user-name{margin-bottom:0}.users-table .users-table-posts,.users-table .users-table-votes{flex:1}.post-edit-heading{margin-bottom:2rem}.view{display:flex;flex-direction:column}@media(min-width:960px){.view{flex-direction:row}}.viewpost{flex:2}.viewpost__vote{display:flex}.viewpost__title{margin-bottom:.75rem}.viewpost__content{width:100%}.viewpost__meta{margin-bottom:1.5rem}.viewpost__meta,.viewpost__meta-author{display:flex;align-items:center}.viewpost__meta-divider{margin-left:.875rem;margin-right:.875rem;color:#bababa}.viewpost__meta-date{color:#ccc}.viewpost__author-avatar{margin-right:.5rem}.viewpost__menu{margin-left:auto}.viewpost__menu-dropdown{right:0}@media(min-width:960px){.viewpost{margin-right:1.5rem}}.viewvoters{flex:1}.viewvoters__container{padding:1.5rem;background-color:#f5f5f5}.viewvoters__users{margin-bottom:1.5rem}.viewvoters__users-heading{color:#a1a1a1;margin-bottom:.625rem}.viewvoters__users-voters{display:flex}.viewvoters__users-image{margin-right:-.625rem;max-width:2.25rem;border-radius:1rem;border:1px solid #fff}@media(max-width:960px){.viewvoters{margin-top:2rem}}@media(min-width:960px){.viewvoters{margin-left:1.5rem}}.welcome-image{width:100%;border-radius:.375rem;border:1px solid #e5e5e5}.welcome-button{margin-top:4rem}.user-settings-verification{border:1px solid #e5e5e5;border-radius:.375rem;padding:1rem 1.5rem;margin-bottom:2rem}.user-settings-verification .button{margin-left:auto}.user-settings-verification,.user-settings-verification-content{display:flex;align-items:center}.user-settings-verification-content svg{margin-right:1rem;stroke:#e8bd43}.user-settings-verification-text{display:flex;flex-direction:column}.user-settings-verification-text h6{margin-bottom:.25rem}.user-settings-verification-text p{font-size:.875rem}.email-verification{margin-top:4rem;justify-content:center}.email-verification,.email-verification>.auth-form{display:flex;flex-direction:column;align-items:center}.email-verification>.auth-form svg{margin-bottom:1rem;width:3rem;height:3rem}